/* Hospitality Hospedaje storefront template */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

:root {
  --bg: #FCFAF7;
  --bg2: #FFFFFF;
  --bg3: #F5F2EE;
  --ink: #1F1A17;
  --ink2: #5B534D;
  --ink3: #948B84;
  --bo: rgba(31, 26, 23, .12);
  --bo2: rgba(31, 26, 23, .05);
  --ac: #9B6B4B;
  --wa: #25D366;
  --hs-hero-overlay-start: rgba(0, 0, 0, .26);
  --hs-hero-overlay-end: rgba(0, 0, 0, .62);
  --hs-hero-fallback-start: #3F3A35;
  --hs-hero-fallback-end: #1F1A17;
  --fd: 'Cormorant Garamond', serif;
  --fb: 'Inter', sans-serif;
}

body {
  background-color: var(--bg);
  font-family: var(--fb);
  color: var(--ink);
  line-height: 1.5
}

a {
  text-decoration: none;
  color: inherit
}

button {
  font-family: var(--fb)
}

.hs-ico,
.vv-ico {
  width: 16px;
  height: 16px;
  display: block
}

.hs-ico path,
.hs-ico circle,
.hs-ico polyline,
.hs-ico line,
.hs-ico rect,
.vv-ico path,
.vv-ico circle,
.vv-ico polyline,
.vv-ico line,
.vv-ico rect {
  stroke: currentColor;
  stroke-width: 1.9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round
}

.vv-ico-solid path {
  fill: currentColor;
  stroke: none
}

.wa-ico {
  width: 16px;
  height: 16px;
  display: block;
  flex-shrink: 0
}

.wa-ico path {
  fill: currentColor;
  stroke: none
}

.header-banner {
  position: relative;
  width: 100%;
  min-height: 280px;
  max-height: 520px;
  height: 42vh;
  background: linear-gradient(145deg, var(--hs-hero-fallback-start), var(--hs-hero-fallback-end));
  background-size: cover;
  background-position: center 35%;
  display: flex;
  align-items: flex-end;
  padding: 2.5rem 6vw 3rem;
  margin-bottom: 2.5rem;
  color: #fff
}

.header-banner.has-image {
  background-repeat: no-repeat
}

.header-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, var(--hs-hero-overlay-start) 0%, var(--hs-hero-overlay-end) 80%);
  pointer-events: none
}

.banner-content {
  position: relative;
  z-index: 5;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-shadow: 0 4px 18px rgba(0, 0, 0, .4)
}

.header-superior {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 1rem
}

.logo-nombre {
  font-size: 2.5rem;
  font-family: var(--fd);
  font-weight: 500;
  line-height: 1.1;
  display: flex;
  align-items: center;
  gap: .5rem
}

.logo-nombre small {
  font-family: var(--fb);
  font-size: 1rem;
  font-weight: 300;
  opacity: .9
}

.header-logo-img {
  display: block;
  max-width: 260px;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain
}

.header-contacto {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap
}

.header-contacto a,
.header-contacto span {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: #fff;
  border-bottom: 1px dotted rgba(255, 255, 255, .5);
  font-size: .92rem
}

.cart-pill {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  border: 1px solid rgba(255, 255, 255, .45);
  background: rgba(255, 255, 255, .14);
  color: #fff;
  padding: .45rem .9rem;
  border-radius: 60px;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .03em;
  cursor: pointer
}

.cart-c {
  background: var(--ac);
  color: #fff;
  border-radius: 30px;
  padding: .1rem .45rem;
  font-size: .7rem
}

.header-tagline {
  max-width: 700px;
  font-size: 1.2rem;
  font-weight: 300;
  margin: .2rem 0
}

.header-filtros {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem 1rem;
  margin-top: .6rem
}

.filtro-chip {
  background: rgba(255, 255, 255, .18);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, .25);
  padding: .45rem 1.1rem;
  border-radius: 60px;
  font-size: .84rem;
  font-weight: 500;
  color: #fff;
  cursor: pointer
}

.filtro-chip.active {
  background: var(--ac);
  border-color: var(--ac)
}

.banner-texto-adicional {
  font-size: .82rem;
  opacity: .9;
  letter-spacing: .08em;
  text-transform: uppercase
}

.rooms-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 6vw .8rem
}

.rooms-title {
  font-family: var(--fd);
  font-size: 2.2rem;
  font-weight: 500
}

