/**
 * TTH - Turismo Hoteles
 * CSS Shield: #tth-portal
 */
#tth-portal{
  --tth-primary:#7b1638;--tth-primary-dark:#5c1029;--tth-text:#252525;
  --tth-muted:#6e6e6e;--tth-border:#e5e1dc;--tth-radius:18px;
  --tth-shadow:0 12px 35px rgba(0,0,0,.08);color:var(--tth-text);background:#fff
}
#tth-portal .tth-container{max-width:1200px;width:100%;margin:0 auto;padding:0 20px;position:relative}
#tth-portal .tth-hero{position:relative;min-height:380px;display:flex;align-items:center;overflow:hidden;isolation:isolate}
#tth-portal .tth-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
#tth-portal .tth-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.4),rgba(0,0,0,.72));z-index:1}
#tth-portal .tth-breadcrumbs,#tth-portal .tth-hero-content{position:relative;z-index:2}
#tth-portal .tth-breadcrumbs{margin-bottom:10px;color:rgba(255,255,255,.85);font-size:.95rem}
#tth-portal .tth-breadcrumbs a{color:#fff;text-decoration:none}
#tth-portal .tth-breadcrumbs .sep{margin:0 8px}
#tth-portal .tth-hero-content{padding:40px 0;color:#fff}
#tth-portal .tth-hero-content h1{margin:0 0 10px;color:#fff;font-size:2.8rem;line-height:1.15;font-weight:800}
#tth-portal .tth-hero-content p{max-width:700px;margin:0;color:rgba(255,255,255,.9);font-size:1.1rem;line-height:1.6}
#tth-portal .tth-category-navigation{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid var(--tth-border);box-shadow:0 5px 20px rgba(0,0,0,.05);backdrop-filter:blur(12px)}
#tth-portal .tth-category-tabs{min-height:78px;display:flex;align-items:center;justify-content:center;gap:8px;overflow-x:auto;scrollbar-width:none}
#tth-portal .tth-category-tabs::-webkit-scrollbar{display:none}
#tth-portal .tth-category-tab{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;padding:12px 20px;border-radius:999px;font:inherit;font-size:14px;font-weight:700;color:var(--tth-muted);cursor:pointer;transition:.2s}
#tth-portal .tth-category-tab:hover{color:var(--tth-primary);background:#f6edf0}
#tth-portal .tth-category-tab.is-active{color:#fff;background:var(--tth-primary)}
#tth-portal .tth-category-count{min-width:28px;height:24px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:.75rem;background:rgba(0,0,0,.06)}
#tth-portal .tth-category-tab.is-active .tth-category-count{background:rgba(255,255,255,.18)}
#tth-portal .tth-hotels-section{padding:90px 0 120px;background:#fff}
#tth-portal .tth-section-header{text-align:center;margin:50px 0 35px}
#tth-portal .tth-title-decoration{display:flex;align-items:center;justify-content:center;gap:20px}
#tth-portal .tth-title-decoration .line{width:80px;height:2px;background:linear-gradient(90deg,transparent,#8e1537,transparent)}
#tth-portal .tth-title-decoration h2{margin:0;color:#8e1537;font-size:2.2rem;line-height:1.2;font-weight:800}
#tth-portal .tth-subtitle{margin:8px 0 0;color:var(--tth-muted);font-size:1.05rem;line-height:1.6}
#tth-portal .tth-zone-group{
  scroll-margin-top:180px;
  margin-bottom:90px
}
#tth-portal .tth-zone-heading{margin-bottom:28px}
#tth-portal .tth-zone-heading-kicker{display:block;margin-bottom:5px;color:var(--tth-primary);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
#tth-portal .tth-zone-heading h3{margin:0;font-size:30px;line-height:1.2;font-weight:800}
#tth-portal .tth-hotel-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
#tth-portal .tth-card{overflow:hidden;background:#fff;border:1px solid var(--tth-border);border-radius:var(--tth-radius);box-shadow:var(--tth-shadow);transition:transform .25s ease,box-shadow .25s ease}
#tth-portal .tth-card:hover{transform:translateY(-5px);box-shadow:0 18px 45px rgba(0,0,0,.12)}
#tth-portal .tth-card-media{position:relative;height:250px;overflow:hidden;background:#fff}
#tth-portal .tth-card-media img{display:block;width:100%;height:100%;object-fit:contain;transition:transform .4s ease}
#tth-portal .tth-card:hover .tth-card-media img{transform:scale(1.04)}
#tth-portal .tth-card-category{position:absolute;left:18px;bottom:18px;padding:7px 12px;border-radius:999px;color:#fff;background:rgba(0,0,0,.65);font-size:12px;font-weight:700}
#tth-portal .tth-card-body{padding:24px}
#tth-portal .tth-card-title{margin:0 0 9px;font-size:22px;line-height:1.25;font-weight:800}
#tth-portal .tth-card-zone{display:flex;gap:7px;align-items:center;min-height:24px;margin:0 0 20px;color:var(--tth-muted);font-size:14px}
#tth-portal .tth-card-zone i{color:var(--tth-primary)}
#tth-portal .tth-card-button{width:100%;min-height:46px;display:flex;align-items:center;justify-content:space-between;border:0;padding:13px 0;background:transparent;color:var(--tth-primary);font:inherit;font-size:14px;font-weight:800;cursor:pointer}
#tth-portal .tth-empty{grid-column:1/-1;padding:30px;border:1px dashed var(--tth-border);border-radius:14px;color:var(--tth-muted)}
#tth-portal .tth-offcanvas{position:fixed;inset:0;z-index:9999;visibility:hidden}
#tth-portal .tth-offcanvas.is-open{visibility:visible}
#tth-portal .tth-offcanvas-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.52);opacity:0;transition:opacity .3s}
#tth-portal .tth-offcanvas.is-open .tth-offcanvas-backdrop{opacity:1}
#tth-portal .tth-offcanvas-panel{position:absolute;top:0;left:0;width:min(560px,92vw);height:100%;overflow-y:auto;background:#fff;transform:translateX(-100%);transition:transform .35s cubic-bezier(.22,1,.36,1);box-shadow:12px 0 45px rgba(0,0,0,.18)}
#tth-portal .tth-offcanvas.is-open .tth-offcanvas-panel{transform:translateX(0)}
#tth-portal .tth-offcanvas-close{position:absolute;top:18px;right:18px;z-index:5;width:44px;height:44px;display:grid;place-items:center;border:0;border-radius:50%;background:rgba(0,0,0,.6);color:#fff;cursor:pointer}
#tth-portal .tth-detail-gallery{position:relative;height:330px;overflow:hidden;background:#fff}
#tth-portal .tth-detail-gallery img{display:block;width:100%;height:100%;object-fit:contain;background:#fff}
#tth-portal .tth-gallery-track{display:flex;width:100%;height:100%;transition:transform .3s ease}
#tth-portal .tth-gallery-slide{flex:0 0 100%;display:flex;align-items:center;justify-content:center}
#tth-portal .tth-gallery-arrow{position:absolute;top:50%;width:42px;height:42px;display:grid;place-items:center;border:0;border-radius:50%;background:rgba(0,0,0,.6);color:#fff;transform:translateY(-50%);cursor:pointer}
#tth-portal .tth-gallery-prev{left:16px}#tth-portal .tth-gallery-next{right:16px}
#tth-portal .tth-gallery-counter{position:absolute;right:18px;bottom:18px;padding:6px 10px;border-radius:999px;color:#fff;background:rgba(0,0,0,.6);font-size:12px;font-weight:700}
#tth-portal .tth-detail-content{padding:34px}
#tth-portal .tth-detail-category{display:block;margin-bottom:8px;color:var(--tth-primary);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
#tth-portal .tth-detail-content h2{margin:0 0 10px;font-size:34px;line-height:1.15;font-weight:800}
#tth-portal .tth-detail-zone{display:block;margin-bottom:25px;color:var(--tth-muted);font-size:14px}
#tth-portal .tth-detail-list{display:grid;gap:18px;padding:24px 0;border-top:1px solid var(--tth-border);border-bottom:1px solid var(--tth-border)}
#tth-portal .tth-detail-item{display:flex;align-items:flex-start;gap:14px}
#tth-portal .tth-detail-icon{flex:0 0 42px;width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#f6edf0;color:var(--tth-primary)}
#tth-portal .tth-detail-item>div{display:flex;flex-direction:column;gap:4px;min-width:0}
#tth-portal .tth-detail-item strong{font-size:13px}
#tth-portal .tth-detail-item a,#tth-portal .tth-detail-item span{color:var(--tth-muted);font-size:14px;line-height:1.5;text-decoration:none;overflow-wrap:anywhere}
#tth-portal .tth-detail-item a{
  display:block;
  margin-top:4px;
}
#tth-portal .tth-detail-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:25px}
#tth-portal .tth-detail-action{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 18px;border-radius:10px;font-size:13px;font-weight:800;text-decoration:none}
#tth-portal .tth-detail-action-primary{color:#fff;background:var(--tth-primary)}
#tth-portal .tth-detail-action-secondary{color:var(--tth-primary);background:#f6edf0}
#tth-portal .tth-detail-socials{display:flex;gap:8px;margin-top:14px}
#tth-portal .tth-social-link{width:46px;height:46px;display:grid;place-items:center;border-radius:10px;background:#f4f2ef;color:var(--tth-text);text-decoration:none}

