@import url(../fonts/stylesheet.css);
body, html{
    font-size: 16px !important;
    background-color: #f9f9f9 !important;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 26px;
    color: #5f5e5e;
}
p{
    width: 100%;
}
a{
    text-decoration: none !important;
    color: #959595;
}
.box-effect img{
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.box-effect:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
header{
    position: relative;
}
header::before{
    content: "";
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: rgba(0, 0, 0, 0.2);
}
header img{
    width:100%;
}
header .title-page{
    color: #fff;
    text-transform: uppercase;
    position: relative;
    /*left: 4rem;*/
    /*bottom: 8rem;*/
    font-size: 60px;
    font-family: OpenSans-Bold, sans-serif;
}
.hero-section,
header{
    background-size: cover;
    background-repeat: no-repeat;
    /* padding: 150px 4rem 100px; */
    background-position: 50% 50%;
}
.hero-portada{
    padding: 250px 4rem 250px;
}
.header-agenda{
    background-image: url("../img/MG_2634.jpg");
}
.header-blog{
    background-image: url("../img/edu-banner4.jpg");
}
.header-investigaciones{
    background-image: url("../img/edu-banner5.jpg");
}
.header-eventos{
    background-image: url("../img/edu-banner3.jpg");
}
.hero-section img{
    display: none;
}
.hero-section .title-page{
    position: relative;
    bottom: 0;
    left: 0;
}
.title-section{
    color: #000000;
    border-left: 4px solid #64001d;
    padding-left: .5rem;
    word-wrap: break-word;
    font-weight: 700;
    margin: 0 0px 26px 0px;
    width: 100%;
    font-family: OpenSans-Bold, sans-serif;
    font-size:20px;
}
.btn-more{
    color: #64001d;
    margin: 30px 0;
    display: inline-block;
    /*text-transform: uppercase;*/
    font-size: 14px;
    font-weight: 600;
}
.btn-more i{
    margin-left: 8px;
}
.btn-more:hover{
    color: #64001d;
}
/*---------------------------MENU--*/
.menu-nav{
    background: #64001d;
    padding: 0px 3rem;
    position: fixed;
    z-index: 1000;
    width: 100%;
}

/***** INICIO ESPACIO RESPONSIVE ****/
@media (max-width: 768px) {
	.logo a{
		height:53px;
		width: 80%;
		margin-left: 15px;
	}
	
}
/***** FIN ESPACIO RESPONSIVE ****/
.logo{
	margin: 15px 15px 0 0;
}
.logo a,
.logo a:hover,
.logo a:visited{
    display: inline-flex;
	color: #fff;
	font: 400 .9rem/1rem 'Open Sans';
}
.logo p{
	padding-top: 15px;
}
.logo img{
    height:60px;
	margin-right: 10px;
}


/*****************/
/* MENU PRINCIPAL */
/*****************/

#men-principal *{
	margin:0px;
	padding:0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}

#men-principal ul{
	list-style:none;
	text-align:right;
	z-index:2000;
	}
#men-principal ul li{
	display:inline-flex;
	position:relative;
	}
#men-principal ul li:hover{
	background-color: rgba(0,0,0,.2);
	}
#men-principal ul li a{
	display:block;
	font: 0.8rem/1.4rem 'Open Sans';
    padding: 33px 16px;
    color:rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
	}
#men-principal ul li a:focus,
#men-principal ul li a:hover{
	text-decoration: none;
}
#men-principal ul li ul{
	display:none;
	}
#men-principal ul li:hover ul{
	background: rgba(0, 0, 0, 0.8);
	display:block;
	top: 88px;
	right: 0;
	position:absolute;
	z-index: 2000;

	}
#men-principal ul li ul li{
	display:flex;
	flex-direction:column;
	width: 200px;
	text-align:left;
	border-bottom:#a3a3a3 solid 1px;
}
#men-principal ul li ul li:nth-last-child(1){
		border-bottom: none;
		}
#men-principal ul li ul li:hover{
	background-color: rgba(0,0,0,.5);
	}
