:root {
  --agtv-page-max: 1600px;
  --agtv-page-pad: 30px;
  --ink: #16282c;
  --body: #4a5a5e;
  --muted: #7d8f93;
  --accent: #189c90;
  --accent-deep: #137a70;
  --accent-soft: rgba(24, 156, 144, 0.1);
  --bg: #ffffff;
  --bg-soft: #ffffff;
  --line: #e4eaeb;
  --footer: #16282c;
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-5: 48px;
  --space-6: 64px;
  --space-7: 96px;
  --space-8: 128px;
  --radius: 16px;
  --radius-pill: 999px;
  --shadow-sm: 0 4px 16px rgba(20, 40, 45, 0.06);
  --shadow: 0 14px 40px rgba(20, 40, 45, 0.1);
  --agtv-bg: var(--bg);
  --agtv-bg-soft: var(--bg-soft);
  --agtv-bg-muted: #ffffff;
  --agtv-text: var(--ink);
  --agtv-muted: var(--body);
  --agtv-primary: var(--accent);
  --agtv-primary-deep: var(--accent-deep);
  --agtv-line: var(--line);
  --agtv-card: #ffffff;
  --agtv-card-shadow: var(--shadow-sm);
  --agtv-dark: var(--footer);
  --agtv-dark-soft: #122327;
  --agtv-hero-text: #ffffff;
  --agtv-hero-muted: #dbe7ea;
  --agtv-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --theme-bg-color: var(--agtv-bg);
  --theme-bg-color2: var(--agtv-bg-soft);
  --theme-bg-color4: var(--agtv-bg-muted);
  --theme-bg-color5: var(--agtv-bg-muted);
  --title-color: var(--agtv-text);
  --title-color2: var(--agtv-text);
  --text-color: var(--agtv-muted);
  --container-width: var(--agtv-page-max);
}

html,
body {
  background: var(--agtv-bg);
  color: var(--agtv-muted);
  font-family: var(--text-font), Inter, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

body,
p,
.section-desc,
.page-desc,
.content-lead,
.content-card p,
.institution-panel p,
.cta-panel p,
.guide-card__meta {
  color: var(--agtv-muted);
  line-height: 1.65;
}

a,
button,
input,
select,
.travel-boking.style-two .booking-box,
.guide-card,
.about-icon-box,
.destination-single-box.style__two,
.destination-single-box.style__two .destination-thumb {
  transition:
    transform 200ms var(--agtv-ease),
    box-shadow 200ms var(--agtv-ease),
    border-color 200ms var(--agtv-ease),
    background-color 200ms var(--agtv-ease),
    color 200ms var(--agtv-ease);
}

img {
  transition: transform 220ms var(--agtv-ease);
}

.auto-container,
.topber_area > .container-fluid,
.travelik-header-area.two > .container-fluid {
  box-sizing: border-box;
  width: min(calc(100% - (var(--agtv-page-pad) * 2)), var(--agtv-page-max));
  max-width: var(--agtv-page-max);
  margin-inline: auto;
  padding-inline: 0;
}

.topber_area {
  background: var(--agtv-bg-soft);
  border-bottom: 1px solid var(--agtv-line);
}

.header-address-info p,
.topber_right_social p,
.topber_right_social a {
  color: var(--agtv-muted) !important;
}

.topber_area span,
.topber_area i {
  color: var(--agtv-muted) !important;
}

.travelik-header-area.two,
.travelik-header-area.two.sticky,
.travelik-header-area.two.sticky-nav {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--agtv-line);
  box-shadow: var(--shadow-sm);
}

.travelik-header-area.two .header-wrap {
  flex-wrap: nowrap;
}

.travelik-header-area.two .header-wrap > .col-lg-3:first-child {
  flex: 0 0 280px;
  max-width: 280px;
}

.travelik-header-area.two .header-wrap > .col-lg-6 {
  flex: 1 1 auto;
  max-width: none;
}

