/*
Theme Name:Fundación Colunga v2.0
Author:Paula Villanueva
Author URI:http://www.paulavillanueva.cl
*/
body{
	overflow-x:hidden !important;
	background:#f5f4ea;
	animation:myfadeInAnimation 3s;
}
.body{
	overflow-x:hidden !important;
}
body.open-pop{
	overflow:hidden;
}
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:25px;
    padding-left:25px;
}
.row.gutter{
	margin-left:-25px;
	margin-right:-25px;
}
.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:10px;
}
.alignright{
	float:right;
	margin-left:30px;
	padding-top:15px;
}
.aligncenter{
	margin:auto;
	display:block;
}
.os-animation, .staggered-animation,.os-animation2,.os-animation3{
	opacity:0;
}
.os-animation.animated, .staggered-animation.animated,.os-animation2.animated,.os-animation3.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:#fff;
}
.fancybox__caption{
	font-size:300;
	font-size:14px;
	color:#fff;
}
.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;
}
.scrollup{
	position:fixed;
	bottom:40px;
	right:40px;
	width:35px;
	z-index:96;
	text-decoration:none !important;
	transition:all 0.25s ease;
}
.scrollup .ico{
	width:30px;
}
/***************************/

/* CABECERA ****************/
header{
	position:fixed;
	width:100%;
	left:0;
	right:0;
	top:0;
	padding:25px 0 20px 0;
	display:block;
	background:#00ac66;
	transition:all .45s ease;
	transform:translateY(0);
	z-index:9;
}
header.activo{
	transform:translateY(-100%);
}
header .logo .img-fluid{
	width:180px;
	position:relative;
	top:2px;
}
.buscador{
	position:relative;
	width:35px;
	border-radius:100%;
	transition:width .65s ease;
}
.buscador::before{
	content:'';
	background:url('img/iconos/buscar.svg');
	background-size:100% 100%;
	height:22px;
	width:22px;
	position:absolute;
	right:10px;
	top:10px;
	display:block;
	cursor:pointer;
}
.buscador.activo::before{
	cursor:default;
}
.buscador .form-control{
	background:transparent;
	border:none;
	color:transparent;
	border-radius:100px;
	height:38px;
}
.buscador .form-control::placeholder{
	color:transparent;
}
.buscador .form-control:focus{
	background:#f5f4ea;
	border:none;
	color:#8e8e8e
}
.buscador.activo{
	background:#f5f4ea;
	width:35%;
}
.buscador.activo .form-control{
	background:#f5f4ea;
	color:#8e8e8e;
}
.buscador.activo .form-control::placeholder{
	color:#8e8e8e;
}
header .buscador{
	float:right;
	margin-right:5px;
	position:relative;
	top:-2px;
}
.menu{
	margin-bottom:0;
	position:relative;
}
.menu li{
	padding:8px 0;
	position:relative;
	border-top:1px solid #f5f4ea;
}
.menu li::before{
	display:none;
}
.menu .desplegar{
	width:30px;
	position:absolute;
	top:9px;
	right:5px;
	cursor:pointer;
	transition:all .55s ease;
}
.menu li.activo .desplegar{
	transform:rotate(-180deg);
	top:5px;
}
.menu a{	
	font-weight:500;
	font-size:16px;
	color:#f5f4ea;
	text-decoration:none !important;
}
.menu a:hover{
	color:#00ac66;
}
.menu a:focus{
	color:#00ac66;
}
.menu li.current-menu-item > a{
	color:#00ac66;
}
.menu ul{
	margin-top:5px;
	opacity:0;
	max-height:0;
	overflow:hidden;
	visibility:hidden;
	transition:max-height 0.55s ease-in-out, opacity 0.55s ease-in;
}
.menu ul a{
	font-size:15px;
}
.menu ul li{
	border:none;
	padding:5px 12px;
}
.menu li.activo ul{
	max-height:400px;
	opacity:1;
	visibility:visible;
}
.menu-trigger{
	position:relative;
	cursor:pointer;
	float:right;
	z-index:9;
	top:9px;
}
.menu-trigger .icon{
	display:inline-block;
	width:22px;
	height:2px;
	position:relative;
	top:-8px;
	background:#f5f4ea;
	border-radius:5px;
	transition:all 0.35s;
}
.menu-trigger .icon:before{
	content:'';
	width:100%;
	height:2px;
	background:#f5f4ea;
	position:absolute;
	top:-8px;
	border-radius:5px;
	transition:all 0.35s;
}
.menu-trigger .icon:after{
	content:'';
	width:100%;
	height:2px;
	background:#f5f4ea;
	position:absolute;
	top:8px;
	border-radius:5px;
	transition:all 0.35s;
}
.menu-trigger.close-menu span{
	background:none !important;
	color:#f5f4ea;
	transition:all 0.35s;
}
.menu-trigger.close-menu span:before{
	top:0 !important;
	background-color:#f5f4ea !important;
	transform:rotate(-45deg);
	width:100%;
}
.menu-trigger.close-menu span:after{
	width:100%;
	top:0 !important;
	background-color:#f5f4ea !important;
	transform:rotate(45deg);
}
.contenedor-submenu{
	background:#00303c;
	position:fixed;
	top:0;
	right:0;
	width:45%;
	height:100%;
	z-index:8;
	opacity:1;
	visibility:hidden;
	transition:all 0.8s ease;
 	transform:translateX(100%);
}
.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;
	bottom:35px;
}
.contenedor-submenu .arriba{
	position:absolute;
	width:100%;
	left:0;
	right:0;
	top:0;
	height:82px;
	border-bottom:1px solid #f5f4ea;
}
.contenedor-submenu h3{
	font-size:18px;
	line-height:24px;
	font-weight:500;
	color:#f5f4ea;
	position:absolute;
	left:90px;
	top:50%;
	transform:translateY(-50%);
}
/***************************/

