@charset "utf-8";

*{
    box-sizing: border-box;
}

body{
    margin: 0;
    font-family: 'Chelsea Market', cursive;
    background-color: #fecea8;
}

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

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: #fff279;
    color: black;
}

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

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

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: #fecea8;
    border-radius: .25em ;
    color: black;
    font-weight: bold;
    padding: .25em .5em;
    text-align: center;
    display: block;
    text-transform: uppercase;
}

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

section {
    padding-bottom: 1em;
}

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

.titulos{
    border-bottom: .1em solid black;
    color: black;
    text-transform: uppercase;
    text-align: center;
}

.equipo ol { }

.equipo img {
    border-radius: 2.5%;
    justify-content: center;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

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

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

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

.equipo h2{
    width: 100%;
}

.equipo h2 {
    margin-top: .6em;
    margin-bottom: .0em;
    color: #fecea8;
    text-align: center;
}

#integrante {
    display: flex;
	justify-content: center;
	align-items: center;
    background-color: #fecea8;
    border-radius: .25rem;
    color: black;
    font-weight: bold;
    line-height: 1.7em;
    padding: .125em .5em;
    margin: 0 0 .3em;
}

#integrante:hover {
    background-color: #fc5b32;
    color: white;
}
    
.academicos > ul > li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.academicos > ul > li:not(:last-of-type) {
    border-bottom: .2rem solid #2a363b;
    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%;
}