.travelik-header-area.two .header-wrap > .col-lg-3:last-child {
  flex: 0 0 200px;
  max-width: 200px;
}

.header-logo .agtv-brand,
.footer-widget-content .agtv-brand,
.mobile-logo .agtv-brand,
.mobile-simple-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--agtv-text);
}

.agtv-logo {
  display: block;
  width: auto;
  object-fit: contain;
  flex: 0 0 auto;
}

.agtv-logo--header {
  height: 48px;
}

.agtv-logo--footer {
  height: 76px;
}

.agtv-logo--mobile {
  height: 44px;
}

.brand-copy strong,
.mobile-logo strong,
.mobile-simple-brand span {
  color: var(--agtv-text);
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
}

.brand-copy span,
.mobile-logo .brand-copy span {
  color: var(--agtv-muted);
}

.header-menu ul.nav_scroll > li > a,
.mobile-menu .header-menu a,
.mobile-simple-links a {
  color: var(--agtv-text);
  font-size: 13px;
}

.header-menu ul.nav_scroll > li > a:hover,
.mobile-menu .header-menu a:hover,
.mobile-simple-links a:hover,
.footer-menu li a:hover,
.footer-bottom-menu ul li a:hover {
  color: var(--agtv-primary);
}

.header-btn a,
.hero-btn a,
.about-btn a,
.agtv-btn,
.travel-boking .booking-button button {
  background: var(--agtv-primary);
  border-color: var(--agtv-primary);
  border-radius: var(--radius-pill);
  color: #ffffff;
  white-space: nowrap;
}

.header-btn a {
  min-width: 176px;
  overflow: visible;
  letter-spacing: 0;
}

.agtv-btn.secondary,
.filter-actions button {
  background: transparent;
  border-color: rgba(22, 40, 44, 0.24);
  color: var(--agtv-text);
}

.header-btn a:hover,
.hero-btn a:hover,
.about-btn a:hover,
.agtv-btn:hover,
.travel-boking .booking-button button:hover {
  background: var(--agtv-primary-deep);
  border-color: var(--agtv-primary-deep);
  box-shadow: 0 10px 24px rgba(24, 156, 144, 0.2);
  color: #ffffff;
  transform: translateY(-2px);
}

.agtv-btn.secondary:hover {
  background: var(--accent-soft);
  border-color: rgba(24, 156, 144, 0.36);
  color: var(--agtv-text);
}

.main-banner,
.hero-section-1.style_2,
.page-hero {
  background:
    linear-gradient(90deg, rgba(8, 18, 20, 0.82), rgba(8, 18, 20, 0.58) 48%, rgba(8, 18, 20, 0.24)),
    url("../valparaiso.jpg") center / cover no-repeat;
  margin-inline: 0 !important;
  width: 100%;
}

.hero-section-1.style_2 {
  min-height: min(720px, calc(100svh - 40px));
  padding-block: clamp(156px, 15vw, 210px) clamp(96px, 10vw, 132px);
}

.hero-wrapper {
  align-items: end;
}

.hero-section-1.style_2 .hero_content h2,
.hero_content h2,
.page-title {
  max-width: 1180px;
  color: var(--agtv-hero-text);
  font-family: var(--title-font), "Bebas Neue", Impact, sans-serif;
  font-size: clamp(3rem, 6.2vw, 5.4rem) !important;
  line-height: 1.02 !important;
  letter-spacing: 0;
}

.section-title h1,
.content-heading,
.guide-card__name,
.footer-title,
.footer-widget-content h3 {
  font-family: var(--title-font), "Bebas Neue", Impact, sans-serif;
  line-height: 0.95;
  letter-spacing: 0;
}

.section-title h1 {
  font-size: clamp(2.9rem, 6vw, 5.35rem);
}

.section-main-title {
  position: relative;
}

.section-main-title::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin-top: 18px;
  border-radius: var(--radius-pill);
  background: var(--agtv-primary);
}

.section-main-title .section-desc {
  margin-top: var(--space-3);
}

