@media(min-width: 100px){
	.head_movil{
		position: fixed;
	    z-index: 999;
	    background: #fff;
	    width: 100%;
	    height: 70px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
	}
	.logo_movil{
		width: 140px;
	}
	.col_bg_in{
		background: #eef2f5;
	}
	.cab_menumov{
		position: fixed;
	    width: 100%;
	    z-index: 999;
	    background: #fff;
	    height: 70px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25)
	}
	.barra_lateral{
		display: none;
	}
	.menu_mov{
      position: fixed;
      top: 5px;
      left: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      transition: transform 250ms ease;
      cursor: pointer;
      z-index: 9999;
      margin-bottom: 0;
    }
    .logo_menfl{
    	height: 45px;
    }
    .spn_mov_w{
    	background-color: #000 !important;
    }
    .menu_mov .spn_mov {
      position: relative;
      display: block;
      width: 50%;
      height: 2px;
      background-color: #1d2945;
      float: left;
      transform-origin: center center;
      transition: transform 250ms ease;
      z-index: 200;
    }
    .menu_mov .spn_mov:nth-of-type(1) {
      transform: translateY(-5px);
    }
    .menu_mov .spn_mov:nth-of-type(3) {
      transform: translateY(5px);
    }
    #menu_mov {
      display: none;
    }
    #menu_mov:checked ~ .menu_mov {
      background-color: transparent;
      transform: rotate(360deg);
      transition: transform 250ms ease;
    }
    #menu_mov:checked ~ .menu_mov .spn_mov {
      background-color: #000;
      transition: transform 250ms ease;
    }
    #menu_mov:checked ~ .menu_mov .spn_mov:nth-of-type(1) {
      transform: translateY(1px) rotate(45deg);
    }
    #menu_mov:checked ~ .menu_mov .spn_mov:nth-of-type(2) {
      display: none;
    }
    #menu_mov:checked ~ .menu_mov .spn_mov:nth-of-type(3) {
      transform: translateY(-1px) rotate(-45deg);
    }
    #menu_mov:checked ~ .nav_mov {
		left: 0px;
		transition: left 500ms ease;
		text-align: center;
    }
    #menu_mov:checked ~ main {
      transform: translateX(100%);
      transition: transform 500ms ease;
      /*display: none;*/
    }
    .nav_mov { 
      position: fixed;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100vh;
      margin: 0;
      padding: 0 40px 0 40px;
      background-color: #fff;
      transition: left 500ms ease;
      z-index: 999;
    }
    .cab_mov{
        position: fixed;
        z-index: 99;
        width: 100%;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ul_mov{
    	text-align: center;
	    list-style: none;
	    padding: 15px;
    }
    .li_mov{
    	margin-bottom: 25px;
    }
    .div_redes{
    	margin-top: 90px;
    }
    .img_fac{
    	margin-right: 10px;
    }

    .img_me{
    	margin-top: 107px;
	    margin-bottom: 50px;
	    width: 200px;
	    filter: brightness();
    }
    .smoothScroll_mov{
		font-size: 20px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.23;
		letter-spacing: 0.3px;
		text-align: center;
		color: #000;
    }
    .smoothScroll_mov:hover{
    	text-decoration: none;
    	color: #000;
    }




	.logo_chg{
		width: 160px;
	}
	.smoothScroll {
	    font-size: 18px;
	    margin: 0 12px;
	}
	h1 {
	    font-size: 29px;
	    box-shadow: 1px 1px 0px #81d8d0, 2px 2px 0px #81d8d0, 3px 3px 0px #81d8d0, 4px 4px 0px #81d8d0, 5px 5px 0px #81d8d0, 6px 6px 0px #81d8d0, 7px 7px 0px #81d8d0, 8px 8px 0px #81d8d0, 9px 9px 0px #81d8d0, 10px 10px 0px #81d8d0, 11px 11px 0px #81d8d0, 12px 12px 0px #81d8d0, 13px 13px 0px #81d8d0;
	}
	h1 .spn_on {
	    font-size: 45px;
	}
	h2 {
	    font-size: 38px;
	}
	h2::before {
	    width: 25px;
	    height: 11px;
	    background: #81d8d0;
	    box-shadow: 1px 1px 0px #1d2945, 2px 2px 0px #1d2945, 3px 3px 0px #1d2945, 4px 4px 0px #1d2945;
	}
	.li_pro, .txt_proyect {
	    font-size: 14px;
	}
	.txt_dep {
	    font-size: 18px;
    	margin-top: 0;
	}
	.ul_pla {
	    margin-top: 20px;
	}
	.arrow_pla_r {
	    right: 0;
	}
	.arrow_pla_l {
	    left: inherit;
    	right: 65px;
	}
	.ul_pla {
	    padding-left: 25px;
	}
	.link_cot {
	    font-size: 13px;
	    box-shadow: 1px 1px 0px #1d2945, 2px 2px 0px #1d2945, 3px 3px 0px #1d2945, 4px 4px 0px #1d2945, 5px 5px 0px #1d2945;
	}
	#topnav{
		display: none;
	}
	.img_pro{
		width: 100%;
	}
	#proyecto {
	    padding: 60px 0 0 0;
	}
	.bullet_pro {
	    margin-top: 20px;
	}
	.mgr_tp2{
		margin-top: 0;
	}
	.h2_abs{
		position: relative;
  		margin-bottom: 25px;
	}
	.txt_tip {
	    font-size: 31px;
	}
	.li_pla {
	    font-size: 15px;
	}
	#map {
	    height: 400px;
	}
	.mgr_tp3 {
	    margin-top: 0;
	}
	.sp_proy {
	    font-size: 15px;
	}
	.dpl_esc{
		display: none;
	}
	.fl_cen {
	    margin-top: 35px;
	}
	.pad_r {
	    padding-right: 15px;
	}
	.pad_rl {
	    padding-left: 12px;
	    padding-right: 12px;
	}
	.mrg_mv{
		margin-top: 20px;
	}
	.div_ubi {
    	position: inherit;
    	margin-top: 0;
	}
	#contacto {
	    background: url(../img/bg_contact.svg);
	    padding: 60px 0;
	    background-position: center;
	}
	.mgr_btmcont {
	    margin-bottom: 38px;
	}
	h3 {
	    font-size: 23px;
	    margin-bottom: 20px;
	}
	.txt_infocont {
	    font-size: 14px;
	}
	.tit_formv{
		margin-top: 30px;
	}
	.mrgtp_fot{
		margin-top: 32px;
	}
	.div_men{
		position: fixed;
	    z-index: 9999;
	    width: 100%;
	    text-align: center;
	    background: #fff;
	    height: 60px;
	    padding: 8px 0;
	    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
	}
	.div_imgpl{
		text-align: center;
	}
}


