@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "trebuchet ms", helvetica, sans-serif;
    background-color: #ffffff;
}

.header-nav {
    display: flex;
    justify-content: space-between;
}

header,
footer {
    background-color: #90e99f;
    color: white;
    padding: .5em;
}

h1,
h2,
h3,
p {
    margin-bottom: 1em;
}

a {
    text-decoration: none;
}

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

img {
    max-width: 100%;
    height: auto;
    align-content: center;
}

.contenedora {
    max-width: 50rem;
    margin: 0 auto;
    padding: 1rem;
}

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

header nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

header nav ul li {
    min-width: 4em;
    margin: .25em 0 .25em .25em;
}

header nav ul li a {
    background-color: #e671f3d3;
    border-radius: .25em;
    color: white;
    font-weight: bold;
    padding: .25em .5em;
    text-align: center;
    display: block;
    text-transform: uppercase;
}

header nav ul li a:hover {
    background-color: white;
    color: #90e99f;
}

section {
    padding-bottom: 1em;
}

section:first-of-type {
    font-size: 1em;
    text-align: justify;
}

.titulos {
    border-bottom: .1em solid #90e99f;
    color: #74ca98;
    text-transform: uppercase;
}

.equipo img {
    border-radius: 10%;
    justify-content: center;
}

.equipo ol li {
    margin: .5em 0;
    border-radius: .25em;
}

.equipo ol li > *:not(p) {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.equipo {
    display: flex;
    justify-content: center;
    text-align: justify;
    background-color: #e8ccebd3;
    width: 100%;
    border-radius: .99em;
    flex-direction: column;
}

.equipo h2 {
    width: 100%;
    margin-top: .6em;
    margin-bottom: .5em;
    color: #74ca98;
}

#integrante {
    display: flex;
    background-color: #90e99f;
    border-radius: .25rem;
    color: white;
    font-weight: bold;
    line-height: 1.7em;
    padding: .125em .5em;
    margin: 0 0 .3em;
}

#integrante:hover {
    background-color: white;
    color: #90e99f;
}

.materias {
    background-color: #e8ccebd3;
    margin-block: .5em;
    padding: 1em;
    border-radius: .99em;
    text-align: left;
}

.materias img {
    width: 17em;
    aspect-ratio: 1;
    border: solid .3em #90e99f;
    border-radius: 50%;
    box-shadow: 0 4px 4px #60606023;
    text-align: center;
    transition: transform 0.3s ease;
}

.materias img:hover {
    transform: scale(1.1);
}

.aprobadas {
    margin-top: 0.5rem;
    margin-block-end: 0.5rem;
}

.progreso {
    margin-top: 0.5rem;
}

.redes {
    margin-top: 0.5rem;
}

.academicos > ul > li:not(:last-of-type) {
    border-bottom: solid 1px hsl(280 29% 44% / .15);
    padding-block-end: 1.5em;
    margin-block-end: 1.5em;
}

.academicos img {
    display: block;
    width: 8em;
    aspect-ratio: 1;
    object-fit: contain;
    background-color: white;
    padding: .5rem;
    border-radius: .25rem;
    box-shadow: 0 4px 4px transparent;
    transition: box-shadow .6s ease;
}

.academicos a:hover img {
    box-shadow: 0 4px 4px hsl(0 0% 0% / 20%);
    transition: box-shadow .3s ease;
}

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

header nav ul {
    display: flex;
    gap: .25rem;
    flex-wrap: wrap;
}

.academicos h3 {
    margin-block-start: 0;
}

.plan main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.plan main > :not(:first-child) {
    width: 48%;
}

.avatarluciaojeda {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 1rem;
}

#avatarluciaojeda {
    width: 17em; 
    height: auto;
    border-radius: 50%;
    margin-bottom: 1rem;
}