html a img{border:none;}
img { border: none;}
html{padding:0;margin:0;position:relative;min-height: 100%;}
body{padding:0;margin:0px;background: #fff; font-family: "Roboto Condensed", serif;
    font-style: normal;background:#FFF;text-align:justify;font-size:1.2em;font-weight:300;}
*{margin: 0;}
html, body {height:100%;}
input{border:#D1CAB7 solid 1px;color:#D2CBB8;}
h1{
    font-weight: 600;
    font-size: 2.5em;
    color: #4aa4ad;
    text-align: center;
    letter-spacing: 2px; font-family: "Bebas Neue", serif;
}
h1,strong{
    font-family: "Bebas Neue", serif;
}


#divgral{width:100%;margin:0 auto;padding:0 0 10px;z-index:10000;position:fixed;}
#blanco{height:0px;}
#todo{
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;   
}
#logo{width:30%;float:left;    margin-top: 10px;}
#logo img{display:block;margin:10px;width:370px;max-width:100%;}
#redes_soc{
    display: block;
    width: 100%;
    height: 20px;
}
#redes_soc a{display: inline-block;float:right;margin:9px 13px;text-decoration: none;color:#0e2c8d;}
#redes_soc a:hover{color:#fff}

#barblock{width:70%;}
#divmenu{display:block;min-height:30px;border:green solid 0px;float:right;margin-top:24px;}



.full{width:100%;display:block;overflow:hidden;}
.pag{width:100%;max-width:1500px;margin:0 auto;overflow:hidden;padding:0px 0;}

.btn{background:#330d20;color:#fff;text-align:center;display:block;width:200px;padding:10px 0;text-decoration: none;}
.btn:hover{background:#d80955}
.btns{background:#330d20;color:#fff;text-align:center;display:block;width:100px;padding:5px 0;text-decoration: none;}
.btns:hover{background:#d80955}
.izq{float:left;}
.der{float:right;}
.margen{margin-top:5px;margin-bottom:5px;}
.padd{padding:40px 0 0;} /*---------------------------------------------------*/
.mitad{width:50%;}
.txtcentro{text-align: center;display: block;margin: 10px auto;}

hr{border-bottom:#f90;width:100%;}

/*
.banner{width:100%;margin:0 auto;border-bottom:#202686 solid 0px}
.body_ban{width:100%;min-height:100px}
.body_ban img{width:100%;}
*/

.movil{display:none;}
.web{display:block;}


.arrowBlue{
    color: #4aa4ad;
    text-align: center;
    font-size: 2em;
}
.arrowWhite{
    color: #fff;
    text-align: center;
    font-size: 2em;
}

section{
    width:100%;
}

#nosotros .pag{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;
}

#directivo{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 0 0;
    background:#4aa4ad;
}
#investigadores{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding:55px 0 20px;
    background:#4aa4ad;
    color:#FFF;
}
#colaboradores{background:#4aa4ad;}

#met{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding:55px 0 20px;
    background:#4aa4ad;
}
#met2{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 0 0;
    background:#203152;
}
#blg{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding:20px 0;
    background:#203152;
}

#equipos{
    background:#eff3f6;
}

#equipo-directivo{
    display: flex ;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-evenly;
        align-content: center;
        height:auto;
        min-height: 330px;
        padding:10px 0 30px;
        font-size: .9em;
}
#equipo-directivo .colaborador{
    display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        width: 18%;
        min-width: 210px;
        margin: 7px;
        text-align: right;
        background: transparent;
        padding: 0px 5px;
        height: 230px;
        align-items: center;
        padding: 10px 2px 0 6px;
        cursor: pointer;
    }

#equipo-directivo .colaborador:hover{
    border-radius: 20px;
    background: #4199a2;
}





#equipo-directivo .colaborador span{
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    padding:5px;
}


#equipo-directivo span div{text-align:justify;}

#equipo-directivo span img{
    display: block;
    /* margin: 5px auto 20px; */
    width: 130px;
    border-radius: 50%;
    margin-bottom:10px;
}
#equipo-directivo span b{color:#203152;font-weight:700;}
#equipo-directivo span strong{color:#fff;font-weight:400;}

