html{
    height: -webkit-fill-available;}

@charset "utf-8";

#logos{
    display: flex;
    max-width: 20em;
    justify-content:space-around;
    align-items: center;
    flex-wrap: wrap;
}

#logodgpc{
    width: 5em;
}

#logofadu{
    width: 15em;
}

body{
    background-color: #e8ddce;
    font-family: serif;
    display: flex;
    flex-direction:column;
    min-height: -webkit-fill-available;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

li{
    display: list-item;
    text-align: center;
}

header{
    
    background-color: #ac9477;
    border-radius: .30em;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1em;
    margin: .5em;
}

nav ul li{
    display: flex;
    max-height: 2.5em;
    justify-content: center;
    margin-bottom: 0em;
}

nav ul li a{
    width: 22em;
    height: 1em;
    background-color: #f09e9e;
    color: white;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    border-radius: .50rem;
    padding: 0.7em;
    margin-bottom: .25em;
}

ul li a: hover{
    background-color: white;
    color: #f09e9e;
}

main{
    margin: 1em;
    display:flex;
    flex-direction: column;
}

#introduccion{
    display: flex;
    flex-direction: column;
    text-align: center;
}

img{
    width: 30%        
}

h1{ 
    text-align: center;
    margin: .50em;
    font-size: 2.8em;
    margin: .5em;
    color: #000000;  
}

h2{
    text-align: center;
    display: flex;
    margin: 1.5em;
    font-size: 1.5em;
    color: white;
    font-weight: bold;
    background-color: #ac9477;
    border-radius: .30em;
    flex-direction: column;   
}

ul li{
    margin: .5em  
}

h3{
    background-color: #f09e9e;
    padding: .5em;
    border-radius: .30em;
    color: #fffcf2;
    margin-bottom: 0em;
    text-align: center;
    margin: .5em;
}

footer{
    background-color: #ac9477;
    padding: .3em;
    border-radius: .30em;
    color: #fffcf2;
    margin-bottom: 0em;
    text-align: center;
    margin: .5em;
}

h4{
    border-radius: .30em;
    border-bottom: 4px solid;
    border-bottom-color: #ac9477;
    padding-bottom: 1em;
    text-align: center;
    margin: 1em;
}

.contenedor-equipo h2{
         margin-top: 4rem;
         color: white;
}

.contenedor-equipo ol{
         display: flex;
         justify-content: center;
         flex-wrap: wrap;
}

.contenedor-equipo ol li{
         margin: .50em 0 .50em 2em;  
}

.contenedor-equipo ol li a{
         background-color: #f09e9e;
         border-radius: .30em;
         color: white;
         font-weight: normal;
         padding: .50em 8em;
         text-align: center; 
         display: block;
}

.datos-academicos{
         margin-top: 1em;
         padding: .5em;
         color: #000000;
         font-size: 0.9em;