#men-principal ul li ul li a{
	display:block;
	padding: 10px 15px;
	font: 0.8rem/1rem 'Open Sans';
	}
/*****************/

.cab-resp{
	display: block;
	width: 100%;
    position: fixed;
	top: 0;
    background:rgba(100, 0, 29, 0.9);/*guinda*/
    z-index: 1030;
}
.cab-resp > .navbar-header.move {
    right: 3em;
}
.cab-resp > .navbar-header {
    top: 1em;
    right: 1em;
    position: absolute;
    z-index: 9999;
}
.container-movil { /*gris*/
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: auto;	
	background-color: rgba(0, 0, 0, 0.6);  
    /* opacity: 0; */
    visibility: hidden;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#menu-mobile ul{
	padding: 0;
}
#menu-mobile ul li{
    display: block;
	float: none;
	border-bottom: solid 1px #969393;
}
#menu-mobile ul li a {
	display: block;
   	color: #fff;
/*  	font-size: 13px;*/
	font: .9rem/3rem 'Open Sans';
	text-transform: uppercase;
	padding-left: 15px;
}
#menu-mobile ul li ul{
	visibility: hidden;
	display: none;
}
#menu-mobile ul li:focus ul,
#menu-mobile ul li:active ul,
#menu-mobile ul li:hover ul
{
	visibility: visible;
	display:block;
	}
#menu-mobile ul li ul{
	width: 100%;
	position: static;
	}
#menu-mobile ul li ul{
	background-color: rgba(0, 0, 0, 0.6);  
}

#menu-mobile.open ul li a{
/*    top: 50%;*/
/*    opacity: 1;*/
}
.container-movil.open {
   visibility: visible;
    /* opacity: 1; */
}
	
body.disabled {
    overflow-y: hidden;
}

/*************ICON MENU OPEN AND CLOSE**/
#nav-icon1 {
    width: 27px;
    /* height: 24px; */
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;

    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    padding: 9px 10px;
}
button:focus {
    outline: none;
    outline: none;
}
#nav-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    margin-top:10px;
    background: #fff;
    /*border-radius: 9px;*/
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
    top: 0px;
}
#nav-icon1 span:nth-child(2) {
    top: 8px;
}
#nav-icon1 span:nth-child(3) {
    top: 16px;
}
#nav-icon1.open span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
#nav-icon1.open span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.navbar-toggle {
    display: block;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #edeef0;
}
.navbar-default .navbar-toggle {
    border-color: #edeef0;
}
.header-top {
    padding: 1em 2em;
    text-align: left;
    background: #fff;
}
.header-top img {
    width: 15em;
}

	