.rooms-count {
  font-size: .85rem;
  color: var(--ink3);
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase
}

.rooms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem 1.8rem;
  padding: 0 6vw 4rem;
  max-width: 1600px;
  margin: 0 auto
}

.room-card {
  background: var(--bg2);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 30px -12px rgba(0, 0, 0, .1), 0 4px 8px -4px rgba(0, 0, 0, .02);
  transition: transform .25s, box-shadow .3s;
  cursor: pointer;
  border: 1px solid var(--bo2);
  display: block;
  animation: hsUp .3s ease both
}

.room-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 40px -16px rgba(0, 0, 0, .18)
}

.card-image {
  aspect-ratio: 4/3;
  background: var(--bg3);
  position: relative
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.placeholder-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  background: var(--ac)
}

.room-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--ac);
  color: #fff;
  padding: .2rem .65rem;
  border-radius: 40px;
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 700
}

.room-badge-off {
  background: rgba(31, 26, 23, .72)
}

.card-info {
  padding: 1.2rem 1rem 1.5rem
}

.room-type {
  font-size: .75rem;
  text-transform: uppercase;
  color: var(--ac);
  letter-spacing: .04em;
  font-weight: 600
}

.room-name {
  font-size: 1.5rem;
  font-family: var(--fd);
  font-weight: 500;
  margin: .2rem 0 .3rem
}

.room-price {
  font-size: 1.8rem;
  font-family: var(--fd);
  border-top: 1px dashed var(--bo);
  margin-top: .6rem;
  padding-top: .6rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline
}

.price-note {
  font-size: .8rem;
  color: var(--ink3);
  font-family: var(--fb)
}

.hs-detail-view {
  display: none
}

.hs-detail-view.active {
  display: block
}

.detalle-habitacion {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 5vw 4rem;
  background: var(--bg)
}

.detalle-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: .8rem
}

.detalle-header h1 {
  font-size: 2.8rem;
  font-family: var(--fd);
  font-weight: 500
}

.detalle-head-actions {
  display: flex;
  align-items: center;
  gap: .6rem;
  flex-wrap: wrap
}

.volver-link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: var(--ac);
  font-weight: 500;
  border: 1px solid var(--bo);
  padding: .5rem 1.2rem;
  border-radius: 60px
}

.album-premium {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1rem;
  margin-bottom: 2.5rem
}

.album-main {
  min-height: 372px;
  border-radius: 16px;
  overflow: hidden;
  background: var(--bg3)
}

.album-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.album-side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 180px;
  gap: 1rem
}

.album-side img,
.album-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  background: var(--bg3);
  display: block;
  cursor: pointer
}

.dthumb {
  opacity: .72;
  transition: opacity .15s, border-color .15s;
  border: 2px solid transparent
}

.dthumb:hover,
.dthumb.active {
  opacity: 1;
  border-color: var(--ac)
}

.detalle-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2.5rem
}

.descripcion-box p {
  font-size: 1.15rem;
  color: var(--ink2);
  margin: 1rem 0 1.2rem;
  line-height: 1.7
}

.servicios-lista {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .8rem;
  margin-top: 1.2rem
}

.servicios-lista li {
  display: flex;
  align-items: center;
  gap: .4rem;
  color: var(--ink);
  font-size: .95rem
}

.cta-premium {
  background: var(--bg3);
  padding: 2rem 1.8rem;
  border-radius: 24px;
  text-align: center;
  border: 1px solid var(--bo2);
  box-shadow: 0 15px 30px -12px rgba(0, 0, 0, .1), 0 4px 8px -4px rgba(0, 0, 0, .02)
}

.precio-display {
  font-size: 4rem;
  font-family: var(--fd);
  color: var(--ac);
  line-height: 1
}

.price-sub {
  font-size: 1rem;
  color: var(--ink3);
  margin-top: .4rem
}

.wa-button-large {
  background: var(--wa);
  color: #fff;
  border: none;
  width: 100%;
  padding: 1.2rem 1rem;
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 60px;
  margin: 1.2rem 0 .7rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem
}

.wa-button-large:hover {
  filter: brightness(.95)
}

.wa-button-large .wa-ico,
.cp-wa .wa-ico,
.wa-fab .wa-ico,
.footer-links a .wa-ico {
  width: 16px;
  height: 16px
}