#e-colaboradores{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;  
    padding:60px 0 100px;    
}

#e-colaboradores span{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 13%;
    min-width: 220px;
    margin: 10px;
    text-align: center;
    padding: 0px 5px;
    height: 200px;
    align-items: center;
    padding: 15px 2px 15px;
    cursor: pointer;
}
#e-colaboradores .colaborador:hover{
    border-radius: 20px;
    background: #283a5d;
}



#excolaboradores span div{text-align:justify;}

#excolaboradores span img{
    display: block;
    width: 130px;
    border-radius: 50%;
    margin-bottom:10px;
}
#excolaboradores span b{color:#203152;font-weight:700;}
#excolaboradores span strong{color:#fff;font-weight:400;}


/*#e-colaboradores span{
    display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        width: 15%;
        margin: 15px;
        text-align: center;
        background: #f4feff;
        padding: 15px;
        height: 200px;
        border: #4aa4ad solid 1px;
        cursor: pointer;
}*/
#e-colaboradores span div{text-align:left;}
#e-colaboradores span img{
    display: block;
    margin: 5px auto 20px;
    border-radius: 50%;
    filter: drop-shadow(2px 4px 6px black);
}
#e-colaboradores span b{color:#203152;font-weight:700;}
#e-colaboradores span strong{color:#4aa4ad;font-weight:400;}


.btncv{
    background: #4aa4ad;
    color: #ffffff;
    margin: 0 auto;
    padding: 5px 10px;
    border-radius: 15px;
    width: 100px;
    cursor:pointer;
}
.btncv:hover{
    background:#203152;
}
#metodologias{
    min-height:400px;
}

#metodologias .pag{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top:0px;
}

.m-opc{
    display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-evenly;
        width: 100%; 
}
.m-opc img{margin:8px;}

.btnsMet{
    display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
        padding: 5px 0;
}
.btnsMet a{
    display: flex    ;
        color: #FFF;
        width: 290px;
        border-radius: 20px;
        text-align: center;
        padding: 10px 0;
        margin: 10px;
        height: 43px;
        text-transform: initial;
        align-content: center;
        align-items: center;
        justify-content: center;
        font-weight: 300;
        font-sizE: 16px;
}

.btnsMet a:hover{
background:#556e9e;
}
.btnB{
    background:#203152;
}
.btnBM{
    background:#4aa4ad;
}
.btnBI{
    background:#4f9ac0;
}



.imgMet{
    display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
        padding: 10px 0;
}
.testimonios{
    display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
        padding: 40px 0;
}
.testimonios span{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    width: 19%;
    margin: 2px;
    text-align: center;
}


.testimonios span .b{
    color:#203152;
}
.testimonios span strong{
    color:#4aa4ad;
}
.testimonioGral{
    display: flex;
    font-weight: 100;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}
.testimonioGral img{width:100%;}
.testimonioGral div:nth-child(2){padding:20px;max-width:50%;text-align: left;}

.testimonioGral b{font-weight:400;}
.testimonioGral h3{font-weight:700;}


#contacto{
    width:100%;text-align: center;padding: 40px 0 0;
}
#contacto i{
    color:#4aa4ad;
}
#contacto .pag{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}
form{
    display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        width:90%;
        max-width:1200px;
}
input{display:block;border:#0000001a solid 1px;border-radius:10px;width:190px;height:30px;margin:10px;}
textarea{display:block;border:#0000001a solid 1px;border-radius:10px;width:600px;height:40px;}
#btnSubmit{width:150px;background:#4aa4ad;color:#000;    margin: 0 auto;}















.btnBlue{
    color:#FFF;
    background:#4aa4ad;
    width:350px;
    text-align: center;
    border-radius:30px;
    padding:10px 0;
    font-weight:100;
}


















/*****[ Footer ]*****/

footer{    
    width: 100%;
    overflow: hidden;
    background: #000000;   
    color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding:25px 0
}

#formulario{
    background: #fff;
    padding: 40px 0 0;
    
}
#formulario div{
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background: url(../img/form.png);
    padding: 30px;
}
#formulario input{
    display:block;border-radius:10px;width:190px;margin:5px;height:40px;    font-family: 'Roboto Condensed';
}
#formulario textarea{
    display: block;
    border-radius: 10px;
    width: 600px;
    height: 140px;
    border: 1px #FFF solid;
    margin: 10px;
    font-family: 'Roboto Condensed';
}


