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

*{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    box-sizing: border-box;
}

/*------BODY/HEADER-------*/

body{
    background-color: rgb(231, 224, 210);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: 'Lato', sans-serif;
}

header{
    background-color: rgb(84, 100, 150);
    padding: 1.5em;
    margin: 0 0 2em 0;
}

.contenedora img{
    width: 8em;
}

header .contenedora{
    background-color: rgb(84, 100, 150);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

ul{
    list-style: none;
}

header nav ul{
    display: flex;
}

header nav ul li{
    margin: 0.5em 0 0.5em 0.5em;
    min-width: 6em;
}

header nav ul li a{
    text-decoration: none;
    color: rgb(84, 100, 150);
    background-color: rgb(255, 227, 179);
    display: block;
    border-radius: 0.3em;
    margin: auto;
    padding: 1em;
    text-align:center;
    font-family: 'Lato', sans-serif;
    font-size: 0.8em;
    font-weight: 900;
}

header nav ul li a:hover{
    background-color: rgb(68, 68, 68);
    color: rgb(255, 227, 179);
}

/*------SECCION COMITENTE-------*/

#logo2{
    max-width: 18%;
    margin:auto;
}

#comitente{
    margin: 1em;
}

#comitente h1{
    color: rgb(84, 100, 150);
    font-size: 2.5em;
    margin: auto;
    padding:  0 0 0;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-align: left;
}

#comitente p{
    text-align: left;
}

/*------SECCION GRUPO-------*/

.integrantes{
    width: 20em;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-evenly;
    align-items: left;
    margin:auto;
    text-align: center;
    margin-bottom: 4em;
    flex-direction: row;
    width: 100%;
}


    
.integrantesH2{
    padding-top: 1em;
    text-align: left;
    margin:1em;
    font-weight: 900; 
    font-size: 25px;
}

.alumnos {
    padding: 1em;
    width:12em;
    height: 17em;
    flex-direction: column;
    text-align: center;
    background-color: rgb(84, 100, 150);
    border-radius: 0.3em;
  }

.alumnos img {
    width: 100%;
  }

.integrantes article h3 {
    margin-top: .5em;
    font-weight: 650; 
    font-size: 1.1em; 
    margin-bottom: 0.3em;
  }

.integrantes article a { 
    color: #ffffff;
    font-weight:500;
    padding: .5em 1em;
    margin: auto 0 0 auto;
  }


.alumnos {
    margin-top: 1em;
  }

article h2 {
    margin-top: 2em;
    text-transform: uppercase;
}

.li h5{
    color: rgb(0, 0, 0);
}

/*------MOCKUPS-------*/

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

#mockups nav ul{
    display: flex;
} 

#mockups nav ul li{
    min-width: 7em;
}


#mockups ul li{
    margin: 1.5em 0 2em 0em;
}

#mockups nav ul li a{
    text-decoration: none;
    color: rgb(255, 227, 179);
    background-color: rgb(84, 100, 150);
    display: block;
    border-radius: 0.3em;
    margin: auto;
    padding: 1em;
    text-align:center;
    font-family: 'Lato', sans-serif;
    font-size: 0.8em;
    font-weight: 900;
}

#mockups nav ul li a:hover{
    background-color: rgb(29, 29, 29);
    color: rgb(136, 210, 223);
}


/*------DATOS ACADEMICOS-------*/

#datosacademicos {
    display: block;
    margin: 1em 0.5em 0em 0.5em;
    padding: 1em;
    text-align: left;
}

h2{
    margin-bottom: 1em;
    font-weight: 900;
}    

h3,
h4,
p{
 margin-bottom: 1em;
}

/*------FOOTER-------*/

footer {
    padding: 1.5em;
    background-color: rgb(84, 100, 150);
    margin-top:auto;
}

h5 {
    color: rgb(255, 227, 179);
    font-weight: 400; 
    font-size: 12px; 
    text-align: left;
}

/*------MAPA-------*/

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

#mapa h3{
    font-weight: 900;
    font-size: 1.6em;
    margin-bottom: 1em;
}

#mapa img{
    width: 90%;
    margin-bottom: 2.5em;
    border-radius: 0.5em;

}



/*------PERSONA/MVP-------*/

.persona{
    margin: 1em;
    display: flex;
    flex-wrap: wrap;
}


.persona h3{
    font-weight: 900;
    font-size: 1.6em;
    margin: 1em 0 0 0;
}

.persona img{
    margin: 0.5em 4em 1em 0;
    border-radius: 0.5em;
}



/*------MEDIA-------*/
@media screen and (max-width:700px) {

*{
    text-align: center;
}
    
header .contenedora{
    display: flex;  
    flex-wrap: initial;
    justify-content: center;
    align-items:center;
    flex-direction: column;
}
    
#logodgpc{
    margin-top: 0.5em;
    margin-bottom: 1em;
}
    
header nav ul li{
    min-width: 3em;
}
    
#logo2{
    max-width: 70%;
    margin:auto;
}
    
#comitente h1{
    margin-top: 0.5em;
    font-weight: 900;
    font-size: 2em;
    text-align: center;
    justify-content: center;
}

#comitente p{
    margin-top: 0.5em;
    font-size: 1em;
    text-align: center;
    justify-content: center;
}
    
.integrantesH2{
    text-align: center;
    justify-content: center;
}

h5{ 
    text-align: center;
    justify-content: center;
}
    
#mapa img{
    width: 95%;
}

.persona{
    text-align: center;
    justify-content: center;
}

.persona img{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1em;
    justify-content: center;
}

.persona h3{
    font-weight: 900;
    margin: 0 0 0.5em 0;
    font-size: 1.5em;
}

.persona p{
    margin-bottom: 1.5em;
}

#mockups{
    display: flex;  
    flex-wrap: initial;
    justify-content: center;
    align-items:center;
    flex-direction: column;
}





}