/*
Theme Name:iTecton v2.0
Author:Paula Villanueva
Author URI:http://www.paulavillanueva.cl
*/
body{
	overflow-x:hidden !important;
	background:#f6f5f1;
	animation:myfadeInAnimation 3s;
}
.body{
	overflow-x:hidden !important;
}
body.open-pop{
	overflow:hidden;
}
body.template-contacto{
	background:#262626;
}
a,object{
	outline:none !important;
}
*:focus{
	outline:none !important;
}
.nopd{
	padding-right:0;
	padding-left:0;
}
.nopdl{
	padding-left:0;
}
.nopdr{
	padding-right:0;
}
.nopdb{
	padding-bottom:0 !important;
}
.nopdt{
	padding-top:0 !important;
}
.gutter > [class*='col-']{
    padding-right:10px;
    padding-left:10px;
}
.row.gutter{
	margin-left:-10px;
	margin-right:-10px;
}
.gutt > [class*='col-']{
    padding-right:5px;
    padding-left:5px;
}
.row.gutt{
	margin-left:-5px;
	margin-right:-5px;
}
.modal-header, .modal-footer{
	border:none;
	padding:20px 15px 0 15px;
}
.modal{
  overflow-y:auto;
}
.modal-content{
	border-color:#E8E6E1;
	background:#E8E6E1;
	border-radius:8px !important;
}
.modal .close{
	opacity:1 !important;
	position:absolute;
	right:65px;
	top:35px;
	margin:0;
	padding:0;
	z-index:5;
}
.modal .close .ico{
	width:18px;
}
.modal-backdrop{
	background-color:#224D4B;
	z-index:997;
}
.modal-backdrop.show{
    opacity:.5;
}
.modal-lg{
	max-width:990px;
}
.alignleft{
	float:left;
	margin-right:30px;
	padding-top:15px;
}
.alignright{
	float:right;
	margin-left:30px;
	padding-top:15px;
}
.aligncenter{
	margin:auto;
	display:block;
}
.os-animation, .staggered-animation{
	opacity:0;
}
.os-animation.animated, .staggered-animation.animated{
	opacity:1;
}
.mobile{
	display:none;
}
.desktop{
	display:block;
}
.tablet{
	display:block;
}
.swiper-container1,.swiper-container2,
.swiper-container3,.swiper-container4,
.swiper-container5,.swiper-container6,
.swiper-container7,.swiper-container8{
	margin:0 auto;
	position:relative;
	overflow:hidden;
	list-style:none;
	padding:0;
	z-index:1;
}
.fancybox__counter, .fancybox__counter span{
	font-size:11px !important;
	color:#262626;
}
.fancybox__caption{
	font-family:'Sora',serif;
	font-weight:300 !important;
	font-size:14px !important;
	color:#262626 !important;
}
.pop{
	background:#f4f4f2;
	position:fixed;
	width:100%;
	height:100%;
	overflow-x:hidden;
	overflow-y:auto;
	z-index:99;
	top:0;
	right:0;
	transform:translateY(100%);
  	transform-origin:bottom;
	transition:transform 1s cubic-bezier(.19,1,.22,1);
}
.pop.activo{
	transform:translateY(0%);
}
.pop .inn{
	padding:35px 0 50px 0;
	background:#f4f4f2;
	position:relative;
}
.pop .cerrar-pop{
	position:absolute;
	top:45px;
	right:75px;
	z-index:9;
}
.pop .cerrar-pop .ico{
	width:35px;
}
.overlay{
	background:#1c1c1c;
	opacity:0;
	position:fixed;
	width:100%;
	height:100%;
	z-index:96;
	visibility:hidden;
	transition:all 0.25s ease;
}
body.open-pop .overlay{
	opacity:.75;
	visibility:visible;
}
#bgvid{
	position:absolute;
	right:0;
	bottom:0;
	height:100vh;
	width:100vw;
	object-fit:cover;
	z-index:1;
}
.grecaptcha-badge{
	visibility:hidden;
}
.fancybox__toolbar{
	background:none !important;
}
.fancybox__container{
	--fancybox-bg:rgba(246,245,241,1);
}
.carousel__button{
	color:#262626 !important;
}
/***************************/

/* CABECERA ****************/
header{
	position:fixed;
	width:100%;
	left:0;
	right:0;
	top:0;
	padding:30px 0 15px 0;
	z-index:95 !important;
	display:block;
	transition:all 0.5s ease;
	background:#f6f5f1;
}
body.template-contacto header{
	background:#262626;
}
header .inn{
	padding:0 45px;
}
header .logo .img-fluid{
	width:240px;
	position:relative;
	top:2px;
}
header .logo .v2,
header .logo .v3,
header .logo .v4{
	display:none;
}
body.template-contacto header .logo .v1{
	display:none;
}
body.template-contacto header .logo .v2{
	display:inline-block;
}
header .boton{
	float:right;
	margin-left:45px;
}
header .boton.mobile{
	display:none;
}
body.template-contacto header .boton{
	background:#FF5E31;
	border:1px solid #FF5E31;
}
body.template-contacto header .boton span{
	color:#262626;
}
.menu{
	margin-bottom:0;
	float:right;
	position:relative;
	top:2px;
}
.menu li{
	padding:0 20px 0 0;
	position:relative;
	display:inline-block;
}
.menu li::before{
	display:none;
}
.menu li.ultimo{
	padding:0;
}
.menu a{	
	font-weight:300;
	font-size:14px;
	color:#262626;
	text-decoration:none !important;
	display:block;
	padding:2px 12px;
	background:transparent;
	border-radius:50px;
}
body.template-contacto .menu a{
	color:#F6F5F1;
}
.menu a:hover{
	background:#fff;
	color:#262626;
	font-weight:400;
}
.menu a:focus{
	color:#262626;
}
.menu li.current-menu-item a{
	background:#fff;
	color:#262626;
	font-weight:400;
}
body.template-contacto .menu a:hover{
	color:#262626;
}
.menu-trigger{
	position:relative;
	cursor:pointer;
	float:right;
	z-index:2;
	top:4px;
	display:none;
}
.menu-trigger .icon{
	display:inline-block;
	width:22px;
	height:2px;
	position:relative;
	top:-8px;
	background:#262626;
	border-radius:5px;
	transition:all 0.35s;
}
.menu-trigger .icon:before{
	content:'';
	width:100%;
	height:2px;
	background:#262626;
	position:absolute;
	top:-8px;
	border-radius:5px;
	transition:all 0.35s;
}
.menu-trigger .icon:after{
	content:'';
	width:100%;
	height:2px;
	background:#262626;
	position:absolute;
	top:8px;
	border-radius:5px;
	transition:all 0.35s;
}
.menu-trigger.close-menu span{
	background:none !important;
	color:#262626;
	transition:all 0.35s;
}
.menu-trigger.close-menu span:before{
	top:0 !important;
	background-color:#262626 !important;
	transform:rotate(-45deg);
	width:100%;
}
.menu-trigger.close-menu span:after{
	width:100%;
	top:0 !important;
	background-color:#262626 !important;
	transform:rotate(45deg);
}
.contenedor-submenu{
	background:#f6f5f1;
	position:fixed;
	top:0;
	right:0;
	width:100%;
	height:100%;
	z-index:95;
	opacity:1;
	visibility:hidden;
	transition:all 0.8s ease;
 	transform:translateX(100%);
	display:none;
}
.contenedor-submenu.activo{
	opacity:1;
	visibility:visible;
	transform:translateX(0%);
}
.contenedor-submenu .pos{
	position:relative;
	height:100%;
}
.contenedor-submenu .grupo{
	position:absolute;
	width:100%;
	left:0;
	right:0;
	top:48%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
}
.contenedor-submenu .logo{
	float:right;
	margin-bottom:48px;
}
.contenedor-submenu .logo .img-fluid{
	width:110px;
}
/***************************/

