/*MOVILE generales*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}

body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    width: 100%;
    
}




main {
    background-color: #193ace;
   
    padding-top: 5em;
}

img {
    max-width: 100%;
    margin: 0 0 0 0;
}

a {
    color: rgb(255, 255, 255);
    border-radius: 5em;
    padding: .25em;
    text-decoration: none;
    
}



ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contenedora {
    max-width: 75em;
    margin: 0 auto;
    text-align: center;
}







/* ----------------
   cuerpo principal
   ---------------- */

/* TODAS las secciones */
section {
    padding-bottom: 2rem;
}

/* SÓLO la primera sección */
section:first-of-type {
    /* texto mayor */
    font-size: 1.25em;
}






.titulos {
    display: block;
    margin: 2em 1.5em 1.5em 1.5em;
    padding: 1em;

    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 18px;
    border-bottom: .4rem solid #3e95e7;
    padding-bottom: .5em;
}




h2{
    color: #80d3ec;
    margin: 5em;
    border-bottom: .4rem solid #3e95e7;
    padding-bottom: .5em;
    text-align: center;

}





/*-----------------------------------------------------------------------------------------------------
------------Menú----------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------*/


header {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.226);
    display: flex;
    position: fixed;
    padding-top: .5em;
}




#btn-menu {
    display: none;

}


header label {
    display: none;
    width: 30px;
    height: 30px;
    padding: 10px;
    border-right: 1px solid white;
}



header label:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.3);

}

.menu ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
}


.menu li {
    border-right: 1px solid white;
}

.menu li:hover {
    background: rgba(0, 0, 0, 0.3);
}


.menu li a  {
    display: block;
    padding: 15px 20px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bolder;
}

#logo {

    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 30%;
    padding-left: 22em;


}

@media (max-width:768px) {


    


    header label {
        display: block;
    
    
    }
    
    
    .menu {
        position: absolute;
        background-color: rgba(0, 0, 0, 0.308);
        width: 70%;
        margin-left: -70%;
        transition: all 0.5s;
    
    }
    
    .menu ul {
    
        flex-direction: column;
    
    }
    
    .menu li {
        border-top: 1px solid white;
    }


    #btn-menu:checked ~ .menu {

        margin: 0;

    }   

    header img {
        max-width: 250%;
        margin-top: -.25em;
        margin-left: -.25em;
    }


    #logo {
        display: flex;
        justify-content: flex-end;
        margin-left: 13em;
        padding-left: 1.75em;
    
    
    }


   
}







    /*-----------------------------------------------------------------------------------------------------
------------Fin Menú----------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------*/










/*ACUMAR - BIBLIOTECAS -----------------------------------*/

.parrafos {
    margin: 1em 1em auto 1em;
    padding: 1em;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.10);
    background-color: white;
    border-radius: 5em;
    margin-bottom: 3em;

}

.parrafos p {
    margin: 50px 40px;

}

.logo_acumar img{
    max-width: 90%;
    margin: 0 auto;
    padding: 1em;
}

.logo_acumar{
    background-color: #ffffff;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.10);
    margin: 1em 1em auto 1em;
    padding: 1em;
    box-shadow: 0 7px 10px rgb(0 0 0 / 10%);
    background-color: white;
    border-radius: 5em;
}



/*EQUIPO VM26 -------------------------------------------*/

.rotulos_individuales a {
    background-color: white;
    color: black;
}


.rotulos_individuales {
    padding: 1em;
    margin: 1em 1em 1em 1em;
    border-radius: 5em;
}

.estudiante{
    background-color:rgb(47, 72, 105);
    padding: 1em;
    margin: 1em 0 0 0;
    border-radius: 5em;
}

.estudiante article {
    background-color: darkgrey;
}



.rotulos_individuales ul li {
    display: block;
    margin: 1em .5em 0em .5em;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.10);
    padding: 1em;
    text-align: center;
    background-color: rgb(255, 255, 255);
}

.rotulos_individuales img {
    width: 100px;
    margin: 1em;
    border-radius: 8em;
    border: solid 5px #2f80f8; 
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.10);
    text-align: center;
}

.rotulos_individuales h3 {
    margin: 1em;
    text-align: center;
    color: #8de1e4;
    font-weight: bold;
}

.rotulos_individuales p {
    color: #9ddff0;
    margin-bottom: 1em; 
}




