* {
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}


body {
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}


main {
    background-color: #f4f4f4;
    border-radius: 1em;
    padding-top: 4em;

}


/*---menu arriba----*/

header {

    background-color: #2b2b43;
    text-align: left;
    width: 100%;
    height: 3em;
    color: white;
    display: flex;
    position: fixed;
    top: 0;
    z-index: 9999;

}







header nav ul li a {
    display: block;
    color: aliceblue;
    text-decoration: none;
    padding: .8em 1.5em;

}


header nav ul li a:hover {
    background-color: mediumturquoise;
    color: #2b2b43;

    

}


.contenedor {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-left: 1.5em;
}


[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    display: none;
}

#menudesplegable:not(:checked) + #hamburguesa,
#menudesplegable:checked + #hamburguesa + #menuabierto {
    display: flex;
}

#menudesplegable:checked + #hamburguesa,
#menudesplegable:not(:checked) + #hamburguesa + #menuabierto {
    display: none;
}



.menu {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    flex-direction: column;
    padding-top: 2em;
    padding-bottom: 2em;
    width: 100%;
    position: fixed;
    right: 100%;
    top: 0;
    transition: all .5s ease;
}



#menudesplegable:checked + #hamburguesa + #menuabierto + .menu {
    left: 0;
    background-color: rgba(43, 43, 67, 0.9);
    width: 100%;
    margin-top: 3em;
    padding-top: .7em;
    box-shadow: 0 .5em .5em silver;
    transition: all .25s ease;
}

#menuabierto {color: turquoise;}







/*---presentacion----*/


.avatar {
    border-radius: 10em;
    border: solid rgba(43, 43, 67, 0.63) .2em;
    margin: 0 auto 1em auto;
    width: 12rem;
}

li > a {
    color: #0eaab7;
    text-decoration-line: underline;
    text-decoration-color: rgba(43, 43, 67, 0.63) .7em;
    padding: .3em .3em .3em .3em;
}

.presentacion {
    margin: 2.4em 5% 0 5%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
}

.redes {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: solid rgba(43, 43, 67, 0.63) .1rem;
    padding-bottom: 1em;
    margin-bottom: 1em;
    margin-top: 1.4em;
}

#facebook {
    width: 2rem;
    border-radius: 10em;
    margin-right: .5em;
}

#behance {
    width: 2.4rem;
    border-radius: 10rem;
    margin-left: .5em;
}

.menupresentacion {
    display: flex;
    flex-basis: 5%;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 0 auto 2em auto;
}

#menupresentacion {
    padding: 0 1em;
}

main section nav div ul li a:hover {
    background-color: mediumturquoise;
    color: aliceblue;
    padding: .5em;
}

h1 {
    font-weight: 700;
    font-size: 1.5em;
    color: #2b2b43;
}


.materias {
    background-color: rgba(72, 209, 204, 0.33);
    color: #2b2b43;
    border-radius: 1em;
    text-align: left;
    margin: 0 5% 2em 5%;
    padding: 2em 2em 4em 2em;
    max-width: 100%;
    position: relative;

}

.titulo {
    color: rgba(43, 43, 67, 0.63);
    border-bottom: solid .06rem;
    background-color: #b9e8e6;
    padding-bottom: .4em;
    position: sticky;
    top: 2em;
    z-index: 9900;



}

.nivel {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-left: 1em;
    margin-top: 1em;


}

#nivel1 {
    margin-right: 1.5em;
    padding-top: .5em;
    line-height: 1.5em;
    max-width: 100%;
     min-width: 30vmin;

}

#nivel2 {
    margin-right: 1.5em;
    padding-top: .5em;
    line-height: 1.5em;
    min-width: 30vmin;
    max-width: 100%;
}

#nivel3 {
    margin-right: 1.5em;
    padding-top: .5em;
    line-height: 1.5em;
    max-width: 100%;
     min-width: 30vmin;
}

#nivel {
    padding-top: 1.5em;
    margin-bottom: 1em;
    line-height: 1em;
    color: rgba(43, 43, 67, 0.63);
    border-bottom: solid .06rem;
    background-color: #b9e8e6;
    padding-bottom: .4em;
    position: sticky;
    top: 5em;
    z-index: 9890;
    font-size: 1em;


}



/*----equipo----*/

.seccionequipo {
    margin: 3em 1em 2em 5%;
    padding: 0 2em 4em 2%;
}

.equipo {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 100%;
    margin-top: 1em;
   
}


.equipo li {
    display: block;
margin: auto;
    margin-top: 1em;
 }

