html{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

html, body {
    height: 100%;
}



html {
    background-color: black;
}

html {
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}


/* Header */

#header1 {
  display: none;
}

#texto1 {
  background-color: white;
  text-align: center;
  padding: 51px;
  margin-top: 51px;
  border: 10px solid red;
}

#texto {
  color: white;
  text-align: center;
  margin-top: 99px;
  margin-bottom: 51px;
}

#descubrir {
  display: flex;
}

#peli {
  margin-bottom: 51px;
  margin-left: auto;
  margin-right: auto;
}

#peli video {
  width: 100%;
}

#modulo1 {
  color: white;
  display: flex;
  text-align: center;
}

#m1 {
  flex-basis: 50%;
  margin-top: 51px;
}




#legales {
  display: flex;
  margin: 84px auto 0px auto;
  width: 51%;
}

#legales li{
  margin-left: auto;
  margin-right: auto;
}


#legales li a {
  text-decoration: none;
  color: white;
  font-size: 27px;
  font-weight: 600;
}

@media only screen and (min-width: 100px) and (max-width: 700px) {
	

  #header img{
    width: 100%;
  }

  #texto1 h1 {
    font-size: 18px;
  }

  
  

#descubrir {
  display: block;
}
  
#descubrir video{
  width: 100%;
}
#modulo1 {
    display: block;
  }

  #m1 img {
    width: 100%;
  }

  #legales {
    margin: 30px auto 0px auto;
    width: 90%;
  }

  #legales li a {
    font-size: 12px;
  }

}

@media only screen and (min-width: 701px) and (max-width: 1050px) {

  #modulo1 {
    display: block;
  }

  #peli video {
    width: 75%;
  }

  #fotosdescubre img {
    align-content: center;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  }

  #fotosdescubre1 img {
    align-content: center;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  }

  #legales {
    margin: 30px auto 0px auto;
    width: 90%;
  }

  #legales li a {
    font-size: 18px;
  }


}


@media only screen and (min-width: 1051px) and (max-width: 1250px) {

  #peli video {
    width: 75%;
  }

  #fotosdescubre img {
    align-content: center;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  }

  #fotosdescubre1 img {
    align-content: center;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  }

  #legales {
    width: 60%;
  }

}


@media only screen and (min-width: 1251px) and (max-width: 1650px) {


  #fotosdescubre img {
    align-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 275px;
  height: 275px;

  }

  #fotosdescubre1 img {
    align-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 275px;
  height: 275px;
  }

  #legales {
    width: 60%;
  }

}