body {
	color: #666;
	font-weight: normal;
	overflow-x: hidden;
	width: 100%;
	font-family: 'Glober';
	font-size: 16px;
	max-width: 100%;
}
p {
	font-size: 16px;
	color: #848688;
	line-height: 24px;
	font-weight: 400;
}
p b {
	font-weight: bold;
}
#cargando {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff url('../images/ajax-loader.gif') no-repeat center;
	z-index: 9999999;
}
.clear {
	clear: both;
}
.wow {
	visibility: hidden;
}
.fadein {
	opacity: 0;
}
.hidden_a {
	opacity: 0;
}
.visible {
	opacity: 1;
}
.wrapper {
	position: relative;
}
.wrap {
	max-width: 100%;
	width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
}
.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.row.no-gutters > [class^="col-"],  .row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}
.btn {
	font-size: 18px;
	font-weight: normal;
	border-radius: 50px;
	padding: 16px 40px 12px;
	text-transform: none;
	word-wrap: break-word;
	white-space: normal;
	display: inline-block;
	overflow: hidden;
	position: relative;
	transition: cubic-bezier(.77, 0, .175, 1) 0.5s;
}
.btn i {
	margin-left: 5px;
	font-size: 14px;
	font-weight: normal;
}
.btn.naranjo {
	color: #e56000;
	border: 1px solid #e56000;
	z-index: 1;
}
.btn.azul {
	color: #003774;
	border: 1px solid #003774;
	z-index: 1;
	text-transform: uppercase;
}
.btn.gris {
	color: #848688;
	border: 1px solid #848688;
}
/* a.btn.btn-volver {
} */
a.btn.btn-volver i {
	margin-left: -5px;
	margin-right: 5px;
}
.btn:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	top: 0;
	left: -100%;
	transition: cubic-bezier(.77, 0, .175, 1) 0.5s;
	z-index: -1;
}
.btn:hover:after {
	left: 0;
}
.btn.naranjo:hover:after {
	background: #e56000;
}
.btn.azul:hover:after {
	background: #003774;
}
.btn.naranjo:hover, .btn.azul:hover {
	color: #fff;
}
.btn.gris:hover:after {
	background: #848688;
}
.btn.gris:hover {
	color: #fff;
}
h2.titulo {
	text-align: center;
	font-size: 55px;
	font-weight: 400;
	margin: 0;
}
h2.titulo span {
	display: inline-block;
	text-align: left;
}
h2.titulo span:after {
	height: 4px;
	width: 120px;
	content: "";
	display: block;
	background-color: #f00;
	margin-top: 6px;
}
h2.titulo.azul {
	color: #003773;
}
h2.titulo.azul span:after {
	background-color: #e56000;
}
h2.titulo.blanco {
	color: #fff;
}
h2.titulo.blanco span:after {
	background-color: #e56000;
	margin-top: 6px;
}
h3.titulo {
	text-align: center;
	font-size: 46px;
	font-weight: 400;
	margin: 0;
}
h3.titulo span {
	display: inline-block;
	text-align: left;
}
h3.titulo span:after {
	height: 4px;
	width: 120px;
	content: "";
	display: block;
	background-color: #f00;
	margin-top: 6px;
}
h3.titulo.blanco {
	color: #fff;
}
h3.titulo.blanco span:after {
	background-color: #e56000;
	margin-top: 6px;
}
/*--HEADER--*/

header {
	/*position: absolute;*/

	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 40px 0 10px;
	background-color: transparent;
	z-index: 99;
	/*transition:cubic-bezier(.77,0,.175,1) 0.5s;*/

	transition: all 0.8s ease-in-out;
	animation-delay: 0.8s;
	animation-name: fadeInDown;
	height: 90px;
}
header .logo1 {
	float: left;
}
header .logo1 img {
	width: 80%;
}
header .logo2 {
	display: none;
}
/* header.absolute {
} */
header.visible {
	top: 0;
}
header.fixed {
	background: #FFF;
	padding: 20px 0 14px;
}
header.fixed .logo {
	width: 150px;
	line-height: 60px;
}
header.fixed .logo1 {
	opacity: 0;
	display: none;
}
header.fixed .logo2 {
	opacity: 1;
	display: block;
	float: left;
}
header.fixed .logo2 img {
	width: 130%;
}
header.fixed .menu ul li a {
	color: #003773;
	/* font-weight: 600; */
}
.redes-top{
	position:absolute;
	top:18px;
	right:3%;
}
.redes-top a{
	margin-left:10px;
	float:left;
}
.icon-in{
	width:18px;
	height:19px;
	background:url(../images/in-b.png) no-repeat;
	display:block;
}
.icon-tw{
	width:22px;
	height:19px;
	background:url(../images/tw-b.png) no-repeat;
	display:block;
}
.fixed .icon-in{
	background:url(../images/in-n.png) no-repeat;
	margin-bottom:5px;
}
.fixed .icon-tw{
	background:url(../images/tw-n.png) no-repeat;
	margin-bottom:5px;
}
/* .fixed .menu ul{
	margin-top:30px;
} */

.btn-buscar {
	color: #fff;
	position: absolute;
	right: 130px;
	width: 60px;
	text-align: center;
	top: 21px;
	cursor: pointer;
}
.btn-buscar i {
	font-size: 20px;
	margin-bottom: 5px;
}
.btn-buscar p {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
}
.btn-menu {
	color: #fff;
	position: absolute;
	right: 50px;
	width: 40px;
	text-align: center;
	top: 25px;
	cursor: pointer;
	display: none;
}
.menu {
	max-width: 100%;
	transition: cubic-bezier(.77, 0, .175, 1) 0.5s;
}
.menu.visible {
	right: 0;
}
.cerrar-menu {
	text-align: right;
	color: #fff;
	font-size: 28px;
	margin-bottom: 20px;
	cursor: pointer;
}
.menu ul {
	list-style: none;
	padding-left: 0;
	margin-top: 15px;
	transition: cubic-bezier(.77, 0, .175, 1) .8s;
	float: right;
}
.menu.visible ul {
	left: 30px;
	opacity: 1;
}
.menu ul li {
	margin-bottom: 0px;
	display: inline-block;
	margin-left: 22px;
	padding-bottom: 15px;
	position: relative;
}
.menu ul li a {
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	transition: all 0.3s ease;
	text-transform: uppercase;
}