.section-eyebrow,
.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--agtv-primary);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.14em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.hero-lead,
.page-desc {
  color: var(--agtv-hero-muted);
  font-size: clamp(1.02rem, 1.3vw, 1.2rem);
  line-height: 1.65;
}

.hero-bio-bx {
  background: rgba(18, 35, 39, 0.72);
  border-color: rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

.hero-bio-bx p {
  color: var(--agtv-hero-muted);
}

.page-hero {
  min-height: 420px;
}

.main-banner .travel-boking.style-two {
  margin-top: -70px;
}

.travel-boking.style-two .booking-box,
.filter-panel,
.guide-card,
.content-card,
.cta-panel,
.institution-panel,
.empty-state,
.about-icon-box {
  background: var(--agtv-card);
  border: 1px solid var(--agtv-line);
  border-radius: var(--radius);
  box-shadow: var(--agtv-card-shadow);
}

.travel-boking .bokking-title,
.travel-boking .booking-input-box input,
.travel-boking .booking-input-box select,
.field label,
.field input,
.field select,
.filter-panel h2,
.results-head h2,
.guide-card__name,
.empty-state h3,
.content-heading,
.content-card h2,
.institution-panel h2,
.cta-panel h2,
.about-icon-box-content h1,
.section-title h1,
.text-white {
  color: var(--agtv-text) !important;
}

.travel-boking .booking-input-box input,
.travel-boking .booking-input-box select,
.field input,
.field select {
  background: #ffffff;
  border-color: rgba(28, 45, 49, 0.16);
  border-radius: 12px;
}

.field input::placeholder {
  color: #7d8b8f;
}

.about-section-one.style_two,
.destination-section.style__two,
.directory-section,
.contact-section {
  background: var(--agtv-bg);
}

.about-section-one.style_two,
.destination-section.style__two,
.directory-preview,
.contact-section,
.content-section,
.directory-section {
  padding-block: var(--space-7);
}

.directory-preview,
.content-section {
  background: var(--agtv-bg-soft);
}

.guide-card__photo {
  aspect-ratio: 4 / 5;
  background: var(--agtv-bg-muted);
}

.guide-card__tags span {
  background: var(--accent-soft);
  border: 1px solid rgba(24, 156, 144, 0.2);
  border-radius: var(--radius-pill);
  color: var(--agtv-text);
}

.travel-boking.style-two .booking-box:hover,
.guide-card:hover,
.about-icon-box:hover,
.destination-single-box.style__two:hover {
  border-color: rgba(24, 156, 144, 0.28);
  box-shadow: var(--shadow);
  transform: translateY(-4px) scale(1.01);
}

.guide-card:hover .guide-card__photo img,
.destination-single-box.style__two:hover .destination-thumb {
  transform: scale(1.03);
}

.guide-card {
  border-radius: var(--radius);
}

.contact-panel {
  border-color: rgba(255, 255, 255, 0.18);
}

.contact-panel .section-title h1,
.contact-panel .section-desc,
.contact-panel .contact-list a,
.contact-panel .contact-list span {
  color: var(--agtv-hero-text) !important;
}

.about-section-one.style_two .section-title h1,
.about-section-one.style_two .section-desc,
.about-section-one.style_two .about-icon-box-content h1,
.destination-section.style__two .section-title h1,
.destination-section.style__two .section-desc {
  color: var(--agtv-text) !important;
}

.about-section-one.style_two .section-desc {
  color: var(--agtv-muted) !important;
}

.destination-single-box.style__two {
  background: #ffffff;
  border: 1px solid var(--agtv-line);
  border-radius: var(--radius);
  box-shadow: var(--agtv-card-shadow);
}

.destination-single-box.style__two .destination-thumb {
  position: relative;
  min-height: 360px;
  aspect-ratio: 4 / 5;
  background-color: var(--agtv-bg-soft);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 18px;
  overflow: hidden;
}

.destination-single-box.style__two .destination-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  padding: 30px;
  background: linear-gradient(
    to top,
    rgba(7, 19, 22, 0.95) 0%,
    rgba(7, 19, 22, 0.7) 35%,
    rgba(7, 19, 22, 0.5) 65%,
    rgba(7, 19, 22, 0.3) 100%
  );
  isolation: isolate;
}