@media(min-width: 768px){
	.mrgtp_fot{
		margin-top: 0;
	}
	.tit_formv{
		margin-top: 0;
	}
	.txt_infocont {
	    font-size: 16px;
	}
	h3 {
	    font-size: 30px;
	    margin-bottom: 40px;
	}
	.mgr_btmcont {
	    margin-bottom: 80px;
	}
	.mrg_mv{
		margin-top: 0;
	}
	.pad_rl {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.pad_r {
	    padding-right: 10px;
	}
	.fl_cen {
	    margin-top: 0;
	}
	.dpl_esc{
		display: block;
	}
	.dpl_mov{
		display: none;
	}
	.sp_proy {
	    font-size: 16px;
	}
	.mgr_tp3 {
	    margin-top: 50px;
	}
	.logo_chg{
		width: 160px;
	}
	.smoothScroll {
	    font-size: 18px;
	    margin: 0 12px;
	}
	h1 {
	    font-size: 29px;
	    box-shadow: 1px 1px 0px #81d8d0, 2px 2px 0px #81d8d0, 3px 3px 0px #81d8d0, 4px 4px 0px #81d8d0, 5px 5px 0px #81d8d0, 6px 6px 0px #81d8d0, 7px 7px 0px #81d8d0, 8px 8px 0px #81d8d0, 9px 9px 0px #81d8d0, 10px 10px 0px #81d8d0, 11px 11px 0px #81d8d0, 12px 12px 0px #81d8d0, 13px 13px 0px #81d8d0;
	}
	h1 .spn_on {
	    font-size: 45px;
	}
	h2 {
	    font-size: 38px;
	}
	h2::before {
	    width: 25px;
	    height: 11px;
	    background: #81d8d0;
	    box-shadow: 1px 1px 0px #1d2945, 2px 2px 0px #1d2945, 3px 3px 0px #1d2945, 4px 4px 0px #1d2945;
	}
	.li_pro, .txt_proyect {
	    font-size: 14px;
	}
	.txt_dep {
	    font-size: 18px;
    	margin-top: 0;
	}
	.ul_pla {
	    margin-top: 20px;
	}
	.arrow_pla_r {
	    right: -25px;
	}
	.arrow_pla_l {
	    left: -25px;
	    right: inherit;
	}
	.ul_pla {
	    padding-left: 25px;
	}
	.link_cot {
	    font-size: 13px;
	    box-shadow: 1px 1px 0px #1d2945, 2px 2px 0px #1d2945, 3px 3px 0px #1d2945, 4px 4px 0px #1d2945, 5px 5px 0px #1d2945;
	}
	#topnav{
		display: none;
	}
	.img_pro{
		width: 100%;
	}
	#proyecto {
	    padding: 60px 0 0 0;
	}
	.bullet_pro {
	    margin-top: 20px;
	}
	.mgr_tp2{
		margin-top: 0;
	}
	.h2_abs{
		position: relative;
  		margin-bottom: 25px;
	}
	.txt_tip {
	    font-size: 31px;
	}
	.li_pla {
	    font-size: 15px;
	}
	#map {
	    height: 400px;
	}
	.div_ubi {
    	position: absolute;
    	margin-top: 58px;
	}
		#contacto {
	    background: url(../img/bg_contact.svg);
	    padding: 60px 0;
	    background-position: left;
	}
}


