﻿/* Chrome compartido (header/footer) para sitios satelite. No incluye resets globales. */
:root {
  /* brand-palette.json â€” paleta oficial */
  --bh-yellow: #fbb03b;
  --bh-yellow-dark: #e0a536;
  --bh-yellow-edge: #f9a12a;
  --bh-navy: #1a365d;
  --bh-slate: #2d3748;
  --bh-ink: #333333;
  --bh-nav: #777777;
  --bh-heading: #333333;
  --bh-title: #1882ff;
  --bh-success: #28a745;
  --bh-page: #f3f4f6;
  --bh-muted: #777777;
  --bh-border: #dddddd;
  --bh-font-ui: Arial, Helvetica, sans-serif;
  --bh-font-body: Roboto, Arial, Helvetica, sans-serif;
  --bh-shell-gutter: 8px;
}
.site-header {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  margin: 0;
  background: #fff;
  color: var(--bh-ink);
  font-family: var(--bh-font-ui);
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}

/* Home y sitios satelite: header naranja como buenohotel.com */
.page-home .site-header,
html.bh-remote-chrome .site-header {
  background: var(--bh-yellow);
  border-bottom: 0;
  box-shadow: none;
}

.page-home .brand-logo,
.page-home .brand img,
html.bh-remote-chrome .brand-logo,
html.bh-remote-chrome .brand img {
  filter: none;
}

.page-home .nav > a,
.page-home .nav-link-btn,
html.bh-remote-chrome .nav > a,
html.bh-remote-chrome .nav-link-btn {
  color: #4b5563;
}

.page-home .nav-toggle span,
html.bh-remote-chrome .nav-toggle span {
  background: #4b5563;
}

.page-home .hero {
  padding-top: 12px;
}

.header-inner {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 24px;
  min-height: 72px;
  gap: 16px;
  box-sizing: border-box;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.brand img,
.brand-logo {
  height: 56px;
  width: auto;
  filter: brightness(0);
}

.footer-wordmark img {
  width: 42px;
  height: 42px;
  filter: brightness(0);
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 8px;
  margin-left: auto;
}

.nav-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--bh-nav);
  margin: 6px 0;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  flex: 1;
  flex-wrap: wrap;
}

.nav > a,
.nav-link-btn {
  color: #6b7280;
  text-decoration: none;
  padding: 8px 9px;
  font-weight: 600;
  font-size: 14px;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: var(--bh-font-ui);
  white-space: nowrap;
}

.nav > a:hover,
.nav-link-btn:hover,
.nav-item.is-open > .nav-link-btn {
  background: rgba(0, 0, 0, 0.08);
}

.nav-item {
  position: relative;
}

.nav-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.nav-caret {
  font-size: 0.75rem;
  opacity: 0.75;
}

.nav-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #fff;
  border: 1px solid var(--bh-border);
  z-index: 30;
  padding: 6px 0;
}

.nav-item.is-open > .nav-dropdown {
  display: flex;
  flex-direction: column;
}

.nav-dropdown a,
.nav-dropdown button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 14px;
  color: var(--bh-nav);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: var(--bh-font-ui);
}

.nav-dropdown a:hover,
.nav-dropdown button:hover,
.nav-dropdown button.is-active {
  background: rgba(251, 176, 59, 0.25);
}

.nav a.is-pending,
.nav-dropdown a.is-pending,
.footer-col a.is-pending,
.footer-social a.is-pending {
  opacity: 0.55;
  cursor: not-allowed;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-footer {
  margin: 48px 0 0;
  padding: 28px 24px 20px;
  background: #f3f4f6 !important;
  color: #222 !important;
  font-size: 15px;
  font-family: var(--bh-font-body);
  box-sizing: border-box;
  border-top: 1px solid #e5e7eb;
}

.site-footer-v2 {
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: none;
  padding: 28px 20px 24px;
}

.footer-top-brand {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}

.footer-logotipo {
  height: 48px;
  width: auto;
}

.site-footer strong {
  color: #000;
}

.site-footer-copy {
  text-align: center;
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.75);
}

.newsletter {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.newsletter-title {
  margin: 0;
  color: #000;
  font-weight: 700;
  font-size: 1.05rem;
}

.newsletter-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  flex: 1;
  min-width: 260px;
  max-width: 520px;
  justify-content: flex-end;
}