/* .menu ul.sub-menu:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 12px 12px;
	border-color: transparent transparent rgba(0,0,0,0.6) transparent;
	content: "";
	position: absolute;
	top: -12px;
	left: 50%;
    transform: translateX(-50%);
} */
/* .menu ul.sub-menu li {
	padding-bottom: 0;
} */
/* .menu ul.sub-menu li:first-child {
	margin-left: 0;
} */
/* .menu ul.sub-menu li a {
	font-size: 15px;
	color: #848688;
	font-weight: 500;
}
.menu ul.sub-menu li a:hover,  .menu ul.sub-menu li a:focus {
	color: #fff;
} */
/* .menu ul li.current-menu-parent a, .menu ul li.current-menu-parent a {
	color: #e56000;
	background: none;
} */
/* .menu ul li.current-menu-parent .sub-menu li a {
	color: #848688;
} */
/* header.fixed .menu ul li.menu-item a {
	color: #848688;
	background: none;
} */
/* header.fixed .menu ul li.current-menu-parent a {
	color: #1d3258;
	background: none;
} */
/* header.fixed .menu ul li .sub.menu li a {
	color: #848688;
	background: none;
} */
/* header.fixed .menu li.active a {
	color: blue;
} */
/* header.fixed .menu ul li.current-menu-parent .sub-menu li.current_page_item a {
	color: #e56000;
	background: none;
} */
/* .menu ul li.current-menu-parent .sub-menu li.current_page_item a {
	color: #e56000;
	background: none;
} */
/* header.fixed .menu ul.sub-menu li a {
	color: #848688;
} */
.sombra {
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 8888;
	opacity: 0;
	transition: cubic-bezier(.77, 0, .175, 1) .3s;
	top: -100%;
}
.sombra.visible {
	opacity: 1;
	top: 0;
}
.menu-mobile {
	list-style: none;
	/*padding: 20px 40px;*/

	padding: 20px 40px 20px 25px;
	transition: cubic-bezier(.77, 0, .175, 1) .8s;
	width: 300px;
	right: -300px;
	top: 0;
	height: 100%;
	position: fixed;
	opacity: 0;
	background: #fff;
	z-index: 999;
}
.menu-mobile.visible {
	right: 0;
	opacity: 1;
}
/*--FIN HEADER--*/



/*--SLIDE--*/

.banner-home {
	position: relative;
}
.flexslider#slide-home {
	margin: 0;
	padding: 0;
	border: none;
	height: 100vh;
	min-height: 500px;
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #fff;
	border-radius: 0;
}
.flexslider#slide-home .flex-nav-prev,  .flexslider#slide-home .flex-nav-next,  .flexslider#slide-banner .flex-nav-prev,  .flexslider#slide-banner .flex-nav-next {
	display: none;
}
.flexslider ul {
	padding-bottom: 0px;
	height: 100%;
}
.flexslider#slide-home ul li {
	height: 100%;
	position: relative;
}
.flexslider#slide-home ul li {
	background: no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.flexslider#slide-home ul li.flex-active-slide .bg-slide {
	transform: scale(1.2);
}
.flexslider#slide-home ul li img {
	max-height: 100%;
	min-height: 100%;
	display: none;
}
#slide-home .flex-control-nav {
	z-index: 99;
	bottom: 40px;
	padding-left: 0;
}
#slide-home .flex-control-paging li {
	width: 24%;
	height: 6px;
	margin: 0;
}
#slide-home .flex-control-paging li a {
	background: transparent;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 0;
}
#slide-home .flex-control-paging li a.flex-active {
	background: #fff;
}
#slide-home .flex-control-paging li a:hover {
	background: #fff;
}
.flexslider#slide-home ul.flex-direction-nav {
	padding: 0 20px;
	position: absolute;
	top: 0;
	width: 100%;
}
#slide-home .flex-control-nav.flex-control-paging {
	position: absolute;
	left: 60px;
	width: 91%;
	bottom: 62px;
	z-index: 10;
	height: 3px;
	text-align: left;
	display: none;
}
.texto-slide {
	text-transform: uppercase;
	max-width: 1240px;
	width: 100%;
	position: absolute;
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	justify-content: left;
	text-align: left;
	left: 0;
	margin: 0 auto;
	right: 0;
	padding: 0 20px 0 50px;
}
.texto-slide > div {
	width: 100%;
}
/*.texto-slide h3{

	color:#e56000;

	font-size: 66px;

    font-weight: normal;

    margin-bottom: 0;

    margin-top: 0px;

    line-height: 60px;

}*/

.texto-slide h3 {
	color: #e56000;
	font-weight: bold;
	font-size: 50px;
	margin-bottom: 0;
	margin-top: 0px;
	line-height: 60px;
}
/*.texto-slide h2{

    font-weight: normal;

    font-size: 66px;

    color:#fff;

    margin-top: 0px;

    margin-bottom: 5px;

}*/

.texto-slide h2 {
	font-weight: bold;
	font-size: 50px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 5px;
}
.texto-slide .linea {
	position: relative;
	margin-top: -20px;
	transition: cubic-bezier(.77, 0, .175, 1) 1.5s;
	transition-delay: 0s;
}
.texto-slide .linea:after {
	background: rgba(229,96,0,0.4);
	position: absolute;
	height: 4px;
	width: 0;
	content: "";
	margin-left: 90px;
	margin-top: -86px;
	transition: 1s 1s cubic-bezier(.77, 0, .175, 1);
}
.texto-slide.animado .linea:after {
	width: 100%;
}
.texto-slide .linea:before {
	background: rgba(229,96,0,0.4);
	position: absolute;
	height: 0px;
	width: 4px;
	content: "";
	margin-left: 90px;
	margin-top: -82px;
	transition: 1s 1s cubic-bezier(.77, 0, .175, 1);
}
.texto-slide.animado .linea:before {
	height: 54px;
}
.scroll {
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 20px;
	z-index: 999;
	width: 10px;
}
.scroll:after {
	content: "";
	width: 1px;
	background: #fff;
	height: 80px;
	margin: 0 auto;
	display: inline-block;
}
.scroll i {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
/*--FIN SLIDE--*/



/*--NOTICIAS--*/

.noticias {
	padding: 110px 0 20px;
}
.item-not-ev {
	margin-bottom: 30px;
}
.item-not-ev .img-not-ev {
	width: calc(50% + 20px);
	float: right;
	margin-left: -20px;
	overflow: hidden;/*-webkit-box-shadow: 0px 0px 68px -10px rgba(0,0,0,0.75);

	-moz-box-shadow: 0px 0px 68px -10px rgba(0,0,0,0.75);

	box-shadow: 0px 0px 68px -10px rgba(0,0,0,0.75);*/

}
.item-not-ev.tipo2 .img-not-ev {
	float: left;
	margin-left: 0;
	margin-right: -20px;
	overflow: hidden;
}
.item-not-ev .img-not-ev img {
	width: 100%;
	transition: cubic-bezier(.77, 0, .175, 1) 1s;
}
.item-not-ev .img-not-ev img:hover {
	opacity: 0.9;
	transform: scale(1.05);
}
.item-not-ev .texto-not-ev {
	width: calc(50% + 20px);
	float: left;
	background: #fff;
	padding: 40px;
	margin-right: -20px;
	position: relative;
	z-index: 10;
	-webkit-box-shadow: 0px 0px 48px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 0px 48px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 0px 48px 0px rgba(0,0,0,0.16);
	margin-top: 30px;
}
.item-not-ev.tipo2 .texto-not-ev {
	float: right;
	margin-right: 0;
	margin-left: -20px;
}
.item-not-ev .texto-not-ev .fecha {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	margin-left: -50px;
	padding: 3px 20px 3px 50px;
	margin-bottom: 15px;
	display: inline-block;
}
.item-not-ev .texto-not-ev h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	color: #003773;
	margin-top: 0;
}
.item-not-ev .texto-not-ev h3 a {
	color: #003773;
}
.item-not-ev .texto-not-ev h3 a:hover {
	text-decoration: none;
}
.item-not-ev .texto-not-ev p {
	font-size: 18px;
	line-height: 24px;
	color: #848688;
	font-weight: normal;
	margin-top: 5px;
}
.item-not-ev.azul .texto-not-ev .fecha {
	background: #303570;
}
.item-not-ev.rojo .texto-not-ev .fecha {
	background: #a81d25;
}
.box-calendario.rojo .item-cal h4 {
	color: #a81d25;
}
/*--FIN NOTICIAS Y EVENTOS--*/





