/*colores*/
/*palevioletred
#eda4af
rgb(240, 216, 222)
lightpink
pink
rgb(255, 245, 248)
*/
/* GENERALES */
@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*{
    box-sizing: border-box;
}

body{
    margin: 0;
    background-color: #ffffff;
    font-family: Poppins, sans-serif;
}

ol{
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

a{
    text-decoration: none;
}

nav{
    display: block;
    text-decoration: none;
    font-weight: 600;
}

footer{
    color: white;
    font-family:Poppins, sans-serif;
    background-color: black;
    font-weight: 100;
    font-size: 1em;
    margin: 0;
    padding: 1em ;
    width: 100%;
    box-sizing:border-box;
    
}

.contenedorheader {
    max-width: 90rem;
    margin: auto;

}

h2{
    color: black;
    text-align: center;
    margin: 0;
    font-size: 2em;
}

h3{
    color: black;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}
h4{
    margin-bottom: 0;
    margin-top: 0
}

/* HEADER */
header{
    background-color:white;
    font-family:sans-serif;
    font-size: 1em;
    margin: 0;
    padding: 1em ;
    width: 100%;
    box-sizing:border-box;
    
}

header .contenedorheader{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#logodgpc{
    width: 6em
}

header nav ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}


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

header nav ul li a{
    text-align: center;
    display: block;
    color: black;
    margin: 0.6em ;
    padding: 0;
    text-decoration: none;
    
    font-weight: 100;
}

header nav ul li a:hover{
    color: #ffa700;
    border-bottom: .1em solid #ffa700;
    margin-bottom: 0.5em;
}

/* BODY */

/* fondo*/
#fondo figure{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    width: 100%;
}
#fondo img{
    width: 100%;
    max-height:  height: 10vmin;
    margin: 0;
}


/* nombre */
/* materias */
.contenedorintro{
    max-width: 90rem;
    margin: auto;
    align-content: center;
    margin-bottom: 1em;
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 1em;
}
.contenedormaterias{
    align-content: center;
    margin: 2em;
    align-items: center;
    
}

#materias{
    display: flex;
    flex-wrap: wrap;
    padding-top: 1em;
}

#materias ul{
    padding: 1em;
    margin-top: 0;
    padding-top: 0;
}

#materias li{
    font-weight: 300;
}

.contenedorintro p{
    text-align: center;
    margin-top: 0.5em;
    font-size: 1.3em;
    color: #5f5f5f
}

#materias div{
    padding-left: 1em;
}


h1{
    color: black;
    text-align: center;
    font-size: 3em;
    margin: 0;
    
}
#meli{
    width: 100%;
    border-radius: 2%;
    max-width:50rem;
}
#meli2{
    width: 100%;
    border-radius: 2%;
    max-width:50rem;
}

@media screen and (min-width:600px){
    #meli2{
    width: 100%;
    border-radius: 2%;
    max-width:50rem;
}
}

@media screen and (min-width:992px){
    #meli2{
    width: 100%;
    border-radius: 2%;
    max-width:50rem;
}
}



/*bocetos*/

#boceto{
    width: 100%;
    border-radius: 2%;
    max-width:40rem;
}
#boceto:hover{
    background-color: aliceblue;
}

.contenedor{
    max-width: 90rem;
    margin: auto;
    padding: 2em 1em; 
}

.contenedor > div{
    align-content: center;
    margin-bottom: 1em;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0;
}
#grupo{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
}

/* integrantes*/

/* INTEGRANTES*/

.integrantes{
    padding: 1em;
    margin-bottom: 1em;
    max-width: 90em;
}
.integrantes h2{
    color: black;
}

.integrantes ol{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.integrantes ol li{
    max-width:10em;
    margin:  .5em;
    padding: 1em;
    
}
.integrantes OL LI > *:NOT(P){
    display: block;
    text-align: center;
    align-items: center;
    margin: auto;
}

.integrantes ol li a{
    /*bajar el vinculo al limite inferior*/
    margin:auto;
    color: black;
    font-weight: bold;
    display: flex;
    flex-direction: column;

}
.integrantes ol li a:hover{
    color: #ffa700;
}
.integrantes img {
    border-radius: 2em;

}




/* DATOS ACADEMICOS */
#fondodatos{
    margin-top: 2em;
}


.datos > ul > li {
    display: flex;
    flex-wrap: wrap;    
    align-items: center;
    flex-direction: column;
    padding: 1em;
}

.datos > ul {
    padding: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.datosa{
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    margin: 0;
}

.datos img{
    width: 16em;
}




/* footer */
.contenedorfooter{
    max-width: 90rem;
    margin: auto;
    padding: 1em 0;
    
}

