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


* {
  box-sizing: border-box;
}

body {
  margin: 0;
background-color: #FAF5FC;
font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

h1,
h2,
h3,
p {
    margin-bottom: 2rem;
}

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,
footer{
    background-color: #d4e5b9;
    color: white;
}

.titulo {
    /* "subrayado" a todo lo ancho */
    border-block-end: 4px solid #440C3C;
    
    /* separa el "subrayado" del texto */
    padding-block-end: .35rem;
    text-wrap: balance;
    line-height: 1.1;
    color: #440C3C;
    margin-top: 2rem;

}

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


#logodgpc{
    border-radius: .35em;
    padding: .25em;
    width: 6em;
}

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: #440C3C;
    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: #FAF5FA;
    color: #440C3C;
}

section {
    padding-bottom: 3em;
}

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


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

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

.equipo ol li p {
    text-align: center;
    margin-bottom: 3%;
}

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

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

.equipo h2{
    margin-top: 10%;
    width: 100%;
}

.equipo h2 {
    margin-top: .6em;
    margin-bottom: .5em;
    color: #440C3C;
}

#integrante {
    display: flex;
    background-color: #440C3C;
    border-radius: .50rem;
    color: #f9e4f2;
    font-weight: normal;
    line-height: 1.7em;
    padding: .125em .5em;
    margin: 0 0 .3em;
}

#integrante:hover {
    background-color: #d4e5b9;
    color: #440C3C;
}

    
.academicos > ul > li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.info h3{
   border-block-end: #440C3C;
   margin: auto;
}

.info ul {
    padding: 1em;
    background-color: #d4e5b9;
    margin: 1rem;
}

.info ul li {
    padding: 1em;
    background-color: #440C3C;
    color: #FAF5FC;
    border-radius: .5rem
    ;
}

.info ul li a {
color: #FAF5FC;
text-decoration: #440C3C;
}


.info ul a:hover {
    background-color: #FAF5FA;
    color: #440C3C;
    font-weight: bold;
}

.academicos > ul > li:not(:last-of-type) {
    border-bottom: .2rem solid #440c3c59;
    padding-bottom: .9em;
    margin-bottom: .9em;
}

.academicos img {
    width: 12em;
    height: auto;
}

.academicos > ul > li > *:first-child {
    margin-right: 2em;
    width: 12em;
}

.academicos h3 { margin-top: inherit; }

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

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