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;
}


#texto {
    margin: 111px;
    color: white
}

#texto h1{
  text-align: center;
}

#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%;
  }


#texto {
    margin-top: 54px;
    margin-bottom: 54px;
	margin-left: 30px;
	margin-right: 30px;
  }

  #texto h1{
  
        color: white;
        text-align: center;
        margin: 10px;
    
  }

  #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) {


#texto {
    margin-top: 54px;
    margin-bottom: 54px;
  }

  #texto h1 {
    font-size: 18px;
    margin: 10px;
  }


  #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) {



  #legales {
    width: 60%;
  }

}


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



  #legales {
    width: 60%;
  }

}