/* CUERPO ******************/
#main{
	min-height:600px;
	padding-top:80px;
}
section{
	padding:65px 0;
	position:relative;
}
.paginas{
	padding:0 100px;
}
.titulo{
	margin-bottom:35px;
}
.inline{
	display:block;
	overflow:hidden;
}
.descripcion{
	padding-right:45px;
}
.descripcion h2{
	margin-bottom:35px;
}
.precarga{
	position:relative;
}
.precarga::before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	background:#f5f4ea;
	opacity:1;
	transition-duration:.8s;
	transition-delay:.5s;
}
.precarga.ready::before{
	opacity:0;
}
.carrusel{
	position:relative;
}
.banner{
	position:relative;
	height:calc(100vh - 80px);
	background-repeat:no-repeat;
	background-position:70% center;
	background-size:cover;
}
.banner .img{
	display:none;
}
.banner::after{
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:#000;
	opacity:0;
	z-index:1;
	transition-duration:.8s;
	transition-delay:.5s;
}
.banner.ready::after{
	opacity:0.25;
}
body.single .banner.ready::after{
	opacity:0.42;
}
body.page-template-template-observatorio .banner::after{
	display:none;
}
body.page-template-template-observatorio .banner h1,
body.page-template-template-observatorio .banner .seccion{
	color:#00303c;
}
.banner .leyenda{
	position:absolute;
	left:0;
	right:0;
	width:100%;
	top:70%;
	transform:translateY(-50%);
	z-index:2;
}
.banner .seccion{
	font-weight:500;
	color:#fff;
	display:block;
	margin-bottom:10px;
}
.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;
	border-radius:100%;
}
.flechas .ico.v2{
	display:none;
}
.flechas a:hover .ico.v1{
	display:none;
}
.flechas a:hover .ico.v2{
	display:inline-block;
}
.ver{
	font-size:15px;
	font-weight:500;
	color:#8e8e8e;
	text-decoration:none !important;
	position:relative;
	padding-right:12px;
}
.ver:hover .ico{
	animation-name:apuntar;
}
.ver:hover, .ver:focus{
	color:#00ac66;
}
.ver.par{
	font-size:14px;
	color:#002f3b;
}
.ver.impar{
	font-size:14px;
	color:#fff;
}
.ver .ico{
	width:10px;
	position:absolute;
	top:3px;
	right:-6px;
	transition:all 0.25s ease;
	animation-duration:.7s;
    animation-iteration-count:infinite;
    animation-timing-function:ease-in-out;
}
.ver .ico.v2{
	visibility:hidden;
	opacity:0;
}
.ver:hover .ico.v2{
	visibility:visible;
	opacity:1;
}
.desplegador{
	cursor:pointer;
	position:relative;
	border-bottom:1px solid #00303f;
	padding:25px 25px 25px 0;
}
.desplegador h3{
	cursor:pointer;
}
.desplegable{
	display:none;
}
.desplegables{
	border-top:1px solid #00303f;
}
.desplegador .icon{
	width:22px;
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);	
	transition:all 0.25s ease;
}
.desplegador.ui-state-active .icon{
	transform:translateY(-50%) rotate(-45deg);	
}
.desplegable .contenido{
	padding:25px 0 15px 0;
}
.desplegable .contenido p{
	margin-bottom:8px;
}
.desplegable .contenido p a{
	color:#00303c;
	text-decoration:none !important;
}
.desplegable .contenido p a:hover, 
.desplegable .contenido p a:focus{
	color:#00ac66;
}
.bajada{
	border-top:1px solid #00303c;
	padding-top:20px;
	margin-bottom:30px;
}
.bajada h3{
	margin-bottom:20px;
}
.inicio{
	padding:45px 0 30px 0;
}
.inicio .inn{
	margin-bottom:40px;
}
.inicio .modulo{
	text-align:center;
}
.inicio .modulo h4{
	font-size:3.32vw;
	line-height:4.35vw;
	font-weight:600;
	margin-bottom:8px;
	color:#00ac66;
}
.inicio .modulo h4 strong{
	font-weight:600;
	color:#112f3d;
}
.inicio .modulo p{
	font-size:1.05vw;
	line-height:1.58vw;
	color:#8e8e8e;
}
.inicio .modulo .contenido{
	padding:0 35px;
}
.somos{
	padding:0;
}
.somos .inn h3{
	margin-bottom:25px;
}
.somos .inn{
	border-top:1px solid #00303c;
	padding-top:20px;
	margin-bottom:40px;
}
.somos .modulo{
	background:#6de6cc;
	height:100%;
}
.somos .modulo.dos{
	background:#00ac66;
}
.somos .modulo.tres{
	background:#e3ff76;
}
.somos .modulo .grupo{
	padding:35px 40px;
}
.somos .modulo h3{
	margin-bottom:15px;
}
.somos .modulo p{
	font-size:1.05vw;
	line-height:1.58vw;
	margin-bottom:15px;
}
.somos .modulo.dos h3,
.somos .modulo.dos p{
	color:#fff;
}
.animacion{
	background:#d2ff29;
	overflow:hidden;
	padding:45px 0;
}
.animacion .inn{
	position:relative;
}
.animacion .icon{
	position:absolute;
	bottom:-68px;
	right:0;
	width:42%;
}
.animacion h3{
	font-size:7.45vw;
	line-height:7vw;
}
.animacion p{
	font-size:1.85vw;
	line-height:2.66vw;
	margin:0;
}
.animacion p em{
	font-weight:600;
}
.animacion .contenido{
	padding-right:30px;
	margin-top:15px;
}
.animacion .grupo{
	position:relative;
}
.animacion .ico{
	width:50px;
	position:absolute;
	top:35%;
	right:38.5%;
	transform:translateY(-50%);
	animation:beat .45s infinite alternate;
}
.noticias.hnoticias .modulo{
	border-bottom:1px solid #00303c;
	padding-bottom:35px;
	margin-bottom:35px;
}
.noticias.hnoticias .modulo.ultimo{
	padding:0;
	border:none;
	margin:0;
}
.noticias.hnoticias .modulo .imagen{
	margin:0;
}
.nosotros{
	padding:45px 0 30px 0;
}
.nosotros .inn{
	margin-bottom:30px;
}
.nosotros .modulo{
	background:#002f3b;
	position:relative;
	height:100%;
	border-bottom:35px solid #f5f4ea;
}
.nosotros .modulo.ultimo{
	background:#00ac66;
}
.nosotros .modulo .grp{
	padding:40px 60px 40px 45px;
}
.nosotros .modulo h3{
	color:#f5f4ea;
	margin-bottom:30px;
}
.nosotros .modulo p{
	color:#f5f4ea;
}
.historia{
	padding:0;
}
.historia .inn h3{
	margin-bottom:40px;
}
.historia .inn{
	border-top:1px solid #00303c;
	padding-top:20px;
	margin-bottom:40px;
}
.tiempo .tit{
	position:relative;
	top:4px;
}
.tiempo .flechas{
	position:relative;
	top:0;
	transform:none;
	text-align:right;
}
.tiempo .flechas .atras{
	float:none;
	margin:0;
}
.tiempo .flechas .adelante{
	float:none;
	margin:0 0 0 10px;
}
.tiempo .carrusel{
	margin-top:20px;
	position:relative;
}
.tiempo .carrusel::after{
	content:'';
	width:100%;
	height:2px;
	background:#a0a0a0;
	position:absolute;
	left:0;
	right:0;
	top:20px;
}
.tiempo .grupo{
	padding:55px 30px 0 0;
	position:relative;
}
.tiempo .grupo::after{
	content:'';
	width:20px;
	height:20px;
	background:#00ac66;
	border-radius:100%;
	position:absolute;
	left:0;
	top:11px;
}
.tiempo .modulo ul li{
	font-size:1.05vw;
	color:#8e8e8e;
}
.tiempo .modulo ul li::before{
	background:#8e8e8e;
}
.tiempo .modulo h4{
	font-weight:600;
	margin-bottom:20px;
}
.tiempo .anio{
	font-weight:600;
	font-size:1.42vw;
	line-height:2.05vw;
	color:#00ac66;
	display:block;
	margin-bottom:15px;
}
.tiempo .modulo p{
	font-weight:600;
}
.equipo .inn{
	border-top:1px solid #00303c;
	padding-top:20px;
}
.equipo .inn h3{
	margin-bottom:40px;
}
.equipo .tit{
	position:relative;
	top:4px;
}
.equipo .flechas{
	position:relative;
	top:0;
	transform:none;
	text-align:right;
}
.equipo .flechas .atras{
	float:none;
	margin:0;
}
.equipo .flechas .adelante{
	float:none;
	margin:0 0 0 10px;
}
.equipo .carrusel{
	margin:20px 0 65px 115px;
}
.equipo .carrusel.ultimo{
	margin:20px 0 0 115px;
}
.equipo .modulo .imagen{
	margin-bottom:20px;
}
.equipo .modulo h3{
	margin-bottom:5px;
}
.equipo .modulo .cargo{
	font-size:14px;
	line-height:20px;
	color:#8e8e8e;
	display:block;
}
.trabajamos{
	padding:0 0 30px 0;
}
.trabajamos .modulo{
	padding:0 40px;
	text-align:center;
}
.trabajamos .modulo .imagen{
	padding:0 60px;
	margin-bottom:25px;
}
.trabajamos .modulo p{
	font-size:1.18vw;
	line-height:1.58vw;
	color:#8d8d8d;
}
.dimensiones{
	padding-top:0;
}
.dimensiones .inn{
	border-top:1px solid #00303c;
	padding-top:20px;
}
.dimensiones .inn h3{
	margin-bottom:60px;
}
.dimensiones .modulo{
	text-align:center;
	margin-bottom:0;
}
.dimensiones .modulo .imagen{
	margin-bottom:40px;
	padding:0 40px;
}
.dimensiones .modulo .contenido{
	padding:0 30px;
}
.resumen{
	padding-top:0;
}
.resumen .inn{
	border-top:1px solid #00303c;
	padding-top:20px;
}
.resumen .inn h3{
	margin-bottom:40px;
}
.resumen .flechas{
	position:relative;
	top:0;
	transform:none;
	text-align:right;
}
.resumen .flechas .atras{
	float:none;
	margin:0;
}
.resumen .flechas .adelante{
	float:none;
	margin:0 0 0 10px;
}
.resumen .modulo .grp{
	overflow:hidden;
	position:relative;
	margin-bottom:8px;
}
.resumen .modulo .grp .icon{
	width:40px;
	position:absolute;
	top:25%;
	right:48%;
	transform:translateY(-50%);
}
.resumen .modulo h4{
	font-size:3.86vw;
	line-height:4.95vw;
}
.resumen .modulo p{
	font-weight:500;
	font-size:1.28vw;
	line-height:1.88vw;
}
.modelo{
	padding-top:0;
}
.modelo .inn{
	border-top:1px solid #00303c;
	padding-top:20px;
}
.modelo .inn h3{
	margin-bottom:40px;
}
.modelo .modulo{
	margin-top:40px;
	padding-right:10px;
}
.modelo .modulo .num{
	font-size:70px;
	line-height:75px;
	font-weight:600;
	color:#00ac66;
	display:block;
	margin-bottom:15px;
}
.modelo .modulo h3{
	margin-bottom:20px;
}
.alianzas{
	padding:0;
}
.alianzas h3{
	margin-bottom:20px;
}
.alianzas .modulo{
	border-top:1px solid #00303c;
	padding-top:20px;
	margin-bottom:55px;
}
.alianzas .modulo .imagen{
	margin-top:30px;
	overflow:hidden;
}
.alianzas .modulo .img{
	transition:all 0.45s ease;
}
.alianzas .modulo a:hover .img{
	transform:scale(1.025);
}
.socios{
	padding-top:0;
}
body.home .socios{
	padding-top:45px;
}
.socios .inn{
	border-top:1px solid #00303c;
	padding-top:20px;
}
.socios h3{
	margin-bottom:40px;
}
.socios h4{
	margin-bottom:40px;
}
.socios .modulo{
	padding:0 28px;
}
.socios .swiper-wrapper{
	transition-timing-function:linear;
}
.medios{
	padding:50px 0 0 0;
}
.noticias{
	padding:0;
}
.noticias .modulo{
	margin-bottom:60px;
}
.noticias .modulo .imagen{
	margin-bottom:20px;
	overflow:hidden;
}
.noticias .modulo h3{
	font-size:1.18vw;
	line-height:1.86vw;
	margin-bottom:12px;
}
.noticias .modulo .tipo{
	font-size:13px;
	line-height:20px;
	font-weight:700;
	color:#00ac66;
	display:block;
	margin:0 0 10px 0;
}
.noticias .modulo .fecha{
	font-size:14px;
	line-height:20px;
	font-weight:500;
	color:#8e8e8e;
	display:block;
	margin:0 0 12px 0;
}
.noticias .modulo p{
	font-size:1.05vw;
	line-height:1.58vw;
	margin-bottom:12px;
}
.noticias .modulo .img{
	transition:all 0.45s ease;
}
.noticias .modulo a:hover .img{
	transform:scale(1.025);
}
.paginador{
	text-align:center;
	margin-bottom:45px;
}
.paginador .page-numbers{
	font-size:30px;
	font-weight:500;
	line-height:30px;
	padding:0 10px;
	text-align:center;
	color:#00303c;
	display:inline-block;
	border-radius:100%;
	text-decoration:none !important;
	position:relative;
}
.paginador a.page-numbers:hover{
	color:#00ac66;
}
.paginador .page-numbers.current{
	color:#00ac66;
}
.paginador span{
	font-size:30px;
	font-weight:500;
	line-height:30px;
	text-align:center;
	color:#00303c;
	display:inline-block;
}
body.single .banner h1{
	font-size:2.88vw;
	line-height:3.75vw;
}
.entrada{
	padding-top:50px;
}
.entrada .cabecera{
	margin-bottom:40px;
}
.entrada .cabecera .seccion{
	font-weight:500;
}
.entrada .cabecera h1{
	color:#00303c;
}
.entrada h2{
	font-size:1.28vw;
	line-height:1.72vw;
	margin-bottom:8px;
}
.entrada .inn{
	border-top:1px solid #00303c;
	padding-top:45px;
}
.entrada .meta h4{
	font-weight:700;
}
.entrada .meta .grp{
	border-top:1px solid #00303c;
	padding-top:15px;
	margin-bottom:8px;
}
.entrada .meta .grp.ultimo h4{
	margin-bottom:8px;
}
.entrada .fecha{
	font-size:14px;
	line-height:20px;
	display:block;
}
.entrada .img{
	margin-bottom:30px;
}
.entrada .wp-element-caption{
	font-family:"Poppins",sans-serif;
	font-weight:400;
	font-size:13px;
	line-height:20px;
	color:#00303c;
}
.entrada .wp-block-media-text > .wp-block-media-text__content{
	padding:0 30px 0 0 !important;
}
.wp-block-image .alignleft{
	margin:0 1em .5em 0 !important;
}
.relacionadas .inn{
	border-top:1px solid #00303c;
	padding-top:20px;
}
.relacionadas .inn h3{
	margin-bottom:45px;
}
.ecosistemas{
	padding-top:0;
}
.ecosistemas h3{
	margin-bottom:20px;
}
.ecosistemas .modulo{
	border-top:1px solid #00303c;
	padding-top:20px;
	margin-bottom:30px;
}
.ecosistemas .modulo .imagen{
	margin-top:30px;
	overflow:hidden;
}
.ecosistemas .modulo .img{
	transition:all 0.45s ease;
}
.ecosistemas .modulo a:hover .img{
	transform:scale(1.025);
}
.pacto{
	padding:0;
}
.pacto .modulo{
	padding:0 60px;
	text-align:center;
	margin-bottom:35px;
}
.pacto .modulo .imagen{
	padding:0 30px;
	margin-bottom:20px;
}
.pacto .modulo p{
	font-size:1.18vw;
	line-height:1.58vw;
	color:#8d8d8d;
}
.impacto{
	padding-top:0;
}
.impacto .grupo{
	border-top:1px solid #00303c;
	padding-top:20px;
}
.impacto .grupo h3{
	margin-bottom:40px;
}
.colungahub{
	padding-top:0;
}
.colungahub.ultimo{
	padding-bottom:25px;
}
.colungahub .modulo h3{
	margin-bottom:15px;
}
.colungahub .modulo .imagen{
	margin-bottom:30px;
}
.colungahub .bajada.ultimo{
	margin-bottom:10px;
}
.aviso{
	background:#00ac66;
}
.aviso p{
	font-size:2.45vw;
	line-height:2.95vw;
	font-weight:600;
	color:#fff;
	margin:0;
}
.aviso p strong{
	color:#6de6cc;
}
.aviso .modulo{
	position:absolute;
	left:15px;
	top:50%;
	transform:translateY(-50%);
	width:90%;
}
.aviso .imagen{
	position:relative;
}
.aviso .circle{
	width:180px;
	height:180px;
	background:#6de6cc;
	border-radius:100%;
	position:absolute;
	right:-20%;
	top:20%;
	text-align:center;
	display:block;
	text-decoration:none !important;
}
.aviso .circle .inn{
	position:relative;
	width:100%;
	height:100%;
}
.aviso .circle .int{
	position:absolute;
	left:50%;
	top:55%;
	transform:translate(-50%,-50%);
	width:85%;
}
.aviso .circle span{
	font-weight:500;
	font-size:1.42vw;
	line-height:1.45vw;
	color:#00303c;
	display:block;
	margin-bottom:5px;
}
.aviso .circle .icon{
	width:12px;
	animation-name:apuntar;
	animation-duration:.42s;
    animation-iteration-count:infinite;
    animation-timing-function:ease-in-out;	
}
.destacado{
	padding-top:0;
}
.destacado .inn{
	background:#00ac66;
	text-align:center;
	padding:10vw 0;
}
.destacado p{
	font-size:3.65vw;
	line-height:4.45vw;
	font-weight:700;
	color:#fff;
	margin:0;
}
body.page-template-template-pacto-ninez .destacado p{
	text-transform:lowercase;
}
.suscripcion{
	padding:55px 0 30px 0;
	background:#00ac66;
}
.suscripcion h2{
	font-size:2.18vw;
	line-height:48px;
	color:#fff;
	font-weight:700;
}
.busqueda .noticias .modulo h3{
	line-height:1.56vw;
}
.busqueda .noticias .modulo{
	margin-bottom:40px;
}
.busqueda .grupo .et{
	margin-bottom:30px;
}
.busqueda .buscar{
	margin-bottom:40px;
}
.busqueda .buscar .arriba{
	border-bottom:1px solid #00303c;
}
.busqueda .buscar .form-control{
	padding:0;
}
.busqueda .total{
	font-size:14px;
	line-height:20px;
	margin-top:8px;
	display:block;
}
/***************************/

