@import url(../fonts/stylesheet.css);
body, html{
    font-size: 16px;
    background-color: #f9f9f9;
    font-family: 'Open Sans', sans-serif;
    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/edu-banner3.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%;
}
.logo a{
    font-family: 'OpenSans-Bold', sans-serif;
    padding: 13px 0px;
    /*display: inline-block;*/
    color: #fff;
    line-height: 1.2;
    /*font-size: 20px;*/
    display: inline-flex;
}
.logo img{
    height:60px;
    margin-right: 10px;
}
.logo p{
    margin:0px;
    padding-top:10px;
}
.menu{
    padding: 0;
    margin: 0;
    float: right;
}
.menu li{
    list-style: none;
    display: inline-block;
}
.menu a{
    display: inline-block;
    line-height: 20px;
    padding: 33px 16px;
    font-size: 13px;
    font-weight: 500;
    color:rgba(255, 255, 255, 0.6);
    position: relative;
    text-transform: uppercase;
}
.menu a:hover{
    color: #b3aeae !important;
    background: #560e23;
}
.current-menu-item a{
    color:#fff;
    background:#3c0616;
    }
/**
---------------------------------------------MENÚ MOVIL*/
.menu-responsive{
    display: none;
    top: 0;
    border-width: 0 0 1px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    background:rgba(100, 0, 29, 0.9);
    /*height: 5rem;
    padding: .5rem 1rem;*/
}
.menu-responsive .logo-menu .logo a{
    padding: 10px 17px;
    font-size: 15px;
    width: 90%;
}
.container-movil {
    width: 100%;
    height: 100%;
    top: 55px;
    right: 0;
    position: fixed;
    overflow: auto;
    z-index: 999;
    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-responsive ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    /*margin-top: 30px;*/
    text-align: left;
    text-align: center;
    position: relative;
    width: auto;
    z-index: auto;
    float: none;
}
.menu-responsive ul li{
    margin-bottom: 1rem;
    position: relative;
    display: block;
    height: 28px;
    overflow: hidden;
}
.menu-responsive ul a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding: .5em 1em 0;
    display: table;
    margin: auto;
    z-index: 2;
    position: relative;
    text-transform: uppercase;
    position: absolute;
    top:-100%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -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;
    opacity: 0;
}
.menu-responsive ul span {
    text-decoration: none;
    color: #fff;
    font-size: 1.5em;
    margin: 0.5em;
}
.container-movil.open {
    visibility: visible;
    opacity: 1;
    /*background: #115a5e;*/
}
.menu-mobile.open ul li a{
    top: 50%;
    opacity: 1;
}
.menu-mobile {
    background: rgba(100, 0, 29, 0.9);
   /*height: 100vh !important;*/
    padding: 0;
    width: 100%;
    height: auto;
    top: -100%;
    position: absolute;
    margin-top:5px;
    -webkit-transition: all 1s ease-in;
    -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.open {
    top: 0;
}
body.disabled {
    overflow-y: hidden;
}
.menu-responsive > .navbar-header.move {
    right: 3em;
}
.menu-responsive > .navbar-header {
    top: 1em;
    right: 1em;
    position: absolute;
    z-index: 9999;
}
/*************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;
}
.slick-slide {
    margin: 0px 20px;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}
.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-logros > p{
    /*margin-bottom: 2rem;*/
}
.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: 20rem;
    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 .col-sm-12, .section-contacto .row-info .col-md-4{
    
}
.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: #ed1c24;
    margin-right: 5px;
}
.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 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:#64001d;
    transition:0.5s ease;
}
/*footer .list-redes li{
    display: inline-block;
}*/
footer .list-redes a{
    color: #fff;
    font-size: 35px;
    margin: 0 10px;
}
/*-------------------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;
    }
}