.destination-single-box.style__two .destination-content::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 44%);
  pointer-events: none;
}

.destination-single-box.style__two .destination-btn,
.destination-single-box.style__two .destination-content h1,
.destination-single-box.style__two .destination-content p {
  position: relative;
  z-index: 1;
}

.destination-single-box.style__two .destination-content h1 a,
.destination-single-box.style__two .destination-content p {
  color: #ffffff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.46);
}

.destination-single-box.style__two .destination-content p {
  color: rgba(255, 255, 255, 0.84);
}

.destination-single-box.style__two .destination-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-color: rgba(255, 255, 255, 0.72);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
}

.destination-single-box.style__two .destination-btn a span {
  font-size: 20px;
  line-height: 1;
}

.destination-single-box.style__two .destination-btn a:hover {
  color: #ffffff;
}

.destination__arrow__bx button {
  background: #ffffff;
  border-color: rgba(24, 156, 144, 0.52);
  color: var(--agtv-primary);
}

.association-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}

.association-media {
  position: relative;
}

.association-media .about-thumb {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.association-media .reveal {
  display: block;
  visibility: visible;
}

.association-media .about-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.association-badge {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  max-width: min(250px, calc(100% - 48px));
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: var(--radius);
  background: rgba(22, 40, 44, 0.9);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
  color: #ffffff;
}

.association-badge strong {
  color: #ffffff;
  font-family: var(--title-font), "Bebas Neue", Impact, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 0.95;
}

.association-badge span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.association-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-2);
  margin: var(--space-4) 0;
}

.about-icon-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-2);
  min-height: 156px;
  padding: 22px;
}

.about-icon-box__icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(24, 156, 144, 0.26);
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--agtv-primary);
  font-size: 18px;
}

.about-icon-box-content h2 {
  margin: 0 0 8px;
  color: var(--agtv-text);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.about-icon-box-content p {
  margin: 0;
  color: var(--agtv-muted);
  font-size: 15px;
  line-height: 1.95;
}

.association-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-2);
  margin-top: var(--space-5);
}

.association-stat {
  min-height: 126px;
  padding: 22px;
  border: 1px solid var(--agtv-line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow-sm);
}

.association-stat strong {
  display: block;
  color: var(--agtv-text);
  font-family: var(--title-font), "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.9;
}

.association-stat span {
  display: block;
  margin-top: 10px;
  color: var(--agtv-muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.main-footer-one.classic {
  background: var(--agtv-dark);
  border-top: 0;
}

.main-footer-one.classic .agtv-brand,
.main-footer-one.classic .brand-copy strong,
.main-footer-one.classic .footer-title,
.main-footer-one.classic .footer-widget-content h3 {
  color: #ffffff !important;
}

.main-footer-one.classic .brand-copy span,
.main-footer-one.classic .footer-widget-content .footer-desc,
.main-footer-one.classic .footer-menu li a,
.main-footer-one.classic .location,
.main-footer-one.classic .copyright-text,
.main-footer-one.classic .footer-bottom-menu ul li a,
.main-footer-one.classic .contact-info a {
  color: rgba(237, 245, 246, 0.78);
}

.main-footer-one.classic .footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.12);
}

.mobile-simple-nav {
  display: none;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--agtv-line);
  box-shadow: 0 8px 28px rgba(18, 35, 39, 0.06);
  padding-inline: var(--agtv-page-pad);
}

