/* 

selector{propiedades:valor;}


*/

body{background: rgb(255, 255, 255); font-family: 'Poppins', sans-serif; text-align: center;width: 100%;height: 100%;margin: 0%;}
header{background-image: url(https://wallpaperaccess.com/full/1516973.jpg);
    background-size: cover; width: 100%; height: auto;margin-top: 0%;}
h1{color: rgb(255, 255, 255);font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; padding: 20px 0 0 0; margin: 0 0 10px 0;}
h2{color: rgb(255, 255, 255);}
h4{color: rgb(255, 255, 255);
margin-top: 0%;}
footer{width: 100%; margin-bottom: 3.125rem;}
footer a{text-decoration: none; 
color: rgb(63, 63, 63); font-size: 1.25rem;font-weight: bold;}
footer p{color: rgb(63, 63, 63); font-size:0.7rem;}
.cargos{
    padding: 0.188rem;
    margin: 2% 5% 2% 5%;
    text-align: center;
    
}
.nombreapp h2{
    color: rgb(105, 156, 158);
    margin-top: 3.125rem;
}


nav{background: rgb(105, 156, 158);
    height: 100%; 
    font-size: 140%;
    margin-top: 0rem;
}
nav ul{
    display: flex;
    justify-content: center;
    color: rgb(255, 255, 255);
    text-decoration: none;
    list-style:none;
    margin: 0 30% 0 30%;
    padding: 0%;
    

    
  }
  nav a{
    text-decoration: none;
    color: rgb(255, 255, 255);
    padding: 1rem;
    text-align: center;
    margin-top: 0%;
    margin: 0%;
    font-weight: 300;
    }
.botonmenu{
    display: none;
}
.integrantes h2{
    color: rgb(105, 156, 158);
}
.integrantes a{
    color: rgb(63, 63, 63);
    text-decoration: none;
}

.foto {border-radius: 50%;
    width: 15.625rem;
    margin-bottom: 0.5rem;
}
.materias{
    display: flex;
    justify-content: center;
    margin: 5% 5%;
      }
.nivel{background: rgb(105, 156, 158);padding: 2% 3%;width: 14.75rem;box-shadow: inset 0 0 1.25rem rgb(85, 85, 85); margin: 2rem 1rem 2rem 1rem;} 

@media all and (max-width: 600px) {

    
.cargos{
    padding: 0.188rem;
    margin: 2% 5% 2% 5%;
    text-align: center;
    
}
.materias{
    display: block;
    justify-content: center;
    
      }

      .nivel{margin:auto;
    margin-bottom: 2rem ;}

/* menu oculto */
 
nav{
    position: relative;
    
}

nav ul{
    display: none;
    padding-bottom: 2rem;
    background-color: rgb(105, 156, 158);
    margin: 0;
}

.botonmenu{
    display:flex;
   width: 7%; 
   
}
.botonmenu img{
    width: 100%;
    height: 100%;
  
    
}

nav:hover ul{
    display:block;
    position: absolute;
    width: 100%;
    
}

nav a:hover{
    color:rgb(63, 63, 63);
}
/*fin menu oculto*/




}