@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
  font-family: 'Roboto', sans-serif;

}
section{
    width: 98%;
    margin: 10px auto;
}
.section-imagen{
    background-image: url(../imagenes/museo-de-los-duendes-01\).jpg);
    width: 100%;
    margin: auto;
    height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 35% center;
  }
  .section-texto{
    text-align: justify;
    width: 98%;
    max-width: 1000px;
    margin: auto;
    padding: 15px;
  }
  .subtitle{
    font-size: 28px;
    text-align: center;
  }
  .section-footer{
    width: 98%;
    margin: auto;
  }
  .section-footer p{
    text-align: end;
  }
  /*-----------------600----------------------------------*/
@media (min-width: 600px) {
  .section-imagen{
    height: 120vh;
  }

}