/* CUERPO ******************/
#main{
	min-height:600px;
	padding-top:85px;
}
section{
	padding:85px 0 80px 0;
	position:relative;
}
.paginas{
	padding:0 20px;
}
.titulo{
	margin-bottom:38px;
}
.carrusel{
	position:relative;
}
.banner{
	position:relative;
}
.flechas{
	left:0;
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:100%;
    z-index:5;
}
.flechas .atras{
	float:left;
	margin-left:15px;
}
.flechas .adelante{
	float:right;
	margin-right:15px;
}
.flechas .ico{
	width:33px;
	box-shadow:0px 1.07px 4px 0px rgba(38,38,38,.4);
	border-radius:100%;
}
.flechas .ico.v2{
	display:none;
}
.flechas a:hover .ico.v1{
	display:none;
}
.flechas a:hover .ico.v2{
	display:inline-block;
}
.inicio{
	padding:0;
	position:relative;
}
.inicio h2{
	font-size:2.34vw;
	line-height:3.12vw;
	font-weight:500;
	color:#F6F5F1;
}
.inicio .leyenda{
	position:absolute;
	left:0;
	right:0;
	top:0;
	width:100%;
	z-index:5;
}
.inicio .leyenda .grp{
	padding:60px 45px 0 45px;
}
.inicio .modulo{
	position:relative;
}
.inicio .modulo .img{
	border-radius:5px;
}
.inicio .modulo .link{
	display:block;
	text-decoration:none !important;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	border-radius:5px;
	background:linear-gradient(180deg, rgba(0, 0, 0, 0.2) 16.61%, rgba(0, 0, 0, 0) 100%);
	z-index:1;
}
.inicio .modulo .contenido{
	position:absolute;
	left:0;
	right:0;
	width:100%;
	bottom:0;
	backdrop-filter:blur(11.6px);
	z-index:2;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.inicio .modulo .grp{
	padding:20px 45px;
}
.inicio .modulo h3{
	font-size:1.40vw;
	line-height:1.71vw;
	color:#F6F5F1;
}
.inicio .modulo .donde{
	display:block;
	color:#F6F5F1;
}
.inicio .modulo .boton{
	top:6px;
}
.categorias{
	text-align:center;
}
.categorias li{
	display:inline-block;
	padding:0;
}
.categorias li::before{
	display:none;
}
.categorias a{
	font-family:'Sora',serif;
	font-weight:300;
	font-size:15px;
	color:#F6F5F1;
	line-height:29px;
	letter-spacing:-0.035em;
	position:relative;
	background:#262626;
	border:1px solid #262626;
	text-decoration:none !important;
	text-align:center;
	display:block;
	padding:0 20px;
	border-radius:20px;
	transition:all 0.25s ease;
}
.categorias a:focus{
	color:#F6F5F1;
}
.categorias a:hover{
	background:#FF5E31;
	border:1px solid #FF5E31;
	color:#262626;
}
.proyectos{
	padding-top:45px;
}
.proyectos .grupo{
	background:#fff;
	padding:60px 25px;
	border-radius:5px;
	margin-bottom:85px;
}
.proyectos h2{
	font-size:2.81vw;
	line-height:3.75vw;
	margin-bottom:35px;
}
.proyectos .modulo{
	margin-bottom:55px;
}
.proyectos .modulo .imagen{
	position:relative;
	margin-bottom:20px;
}
.proyectos .modulo .imagen::after{
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	border-radius:5px;
	opacity:0;
	visibility:hidden;
	transition:all 0.25s ease;
	z-index:1;
	background:linear-gradient(90deg, rgba(0, 0, 0, 0.8) -79.31%, rgba(0, 0, 0, 0) 50.38%, rgba(0, 0, 0, 0.8) 180.08%);
}
.proyectos .modulo .imagen:hover::after{
	opacity:1;
	visibility:visible;
}
.proyectos .modulo .imagen .img{
	border-radius:5px;
}
.proyectos .modulo .flechas{
	opacity:0;
	visibility:hidden;
	transition:all 0.25s ease;
}
.proyectos .modulo .imagen:hover .flechas{
	opacity:1;
	visibility:visible;
}
.proyectos .modulo .flechas .ico{
	width:26px;
	border-radius:0;
	box-shadow:none;
}
.proyectos .modulo .swiper-pagination-bullets{
	opacity:0;
	visibility:hidden;
	transition:all 0.25s ease;
}
.proyectos .modulo .imagen:hover .swiper-pagination-bullets{
	opacity:1;
	visibility:visible;
}
.proyectos .modulo h3{
	font-size:1.40vw;
	line-height:1.71vw;
}
.proyectos .modulo h3 a{
	font-size:1.40vw;
	line-height:1.71vw;
	font-weight:400;
	color:#262626;
	text-decoration:none !important;
}
.proyectos .modulo .donde{
	display:block;
	font-weight:400;
	margin-bottom:25px;
}
.proyectos .modulo .boton{
	height:28px;
}
.proyectos .modulo .boton span{
	font-size:12px;
	font-weight:400;
	line-height:28px;
	top:-2px;
}
.proyecto{
	padding-top:0;
}
.proyecto .boton.fix{
	background:#F6F5F1;
	height:28px;
	position:fixed;
	top:100px;
	left:45px;
	z-index:9;
	padding:0 14px 0 23px;
}
.proyecto .boton.fix span{
	font-size:12px;
	line-height:28px;
	top:-2px;
}
.proyecto .boton.fix .icon{
	position:absolute;
	left:6px;
	top:9px;
	width:13px;
}
.proyecto.terminados{
	padding-bottom:0;
}
.proyecto.en-desarrollo{
	padding-bottom:0;
}
.proyecto h1{
	font-size:3.12vw;
	line-height:3.75vw;
	color:#F6F5F1;
}
.proyecto h1 strong{
	font-weight:400;
}
.proyecto.en-desarrollo h1{
	color:#262626;
}
.proyecto .cabecera{
	position:relative;
	margin-bottom:30px;
}
.proyecto .cabecera .img{
	border-radius:5px;
}
.proyecto .cabecera::after{
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	border-radius:5px;
	background:linear-gradient(180deg, rgba(0, 0, 0, 0.2) 15.21%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.2) 83.85%);
	z-index:1;
}
.proyecto .cabecera .contenido{
	position:absolute;
	left:0;
	right:0;
	width:100%;
	bottom:0;
	backdrop-filter:blur(11.6px);
	z-index:2;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.proyecto.en-desarrollo .cabecera .contenido{
	background:#f6f5f1;
	position:relative;
	backdrop-filter:none;
	border-radius:0;
}
.proyecto .cabecera .grp{
	padding:40px 0;
}
.proyecto .cabecera .donde{
	position:absolute;
	left:15px;
	top:50%;
	transform:translateY(-50%);
	display:block;
	color:#F6F5F1;
}
.proyecto.en-desarrollo .cabecera .donde{
	color:#262626;
}
.proyecto .cabecera .boton{
	float:right;
	top:7px;
}
.proyecto .bajada{
	margin-bottom:40px;
}
.proyecto.en-desarrollo .bajada{
	margin-bottom:0;
}
.proyecto.terminados .bajada{
	margin-bottom:0;
}
.proyecto .meta strong{
	font-weight:400;
}
.proyecto .meta p{
	margin-bottom:20px;
}
.proyecto .descripcion p{
	font-size:2.81vw;
	line-height:3.75vw;
}
.proyecto .descargar{
	float:right;
}
.descargar{
	font-weight:400;
	color:#262626;
	text-decoration:none !important;
}
.descargar:focus{
	color:#262626;
}
.descargar .icon{
	width:10px;
	position:relative;
	top:-2px;
	margin-left:5px;
}
.descargar .icon.v2{
	display:none;
}
.descargar:hover .icon.v1{
	display:none;
}
.descargar:hover .icon.v2{
	display:inline-block;
}
.proyecto .tipos a{
	font-family:'Sora',serif;
	font-weight:300;
	font-size:15px;
	color:#262626;
	line-height:36px;
	letter-spacing:-0.035em;
	position:relative;
	background:#F6F5F1;
	border:1px solid #262626;
	text-decoration:none !important;
	text-align:center;
	display:block;
	padding:0 20px;
	border-radius:20px;
	transition:all 0.25s ease;
}
.proyecto .tipos a.uno{
	text-align:left;
}
.proyecto .tipos a.dos{
	margin:0 20px;
}
.proyecto .tipos a.tres{
	text-align:right;
}
.proyecto .tipos a:focus{
	color:#F6F5F1;
}
.proyecto .tipos a:hover, .proyecto .tipos a.seleccionado{
	background:#262626;
	border:1px solid #262626;
	color:#F6F5F1;
}
.proyecto.en-desarrollo .tipos a.seleccionado{
	display:none !important;
}
.proyecto.terminados .tipos a.seleccionado{
	display:none !important;
}
.proyecto .tipos .grupo{
	position:relative;
	margin:50px 0;
}
.proyecto .tipos .modulo{
	position:relative;
	text-align:center;
	padding:0 12px;
	height:100%;
}
.proyecto .tipos .modulo h3{
	font-size:2.75vw;
	line-height:3.55vw;	
}
.proyecto.en-desarrollo .tipos .modulo h3{
	font-size:2.15vw;
	line-height:3.15vw;	
}
.proyecto .tipos .modulo p{
	font-weight:400;
	margin-bottom:0;
}
.proyecto .tipos .modulo::after{
	content:'';
	width:1px;
	height:100%;
	background:#262626;
	position:absolute;
	right:-15px;
	top:50%;
	transform:translateY(-50%);
}
.proyecto .tipos .grp [class*='col-']:last-child .modulo::after{
	display:none;
}
.proyecto .tipos .grp{
	position:relative;
	opacity:0;
	display:none;
	animation:myfadeInAnimation .9s;
}
.proyecto .tipos .grp.activo{
	display:block;
	opacity:1;
}
.proyecto .carrusel{
	margin-bottom:30px;
}
.proyecto .carrusel .swiper-slide{
	width:90%;
}
.proyecto .carrusel .swiper-slide.medio{
	width:44.5%;
}
.proyecto .carrusel .img{
	border-radius:5px;
}
.caracteristicas .modulo{
	padding:20px 15px;
	position:relative;
	height:100%;
}
.caracteristicas .modulo::after{
	content:'';
	width:1px;
	height:100%;
	background:#262626;
	position:absolute;
	right:-12px;
	top:42%;
	transform:translateY(-50%);
}
.caracteristicas .modulo.ultimo::after{
	display:none;
}
.caracteristicas .modulo p{
	font-size:1.25vw;
	line-height:1.71vw;
}
.destacado{
	margin-top:30px;
}
.destacado .grupo{
	position:relative;
	margin-bottom:15px;
}
.destacado .grupo::after{
	content:'';
	width:50%;
	height:45px;
	position:absolute;
	left:0;
	bottom:0;
	background:#F6F5F1;
	border-top-right-radius:30px;
	z-index:9;
}
.destacado .modulo{
	height:100%;
	position:relative;
}
.destacado .mod{
	padding:30px 0 0 0;
}
.destacado .mod p{
	font-size:1.40vw;
	line-height:2.03vw;
}
.destacado .mod p a{
	font-size:1.40vw;
}
.destacado .grp{
	position:absolute;
	left:0;
	bottom:-30px;
	width:100%;
}
.destacado .gr{
	position:relative;
	margin-bottom:25px;
}
.destacado .gr .int{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
}
.destacado .gr p{
	margin:0;
	font-weight:400;
}
.destacado .gr .icon{
	width:60px;
}
.destacado .imagen .img-fluid{
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.certificacion{
	padding-top:0;
}
.certificacion h2{
	font-size:3.12vw;
	line-height:3.75vw;
	margin-bottom:35px;
}
.certificacion .modulo{
	position:relative;
	margin-bottom:30px;
}
.certificacion .modulo .icon{
	width:60px;
}
.certificacion .modulo .grp{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
}
.certificacion .modulo p{
	margin:0;
}
.anteriores{
	padding:0;
}
.anteriores .modulo{
	position:relative;
}
.anteriores .modulo .grupo{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	width:55%;
}
.anteriores .modulo.ultimo .grupo{
	position:relative;
	left:0;
	top:0;
	transform:none;
	width:85%;
	margin:30px 0 55px 0;
}
.anteriores .modulo.especial .grupo{
	position:relative;
	left:0;
	top:0;
	transform:none;
	width:85%;
	margin:30px 0 55px 0;
}
.anteriores .modulo .imagen{
	position:relative;
}
.anteriores .modulo .imagen.ultimo{
	margin-top:10px;
}
.anteriores .modulo .img{
	border-radius:5px;
}
.anteriores .modulo.ultimo .imagen{
	top:-65px;
}
.anteriores .modulo .imagen.ultimo::after{
	content:'';
	width:50%;
	height:45px;
	position:absolute;
	left:0;
	top:0;
	background:#F6F5F1;
	border-bottom-right-radius:30px;
	z-index:9;
}
.anteriores .modulo .grupo p{
	font-size:1.25vw;
	line-height:1.71vw;
}
.anteriores .grp{
	position:relative;
	margin-bottom:25px;
}
.anteriores .grp p{
	font-weight:400;
	margin:0;
}
.anteriores .grp .int{
	position:absolute;
	top:50%;
	left:15px;
	transform:translateY(-50%);
	width:90%;
}
.anteriores .grp .icon{
	width:60px;
}
.unidades{
	padding-top:0;
}
.unidades.vacio{
	padding:0;
	height:0;
}
.unidades h2{
	font-size:3.12vw;
	line-height:3.75vw;
	margin-bottom:40px;
}
.unidades .filtrar{
	margin-bottom:45px;
}
.unidades .modulo{
	position:relative;
	opacity:0;
	display:none;
	animation:myfadeInAnimation .9s;
}
.unidades .modulo.activo{
	opacity:1;
	display:block;
}
.unidades .modulo .arriba h3{
	font-size:1.40vw;
	line-height:1.71vw;
	font-weight:400;
}
.unidades .modulo .arriba .descargar{
	margin-right:20px;
}
.unidades .barra{
	background:#fff;
	border-radius:5px;
	margin:35px 0 60px 0;
	text-align:center;
	padding:15px 15px;
}
.unidades .barra p{
	font-size:1.28vw;
	line-height:1.71vw;
	margin:0;
}
.unidades .barra p strong{
	font-weight:400;
	margin-right:8px;
}
.unidades .modulo .boton{
	top:-4px;
}
.unidades .grp{
	padding:10px;
	border-radius:5px;
	margin-bottom:20px;
}
.unidades .grp.ultimo{
	float:left;
	background:#fff;
}
.unidades .grp p{
	font-size:1.40vw;
	line-height:1.71vw;
	margin:0;
}
.unidades .modulo .imagen{
	text-align:center;
}
.unidades .modulo .imggrp{
	text-align:center;
	margin-bottom:20px;
}
.unidades .modulo .posicion{
	border:1px solid #262626;
	border-radius:5px;
	padding:20px;
	width:80%;
	float:right;
}
.ubicacion.terminados{
	padding-top:0;
}
.ubicacion.en-desarrollo{
	padding-top:30px;
}
.ubicacion h2{
	font-size:1.40vw;
	line-height:1.71vw;
	font-weight:400;
	color:#FF5E31;
	margin-bottom:20px;
}
.ubicacion h3{
	font-size:1.40vw;
	line-height:1.75vw;
	margin-bottom:30px;
}
.ubicacion p{
	font-size:1.25vw;
	line-height:1.71vw;
}
.ubicacion p a{
	font-size:1.25vw;	
}
.ubicacion .mapa{
	position:relative;
}
.ubicacion .mapa a{
	display:block;
	text-decoration:none !important;
}
.ubicacion .mapa .ico{
	position:absolute;
	right:15px;
	bottom:15px;
}
.ubicacion .mapa .ico.v2{
	display:none;
}
.ubicacion .mapa:hover .ico.v1{
	display:none;
}
.ubicacion .mapa:hover .ico.v2{
	display:inline-block;
}
.ubicacion .modulo{
	padding:30px 0 0 20px;
}
body.single .otros{
	padding-top:0;
}
.otros .descripcion p,
.otros h2{
	font-size:1.40vw;
	line-height:1.71vw;
	text-align:center;
	margin-bottom:40px;
}
.otros .carrusel{
	margin-bottom:55px;
}
.otros .modulo{
	position:relative;
	overflow:hidden;
}
.otros .modulo .contenido{
	background:#f6f5f1;
	position:absolute;
	bottom:-1px;
	left:-1px;
	right:0;
	width:100.5%;
	z-index:3;
	transition:all .95s ease;
	transform:translateY(50%);
}
.otros .modulo:hover .contenido{
	transform:translateY(0%);
}
.otros .modulo .grp{
	padding:30px 30px 20px 30px;
}
.otros .modulo .imagen{
	position:relative;
}
.otros .modulo .imagen .img{
	border-radius:5px;
}
.otros .modulo .imagen .v1{
	position:relative;
	z-index:2;
	transition:all 0.75s ease;
	opacity:1;
	visibility:visible;
}
.otros .modulo:hover .imagen .v1{
	opacity:0;
	visibility:hidden;
}
.otros .modulo .imagen .v2{
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.otros .modulo h3{
	font-size:1.40vw;
	line-height:1.71vw;
	font-weight:400;
}
.otros .modulo h3 a{
	font-size:1.40vw;
	line-height:1.71vw;
	font-weight:400;
	color:#262626;
	text-decoration:none !important;
}
.otros .modulo .donde{
	display:block;
	font-weight:400;
	margin-bottom:25px;
}
.otros .modulo .tipo{
	display:block;
	margin-bottom:25px;
}
.otros .modulo .boton.ultimo{
	float:right;
}
.nosotros{
	padding-top:0;
}
.nosotros .inn{
	padding:0 45px;
}
.nosotros h1{
	margin-bottom:30px;
}
.nosotros .modulo{
	position:relative;
	margin-bottom:20px;
}
.nosotros .modulo .grupo{
	position:absolute;
	left:50%;
	top:50%;
	width:75%;
	transform:translate(-50%,-50%);
}
.nosotros .modulo.uno .grupo{
	width:65%;
}
.nosotros .modulo .imagen .img-fluid{
	border-radius:5px;
}
.nosotros .modulo.uno p{
	font-size:1.40vw;
	line-height:2.03vw;
}
.nosotros .modulo p{
	font-size:1.25vw;
	line-height:1.71vw;
}
.nosotros .modulo h3{
	font-size:1.25vw;
	font-weight:500;
	line-height:1.71vw;
	color:#FF5E31;
	margin-bottom:20px;
}
.nosotros .modulo .boton{
	margin-top:8px;
}
.nosotros .modulo .boton .ico{
	width:15px;
	position:relative;
	margin-left:10px;
	top:-1px;
}
.compromiso{
	padding-top:0;
}
.compromiso h2{
	font-size:1.25vw;
	font-weight:500;
	line-height:1.71vw;
	color:#FF5E31;
	margin-bottom:20px;
}
.compromiso .inn{
	padding:0 45px;
}
.compromiso .modulo{
	padding:45px 20px 15px 20px;
	border-bottom:1px solid #262626;
}
.compromiso .modulo h3{
	font-size:2.81vw;
	line-height:3.75vw;
}
.compromiso .modulo p{
	font-size:1.25vw;
	line-height:1.71vw;
}
.equipo{
	padding-top:0;
}
.equipo h2{
	font-size:1.25vw;
	font-weight:500;
	line-height:1.71vw;
	color:#FF5E31;
	margin-bottom:50px;
}
.equipo .inn{
	padding:0 45px;
}
.equipo .modulo{
	position:relative;
	padding-left:35px;
	margin-bottom:30px;
}
.equipo .modulo h3{
	font-size:1.11vw;
	font-weight:500;
	margin-bottom:8px;
}
.equipo .modulo .cargo{
	font-size:1.11vw;
	display:block;
}
.equipo .modulo .ico{
	width:15px;
	position:absolute;
	top:8px;
	left:0;
}
.filtros h1{
	font-weight:400;
	font-size:10px;
	line-height:18px;
	color:#262626;
	display:inline-block;
	padding:2px 12px 3px 12px;
	background:#fff;
	border-radius:50px;
	cursor:default;
	float:right;
	margin-bottom:35px;
}
.filtros ul{
	text-align:right;
}
.filtros ul li{
	padding:0;
	margin-bottom:12px;
}
.filtros ul li::before{
	display:none;
}
.filtros a{	
	font-weight:400;
	font-size:12px;
	color:#262626;
	text-decoration:none !important;
	display:inline-block;
	padding:2px 12px 3px 12px;
	background:transparent;
	border-radius:50px;
	border:1px solid #262626;
}
.filtros a:focus{
	color:#262626;
}
.filtros a:hover, .filtros a.seleccionado{
	background:#262626;
	color:#F6F5F1;
}
.blog .inn{
	padding:0 45px;
}
.blog .filtros{
	margin-top:40px;
}
.blog .modulo{
	padding:30px 0;
}
.blog .modulo.primero{
	border-bottom:1px solid #262626;
	padding-top:0;
}
.blog .modulo.par{
	border-top:1px solid #262626;
	border-bottom:1px solid #262626;
}
.blog .modulo .contenido{
	margin:20px 0 0 0;
}
.blog .modulo h3{
	font-size:1.87vw;
	line-height:2.34vw;
	margin-bottom:5px;
}
.blog .modulo h3 a{
	font-size:1.87vw;
	line-height:2.34vw;
	color:#262626;
	text-decoration:none !important;
}
.blog .modulo .etiqueta{
	font-weight:300;
	font-size:12px;
	color:#262626;
	display:inline-block;
	background:#fff;
	border-radius:50px;
	padding:2px 12px 3px 12px;
	margin-bottom:30px;
}
.blog .modulo .boton{
	height:28px;
}
.blog .modulo .boton span{
	font-size:12px;
	line-height:28px;
	top:-2px;
}
.blog .modulo .imagen{
	display:block;
	text-decoration:none !important;
}
.blog .modulo .imagen .img-fluid{
	border-radius:5px;
}
.blog #rightPane.stickOnScroll-on{
	width:12.5%;
}
.entrada h1{
	margin-bottom:40px;
}
.entrada h4{
	margin-bottom:15px;
}
.entrada .inn{
	padding:0 45px;
}
.entrada .filtros{
	margin-top:40px;
}
.entrada #rightPane.stickOnScroll-on{
	width:12.5%;
}
.entrada .imagen{
	margin-bottom:20px;
}
.entrada .imagen .img-fluid{
	border-radius:5px;
}
.entrada p a{
	text-decoration:underline;
}
.entrada .grupo{
	padding:0 15px 0 60px;
}
.entrada .etiqueta{
	font-weight:300;
	font-size:12px;
	color:#262626;
	display:inline-block;
	background:#fff;
	border-radius:50px;
	padding:2px 12px 3px 12px;
	margin-bottom:30px;
}
.entrada .fecha{
	display:block;
	margin-bottom:40px;
	text-transform:capitalize;
}
.entrada .boton{
	margin-top:40px;
}
.autor strong{
	font-weight:400;
}
.autor p a{
	color:#262626;
}
.galeria{
	position:relative;
}
.galeria .grp{
	position:relative;
}
.galeria .grp::after{
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	background:linear-gradient(180deg, rgba(0, 0, 0, 0.2) 16.61%, rgba(0, 0, 0, 0) 100%);
	z-index:1;
}
.galeria .flechas .ico{
	width:26px;
	border-radius:0;
	box-shadow:none;
}
.noticias{
	padding-top:45px;
}
.noticias .flechas{
	top:42%;
}
.noticias .modulo .imagen{
	position:relative;
}
.noticias .modulo .imagen .img{
	border-radius:5px;
}
.noticias .modulo h3{
	font-size:1.40vw;
	line-height:1.71vw;
	font-weight:400;
}
.noticias .modulo h3 a{
	font-size:1.40vw;
	line-height:1.71vw;
	font-weight:400;
	color:#262626;
	text-decoration:none !important;
}
.noticias .modulo .grp{
	padding:40px 0 20px 0;
	position:relative;
	overflow:hidden;
}
.noticias .modulo .boton{
	height:28px;
	position:absolute;
	right:15px;
	top:0;
	transition:all .95s ease;
	transform:translateY(250%);
}
.noticias .modulo .boton span{
	font-size:12px;
	font-weight:400;
	line-height:28px;
	top:-2px;
}
.noticias .modulo:hover .boton{
	transform:translateY(20%);
}
.contacto h1{
	color:#F6F5F1;
	text-align:center;
	margin-bottom:60px;
}
.postventa h1{
	font-size:1.25vw;
	line-height:1.71vw;
	margin-bottom:30px;
}
.postventa .grupo{
	margin-right:30px;
}
.postventa .modulo{
	background:#fff;
	border-radius:5px;
	padding:20px 20px 5px 20px;
	margin-bottom:30px;
}
.postventa .modulo h3{
	color:#FF5E31;
}
/***************************/

/* PIE *********************/
footer{
	position:relative;
	z-index:2;
	padding:80px 0;
}
footer .inn{
	padding:0 45px;
}
footer .logo{
	position:relative;
	top:6px;
}
footer .logo .img-fluid{
	width:95px;
}
footer .logo .v2{
	display:none;
}
body.template-contacto footer .logo .v1{
	display:none;
}
body.template-contacto footer .logo .v2{
	display:inline-block;
}
.menu-footer a{	
	font-weight:300;
	font-size:13px;
	color:#262626;
	text-decoration:none !important;
}
body.template-contacto .menu-footer a{
	color:#F6F5F1;
}
.menu-footer strong{
	font-weight:500;
}
.menu-footer a:focus{
	color:#262626;
}
.menu-footer a:hover{
	color:#FF5E31 !important;
}
.menu-footer li{
	padding:0;
	padding-bottom:25px;
	position:relative;
}
.menu-footer li::before{
	display:none;
}
.menu-footer li.ultimo{
	padding:0;
}
.menu-footer .ico{
	width:12px;
	margin-left:3px;
	position:relative;
	top:-1px;
}
.menu-footer .ico.v2{
	display:none;
}
body.template-contacto .menu-footer .ico.v1{
	display:none;
}
body.template-contacto .menu-footer .ico.v2{
	display:inline-block;
}
footer p{
	font-size:13px;
	text-align:right;
	margin-bottom:25px;
}
footer .tel a{
	font-weight:400;
}
footer p a{
	color:#262626;
	font-weight:300;
	font-size:13px;
}
footer p a:focus{
	color:#262626;
}
footer p a:hover{
	color:#FF5E31;
}
footer .correo{
	font-size:35px;
}
footer .correo a{
	font-size:35px;
}
body.template-contacto footer p a{
	color:#F6F5F1;
}
footer .redes{
	float:right;
	margin-top:5px;
}
footer .redes a{
	margin-left:3px;
}
footer .redes .ico{
	width:20px;
}
footer .redes .v2{
	display:none;
}
body.template-contacto footer .redes .v1{
	display:none;
}
body.template-contacto footer .redes .v2{
	display:inline-block;
}
/***************************/

/* TEXTOS ******************/
h1,h2,h3,h4,h5{
	margin:0;
	transition:all 0.25s ease;
}
h1{
	font-family:'Sora',serif;
	font-weight:300;
	font-size:2.81vw;
	line-height:3.75vw;
	color:#262626;
	letter-spacing:-0.035em;
}
h2{
	font-family:'Sora',serif;
	font-weight:300;
	font-size:1.87vw;
	line-height:2.5vw;
	color:#262626;
	letter-spacing:-0.035em;
}
h3{
	font-family:'Sora',serif;
	font-weight:300;
	font-size:1.01vw;
	line-height:1.58vw;
	color:#262626;
	letter-spacing:-0.035em;
}
h4{
	font-family:'Sora',serif;
	font-weight:400;
	font-size:1.01vw;
	line-height:1.58vw;
	color:#262626;
	letter-spacing:-0.035em;
}
p, a, span{
	font-family:'Sora',serif;
	font-weight:300;
	font-size:1.01vw;
	letter-spacing:-0.035em;
}
p, span{
	color:#262626;
	line-height:1.58vw;
}
p{
	margin-bottom:30px;
}
ul, ol{
	margin-bottom:30px;
}
a{
	color:#FF5E31;
	transition:all 0.25s ease;
}
a:hover, a:focus{
	text-decoration:underline;
	color:#FF5E31;
}
ul{
	padding:0;
}
ul li{
	font-family:'Sora',serif;
	font-weight:300;
	font-size:1.01vw;
	padding-left:12px;
	padding-bottom:2px;
	color:#262626;
	list-style:none;
	position:relative;
} 
ul li::before{
	content:'';
	width:8px;
	height:8px;
	border-radius:100%;
	position:absolute;
	left:0;
	top:6px;
	background:#FF5E31;
}
ol{
	padding:0;
	padding-left:15px;
}
ol li{
	font-family:'Sora',serif;
	font-weight:300;
	font-size:1.07vw;
	color:#262626;
	padding-bottom:2px;
}
strong, b{
	font-weight:500;
}
blockquote{
	border:none;
	padding:0;
	margin:0;
}
blockquote p{
	font-family:'Sora',serif;
	font-weight:300;
	font-size:1.25vw;
	line-height:1.71vw !important;
	color:#262626 !important;
	margin-bottom:30px;
}
blockquote strong{
	font-weight:400;
}
/* TABLAS ******************/
.table-responsive{
	border:none !important;
	margin-bottom:30px;
	font-size:14px;
}
.table th{
	font-weight:normal;
	background:#fff;
	color:#414042;
	border:none;
	padding:20px 8px !important;
	text-align:center;
}
.table td{
	text-align:center;
	color:#414042;
	padding:20px 8px !important;
}
.table tr.par{
	border-bottom:1px solid #ddd;
}
/***************************/
/* FORMULARIOS *************/
label{
	font-size:16px;
	font-weight:700;
	color:#1a1a1a;
}
.form-group{
	margin-bottom:15px;
}
.wpcf7-form-control-wrap{
	display:block;
	margin-bottom:15px;
}
.form-control{
	font-family:'Sora',serif;
	font-weight:300;
	font-size:14px;
	background:#F6F5F1;
	border:1px solid #F6F5F1;
	box-shadow:none;
	color:#262626;
	height:38px;
	padding:10px 15px;
	border-radius:20px;
}
textarea.form-control{
	background:#F6F5F1;
	height:250px;
	position:relative;
	padding:10px 15px;
	color:#262626;
	border:1px solid #F6F5F1;
}
.form-control:focus{
	box-shadow:none;
	color:#262626;
	background:#F6F5F1;
	border:1px solid #F6F5F1;
}
.form-control::placeholder{
	color:#262626;
}
.formulario.inverso .form-control{
	background:#fff;
	border:1px solid #fff;
}
.formulario br{
	display:none;
}
.formulario p{
	margin-bottom:0;
}
.formulario small{
	font-family:'Sora',serif;
	font-weight:300;
	font-size:12px;
	display:block;
	color:#262626;
	margin-left:20px;
	position:relative;
	top:-12px;
}
.select2-container{
	width:100% !important;
}
.select2-container--default .select2-selection--single{
	background-color:#F6F5F1 !important;
	border:1px solid #F6F5F1 !important;
	border-radius:20px !important;
	padding:0 15px;
}
.filtrar .select2-container--default .select2-selection--single{
	border:1px solid #262626 !important;
}
.filtrar .select2-container--default.select2-container--focus .select2-selection--single{
	background-color:#262626 !important;
	border:1px solid #262626 !important;
}
.select2-container .select2-selection--single{
	height:38px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
	color:#262626 !important;
	font-weight:300;
	font-size:14px;
	line-height:35px !important;
	padding:0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
	color:#262626 !important;
}
.filtrar .select2-container.select2-container--focus .select2-selection--single .select2-selection__rendered{
	color:#F6F5F1 !important;
}
.filtrar .select2-container--default.select2-container--focus .select2-selection--single .select2-selection__arrow b{
	border-color:#F6F5F1 transparent transparent transparent !important;
}
.filtrar .select2-container--default.select2-container--focus.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
	border-color:transparent transparent #F6F5F1 transparent !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	top:6px !important;
	right:7px !important;
}
.select2-container--open .select2-dropdown--below{
	border:1px solid #F6F5F1 !important;
	box-shadow:0 4px 9px rgba(0,0,0,.12);
}
.select2-results__option{
	padding:5px 15px !important;
	background:#F6F5F1;
	font-size:14px;
	font-weight:300;
	color:#262626;
}
.select2-results__option::before{
	display:none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected]{
	background-color:#FF5E31 !important;
	color:#262626 !important;
}
.select2-container--default .select2-results__option--selected{
	background-color:#f97e5c !important;
}
.formulario.inverso .select2-container--default .select2-selection--single{
	background-color:#fff !important;
	border:1px solid #fff !important;
}
.formulario.inverso .select2-container--open .select2-dropdown--below{
	border:1px solid #fff !important;
}
body.page-template-template-postventa .select2-results__option{
	background:#fff;
}
.formulario.inverso .select2-container--default .select2-results__option--highlighted[aria-selected],.formulario.inverso .select2-container--default .select2-results__option--highlighted[data-selected]{
	background:#fff !important;
}
body.single-proyecto .select2-container--default .select2-results__option--selected{
	background-color:#F6F5F1 !important;
	color:#FF5E31 !important;
}
body.single-proyecto .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected]{
	background-color:#F6F5F1 !important;
	color:#FF5E31 !important;
}
.select2-container--default .select2-results__option--disabled{
	background-color:#BEBEBE !important;
	color:#5B5B5B !important;
}
.boton{
	background:#262626;
	border:1px solid #262626;
	text-decoration:none !important;
	float:left;
	line-height:30px;
	text-align:center;
	display:block;
	position:relative;
	padding:0 20px;
	border-radius:20px;
	transition:all 0.25s ease;
}
.boton:hover{
	background:#FF5E31;
	border:1px solid #FF5E31;
}
.boton span{
	font-family:'Sora',serif;
	font-weight:300;
	font-size:15px;
	color:#F6F5F1;
	line-height:30px;
	letter-spacing:-0.035em;
	transition:all 0.25s ease;
	position:relative;
	z-index:1;
}
.boton:hover span{
	color:#262626;
}
.boton.inverso{
	background:transparent;
	border:1px solid #262626;
}
.boton.inverso:hover{
	background:#262626;
}
.boton.inverso span{
	color:#262626;
}
.boton.inverso:hover span{
	color:#F6F5F1;
}
.wpcf7-submit{
	font-family:'Sora',serif;	
	background:#FF5E31;
	border:1px solid #FF5E31;
	font-size:15px;
	font-weight:300;
	color:#262626;
	letter-spacing:-0.035em;
	text-align:center;
	padding:0 45px;
	height:32px;
	cursor:pointer;
	border-radius:20px;
	box-shadow:none;
	float:left;
	transition:all 0.25s ease;
}
.wpcf7-submit:hover, .wpcf7-submit:focus{
	background:#262626 !important;
	border:1px solid #F6F5F1 !important;
	outline:none;
	color:#F6F5F1;
	box-shadow:none !important;
}
.formulario.inverso .wpcf7-submit{
	background:#262626;
	border:1px solid #262626;
	color:#F6F5F1;
}
.formulario.inverso .wpcf7-submit:hover,.formulario.inverso .wpcf7-submit:focus{
	background:#FF5E31 !important;
	border:1px solid #FF5E31 !important;
	color:#262626;
}
.wpcf7-spinner{
	display:block !important;
	margin:auto !important;
	margin-top:10px !important;
}
.wpcf7-not-valid-tip{
	font-family:'Sora',sans-serif;
	font-weight:300 !important;
	font-size:12px !important;
	line-height:16px !important;
	color:#c00 !important;
	margin-top:3px;
	margin-left:20px;
}
.wpcf7-response-output{
	background:none !important;
	border:none !important;
	padding:0 !important;
	margin:0 !important;
	text-align:left;
	font-family:'Sora',sans-serif;
	font-weight:300 !important;
	color:#262626;
	font-size:14px;
	line-height:18px;
	margin-top:30px !important;
	clear:both;
}
.centrar{
	text-align:center;
}
.centrar .wpcf7-submit{
	float:none;
}
.centrar .boton{
	float:none;
	display:inline-block;
}
/***************************/
.swiper-pagination-bullet{
	width:8px !important;
	height:8px !important;
	opacity:1 !important;
	background:#FF5E31 !important;
	border:1px solid #FF5E31;
	margin:0 2px !important;
	transition:all 0.25s ease;
}
.swiper-pagination-bullet-active{
	opacity:1 !important;
	width:40px !important;
	border-radius:15px !important;
}
.carrusel.inverso .swiper-pagination-bullet{
	background:#F6F5F1 !important;
	border:1px solid #F6F5F1;
}
.proyectos .swiper-pagination-bullet{
	width:6px !important;
	height:6px !important;
	border:1px solid #F6F5F1;
	background:#F6F5F1 !important;
}
.proyectos .swiper-pagination-bullet-active{
	width:32px !important;
}
@keyframes myfadeInAnimation{
from{opacity:0;}
to{opacity:1;}
}
@keyframes e{
0%{background-position:-120px 0;}
to{background-position:120px 0;}
}
@keyframes apuntar{
from{transform:translate(0,0);}
65%{transform:translate(5px,0);}
to{transform:translate(0,0);}    
}
@keyframes slide-left{
from{transform:translateX(0%);}
to{transform:translateX(-50%);}
}
/***************************/
@media (min-width:992px){
.w-20{
  -webkit-box-flex:0;
      -ms-flex:0 0 20% !important;
          flex:0 0 20% !important;
  max-width:20%;
}
}
@media (min-width:1600px){
.container-fluid{
	max-width:1600px;
}
.banner,header{
	max-width:1600px;
	margin:auto;
}
.modal-lg{
	max-width:1200px;
}
.inicio h2{
	font-size:30px;
	line-height:40px;
}
.inicio .modulo h3{
	font-size:18px;
	line-height:22px;
}
.otros h2{
	font-size:24px;
	line-height:32px;
}
.otros .descripcion p{
	font-size:24px;
	line-height:32px;
}
.otros .modulo h3{
	font-size:18px;
	line-height:22px;
}
.proyectos h2{
	font-size:36px;
	line-height:48px;
}
.proyectos .modulo h3{
	font-size:18px;
	line-height:22px;
}
.proyectos .modulo h3 a{
	font-size:18px;
}
.proyecto .boton.fix{
	left:200px;
}
.proyecto h1{
	font-size:40px;
	line-height:48px;
}
.proyecto .descripcion p{
	font-size:40px;
	line-height:48px;
}
.proyecto .tipos .modulo h3{
	font-size:40px;
	line-height:48px;
}
.caracteristicas .modulo p{
	font-size:17px;
	line-height:22px;
}
.destacado .mod p{
	font-size:18px;
	line-height:26px;
}
.certificacion h2{
	font-size:42px;
	line-height:48px;
}
.unidades h2{
	font-size:42px;
	line-height:48px;
}
.unidades .modulo .arriba h3{
	font-size:18px;
	line-height:26px;
}
.unidades .barra p{
	font-size:18px;
	line-height:26px;
}
.unidades .grp p{
	font-size:20px;
	line-height:26px;
}
.ubicacion h2{
	font-size:18px;
	line-height:26px;
}
.ubicacion h3{
	font-size:18px;
	line-height:26px;
}
.ubicacion p{
	font-size:17px;
	line-height:22px;
}
.ubicacion p a{
	font-size:17px;
}
.anteriores .modulo .grupo p{
	font-size:17px;
	line-height:22px;
}
.nosotros .modulo.uno p{
	font-size:18px;
	line-height:26px;
}
.nosotros .modulo h3{
	font-size:16px;
	line-height:22px;
}
.nosotros .modulo p{
	font-size:16px;
	line-height:22px;
}
.nosotros .modulo .grupo{
	width:60%;
}
.nosotros .modulo.uno .grupo{
	width:48%;
}
.compromiso h2{
	font-size:16px;
	line-height:22px;
}
.compromiso .modulo h3{
	font-size:36px;
	line-height:48px;
}
.compromiso .modulo p{
	font-size:16px;
	line-height:22px;
}
.equipo .modulo h3{
	font-size:14px;
	line-height:20px;
}
.equipo .modulo .cargo{
	font-size:14px;
	line-height:20px;
}
.equipo h2{
	font-size:16px;
	line-height:22px;
}
.blog #rightPane.stickOnScroll-on{
	width:11.5%;
}
.blog .modulo h3{
	font-size:24px;
	line-height:30px;
}
.blog .modulo h3 a{
	font-size:24px;
	line-height:30px;
}
.entrada #rightPane.stickOnScroll-on{
	width:11.5%;
}
.noticias .modulo h3{
	font-size:18px;
	line-height:22px;
}
.noticias .modulo h3 a{
	font-size:18px;
	line-height:22px;
}
.postventa h1{
	font-size:16px;
	line-height:22px;
}
h1{
	font-size:36px;
	line-height:48px;
}
h2{
	font-size:30px;
	line-height:40px;
}
h3{
	font-size:14px;
	line-height:22px;
}
h4{
	font-size:14px;
	line-height:22px;
}
p, a, span{
	font-size:14px;
}
p, span{
	line-height:22px;
}
ul li{
	font-size:14px;
	line-height:20px;
}
ul li::before{
	top:5px;
}
blockquote p{
	font-size:20px !important;
	line-height:28px !important;
}
}
@media screen and (min-width:300px) and (max-width:992px){
.mobile{
	display:none;
}
.desktop{
	display:none;
}
.tablet{
	display:block;
}
.paginas{
	padding:0;
}
body.close-menu{
	overflow:hidden;
}
header{
	box-shadow:0px 4px 9.2px 4px #0000001A;
	padding:20px 0 15px 0;
}
header .inn{
	padding:0 5px;
}
header .menu{
	display:none;
}
header .logo .img-fluid{
	width:240px;
	top:0;
}
header .boton{
	float:none;
	margin:25px 0 0 0;
}
header .boton.mobile{
	display:block;
}
.menu-trigger{
	display:block;
}
.contenedor-submenu{
	display:block;
}
.menu{
	float:none;
	top:0;
	text-align:center;
}
.menu a{
	font-size:20px;
	display:inline-block;
}
body.template-contacto .menu a{
	color:#262626;
}
.menu li{
	display:block;
	padding:0 0 35px 0;
}
#main{
	padding-top:116px;
}
section{
	padding:45px 0;
}
.titulo{
	margin-bottom:20px;
}
.inicio h2{
	font-size:30px;
	line-height:40px;
}
.inicio .leyenda .grp{
	padding:35px 40px 0 40px;
}
.inicio .modulo .grp{
	padding:30px 20px 40px 20px;
}
.inicio .modulo h3{
	font-size:20px;
	line-height:26px;
}
.inicio .modulo .donde{
	font-size:16px;
}
.inicio .modulo .boton{
	top:0;
	float:none;
	margin-top:15px;
}
.otros h2{
	font-size:22px;
	line-height:28px;
}
.otros .descripcion p{
	font-size:22px;
	line-height:28px;
}
.otros .flechas{
	top:35%;
}
.otros .modulo h3{
	font-size:18px;
	line-height:22px;
}
.otros .modulo .imagen{
	height:580px;
}
.otros .modulo .donde{
	margin-bottom:15px;
}
.otros .modulo .contenido{
	transform:translateY(0);
}
.otros .modulo .grp{
	padding:25px 20px;
}
.proyectos{
	padding-top:30px;
}
.proyectos h2{
	font-size:30px;
	line-height:30px;
}
.proyectos .grupo{
	padding:45px 20px;
}
.proyectos .modulo h3{
	font-size:18px;
	line-height:24px;
}
.proyectos .modulo h3 a{
	font-size:18px;
	line-height:24px;
}
.proyectos .modulo .donde{
	line-height:20px;
}
.proyecto h1{
	font-size:18px;
	line-height:24px;
}
.proyecto .boton.fix{
	left:43.5%;
	height:35px;
	padding:0 20px 0 35px;
	top:125px;
}
.proyecto .boton.fix span{
	line-height:37px;
}
.proyecto .boton.fix .icon{
	left:16px;
	top:12px;
}
.proyecto .cabecera .grp{
	padding:30px 15px;
}
.proyecto .descripcion p{
	font-size:22px;
	line-height:28px;
}
.proyecto .meta h3{
	font-size:12px;
	line-height:16px;
}
.proyecto .tipos .modulo h3{
	font-size:24px;
	line-height:28px;
}
.caracteristicas .modulo{
	text-align:center;
}
.caracteristicas .modulo p{
	font-size:16px;
	line-height:22px;
}
.destacado .mod p{
	font-size:14px;
	line-height:20px;
}
.anteriores .modulo .grupo p{
	font-size:16px;
	line-height:22px;
}
.anteriores .modulo.especial .grupo{
	width:100%;
	text-align:center;
}
.anteriores .modulo .grupo{
	width:75%;
}
.anteriores .modulo.ultimo .grupo{
	margin:30px 0 30px 0;
}
.anteriores .grp{
	margin-bottom:15px;
}
.ubicacion h2{
	font-size:16px;
	line-height:22px;
}
.ubicacion h3{
	font-size:16px;
	line-height:22px;
}
.ubicacion p{
	font-size:16px;
	line-height:22px;
}
.ubicacion .modulo{
	padding:0;
}
.certificacion h2{
	font-size:22px;
	line-height:28px;
}
.unidades h2{
	font-size:28px;
	line-height:36px;
}
.unidades .barra p{
	font-size:12px;
	line-height:16px;
}
.unidades .modulo .arriba h3{
	font-size:20px;
	line-height:24px;
}
.unidades .grp h3{
	font-size:12px;
	line-height:16px;
}
.unidades .grp p{
	font-size:16px;
	line-height:22px;
}
.unidades .modulo .posicion{
	padding:12px;
	width:100%;
	float:none;
}
.blog .modulo h3{
	font-size:22px;
	line-height:28px;
}
.blog .modulo h3 a{
	font-size:22px;
	line-height:28px;
}
.blog .modulo .etiqueta{
	margin-bottom:15px;
}
.blog .modulo .contenido{
	margin:15px 0 0 0;
}
.blog .modulo p{
	margin-bottom:20px;
}
.blog .inn{
	padding:0;
}
.blog .filtros{
	margin-top:25px;
}
.filtros h1{
	margin-bottom:25px;
}
.blog #rightPane.stickOnScroll-on{
	width:21%;
}
.entrada h1{
	margin-bottom:20px;
}
.entrada .inn{
	padding:0;
}
.entrada .filtros{
	margin-top:25px;
}
.entrada #rightPane.stickOnScroll-on{
	width:21%;
}
.entrada .grupo{
	padding:0;
}
.entrada .etiqueta{
	margin-bottom:15px;
}
.entrada .fecha{
	margin-bottom:15px;
}
.noticias .modulo .grp{
	padding:20px 0;
}
.noticias .modulo h3{
	font-size:18px;
	line-height:24px;
}
.noticias .modulo h3 a{
	font-size:18px;
	line-height:24px;
}
.noticias .modulo .boton{
	display:none;
}
.noticias .flechas{
	top:36%;
}
.nosotros .inn{
	padding:0;
}
.nosotros h1{
	font-size:32px;
	line-height:42px;
}
.nosotros .modulo h3{
	font-size:16px;
	line-height:22px;
}
.nosotros .modulo p{
	font-size:16px;
	line-height:22px;
}
.nosotros .modulo.uno p{
	font-size:16px;
	line-height:22px;
}
.nosotros .modulo.uno .grupo{
	width:75%;
}
.compromiso h2{
	font-size:16px;
	line-height:22px;
}
.compromiso .modulo h3{
	font-size:20px;
	line-height:24px;
}
.compromiso .modulo p{
	font-size:16px;
	line-height:22px;
}
.compromiso .inn{
	padding:0;
}
.equipo h2{
	font-size:16px;
	line-height:22px;
}
.equipo .inn{
	padding:0;
}
.equipo .modulo h3{
	font-size:14px;
	line-height:20px;
}
.equipo .modulo .cargo{
	font-size:14px;
	line-height:20px;
}
.postventa .modulo h3{
	margin-bottom:4px;
}
.postventa .modulo p{
	margin-bottom:15px;
}
h1{
	font-size:32px;
	line-height:42px;
}
h2{
	font-size:24px;
	line-height:34px;
}
h3{
	font-size:14px;
	line-height:18px;
}
h4{
	font-size:12px;
	line-height:16px;
}
p, a, span{
	font-size:12px;
}
p, span{
	line-height:20px;
}
ul li{
	font-size:14px;
	line-height:20px;
}
ul li::before{
	top:5px;
}
blockquote p{
	font-size:16px;
	line-height:20px !important;
	margin-bottom:20px;
}
footer .inn{
	padding:0;
}
footer .logo .img-fluid{
	width:60px;
}
.menu-footer a{
	font-size:14px;
}
footer p{
	font-size:13px;
	line-height:18px;
}
footer p a{
	font-size:13px;
}
footer .correo,footer .correo a{
	font-size:20px;
}
}
@media screen and (min-width:300px) and (max-width:576px){
.mobile{
	display:block;
}
.tablet{
	display:none;
}
.inicio .flechas{
	top:42%;
}
.inicio .modulo{
	height:620px;
}
.inicio .leyenda .grp{
	padding:35px 40px 0 40px;
	text-align:center;
}
.inicio .modulo{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	border-radius:5px;
}
.inicio .modulo .img{
	display:none;
}
.inicio .modulo .grp{
	text-align:center;
}
.otros .flechas{
	top:32.5%;
}
.otros .carrusel{
	margin-bottom:0;
}
.otros .modulo .grp{
	text-align:center;
}
.otros .modulo .boton{
	float:none;
	margin-bottom:8px;
}
.otros .modulo .boton.ultimo{
	float:none;
}
.categorias a{
	padding:0 8px;
}
.proyectos h2{
	text-align:center;
}
.proyectos .modulo{
	margin-bottom:40px;
}
.proyectos .modulo .grp{
	height:380px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	border-radius:5px;
}
.proyectos .modulo .grp .img{
	display:none;
}
.proyectos .modulo .contenido{
	text-align:center
}
.proyectos .modulo .boton{
	display:inline-block;
	float:none;
	width:100%;
	height:35px;
}
.proyectos .modulo .boton span{
	line-height:35px;
}
.proyecto .boton.fix{
	left:38.5%;
	top:125px;
}
.proyecto .cabecera{
	height:620px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	border-radius:5px;
}
.proyecto .cabecera .img{
	display:none;
}
.proyecto .cabecera .donde{
	position:relative;
	left:0;
	top:0;
	transform:none;
}
.proyecto .cabecera .grp{
	text-align:center;
}
.proyecto .cabecera .boton{
	float:none;
	width:100%;
	margin-top:15px;
}
.proyecto.en-desarrollo .cabecera .contenido{
	position:absolute;
}
.proyecto .baj.ultimo{
	text-align:right;
}
.proyecto .descripcion{
	text-align:center;
	margin-top:20px;
}
.proyecto .botones{
	text-align:center;
}
.proyecto .descargar{
	float:none;
}
.proyecto .tipos a{
	margin-bottom:12px;
}
.proyecto .tipos a.uno{
	text-align:center;
}
.proyecto .tipos a.dos{
	margin:0 0 12px 0;
}
.proyecto .tipos a.tres{
	text-align:center;
}
.proyecto .tipos .modulo{
	margin-bottom:35px;
	height:inherit;
}
.proyecto .tipos .modulo::after{
	display:none;
}
.proyecto .tipos .modulo.primero::after{
	display:block;
}
.proyecto .tipos .modulo.ultimo::after{
	display:block;
	left:-16px;
	right:inherit;
}
.proyecto .carrusel .swiper-slide.medio{
	width:100%;
}
.proyecto .carrusel .swiper-slide{
	width:100%;
}
.proyecto .carrusel .modulo{
	height:320px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	border-radius:5px;
}
.proyecto .carrusel .modulo .img{
	display:none;
}
.destacado{
	margin-top:0;
}
.destacado .grupo{
	height:320px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	border-radius:5px;
	margin:0;
}
.destacado .mod{
	text-align:center;
}
.destacado .grupo .img{
	display:none;
}
.destacado .grupo::after{
	display:none;
}
.destacado .modulo{
	height:inherit;
}
.destacado .grp{
	position:relative;
	bottom:0;
	left:0;
	width:inherit;
	margin:0 30px;
}
.destacado .imagen{
	margin-top:15px;
}
.caracteristicas .modulo{
	height:inherit;
}
.caracteristicas .modulo::after{
	width:100%;
	height:1px;
	top:inherit;
	bottom:15px;
	left:0;
	right:0;
	transform:none;
}
.anteriores .modulo .grupo{
	position:relative;
	width:100%;
	text-align:center;
	left:0;
	top:0;
	transform:none;
	margin:35px 0 50px 0;
}
.anteriores .modulo.ultimo .grupo{
	margin:35px 0 50px 0;
	width:100%;
}
.anteriores .modulo.ultimo .imagen{
	top:0;
	margin:35px 0 50px 0; 
}
.certificacion .modulo .grp{
	position:relative;
	left:0;
	top:0;
	transform:none;
}
.certificacion .modulo .icon{
	width:55px;
	margin-bottom:15px;
}
.unidades h2{
	text-align:center;
	padding:0 15px;
}
.unidades .arriba{
	text-align:center;
}
.unidades .modulo .arriba h3{
	margin-bottom:12px;
}
.unidades .modulo .boton{
	float:none;
	width:100%;
	top:0;
	margin-bottom:20px;
}
.unidades .filtrar{
	text-align:center;
}
.unidades .fil{
	margin-bottom:12px;
}
.unidades .barra{
	margin:35px 30px 40px 30px;
}
.unidades .barra p{
	font-size:16px;
	line-height:20px;
	margin-bottom:15px;
}
.unidades .grp{
	margin-bottom:15px;
}
.unidades .modulo .imagen{
	margin-top:20px;
}
.unidades .modulo .posicion{
	float:none;
	width:100%;
	margin-top:30px;
	padding:5px;
}
.certificacion{
	text-align:center;
}
.ubicacion{
	text-align:center;
}
.ubicacion .mapa{
	margin-bottom:30px;
}
.blog .filtros{
	margin-top:0;
}
.blog .filtros ul{
	text-align:center;
	margin-bottom:0;
}
.blog .filtros li{
	display:inline-block;
}
.blog #rightPane{
	display:none !important;
}
.blog .modulo{
	padding:40px 0;
	border-bottom: 1px solid #262626;
}
.blog .modulo.primero{
	padding-top:40px;
}
.blog .modulo .contenido{
	text-align:center;
}
.blog .modulo .boton{
	display:inline-block;
	float:none;
	width:100%;
	height:40px;
}
.blog .modulo .boton span{
	line-height:40px;
}
.entrada{
	padding-top:0;
	text-align:center;
}
.entrada .filtros{
	margin-top:0;
}
.entrada .filtros ul{
	text-align:center;
	margin-bottom:25px;
}
.entrada .filtros li{
	display:inline-block;
}
.entrada #rightPane{
	display:none !important;
}
.entrada .boton{
	width:100%;
}
.noticias .flechas{
	top:38%;
}
.nosotros{
	padding-bottom:30px;
}
.nosotros .modulo{
	text-align:center;
}
.nosotros .modulo .grupo{
	position:relative;
	left:0;
	top:0;
	width:100%;
	transform:none;
	padding:0 15px;
	margin:30px 0 40px 0;
}
.nosotros .modulo.uno .grupo{
	width:100%;
	margin:30px 0 0 0;
}
.nosotros .modulo.uno .imagen{
	margin-top:0;
}
.nosotros .modulo .boton{
	float:none;
	display:inline-block;
}
.compromiso{
	text-align:center;
}
.compromiso h2{
	margin-bottom:20px;
}
.compromiso .modulo{
	padding:25px 0 0 0;
}
.compromiso .modulo h3{
	margin-bottom:8px;
}
.equipo h2{
	text-align:center;
	margin:20px 0 35px 0;
}
.postventa{
	padding-top:20px;
}
.postventa .grupo{
	margin:0;
}
.formulario.inverso .wpcf7-submit{
	width:100%;
	float:none;
	height:38px;
}
footer{
	padding:60px 0 20px 0;
	text-align:center;
}
footer .logo{
	top:0;
	margin-bottom:30px;
}
footer .logo .img-fluid{
	width:60px;
}
.menu-footer{
	margin:40px 0 45px 0;
}
.menu-footer li{
	padding-bottom:25px;
}
.menu-footer a{
	font-size:15px;
}
footer p{
	font-size:14px;
	line-height:18px;
	text-align:center;
	margin-bottom:15px;
}
footer p a{
	font-size:14px;
}
footer .correo{
	margin:50px 0 35px 0;
}
footer .redes{
	float:none;
	text-align:center;
	margin:0;
}
}