.add-query-btn {
  width: 100%;
  border: none;
  background: var(--ac);
  color: #fff;
  padding: .9rem 1rem;
  border-radius: 60px;
  cursor: pointer;
  font-size: .92rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem
}

.cta-off {
  margin-top: 1rem;
  padding: .75rem;
  border-radius: 12px;
  border: 1px solid var(--bo);
  background: var(--bg2);
  font-size: .88rem;
  color: var(--ink3);
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase
}

.footer {
  background: var(--ink);
  color: #bbb;
  padding: 2.5rem 6vw;
  text-align: center;
  border-top: 6px solid var(--ac);
  display: grid;
  gap: .6rem
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px
}

.footer-detail {
  margin-top: 2rem
}

.footer a {
  color: #ddd
}

.wa-ref {
  display: inline-flex;
  align-items: center;
  gap: 6px
}

.cart-ov {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .35);
  z-index: 299;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s
}

.cart-ov.open {
  opacity: 1;
  pointer-events: all
}

.cpanel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 360px;
  max-width: 100vw;
  background: var(--bg2);
  z-index: 300;
  transform: translateX(100%);
  transition: transform .3s cubic-bezier(.16, 1, .3, 1);
  border-left: 1px solid var(--bo);
  display: flex;
  flex-direction: column
}

.cpanel.open {
  transform: translateX(0)
}

.cp-hd {
  padding: 18px 20px;
  border-bottom: 1px solid var(--bo);
  display: flex;
  align-items: center;
  justify-content: space-between
}

.cp-lbl {
  font-family: var(--fd);
  font-size: 1.8rem;
  font-weight: 500
}

.cp-x {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--bg3);
  border: 0;
  color: var(--ink3);
  cursor: pointer
}

.cp-body {
  flex: 1;
  overflow-y: auto;
  padding: 12px 20px
}

.cp-empty {
  text-align: center;
  padding: 34px 0;
  color: var(--ink3);
  font-size: 13px
}

.ci {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--bo2)
}

.ci-img {
  width: 66px;
  height: 66px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--bg3);
  display: flex;
  align-items: center;
  justify-content: center
}

.ci-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.3
}

.ci-var {
  font-size: 11px;
  color: var(--ink3);
  margin: 2px 0
}

.ci-price {
  font-size: 13px;
  font-weight: 700;
  color: var(--ac)
}

.ci-qty {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 5px
}

.qb {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid var(--bo);
  background: #fff;
  cursor: pointer
}

.qv {
  min-width: 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 700
}

.cp-ft {
  padding: 14px 20px 20px;
  border-top: 1px solid var(--bo)
}

.cp-total {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 10px
}

.cp-tl {
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink3);
  font-weight: 700
}

.cp-tn {
  font-family: var(--fd);
  font-size: 2rem;
  font-weight: 500
}

.cp-wa {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  width: 100%;
  border: 0;
  border-radius: 999px;
  background: var(--wa);
  color: #fff;
  padding: 12px 14px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase
}

.wa-fab {
  display: none;
  position: fixed;
  right: 16px;
  bottom: 18px;
  z-index: 305;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  background: var(--wa);
  color: #fff;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 22px rgba(37, 211, 102, .32)
}

@media(max-width:900px) {
  .wa-fab {
    display: inline-flex
  }
}

.hs-load-sentinel {
  height: 1px
}

.hs-load-spin {
  display: none;
  text-align: center;
  padding: 16px 0;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink3)
}

.hs-load-spin.on {
  display: block
}

@keyframes hsUp {
  from {
    opacity: 0;
    transform: translateY(10px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@media(max-width:960px) {
  .detalle-grid {
    grid-template-columns: 1fr
  }

  .album-premium {
    grid-template-columns: 1fr
  }

  .album-side {
    grid-template-columns: 1fr 1fr
  }
}

@media(max-width:720px) {
  .header-banner {
    padding: 1.6rem 1rem 1.8rem
  }

  .rooms-head {
    padding: 0 1rem .7rem
  }

  .rooms-grid {
    padding: 0 1rem 2.6rem;
    gap: 1rem
  }

  .footer {
    padding: 1.9rem 1rem
  }

  .logo-nombre {
    font-size: 2rem
  }

  .header-tagline {
    font-size: 1rem
  }

  .detalle-habitacion {
    padding: 1rem
  }

  .detalle-header h1 {
    font-size: 2.1rem
  }
}