/*--ACTIVIDADES--*/

.actividades .item-not-ev {
	margin-bottom: 40px;
}
.actividades .item-not-ev .texto-not-ev {
	width: 50%;
	margin-right: 0;
	padding-left: 94px;
	padding-right: 65px;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-top: 0;
}
.actividades .item-not-ev .texto-not-ev .fecha {
	font-size: 24px;
	color: #e56000;
	font-weight: 500;
	background: none;
	position: relative;
	letter-spacing: 2px;
}
.actividades .item-not-ev .texto-not-ev .fecha:before {
	content: "";
	width: 75px;
	height: 2px;
	background: #e56000;
	display: inline-block;
	position: absolute;
	left: -45px;
	top: 14px;
}
/*--FIN ACTIVIDADES--*/



/*--CENTRALES--*/

.centrales {
	padding: 80px 0 40px;
}
.centrales h2 {
	margin-bottom: 75px;
}
.item-centrales {
	text-align: center;
	margin-bottom: 50px;
}
.item-centrales:last-child {
	margin-bottom: 0px;
}

.item-centrales.tipo2 .img-central {
	float: right;
}
.item-centrales .img-central:after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: #fff;
	position: absolute;
	right: -30px;
	top: 45%;
	z-index: 99;
	transform: rotate(45deg);
	opacity: 0;
	transition: 0.3s 1s cubic-bezier(.77, 0, .175, 1);
}
.item-centrales .img-central.animado:after {
	opacity: 1;
	right: -15px;
}
.item-centrales.tipo2 .img-central:after {
	left: -15px;
	right: auto;
}
.item-centrales .img-central img {
	width: 100%;
	transition: all 2s ease;
}
.item-centrales .img-central:hover img {
	transform: scale(1.05);
	opacity: 0.9;
}
.item-centrales .texto-central {
	width: 38%;
	float: left;
	padding: 0 60px;
}
/* .item-centrales .texto-central .ic-central {
}
.item-centrales .texto-central .ic-central img {
} */
.item-centrales .texto-central h4 {
	font-size: 24px;
	font-weight: 500;
	color: #e56000;
	letter-spacing: 2px;
	margin-top: 14px;
	margin-bottom: 20px;
}
.item-centrales .texto-central p {
	text-align: justify;
	margin-bottom: 20px;
	font-size: 16px;
}
.central-azul {
	background: #003773;
	padding: 40px 0 40px;
}
.central-azul .item-centrales .texto-central p {
	color: #fff;
}
.central-azul .item-centrales .img-central:after {
	background: #003773;
	z-index: 9;
}
/*--FIN CENTRALES--*/



/*--COMUNIDAD--*/

.comunidad {
	background: no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 110px 0 70px;
	overflow: hidden;
}
.comunidad h2.titulo {
	text-align: left;
}
.comunidad p {
	color: #fff;
	margin-bottom: 30px;
	font-weight: 400;
}
/*--FIN COMUNIDAD--*/



/*--NOTICIAS HOME--*/

.noticias-home {
	padding: 120px 0 90px;
	overflow: hidden;
}
.noticias-home h2 {
	margin-bottom: 40px;
}
.noticias-home .item-noticia {
	margin-bottom: 40px;
}
.noticias-home .item-noticia .img-noticia {
	margin-bottom: 20px;
	overflow: hidden;
}
.noticias-home .item-noticia .img-noticia img {
	width: 100%;
	transition: all 2s ease;
}
.noticias-home .item-noticia .img-noticia:hover img {
	transform: scale(1.05);
	opacity: 0.9;
}
.noticias-home .item-noticia .fecha {
	color: #e56000;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2px;
}
.noticias-home .item-noticia .fecha:before {
	content: "";
	width: 15px;
	height: 2px;
	background: #e56000;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 3px;
}
.noticias-home .item-noticia h4 {
	font-size: 22px;
	line-height: 25px;
	font-weight: 600;
	color: #003773;
	margin: 4px 0 7px;
}
.noticias-home .item-noticia h4 a {
	color: #003773;
}
.noticias-home .item-noticia h4 a:hover,  .noticias-home .item-noticia h4 a:focus {
	text-decoration: none;
}
.noticias-home .item-noticia p {
	font-size: 18px;
	color: #848688;
	font-weight: normal;
}
/* .noticias-home a.btn {
} */
/*--FIN NOTICIAS HOME--*/



/*--FOOTER--*/

footer {
	background: #1d3258;
	padding-bottom: 50px;
	clear: both;
}
footer nav {
	text-align: center;
	padding: 80px 0;
}
footer nav ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
footer nav ul li {
	display: inline-block;
	margin: 0 20px;
}
footer nav ul li a {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
}
footer nav ul li a:hover {
	text-decoration: none;
	color: #fff;
}
.foot2 {
	border-top: 1px solid #58676b;
	border-bottom: 1px solid #58676b;
	padding: 50px 0;
	overflow: hidden;
}
/* .foot2 .logo-footer {
} */
.foot2 .logo-footer a{
	display: block;
}
 .foot2 .logo-footer img {
	width: 100%;
}
.foot2 .item-foot {
	position: relative;
	padding-left: 36px;
}
.foot2 .item-foot i {
	font-size: 24px;
	color: #e56000;
	position: absolute;
	top: 0;
	left: 0;
}
.foot2 .item-foot p {
	font-size: 16px;
	line-height: 18px;
	color: #778aac;
	padding-top: 6px;
}
.foot2 ul{
	list-style: none;
}
/* .item-foot2 {
	margin-left: 45px;
} */
/*--FIN FOOTER--*/