/* PIE *********************/
footer{
	background:#00303c;
	position:relative;
	z-index:2;
	padding:45px 0 0 0;
}
footer .inn{
	padding:20px 0;
	border-top:1px solid #fff;
	margin-top:20px;
}
footer .logo .img-fluid{
	max-width:50%;
}
footer .modulo{
	border-top:1px solid #fff;
	padding-top:20px;
}
footer h3{
	font-size:14px;
	font-weight:700;
	color:#f5f4ea;
	text-transform:uppercase;
	margin-bottom:15px;
}
.menu-footer a{	
	font-size:14px;
	font-weight:500;
	color:#f5f4ea;
	text-decoration:none !important;
}
.menu-footer a:focus{
	color:#00ac66;
}
.menu-footer a:hover{
	color:#00ac66;
}
.menu-footer li{
	padding:0;
	padding-bottom:8px;
	position:relative;
}
.menu-footer li::before{
	display:none;
}
.menu-footer li.ultimo{
	padding:0;
}
footer p{
	font-size:14px;
	line-height:22px;
	font-weight:500;
	color:#f5f4ea;
	margin-bottom:8px;
	cursor:default;
}
footer p a{
	color:#f5f4ea;
	font-weight:500;
	font-size:14px;
	text-decoration:none !important;
}
footer p a:focus{
	color:#00ac66;
}
footer p a:hover{
	color:#00ac66;
}
.redes li{
	padding:0;
	padding-bottom:8px;
	position:relative;
}
.redes li::before{
	display:none;
}
.redes a{	
	font-size:14px;
	font-weight:500;
	color:#f5f4ea;
	text-decoration:none !important;
}
.redes a:focus{
	color:#00ac66;
}
.redes a:hover{
	color:#00ac66;
}
.creditos span{
	font-size:13px;
	line-height:18px;
	font-weight:500;
	color:#f5f4ea;
	display:block;
}
.creditos a{	
	font-size:13px;
	font-weight:500;
	color:#f5f4ea;
	text-decoration:none !important;
	float:right;
}
.creditos a:focus{
	color:#00ac66;
}
.creditos a:hover{
	color:#00ac66;
}
/***************************/