@media(min-width: 992px){
	.div_imgpl{
		text-align: left;
	}
	.div_men{
		display: none;
	}
	#map {
	    height: 600px;
	}
	.li_pla {
	    font-size: 16px;
	}
	.txt_tip {
	    font-size: 35px;
	}
	.h2_abs{
		position: absolute;
  		margin-bottom: 0;
	}
	.mgr_tp2{
		margin-top: 50px;
	}
	.bullet_pro {
	    margin-top: -50px;
	}
	#proyecto {
	    padding: 100px 0 0 0;
	}
	/*.img_pro{
		width: auto;
	}*/
	#topnav{
		display: block;
	}
	.logo_chg{
		width: 160px;
	}
	.smoothScroll {
	    font-size: 18px;
	    margin: 0 12px;
	}
	h1 {
	    font-size: 33px;
	    box-shadow: 1px 1px 0px #81d8d0, 2px 2px 0px #81d8d0, 3px 3px 0px #81d8d0, 4px 4px 0px #81d8d0, 5px 5px 0px #81d8d0, 6px 6px 0px #81d8d0, 7px 7px 0px #81d8d0, 8px 8px 0px #81d8d0, 9px 9px 0px #81d8d0, 10px 10px 0px #81d8d0, 11px 11px 0px #81d8d0, 12px 12px 0px #81d8d0, 13px 13px 0px #81d8d0, 14px 14px 0px #81d8d0, 15px 15px 0px #81d8d0;
	}
	h1 .spn_on {
	    font-size: 53px;
	}
	h2 {
	    font-size: 43px;
	}
	h2::before {
	    width: 25px;
	    height: 11px;
	    background: #81d8d0;
	    box-shadow: 1px 1px 0px #1d2945, 2px 2px 0px #1d2945, 3px 3px 0px #1d2945, 4px 4px 0px #1d2945;
	}
	.li_pro, .txt_proyect {
	    font-size: 15px;
	}
	.txt_dep {
	    font-size: 20px;
	    margin-top: 93px;
	}
	.ul_pla {
	    margin-top: 20px;
	}
	.arrow_pla_r {
	    right: 0;
	}
	.arrow_pla_l {
	    left: 0;
	}
	.ul_pla {
	    padding-left: 70px;
	}
	.link_cot {
	    font-size: 15px;
	    box-shadow: 1px 1px 0px #1d2945, 2px 2px 0px #1d2945, 3px 3px 0px #1d2945, 4px 4px 0px #1d2945, 5px 5px 0px #1d2945, 6px 6px 0px #1d2945, 7px 7px 0px #1d2945;
	}
}


@media(min-width: 1200px){
	.link_cot {
	    font-size: 16px;
	    box-shadow: 1px 1px 0px #1d2945, 2px 2px 0px #1d2945, 3px 3px 0px #1d2945, 4px 4px 0px #1d2945, 5px 5px 0px #1d2945, 6px 6px 0px #1d2945, 7px 7px 0px #1d2945, 8px 8px 0px #1d2945, 9px 9px 0px #1d2945, 10px 10px 0px #1d2945;
	}
	.ul_pla {
	    padding-left: 21px;
	}
	.arrow_pla_l {
	    left: -50px;
	}
	.arrow_pla_r {
	    right: -50px;
	}
	.ul_pla {
	    margin-top: 53px;
	}
	.txt_dep {
	    font-size: 23px;
	    margin-top: 120px;
	}
	.li_pro, .txt_proyect {
	    font-size: 16px;
	}
	h2::before {
	    width: 30px;
	    height: 14px;
	    box-shadow: 1px 1px 0px #1d2945, 2px 2px 0px #1d2945, 3px 3px 0px #1d2945, 4px 4px 0px #1d2945, 5px 5px 0px #1d2945, 6px 6px 0px #1d2945;
	}
	h2 {
	    font-size: 50px;
	}
	.logo_chg{
		width: auto;
	}
	.smoothScroll {
	    font-size: 20px;
	    margin: 0 15px;
	}
	h1 {
	    font-size: 40px;
	    box-shadow: 1px 1px 0px #81d8d0, 2px 2px 0px #81d8d0, 3px 3px 0px #81d8d0, 4px 4px 0px #81d8d0, 5px 5px 0px #81d8d0, 6px 6px 0px #81d8d0, 7px 7px 0px #81d8d0, 8px 8px 0px #81d8d0, 9px 9px 0px #81d8d0, 10px 10px 0px #81d8d0, 11px 11px 0px #81d8d0, 12px 12px 0px #81d8d0, 13px 13px 0px #81d8d0, 14px 14px 0px #81d8d0, 15px 15px 0px #81d8d0, 16px 16px 0px #81d8d0, 17px 17px 0px #81d8d0, 18px 18px 0px #81d8d0, 19px 19px 0px #81d8d0, 20px 20px 0px #81d8d0, 21px 21px 0px #81d8d0, 22px 22px 0px #81d8d0;
	}
	h1 .spn_on {
	    font-size: 60px;
	}
}