body {
  background-image: none;
}

#inicio {
  background: white;
}

#privacidad {
  width: 100%;
  display: block;
  background-color: white;
  color: black;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 1% 15px;
  margin-bottom: 0;
  min-height: 190px;
}

#privacidad .titulo {
  font-weight: bold;
  font-size: 1.55em;
  margin: 30px auto;
  padding-bottom: 0;
}

#privacidad a {
  color: #444;
  font-weight: bold;
}

@media (max-width: 1030px) {
  #privacidad {
    padding: 1% 10%;
  }
}

@media (max-width: 720px) {
  #privacidad h1 {
    font-size: 16px;
  }
}

.apertura {
  height: 30vh;
  background-image: url('../img/apertura2021.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #f7e6c8;
}

p.volverarriba {
  margin-top: 50px;
  margin-bottom: 60px;
  font-size: 17px;
}

.img-cabezal {
  width: 100%;
}

.titulo {
  text-align: center;
  font-size: 25px;
  margin: 40px auto;
  font-family: 'Montserrat-ExtraBold', sans-serif
}

#privacidad .subtitulo {
  font-size: 1.2em;
  margin-top: 50px;
  margin-bottom: 10px;
  font-family: 'Montserrat-Bold', sans-serif;
  color: #444;
}

#privacidad p,
#privacidad ul li {
  font-size: 1em;
  line-height: 1.5;
  font-family: 'Montserrat-Medium', sans-serif;
  color: #444444;
}

@media(min-width: 1031px) {
  #privacidad {
    width: 85%;
    max-width: 1000px;
  }
}

@media(min-width: 1600px) {
  #privacidad {
    width: 85%;
    max-width: 1100px;
  }
}

@media(max-width: 599px) {

  #privacidad p,
  #privacidad ul li {
    font-size: 17px;
    line-height: 1.5;
  }

  .titulo {
    margin: 30px auto;
  }
}

@media(max-width: 580px) {
  #privacidad {
    padding: 1% 18px;
  }
}

@media(max-width: 500px) {
  .img-cabezal {
    margin-top: 0;
  }
}

@media(max-width: 850px) {
  #inicio {
    width: 100%;
  }
}

@media(min-width: 850px) {
  .apertura {
    height: 35vh;
  }
}

@media(min-width: 1100px) {
  .apertura {
    height: 36vh;
  }
}

@media(min-width: 1400px) {
  .apertura {
    height: 30vh;
  }
}

@media(min-width: 1500px) {
  .apertura {
    height: 35vh;
  }
}

@media(min-width: 1600px) {
  .apertura {
    height: 38vh;
  }
}