
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sansita+Swashed:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@900&display=swap');
body {
    background:black;
  margin: 0%;
  padding: 0%;            
}
header 
{
    background:  #6a1e9c;
}

.header
{ 
 color: rgb(32, 3, 41);
font-family:'Roboto', sans-serif;
font-size: 0.9rem;
padding: 0rem 0rem 0rem 2rem;
justify-content: center;



}
h1
{
    color: black;
font-family: 'Overpass', sans-serif;   
font-size: 3rem;
margin-block-end: 0.1rem;
text-align: center;
}   


h2 {
    text-align: center;
margin-block-start: 0.1rem;
}

h3
{
text-align: center;
margin-block-start: 0.1rem;
margin-block-end: 2rem;
}
h4 {
    color: #FE9900 ; 
    font-family:'Roboto', sans-serif;
    font-size: 1.5rem;
    text-align: center;
    margin-block-start: 4rem;
    margin-block-end: 0rem;
   
}
.materias{ 
    display:flex;
	justify-content: center;
   font-family:'Roboto', sans-serif ;
    color: rgb(0, 0, 0);
    font-weight: 900;   
 
    border-radius: 1rem;
 
}  
h5
{ 
color: black;
font-family: 'Overpass', sans-serif;    
margin-block-end: 0.1rem ;
font-size: 3rem;

}
.nivel1, .nivel2
{
background:  #FE9900  ; 
text-align: center;
width: 20%;
margin: 2rem;
padding: 4rem;
border-radius: 1rem;  
} 
.menu {
    display: flex;
	justify-content: center;
	
	
}
.item{
    text-decoration: none;
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 1.1rem;
    color: #4f1675;
    background: #cf8a1b;
    margin: 0.3rem;
    padding: 0.6rem;
    border-radius: 1rem;
}

.item:hover{
    background: black; 
    color:white;}
.foto {
    position: relative;
   display: block;
    margin:auto;
    padding: 0.2rem;
    border-radius: 50%;
    border-style: double;
    border-color:#4f1675;
    border-width: 1rem;
    top: 1rem;
  }

  .integrantes{  
	width: auto;
	margin: 3% 3% 3% 3%;
	padding: 2rem ;
	min-height: 8rem;
	border-radius: .375rem;
    color: #6D435A;
    line-height: 3rem;
    text-align: center;
}

.alumnas{
    line-height: 1.7rem;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: stretch;
    align-content: stretch;
    ;
}

.alumno {
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
    color: #FE9900 ;
}
.imgalumno {
   border-radius: 50%;
   margin: 1rem;
   width: 50px; 
   height: 50px;
   border-style: solid;
   border-color:#4f1675;
   border-width: 0.3rem;
}
.alumno:hover{ 
    background:#6a1e9c;
    color:white;
    margin: 0.3rem;
    padding: 0.6rem;
    border-radius: 1rem;
}
  footer
  {
      color: white;
      font-size: 0.7rem;
      font-family: roboto;
      text-align: center;
     

  }