@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,900;1,400&display=swap');

*{ 
  font-family: 'Lato', sans-serif;
  margin: 0;
  border: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
    background-color:#eeeeee;
    min-height: 100vh;
    display: flex; 
    flex-direction: column; 
    justify-content: space-between; 
}

header {
    background-color: rgb(6, 80, 80);
    height: 7em;
    padding: 1em 0 0 0;
    margin-bottom: 1.5em;
}   


.logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 4em 0 3em;
}

#logofadu {
    max-width: 80%;
}

#logodgpc {
    max-width: 50%;
}


header nav ul {
    list-style: none; 
    justify-content: center;
    padding-top: 1em;
}

.menu {
    display: flex;
    flex-direction: row;
}

header nav ul li a {
    background-color:#eeeeee;
    border-radius: .30em;
    color:rgb(6, 80, 80);
    font-weight: bold;
    padding: .25em .5em;
    margin: 0 .5em 0 0;
    text-align: center;
    text-decoration: none;
}

header nav ul li a:hover {
    background-color:#2c5f72;
    color:#b4a7b8;
}

#logoacumar  {width: 11em;}

#logofadu  {width: 15em;}

#logodgpc  {width: 9em;}

#fotoleo {width: 15em;
border-radius: 1em;}

#fotocarla {width: 15em;
border-radius: 1em;}

.equipo h2 {
           text-align: center;
           color: #2c5f72; 
}

.integrantes article {
    background-color:#b4a7b8;
    padding: 1em;
    border-radius: .9em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 1em auto; 
    max-width: 270px;
}


.integrantes {
    margin-left: 1.5em; 
    margin-right: 1.5em;
}

.integrantes article a {
    display: flex; 
    margin: auto;
    justify-content:center; 
    padding: 1em;
}

#comitente p {
    text-align: center;
    font-size: 95%; 
    color: #141414; padding: 0.9em;
}

#comitente {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#logoacumar {
    margin: 1em 0 1em 0; 
}

footer {
    background-color: rgb(6, 80, 80);
    padding: 0 0.5em 0 0.5em;
    text-align: center;
    padding: 1.5em;
    font-size: .7em;
    color: #eeeeee; 
}

figcaption {
    color: rgb(6, 80, 80); 
    padding: 0.9em; 
}

.datosacademicos {
    justify-content: center;
    width: 100%;
    margin-top: 3em;
}
h5,
h3{
    text-align: center;
}
#FADU img {
    height: 5em;
   justify-content: left;
}

#UBA img {
    height: 4em;
}

#DGPC img {
    height: 3em;
}
#UBA {
    padding: 2em 2em 2em 2em;
    background: #b4a7b8;
    color: white;
}
#UBA a {
	display: flex;
	justify-content: center;
}

#FADU {
    padding: 2em 2em 2em 2em;
   	background: #9b8ca0;
    color: white;
}
#FADU a {
  	display: flex;
	  justify-content: center;
}

#DGPC {
    padding: 2em 2em 2em 2em;
	  background: #837886;
    color: white;
}

#DGPC a {
    display: flex;
    justify-content: center;
}

h1,
h3,
h4,
p {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 0.6em;
    
}

h3{
    color: rgb(6, 80, 80);
}

#mvp1,
#persona1
{
    display: flex;
    flex-flow: column wrap;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 80%;
}

#boceto1
{
    display: flex;
    flex-flow: column wrap;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 90%;
    padding-bottom: 2em;
}


@media(min-width: 768px) {

    #mvp1,
    #persona1
    {
        width: 50em;
        display: flex;
        flex-flow: column wrap;
        justify-content: space-evenly;
        align-items: center;
        margin: 0 auto;
        padding: 2em;
        text-align: center;
    }
    
    .logos {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 4em 0 3em;
    }
    
    
    header {
        display: flex;
        flex-direction: row;
        justify-content: space-between ;
        align-items: center;
        align-content: center;
        padding: 2em 1.5em 2em 1.5em;      
    }
    
    header nav ul li { 
        margin-left: 1.5em; 
        }

    
      .integrantes article {
    width: 40%;
    }
    
    .datosacademicos {
        display: flex;
        flex-direction: row;
        justify-content: center; 
        margin-left: 2em;
        margin-right: 2em; 
    }
    
.integrantes article {
background-color:#b4a7b8;
padding: 1em ;
border-radius: .9em;
display: flex;
justify-content: center;
flex-direction: column;
text-align: center;
margin: 4em 0em;
max-width: 280px;
}

#logoacumar{
    width: 8em
}

.integrantes {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
margin-left: 4.5em; 
margin-right: 4.5em;
}

.integrantes article a {
display: flex; 
margin: auto;
justify-content:center; 
padding: 1em;
}


@media screen and (min-width: 1024px) {
 
.contenedora {
max-width: 100%;
flex-direction: row;}
}
 
.logodgpc {
display: flex;
justify-content: flex-start;
}


.aprobadas,
.cursando{
width: 18em;
}

#equiponaveg  {
flex-direction: row;
justify-content: center;
}

#comitente {
text-align: center;
justify-content: center;
margin: auto;
}

#comitente p {
    width: 50%
};
.datosacademicos {
display: flex;
flex-direction: row;
justify-content: center;
padding: 2em 2em 2em 2em;
border-radius: 0.3em;
}

.informacion{
    width: 50em;
    margin: auto;
}
li{
    list-style: none;
}

#boceto1
{
    display: flex;
    flex-flow: column wrap;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 70%;
    padding-bottom: 2em;
}

}