@charset "utf-8";

*{
    box-sizing: border-box;
}

body{
    margin: 0;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    background-color: #FFEACA;
    color:#BB8760;
}

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

a{
    text-decoration: none;
}

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

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

#perfil{
    max-width: 100%;
    height: auto;
    display: flex;
    align-content: center;
    justify-content: center;
}

#mockup{
    max-width: 100%;
    height: auto;
    display: flex;
    align-content: center;
    justify-content: center;
}

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

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

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

.contenedoraAcumar{
    max-width: 50rem;
    margin: 0 auto;
    padding: 1rem;
    display: flex;    
    justify-content: center;
    text-align: center; 
    background-color:#F6DEF6;
    border-radius: 1em;
    color: #BB8760;
    width: 100%;
    flex-direction: column;
}

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

header,
footer{
    background-color: #F6DEF6;
    color: #BB8760;
}

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-start;
}

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

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

header nav ul li a:hover{
    background-color: #BB8760;
    color: #FFEACA;
}

section {
    padding-bottom: 1em;
}

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


.titulos{
    border-bottom: .2rem solid #9b6a45;
    color: #BB8760;
    text-transform: uppercase;
    text-align: center;
}



.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;
}

.nombre{
    display: flex;    
    justify-content: center;
    text-align: center;
    background-color: #F6DEF6;  
    color: #BB8760;
    width: 100%;
    border-radius: .25em;
    flex-direction: column;
}

.equipo{
    display: flex;    
    justify-content: center;
    text-align: center; 
    color: #BB8760;
    width: 100%;
    flex-direction: column;
    border-bottom: .2rem solid #9b6a45;
}


.equipo h2{
    width: 100%;
}

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

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

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

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

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

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

.academicos h3 { 
    

}

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

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