/*Begin::Responsive mixins*/
body {
  background-image: url("https://www.adistec.com/images/default-source/f1-2026/fondos-full-color/hotel_mobile.jpg");
}
@media (min-width: 768px) {
  body {
    background-image: url("https://www.adistec.com/images/default-source/f1-2026/fondos-full-color/hotel_tablet.jpg");
  }
}
@media (min-width: 1200px) {
  body {
    background-image: url("https://www.adistec.com/images/default-source/f1-2026/fondos-full-color/hotel_1200.jpg");
  }
}
@media (min-width: 1440px) {
  body {
    background-image: url("https://www.adistec.com/images/default-source/f1-2026/fondos-full-color/hotel_1440.jpg");
  }
}
@media (min-width: 1900px) {
  body {
    background-image: url("https://www.adistec.com/images/default-source/f1-2026/fondos-full-color/hotel_1920.jpg");
  }
}

.banner--hotel img {
  width: 199px;
}
@media (min-width: 768px) {
  .banner--hotel img {
    width: 246px;
  }
}
@media (min-width: 1200px) {
  .banner--hotel img {
    width: 297px;
  }
}
@media (min-width: 1440px) {
  .banner--hotel img {
    width: 395px;
  }
}
@media (min-width: 1900px) {
  .banner--hotel img {
    width: 593px;
  }
}

.instructions {
  color: #fff;
  text-align: center;
  width: 332px;
  margin: 0 auto 24px auto;
}
@media (min-width: 768px) {
  .instructions {
    margin: 0 auto 34px auto;
    width: 575px;
  }
}
@media (min-width: 1200px) {
  .instructions {
    margin: 0 auto 44px auto;
    width: 1000px;
  }
}
@media (min-width: 1440px) {
  .instructions {
    margin: 0 auto 54px auto;
    width: 1206px;
  }
}
@media (min-width: 1900px) {
  .instructions {
    margin: 0 auto 60px auto;
    width: 1576px;
  }
}
.instructions p {
  font-size: 11px;
}
@media (min-width: 768px) {
  .instructions p {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .instructions p {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .instructions p {
    font-size: 28px;
  }
}
@media (min-width: 1900px) {
  .instructions p {
    font-size: 36px;
  }
}

.hotel-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .hotel-content {
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 32px;
  }
}
@media (min-width: 1440px) {
  .hotel-content {
    gap: 64px;
  }
}
.hotel-content .information {
  color: #fff;
  font-size: 13px;
  text-align: center;
}
@media (min-width: 768px) {
  .hotel-content .information {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .hotel-content .information {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .hotel-content .information {
    font-size: 28px;
  }
}
@media (min-width: 1900px) {
  .hotel-content .information {
    font-size: 36px;
  }
}
.hotel-content .information p {
  margin-top: 0;
}
.hotel-content .image-container .image {
  position: relative;
  display: inline-block;
  font-size: 0;
}
.hotel-content .image-container .image img {
  border-radius: 35px;
  width: 330px;
}
@media (min-width: 768px) {
  .hotel-content .image-container .image img {
    width: 400px;
  }
}
@media (min-width: 1200px) {
  .hotel-content .image-container .image img {
    width: 550px;
  }
}
@media (min-width: 1440px) {
  .hotel-content .image-container .image img {
    width: 700px;
  }
}
@media (min-width: 1900px) {
  .hotel-content .image-container .image img {
    width: 900px;
  }
}

.button--location,
.button--view-more {
  background-color: #fff;
  border-radius: 99px;
  color: var(--main-blue);
  font-size: 13px;
  padding: 10px 50px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}

@media (min-width: 768px) {
  .button--location {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .button--location {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .button--location {
    font-size: 28px;
  }
}
@media (min-width: 1900px) {
  .button--location {
    font-size: 36px;
  }
}

.button--view-more {
  bottom: 8px;
  position: absolute;
  right: 8px;
  font-size: 10px;
}
@media (min-width: 1200px) {
  .button--view-more {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  .button--view-more {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .button--view-more {
    font-size: 20px;
  }
}

.checkin-time {
  color: #fff;
  display: block;
  font-size: 13px;
  margin-top: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .checkin-time {
    font-size: 16px;
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .checkin-time {
    font-size: 24px;
    margin-top: 32px;
  }
}
@media (min-width: 1440px) {
  .checkin-time {
    font-size: 28px;
    margin-top: 40px;
  }
}
@media (min-width: 1900px) {
  .checkin-time {
    font-size: 36px;
    margin-top: 48px;
  }
}/*# sourceMappingURL=hotel.css.map */