/* ================================================================
   FILTRO PRINCIPAL — ZONAS
================================================================ */
#tth-portal .tth-zone-navigation{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.97);
  border-bottom:1px solid var(--tth-border);
  box-shadow:0 5px 20px rgba(0,0,0,.05);
  backdrop-filter:blur(12px)
}
#tth-portal .tth-zone-tabs{
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  overflow-x:auto;
  scrollbar-width:none
}
#tth-portal .tth-zone-tabs::-webkit-scrollbar{display:none}
#tth-portal .tth-zone-tab{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:9px;
  border:0;
  background:transparent;
  padding:12px 20px;
  border-radius:999px;
  font:inherit;
  font-size:14px;
  font-weight:700;
  color:var(--tth-muted);
  cursor:pointer;
  transition:background .2s ease,color .2s ease
}
#tth-portal .tth-zone-tab:hover{color:var(--tth-primary);background:#f6edf0}
#tth-portal .tth-zone-tab.is-active{color:#fff;background:var(--tth-primary)}
#tth-portal .tth-zone-count,
#tth-portal .tth-category-count{
  min-width:28px;
  height:24px;
  padding:0 8px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  font-size:.75rem;
  font-weight:800;
  background:#f1efec;
  color:var(--tth-muted)
}
#tth-portal .tth-zone-tab.is-active .tth-zone-count{background:rgba(255,255,255,.18);color:#fff}

