
header{
    justify-content: space-between;
}

nav{
    flex-direction: column;
}

.menu-uno, .menu-dos{
    display: flex;
}

#mifoto{
    border-radius: 2em;
}

figure{
    width: 80%;
}

#logo-img{
    width: 10em;
    margin-top: 0.2em;
}

#fadu, #dgpc, #equipo, #zoe, #barbi, #mili{
    width: 12em;
    font-size: .8em;
}

.presentacion{
    margin: 1em 12em;
    border-radius: 2em;
}
.presentacion p{
    font-size: 1.2em;
}

#años{
    display: flex;
    margin: 0em 1em;
    justify-content: space-evenly;
}

.primero, .segundo, .tercero{
    margin: .3em;
    width: 33%;
}
.primero li, .segundo li, .tercero li{
    font-size: 1.1em;
}

h1{
    font-size: 1.8em;
}
h2{
    font-size: 1.8em;
}
h4{
    font-size: 1.3em;
}

#materias-aprobadas{
    font-size: 1.7em;
}
#materias-en-curso{
    font-size: 1.7em;
}
.materias-curso li{
    font-size: 1.1em;
}

#tarea{
    font-size: 1.6em;
}

#fotoweb, #fotocelu{
    width: 80%;
}