/*----------------HOME--*/
.section-home{
    padding: 4rem 0;
}
.section-home .col-blog .box-block{
    overflow: hidden;
    height: 100%;
    background: #fff;
}
.section-home .col-blog .box-img{
    height: 12rem;
    overflow: hidden;
}
.box-bg{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-position: center !important;
    background-size: cover !important;
}
.section-home .col-blog .box-img:hover .box-bg{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.section-home .col-blog .box-img img{
    width:100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section-home .col-blog .box-img:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.section-home .col-blog .box-description{
    padding: 20px 30px 30px;
    background: #fff;
}
.section-home .col-blog .box-description .description{
    font-size: 14px;
    word-wrap: break-word;
    line-height: 24px;
    font-weight: 300;
    margin: 0 0 10px 0;
}
.section-home .col-blog .box-description .title-article{
    font-size: 20px;
    word-wrap: break-word;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    margin: 11px 0 11px 0;
    padding: 10px 0 10px 0;
}
.section-home .col-investigaciones .box-investigaciones{
    margin-top: -11.2rem;
    background: #fff;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}
.section-home .col-investigaciones .title-section{
    background: #64001d;
    color: #fff;
    padding: 1.5rem 30px;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.section-home .col-investigaciones .box-investigaciones .fecha{
    color: #959595;
    font-size: 14px;
}
.section-home .col-investigaciones .box-investigaciones .fecha i{
    margin-right: 10px;
}
.section-home .col-investigaciones .box-investigaciones .title{
    padding: 0;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.section-home .col-investigaciones .box-investigaciones .btn-more{
    margin: 28px 30px 27px;
}
.box-entradas{
    padding: 20px 30px;
    border-bottom: 1px solid #ebebeb;
    transition: 400ms;
    -webkit-transition: 400ms;
    background: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.box-entradas a{
    color: #292b2c;
}
.box-entradas:hover{
    background: #f9f9f9;
}
.section-home .row-actividades{
    background: #64001d;
    padding: 2rem;
    color: #fff;
    margin-top: 4rem;
}
.section-home .row-actividades span{
    font-size: 14px;
}
.section-home .row-actividades p{
    font-size: 24px;
    line-height: normal;
    color: #ffffff;
    font-family: OpenSans-Bold, sans-serif;
}
.btn-white{
    font-family: OpenSans-Semibold;
    background-color: #fff;
    color: #64001d;
    padding: 15px 40px;
    padding: 15px 40px;
    float: right;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.btn-white:hover {
    background-color: #64001d;
    color: #fff;
    border: 1px solid #fff;
}
.section-home .row-eventos{
    margin-top: 4rem;
}
.section-home .row-eventos .slider{ 
    width: 100%;
    margin: 0 auto;
}
.section-home .row-eventos .box-slider .box-img-slider{
    height: 13rem;
    overflow: hidden;
    background: #fff;
    background-size: cover;
    background-position: center;
}
.section-home .row-eventos .box-slider .box-img-slider img{
    width:100%;
}
.box-description-slider{
    padding: 20px 30px 30px;
    background: #fff;
}
.box-description-slider .title-article{
    font-size: 20px;
    color: #000;
    margin: 10px 0 12px;
    font-family: OpenSans-Semibold, sans-serif;
}
#slider--category .slick-slide {
    margin: 0px 20px;
}


#slider--category .slick-prev:before,
#slider--category .slick-next:before {
    color: black !important;
}
.btn-more-bg{
    background-color: #64001d;
    border-color: #64001d;
    color: #fff !important;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 1rem;
}
/*----------------NOSOTROS--*/
.section-nosotros{
    padding: 4rem 0;;
}
.section-nosotros .row-nosotros .box-img img{
    width: 100%;
}
.section-nosotros .row-preguntas-frecuentes .box-white{
    padding: 3rem;
    background: #fff;
    height: 100%;
}
.section-nosotros .row-logros{
    margin-top: 4rem;
    /*padding: 0 1rem;*/
}
.section-nosotros .row-logros .title-section{
    margin-bottom: 0;
}
.section-nosotros .row-logros .box-logros{
    padding: 1rem;
    background: #fff;
}
.section-nosotros .row-logros .box-logros i{
    font-size: 36px;
    color: #ed1c24;
}

.section-nosotros .row-preguntas-frecuentes{
    margin-top: 4rem;
}
.section-nosotros .row-staff{
    margin-top: 4rem;
}
.section-nosotros .row-staff .col-equipo{
    margin-bottom: 30px;
}
.section-nosotros .row-staff .box-staff{
    background: #fff;
    height: 100%;
}
.section-nosotros .row-staff .box-staff .img{
    height: 25rem;
    overflow: hidden;
    background-size: cover !important;
    background-position: center top !important;
}
.section-nosotros .row-staff .box-staff .img img{
    width:100%;
}
.section-nosotros .row-staff .box-staff .perfil{
    background-color: #fff;
    padding: 30px;
}
.section-nosotros .row-staff .box-staff .perfil .cargo,
.section-nosotros .row-staff .box-staff .perfil .correo{
    color: #959595;
    font-size: 14px;
}
.section-nosotros .row-staff .box-staff .perfil .nombre{
    font-weight: 400;
    color: #000;
    line-height: 24px;
    font-size: 26px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.section-nosotros .row-staff .box-staff .perfil .perfil-profesional{
    color: #959595;
    font-size: 14px;
    /*margin-bottom: 25px;*/
}
.section-nosotros .row-staff .box-staff .perfil .btn-more{
    margin: 10px 0;
}
.section-nosotros .row-staff .box-staff .perfil .redes ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.section-nosotros .row-staff .box-staff .perfil .redes ul li{
    display: inline-block;
}
.section-nosotros .row-staff .box-staff .perfil .redes ul li a{
    font-size: 14px;
    color: #cfcfcf;
    padding: 5px;
}
.section-nosotros .row-staff .box-staff .perfil .redes ul li a:hover {
    color: #64001d;
}
.box-preguntas{
    position: relative;
}
.box-preguntas .close{
    position: absolute;
    right:0;
    top:0;
    color: #64001d;
    opacity: 1;
    display: none;
}
.box-preguntas .close.active-show{
    display: block;
}
.box-preguntas .close:hover{
    color: #64001d;
}
.list-preguntas{
    padding-left: 0;
}
.list-preguntas li{
    list-style: none;
    margin-bottom: .8rem;
    width:95%;
}
.list-preguntas li i{
    color: #64001d;
    margin-right: .5rem;
    font-size: 20px;
}
.list-preguntas li.active-show .response{
    display: block;
    margin-top:4px;
    font-weight: initial;
}
.list-preguntas li{
    transition: all ease-in;
}
.list-preguntas li:hover{
    color: #64001d;
    cursor: pointer;
    font-weight: bold;
}
.list-preguntas li.active-show{
    color: #64001d;
    font-weight: bold;
}
.response{
    margin-left:23.86px;
    margin-top:-8px;
    display: none;
    color: #000;
}
.response p{
    margin-bottom: 0;
}
.transition{
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s
}
/*------------------EVENTOS--*/
.section-eventos{
    margin: 4rem 0;
}
.section-eventos .box-eventos{
    margin-bottom: 2rem;
}
.section-eventos .box-eventos .img-eventos{
    height: 13.5rem;
    overflow: hidden;
}
.section-eventos .box-eventos .img-eventos img {
    width:100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.section-eventos .box-eventos:hover .img-eventos img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.section-eventos .box-eventos .description-eventos{
    padding: 2rem;
    background: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.section-eventos .box-eventos .description-eventos .nombre-evento{
    color: rgb(37, 37, 37);
    font-size: 24px;
    font-family: 'OpenSans-Semibold;', sans-serif;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.section-eventos .box-eventos:hover .description-eventos .nombre-evento{
    color: #fff;
}
.section-eventos .box-eventos:hover .description-eventos{
    background: #64001d;
    color: #fff;
}
.section-eventos .box-eventos:hover .description-eventos .date-eventos{
    color: #fff;
}
.section-eventos .box-eventos .description-eventos .date-eventos{
    color: #999;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
/*------------------BLOG--*/
.section-blog{
    margin-top: 4rem;
}
.section-blog .row-blog{
    margin-bottom: 50px;
    background: #fff;
}
.section-blog .box-img-blog{
    height: 32rem;
    overflow: hidden;
}
.section-blog .box-img-blog img{
    width: 100%;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}
.section-blog .box-img-blog:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.date{
    background: #64001d;
    width: 93px;
    text-align: center;
    font-size: 36px;
    color: #fff;
    padding: 20px 12px;
    margin-top: -80px;
    height: 93px;
    margin-bottom: 16px;
    margin-left: 30px;
    display: inline-block;
    z-index: 99;
    position: relative;
}
.date span {
    font-size: 14px;
}
.section-blog .box-description{
    padding: 30px 60px;
}
.section-blog .title-blog {
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 24px;
    color: #000;
    line-height: 1.5;
    font-family: OpenSans-Bold, sans-serif;
}
/*------------------INVESTIGACIONES--*/
.section-investigaciones{
    margin: 4rem 0;
}
.section-investigaciones .col-white{
    background-color: #fff;
    padding-top: 1rem;
}
.section-investigaciones .box-img-investigaciones img{
    width: 100%;
}
.section-investigaciones .title-investigaciones,
.section-investigaciones .title-investigaciones a{
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin: 0 0 10px 0;
    font-family: OpenSans-Bold, sans-serif;
}
.section-investigaciones .row-ultimas-investigaciones{
    margin-top: 3rem;
}
.section-investigaciones .row-ultimas-investigaciones .col-investigaciones{
    margin-bottom: 2rem;
}
.section-investigaciones .row-ultimas-investigaciones .col-investigaciones .title-investigaciones{
    font-family: 'Open Sans', sans-serif;
}
.section-investigaciones .row-ultimas-investigaciones .title-section{
    margin-bottom: 0;
}
.section-investigaciones .row-ultimas-investigaciones .box-img img{
    width: 100%;
}
.section-investigaciones .row-ultimas-investigaciones .box-description{
    padding: 25px 25px 25px 25px;
    background: #fff;
}
/*------------------CONTACTO--*/
.section-contacto{
    margin-bottom: 4rem;
}

.section-contacto .row-info{
    margin-top: 4rem;
}
.section-contacto .row-info .box-info-description{
    padding: 4rem 1rem;
    height: 100%;
    background:#fff;
    text-align: justify;
}
.section-contacto .row-info .box-info-description p{
    margin-bottom: 0;
}
.section-contacto .row-info .box-info-description a,
.section-contacto .row-info .box-info-description a:hover{
    color: #292b2c;
}
.section-contacto .row-form{
    margin-top: 4rem;
    background: #fff;
    padding:2rem;
}
.section-contacto form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border:1px solid #e2e2e2;
    padding:0 15px 30px 0;
}
.section-contacto .row-form input{
    width: 100%;
    display: block;
    /* padding: 12px 15px; */
    font-size: 14px;
    /* line-height: 1.428571429; */
    color: #555;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    box-shadow: none;
    border:none;
    border-bottom: 1px solid #64001d;
    /* height: 50px; */
    margin-top: 30px;
}
.section-contacto .row-form .col-mensaje{
    margin-top: 1rem;
}
.section-contacto .row-form button,
.section-contacto .row-form .btn{
    background: #64001d;
    color: #fff;
    border-radius: 3px;
    margin-top: 24px;
    transition: 400ms;
    -webkit-transition: 400ms;
    border-color: #64001d;
    width: auto;
}
/*------------------ACTIVIDADES--*/
.section-actividades{
    padding: 4rem 0;
}
.section-actividades .col-actividades .img-actividades{
    height: 14rem;
    overflow: hidden;
    background: #fff;
}
.section-actividades .col-actividades .img-actividades img{
    width: 100%;
    height: 100%;
}
.section-actividades .col-actividades{
    margin-bottom: 2rem;
}
.form-google iframe{
    width: 100%;
}
/*------------------DETALLE EVENTO--*/
.section-detalle{
    margin: 4rem 0;
}
.section-detalle .row-evento{
    background: #fff;
}
.section-detalle .row-evento .box-img-evento img{
    width: 100%;
}
.section-detalle .row-evento .box-img-evento{
    background-position: center !important;
    background-size: cover !important;
    height: 36rem;
}
.section-detalle .row-evento .box-description,
.section-detalle .row-evento .box-mapa{
    padding: 0 4rem;
}
.section-detalle .row-evento .box-description .title-evento{
    font-size: 36px;
    line-height: 1;
    font-weight: normal;
    color: #252525;
    margin-bottom: 15px;
    margin-left: 0;
    margin-top: 20px;
}
.section-detalle .row-evento .box-description .description{
    margin-top: 35px;
    margin-bottom: 35px;
}
.blog-post-meta{
    list-style: none;
    padding: 0;
    color: rgb(149, 149, 149);
    margin-bottom: 8px;
}
.blog-post-meta li {
    display: inline-block;
    margin-right: 15px;
}
.blog-post-meta li i {
    color: #E83146;
    margin-right: 5px;
}
.eventos-datos-lista{
    margin:32px 0 0 0; 
    padding:0;
}
.eventos-datos-lista li{
    list-style: none; 
}
.eventos-datos-lista li span{
    display:block;
    padding:2px 8px;
    text-transform:uppercase;
    color: #fff;
    background:#858585;
    font-size:0.8rem;
}
.eventos-datos-lista li p{
    padding: 8px 24px 0;
}
.section-detalle .row-evento .box-mapa{
    margin-top: 2rem;
    padding-bottom: 3rem;
}
.section-detalle .row-evento .box-mapa iframe{
    width: 100%;
}
.section-detalle .row-evento .box-mapa .title-location{
    text-transform: uppercase;
    color: #252525;
    font-size: 16px;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 25px;
}
/*------------------FAQ--*/
.section-preguntas-frecuentes{
    margin: 4rem 0;
}
.section-preguntas-frecuentes .box-white{
    background: #fff;
    padding: 4rem 2rem;
}
/*------------------FOOTER--*/
footer{
    background-color: #2b2a29;
    /*padding: 4rem 0;*/
    padding: 1rem 0;
    color: #959595;
}
footer a:link,
footer a:active,
footer a:visited
{
    color:#9c9b9b; 
}
footer a:hover{ 
    color: #fff;
}
footer p{
/*    color:#c5c7c7;*/
}
footer ul{
    list-style: none;
    padding: 0;
    margin-bottom:0;
}
footer .list-redes{
    height: 100%;
    width: 100%;
    display: table;
}
footer .list-redes li{
    display: table-cell;
    vertical-align: middle;
}
footer ul li a{
    transition:1s ease;
}
footer ul li a:hover{
    color:#fff;
    transition:0.5s ease;
}
/*footer .list-redes li{
    display: inline-block;
}*/
footer .list-redes a{
    color: #fff;
    font-size: 35px;
    margin: 0 10px;
}
footer .icon-redes a{
    margin-right: 8px;
}
/*-------------------PAGE 404--*/
.section-error{
    padding-top: 6rem;
    padding-bottom:  6rem;
}
.section-error .title{
    margin-bottom: 3rem;
}
.section-error p{
    font-size: 18px;

}
.section-error .btn-more{
    font-size: 20px;
}
/*---------------------RESPONSIVE--*/
@media screen and (max-width: 1293px){
    .menu a {
        padding: 33px 10px;
    }
    .logo p {
    margin: 0px;
    padding-top:0px;
    }
}
@media screen and (max-width: 1165px){
    .menu-nav {
        padding: 0px 1rem;
    }
    .menu a {
        padding: 33px 4px;
    }
}
@media screen and (max-width: 1000px){
    .section-contacto .row-info .box-info-description {
        padding: 4rem 1rem;
    }
}
@media screen and (max-width: 996px){
    .menu-responsive{
        display: block;
    }
    .menu-nav{
        display: none;
    }
}
@media screen and (max-width: 767px){
    .logo p {
        margin: 0px;
        padding-top: 10px;
    }
    .hero-portada {
        padding: 100px 4rem 100px;
    }
    .section-home .box-block{
        margin-bottom: 2rem;
    }
    .section-home .col-investigaciones .box-investigaciones {
        margin-top: 2rem;
    }
    .section-home .row-actividades {
        text-align: center;
    }
    .section-home .row-actividades .btn-white{
        float: none;
        display: inline-block;
    }
    .section-home .row-eventos .slider {
        overflow: hidden;
    }
    /*-----------------FOOTER--*/
    footer .list-redes{
        margin-top:1rem;
    }
    /*-----------------NOSOTROS--*/
    .section-nosotros .row-nosotros .box-historia{
        margin-top:2rem;
    }
    .section-nosotros .row-logros .box-logros {
        margin-bottom: 1rem;
    }
    .section-nosotros .row-staff .box-staff{
        margin-bottom: 2rem;
    }
    /*-----------------INVESTAGACIONES--*/
    .section-investigaciones .container .row:first-child .box-description {
        margin-top: 2rem;
    }
    /*-----------------CONTACTO--*/
    .section-contacto .row-form {
        padding: 2rem 2rem 3rem;
    }
    .section-contacto .row-form input {
        margin-top: 0px;
    }
    /*--------------------------BLOG--*/
    .section-blog .box-img-blog {
        height: auto;
        overflow: hidden;
    }
}
@media screen and (max-width: 600px){
    /*-----------------NOSOTROS--*/
    .section-nosotros {
        padding: 4rem 1rem;
    }
    .section-nosotros .row-preguntas-frecuentes .box-white {
        padding: 3rem 1rem;
    }
    /*-----------------INVESTIGACIONES--*/
    .section-investigaciones {
        margin: 4rem 1rem;
    }
    /*-----------------ACTIVIDADES--*/
    .section-actividades {
        padding: 4rem 1REM;
    }
    /*-----------------BLOG--*/
    .section-blog {
        margin: 4rem 1rem;
    }
    .section-blog .box-description {
        padding: 30px 15px;
    }
    /**-----------------CONTACTO--*/
    .section-contacto {
        /*margin: 0 1rem 4rem;*/
        margin:0px;
    }
    .section-contacto .row-form {
        padding: 0 1rem 3rem;
    }
    /*----------------DETALLE--*/
    .section-detalle .row-evento .box-description, .section-detalle .row-evento .box-mapa {
        padding: 0 1rem;
    }
}
@media screen and (max-width: 479px){
    .container-movil {
        top: 74px;
    }
    .hero-section, header {
        padding: 150px 1rem 100px;
    }
    header .title-page {
        font-size: 40px;
    }
    .section-preguntas-frecuentes .box-white {
        background: #fff;
        padding: 3rem 1rem;
    }
    .response {
        margin-left: 15px;
    }
}
@media screen and (max-width: 301px){
    .container-movil {
        top: 92px;
    }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
        white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* INI contacto*/

.wid-inf,
.contacto{
	margin-top: 25px;
}
.wid-inf h3,
.contacto h3{
	font: 600 1.5rem/0rem 'OpenSans-Bold';
	padding: 0 0 25px 0;
	text-transform:uppercase;
}
.contacto p{
	margin-left: 45px;
	padding-bottom: 10px;
	}
.icon-cto{
	background:#fff; 
	width: 35px; 
	height:35px; 
	border-radius:25px; 
	border:#b1b1b1 solid 2px; 
	color:#9c9b9b; 
	text-align:center; 
	padding-top:2px; 
	float:left;
	font-size: 1.1rem;
	}
.fnt-peq{
	font: 600 0.75rem/.5rem 'Open Sans';
	text-transform:uppercase;
	}

/* FIN contacto */


/***** WIDGETS INFERIOR ****/
.wid-inf ul {
  list-style: none;
  padding: 0;
}
.wid-inf li{
	border-bottom:  1px solid #636262;
	padding: 10px 0 10px 1.5em;
}
.wid-inf li:first-child{
	padding: 0 0 10px 1.5em;
}
.wid-inf li:last-child{
	border-bottom:none;
}
.wid-inf li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.5em; /* same as padding-left set on li */
}


/*** FIN WIDGETS INFERIOR **/


/* Estilos para el titulo del slider (Zona 4)*/
#seg_contenido {
	margin-top: 10px;
}
#slidercin .item {
	margin-bottom: -50px;
}
#slidercin_titulo {
	background: rgba(50, 48, 50, .6);
	display: table;
    position: relative;
    bottom: 50px;
    height: 50px;
	padding: 0 2%;
	width: 100%;
}
#slidercin_titulo span{
	color: #fff;
	display: table-cell;
	font: 300 1.7rem 'Open Sans';
	vertical-align: middle;
}
/**** Inicio Estilos adicionales Slider Superior *****/
#slider--hero > button.slick-next.slick-arrow{
    color: #000000 !important;
    
}
#slider--hero > .slick-next {
    right: 70px !important;
}
#slider--hero > .slick-prev {
    left: 70px;
    z-index: 2500;
}
#slider--hero > .slick-slide{
    margin: 0 !important;
}
/**** Fin Estilos adicionales Slider Superior *****/