@media only screen and (max-width :1176px) {

   
}


@media only screen and (max-width : 929px) {
 nav ul{display:block;height:auto;width:100%;}
#logo{width:100%;float:none;margin:0 auto;}
#logo img{display:block;margin:5px auto;width:120px;}
#divm{width:100%;float:none;margin:0 auto;}
#redes_soc{display:block;width:100%;height:37px;border:green solid 0px;}
#redes_soc img{display: inline-block;float:right;margin:4px 3px;}
#newsletter{display:inline-block;float:right;line-height: 37px;color:#9E8262;font-size:13px;font-weight:400;}
#divmenu{display:block;width:100%;height:auto;}
#contenido{width:100%;margin:0 auto;}
#equipo-directivo{   
        height: auto;
}
#e-colaboradores span {width: 25%;    margin: 20px auto;}
#equipo-directivo span { width: 90%;margin:20px auto;}
.testimonios span { width: 40%; }

.testimonioGral {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
   
}
#contacto .pag {
    padding: 20px;
    max-width: 100%;
    width: 90%;
}
footer section{
    width: 90%;
}



}

@media only screen and (max-width : 785px) {
    section div{   max-width: 100%;}
        section img{ max-width: 100%;}
        #f3 img{margin:20px;}
    #divmenu{background:#203151}
    #contenido{min-width:100%;margin:0 auto;}
#divgral{position:relative;margin-bottom:120px;}

#logo img{width:200px;}
#redes_soc{display:none;width:100%;height:37px;border:green solid 0px;}
#redes_soc img{display: inline-block;float:right;margin:4px 3px;}
#newsletter{float:none;margin:0 auto;}

.experience{
    max-width:94% !important;
}
#submenus a{width:30%;margin-top:5px}


.movil{display:block;}
.web{display:none;}
.textobanner{top: 312px;right:25px;}
.textobanner h4{font-size:15px;}
#applyNow {background-size: 100% 70%;}

.tres {
    width: 83% !important;
    margin: 20px auto  !important;}



}



@media only screen and (max-width : 700px) {

    #todo{background:#203151;}



    #tag-top{
        display: block;
        margin: 10px auto;
        padding: 10px 10px;
        font-size: 18px;
        line-height: 21px;
    }
    #tag-top strong{font-size:17px}
    #tag-top b{font-size:19px}



#blanco{height:0px;}
.divpeq {
    width: 95%;
    margin: 10px auto;
    padding: 20px 0 !important;

    min-height: 203px;
    background: #fff;
    color: #515151;
    overflow: hidden;
    
    height: auto;
}
#opciones2 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0;
    margin: 20px auto;}

    #opciones3 {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        padding: 10px 0;
        margin: 20px auto;
    }

    .rw4 {
        width: 90%;
    }

.rw3{
    width: 90%;
    max-width: auto;
    font-size: 16px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: center;
    color: #545454;
}

.sm-blue{
    background: #203151 !important;
}
#pfrecuentes {    padding: 40px 0;}


