.body{
	overflow-x:hidden !important;
}
body.close-menu{
	overflow:hidden;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button{
  -webkit-appearance:none;
  margin:0;
}
/* RESET CSS ____*/
dt{cursor:pointer;}
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;}
body{
    background:#fff;
    transition:none; 
	-webkit-transition:none; 
	-moz-transition:none; 
	-o-transition:none;
    -moz-osx-font-smoothing:grayscale;
}
body *{
    -webkit-font-smoothing:antialiased !important;
    -moz-font-smoothing:antialiased !important;
    text-rendering:optimizeLegibility;
}
article, aside, figure, footer, header, hgroup, nav, section{display:block;}
ul{list-style:none;}
blockquote, q{font-size:1em; margin:0 0 24px; quotes:none;}
blockquote p{background-color:#eef1f3; padding:10px;}
blockquote:before, blockquote:after, q:before, q:after{content:''; content:none;}
a{margin:0; padding:0; vertical-align:baseline; background:transparent;}
del{text-decoration:line-through;}
abbr[title], dfn[title]{border-bottom:1px dotted #000; cursor:help;}
table{/*border-collapse:collapse;*/ border-spacing:0;}
th{font-weight:bold; vertical-align:bottom;}
td{font-weight:normal; vertical-align:top;}
hr{background-color:#fff; display:block; float:left; height:1px; border:0; border-top:1px solid #ced4da; margin:10px 0; padding:0; width:100%;}
hr.sep-jugadores{border-color:#ced4da; margin:20px 0;}
input, select{vertical-align:middle;}
pre{white-space:pre; white-space:pre-wrap; white-space:pre-line; word-wrap:break-word;}
input[type="radio"]{vertical-align:text-bottom;}
input[type="checkbox"]{vertical-align:bottom; *vertical-align:baseline;}
.ie6 input{vertical-align:text-bottom;}
select, input, textarea{font:99% sans-serif;}
table{font-size:inherit; font:100%;}
a:hover, a:active{outline:none;}
small{font-size:85%;}
strong, th{font-weight:700;}
td, td img{vertical-align:top;}
sub, sup{font-size:75%; line-height:0; position:relative;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
strong,span{font-size:100%;}
code, pre, kbd, samp{font-family:monospace, sans-serif;}
*, *::before, *::after{
	box-sizing:border-box;
}
a,object{
	outline:none !important;
}
*:focus{
	outline:none !important;
}
.clearfix::after{display:block;clear:both;content:''}
select:focus{outline:none;}
select::-moz-focus-inner{border:0;}
.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;
}
.swiper-pagination-bullets{
	bottom:0 !important;
	position:relative !important;
	margin-top:25px;
	text-align:left !important;
}
.swiper-pagination-bullet{
	width:12px !important;
	height:12px !important;
	background:#fff !important;
	border:1px solid #1d1d1b !important;
	opacity:1 !important;
}
.swiper-pagination-bullet-active{
	opacity:1 !important;
	background:#1d1d1b !important;
}
/* IMAGES ALIGN ______*/
img.alignleft{
	float:left;
	margin:0 20px 0 0 !important;
}
img.aligncenter{
	text-align:center;
	margin:0 auto  !important;
}
img.alignright{
	float:right;
	margin:0 0 0 20px  !important;
}
figure{
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
/* SELECTION ____*/
::selection{ /* Code for Firefox */
	background:#99a1a7;
	color:#fff;
	text-shadow:none;
}
::-moz-selection{ /* Code for Firefox */
	background:#99a1a7;
	color:#fff;
	text-shadow:none;
}
.mobile{
	display:none;
}
.tablet{
	display:block;
}
.desktop{
	display:block;
}
.grecaptcha-badge{
	visibility:hidden;
}
.gutter > [class*='col-']{
    padding-right:45px;
    padding-left:45px;
}
.row.gutter{
	margin-left:-45px;
	margin-right:-45px;
}
/* CABECERA ****************/
header{
	background:#2773b9;
	position:absolute;
	width:100%;
	left:0;
	right:0;
	top:0;
	padding:20px 0 15px 0;
	z-index:95 !important;
	display:block;
}
header .logo{
	display:inline-block;
}
header .logo .img-fluid{
	width:140px;
}
.menu{
	float:right;
	margin:0;
	padding:0;
	position:relative;
	top:31px;
	list-style:none;
}
.menu li{
	margin:0;
	padding:0;
	position:relative;
	display:inline-block;
	padding-right:30px;
}
.menu li::before{
	display:none;
}
.menu li.ultimo{
	padding-right:0;
}
.menu a{
	font-family:'Public Sans',sans-serif;
	font-weight:500;
	font-size:14px;
	color:#fff;
	position:relative;
	text-transform:uppercase;
	text-decoration:none !important;
}
.menu a:hover{
	color:#fff;
	text-decoration:underline !important;
}
.menu a:focus{
	color:#fff;
}
.menu li.current-menu-item > a{
	text-decoration:underline !important;
}
header .transparencia{
	float:right;
	margin-left:30px;
	position:relative;
	top:22px;
}
header .transparencia .img-fluid{
	width:185px;
	border-radius:100px;
}
.menu-trigger{
	position:relative;
	z-index:999;
	-webkit-transition:top ease-in-out 0.35s;
	-moz-transition:top ease-in-out 0.35s;
	-o-transition:top ease-in-out 0.35s;
	transition:top ease-in-out 0.35s;
	cursor:pointer;
	display:none;
	float:right;
	top:26px;
}
.menu-trigger .icon{
	display:inline-block;
	width:30px;
	height:2px;
	position:relative;
	top:-8px;
	background:#fff;
	border-radius:5px;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-ms-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
}
.menu-trigger .icon:before{
	content:'';
	width:100%;
	height:2px;
	background:#fff;
	position:absolute;
	top:-8px;
	border-radius:5px;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-ms-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
}
.menu-trigger .icon:after{
	content:'';
	width:100%;
	height:2px;
	background:#fff;
	position:absolute;
	top:8px;
	border-radius:5px;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-ms-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
}
.menu-trigger.close-menu span{
	background:none;
	color:#fff;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-ms-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
}
.menu-trigger.close-menu span:before{
	top:0 !important;
	background-color:#fff;
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	width:100%;
}
.menu-trigger.close-menu span:after{
	width:100%;
	top:0 !important;
	background-color:#fff;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
.contenedor-submenu{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	z-index:12;
	opacity:0;
	visibility:hidden;
	background:#2773b9;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
.contenedor-submenu.activo{
	opacity:1;
	visibility:visible;
}
.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%);
}
/***************************/
#main{
	padding-top:112px;
}
section{
	padding:65px 0;
}		
.rotando{
	background:#e94f28;
	padding:8px 0 6px 0;
	overflow:hidden;
	text-align:center;
	height:38px;
}
.rotando p{
	font-family:'Public Sans',sans-serif;
	font-size:15px;
	line-height:22px;
	font-weight:500;
	text-transform:uppercase;
	color:#fff;
	margin:0;
	padding:0 5px;
}
.inicio{
	padding:0;
	height:calc(95vh - 115px);
	overflow:hidden;
}
.inicio .swiper-slide{
	height:auto;
}
.inicio .modulo .row{
	height:100%;
}
.inicio .modulo .row > [class*='col-']{
	height:100%;
}
.inicio .modulo{
	background:#95CF75;
	position:relative;
	height:calc(95vh - 115px);
}
.inicio .modulo .imagen{
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	height:calc(95vh - 115px);
	width:100%;
	position:absolute;
	right:0;
	top:0;
}
.inicio .modulo .contenido{
	position:absolute;
	left:60px;
	top:50%;
	transform:translateY(-50%);
	width:72%;
}
.inicio .modulo p{
	font-family:'Public Sans',sans-serif;
	font-size:55px;
	font-weight:500;
	line-height:65px;
	color:#fff;
	margin:0;
}
.inicio .modulo p em, .inicio .modulo p strong{
	font-family:'Public Sans',sans-serif;
}
.destacados{
	position:relative;
	overflow:hidden;
	width:100%;
}
.destacados .encabezado{
	background:#fff;
	padding:50px 0;
	position:relative;
	border-top:1px solid #1d1d1b;
	border-bottom:1px solid #1d1d1b;
}
.destacados h2{
	font-family:'Public Sans',sans-serif;
	font-size:35px;
	font-weight:700;
	line-height:40px;
	color:#1d1d1b;
	text-transform:uppercase;
	padding:0;
	margin:0;
}
.destacados .inn{
	position:absolute;
	left:15px;
	top:50%;
	width:100%;
	transform:translateY(-50%);
}
.destacados .boton{
	float:right;
}
.destacados .modulo{
	display:block;
	text-decoration:none !important;
	height:100%;
	background:#a0bee4;
}
.destacados .modulo.par{
	background:#fff;
}
.destacados .modulo.ultimo{
	background:#2773b9;
}
.destacados .modulo .imagen img{
	filter:grayscale(100%);
	transition:all 0.35s ease;
}
.destacados .modulo:hover .imagen img{
	filter:none;
}
.destacados .modulo.par .imagen{
	position:absolute;
	bottom:-10px;
	left:0;
}
.destacados .modulo h3{
	font-family:'Public Sans',sans-serif;
	font-size:20px;
	font-weight:700;
	line-height:28px;
	background:#fff;
	color:#1d1d1b;
	display:inline;
	text-transform:uppercase;
	padding:0;
	margin:0;
}
.destacados .modulo.par h3{
	background:#a0bee4;
}
.destacados .modulo h3::before{
	display:none;
}
.destacados .modulo .contenido{
	padding:40px 40px 50px 40px;
}
.destacados .modulo .icon{
	width:14px;
	margin-bottom:30px;
	display:block;
}
.destacados .modulo.par .icon.v1{
	display:none;
}
.destacados .modulo .icon.v2{
	margin-bottom:0;
	margin-top:30px;
	display:none;
}
.destacados .modulo.par .icon.v2{
	display:block;
}
.destacados .modulo.par .icon.v2{
	position:absolute;
	left:40px;
	top:-100px;
	margin:0;
}
.destacados .modulo p{
	font-family:'Public Sans',sans-serif;
	font-size:17px;
	font-weight:400;
	line-height:26px;
	color:#1d1d1b;
	margin:0;
}
.destacados .modulo .fecha{
	font-family:'Public Sans',sans-serif;
	font-size:17px;
	font-weight:600;
	line-height:26px;
	display:block;
	color:#1d1d1b;
	margin-top:25px;
}
.destacados .modulo.ultimo p, .destacados .modulo.ultimo .fecha{
	color:#fff;
}
.unesco{
	position:relative;
	overflow:hidden;
	border-bottom:1px solid #1d1d1b;
}
.unesco .encabezado{
	background:#ffc400;
	padding:50px 0;
}
.unesco h3::before{
	display:none;
}
.unesco .inn{
	position:relative;
}
.unesco h2{
	font-family:'Public Sans',sans-serif;
	font-size:35px;
	font-weight:700;
	line-height:40px;
	color:#fff;
	text-transform:uppercase;
	padding:0;
	margin:0;
}
.unesco .modulo{
	padding:80px 0;
}
.unesco .modulo h3{
	font-family:'Public Sans',sans-serif;
	font-size:22px;
	font-weight:700;
	line-height:28px;
	color:#1d1d1b;
	text-transform:uppercase;
	margin:0;
	margin-bottom:45px;
	text-align:left !important;
}
.unesco .modulo p{
	font-family:'Public Sans',sans-serif;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	color:#1d1d1b;
	margin:0;
	margin-bottom:45px;
}
.unesco .imagen{
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	height:100%;
	width:45%;
	position:absolute;
	right:0;
	top:0;
}
.unesco .foto{
	display:none;
}
.unesco .boton{
	float:right;
}
.atributos-home{
	position:relative;
	overflow:hidden;
}
.atributos-home .encabezado{
	background:#ededed;
	padding:50px 0;
}
.atributos-home h3::before{
	display:none;
}
.atributos-home h2{
	font-family:'Public Sans',sans-serif;
	font-size:24px;
	font-weight:700;
	line-height:38px;
	color:#1d1d1b;
	text-transform:uppercase;
	margin:0;
}
.atributos-home .boton{
	float:right;
}
.atributos-home .modulo{
	text-align:center;
	padding:150px 0;
	position:relative;
	display:block;
	text-decoration:none !important;
	overflow:hidden;
}
.atributos-home .modulo .imagen{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	width:30%;
}
.atributos-home .modulo.uno{
	background:#ffc400;
}
.atributos-home .modulo.dos{
	background:#e94f28;
}
.atributos-home .modulo.tres{
	background:#1d1d1b;
}
.atributos-home .modulo.cuatro{
	background:#14823b;
}
.atributos-home .modulo.cinco{
	background:#2773b9;
}
.atributos-home .modulo.seis{
	background:#f08caf;
}
.atributos-home .modulo .contenido{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	text-align:left;
	background:rgba(255,255,255,.95);
	transform:translateX(-100%);
	transition:all 0.85s ease-in-out;
	opacity:0;
	visibility:hidden;
}
.atributos-home .modulo:hover .contenido{
	transform:translateX(0);
	opacity:1;
	visibility:visible;
}
.atributos-home .modulo .contenido .inn{
	padding:60px 30px 40px 30px;
}
.atributos-home .modulo h3{
	font-family:'Public Sans',sans-serif;
	font-size:15px;
	font-weight:600;
	line-height:22px;
	color:#1d1d1b;
	text-transform:uppercase;
	margin:0;
	margin-bottom:12px;
}
.atributos-home .modulo p{
	font-family:'Public Sans',sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:20px;
	color:#1d1d1b;
	margin:0;
}
.area-home{
	padding:100px 0;
	position:relative;
}
.area-home h3::before{
	display:none;
}
.area-home .modulo{
	padding-top:45px;
	margin-bottom:65px;
}
.area-home .modulo h3{
	font-family:'Public Sans',sans-serif;
	font-size:22px;
	font-weight:700;
	line-height:28px;
	color:#1d1d1b;
	text-transform:uppercase;
	margin:0;
	margin-bottom:45px;
}
.area-home .modulo p{
	font-family:'Public Sans',sans-serif;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	color:#1d1d1b;
	margin:0;
	margin-bottom:35px;
}
.corporacion{
	position:relative;
	overflow:hidden;
	border:1px solid transparent;
	border-top:1px solid #1d1d1b;
	height:100%;
}
.corporacion h2{
	font-family:'Public Sans',sans-serif;
	font-size:35px;
	line-height:40px;
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
	padding:0;
	margin:0;
}
.corporacion .encabezado{
	background:#95CF75;
	padding:80px 0 40px 0;
}
.corporacion .modulo{
	padding:60px 0;
}
.corporacion .imagen{
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	height:100%;
	width:45%;
	position:absolute;
	right:0;
	top:0;
}
.corporacion .imagen span{
	font-family:'Public Sans',sans-serif;
	font-size:12px;
	font-weight:400;
	color:#fff;
	position:absolute;
	bottom:20px;
	left:20px;
}
.corporacion .modulo p{
	font-family:'Public Sans',sans-serif;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	color:#1d1d1b;
	margin:0;
	margin-bottom:45px;
}
.corporacion .foto{
	display:none;
}
.slide{
	position:relative;
}
.slide .flechas{
	position:absolute;
	right:0;
	bottom:-3px;
	z-index:9;
}
.flechas{
	text-align:right;
}
.flechas a{
	text-decoration:none !important;
	display:inline-block;
	margin-left:10px;
}
.flechas .atras.especial .ico{
	width:42px;
}
.flechas .ico{
	width:75px;
}
.recientes{
	padding:45px 0;
}
.recientes .swiper-slide{
	height:auto;
}
.recientes .modulo{
	background:#2773b9;
	height:100%;
	position:relative;
	text-decoration:none !important;
	display:block;
}
.recientes .modulo .row{
	height:100%;
}
.recientes .modulo .row > [class*='col-']{
	height:100%;
}
.recientes .modulo .contenido{
	padding:30px 40px 60px 40px;
}
.recientes .modulo .imagen{
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	height:100%;
}
.recientes .modulo h3{
	font-family:'Public Sans',sans-serif;
	font-weight:600;
	font-size:20px;
	line-height:30px;
	text-transform:uppercase;
	color:#fff;
	margin:0;
	margin-bottom:20px;
}
.recientes .modulo h3::before{
	display:none;
}
.recientes .modulo .fecha{
	font-family:'Public Sans',sans-serif;
	font-weight:600;
	font-size:16px;
	line-height:22px;
	color:#fff;
	display:block;
	margin-bottom:12px;
}
.recientes .modulo p{
	font-family:'Public Sans',sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:22px;
	color:#fff;
	margin:0;
}
.recientes .modulo .etiquetas{
	position:absolute;
	left:20px;
	bottom:20px;
	width:90%;
}
.recientes .modulo .etiquetas span{
	font-family:'Public Sans',sans-serif;
	font-weight:500;
	font-size:16px;
	font-style:italic;
	color:#1d1d1b;
	background:#ffc400;
	padding:1px 4px;
	margin-right:3px;
	margin-bottom:5px;
	display:inline-block;
}
.noticias{
	padding-top:0;
	padding-bottom:60px;
}
.noticias .todas{
	margin-top:125px;
}
.noticias .encabezado{
	background:#14823b;
	padding:50px 0;
}
.noticias .encabezado .boton{
	float:right;
}
.noticias h2{
	font-family:'Public Sans',sans-serif;
	font-size:35px;
	font-weight:700;
	line-height:40px;
	color:#fff;
	text-transform:uppercase;
	padding:0;
	margin:0;
}
.noticias .modulo{
	display:block;
	text-decoration:none !important;
	margin-bottom:65px;
}
.noticias .modulo .imagen{
	margin-bottom:12px;
	filter:grayscale(100%);
	transition: all 0.35s ease;
}
.noticias .modulo:hover .imagen{
	filter:none;
}
.noticias .modulo h3{
	font-family:'Public Sans',sans-serif;
	font-weight:500;
	font-size:18px;
	line-height:24px;
	color:#1d1d1b;
	text-transform:none;
	margin:0;
}
.noticias .modulo h3::before{
	display:none;
}
.noticias .modulo .fecha{
	font-family:'Public Sans',sans-serif;
	font-weight:400;
	font-size:13px;
	line-height:18px;
	color:#000;
	display:block;
	margin-bottom:12px;
}
.noticias .modulo .etiquetas{
	margin-top:15px;
}
.noticias .modulo .etiquetas span{
	font-family:'Public Sans',sans-serif;
	font-weight:500;
	font-size:13px;
	font-style:italic;
	color:#1d1d1b;
	background:#ffc400;
	padding:2px;
	margin-right:5px;
}
.noticias .modulo .etiquetas .link{
	background:#fff;
}
.prensa{
	height:100%;
	background:#95CF75;
	padding:45px 30px;
}
.prensa .titulo{
	margin-bottom:40px;
}
.noticias .prensa .modulo{
	margin-bottom:40px;
}
.noticias .prensa .modulo .imagen{
	filter:none;
	margin-bottom:5px;
}
.noticias .prensa h2{
	font-size:20px;
	font-weight:600;
	color:#fff;
	background:#343433;
	display:inline;
}
.noticias .prensa .modulo h3{
	font-size:16px;
	line-height:22px;
}
.noticias .prensa .modulo .fecha{
	margin-bottom:5px;
}
.noticias .prensa .swiper-slide{
	background:#95CF75;
}
.noticias .prensa .flechas{
	text-align:center;
}
.noticias .prensa .flechas .ico{
	width:50px;
}
.paginador{
	text-align:center;
	margin-top:20px;
}
.paginador .page-numbers{
	font-family:'Public Sans',sans-serif;
	font-weight:400;
	font-size:20px;
	line-height:40px;
	width:40px;
	height:40px;
	text-align:center;
	color:#1d1d1b;
	display:inline-block;
	border-radius:100%;
	text-decoration:none !important;
	position:relative;
	margin:0 3px;
}
.paginador a.page-numbers:hover{
	opacity:.75;
}
.paginador .page-numbers.current{
	background:#1d1d1b;
	color:#fff;
	cursor:default;
}
.paginador .next::before{
	content:'';
	background:url('../images/iconos/avanzar.svg');
	background-size:100% 100%;
	height:30px;
	width:60px;
	position:absolute;
	left:0;
	bottom:-7px;
	display:block;
}
.paginador .prev::before{
	content:'';
	background:url('../images/iconos/retroceder.svg');
	background-size:100% 100%;
	height:30px;
	width:60px;
	position:absolute;
	right:0;
	bottom:-7px;
	display:block;
}
.paginador .next:hover,.paginador .prev:hover{
	opacity:.75;
}
.pagination{
	float:left;
	margin:20px 0 0;
	text-align:center;
	width:100%
}
.pagination a, .pagination span{
	background-color:#003e7e;
	border-radius:2px;
	color:#fff;
	display:inline-block;
	font-family:pt-sans-pro, sans-serif;
	font-weight:400;
	margin:0 auto;
	padding:7px 10px;
}
.pagination a:hover{
	background-color:#d11242;
}
.pagination span{
	background-color:#adb5bd;
}
.entrada{
	padding-top:0;
}
.entrada .banner{
	position:relative;
	margin-bottom:65px;
	height:calc(95vh - 115px);
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.entrada .banner .img{
	display:none;
}
.entrada .banner .inn{
	position:relative;
}
.entrada .banner .leyenda{
	position:absolute;
	bottom:-30px;
	left:0;
	right:0;
	width:100%;
}
.entrada .fecha{
	position:absolute;
	bottom:15px;
	right:15px;
	font-weight:600;
	color:#fff;
	background:#1d1d1b;
	border-radius:20px;
	padding:5px 20px;
	line-height:25px;
}
.entrada h1{
	background:#ffc400;
	display:inline;
	font-size:32px;
	line-height:45px;
}
.entrada h3{
	font-size:18px;
	background:#a0bee4;
	display:inline-block;
	margin-bottom:20px;
	text-transform:uppercase;
}
.entrada .resumen{
	padding:85px 0 65px 0;
	background:#a0bee4;
	margin-bottom:65px;
}
.entrada p a, .entrada ul li a{
	text-decoration:underline !important;
}
.entrada .galeria{
	padding-top:65px;
	margin-top:65px;
	border-top:1px solid #1d1d1b;
}
.entrada .mover{
	text-align:center;
	margin-top:80px;
}
.entrada .mover a{
	text-decoration:none !important;
	padding:0 20px;
}
.entrada .mover a:hover{
	opacity:.85;
}
.entrada .mover .ico{
	display:inline;
	position:relative;
	top:5px;
}
.entrada .mover .atras .ico{
	width:45px;
	margin-right:8px;
}
.entrada .mover .adelante .ico{
	width:75px;
	margin-left:8px;
}
.web-gallery .slide .modulo{
	display:block;
	background:#fff;
	text-decoration:none !important;
	position:relative;
}
.web-gallery .slide .modulo .titulo{
	position:absolute;
	left:20px;
	top:20px;
	width:28%;
}
.web-gallery .slide .modulo p{
	font-size:18px;
	line-height:26px;
	font-weight:700;
	text-transform:uppercase;
	display:inline;
	background:#ffc400;
	color:#1d1d1b;
	margin-bottom:0;
}
/* SOCIAL BAR */
.social-bar{
	transition:.15s ease-in-out all;
	text-align:left;
	width:100%;
	margin-bottom:8px;
}
.social-bar a{
	display:inline-block;
	transition:.15s ease-in-out all;
	margin:0 2px;
}
.social-bar a:hover{
	opacity:.65;
}
.social-bar .img-fluid{
	width:30px;
}	
.boletin{
	width:140px;
	display:block;
}
.boletin:hover{
	opacity:.65;
}
.featured-big-video{
	float:left;
	margin:0 0 20px;
	width:100%;
}
.featured-big-video .video{
	height:0;
	position:relative;
	padding-bottom:56.25%;
	/* 16:9 */
	padding-top:25px;
}
.featured-big-video .video iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.shadow-video{
	-webkit-box-shadow:3px 26px 23px -12px rgba(0,0,0,0.7);
	-moz-box-shadow:3px 26px 23px -12px rgba(0,0,0,0.7);
	box-shadow:3px 26px 23px -12px rgba(0,0,0,0.7);
}
.nosotros{
	padding-top:0;
}
.nosotros .banner{
	position:relative;
	margin-bottom:65px;
	height:calc(95vh - 115px);
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.nosotros .banner .img{
	display:none;
}
.nosotros .banner .leyenda{
	position:absolute;
	bottom:-30px;
	left:0;
	right:0;
	width:100%;
}
.nosotros h1{
	font-size:45px;
	line-height:65px;
	background:#95CF75;
	display:inline;
}
.nosotros .modulo{
	padding-right:45px;
}
.nosotros .modulo.ultimo{
	padding-right:18px;
}
.objetivos{
	background:#2773b9;
}
.objetivos .modulo h3{
	display:inline;
	color:#fff;
	font-size:30px;
	font-weight:600;
	line-height:45px;
	text-transform:uppercase;
	background:#ffc400;
}
.objetivos .modulo p{
	color:#fff;
	margin-top:40px;
	margin-bottom:0;
}
.objetivos .modulo.par h3{
	background:#a0bee4;
}
.objetivos ul li{
	color:#fff;
}
.objetivos ul li::before{
	background:#fff;
}
.objetivos h4{
	background:#a0bee4;
	display:inline;
	color:#fff;
	text-transform:uppercase;
}
.objetivos .grupo{
	position:relative;
	margin-top:60px;
}
.objetivos .grupo::before{
	content:'';
	background:#fff;
	width:1px;
	height:100%;
	position:absolute;
	left:-30px;
	top:50%;
	transform:translateY(-50%);
}
.objetivos .grupo ul{
	margin-top:45px;
}
.historia{
	background:#a0bee4;
}
.historia h2{
	display:inline;
	color:#fff;
	font-size:30px;
	font-weight:600;
	line-height:45px;
	background:#ffc400;
}
.vision{
	background:#ffc400;
}
.vision h3{
	font-size:25px;
	line-height:35px;
	background:#2773b9;
	color:#fff;
	display:inline;
}
.vision p{
	margin-top:40px;
	margin-bottom:0;
}
.vision p a{
	text-decoration:underline;
}
.vision .modulo{
	padding-right:65px;
}
.directorio{
	padding-top:0;
	padding-bottom:0;
}
.directorio .encabezado{
	background:#fff;
	padding:50px 0;
	position:relative;
	border-top:1px solid #1d1d1b;
	border-bottom:1px solid #1d1d1b;
}
.directorio h2{
	font-size:25px;
	color:#1d1d1b;
}
.directorio .modulo .imagen{
	position:relative;
	padding-top:85px;
}
.directorio .modulo .titulo{
	position:absolute;
	top:45px;
	left:30px;
	width:35%;
}
.directorio .modulo{
	background:#a0bee4;
	height:100%;
}
.directorio .modulo.par{
	background:#fff;
	border-top:150px solid #fff;
}
.directorio .modulo .contenido{
	padding:25px 40px;
}
.directorio .modulo h3{
	font-size:18px;
	line-height:26px;
	font-weight:700;
	text-transform:uppercase;
	display:inline;
	background:#ffc400;
	color:#1d1d1b;
}
.directorio .modulo .cargo{
	display:block;
	line-height:22px;
}
.equipo{
	padding:0;
}
.equipo .encabezado{
	background:#fff;
	padding:50px 0;
	position:relative;
	border-top:1px solid #1d1d1b;
}
.equipo h2{
	font-size:25px;
	color:#1d1d1b;
}
.equipo .inn{
	padding:65px 0;
	background:#95CF75;
}
.equipo .modulo{
	margin-bottom:45px;
	padding-right:65px;
}
.equipo .modulo h3{
	font-size:18px;
	line-height:26px;
	font-weight:700;
	text-transform:uppercase;
	display:inline;
	background:#ffc400;
	color:#1d1d1b;
}
.equipo .modulo .cargo{
	display:block;
	color:#fff;
	line-height:22px;
	margin-top:12px;
}
.equipo .modulo .imagen{
	margin-bottom:12px;
}
.sunesco{
	padding-bottom:80px;
}
.sunesco.primero{
	padding:0;
}
.sunesco .encabezado{
	background:#ffc400;
	padding:50px 0;
	position:relative;
}
.destacados-sitio{
	background:#2773b9;
	padding-top:0;
}
.destacados-sitio h2{
	background:#ffc400;
	font-size:40px;
	line-height:55px;
	display:inline;
}
.destacados-sitio .titulo{
	position:relative;
	top:-30px;
}
.destacados-sitio .modulo h3{
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	background:#ffc400;
	display:inline;
}
.destacados-sitio .modulo p, .destacados-sitio .modulo span{
	color:#fff;
}
.destacados-sitio .modulo .contenido{
	margin-top:20px;
	padding-right:25px;
}
.atributos .encabezado{
	background:#fff;
	padding:50px 0;
	position:relative;
	border-top:1px solid #1d1d1b;
}
.atributos h2{
	font-size:30px;
	color:#1d1d1b;
}
.atributos .modulo{
	background:#ffc400;
	height:100%;
}
.atributos .modulo.dos{
	background:#e94f28;
}
.atributos .modulo.tres{
	background:#1d1d1b;
}
.atributos .modulo.cuatro{
	background:#14823b;
}
.atributos .modulo.cinco{
	background:#2773b9;
}
.atributos .modulo.seis{
	background:#f08caf;
}
.atributos .modulo .imagen{
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.atributos .modulo .grupo{
	padding:50px;
	position:relative;
}
.atributos .modulo .grupo .icono{
	position:absolute;
	left:50%;
	top:50%;
	width:50%;
	transform:translate(-50%,-50%);
}
.atributos .modulo h3{
	font-size:35px;
	font-weight:700;
	line-height:45px;
	text-transform:uppercase;
	color:#fff;
	margin-bottom:30px;
}
.atributos .modulo .contenido{
	padding-right:20px;
}
.atributos .modulo p{
	color:#fff;
}
.antecedentes{
	padding:0;
}
.antecedentes .encabezado{
	background:#fff;
	padding:50px 0;
	position:relative;
	border-top:1px solid #1d1d1b;
	border-bottom:1px solid #1d1d1b;
}
.antecedentes h2{
	font-size:24px;
	color:#1d1d1b;
}
.antecedentes .inn{
	background:url(../images/bg-antecedentes.jpg);
	background-repeat:repeat-y;
	background-position:center center;
	overflow:hidden;
}
.antecedentes h3{
	font-size:25px;
	font-weight:700;
	line-height:35px;
	background:#fff;
	color:#1d1d1b;
	display:inline !important;
	text-transform:uppercase;
	margin:0;
}
.antecedentes .modulo{
	height:100%;
	padding-right:80px;
}
.antecedentes .modulo .contenido{
	padding:65px 0;
}
.antecedentes .modulo p{
	color:#fff;
}
.antecedentes .modulo.par{
	padding:0 75px;
}
.antecedentes .modulo .titulo{
	margin-bottom:50px;
}
.antecedentes .modulo.par p{
	color:#1d1d1b;
}
.documentos{
	padding-top:0;
}
.documentos .encabezado{
	background:#f08caf;
	padding:50px 0;
	position:relative;
	margin-bottom:65px;
}
.documentos .grupo{
	height:100%;
	background:#a0bee4;
	border-bottom:65px solid #fff;
}
.documentos .grupo .imagen{
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.documentos .grupo .contenido{
	padding:65px 45px;
}
.documentos .grupo h3{
	font-size:48px;
	font-weight:500;
	margin-bottom:12px;
	margin-top:12px;
}
.documentos .grupo .fecha{
	font-size:14px;
	line-height:18px;
	display:block;
	margin-bottom:30px;
}
.documentos .grupo .tipo{
	font-size:14px;
	font-weight:500;
	background:#fff;
	padding:0 4px;
}
.documentos .titulo{
	margin-bottom:60px;
}
.documentos h2{
	background:#f8cdcc;
	display:inline;
	color:#343433;
	font-size:25px;
	font-weight:500;
}
.documentos .modulo{
	display:block;
	text-decoration:none !important;
	margin-bottom:45px;
}
.documentos .modulo .imagen{
	margin-bottom:12px;
}
.documentos .modulo .contenido{
	padding-right:30px;
}
.documentos .modulo h3{
	font-size:22px;
	line-height:30px;
	font-weight:500;
	margin-bottom:10px;
	cursor:default;
}
.documentos .modulo .fecha{
	font-size:12px;
	line-height:16px;
	cursor:default;
}
.documentos .modulo .tipo{
	font-size:14px;
	font-weight:500;
	background:#f8cdcc;
	padding:0 4px;
	display:none;
}
.documentos .modulo .icon{
	width:25px;
	position:relative;
	top:6px;
	margin-right:4px;
}
.doscumentos .modulo .descargar{
	font-size:14px;
}
.contacto{
	padding-top:0;
}
.contacto .encabezado{
	background:#e94f28;
	padding:50px 0;
	position:relative;
	margin-bottom:65px;
}
.contacto .grupo .int{
	padding:41px 30px;
	background:#95CF75;
}
.contacto h2{
	color:#1d1d1b;
	margin-bottom:30px;
}
.contacto .grupo p{
	line-height:20px;
	margin:0;
}
.contacto .grupo .direccion{
	font-size:30px;
	line-height:40px;
	font-style:italic;
}
.contacto .grupo .bajada{
	font-size:13px;
	line-height:18px;
	margin-top:5px;
}
.contacto .grupo p a{
	font-size:13px;
	font-style:normal;
	font-weight:500;
}
.contacto .social-bar{
	text-align:left;
	margin-top:8px;
}
.contacto .formulario h2{
	color:#fff;
}
.contacto .formulario{
	padding:40px 30px;
	background:#2773b9;
}
.google-map{
	width:100%;
}
.google-map iframe{
	margin:0 !important; 
	max-width:100%; 
	width:100%;
}
/***************************/
/* PIE *********************/
footer{
	background:#ededed;
	padding:45px 0;
	color:#fff;
	overflow:hidden;
}
footer .logo{
	position:relative;
	top:22px;
}
footer .modulo{
	position:relative;
	padding-left:35px;
	height:100%;
}
footer .modulo::after{
	content:'';
	position:absolute;
	left:0;
	top:50%;
	height:95%;
	width:1px;
	transform:translateY(-50%);
	background:#000;
}
footer h3{
	font-family:'Public Sans',sans-serif;
	font-size:16px;
	font-weight:600;
	color:#000;
	text-transform:uppercase;
	margin:0;
	margin-bottom:12px;
}
footer h3::before{
	display:none;
}
footer h3.especial{
	font-size:14px;
	text-transform:none;
}
footer p{
	font-family:'Public Sans',sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight:500;
	color:#000;
	margin-bottom:8px;
}
footer p a{
	font-family:'Public Sans',sans-serif;
	font-size:14px;
	font-weight:500;
	color:#000;
}
footer p a:hover{
	color:#000;
	text-decoration:underline !important;
}
.menu-footer{
	float:left;
	margin:0;
	padding:0;
	position:relative;
	list-style:none;
}
.menu-footer.ultimo{
	margin-left:35px;
}
.menu-footer li{
	margin:0;
	padding:0;
	position:relative;
	display:block;
	padding-bottom:10px;
}
.menu-footer li::before{
	display:none;
}
.menu-footer li.ultimo{
	padding-right:0;
}
.menu-footer a{
	font-family:'Public Sans',sans-serif;
	font-weight:500;
	font-size:12px;
	color:#000;
	position:relative;
	text-transform:uppercase;
	text-decoration:none !important;
}
.menu-footer a:hover{
	color:#000;
	text-decoration:underline !important;
}
.menu-footer li.current-menu-item > a{
	text-decoration:underline !important;
}
/***************************/
/* TEXTOS ******************/
h1,h2,h3,h4,h5{
	margin:0;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
h1{
	font-family:'Public Sans',sans-serif;
	font-size:35px;
	font-weight:700;
	line-height:40px;
	color:#fff;
	text-transform:uppercase;
}
h2{
	font-family:'Public Sans',sans-serif;
	font-size:35px;
	font-weight:700;
	line-height:40px;
	color:#fff;
	text-transform:uppercase;
}
h3{
	font-family:'Public Sans',sans-serif;
	font-weight:600;
	font-size:20px;
	line-height:32px;
	color:#1d1d1b;
}
h4{
	font-family:'Public Sans',sans-serif;
	font-weight:600;
	font-size:16px;
	line-height:26px;
	margin-bottom:30px;
	color:#1d1d1b;
}
p, a, span{
	font-family:'Public Sans',sans-serif;
	font-weight:400;
	font-size:16px;
}
p, span{
	color:#1d1d1b;
	line-height:26px;
}
p, ul, ol{
	margin-bottom:20px;
}
a{
	color:#1d1d1b;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
a:hover, a:focus{
	text-decoration:underline;
	color:#1d1d1b;
}
ul{
	padding:0;
}
ul li{
	font-family:'Public Sans',sans-serif;
	font-weight:400;
	font-size:16px;
	padding-left:10px;
	padding-bottom:8px;
	color:#1d1d1b;
	list-style:none;
	position:relative;
	text-align:left !important;
} 
ul li::before{
	content:'';
	width:5px;
	height:5px;
	border-radius:100%;
	position:absolute;
	left:0;
	top:10px;
	background:#1d1d1b;
}
ol{
	padding:0;
	padding-left:20px;
}
ol li{
	font-family:'Public Sans',sans-serif;
	font-weight:400;
	font-size:16px;
	padding-left:0;
	padding-bottom:8px;
	color:#1d1d1b;
	position:relative;
} 
strong, b{
	font-weight:700;
}
strong a{
	font-weight:700;
}
blockquote{
	border:none;
	padding:0;
	margin:0;
}
blockquote p{
	font-weight:normal;
	font-size:2.75vw !important;
	color:#151617 !important;
	line-height:3.44vw !important;
	margin-bottom:30px;
}
/* SCROLL UP */
.scrollup{
	bottom:52px;
	display:none;
	opacity:1;
	position:fixed;
	right:15px;
	text-align:center;
	width:35px;
	z-index:9;
	transition:all 0.25s ease;
}
.scrollup:hover{
	opacity:.85;
}
.ws-fixed{
	background:#00A82D;
	height:50px;
	font-size:1.2em;
	line-height:1.2em;
	position:fixed;
	padding:9px 10px;
	right:0;
	text-align:center;
	top:40px;
	transition:0.3s;
	z-index:5000;
	width:50px;
}
	.ws-fixed i{color:#fff; font-size:2em;}

	.ws-fixed:hover{width:70px;}

/* MODAL */
.modal-header, .modal-footer{
	border:none;
	padding:0 15px;
	position:relative;
}
.modal{
	overflow-y:auto;
}
.modal-content{
	border-color:#2773b9;
	background:#2773b9;
	border-radius:0 !important;
}
.modal .close{
	opacity:1 !important;
}
.modal .close .ico{
	width:28px;
	margin-top:15px;
}
.modal-lg{
	max-width:600px;
}
#suscripcion .logo{
	position:absolute;
	left:1rem;
	top:1rem;
	width:120px;
}
#suscripcion .modulo{
	padding:0 75px 30px 75px;
}	
#suscripcion h2{
	background:#ffc400;
	display:inline;
	line-height:50px;
}
#suscripcion p{
	color:#fff;
	line-height:22px;
	margin-top:15px;
}
.anchor{
	margin:40px auto;
	float:left;
	width:100%;
}
body > .main-container::after{opacity:0 !important; display:none;}
label{
	font-size:16px;
	font-weight:700;
	color:#1a1a1a;
}
.formulario br{
	display:none;
}
.formulario p{
	margin-bottom:0;
}
.form-group{
	margin-bottom:20px;
}
.wpcf7-form-control-wrap{
	display:block;
	margin-bottom:20px;
}
.form-group.ultimo{
	margin-top:80px;
	margin-bottom:40px;
}
.form-control{
	font-family:'Public Sans',sans-serif;
	font-weight:300;
	font-size:16px;
	background:#fff;
	border:1px solid #fff;
	box-shadow:none;
	color:#666;
	height:40px;
	padding:8px 10px;
	border-radius:0;
	letter-spacing:-0.02em;
}
textarea.form-control{
	height:225px;
	position:relative;
	padding:12px 10px;
	margin-top:15px;
}
.form-control:focus{
	background:#fff;
	box-shadow:none;
	color:#666;
	border:1px solid #fff;
}
.form-control::placeholder{
	color:#666;
}
textarea.form-control:focus{
	background:#fff;
	box-shadow:none;
	color:#666;
	border:1px solid #fff;
}
textarea.form-control::placeholder{
	color:#666;
}
input[type="radio"],input[type="checkbox"]{
	accent-color:#1d1d1b;
}
.boton{
	background:#1d1d1b;
	border:1px solid #1d1d1b;
	text-decoration:none !important;
	float:left;
	line-height:35px;
	text-align:center;
	display:block;
	position:relative;
	padding:0 30px;
	border-radius:20px;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
.boton:hover{
	background:#343433;
	border:1px solid #343433;
}
.boton span{
	font-family:'Public Sans',sans-serif;
	font-weight:600;
	font-size:15px;
	color:#fff;
	line-height:35px;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
	position:relative;
	z-index:1;
}
.boton:hover span{
	color:#fff;
}
.wpcf7-submit{
	font-family:'Public Sans',sans-serif;
	background:#1d1d1b;
	border:1px solid #1d1d1b;
	font-size:16px;
	font-weight:600;
	color:#fff;
	text-align:center;
	padding:0 25px;
	height:40px;
	cursor:pointer;
	border-radius:20px;
	box-shadow:none;
	float:right;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
.wpcf7-submit:hover, .wpcf7-submit:focus{
	background:#333 !important;
	border:1px solid #333 !important;
	outline:none;
	box-shadow:none !important;
}
.wpcf7-spinner{
	display:block !important;
	margin:auto !important;
	margin-top:10px !important;
}
.wpcf7-not-valid-tip{
	font-family:'Public Sans',sans-serif;
	font-weight:400 !important;
	font-size:12px !important;
	line-height:15px !important;
	color:#c00 !important;
}
.wpcf7-response-output{
	background:none !important;
	border:none !important;
	padding:0 !important;
	margin:0 !important;
	text-align:left;
	font-family:'Public Sans',sans-serif;
	font-weight:400;
	color:#fff;
	font-size:14px;
	line-height:18px;
	margin-top:30px !important;
}
.centrar{
	text-align:center;
}
.centrar .boton{
	float:none;
	display:inline-block;
}
@media (min-width:1400px){
.inicio .modulo p{
	font-size:60px;
	line-height:70px;
}
}
@media (min-width:1600px){
header .transparencia{
	margin-left:45px;
}
.menu li{
	padding-right:45px;
}
.container{
	max-width:1366px;
}
.inicio .modulo p{
	font-size:85px;
	line-height:95px;
}
.inicio .modulo .contenido{
	left:120px;
}
.atributos-home .modulo{
	padding:180px 0;
}
.atributos-home .modulo .imagen{
	width:28%;
}
.atributos-home .modulo h3{
	font-size:18px;
}
.atributos-home .modulo p{
	font-size:16px;
	line-height:22px;
}
.atributos-home .modulo .contenido .inn{
	padding:80px 45px 40px 45px;
}
.destacados .modulo .contenido{
	padding:70px 40px;
}
.destacados .modulo h3{
	font-size:24px;
	line-height:35px;
}
.destacados .modulo .fecha{
	font-size:18px;
	line-height:24px;
}
.destacados .modulo p{
	font-size:18px;
	line-height:28px;
}
.nosotros h1{
	font-size:60px;
	line-height:85px;
}
.objetivos .modulo h3{
	font-size:40px;
	line-height:60px;
}
.historia h2{
	font-size:40px;
	line-height:60px;
}
.vision h3{
	font-size:30px;
	line-height:45px;
}
.directorio h2{
	font-size:30px;
}
.directorio .modulo h3{
	font-size:24px;
	line-height:36px;
}
.directorio .modulo .titulo{
	left:40px;
}
.directorio .modulo .imagen{
	padding-top:95px;
}
.equipo h2{
	font-size:30px;
}
.equipo .modulo h3{
	font-size:24px;
	line-height:36px;
}
.unesco .modulo{
	padding:120px 0;
}
.unesco .modulo h3{
	font-size:24px;
	line-height:30px;
}
.unesco .modulo p{
	font-size:18px;
	line-height:28px;
	margin-bottom:20px;
}
.area-home .modulo{
	padding-top:120px;
}
.area-home .modulo h3{
	font-size:24px;
	line-height:30px;
}
.area-home .modulo p{
	font-size:18px;
	line-height:28px;
}
.corporacion .modulo{
	padding:120px 0;
}
.corporacion .modulo p{
	font-size:18px;
	line-height:28px;
}
.recientes .modulo h3{
	font-size:30px;
	line-height:35px;
}
.recientes .modulo .contenido{
	padding:60px;
}
.destacados-sitio h2{
	font-size:52px;
	line-height:70px;
}
.destacados-sitio .modulo h3{
	font-size:22px;
}
.atributos h2{
	font-size:35px;
}
.atributos .modulo h3{
	font-size:42px;
	line-height:52px;
}
.antecedentes h3{
	font-size:35px;
	line-height:45px;
}
.entrada h1{
	font-size:42px;
	line-height:60px;
}
.web-gallery .slide .modulo p{
	font-size:25px;
	line-height:35px;
}
.documentos h2{
	font-size:32px;
	line-height:45px;
}
.documentos .grupo h3{
	font-size:60px;
	line-height:70px;
}
.documentos .modulo h3{
	font-size:26px;
	line-height:34px;
}
.documentos .modulo .fecha{
	font-size:14px;
	line-height:18px;
}
h4{
	font-size:20px;
	line-height:32px;
}
p, a, span{
	font-size:20px;
}
p, span{
	line-height:32px;
}
ul li{
	font-size:20px;
}
ol li{
	font-size:20px;
}
}
@media screen and (min-width:992px) and (max-width:1280px){
.container{
	max-width:95%;
}
.atributos .modulo h3{
	font-size:30px;
	line-height:40px;
}
.menu-footer.ultimo{
	margin-left:25px;
}
}
@media screen and (min-width:300px) and (max-width:992px){
.container{
	max-width:98%;
}
.gutter > [class*='col-']{
    padding-right:25px;
    padding-left:25px;
}
.row.gutter{
	margin-left:-25px;
	margin-right:-25px;
}
.menu-trigger{
	display:block;
}
header .logo .img-fluid{
	width:130px;
}
header .menu{
	display:none;
}
header .transparencia{
	display:none;
}
.contenedor-submenu .transparencia .img-fluid{
	width:195px;
	border-radius:100px;
}
.contenedor-submenu{
	text-align:center;
}
.menu{
	float:none;
	top:0;
	text-align:center;
	margin-bottom:30px;
}
.menu li{
	display:block;
	padding:0;
	padding-bottom:12px;
	text-align:center !important;
}
.menu a{
	font-size:18px;
}
#main{
	padding-top:108px;
}
.rotando{
	height:inherit;
}
.rotando p{
	font-size:14px;
	line-height:18px;
	padding:0 15px;
}
.inicio .modulo p{
	font-size:42px;
	line-height:50px;
}
.inicio .modulo .contenido{
	width:75%;
}
section{
	padding:45px 0;
}
.destacados h2{
	font-size:26px;
	line-height:36px;
}
.destacados .encabezado{
	padding:30px 0;
}
.destacados .inn{
	left:-15px;
}
.destacados .modulo .contenido{
	padding:30px 20px;
}
.destacados .modulo h3{
	font-size:16px;
	line-height:24px;
}
.destacados .modulo .fecha{
	font-size:14px;
	margin-top:18px;
}
.destacados .modulo p{
	font-size:15px;
	line-height:24px;
}
.destacados .modulo.par .icon.v2{
	top:-85px;
	left:20px;
}
.unesco h2{
	font-size:26px;
	line-height:36px;
}
.unesco .encabezado{
	padding:30px 0;
}
.unesco .modulo{
	padding:45px 0;
}
.unesco .modulo h3{
	margin-bottom:35px;
}
.unesco .imagen{
	width:48%;
}
.unesco .modulo p{
	margin-bottom:20px;
}
.atributos-home .encabezado{
	padding:30px 0;
}
.atributos-home .modulo .contenido .inn{
	padding:25px 20px 0 20px;
}
.atributos-home .modulo h3{
	font-size:14px;
	line-height:20px;
	margin-bottom:10px;
}
.area-home{
	padding:60px 0;
}
.area-home .modulo{
	padding-top:20px;
}
.area-home .modulo h3{
	margin-bottom:25px;
}
.area-home .modulo p{
	margin-bottom:20px;
}
.corporacion h2{
	font-size:32px;
	line-height:38px;
}
.corporacion .imagen{
	width:48%;
}
.nosotros .banner{
	height:inherit;
	background:none;
}
.nosotros .banner .img{
	display:block;
}
.nosotros h1{
	font-size:32px;
	line-height:45px;
}
.nosotros .modulo.ultimo{
	padding-right:10px;
}
.objetivos{
	background-position:36% center;
}
.objetivos .modulo h3{
	font-size:22px;
	line-height:35px;
}
.objetivos .grupo::before{
	left:-20px;
}
.historia h2{
	font-size:24px;
	line-height:38px;
}
.vision h3{
	font-size:20px;
	line-height:30px;
}
.vision p{
	margin-top:20px;
}
.directorio{
	padding-top:0;
}
.directorio h2{
	font-size:22px;
}
.directorio .encabezado{
	padding:30px 0;
}
.directorio .modulo h3{
	font-size:16px;
	line-height:22px;
}
.directorio .modulo .titulo{
	left:25px;
}
.directorio .modulo .contenido{
	padding:20px 25px;
}
.directorio .modulo.par{
	border-top:100px solid #fff;
}
.equipo h2{
	font-size:22px;
}
.equipo .encabezado{
	padding:30px 0;
}
.equipo .modulo{
	margin-bottom:35px;
	padding-right:30px;
}
.equipo .modulo h3{
	font-size:16px;
	line-height:22px;
}
.equipo .modulo .cargo{
	font-size:14px;
	line-height:20px;
	margin-top:10px;
}
.sunesco .encabezado{
	padding:30px 0;
	margin-bottom:0;
}
.sunesco .descripcion{
	margin-top:20px;
}
.destacados-sitio h2{
	font-size:30px;
	line-height:45px;
}
.destacados-sitio .modulo h3{
	font-size:16px;
}
.destacados-sitio .modulo .contenido{
	padding-right:10px;
	margin-top:10px;
}
.antecedentes .encabezado{
	background:#fff;
	padding:30px 0;
	position:relative;
	border-top:1px solid #1d1d1b;
	border-bottom:1px solid #1d1d1b;
}
.antecedentes .inn{
	background-position:center center;
}
.antecedentes .modulo{
	padding-right:0;
}
.antecedentes .modulo.par{
	padding:0;
}
.antecedentes .modulo .contenido{
	padding:45px 30px 45px 0;
}
.antecedentes .modulo.par .contenido{
	padding:45px 30px;
}
.antecedentes .modulo .titulo{
	margin-bottom:25px;
}
.antecedentes h3{
	font-size:20px;
	line-height:32px;
}
.antecedentes .modulo.par h3{
	font-size:20px;
	line-height:32px;
}
.recientes .modulo h3{
	font-size:18px;
	line-height:26px;
}
.recientes .modulo .etiquetas{
	left:20px;
	bottom:18px;
}
.recientes .modulo .etiquetas span{
	font-size:14px;
}
.noticias .todas{
	margin-top:45px;
}
.noticias .encabezado{
	padding:30px 0;
}
.noticias h2{
	font-size:26px;
	line-height:36px;
}
.noticias .modulo{
	margin-bottom:40px;
}
.noticias .modulo h3{
	font-size:16px;
	line-height:22px;
}
.paginador .page-numbers{
	font-size:20px;
	width:40px;
	height:40px;
	line-height:40px;
}
.entrada h1{
	font-size:26px;
	line-height:38px;
}
.entrada .fecha{
	font-size:14px;
}
.entrada .galeria{
	padding-top:45px;
	margin-top:45px;
}
.noticias{
	padding-bottom:0;
}
.prensa{
	height:inherit;
	position:relative;
	margin-top:40px;
}
.prensa::before{
	content:'';
	width:30px;
	height:100%;
	position:absolute;
	left:-30px;
	top:0;
	background:#95CF75;
}
.prensa::after{
	content:'';
	width:30px;
	height:100%;
	position:absolute;
	right:-30px;
	top:0;
	background:#95CF75;
}
.entrada .mover{
	margin-top:45px;
}
.entrada .mover a{
	padding:0 10px;
	font-size:15px;
}
.documentos h2{
	font-size:22px;
}
.documentos .titulo{
	padding-right:20px;
}
.documentos .grupo{
	border-bottom:45px solid #fff;
}
.documentos .encabezado{
	padding:30px 0;
	margin-bottom:45px;
}
.documentos .grupo h3{
	font-size:35px;
}
.documentos .grupo .contenido{
	padding:45px 35px;
}
.documentos .grupo .imagen{
	background-position:30% center;
}
.documentos .modulo .imagen{
	margin-bottom:8px;
}
.documentos .modulo h3{
	font-size:18px;
	line-height:24px;
	margin-bottom:12px;
}
.contacto h2{
	margin-bottom:20px;
}
.contacto .encabezado{
	padding:30px 0;
	margin-bottom:45px;
}
.contacto .formulario{
	padding:30px 30px 65px 30px;
}
.contacto .grupo .int{
	padding:30px 30px 20px 30px;
}
h1{
	font-size:26px;
	line-height:36px;
}
h2{
	font-size:24px;
	line-height:35px;
}
footer{
	padding:40px 0 30px 0;
}
footer .modulo.ultimo{
	display:none;
}
footer h3{
	font-size:14px;
	margin-bottom:4px;
}
.boletin{
	width:120px;
	margin:0;
}
.scrollup{
	display:none !important;
}
}
@media screen and (min-width:300px) and (max-width:576px){
.desktop{
	display:none;
}
.mobile{
	display:block;
}
.rotando p{
	font-size:12px;
	line-height:16px;
}
.inicio{
	background:#95CF75;
}
.inicio .modulo{
	height:auto;
}
.inicio .modulo .contenido{
	padding:35px 65px 50px 25px;
	background:#95CF75;
	position:relative;
	left:0;
	top:0;
	transform:none;
	width:100%;
}
.inicio .modulo .imagen{
	height:350px;
	position:relative;
}
.inicio .modulo p{
	font-size:40px;
	line-height:46px;
}
.destacados .modulo{
	height:inherit;
}
.destacados .modulo .contenido{
	padding:20px 25px 30px 25px;
}
.destacados .modulo.par .imagen{
	position:relative;
	bottom:0;
}
.destacados .modulo.par .icon.v1{
	display:block;
}
.destacados .modulo.par .icon.v2{
	display:none;
}
.atributos-home .modulo{
	padding:120px 0;
}
.atributos-home .modulo .imagen{
	width:28%;
}
.unesco .imagen{
	display:none;
}
.unesco .foto{
	display:block;
	margin-bottom:30px;
}
.corporacion .modulo{
	padding:45px 0;
}
.corporacion .imagen{
	display:none;
}
.corporacion .foto{
	display:block;
	margin-bottom:30px;
}
.corporacion .foto span{
	font-size:14px;
}
.sunesco{
	padding-bottom:60px;
}
.destacados-sitio .titulo{
	top:-35px;
}
.antecedentes .encabezado{
	margin-bottom:30px;
}
.antecedentes .inn{
	background:none;
}
.antecedentes .modulo .contenido{
	padding:0;
}
.antecedentes .modulo{
	background:#2773b9;
	position:relative;
	padding:45px 10px;
}
.antecedentes .modulo.par{
	padding:45px 10px;
}
.antecedentes .modulo.par .contenido{
	padding:0;
}
.antecedentes .modulo::before{
	content:'';
	position:absolute;
	left:-20px;
	top:0;
	height:100%;
	width:40px;
	background:#2773b9;
	z-index:-1;
}
.antecedentes .modulo::after{
	content:'';
	position:absolute;
	right:-20px;
	top:0;
	height:100%;
	width:40px;
	background:#2773b9;
	z-index:-1;
}
.antecedentes .modulo.par{
	background:#a0bee4;
}
.antecedentes .modulo.par::before{
	content:'';
	position:absolute;
	left:-20px;
	top:0;
	height:100%;
	width:40px;
	background:#a0bee4;
	z-index:-1;
}
.antecedentes .modulo.par::after{
	content:'';
	position:absolute;
	right:-20px;
	top:0;
	height:100%;
	width:40px;
	background:#a0bee4;
	z-index:-1;
}
.objetivos{
	background:#2673b9;
	padding-top:0;
}
.objetivos .modulo{
	padding:50px 0 0 0;
}
.objetivos .modulo.par{
	padding-top:0;
}
.objetivos .grupo{
	margin-top:0;
}
.objetivos .grupo ul{
	margin-top:30px;
}
.objetivos h4{
	margin-top:0;
	margin-bottom:20px
}
.objetivos .modulo p{
	margin-bottom:30px;
	margin-top:20px;
}
.objetivos .grupo::before{
	display:none;
}
.vision .modulo{
	padding-right:0;
}
.vision p{
	margin-bottom:30px;
}
.historia .modulo.ultimo{
	margin-top:30px;
}
.directorio .modulo.par{
	border-top:65px solid #fff;
}
.directorio .modulo .imagen{
	padding-top:75px;
}
.equipo .modulo{
	padding-right:12px;
}
.destacados-sitio{
	padding-top:20px;
}
.destacados-sitio h2{
	font-size:26px;
	line-height:40px;
}
.antecedentes .modulo{
	height:inherit;
}
.antecedentes .modulo.par{
	margin-top:25px;
}
.web-gallery .slide .modulo .titulo{
	left:15px;
	top:15px;
	width:45%;
}
.web-gallery .slide .modulo p{
	font-size:14px;
	line-height:18px;
}
.recientes .modulo .row{
	height:auto;
}
.recientes .modulo h3{
	font-size:16px;
	line-height:24px;
	margin-bottom:15px;
}
.recientes .modulo .fecha{
	font-size:14px;
	line-height:18px;
}
.recientes .modulo .contenido{
	padding:25px 20px;
}
.recientes .modulo .imagen{
	height:350px;
	filter:grayscale(100%);
}
.recientes .modulo .etiquetas{
	width:100%;
}
.prensa{
	padding:35px 0 45px 0;
}
.noticias .todas{
	margin-top:45px;
}
.entrada .banner{
	padding-bottom:0;
}
.entrada .banner .leyenda{
	position:relative;
	bottom:65px;
}
.entrada .fecha{
	position:relative;
	bottom:-20px;
	right:0;
	display:inline-block;
}
.entrada .resumen{
	padding:55px 0 50px 0;
	margin-bottom:45px;
}
.documentos .titulo{
	padding-right:25px;
	margin-bottom:40px;
}
.documentos .grupo h3{
	font-size:30px;
	margin-bottom:0;
}
.documentos .grupo .fecha{
	margin-bottom:20px;
}
.documentos .grupo .contenido{
    padding:35px 25px;
}
.documentos .grupo .imagen{
	height:350px;
	background-position:top center;
}
.contacto .formulario{
	padding:30px 30px 55px 30px;
	margin-bottom:40px;
}
img.alignleft{
	margin:0 20px 20px 0 !important;
}
footer{
	text-align:center;
	padding:30px 0;
}
footer .modulo{
	height:inherit;
	padding-left:0;
	margin-top:45px;
}
footer .modulo h3{
	display:none;
}
footer .modulo::after{
	display:none;
}
.boletin{
	margin:auto;
}
.social-bar{
	margin-top:20px;
	text-align:center;
}
}