/* ================================================================
   FILTRO SECUNDARIO — CATEGORÍAS
================================================================ */
#tth-portal .tth-category-filter{
  padding:20px 0 22px;
  background:var(--tth-light);
  border-bottom:1px solid var(--tth-border)
}
#tth-portal .tth-category-filter-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:12px
}
#tth-portal .tth-category-kicker{
  color:var(--tth-muted);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase
}
#tth-portal .tth-category-context{
  color:var(--tth-primary);
  font-size:12px;
  font-weight:800
}
#tth-portal .tth-category-tabs{
  display:flex;
  align-items:stretch;
  justify-content:center;
  gap:10px;
  overflow-x:auto;
  scrollbar-width:none
}
#tth-portal .tth-category-tabs::-webkit-scrollbar{display:none}
#tth-portal .tth-category-tab{
  flex:0 0 auto;
  min-height:56px;
  display:inline-flex;
  align-items:center;
  gap:9px;
  border:1px solid var(--tth-border);
  border-radius:13px;
  padding:9px 14px;
  background:#fff;
  color:var(--tth-text);
  font:inherit;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
  transition:border-color .2s ease,background .2s ease,color .2s ease,transform .2s ease
}
#tth-portal .tth-category-tab:hover{border-color:#d4b7c1;color:var(--tth-primary);transform:translateY(-1px)}
#tth-portal .tth-category-tab.is-active{border-color:var(--tth-primary);background:#f6edf0;color:var(--tth-primary)}
#tth-portal .tth-category-tab.is-active .tth-category-count{background:#fff;color:var(--tth-primary)}
#tth-portal .tth-category-stars,
#tth-portal .tth-stars{
  display:inline-flex;
  align-items:center;
  gap:2px;
  color:#c8a45d;
  white-space:nowrap
}
#tth-portal .tth-category-stars i,#tth-portal .tth-stars i{font-size:13px}
#tth-portal .tth-category-icon,
#tth-portal .tth-card-airbnb-icon,
#tth-portal .tth-airbnb-detail-icon{
  display:inline-grid;
  place-items:center;
  color:var(--tth-primary)
}
#tth-portal .tth-category-icon{width:24px;height:24px}
#tth-portal .tth-category-label{white-space:nowrap}

/* ================================================================
   CATEGORÍA EN CARD
================================================================ */
#tth-portal .tth-card-category{display:flex;align-items:center;gap:7px}
#tth-portal .tth-card-category .tth-stars i{font-size:11px}

/* ================================================================
   CATEGORÍA EN OFFCANVAS
================================================================ */
#tth-portal .tth-detail-category{
  display:flex;
  align-items:center;
  gap:9px
}
#tth-portal .tth-detail-category .tth-stars i{font-size:13px}
