/*Quitar margenes*/

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

a{
  text-decoration: none;
}

body {
  font-family: verdana;
  background: url(../img/geometry2.png);

}



/*Logo*/
.titulo {
  width: 100%;
  height: 400px;
  background-image: url("https://static.wixstatic.com/media/509653_ed87b998dc254b8d915914f66876b884~mv2_d_6000_4000_s_4_2.jpg/v1/fill/w_836,h_557,al_c,q_90,usm_0.66_1.00_0.01/509653_ed87b998dc254b8d915914f66876b884~mv2_d_6000_4000_s_4_2.webp");
  background-size: cover;
  text-shadow: /*El eje de la x*/ 1px /*El eje de la y*/ 1px /*Difuminado*/ 2px /*Color de la sombra*/ rgba(0, 0, 0, 0.8);
}


.titulo h1{
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  overflow: hidden;
  font-family: verdana;
}

.titulo>p {
  font-size: 60px;
}


.contenedo{
text-align: center;  
width: 50%;
margin: auto;
}



.equipo h1{
  color: #e51a1a;
}

.legal img{

  width: 400px;
  height: 400px;
}



.maestra-directora img{
  width: 400px;
  height: 400px; 
}



.maestra-coreografa img{
  width: 400px;
  height: 400px; 
}

.logoequipo{
  color: #e51a1a;
}

.legal, .maestra-directora, .maestra-coreografa{
  margin-top: 100px;
}



@media (max-width: 600px){

  .legal img{

    width: 200px;
    height: 200px;
  }
  
  .maestra-directora img{
    width: 200px;
    height: 200px; 
  }
  
  .maestra-coreografa img{
    width: 200px;
    height: 200px; 
  }
}

@media (max-width: 1000px) {



  main{
    width: 50%;
    margin: auto;
  }

}