/*--BANNER INTERIOR--*/

.banner-interior {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	justify-content: center;
	text-align: center;
	padding: 0 20px;
	background: no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 480px;
}
.banner-interior h1 {
	font-size: 65px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
}
.banner-interior.small {
	height: 300px;
}
.banner-interior.small h1 {
	margin-top: 100px;
}
/*--FIN BANNER INTERIOR--*/



/*--BLOQUE TEXTO--*/

.bloque-texto {
	padding: 70px 0;
}
.bloque-texto .wrap-bloque-texto {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}
.bloque-texto .wrap-bloque-texto p {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #848688;
	margin-bottom: 40px;
}
.bloque-texto .wrap-bloque-texto p:last-child {
	margin-bottom: 0;
}
/*--FIN BLOQUE TEXTO--*/



/*--NUESTROS PILARES--*/

.nuestros-pilares {
	background: #f1f1f1;
	padding: 90px 0 90px;
	overflow: hidden;
}
.nuestros-pilares h2 {
	margin-bottom: 70px;
}
.box-proposito{
	position: relative;
	height: 440px;
	background: no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.box-proposito::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 60%);
	z-index: 0;
}
.texto-proposito{
	margin-left: 15px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.texto-proposito p{
font-size: 24px;
color: white;
line-height: 120%;
}
@media (min-width: 801px) {
	.texto-proposito{
		width: 40%;
		margin-left: 85px;
	}
	.texto-proposito p{
		font-size: 38px;
		color: white;
	}	
}
.box-pilar {
	height: 360px;
	background: no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.box-pilar:after {
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	content: "";
	background: rgba(0,0,0,0.4);
	opacity: 0;
	transition: cubic-bezier(.77, 0, .175, 1) 0.3s;
}
.box-pilar:hover:after {
	top: 0;
	opacity: 1;
}
.box-pilar .titulo-pilar {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	transition: 0.5s cubic-bezier(.77, 0, .175, 1);
	width: 100%;
	position: relative;
	z-index: 20;
}
.box-pilar h4 {
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}
.box-pilar h4:after {
	content: "";
	width: 80px;
	height: 3px;
	background: #fff;
	display: block;
	margin: -5px auto 0;
}
.box-pilar .texto-hover {
	background: #2e3338a6;
	/*background: #2e3338;*/

	position: absolute;
	padding: 20px;
	width: 50%;
	top: 100%;
	right: 0;
	transition: 0.5s 0.3s cubic-bezier(.77, 0, .175, 1);
	opacity: 0;
	height: 100%;
	z-index: 20;
}
.box-pilar .texto-hover p {
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 0;
}
.box-pilar:hover .texto-hover {
	top: 0;
	opacity: 1;
}
.box-pilar:hover .titulo-pilar {
	width: 50%;
}
/*--FIN NUESTROS PILARES--*/



/*--VALORES--*/

.valores {
	background: #003773;
	padding: 40px 0 40px;
	overflow: hidden;
}
.valores h2 {
	text-align: center;
	margin-bottom: 40px;
	margin-left: 0;
	padding-left: 0;
	color: #fff;
}
.valores .img-valores {
	width: 47%;
	float: left;
	position: relative;
}
.valores .img-valores img {
	width: 100%;
}
.valores .img-valores:after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: #003773;
	position: absolute;
	right: -15px;
	top: 45%;
	z-index: 9;
	transform: rotate(45deg);
}
.valores .texto-valores {
	width: 53%;
	float: left;
	padding-left: 60px;
	text-align: left;
	padding-top: 20px;
}
/*.valores .texto-valores ul{

    font-size: 18px;

    color:#d9d9d9;

    font-weight: 500;

    padding-left: 0;

    list-style: none;

}

.valores .texto-valores ul li{

    margin-bottom: 10px;

    position: relative;

    padding-left: 24px;

}

.valores .texto-valores ul li:before{

    content:"\f058";

    font-family: 'FontAwesome';

    color:#e56000;

    position: absolute;

    left: 0;

    top: -2px;

}*/

.valores .row > [class^="col-"],  .valores .row > [class*=" col-"] {
	padding-right: 10px;
	padding-left: 10px;
}
.valores .box-compromiso {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
/* .valores .box-compromiso .bg-compromiso {
} */
.valores .box-compromiso .bg-compromiso img {
	width: 100%;
}
.valores .box-compromiso .cont-compromiso {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	transition: 0.5s cubic-bezier(.77, 0, .175, 1);
	opacity: 1;
}
/* .valores .box-compromiso .ic-compromiso {
}
.valores .box-compromiso .ic-compromiso img {
} */
.valores .box-compromiso h4 {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 4px;
	margin-top: 20px;
}
.valores .box-compromiso h4:after {
	display: block;
	width: 70px;
	height: 3px;
	background: #fff;
	content: "";
	margin: 10px auto 0;
}
.valores .box-compromiso .hover-compromiso {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(46,51,56,0.7);
	padding: 30px;
	transition: 0.5s cubic-bezier(.77, 0, .175, 1);
}
.valores .box-compromiso .hover-compromiso p {
	/*font-size: 11px;

    line-height: 15px;*/
	
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-weight: 400;
}
.valores .box-compromiso .hover-compromiso p:before {
	display: block;
	width: 70px;
	height: 3px;
	background: #fff;
	content: "";
	margin: 0px auto 20px;
}
.valores .box-compromiso:hover .hover-compromiso {
	top: 0;
}
.valores .box-compromiso:hover .cont-compromiso {
	opacity: 0;
}
/*--FIN VALORES--*/





/*--socios--*/

.socios {
	background: #fff;
	padding: 40px 0 40px;
	overflow: hidden;
}
.socios h2 {
	text-align: center;
	margin-bottom: 40px;
	margin-left: 0;
	padding-left: 0;
	color: #000;
	/*font-family: 'Work Sans', sans-serif;*/

	font-weight: 200;
}
.socios h2 span:after {
	display: none;
}
.socios .img-socios {
	width: 100%;
	float: left;
	position: relative;
	padding: 50px 0;
}
.socios .img-socios img {
	/*width: 100%;*/

	margin: 0 auto;
	display: block;
}
.socios .cont-socios {
	width: 100%;
	float: left;/*text-align:justify;*/

}
.socios .cont-socios p {
	color: #555;
	font-size: 18px;
	font-weight: 300;
	/*font-family: 'Work Sans', sans-serif;*/

	line-height: 26px;
}
/*--PRESENTACIONES--*/

.presentaciones {
	padding: 50px 0 0;
}
.bg-gris {
	background: #f1f1f1;
}
.presentaciones h2 {
	padding-bottom: 40px;
}
.wrap-presentaciones {
	padding: 40px 0 10px;
	margin-bottom: 20px;
}
.wrap-presentaciones h3 {
	color: #848688;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 30px;
}
.item-pres {
	margin-bottom: 30px;
}
.item-pres .img-pres {
	width: 40%;
	float: left;
}
.item-pres .img-pres img {
	width: 100%;
}
.item-pres .texto-pres {
	width: 60%;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
}
.item-pres .texto-pres p {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 600;
}
.item-pres .texto-pres p b {
	font-weight: 600;
	color: #003773;
}
.video-presentaciones {
	padding: 20px 0 0;
}
.video-presentaciones .wrap-presentaciones {
	padding-bottom: 70px;
	margin-bottom: 0;
}
/* .video-pres {
} */
.video-pres img {
	width: 100%;
}
/*--FIN PRESENTACIONES--*/



/*--DIRECTORIO--*/

.directorio {
	padding: 100px 0;
}
.directorio .item-dir {
	margin-bottom: 30px;
}
.directorio .item-dir .img-dir {
	margin-bottom: 20px;
	overflow: hidden;
}
.directorio .item-dir .img-dir img {
	width: 100%;
	transition: all 2s ease;
}
.directorio .item-dir .img-dir:hover img {
	transform: scale(1.05);
	opacity: 0.9;
}
.directorio .item-dir h4 {
	font-size: 19px;
	color: #003773;
	font-weight: 600;
}
.directorio .box-equipo {
	background: #ededed;
	padding-top: 10px;
	margin-bottom: 20px;
}
.directorio .box-equipo .img-equipo {
	transition: all 0.3s ease;
}
.directorio .box-equipo:hover .img-equipo {
	opacity: 0.85;
}
.directorio .box-equipo .img-equipo img {
	width: 100%;
}
.directorio .box-equipo .titulo-equipo {
	color: #fff;
	background: #003773;
	padding: 15px;
	text-align: center;
	border-bottom: 4px solid #e56000;
	margin: 0px auto 0;
	width: 90%;
	position: relative;
}
.directorio .box-equipo .titulo-equipo h4 {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.directorio .box-equipo .titulo-equipo h5 {
	margin: 0 0 4px;
	font-size: 14px;
	font-weight: bold;
}
.directorio .box-equipo .texto-equipo {
	text-align: center;
	padding: 20px 20px 25px;
}
.directorio .box-equipo .texto-equipo p {
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	font-weight: 400;
	margin-bottom: 6px;
}
.directorio-nuevo {
	padding: 25px 0 35px;
	overflow: hidden;
}
.directorio-nuevo .wrap .row div {
	float: none;
	margin: 0 auto;
	display: block;
}
.directorio-nuevo .wrap .row div div .item-dir {
	border-left: 5px solid #e55b20;
	padding: 0 0 10px 25px;
}
.directorio-nuevo .wrap .row div div .img-dir-first {
	border-left: none !important;
	padding-left: 0 !important;
	margin-bottom: 20px;
}
.directorio-nuevo .wrap .row div div .item-dir h4 {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	line-height: 26px;
}
.directorio-nuevo .wrap .row div div .item-dir h3 {
	font-size: 24px;
	font-weight: 400;
	margin: 0;
	line-height: 26px;
}
/*--FIN DIRECTORIO--*/



/*--CENTRAL--*/

.info-central {
	padding: 70px 0;
	overflow: hidden;
}
/* .info-central .info-izq {
} */
.info-central .info-izq h4 {
	font-size: 45px;
	color: #848688;
	font-weight: 300;
	margin-bottom: 20px;
}
.info-central .info-izq p {
	font-size: 20px;
	line-height: 28px;
	color: #848688;
}
.info-central .info-izq ul {
	padding-left: 0;
}
.info-central .info-izq li {
	padding-left: 30px;
	background: url(../images/flecha-li.png) top left no-repeat;
	list-style: none;
	font-size: 20px;
	line-height: 28px;
	color: #848688;
	margin-left: 0;
	margin-bottom: 10px;
}
/* .tabla-info {
} */
.tabla-info > div {
	border-bottom: 2px solid #c5c5c5;
	padding: 14px 0 8px 10px;
}
.tabla-info > div:last-child {
	border-bottom: none;
}
.tabla-info > div h4 {
	color: #003773;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	margin: 0;
	width: 35%;
	vertical-align: top;
}
.tabla-info > div p {
	font-size: 18px;
	font-weight: 400;
	color: #848688;
	display: inline-block;
	margin-bottom: 0;
	width: 63%;
	vertical-align: top;
}
.wrap-info-central {
	padding: 50px 0 30px;
	overflow: hidden;
}
.item-info-central {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
/* .item-info-central .img-info-central {
} */
.item-info-central .img-info-central img {
	width: 100%;
}
.item-info-central .hover-info-cenral {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(46,51,56,0.7);
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	transition: 0.5s cubic-bezier(.77, 0, .175, 1);
	opacity: 0;
	padding: 0 30px;
}
.item-info-central .hover-info-cenral p {
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	transition: 0.5s 0.3s cubic-bezier(.77, 0, .175, 1);
	opacity: 0;
	margin-top: 20px;
}
.item-info-central:hover .hover-info-cenral {
	top: 0;
	opacity: 1;
}
.item-info-central:hover .hover-info-cenral p {
	opacity: 1;
	margin-top: 0;
}
/*--FIN CENTRAL--*/



/*--CARRUSEL PROYECTO--*/

.carrusel-proyecto {
	background: #2e3338;
}
.carrusel-proyecto .item {
	position: relative;
}
.carrusel-proyecto .img-car-proy {
	width: 50%;
	float: left;
}
/* .carrusel-proyecto .img-car-proy img {
} */
.carrusel-proyecto .texto-car-proy {
	width: 50%;
	float: right;
	padding: 80px 60px 50px;
}
.carrusel-proyecto .texto-car-proy h3 {
	text-align: left;
	margin-bottom: 40px;
}
.carrusel-proyecto .texto-car-proy p {
	font-size: 18px;
	line-height: 24px;
	color: #848688;
	font-weight: 400;
	margin-bottom: 30px;
}
.carrusel-proyecto .owl-prev {
	color: #e56000;
	position: absolute;
	right: 120px;
	bottom: 20px;
	border-radius: 100%;
	border: 1px solid #e56000;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 16px;
	padding-top: 15px;
}
.carrusel-proyecto .owl-next {
	color: #e56000;
	position: absolute;
	right: 50px;
	bottom: 20px;
	border-radius: 100%;
	border: 1px solid #e56000;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 16px;
	padding-top: 15px;
}
/*--FIN CARRUSEL PROYECTO--*/



.fotos-videos {
	margin-top: 0;
	padding-top: 0;
}
.menu-fv {
	padding-top: 40px;
}
.menu-fv > div {
	color: #848688;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 30px;
	display: inline-block;
	border-right: 1px solid #848688;
	padding: 5px 10px 0;
	cursor: pointer;
}
.menu-fv > div:last-child {
	border: none;
}
.menu-fv > div.activo {
	color: #003773;
	font-weight: 500;
	text-decoration: underline;
}
.panel-fv {
	display: none;
}
.panel-fv:first-child {
	display: block;
}
/*--COMUNIDAD--*/

.comunidad-int {
	padding: 70px 0;
	overflow: hidden;
}
.comunidad-int .img-comunidad-int img {
	width: 100%;
}
.comunidad-int .img-comunidad-int::after {
	content: "\f054";
	background: url(../images/triangle-bullet.png);
	font-family: 'FontAwesome';
	position: absolute;
	right: -3px;
	top: 50%;
	text-align: left;
	padding: 11px 12px 10px 8px;
	color: #fff;
	width: 17px;
	height: 39px;
	z-index: 999;
}
.comunidad-int .texto-comunidad-int {
	padding: 0 60px;
}
.comunidad-int .texto-comunidad-int p {
	font-size: 18px;
	line-height: 24px;
	color: #848688;
	font-weight: normal;
	margin-bottom: 40px;
}
.comunidad-int .texto-comunidad-int p b {
	color: #e56000;
	font-weight: bold;
}
.comunidad-int .texto-comunidad-int p:last-child {
	margin-bottom: 0;
}
a.nav-car {
	color: #e56000;
	display: inline-block;
	width: 53px;
	height: 53px;
	border-radius: 100%;
	border: 1px solid #e56000;
	text-align: center;
	position: absolute;
	bottom: 20px;
	padding: 16px;
}
a.nav-car-prev {
	right: 86px;
}
a.nav-car-next {
	right: 20px;
}
/*--FIN COMUNIDAD--*/



/*--NOTICIA DETALLE--*/

.noticia-detalle {
	padding-top: 80px;
	padding-bottom: 100px;
	padding-left: 70px;
	overflow: hidden;
}
.noticia-detalle .bg {
	position: absolute;
	z-index: 0;
	top: -80px;
	right: 80px;
	width: 190px;
	opacity: 0.5;
}
.noticia-detalle .bg img {
	width: 100%;
}
.noticia-detalle .fecha {
	font-size: 24px;
	color: #e56000;
	font-weight: 500;
	letter-spacing: 2px;
	background: none;
	position: relative;
	margin-left: -80px;
}
.noticia-detalle .fecha:before {
	content: "";
	width: 70px;
	margin-right: 10px;
	margin-top: -6px;
	vertical-align: middle;
	height: 2px;
	background: #e56000;
	display: inline-block;
}
.noticia-detalle h3 {
	margin-top: 5px;
	font-size: 42px;
	line-height: 48px;
	color: #003773;
	margin-bottom: 30px;
	margin-top: 20px;
}
.noticia-detalle .img-noticia {
	margin-bottom: 30px;
}
.noticia-detalle .img-noticia img {
	width: 100%;
}
.noticia-detalle .texto-noticia {
	margin-bottom: 100px;
}
.noticia-detalle .texto-noticia p {
	font-size: 16px;
	line-height: 24px;
	color: #727272;
	margin-bottom: 20px;
}
.noticia-detalle .texto-noticia p a {
	color: #df5f03;
	text-decoration: underline;
}
a.volver {
	color: #a81e25;
	border-bottom: 2px solid #a81e25;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
}
/* .otras-noticias {
} */
.otras-noticias h3 {
	font-size: 24px;
	color: #e56000;
	font-weight: 500;
	letter-spacing: 2px;
	background: none;
	position: relative;
	margin-top: -5px;
	margin-bottom: 5px;
}
.otras-noticias h3:after {
	content: "";
	width: calc(100% - 194px);
	margin-left: 10px;
	margin-top: -2px;
	vertical-align: middle;
	height: 2px;
	background: #e56000;
	display: inline-block;
}
.otra-noticia {
	margin-bottom: 30px;
}
.otra-noticia .img-otra-noticia {
	margin-bottom: 15px;
}
.otra-noticia .img-otra-noticia img {
	width: 100%;
}
.otra-noticia h4 {
	font-size: 18px;
	line-height: 24px;
	color: #003773;
	font-weight: 500;
}
.otra-noticia h4 a {
	color: #003773;
}
.otra-noticia h4 a:hover {
	text-decoration: none;
}
.compartir-noticia {
	margin-top: 10px;
}
.compartir-noticia a {
	margin-bottom: 5px;
	display: inline-block;
	float: left;
}
/*--FIN NOTICIA DETALLE--*/



/*--TODAS NOTICIAS--*/

.todas-noticias {
	padding: 40px 0;
}
.todas-noticias .ano-noticia {
	font-size: 24px;
	color: #e56000;
	font-weight: 500;
	letter-spacing: 2px;
	background: none;
	position: relative;
	margin-left: 0;
	margin-bottom: 10px;
}
.todas-noticias .ano-noticia:before {
	content: "";
	width: 70px;
	margin-right: 10px;
	margin-top: -6px;
	vertical-align: middle;
	height: 2px;
	background: #e56000;
	display: inline-block;
}
.bloque-noticias {
	margin-bottom: 20px;
}
.box-noticia {
	margin-bottom: 40px;
}
.box-noticia .img-box-noticia {
	margin-bottom: 10px;
	overflow: hidden;
}
.box-noticia .img-box-noticia img {
	width: 100%;
	transition: all 2s ease;
}
.box-noticia .img-box-noticia:hover img {
	transform: scale(1.05);
	opacity: 0.9;
}
/* .box-noticia .texto-box-noticia {
} */
.box-noticia .texto-box-noticia .fecha {
	font-size: 16px;
	color: #e56000;
	font-weight: 500;
	letter-spacing: 2px;
	background: none;
	position: relative;
	margin-left: 0;
	margin-bottom: 0px;
}
.box-noticia .texto-box-noticia .fecha:before {
	content: "";
	width: 20px;
	margin-right: 10px;
	margin-top: -6px;
	vertical-align: middle;
	height: 2px;
	background: #e56000;
	display: inline-block;
}
.box-noticia .texto-box-noticia h4 {
	font-size: 20px;
	line-height: 28px;
	color: #003773;
	font-weight: 500;
	margin-top: 5px;
}
.box-noticia .texto-box-noticia h4 a {
	color: #003773;
}
.box-noticia .texto-box-noticia h4 a:hover {
	text-decoration: none;
}
/*--FIN TODAS NOTICIAS--*/



/*TODAS LAS NOTICIAS HOME*/

/*--NOTICIAS HOME--*/

.noticias-home {
	padding: 60px 0;
}
.noticias-home.noticias-int {
	padding-bottom: 30px;
	overflow: hidden;
}
.noticias-home .box-noticia-home {
	position: relative;
}
.noticias-home.noticias-int .box-noticia-home {
	margin-bottom: 30px;
}
.noticias-home .box-noticia-home .img-noticia-home {
	overflow: hidden;
}
.noticias-home .box-noticia-home .img-noticia-home img {
	width: 100%;
	transition: all 2s ease;
}
.noticias-home .box-noticia-home:hover .img-noticia-home img {
	transform: scale(1.05);
	opacity: 0.9;
}
.noticias-home .box-noticia-home .texto-noticia-home {
	/*position: absolute;*/

	left: 0px;
	bottom: 0px;/*padding: 30px;*/

}
.noticias-home .box-noticia-home .texto-noticia-home a:hover {
	text-decoration: none;
}
.noticias-home .box-noticia-home .texto-noticia-home .fecha {
	font-size: 14px;
	color: #e56000;
	display: inline-block;
	padding: 5px 0 1px;
	letter-spacing: 1px;
	font-weight: 700;
}
.noticias-home .box-noticia-home .texto-noticia-home .fecha::before {
	content: "";
	width: 13px;
	margin-right: 10px;
	margin-top: -6px;
	vertical-align: middle;
	height: 2px;
	background: #e56000;
	display: inline-block;
}
.noticias-home .box-noticia-home .texto-noticia-home h4 {
	color: #003773;
	font-size: 22px;
	font-weight: 600;
	/*text-transform: uppercase;*/

	position: relative;
}
.noticias-home .box-noticia-home .texto-noticia-homep {
	color: #848688;
}
/*.noticias-home .box-noticia-home .texto-noticia-home h4:after{

    content: "\f054";

    font-family: 'FontAwesome';

    position: absolute;

    left: -30px;

    top: -15px;

    background: #fff;

    border-radius: 0 30px 30px 0;

    height: 45px;

    text-align: left;

    padding: 13px 10px 10px 0px;

    color:#004188;

    font-size: 18px;

}*/

/* .noticias-home .box-noticia-home .texto-noticia-home a {
} */
/*TODAS LAS NOTICIAS HOME*/



/*--CONTACTO--*/

.contacto {
	padding: 80px 0;
}
.contacto .wrap {
	position: relative;
}
.wrap-contacto {
	position: relative;
}
.contacto .mapa {
	position: absolute;
	width: 50%;
	height: 100%;
}
.contacto .mapa iframe {
	width: 100%;
	height: 100%;
}
.contacto .form-contacto {
	width: 50%;
	float: right;
	background: #f1f1f1;
	padding: 80px 60px;
	border: 1px solid #bebebe;
}
/* .contacto .form-contacto .form-group {
} */
.contacto .form-contacto .form-group label {
	font-size: 18px;
	color: #003773;
	font-weight: 500;
	display: block;
}
.contacto .form-contacto .form-group input {
	border: 2px solid #cdcdcd;
	height: 40px;
	background: #fff;
	width: 100%;
	padding: 0 10px;
}
.contacto .form-contacto .form-group textarea {
	width: 100%;
	height: 120px;
	border: 2px solid #cdcdcd;
	padding: 5px 10px;
}
.contacto .form-contacto button {
	background: transparent;
	border: 1px solid #e56000;
	color: #e56000 !important;
	font-size: 18px;
	font-weight: normal;
	border-radius: 50px;
	padding: 16px 40px 12px;
	word-wrap: break-word;
	white-space: normal;
	display: inline-block;
	overflow: hidden;
	position: relative;
	transition: cubic-bezier(.77, 0, .175, 1) 0.5s;
	text-transform: uppercase;
	float: right;
}
.mauticform-message {
	margin-bottom: 10px;
	color: #e56000;
	position: absolute;
	bottom: 29px;
	font-weight: 600;
}

/*--FIN CONTACTO--*/



@media (max-width: 1400px) {
}

@media (max-width: 1200px) {
header nav ul li {
	margin-left: 15px;
}
.texto-slide h3 {
	font-size: 36px;
}
.texto-slide h2 {
	font-size: 36px;
}
h2.titulo {
	font-size: 48px;
}
}

@media (max-width: 991px) {
.redes-top {
	position: inherit !important;
	top: -28px;
	right: 0;
}
.btn-menu {
	display: inline-block;
	color: #e56000;
	font-size: 30px;
	float: right;
	cursor: pointer;
	top: 37px;
	width:100%;
}
.btn-menu i {
    float: right;
}
header nav {
	display: none;
}
.menu-mobile .cerrar-menu {
	color: #000;
	text-align: right;
	font-size: 24px;
	margin-bottom: 20px;
}
.menu-mobile ul {
	padding-left: 0;
	list-style: none;
}
.menu-mobile ul li {
	margin-bottom: 14px;
	position: relative;
	width: 100%;
}
.menu-mobile ul li a {
	color: #003773;
}
/*.menu-mobile ul li.menu-item a{

		color:#003773;

    }

	.menu-mobile ul li.current-menu-item a{

		color:#003773;

    }

	.menu-mobile ul li.current-menu-parent a{

		background:none;

        color: #e56000;

    }

    .menu-mobile ul li.current-menu-parent .sub-menu li.current_page_item a{

        color: #e56000;

    }*/

.menu-mobile ul li .ic-sm {
	position: absolute;
	right: -32px;
	top: 0px;
	width: 80px;
	text-align: center;
	height: 25px;
	color: #003773;
	cursor: pointer;
}
.menu-mobile ul li .ic-sm i {
	width: 100%;
	height: 100%;
}
.menu-mobile .sub-menu {
	padding-left: 10px;
	display: none;
	margin-top: 10px;
	overflow: hidden;
}
.menu-mobile .sub-menu li {
	font-size: 13px;
}
.item-not-ev .texto-not-ev {
	margin-top: 0;
}
.item-centrales .img-central {
	width: 100%;
	margin-bottom: 30px;
}
.item-centrales .texto-central {
	width: 100%;
}
.comunidad h2.titulo {
	margin-bottom: 30px;
}
.item-centrales .img-central:after {
	display: none;
}
.noticias-home {
	padding: 70px 0 50px;
}
footer nav {
	padding: 60px 0 30px;
}
footer nav ul li {
	margin-bottom: 20px;
}
footer nav ul li a {
	font-size: 18px;
}
.foot2 .item-foot {
	margin-left: 0;
	margin-bottom: 20px;
}
.box-pilar {
	margin-bottom: 20px;
}
.valores .img-valores {
	width: 100%;
	margin-bottom: 20px;
}
.valores .texto-valores {
	width: 100%;
	padding: 20px 40px;
}
.valores .img-valores:after {
	display: none;
}
.banner-interior h1 {
	font-size: 54px;
}
.video-pres {
	margin-bottom: 30px;
}
.info-central .info-izq {
	margin-bottom: 40px;
}
.noticia-detalle {
	padding-left: 0;
}
.noticia-detalle .fecha {
	margin-left: 0;
}
.otras-noticias {
	margin-top: 80px;
}
.contacto .mapa {
	width: 100%;
	height: 1000px;
	position: relative;
}
.contacto .form-contacto {
	width: 100%;
	float: none;
}
}

@media (max-width: 970px) {
.flexslider#slide-home ul li {
	background-position: 72% 50% !important;
}
}

@media (max-width: 768px) {
h2.titulo {
	font-size: 40px;
}
h3.titulo {
	font-size: 36px;
}
.animated,  .animated-delay1,  .animated-delay2,  .animated-delay3,  .animated-delay4,  .wow {
	/*CSS transitions*/

	-o-transition-property: none !important;
	-moz-transition-property: none !important;
	-ms-transition-property: none !important;
	-webkit-transition-property: none !important;
	transition-property: none !important;
	/*CSS transforms*/

	-o-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	/*CSS animations*/

	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	visibility: visible !important;
}
.actividades .item-not-ev .texto-not-ev {
	width: 100%;
}
.item-not-ev .img-not-ev {
	width: 100%;
	float: right;
	margin-left: 0;
}
.item-not-ev .texto-not-ev {
	width: 100%;
}
.texto-slide {
	padding-left: 20px;
	padding-right: 20px;
}
.texto-slide h3 {
	font-size: 30px;
}
.texto-slide h2 {
	font-size: 30px;
}
.foot2 .item-foot {
	margin-top: 30px;
}
.banner-interior {
	height: 350px;
}
.carrusel-proyecto .img-car-proy {
	width: 100%;
}
.carrusel-proyecto .texto-car-proy {
	width: 100%;
	float: right;
	padding: 50px 40px 50px;
}
.compartir-noticia {
	margin-top: 30px;
}
}

@media (max-width: 640px) {
.wrap {
	padding: 0 20px;
}
.valores .texto-valores {
	padding: 20px;
}
h2.titulo {
	font-size: 40px;
	margin-bottom: 30px;
}
.actividades .item-not-ev .texto-not-ev {
	padding: 20px 0px 0px;
	width: 100%;
}
.texto-slide h3 {
	font-size: 28px;
	line-height: 31px;
	margin-bottom: 10px;
	font-weight: bold;
}
.texto-slide h2 {
	font-size: 28px;
}
.btn-menu {
	right: 20px;
}
.btn-buscar {
	right: 100px;
}
h3.titulo {
	font-size: 36px;
}
.presentaciones h2 {
	padding-bottom: 20px;
}
.item-pres .texto-pres {
	padding-top: 0;
}
.comunidad-int .texto-comunidad-int {
	padding: 50px 20px;
}
.contacto .form-contacto {
	padding: 60px 40px;
}
.banner-interior {
	background-attachment: scroll;
}
}

@media (max-width: 480px) {
.banner-interior h1, .banner-interior__year span {
	font-size: 36px;
}
.texto-slide h2 {
	font-size: 36px;
}
header .logo {
	width: 170px;
}
.item-centrales .texto-central {
	padding: 0 20px;
}
h2.titulo {
	font-size: 36px;
	margin-bottom: 30px;
}
.noticia-detalle h3 {
	font-size: 30px;
	line-height: 38px;
	color: #003773;
	margin-bottom: 30px;
	margin-top: 20px;
}
.contacto {
	padding: 40px 0;
}
.contacto .form-contacto {
	padding: 40px 20px;
	overflow: hidden;
}
.box-pilar .texto-hover {
	width: 100%;
}
.valores .box-compromiso .hover-compromiso {
	padding: 30px 15px;
}
.valores .box-compromiso .hover-compromiso p {
	font-size: 15px;
	line-height: 20px;
}
}

@media (max-width: 320px) {
.banner-interior h1, .banner-interior__year span {
	font-size: 30px;
}
h2.titulo {
	font-size: 32px;
	margin-bottom: 10px;
}
.valores .box-compromiso {
	height: 330px;
}
.valores .box-compromiso .bg-compromiso {
	height: 330px;
}
.valores .box-compromiso .bg-compromiso img {
	height: 100%;
}
.valores .box-compromiso .hover-compromiso p {
	font-size: 13px;
	line-height: 18px;
}
}
.page-id-194 .info-central .info-izq li {
	color: #184783;
}
/*menu 435*/

/* #menu-item-435 .sub-menu {
	margin-left: -26px;
}
#menu-item-435 ul.sub-menu::before {
	left: 144px;
} */
/*menu 239*/

/* #menu-item-239 ul.sub-menu::before {
	left: 290px;
} */
/**/

/* #menu-item-235 ul.sub-menu {
	margin-left: -245px;
}
#menu-item-235 ul.sub-menu::before {
	left: 274px;
} */
/*single*/

.single-post #menu-item-247 a, .page-template-noticias .menu-item-247 a, header.fixed .single-post #menu-item-247 a, header.fixed .page-template-noticias .menu-item-247 a, .page-template-contacto .menu-item-245 a {
	color: #e56000;
}
.clearfix {
	clear: both;
}
.bloques {
	padding-top: 70px;
}
.bloques img {
	display: block;
	margin: 0 auto;
	max-width: 80%;
}
.bloques h4 {
	color: #003476;
	background: url(../images/flecha-li.png) 0 7px no-repeat;
	margin-top: 39px;
	padding-left: 70px;
	padding-right: 70px;
	font-size: 25px;
	line-height: 150%;
	text-align: center;
}
/**Paginador**/
/**wp pagenavi*/
.paginador {
	text-align: center;
	margin: 30px 0;
}
.wp-pagenavi .page {
	color: #636567;
	font-size: 20px;
	font-weight: bold;
	font-weight: 400;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 3px;
}
.wp-pagenavi .current {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	font-weight: 400;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 3px;
	background: #004188;
	border-radius: 100%;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
	font-size: 22px;
	display: inline-block;
	width: 46px;
	height: 46px;
	text-align: center;
	color: #004188;
	border: 2px solid #004188;
	border-radius: 100%;
	padding-top: 8px;
}
ul.btn-politica li+li{
	/* padding-top: 25px; */
	margin-top: 24px;
}
.btn-contact7 {
	transition: .35s;
}
.btn-contact7:hover {
	background: #e56000;
}