@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@200;300&family=Italiana&display=swap');

/* Normalizar estilos */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}


.barra{
    background-color: black;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}    


.listado{
    display: flex;
    justify-content: end;
    gap: 0.8rem;
    padding: 1rem;
}


img{
    max-width: 100%;
}


.todo{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 2rem;
} 

header img{
    width: 5em;
    display: flex;
    justify-content: start;
    justify-items: center;
    padding: 1rem;
    flex-wrap: wrap;
}


header nav a{
    color: aliceblue;
    font-family: Josefin Slab Thin;
}
 
           
.academico{
    display: flex;
    justify-content: center;
    justify-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    max-width: 100%;
}


.titulo{
    color: black;
    font-family: Josefin Slab Thin;
    font-size: 2rem;
    border-bottom: solid 3px black;
    width: 100%;
    padding: 1rem;
    display: flex;  
    justify-content: flex-start; 
}


.uba{
    border-bottom: solid 3px black;
    padding: 1rem;
    max-width: 80%;
}


.fadu{ border-bottom: solid 3px black;
    padding: 1rem;
    max-width: 80%;
}


.dgpc{
    border-bottom: solid 3px black;
    padding: 1rem;
    max-width: 80%;
}


.vm12{ color: black;
    font-family: Josefin Slab Thin;
    font-size: 2rem;
    border-bottom: solid 3px black;
    width: 100%;
    padding: 1rem;
    display: flex;  
    justify-content: end; 
}


.maru{
    color: aliceblue;
    background-color: black;
    border-radius: 1rem;
    width: 80%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 2rem;
    align-content: normal;
    justify-content: center;
    align-items: center;
}


.maru a{
    color: aliceblue;
    font-family: Josefin Slab Thin;
    font-size: 2rem;
}   

    
.equipo{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
    gap: 2rem;
}


.maru img{
    max-width: 10rem;
    float: left;
}


.agus{ color: aliceblue;
    background-color: black;
    border-radius: 1rem;
    width: 80%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 2rem;
    align-content: normal;
    justify-content: center;
    align-items: center;
}  


.agus a{
    color: aliceblue;
    font-family: Josefin Slab Thin;
    font-size: 2rem;
}  


.agus img{
    max-width: 10rem;
    float: left;
} 


footer{
    background-color: black;
    color: aliceblue;
    font-family: Josefin Slab Thin;
    padding: 3rem;
}


.bajada{
    display: flex;
    justify-content: flex-start;
        flex-wrap: wrap;
}


h1{
    font-family: Josefin Slab Thin;
    font-size: 2rem;
    font-style: italic;
} 


.portada img{
    max-width: 8em;
    display: flex;
    justify-content: end;  
}     


