@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;700&display=swap');


*{
    padding: 0;
    margin: 0;
}

/* Estilos Generales */

body {
    font-family: "Quicksand";
}

/* NAVEGADOR */
header {
    background: #24545E;
}
header nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding-top: 1rem;
}
header nav ul li {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-width: 3rem;
    text-align: center;
}
header nav ul li:hover {
    background: #24545E;
}
header nav ul li a {
    text-decoration: none;
    color: #F2F3F4; font-size: 1rem; font-family: 'Quicksand', sans-serif; font-weight: 400;font-weight: bold;
}

.perfil { 
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
     background-image: url("https://arquinube.com/arquinube/facultades/fadu-uba/regularidad/regularidad.jpg"); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; background-size: cover; font-weight: bold;
}
.perfil img {
    border-radius: 5rem;
    width: 8rem;
    margin-bottom: 1rem;
}
.perfil h1 {
    font-size: 2rem;
    color: #F2F3F4;
    font-weight: 700;
    font-weight: bold;
}
.perfil h2 {
    font-size: 1rem;
    color:#F2F3F4;
    font-weight: 200;
    margin-top: .5rem;
font-weight: bold;
}

/* MATERIAS APROBADAS */

.titulos{text-align: center; letter-spacing: 2px; border-top: 2px solid #F2F3F4; border-bottom: 2px solid #F2F3F4; padding: 0.5rem; line-height: 1.5rem; color: #F2F3F4; background-color: #24545E;}

.primercolumna {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.materiasaprobadas {
    display: flex;
    justify-content: space-between;
    padding-left: 3rem;
    padding-right: 3rem;
    background: #24545E;
    padding-bottom: 2rem;
    padding-top: 2rem;
    margin-bottom: rem;
}
.materiasaprobadas h3 {
    font-size: 1.4rem;
    color: white;
    font-weight: 600;
    margin-top: .5rem;
}
.materiasaprobadas h4 {
    font-size: 1rem;
    color: #F2F3F4;
    font-weight: 400;
    margin-top: .5rem;
}
.materiasaprobadas p {
    font-size: .8rem;
    color: white;
    font-weight: 200;
    margin-top: .5rem;
}

.optativas {border-left: solid 2px #F2F3F4;
    padding-left: 2rem;
    max-width: 20%;}
.nivel {
    padding-left: 2rem;
    max-width: 20%;
}
.titulonivel {
    font-size: 1.3rem;
    color: #F2F3F4;
    font-weight: 700;
    margin-top: .5rem;
}
.niveln p {
    font-size: 1rem;
    color: #F2F3F4;
    font-weight: 400;
    padding-bottom: .25rem;
    padding-top: .25rem;
    line-height: 2rem;
}

/* FOOTER */
footer {
    background: #24545E;
}
footer p {
    font-size: .7rem;
    color: white;
    font-weight: 400;
    padding-top: .5rem;
    padding-left: 3rem;
    padding-bottom: 1rem;
}