/* DATOS ACADEMICOS ---------------------------------------------*/

.logos ul {
    margin: 0 0 0 2em;
    flex-wrap: wrap;
}

.logos img {
    text-align: center;
    height: 4em;
    margin: 1em 0;
    flex-wrap: wrap;
}

.logos ul li {
    margin: 1em 1em 3em 0em;
    padding: 0 0 0 1em;
    flex-wrap: wrap;
}

.textos {
    font-size: 12em;
    color: ghostwhite;
    flex-wrap: wrap;

}

.academicos > ul > li > *:first-child {
    margin-right: 2em;
    width: 8em;
    flex-wrap: wrap;
}

.comitente {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-evenly;
}


h3{
    color: #80d3ec;
    margin: .10em;
    padding-bottom: .20em;
}

/*----------------------------------------------------------------------------
sección datos académicos
------------------------------------------------------------------------------*/



.datos_academicos {
    padding: 1em;
    margin: 1em 1em 1em 1em;
    border-radius: 5em;
}

.contenedor_academico{
    padding: 1em;
    margin: 1em 0 0 0;
    border-radius: 5em;
}

.fadu_img{
    width: 50%;
}

.blanco{
    color: white;
}


/* ítems de lista "descendientes directos" de listas "descendientes directas de la seccion de datos académicos" */
.academicos > ul > li {
}

/* los mismos items MENOS el último */
.academicos > ul > li:not(:last-of-type) {
    /* línea divisoria*/
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    /* espacio antes de la línea */
    padding-bottom: 1.5em;
    /* espacio después de la línea*/
    margin-bottom: 1.5em;
    flex-wrap: wrap;
}


/* SÓLO las imágenes en la sección académicos */
.academicos img {
    width: 8em;
    height: auto;
    flex-wrap: wrap;
}

/* primer hijo directo de un "li"
    que es hijo directo de un "ul"
    que a su vez es hijo directo de la
    sección "academicos"
    (es la caja que contiene cada logo) */
.academicos > ul > li > *:first-child {
    margin-right: 2em;
    width: 8em;
    flex-wrap: wrap;
}

.academicos h3 { margin-top: 0; }

 /* datos académicos */

 .academicos > ul > li {
    /* caja flexible */
    display: flex;
    flex-wrap: wrap;
}

.academicos > ul > li > div {
    width: calc(100% - 10em);
    flex-wrap: wrap;
    align-items: center;
}

  /* datos academicos en una línea */

  .academicos > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: baseline;
}
.academicos > ul > li {
    width: calc(33.33% - 2em);
    flex-direction: column;
    flex-wrap: wrap;
}
.academicos > ul > li:not(:last-of-type) {
    /* línea divisoria*/
    border-bottom: 0;
    flex-wrap: wrap;
}
.academicos > ul > li > div {
    margin-top: 1em;
    width: unset;
    flex-wrap: wrap;
    text-align: center;       
}


footer {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    padding: 1em;
}





    
@media(min-width: 40em ) {


    /* datos acadÃ©micos */

    .academicos > ul > li {
        /* caja flexible */
        display: flex;
    }

    .academicos > ul > li > div {
        width: 100%;
    }

    
    
     

    /*academicos---------------------------*/


    .academicos > ul > li {
        /* caja flexible */
        display: flex;
    }

    .academicos > ul > li > div {
        width: 100%;
    }



/*RESPONSIVE-DESKTOP*/

@media screen and (min-width: 992px) {



    .contenedora {
        max-width: 80em;
        width: 100%;
    }

    .titulos {
        font-size: 20px;
    }


    .contenedora_2 {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    /*TEMA*/
    
    .logo_acumar {
        width: 100%;
        margin: 1em;
        padding: 5em;
        background-color: #ffffff;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.10);
        border-radius: 25px
    }


    .parrafos {
        max-width: 50%;
        margin: 1em;
    }
    

    /*EQUIPO vm26 -------------------------------------------*/

    .contenedora_3 ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .rotulos_individuales ul li {
        width: 100%;
    }
    
    .rotulos_individuales img {
        width: 150px;
    }


    /*DATOS ACADEMICOS---------------*/
    .logos ul {
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 0 0 0 10;
        justify-content: space-around;
        flex-wrap: wrap;
    }
}