.newsletter-row input {
  flex: 1;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid var(--bh-border);
  background: #fff;
  color: #000;
  border-radius: 5px;
  font: inherit;
}

.newsletter-row input::placeholder {
  color: rgba(0, 0, 0, 0.45);
}

.btn-newsletter {
  background: #fff !important;
  color: #000 !important;
  border-radius: 5px !important;
  padding: 10px 20px !important;
  font-size: 13px !important;
  font-family: var(--bh-font-ui) !important;
}

.btn-newsletter:hover {
  background: #f7f7f7 !important;
}

.footer-grid {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 20px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-col h3 {
  margin: 0 0 6px;
  color: #000;
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.footer-col a {
  color: rgba(0, 0, 0, 0.82);
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-col a:hover {
  color: #000;
  text-decoration: underline;
}

.footer-contact-bar,
.footer-brand-block,
.footer-social,
.footer-payments {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.footer-contact-bar p,
.footer-brand-block {
  margin: 0 0 6px;
}

.footer-brand-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}

.footer-legal-ids {
  display: block;
  margin-top: 2px;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.55);
  line-height: 1.3;
}

.footer-contact-bar a,
.footer-social a {
  color: rgba(0, 0, 0, 0.88);
  text-decoration: none;
}

.footer-contact-bar a:hover,
.footer-social a:hover {
  color: #000;
  text-decoration: underline;
}

.footer-social {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-payments {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  color: #000;
  font-weight: 700;
}

.payment-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  justify-content: center;
}

.payment-logos img {
  height: 22px;
  width: auto;
  max-width: 56px;
  max-height: 22px;
  object-fit: contain;
  background: #fff;
  padding: 4px 6px;
  border-radius: 6px;
  box-sizing: content-box;
  cursor: zoom-in;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.payment-logos img:hover {
  transform: translateY(-3px) scale(1.12);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.payment-logos img:focus-visible {
  outline: 2px solid var(--bh-ink);
  outline-offset: 3px;
}

.credit-cards-strip {
  height: 38px;
  width: auto;
}

.pay-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 4px 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #000;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: rgba(255, 255, 255, 0.35);
}

.payment-badge {
  justify-self: center;
  display: block;
  height: 34px;
  width: auto;
  max-width: 220px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  object-fit: contain;
}

.wa-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.92rem;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}

.wa-float:hover {
  filter: brightness(1.05);
}

.wa-float-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.15);
  font-size: 0.72rem;
}

@media (max-width: 720px) {
  .newsletter {
    flex-direction: column;
    align-items: stretch;
  }

  .newsletter-row {
    flex-direction: column;
    max-width: none;
    justify-content: stretch;
  }

  .wa-float-text {
    display: none;
  }

  .wa-float {
    width: 64px;
    height: 64px;
    padding: 0;
  }
}

.payment-badge-zoom {
  cursor: zoom-in !important;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.payment-badge-zoom:hover {
  transform: translateY(-1px) scale(1.04);
  opacity: 0.95;
}

.payment-badge-zoom:focus-visible {
  outline: 2px solid var(--bh-yellow);
  outline-offset: 3px;
}

.logo-zoom-overlay {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(2px);
  cursor: zoom-out;
}

.logo-zoom-overlay[hidden] {
  display: none !important;
}

.logo-zoom-dialog {
  position: relative;
  max-width: min(920px, 94vw);
  max-height: 90vh;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  cursor: default;
}

.logo-zoom-dialog img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(90vh - 24px);
  object-fit: contain;
  margin: 0 auto;
  background: #fff;
  padding: 24px 28px;
  border-radius: 16px;
}

.logo-zoom-close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: #222;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 820px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer-copy {
    text-align: center;
  }
}

@media (max-width: 560px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 801px) {
  header.site-header .nav-toggle {
    display: none !important;
  }
  header.site-header .nav,
  header.site-header #primary-nav {
    display: flex !important;
    position: static !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: auto !important;
    max-width: none !important;
    box-shadow: none !important;
    background: transparent !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 0 !important;
    border: 0 !important;
  }
}