@media (max-width: 991px) {
  .auto-container,
  .topber_area > .container-fluid,
  .travelik-header-area.two > .container-fluid {
    width: min(calc(100% - (var(--agtv-page-pad) * 2)), var(--agtv-page-max));
    padding-inline: 0;
  }

  .mobile-simple-nav {
    display: block;
    position: sticky;
    top: 0;
    z-index: 50;
    padding-inline: var(--agtv-page-pad);
  }

  .topber_area,
  .travelik-header-area.two,
  .mobile-menu-area {
    display: none !important;
  }

  .mobile-simple-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 58px;
  }

  .mobile-simple-brand {
    margin: 0;
  }

  .mobile-menu-toggle {
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(24, 156, 144, 0.32);
    border-radius: 50%;
    background: #ffffff;
    color: #189c90;
    font-size: 25px;
    font-weight: 800;
    line-height: 1;
  }

  .mobile-menu-toggle__close {
    display: none;
    font-size: 30px;
    line-height: 0.8;
  }

  .mobile-simple-nav.is-open .mobile-menu-toggle__open {
    display: none;
  }

  .mobile-simple-nav.is-open .mobile-menu-toggle__close {
    display: block;
  }

  .mobile-simple-panel[hidden] {
    display: none;
  }

  .mobile-simple-panel {
    padding: 8px 0 14px;
  }

  .mobile-simple-links {
    display: grid;
    gap: 2px;
    padding-top: 8px;
    border-top: 1px solid rgba(22, 40, 44, 0.12);
  }

  .mobile-simple-links a {
    display: flex;
    align-items: center;
    min-height: 44px;
    color: var(--agtv-text);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .association-layout,
  .association-cards,
  .association-stats {
    grid-template-columns: 1fr;
  }

  .association-media {
    max-width: 640px;
  }
}

@media (max-width: 767px) {
  :root {
    --agtv-page-pad: 15px;
  }

  .hero-section-1.style_2 .hero_content h2,
  .hero_content h2,
  .page-title {
    font-size: clamp(3.5rem, 17vw, 5.5rem) !important;
  }

  .hero-section-1.style_2,
  .page-hero {
    min-height: auto;
  }

  .about-section-one.style_two,
  .destination-section.style__two,
  .directory-preview,
  .contact-section,
  .content-section,
  .directory-section {
    padding-block: 56px;
  }

  .section-title h1 {
    font-size: clamp(2.8rem, 15vw, 4.5rem);
  }

  .association-badge {
    right: 14px;
    bottom: 14px;
    max-width: calc(100% - 28px);
  }

  .agtv-logo--header,
  .agtv-logo--mobile {
    height: 42px;
  }

  .brand-copy strong,
  .mobile-simple-brand span {
    font-size: 22px;
  }
}

/* Ancho 1600/30 consistente en toda la web: el markup travelik usa .auto-container (1240) */
.auto-container {
  max-width: var(--agtv-page-max) !important;
  padding-inline: var(--agtv-page-pad) !important;
  margin-inline: auto !important;
}

/* Categorías Experiencias: oscuridad lineal de abajo->arriba en TODA la imagen (sin forma circular rara) */
.destination-single-box.style__two .destination-content {
  background: linear-gradient(
    to top,
    rgba(7, 19, 22, 0.94) 0%,
    rgba(7, 19, 22, 0.6) 38%,
    rgba(7, 19, 22, 0.22) 70%,
    rgba(7, 19, 22, 0) 100%
  ) !important;
  border-radius: inherit !important;
  inset: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}
.destination-single-box.style__two .destination-content::before {
  display: none !important;
}

