body {
    background: #f9f4f1;
    margin: 0;
}

h2 { 
    font-family: 'Pontano Sans', sans-serif ;
    text-align: center;
    color: #226872;
    margin: 0;
    font-size: 35px;
    text-transform: uppercase;
    padding: 20px;
    letter-spacing: 2px;
    
}

h3 { 
    font-family: 'Pontano Sans', sans-serif ;
    text-align: left;
    color: #226872;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.header {
    background-color: #eec277;
    display: flex;
}
   
.logo{
    display: flex;
    width: 50%;
    align-content: center;
    margin: 15px;
    justify-content: center;
}

.logoheader{
    width: 100px;
    
}

.menu ul{
    font-family: 'Pontano Sans', sans-serif ;
    font-size: 18px;
    color: white;
    display: flex;
    list-style: none;
    width: 50%;
    text-transform: uppercase; 
}

.menu ul li {
    margin:15px   
}

.menu ul a {
    text-decoration: none;
    color: #226872;

}

.menu ul a:hover {
    color: #cb886e;
}

.tematica p {
    font-family: 'Pontano Sans', sans-serif ;
    text-align: center;
    color: #226872; 
    font-size: 16px;
}

.tematica {
    justify-content: center;
    text-align: center;
    margin: 70px;
    
    }

.equipo {
    padding: 30px;
    background: #226872;
    text-align: center;
    }

.equipo h2 {
    color: white
}

.equipo p {
    font-family: 'Pontano Sans', sans-serif ;
    text-align: left;
    color: #226872;
    font-size: 16px;
}

.integrantes {
    background-color: #eec277;
    padding: 15px;
    margin: 10px;
    display: inline-block;
    width: inherit; 
}

.integrantesfoto {
    width: 300px;
}

.plan{
    text-align: center;
    margin: 30px; 
}

.plan h3{
    text-align: center;
    margin: 30px; 
}

.plan ul{
    font-family: 'Pontano Sans', sans-serif ;
    font-size: 16px;
    color:#226872;
    list-style: none;
}

.plan p{
    font-family: 'Pontano Sans', sans-serif ;
    font-size: 16px;
    color:#226872; 
}

.mapa{
 width: 1200px;
    margin: 30px;
}



.diagrama{
 width: 800px;
    margin: 30px;
    text-align: center;
}

.datosacademicos {
  display: flex;                  
  flex-direction: row;            
  flex-wrap: nowrap;              
  justify-content: space-between; 
}

.datosacademicos > div {
  width: 33%;
  height: auto;
}

.uba {
    background-color: #226872;
    padding: 20px;
    width: 30%; 
    height: 300px; 
}

.fadu {
    background-color: #eec277;
    padding: 20px;  
    width: 30%; 
    height: 300px;
    
}

.dgpc {
    background-color: #cb886e;
    padding: 20px;
    width: 30%; 
    height: 300px;
    }


.datosacademicos p {
    font-family: 'Pontano Sans', sans-serif ;
    text-align: left;
    color: #226872;
    font-size: 16px;
}

.datosacademicos .uba p {
    font-family: 'Pontano Sans', sans-serif ;
    text-align: left;
    color: #eec277;
    font-size: 16px;
}

.datosacademicos .uba h3 {
    color: #eec277;
}

.logosacademicos {
    width: 100px;
}

.fadu .logosacademicos {
    width: 250px;
}

footer {
    font-size: 13px;
    padding: 30px;
    text-align: center;
    color: white;
    background-color: #226872
}