@charset "utf-8";

* {
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    background-color: rgb(255, 255, 255);
    margin: 0;
}

header img {
    width: 15%;
}

img {
    max-width: 100%;
}

p,
li {
    text-wrap: pretty;
    color: rgb(3, 3, 3);
}

h1,
h2,
h3,
h4,
h5 {
    color: rgba(251, 189, 18, 1);
    text-wrap: balance;
    line-height: 1.1;
}


ul,
ol {
    list-style-type: none;
    padding: 0%;
}

a {
    color: rgb(0, 0, 0);
    text-decoration-line: none; 
}

header,
footer {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.contenedora {
    font-size: .75em;
    max-width: 55rem;
    margin-inline: auto;
    padding: 1rem;
}

footer p {
    color: white;
}

header .contenedora {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

header nav ul {
    margin-block: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: .25rem
}

header nav a {
    background-color: rgb(0, 0, 0); ;
    color: rgb(255, 255, 255);
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-style: normal;
    display: block;
    padding-block: 0.25em .5em;
    width: 5em;
    text-align: center;
}

a:hover {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
    
}  

section {
    padding: 1rem
}

h1 {
    color: rgba(251, 189, 18, 1);
    font-weight: 900;
    font-size: 3em;
}

h2 {
    font-weight: 700
}

h3 {
    font-weight: 500
}

.caja-integrantes img {
    width: 20em;
    border-radius: 5%;
}

.caja-integrantes article {
    margin-block: .5rem;
}
.integrantes article {
    display: grid;
    grid-template-rows: 60% 20%;
    gap: 1rem;
}

.caja-integrantes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(10rem, 50%), 1fr));
    gap: 1.5rem;
}    

.dg {
    color: white;
    margin: 0;
}


.caja-nombres h3 {
    color: white;
    text-transform: uppercase;
}

.caja-nombres {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: black;
    border-bottom-left-radius: 10%;
    border-bottom-right-radius: 10%;
    padding: 1rem;
}

.caja-nombres .titulos {
margin-bottom: 0%;
}

.barra {
    display:flex;
    gap: .25em;
    margin: 0;    
}

.comun {
    text-transform: uppercase;
    font-style: italic;
    font-weight: 100;
}

#comun {
    font-style: italic;
    font-weight: 400;
}


.tema {
    margin-inline: auto;
}

.titulos {
    margin-top: 0;
}

#funcionaria {
    font-weight: 600;

}

/* ----- Datos Academicos -----------*/

.datos-uba ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
    gap: 1.5em;
    }
    
    .datos-uba ul li {
        display: grid;
        grid-template-columns: auto auto 1fr;
        gap: .5em;
    }
    
    .datos-uba img {
        display: block;
        width: 8rem;
        aspect-ratio: 1;
        padding: 1rem;
        object-fit: contain;
    
    }

    .planes {
        display: grid;
        margin-inline: auto;
        grid-template-columns: 50% 50%;
        gap: 1rem;
        padding-bottom: 2rem;

    }
    

    footer p {
        margin-block-end: 0;
    }
    
    body {
        min-height: 100dvh;
        display: grid;
        grid-template-rows: auto 1fr;
    }

    #volver {
        margin: 1rem;
    }
    
    #volver:hover {
        font-weight: 700;
    }