@import url('https://fonts.googleapis.com/css?family=Titillium+Web&display=swap');
@charset "UTF-8";

#body-directorio {
    font-family: Titillium Web;
    background-color: #f5f5f5;
    width: 100%;
    margin: 0px auto;
    text-align: center;
    
}

#panel-directorio {
    width: 72%;
    margin: 0 auto;
    padding: 13px;
    padding-top: 50px;
    text-align: center;
    display: inline-block;
}

#directorio {
    background-color: white!important;
    width: auto;
    margin: 0px auto;
    position: relative;
    display: inline-block;
    box-shadow: 0px 0px 5px  #BDBDBD;
    height: auto;
    padding: 40px;
}
#equipo {
    background-color: white!important;
    width: auto;
    margin: 0px auto;
    position: relative;
    display: inline-block;
    box-shadow: 0px 0px 5px #bdbdbd;
    padding: 40px;
    
}
#directores {
    width: 100%;
    margin: 0px;
    text-align: center;
}

.director-individual {
    width: 320px;
    padding: 0 13px 0 0;
    background: white;
    float: left;
}

#coordinador{
    text-align: center;
    width: 96%;
    margin: 19px auto 0px;
    display: block;
}

#info-coordinador{
    width: 50%;
    margin: auto;
    padding: 13px;
    margin-top: -25px;
    padding-bottom: 100px;
}

#titulo-jefes-departamento{
    color: #8a8a8a;
    font-size: 9pt;
    padding-bottom: 20px;
}

.foto {
    float: left;
    height: 100px;
    width: 100px;
    margin: 0 0 0 15px;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    background-size: 100% auto;
    box-shadow: 0 0 15px 0 #A2AAAE;
}

.personal {
    width: 100%;
    text-align: left;
    font-size: 9pt;
    float: left;
    line-height: normal;
    margin: 9px 9px;
}
.container-consejo{


}
.container-img-consejo{
    text-align: left;
}
.container-logo-uaem{
    display: inline-block;
    width: auto;
    margin: 0 2% 0 0%;
}
.container-links-logo{
    display: inline-block;
    text-align: left;
    font-size: 16px;
}
.container-links-logo p:nth-child(1){
    font-weight: bold;

}
.container-links-logo p:nth-child(2),.container-links-logo p:nth-child(3){
    color: #8a8a8a;

}
.container-links-logo p:nth-child(3){
    cursor: pointer;

}
.container-links-logo p:nth-child(3) a{
    text-decoration: none;
    color:#8a8a8a;

}
.container-links-logo p:nth-child(3) a:hover{
    color:red;

}
.footer-text-consejo{
    text-align: justify;
    margin: 15px 0;
    font-size: 14px;
}
.cv {
    width: 96%;
    text-align: justify;
    font-size: 9pt;
    margin: 0px auto;
    display: inline-block;
}

.cv>p {
    line-height: 1.5;
}

.personal-rh {
    width: 80%;
    margin: 30px auto;
    padding: 13px;
    border-bottom: 1px solid #ddd;
}
.personal-rh-single {
    width: 80%;
    margin: 0px auto;
    padding: 0 13px;
    border-bottom: unset;
}
.contenedor-fotos {
    width: 100%;
    margin: 0px auto;
    /* height: 100px; */
    display: inline-block;
}

.foto-activo {
    display: inline-block;
    padding: 10px;
    margin: 0px auto;
    position: relative;
    width: 16%;
    height: 102px
}

.activo-redalyc {
    height: 80px;
    width: 80px;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50px;
    background-size: 100% auto;
    margin: 10px;
    display: inline-block;
}

.article {
    height: 95px;
    width: 95px;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50px;
    background-size: 100% auto;
    margin: 0px auto;
    cursor: pointer;
    box-shadow: 0 0 15px 0 #A2AAAE;
}

.fdw-background {
    background-color: rgba(68, 66, 66, 0.6);
    opacity: 0;
    width: 150px;
    height: 150px;
    /* margin-top: -25px; */
    margin: 0px -28px;
    font-size: 9pt;
    color: white;
    border-radius: 92px;
    position: relative;
    top: -27px;
    display: table;
}

.fdw-background>div {
    width: 100%;
    margin: 0px auto;
    height: 80px;
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}
/****--------------------------------------------------------------------RESPONSIVE-----------------------------------------****/

@media screen and (-webkit-min-device-pixel-ratio:0) {
    div#directores {
        justify-content: space-around !important;
    }
}
@media only screen and (max-width: 1600px) {
    div#panel-directorio {
        width: 95%;
    }
}
@media only screen and (max-width: 882px) {
    .foto {
        float: none;
        margin: 0px auto;
    }
    .personal {
        text-align: center;
        float: none;
    }
    .cv {
        margin: -13px auto;
    }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
    .foto-activo {
        width: 25%;
    }
}

@media only screen and (max-width: 768px) {
    #menu {
        display: none;
    }
    #hamB {
        display: inline-block;
    }
    div#body-directorio {
        text-align: unset;
    }
    div#directorio {
        width: 100%;
        padding: 5px;
        height: max-content !important;
    }
     .foto-activo {
        width: 27%;
    }
    .personal {
        line-height: 1;
    }
    .titulo{
        width: 50%;
    }
    #info-coordinador{
        padding-bottom: 0px;
    }
    div#panel-directorio {
        width: 95%;
    }
    div#equipo {
        width: 100%;
        padding: 0;
        height: max-content !important;
    }
    div#informacion-redalyc {
        top: 4%;
    }
    div#pie-logos {
        top: 20%;
    }
    div.personal-rh {
        width: 100%;
        padding: 0;
    }
}


@media only screen and (max-width: 451px) {
    .foto-activo {
        width: 40%;
    }
    #directores{
        display: block;
    }
    .director-individual{
        display: inline-block;
        width: 100%;
    }
    #info-coordinador{
        padding-bottom: 0px;
    }
    div#equipo {
        height: max-content;
    }
}
@media screen 
  and (min-width: 400px)
  and (max-width: 700px)
  and (orientation: landscape) {
    div#equipo {
        height: max-content;
        padding: 5px;
        }


}
@media screen 
  and (min-width: 701px)
  and (max-width: 1050px)
  and (orientation: landscape) {
    div#equipo {
        height: max-content;
        }
    div#panel-directorio {
        width: 97%;
    }
    div#body-directorio {
        text-align: unset;
    }
    div#directorio {
        height: max-content;
        padding: 5px;
    }
    div.director-individual {
        width: 310px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1550px){
    div#directores {
        width: 90%;
        margin: auto;
    }
}