@media (max-width: 800px) {
  .event-card {
    grid-template-columns: auto 1fr;
  }

  .event-card-cta {
    grid-column: 2;
    justify-self: start;
  }

  .nav-toggle {
    display: block;
  }

  .nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 72px;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
    max-height: calc(100vh - 72px);
    overflow: auto;
  }

  .nav.is-open {
    display: flex;
  }

  .nav > a,
  .nav-link-btn {
    padding: 14px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    width: 100%;
    justify-content: flex-start;
  }

  .nav-item {
    width: 100%;
  }

  .nav-dropdown {
    position: static;
    border: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.05);
    min-width: 0;
  }

  .page-home .nav,
  html.bh-remote-chrome .nav.is-open {
    background: var(--bh-yellow);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  }
}

.nav-sep {
  color: #9ca3af;
  padding: 0 6px;
  font-weight: 400;
}

.lang-globe {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #60a5fa;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}

.lang-globe::after {
  content: "";
  position: absolute;
  inset: 2px 5px;
  border-left: 1.5px solid #60a5fa;
  border-right: 1.5px solid #60a5fa;
  border-radius: 50%;
}
.footer-canva {
  max-width: 1180px;
  margin: 0 auto;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  margin-bottom: 22px;
}

.footer-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.45rem;
  color: #111;
}

.footer-wordmark img {
  width: 42px;
  height: 42px;
  filter: brightness(0);
}

.footer-wordmark .accent {
  color: var(--bh-yellow-dark);
}

.site-footer .newsletter {
  border: 0;
  padding: 0;
  margin: 0;
  max-width: none;
  flex: 1;
  justify-content: flex-end;
}

.site-footer .newsletter-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #4b5563;
}

.site-footer .newsletter-row input,
.site-footer .btn-newsletter {
  border: 2px solid var(--bh-yellow) !important;
  background: #fff !important;
  border-radius: 8px !important;
  color: #111 !important;
}

.footer-rating {
  margin-top: 18px;
}

.footer-rating-label,
.footer-rating-note {
  margin: 0;
  font-size: 0.82rem;
  color: #6b7280;
}

.footer-rating-score {
  margin: 4px 0;
  font-size: 1.05rem;
}

.footer-rating-score .stars {
  color: #f59e0b;
  letter-spacing: 1px;
}

.footer-rule {
  height: 2px;
  background: var(--bh-yellow);
  margin: 22px 0 18px;
  opacity: 0.85;
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
}

.site-footer .footer-contact-bar,
.site-footer .footer-payments,
.site-footer .footer-brand-block,
.site-footer .footer-social {
  text-align: left;
  margin: 0;
  max-width: none;
}

.site-footer .footer-brand-block {
  align-items: center;
  text-align: center;
  margin: 8px 0 18px;
}

.site-footer .footer-payments {
  align-items: flex-end;
}

.site-footer .footer-social {
  justify-content: flex-start;
  margin-top: 10px;
  gap: 10px;
}

.soc {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 800;
  color: #fff !important;
}

.soc-ig { background: radial-gradient(circle at 30% 30%, #f9ce34, #ee2a7b 55%, #6228d7); }
.soc-fb { background: #1877f2; }
.soc-x { background: #111; }

.fi {
  display: inline-block;
  width: 14px;
  margin-right: 6px;
}

.site-footer-copy {
  text-align: right;
  margin-top: 16px;
  font-size: 0.8rem;
  color: #9ca3af;
}

.wa-float {
  background: var(--bh-yellow);
  color: #111;
  padding: 0;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.wa-float-hello {
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
}

html.bh-remote-chrome app-root header,
html.bh-remote-chrome app-root footer,
html.bh-remote-chrome app-header,
html.bh-remote-chrome app-footer,
html.bh-remote-chrome .footer-bueno,
html.bh-remote-chrome footer.bh-site-footer,
html.bh-remote-chrome #site-footer-bh,
html.bh-remote-chrome header.main-header,
html.bh-remote-chrome body > header:not(.site-header),
html.bh-remote-chrome app-root .footerLogo,
html.bh-remote-chrome app-root .footerContent,
html.bh-remote-chrome app-root .footer-info,
html.bh-remote-chrome app-root .footerActions {
  display: none !important;
}
.site-header, .site-footer { box-sizing: border-box; }
.site-header img, .site-footer img { max-width: 100%; }