h2{text-align:center;color:#000;font-size:28px;}
.izq{float:none;}
.der{float:none;}
.sidebarpeq{width:95% !important;margin:0 auto;border:none !important;}
.sidebargde{width:95%;margin:0 auto;}
.txtdiv{width:95% !important;margin:10px auto;display:block;overflow:hidden;}
.txtdivpeq{width:70%;margin:10% auto;display:block;overflow:hidden;}
.seccion3{margin-left:1%;float:left;}
.seccion3:nth-child(1){width:99%;line-height:24px;}
.seccion3:nth-child(2){width:99%;font-size:13px;line-height:20px;}
.seccion3:nth-child(3){width:99%;margin-top: 10px;}
.txtgral{font-size:13px;color:#515151}
.margen{margin-top:20px;margin-bottom:20px;}
.padd{padding:40px 0;}
.mitad{width:100%;}
.txtcentro{text-align: center;display: block;margin: 10px auto;}
.cajas{padding:10px;max-width:90%;width:auto;background:#999;height:100px;}

.modelo{width:12%;min-width:100px;float:left;text-align:center;font-size:14px;color:#9e9e9e;}
.modeloimg{width:23px;max-width:23px;float:left;}
.formativo{width:25%;float:left;text-align: center;text-decoration:none;display:block;color:#515151}
.formativo:hover{color:#330d20}
.txtpeq{font-size:11px;}

.btnnaranja{display:block;background:#fe7549;color:#fff;width:80%;max-width:300px;padding:20px 0;text-align: center;text-decoration: none;margin:0 auto;}
.btnmorado{display:block;background:#330d20;color:#fff;width:80%;max-width:300px;padding:20px 0;text-align: center;text-decoration: none;margin:0 auto;}
.btnnaranja b{color:#fff;}
.btnmorado b{color:#fff;}

.tenue b{text-align: center;}
.btn{margin:0 auto;}
.mxw {
    max-width: 95%;
}
.cuatro {
    width: 45%;
    float: left;
    margin-left: 1%;
    margin-bottom:20px;
    text-align: center;
}
.banner{width:100%;margin:0 auto;border-bottom:#202686 solid 0px;}
.body_ban{width:100%;min-height:auto}
.body_ban img{width:100%; }


    .sidebarpeq img{display:block;margin:0 auto; width: 95px;}


.cinco{width:42% !important;float:left;margin-left:4%;text-align:justify;font-size:11px;margin-top:0px;min-height:155px !important;}
.tres{width:100%;float:left;margin-right:0%;margin-top:0px;margin-bottom:0px;height:auto;min-height:200px;overflow:hidden; margin-left:0%;}

.tres img{max-width: 100% !important;}

.tresimg {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-top: 5px;
}



.seccionesfooter{width:30%;float:left;margin-left:1%;color:#ecd0e0;font-size:13px;min-height:270px;overflow:hidden;text-align:left;}
.titulo{color:#FFF;font-size:13px;text-align:left;
    line-height:14px;display:block;height:44px;}
#footercentro{width:100%;max-width:500px;margin:0 auto;display:block;height:105px;}
#footercentro .sidebargde{width:63%;color:#fff;font-size:11px;}
#footercentro .sidebarpeq img{display:block;margin:0 auto;width: 95px;}

    #ftm{display:block;}
    .fta a{    text-align: centeR;
    margin: 5px auto 0;
    display: block;
    padding: 10px 0;
    color: #ffffff;
    border: #7d0938 solid 1px;
    background: #d80955;
    width: 75%;}
    .icon{margin-top:34px;margin-left:0;margin-right:17px;}

    .txtgris{font-size:15px;color:#999;}

    .rosetitle {bottom:auto;}
    .rose {
    width:auto;
    max-width: 100%;
    background: #d80955;
    top: auto;
    margin: 0 auto;
    position: relative;
    left: 0;
    padding: 20px;
    text-align: justify;
    color: #FFF;
    font-size: 1.4em;
    display: block;
    }
    .rosel {
    width: 100%;
    background: #330d20;
    bottom: auto;
    margin: 0 auto;
    position: relative;
    left: 0px;
    padding: 20px 0;
    text-align: center;
    color: #FFF;
    font-size: 1.4em;
    display: block;
    }
    .ctr {width:100% !important;height: 240px !important;margin:0 !important;}

    .ctr img {
        height: auto !important;
        width: 100% !important;
    }

    .rosem{
      width: 33.3%;
    background: #330d20;
    margin: 0 0;
    position: relative;
    display: block;
    left: 0px;
    padding: 15px 0;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    float: left;
    }
    .rosem:hover{width:33.3%;background:#d80955;}
    .rosem:nth-child(2){top: auto;}
    .rosem:nth-child(3){top: auto;}
    .rosem:nth-child(4){top: auto;}



}

/*@media only screen and (max-width : 600px) {

    .body_ban{min-height: 120px;}
}*/