.equipo li a{
    display: block;
  font-size: .8em;
    text-align: center;
    min-width: 9.6em;
    max-width: 12em;
    margin-top: 1.5em;
}

h3 {
    text-align: left;
    font-size: 1em;
    color: rgba(43, 43, 67, 0.63);
    border-bottom: solid .06rem;


}



#imagenesequipo {
    display: block;
    margin: auto;
    width: 5rem;
    border-radius: 10rem;
    border: solid #ffffff;
    margin-bottom: .5em;
  
}






/*----pertenencia académica----*/


.pertenencia {
    margin: 0 1em 2em 5%;
    text-align: left;
    display: flex;
    flex-direction: column;
    padding: 0 2em 4em 2%;
    flex-wrap: wrap;



}

#pertenencia {
    text-align: left;
}


h4 {
    text-align: left;
    color: rgba(43, 43, 67, 0.63);
    border-bottom: solid .06rem;
    font-size: 0.9em;
}




#aclaracion {
    font-size: 0.8em;
}



.uba {

    border-bottom: solid rgba(43, 43, 67, 0.63) .06rem;
    border-bottom-width: thin;
    padding-top: 2em;

}

#imagenpertenencia {
    width: 10rem;
    height: auto;
    margin: .8em 0 .3em 0;

}



footer {
    background-color: dimgrey;
    color: whitesmoke;
    max-width: 100%;

}

footer p {
    margin: 2em 1em 2em 5%;
    padding: 0 2em 4em 2%;
    padding: 0 2em 0 2%;
    text-align: left;
    font-size: .8em;

}



/*------plan-----*/




#explicacionplan {
    text-align: left;
    padding: 0 1em .5em 1em;
    margin: 2em 0 1em -1em;
    font-size: 1em;
}


.cuadros {
    background-color: rgba(43, 43, 67, 0.63);
    color: aliceblue;
    border-radius: 1em;
    text-align: left;
    padding: 1em 1em 2em 2em;
    line-height: 1.5em;
    width: 100%;
    margin: 1em 2% 1em 0;

}

#bullet {
    list-style: disc;
}



.plan {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    flex-grow: 1;
    
}

#titulocuadros {
    font-size: .9em;
    border-bottom: solid rgba(255, 255, 255, 0.65) .1em;
    margin: 1em 0;
}




/*---- MAPA ----*/

#subtitulomapa {
    margin-top: .5em;
    border: none;

}


.flujo {
    margin-top: 1.5em
}

#epigrafe {
    margin-top: 2em;
    font-weight: 700
}

#mapaflujo {
    margin: 2em 2% 2em -2%;
    max-width: 100%;

}


.mapa {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-evenly;
}

#imagenmapa {
    background-color: white;
    width: 10rem;
    flex-basis: 40%;
    margin: 1.5em 1em 1em 0;
    max-width: 100%;
}


/*-----responsive------*/


@media (min-width: 37em) {



    .plan .niveles {
        margin-right: 0;
        flex-direction: row;
        justify-content: flex-start;
        width: 70vmin
    }
    
    .cuadros {
        
        max-width: 32vmin;}


}

@media (max-width: 56em) {

    #nombres {
        width: 31vmin;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
    }

}




@media (min-width: 59em) {



    #menudesplegable,
    #menudesplegable:checked + #hamburguesa,
    #menudesplegable:not(:checked) + #hamburguesa,
    #menudesplegable:checked + #hamburguesa + #menuabierto,
    #menudesplegable:not(checked) + #hamburguesa + #menuabierto {
        display: none;
    }

    .contenedor {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: space-between;


    }

    .menu {
        left: 0;
        right: 0;
        top: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
         align-items: center;
        width: 30em;
        height: 3em;
        margin: 0 5% 0 auto;
        padding: 0;
        transition: none;

    }

    #menudesplegable:checked + #hamburguesa + #menuabierto + .menu {
        left: 0;
        right: 0;
        top: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        width: 30em;
        height: 3em;
        margin: 0 5% 0 auto;
        padding: 0;
        transition: none;
        box-shadow: none;
    }


    
    #explicacionplan {
        max-width: 100vmin
    }

    .mapa {
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }

    #imagenmapa {
        flex-basis: 20%;
        max-width: 20%;
        margin: 1.5em 2em 1em 0;

    }

    footer p {

        margin: 3em 30% 3em 5%;


    }
}

@media (min-width: 80em) {
    .plan {
        margin-right: 0;
        flex-direction: row;
        justify-content: flex-start;

        width: 100%;


    }

}