/* TEXTOS ******************/
h1,h2,h3,h4,h5{
	margin:0;
	transition:all 0.25s ease;
	cursor:default;
}
h1{
	font-family:"Poppins",sans-serif;
	font-weight:500;
	font-size:3.28vw;
	line-height:4.02vw;
	color:#fff;
}
h2{
	font-family:"Poppins",sans-serif;
	font-weight:500;
	font-size:2.22vw;
	line-height:3.02vw;
	color:#00303c;
}
h3{
	font-family:"Poppins",sans-serif;
	font-weight:700;
	font-size:1.28vw;
	line-height:1.72vw;
	color:#00303c;
}
h4{
	font-family:"Poppins",sans-serif;
	font-weight:500;
	font-size:1.11vw;
	line-height:1.58vw;
	color:#00303c;
}
p, a, span{
	font-family:"Poppins",sans-serif;
	font-weight:400;
	font-size:1.11vw;
}
p, span{
	color:#00303c;
	line-height:1.78vw;
}
p{
	margin-bottom:25px;
}
ul, ol{
	margin-bottom:25px;
}
a{
	color:#00ac66;
	transition:all 0.25s ease;
}
a:hover, a:focus{
	text-decoration:underline;
	color:#00ac66;
}
ul{
	padding:0;
}
ul li{
	font-family:"Poppins",sans-serif;
	font-weight:400;
	font-size:1.11vw;
	padding-left:12px;
	padding-bottom:4px;
	color:#00303c;
	list-style:none;
	position:relative;
} 
ul li::before{
	content:'';
	width:4px;
	height:4px;
	border-radius:100%;
	position:absolute;
	left:0;
	top:9px;
	background:#00303c;
}
ol{
	padding:0;
	padding-left:15px;
}
ol li{
	font-family:"Poppins",sans-serif;
	font-weight:400;
	font-size:1.11vw;
	color:#00303c;
	padding-bottom:2px;
}
strong, b{
	font-weight:700;
}
blockquote{
	border:none;
	padding:0;
	margin:0;
}
blockquote p{
	font-family:"Poppins",sans-serif;
	font-weight:500;
	font-size:1.38vw;
	line-height:1.98vw !important;
	color:#00303c !important;
	margin-bottom:25px;
}
blockquote strong{
	font-weight:700;
}
/* 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;
}
.form-control{
	font-family:"Poppins",sans-serif;
	font-weight:400;
	font-size:15px;
	background:#f5f4ea;
	border:1px solid #f5f4ea;
	box-shadow:none;
	color:#8e8e8e;
	height:48px;
	padding:10px 15px;
	border-radius:0;
}
textarea.form-control{
	background:#8e8e8e;
	height:250px;
	position:relative;
	padding:10px 15px;
	color:#8e8e8e;
	border:1px solid #8e8e8e;
}
.form-control:focus{
	box-shadow:none;
	color:#8e8e8e;
	background:#f5f4ea;
	border:1px solid #f5f4ea;
}
.form-control::placeholder{
	color:#8e8e8e;
	font-weight:500;
}
.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:"Poppins",sans-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;
}
.select2-container{
	width:100% !important;
}
.select2-container--default .select2-selection--single{
	background-color:#f5f4ea !important;
	border:1px solid #00303c !important;
	border-radius:0 !important;
	padding:0 15px;
	transition:all 0.25s ease;
}
.select2-container .select2-selection--single{
	height:38px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
	color:#0a313c !important;
	font-weight:500;
	font-size:14px;
	line-height:35px !important;
	padding:0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
	font-size:14px;
	font-weight:500;
	color:#0a313c !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 #fff !important;
	box-shadow:0 4px 9px rgba(0,0,0,.12);
}
.select2-results__option{
	padding:5px 15px !important;
	background:#fff;
	font-size:14px;
	font-weight:500;
	color:#0a313c;
	margin-bottom:1px;
}
.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:#f5f4ea !important;
	color:#0a313c !important;
	border-radius:0;
}
.select2-container--default .select2-results__option--selected{
	background-color:#f5f4ea !important;
	border-radius:0;
	color:#0a313c !important;
}
.select2-container--default .select2-results__group{
	padding:0 !important;
}
.wpcf7-submit{
	font-family:"Poppins",sans-serif;	
	background:#00303c;
	border:1px solid #00303c;
	font-size:15px;
	font-weight:500;
	color:#f5f4ea;
	letter-spacing:-0.035em;
	text-align:center;
	padding:0 35px;
	height:48px;
	cursor:pointer;
	border-radius:0;
	box-shadow:none;
	float:left;
	transition:all 0.25s ease;
}
.wpcf7-submit:hover, .wpcf7-submit:focus{
	background:#00303c !important;
	border:1px solid #00303c !important;
	outline:none;
	color:#f5f4ea;
	box-shadow:none !important;
}
.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(0,3px);}
to{transform:translate(0,0);}    
}
@keyframes beat{
from{transform:translateY(-50%) scale(1);}
to{transform:translateY(-50%) scale(1.2);}
}
/***************************/
@media (min-width:600px){
.w-20{
  -webkit-box-flex:0;
      -ms-flex:0 0 20% !important;
          flex:0 0 20% !important;
  max-width:20%;
}
}
@media screen and (min-width:992px) and (max-width:1280px){
.paginas{
	padding:0 60px;
}
.banner .leyenda{
	top:75%;
}
.equipo .carrusel{
	margin:20px 0 60px 75px;
}
.equipo .carrusel.ultimo{
	margin:20px 0 0 75px;
}
}
@media (min-width:1600px){
.container-fluid{
	max-width:1440px;
}
.banner .leyenda{
	top:75%;
}
.inicio .modulo h4{
	font-size:58px;
	line-height:70px;
}
.inicio .modulo p{
	font-size:16px;
	line-height:22px;
}
.somos .modulo p{
	font-size:16px;
	line-height:24px;
}
.animacion h3{
	font-size:100px;
	line-height:100px;
}
.animacion p{
	font-size:28px;
	line-height:40px;
}
.suscripcion h2{
	font-size:32px;
	line-height:42px;
}
.trabajamos .modulo p{
	font-size:20px;
	line-height:28px;
}
.resumen .modulo h4{
	font-size:70px;
	line-height:80px;
}
.resumen .modulo p{
	font-size:25px;
	line-height:32px;
}
.destacado p{
	font-size:68px;
	line-height:78px;
}
.nosotros{
	padding-top:65px;
}
.nosotros .modulo{
	height:65vh;
}
.equipo .carrusel{
	margin:20px 0 80px 305px
}
.equipo .carrusel.ultimo{
	margin:20px 0 0 305px
}
.equipo .modulo .cargo{
	font-size:16px;
	line-height:22px;
}
.tiempo .anio{
	font-size:20px;
	line-height:28px;
}
.noticias .modulo h3{
	font-size:20px;
	line-height:28px;
}
.noticias .modulo p{
	font-size:16px;
	line-height:24px;
}
body.single .banner h1{
	font-size:40px;
	line-height:50px;
}
.entrada .fecha{
	font-size:16px;
	line-height:24px;
}
.aviso p{
	font-size:45px;
	line-height:55px;
}
.aviso .circle span{
	font-size:20px;
	line-height:24px;
}
.menu-footer li{
	line-height:18px;
}
.redes li{
	line-height:18px;
}
h1{
	font-size:48px;
	line-height:58px;
}
h2{
	font-size:32px;
	line-height:40px;
}
h3{
	font-size:20px;
	line-height:26px;
}
h4{
	font-size:18px;
	line-height:26px;
}
p, a, span{
	font-size:18px;
}
p, span{
	line-height:26px;
}
ul li{
	font-size:18px;
	line-height:26px;
}
ul li::before{
	top:12px;
}
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;
}
.gutter > [class*='col-']{
    padding-right:15px;
    padding-left:15px;
}
.row.gutter{
	margin-left:-15px;
	margin-right:-15px;
}
.scrollup{
	right:15px;
	bottom:30px;
	width:38px;
}
.paginas{
	padding:0 10px;
}
body.close-menu{
	overflow:hidden;
}
.contenedor-submenu{
	width:100%;
}
.contenedor-submenu .arriba{
	display:none;
}
header{
	padding:15px 0;
	z-index:8;
}
body.close-menu header{
	background:#00303c;
}
header .logo .img-fluid{
	width:150px;
	top:5px;
}
.buscador.activo{
	width:60%;
}
.menu li{
	padding:12px 0;
}
.menu ul{
	margin-top:0;
}
.menu li.activo ul{
	margin-top:10px;
}
.menu ul li{
	padding:7px 12px;
}
#main{
	padding-top:68px;
}
section{
	padding:30px 0 40px 0;
}
.imagen.pr{
	margin-top:10px;
}
.banner .seccion{
	font-size:15px;
	line-height:20px;
}
.banner .leyenda{
	top:80%;
}
.descripcion{
	padding-right:15px;
}
.descripcion h2{
	margin-bottom:20px;
}
.bajada{
	margin-bottom:15px;
}
.inicio{
	padding-bottom:30px;
}
.inicio .modulo h4{
	font-size:32px;
	line-height:40px;
}
.inicio .modulo p{
	font-size:15px;
	line-height:22px;
	margin-bottom:15px;
}
.inicio .modulo .contenido{
	padding:0;
}
.somos .inn{
	margin-bottom:15px;
}
.somos .modulo .grupo{
	padding:35px 25px;
}
.somos .modulo h3{
	margin-bottom:15px;
}
.somos .modulo p{
	font-size:15px;
	line-height:22px;
}
.animacion .contenido{
	padding-right:45px;
}
.animacion .ico{
	width:50px;
}
.animacion h3{
	font-size:70px;
	line-height:70px;
}
.animacion p{
	font-size:20px;
	line-height:28px;
}
.nosotros .inn{
	margin-bottom:30px;
}
.nosotros .modulo .int{
	top:50%;
}
.nosotros .modulo h3{
	font-size:16px;
	line-height:20px;
	margin-bottom:20px;
}
.historia .inn{
	margin-bottom:20px;
}
.tiempo .anio{
	font-size:15px;
	line-height:22px;
}
.tiempo .modulo h4{
	margin-bottom:12px;
}
.tiempo .modulo ul li{
	font-size:14px;
}
.equipo .carrusel{
	margin:20px 0 60px 25px;
}
.equipo .carrusel.ultimo{
	margin:20px 0 0 25px;
}
.equipo .modulo h3{
	font-size:15px;
	margin-bottom:0;
}
.equipo .modulo .cargo{
	font-size:12px;
}
.modelo .modulo{
	margin-top:45px;
}
.modelo .modulo .num{
	font-size:40px;
	line-height:50px;
}
.noticias{
	padding-bottom:20px;
}
.noticias .modulo .tipo{
	font-size:13px;
}
.noticias .modulo h3{
	font-size:15px;
	line-height:22px;
}
.noticias .modulo .fecha{
	font-size:13px;
	line-height:18px;
}
.noticias .modulo p{
	font-size:15px;
	line-height:22px;
}
.busqueda .noticias .modulo h3{
	line-height:22px;
}
.busqueda .buscar{
	margin-bottom:25px;
}
.busqueda .noticias .modulo{
	margin-bottom:20px;
}
.busqueda .buscar .form-control{
	font-size:14px;
}
.entrada .fecha{
	font-size:13px;
	line-height:20px;
}
body.single .banner h1{
	font-size:20px;
	line-height:30px;
}
.entrada .img{
	margin-bottom:20px;
}
.ver{
	font-size:15px;
	padding-right:8px;
}
.ver.impar{
	font-size:15px;
}
.ver.par{
	font-size:15px;
}
.ver .ico{
	width:8px;
	top:4px;
}
.socios h4{
	margin-bottom:30px;
}
.socios .modulo{
	padding:0 15px;
}
.trabajamos .modulo{
	padding:0 10px;
	margin:65px 0 40px 0;
}
.trabajamos .modulo .imagen{
	padding:0 55px;
	margin-bottom:20px;
}
.trabajamos .modulo p{
	font-size:15px;
	line-height:22px;
}
.dimensiones .inn h3{
	margin-bottom:30px;
}
.dimensiones .modulo{
	margin-bottom:10px;
}
.dimensiones .modulo .imagen{
	padding:0 5px;
}
.dimensiones .modulo .contenido{
	padding:0;
}
.dimensiones .modulo h3{
	font-size:13px;
	line-height:16px;
}
.resumen .modulo h4{
	font-size:40px;
	line-height:48px;
}
.resumen .modulo .grp .icon{
	width:30px;
}
.resumen .modulo p{
	font-size:15px;
	line-height:22px;
}
.pacto .modulo{
	padding:0 10px;
	margin:80px 0 60px 0;
}
.pacto .modulo .imagen{
	padding:0 45px;
}
.pacto .modulo p{
	font-size:15px;
	line-height:22px;
}
.aviso p{
	font-size:22px;
	line-height:30px;
}
.aviso .circle{
	width:120px;
	height:120px;
}
.aviso .circle span{
	font-size:13px;
	line-height:16px;
}
.suscripcion{
	padding:40px 0 30px 0; 
}
.suscripcion h2{
	font-size:25px;
	line-height:30px;
	margin-bottom:25px;
}
.destacado p{
	font-size:30px;
	line-height:36px;
}
footer{
	padding:40px 0 0 0;
}
footer .logo .img-fluid{
	width:150px;
}
footer .modulo{
	padding-top:15px;
}
.menu-footer li{
	padding-bottom:12px;
}
.redes li{
	padding-bottom:12px;
}
footer p{
	margin-bottom:12px;
}
.creditos span{
	font-size:12px;
}
.creditos a{
	font-size:12px;
}
.form-control{
	font-size:12px;
}
h1{
	font-size:30px;
	line-height:40px;
}
h2{
	font-size:20px;
	line-height:26px;
}
h3{
	font-size:16px;
	line-height:20px;
}
h4{
	font-size:15px;
	line-height:22px;
}
p, a, span{
	font-size:15px;
}
p, span{
	line-height:22px;
}
p{
	margin-bottom:20px;
}
ul,ol{
	margin-bottom:20px;
}
ul li{
	font-size:14px;
	line-height:20px;
}
ul li::before{
	top:7px;
}
blockquote p{
	font-size:16px;
	line-height:20px !important;
	margin-bottom:20px;
}
.select2-container .select2-selection--single .select2-selection__rendered{
	font-size:13px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
	font-size:13px;
}
.select2-results__option{
	font-size:13px;
}
.wpcf7-submit{
	font-size:13px;
}
}
@media screen and (min-width:300px) and (max-width:576px){
.mobile{
	display:block;
}
.tablet{
	display:none;
}
header .logo .img-fluid{
	width:120px;
}
.buscador.activo{
	width:152px;
}
.banner{
	height:520px;
	background-repeat:no-repeat;
	background-position:70% center;
	background-size:cover;
}
.banner .img{
	display:none;
}
.banner .seccion{
	margin-bottom:20px;
}
.banner .leyenda{
	top:70%;
}
.desplegador h3{
	font-size:13px;
}
.descripcion{
	padding-right:0;
}
.descripcion h2{
	margin-bottom:20px;
}
.inicio .inn{
	margin-bottom:30px;
}
.inicio .modulo{
	margin-bottom:35px;
}
.inicio .modulo h4{
	font-size:50px;
	line-height:60px;
}
.inicio .modulo .contenido{
	padding:0 45px;
}
.socios .modulo{
	padding:0 20px;
}
.somos .modulo{
	height:inherit;
	margin-bottom:40px;
}
.somos .modulo.tres{
	margin-bottom:0;
}
.somos .modulo .grupo{
	padding:50px 35px;
}
.somos .modulo h3{
	font-size:16px;
	line-height:24px;
}
.noticias.hnoticias .modulo .imagen{
	margin-bottom:25px;
}
.animacion{
	padding-top:45px;
}
.animacion h3{
	font-size:95px;
	line-height:95px;
}
.animacion .inn{
	padding-bottom:115px;
}
.animacion .contenido{
	padding-right:30px;
	margin-bottom:55px;
}
.animacion .icon{
	width:100%;
}
.nosotros .modulo{
	height:inherit;
	margin-bottom:35px;
	border-bottom:none;
}
.nosotros .modulo.ultimo{
	margin-bottom:0;
}
.nosotros .modulo .int{
	position:relative;
	top:0;
}
.nosotros .modulo .grp{
	padding:60px 30px 40px 30px;
}
.modelo .modulo{
	margin-top:15px;
}
.impacto .grupo .mod{
	margin-bottom:45px;
}
.impacto .grupo .mod.ultimo{
	margin-bottom:0;
}
.alianzas .modulo{
	margin-bottom:45px;
}
.noticias .modulo{
	border-bottom:1px solid #00303c;
	padding-bottom:20px;
	margin-bottom:30px;
}
.noticias .modulo.ultimo{
	border:none;
}
.noticias .modulo .imagen{
	margin-bottom:25px;
}
.paginador{
	margin-bottom:12px;
}
.entrada{
	padding:30px 0 30px 0;
}
.entrada .cabecera{
	margin-bottom:25px;
}
.entrada .inn{
	padding:0;
	border:none;
}
.entrada .meta .compartir{
	width:35%;
}
.entrada .meta .grp.ultimo{
	margin-bottom:30px;
}
.wp-block-image .alignleft{
	margin:0 0 .5em 0 !important
}
.entrada .wp-block-media-text > .wp-block-media-text__content{
	padding:25px 0 0 0 !important;
}
.trabajamos .modulo{
	margin:20px 0 40px 0;
	padding:0 30px;
}
.dimensiones{
	padding-bottom:30px;
}
.dimensiones .modulo{
	text-align:left;
	margin-bottom:30px;
}
.dimensiones .modulo .imagen{
	margin-bottom:20px;
}
.resumen .modulo{
	margin-bottom:40px;
}
.resumen .modulo h4{
	font-size:55px;
	line-height:65px;
}
.resumen .modulo p{
	margin-bottom:10px;
}
.pacto .modulo{
	margin:20px 0 30px 0;
	padding:0 45px;
}
.colungahub .modulo{
	margin-bottom:20px;
}
.colungahub.ultimo{
	padding-bottom:0;
}
.animacion .ico{
	right:22.5%;
}
.suscripcion h2{
	font-size:24px;
	line-height:30px;
}
.suscripcion .wpcf7-submit{
	width:100%;
	padding:0;
}
.aviso .modulo{
	position:relative;
	left:0;
	width:100%;
	top:0;
	transform:none;
	margin-bottom:45px;
}
.destacado p{
	font-size:25px;
	line-height:35px;
}
footer .modulo.primero{
	margin-top:30px;
}
footer .modulo{
	padding-top:30px;
}
footer h3{
	font-size:13px;
	margin-bottom:15px;
}
.creditos span{
	margin-top:20px;
}
.creditos a{
	float:none;
}
footer .menu{
	display:none;
}
footer .redes{
	margin-bottom:30px;
}
footer .redes li{
	display:inline;
	padding-right:10px;
}
.redes a{
	font-size:13px;
}
footer p{
	font-size:13px;
	margin-bottom:10px;
}
footer p a{
	font-size:13px;
}
h1{
	font-size:26px;
	line-height:34px;
}
}