@media screen and (max-width: 2000px) {
  .contenido-amenidades h2::before {
    left: 52%;
  }
}

@media screen and (max-width: 1900px) {
  .contenido-amenidades h2::before {
    left: 52%;
  }
}

@media screen and (max-width: 1800px) {
  .contenido-amenidades h2::before {
    left: 52%;
  }
}

@media screen and (max-width: 1700px) {
  .contenido-amenidades h2::before {
    left: 52%;
  }
}

@media screen and (max-width: 1600px) {
  .contenido-amenidades h2::before {
    left: 50%;
  }
}

@media screen and (max-width: 1500px) {
  .contenido-amenidades h2::before {
    left: 50%;
  }

  .detalles-amenidades h2 {
    font-size: 23px;
  }
}
@media screen and (max-width: 1400px) {
  .contenido-amenidades h2::before {
    left: 50%;
  }
}

@media screen and (max-width: 1300px) {
  .contenido-amenidades h2::before {
    left: 48%;
  }
}

@media screen and (max-width: 1200px) {
  .contenido-amenidades h2::before {
    left: 48%;
  }
}

@media screen and (max-width: 1000px) {
  .contenido-amenidades h2::before {
    left: 46%;
  }

  .contenido-amenidades {
    padding-left: 8%;
  }
}

@media screen and (max-width: 900px) {
  .contenido-amenidades h2::before {
    left: 46%;
  }
}

@media screen and (max-width: 800px) {
  .contenido-amenidades h2::before {
    left: 44%;
  }
  .contenido-amenidades {
    margin-top: 0;
    padding-left: 12%;
  }
}

@media screen and (max-width: 700px) {
  .amenidades-titulo h1 {
    font-size: 22px;
  }
  .contenido-amenidades-azul h2 {
    font-size: 20px;
  }
  .contenido-amenidades h2::before {
    left: 42%;
  }
  .contenido-amenidades {
    padding-left: 14%;
  }

  .img-amenidades-1 {
    margin-left: 0;
  }
  .espacio-blanco {
    height: 300px;
  }

  .detalles-amenidades h2 {
    font-size: 19px;
  }
}

@media screen and (max-width: 600px) {
  .contenido-amenidades h2::before {
    left: -20%;
  }

  .img-amenidades-2 img {
    padding-left: 0;
  }
  .servicios {
    margin-top: 0;
  }

  .servicios3 {
    padding-left: 0;
  }

  .contenido-amenidades {
    padding-left: 15%;
  }

  .amenidades-titulo::before {
    top: -50%;
  }

  .amenidades-titulo h1 {
    padding-left: 5%;
    font-size: 20px;
  }

  .amenidades-fondo-2 {
    background-repeat: no-repeat;
  }
  .detalles-amenidades h2 {
    font-size: 18px;
    padding-left: 129px;
    margin-right: 50px;
  }

  .estacionamiento {
    font-size: 18px !important;
    padding-left: 130px !important;
    margin-right: 0 !important;
  }
  .borde-izq-contenido {
    height: 22%;
  }

  .borde-lateral {
    margin-left: -15px;
  }

  .contenido-linear {
    padding-right: 20px !important;
  }

  .resp-margen {
  }

  .servicios2 {
    margin-top: 10%;
  }

  .espacio {
    height: 20px;
  }
}

@media screen and (max-width: 500px) {
  .contenido-amenidades h2::before {
    left: -22%;
  }
  .contenido-amenidades {
    padding-left: 16%;
  }

  .detalles-amenidades h2 {
  }
}

@media screen and (max-width: 400px) {
  .contenido-amenidades h2::before {
    left: -24%;
  }
  .contenido-amenidades {
    padding-left: 17%;
  }
}
