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

/*----------fuentes----------------*/

font-family: 'Nunito', sans-serif;
font-family: 'Inconsolata', monospace;

/*---------------------------------*/
head{

}
body{
    width: 100%;
    background-color: #fcefe0;
    margin: auto;
    
    /*FLEX*/
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    
}
.contenedor {
        width: 100%;
    background-color: bisque;
    
    /*FLEX*/
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*MENU EN GENERAL*/
header {
    margin-top:0.2em;
    width: 100%;
    background-color:  bisque;
    /*FLEX*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;    
    justify-content:center;
    
}

.logodgpc img{
    width: 4.3em;
    background-color: white;
    border: solid;
    margin: 0.5em;
    box-shadow: 0.1em 0.4em 0.5em black;
        
}

.menuprincipal {
    border-top-style: double;
    width: 100%;
    background-color: bisque;
    padding: 0.5em;
    
    /*FUENTES*/
    text-transform: uppercase;    
    font-family: 'Nunito', sans-serif;
     
    font-weight: 800;
    /*FLEX*/
    display: flex;
    flex-direction: row;
    
    
}
.menuprincipal a{
    flex-grow: 1;
    background-color: bisque;
    color: black;
    
    /*FUENTES*/
    text-decoration: none;
    font-size: 0.68em;
    text-transform: uppercase;    
    font-family: 'Nunito', sans-serif;
     
    font-weight: 800;
    /*FLEX*/
    display: flex;
    flex-direction: row;  
    justify-content: center;

    
}
.menuprincipal a:hover {
   background-color: #aa9884;
        
    }




/*ACA SACO LA TAB DE EQUIPO*/
.menuprincipal .equipo{
    display: none;
}




/*MAIN*/


.rotulo{
    width: 90%;
    max-width: 650px;
    background-color: #fcefe0;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 3em;
    
    /*flex*/
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /*ARRIBA*/
    align-items: center;
    align-content: center;
    
    border-radius: 5%;
    font-family: 'Nunito', sans-serif;
}
.nombrefotoydescripcion{
    width: 100%;
    /*background-color: aqua;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5%;
    
}

.rotulo article h1{
    width: 100%;
    align-self: flex-start;
    font-size: 1.5em;
    text-transform: uppercase;
}

.rotulo article p{
  font-size: 0.8em;
    
}

.subtitulo{
    width: 100%;
    font-style: italic;
    font-size: 0.8em;
    border-bottom: 1px solid black;

    
}

.fotomia {
    width: 100%;
    max-width: 400px;
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 5%;
    
}
.rotulo h2{
    width: 100%;
    margin: auto;
    font-size: 1.2em;    
}


.descripcion{
    width: 70%;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 1em;
    align-self: flex-start;
    
}

#materias{
    width: 100%;
    height: 100%;
    display: flex;
    margin: auto;
    flex-direction: column;
   
    
    justify-content: flex-start;
    
    
}

#materias h3{
    
    margin-top: 2em;
   
    
}


#materias ul{
    width: 70%;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 1em;
    align-self: flex-start;
    
}


/*ASIDE*/
aside{
    width: 90vw;
    border-bottom: double;
    border-top: double;
    
    background-color: #fcefe0;
    padding: 0.5em;
    /*FLEX*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

/*REDES ASIDE*/
.redes{
    width: 45%;
    background-color: bisque;
    padding: 0.5em;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    border-radius: 10%;
    
    align-items: center;
    /*pa texto?Î*/
    
}
.redes h3{
    width: 100%;
    font-family: 'Nunito', sans-serif;
    font-size: 90%;
    text-align: center;
    height: 30%;
    margin 4em;
    
}

.redes ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.redes ul li a img {
    width: 30px;  
}

/*INTEGRANTES ASIDE*/
.integrantes{
    width: 50%;
    background-color: bisque;
    padding: 0.5em;
    /*flex*/
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    border-radius: 10%;
    align-items: center;
    /*pa texto?Î*/
}

.integrantes h3{
    width: 100%;
    height: 30%;
    font-family: 'Nunito', sans-serif;
    text-align: center;
    font-size: 90%;

    
}
.imagenseba{
    width: 50px;
}
.imagencaro{
    width: 50px;
    border-radius: 60%; 
}

.imagenvicky {
    width: 50px;
}

/*care e futer*/

footer{
    margin: 0.7em;
    
    width: 90vw;
    background-color: #a59683;
    color: white;
    font-family: 'Inconsolata', monospace;
    font-size: 0.7em;
    padding: 0.6em;
}
