#hero.has-independent-branding .infolayer {
  z-index: 4;
}

#hero.has-independent-branding {
  height: 100vh;
  height: 100dvh;
  min-height: 100svh;
  overflow: hidden;
}

#hero.has-independent-branding .hero-image-frame {
  transform: translate3d(0, var(--hotel-hero-parallax-y, 0px), 0);
  will-change: transform;
}

#hero.has-independent-branding .hero-image-frame::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.28)
  );
  content: "";
  pointer-events: none;
}

#hero.has-independent-branding .hero-image-frame picture {
  display: block;
  width: 100%;
  height: 100%;
}

#hero.has-independent-branding .hotel-hero-branding {
  position: absolute;
  z-index: 3;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

#hero.has-independent-branding .hotel-hero-logo {
  position: absolute;
  top: 15%;
  left: 50%;
  width: clamp(110px, 9.4%, 180px);
  height: auto;
  filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.5));
  transform: translateX(-50%);
}

#hero.has-independent-branding .hotel-hero-lower,
#hero.has-independent-branding .hotel-hero-promo {
  position: static;
  display: block;
  transform: none;
}

#hero.has-independent-branding .hotel-hero-promo-code {
  position: absolute;
  bottom: 16.5%;
  left: 50%;
  width: clamp(189px, 15.96vw, 307px);
  height: auto;
  opacity: 0.85;
  transform: translateX(-50%);
}

#hero.has-independent-branding .hotel-hero-dog {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: clamp(112px, 6.5vw, 130px);
  height: auto;
  transform: translateX(-50%);
}

#hero.has-independent-branding .hotel-hero-awards {
  position: absolute;
  right: 2.1%;
  bottom: 2.8%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(12px, 1vw, 20px);
}

#hero.has-independent-branding .hotel-hero-awards img {
  display: block;
  width: clamp(52px, 3.6vw, 72px);
  height: auto;
}

#hero.has-independent-branding > .hero-reserva-btn {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 30%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 180px;
  padding: 13.76px 37.6px 10.56px !important;
  transform: translateX(-50%);
  border: 1px solid #fff;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
  color: #231f20;
  font-family: NexaBold;
  font-size: 13.12px;
  line-height: 1;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s ease;
}

#hero.has-independent-branding > .hero-reserva-btn:hover,
#hero.has-independent-branding > .hero-reserva-btn:focus {
  border-color: #231f20;
  background-color: #231f20 !important;
  color: #fff;
  text-decoration: none;
  outline: none;
}

@media (max-width: 575.98px) {
  #hero.has-independent-branding .hotel-hero-promo-code {
    bottom: 16.5%;
  }

  #hero.has-independent-branding > .hero-reserva-btn {
    bottom: calc(33vh - 66px);
    bottom: calc(33dvh - 66px);
    min-width: 164px;
    padding: 12.16px 24.8px 9.28px !important;
    font-size: 11.52px;
    letter-spacing: 1.6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #hero.has-independent-branding .hero-image-frame {
    transform: none;
    will-change: auto;
  }
}