/* Topbar: barra superior delgada, fondo del color del logo, texto blanco */
.topber_area {
  background: var(--agtv-primary) !important;
  border-bottom: none !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.topber_area p,
.topber_area a,
.topber_area span,
.topber_area i,
.header-address-info p,
.topber_right_social p,
.topber_right_social a {
  color: #ffffff !important;
}

/* Fuente Amatry (geométrica de branding) para los eyebrows = textos sobre los títulos */
@font-face {
  font-family: "Franie";
  src:
    url("../fonts/franie/Franie-SemiBold.woff2") format("woff2"),
    url("../fonts/franie/Franie-SemiBold.woff") format("woff"),
    url("../fonts/franie/Franie-SemiBold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.section-eyebrow,
.hero-kicker,
.eyebrow,
.section-eyebrow span {
  font-family: "Franie", var(--text-font), sans-serif !important;
  letter-spacing: 0.1em !important;
  font-weight: 400 !important;
}

/* Fix header: el template travelik lo sube -99px y corta el nav. Lo dejamos en su flujo */
.travelik-header-area.two {
  margin-top: 0 !important;
}

/* Pills sobre los títulos (Rutas, Directorio, Guías locales) con la fuente Amatry */
.section-title h1 span,
.section-title span,
.section-main-title .section-eyebrow {
  font-family: "Franie", var(--text-font), sans-serif !important;
}

/* Cards de la Asociación: texto a ancho completo, menos padding derecho -> cards más bajas */
.about-icon-box-content {
  flex: 1 1 auto;
  min-width: 0;
}
.about-icon-box {
  padding-right: 14px !important;
}

/* Header consistente en TODAS las páginas (las fuentes estaban solo en el inline de index) */
.header-menu ul.nav_scroll > li > a,
.mobile-menu .header-menu a,
.mobile-simple-links a {
  font-family: var(--text-font), Inter, system-ui, sans-serif !important;
}
.brand-copy strong,
.mobile-logo strong,
.mobile-simple-brand span {
  font-family: var(--title-font), "Bebas Neue", Impact, sans-serif !important;
}

/* Ocultar contador de cantidad de guías (roster no completo, evita percepción de error) */
.results-count { display: none !important; }

/* Cajas Asociación: el contenido ocupa todo el ancho de la caja (texto no empujado) */
.about-icon-box-content {
  width: 100%;
  align-self: stretch;
}
.about-icon-box-content p {
  max-width: none;
}

/* Forzar que el párrafo de las cajas use todo el ancho del contenido */
.about-icon-box-content {
  display: block !important;
  width: 100% !important;
}
.about-icon-box-content p {
  width: 100% !important;
  max-width: none !important;
}

/* Pills sobre títulos (Rutas/Directorio): color del logo, no el azul del template */
.section-title h1 span,
.section-title span,
.section-eyebrow {
  color: var(--agtv-primary) !important;
  border-color: var(--agtv-primary) !important;
}
/* Flecha del círculo de cada categoría (Experiencias): verde del logo en estado normal, para que se vea */
.destination-single-box.style__two .destination-btn,
.destination-single-box.style__two .destination-btn a,
.destination-single-box.style__two .destination-btn i,
.destination-single-box.style__two .destination-btn svg {
  color: var(--agtv-primary) !important;
  border-color: var(--agtv-primary) !important;
  fill: var(--agtv-primary) !important;
}

/* Móvil: menos padding en el contenedor con blur del buscador -> formulario más ancho */
@media (max-width: 767px) {
  .travel-boking.style-two {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

/* Móvil: carrusel de Experiencias full-bleed (card centrada + asomos hasta el borde, sin que el padding corte) */
@media (max-width: 767px) {
  .destination-section.style__two .destination__swiper {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}

/* HOVER: botones outline (limpiar filtros) nunca pierden el texto al cambiar de color */
.filter-actions button,
.filter-actions button:hover,
.filter-actions button:focus,
#clear-filters,
#clear-filters:hover,
.agtv-btn.secondary,
.agtv-btn.secondary:hover {
  color: var(--agtv-text) !important;
  background: var(--accent-soft) !important;
  border: 1px solid rgba(22, 40, 44, 0.18) !important;
}

/* Buscador del home en móvil: búsqueda y botón full width; ruta + idioma en una fila 50/50 */
@media (max-width: 767px) {
  .travel-boking.style-two .booking-box {
    grid-template-columns: 1fr 1fr !important;
  }
  .travel-boking.style-two .booking-box > *:nth-child(1),
  .travel-boking.style-two .booking-box > *:last-child {
    grid-column: 1 / -1 !important;
  }
}
