/* Main */ 
main * {
  margin: 0;
}

main {
  display: flex;
}

/* Ads */

main .big-banner {
  display: flex;
  justify-content: center;
  margin: 2% 2% 1% 2%;
}

.big-banner img{
  width: 70%;
  height: 200px;
  object-fit: contain;
}

.banner{
  display: flex;
  justify-content: center;
}

.banner img{
  width: 70%;
  height: 200px;
  object-fit: contain;
}

/* Boxes */
main #boxes-container{
  display: flex;
  flex-wrap: wrap;
}

main .box{
  width: 250px;
  height: 250px;
  margin: 1% auto;
}

main .box img{
  width: 100%;
}

main .box1{
  color: lightsalmon;
  background-image: url("../img/boxes/fondo_descarga.jpg");
  background-repeat: no-repeat;
  background-position: center; 
  background-repeat: no-repeat;
  background-size: cover;
}

main .box2{
  color: crimson;
  background-image: url("../img/boxes/fondo_ajugar.jpg");
  background-repeat: no-repeat;
  background-position: center; 
  background-repeat: no-repeat;
  background-size: cover;
}

main .box3{
  color: lightseagreen;
  background-image: url("../img/boxes/fondo_registro.jpg");
  background-repeat: no-repeat;
  background-position: center; 
  background-repeat: no-repeat;
  background-size: cover;
}

main .box-text{
  box-shadow: 10px 5px 5px gray;
  width: 60%;
  padding: 15px;
  background-color: white;
  text-transform: uppercase;
  font-family: 'Architects Daughter', cursive;
  font-size: 1.1rem;
  letter-spacing: 2px;
}

.fb-like {
  display: flex;
  justify-content: center;
  margin: 30% auto;
}