@charset "UTF-8";

/* ============================================
   PACHA MAMA SPIRIT — Design System
   ============================================
   Primary teal:    #2aa8a8
   Dark navy:       #1a2e45
   Accent gold:     #d4a843
   Light bg:        #f7f8fa
   Text dark:       #1e1e1e
   Text muted:      #6b7280
   ============================================ */

/* ---------- Base ---------- */
html {
  scroll-behavior: smooth;
}

/* ---------- Typography scale ---------- */
/* Sitio público: todos los <h1> usan Josefin; sombra suave (los héroes la refinan con reglas más específicas) */
h1 {
  font-family: "Josefin Sans", sans-serif;
  text-shadow: 0 1px 2px rgba(26, 46, 69, 0.14);
}

/* Primer párrafo tras el título: ritmo y contraste sin caja con fondo */
h1 + p {
  margin-top: 0.35rem;
  margin-bottom: 0.75rem;
  line-height: 1.65;
  font-size: 1.05rem;
  color: #334155;
}

/* Hero home: solo ritmo; color/sombra los define .contenidoindex p + .hero-index-lead */
.contenidoindex h1 + p {
  margin-top: 0;
}

/* Portadas oscuras (.temasBlogs): texto claro sobre foto */
.temasBlogs h1 + p {
  color: inherit;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55), 0 1px 3px rgba(0, 0, 0, 0.45);
}

/* Portadas con .h1web sobre imagen */
h1.h1web + p {
  color: inherit;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55), 0 1px 3px rgba(0, 0, 0, 0.45);
}

h2 {
  color: #1a2e45;
  font-size: 1.5rem !important;
  font-weight: 700;
  position: relative;
  letter-spacing: -0.01em;
}

h2::after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background: linear-gradient(90deg, #2aa8a8, #d4a843);
  border-radius: 2px;
  margin-top: 8px;
}

/* h2 centrados: el ::after global queda al inicio del bloque; centramos la raya bajo el título */
h2.h1-index::after,
h2.h1-responsive::after,
h2.text-center::after {
  margin-left: auto;
  margin-right: auto;
}

h3 {
  font-size: 1.15rem;
  font-weight: 600;
  color: #1a2e45;
}

strong {
  font-weight: 700;
}

/* ---------- Layout helpers ---------- */
.space {
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: 100%;
}

.share {
  text-align: center;
  margin-top: 2em;
}

/* ---------- Helpers UI (Bootstrap + pocas reglas; evitar style="" en vistas) ---------- */
.text-brand {
  color: #2aa8a8 !important;
}

.hero-index-title {
  color: #fff;
  text-shadow:
    0 0 1px rgba(0, 0, 0, 0.9),
    0 2px 18px rgba(0, 0, 0, 0.55),
    0 6px 36px rgba(0, 0, 0, 0.35);
}

/* Lead del hero: solo texto blanco + sombra (sin caja ni fondo) */
.hero-index-lead {
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.65;
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.35rem 0.5rem;
  color: rgba(255, 255, 255, 0.98) !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-radius: 0;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.9),
    0 2px 14px rgba(0, 0, 0, 0.75),
    0 4px 28px rgba(0, 0, 0, 0.55);
}

.contenidoindex h1.hero-index-title {
  text-shadow:
    0 0 2px rgba(0, 0, 0, 0.75),
    0 3px 22px rgba(0, 0, 0, 0.5),
    0 8px 40px rgba(0, 0, 0, 0.35);
}

.contenidoindex p.hero-index-lead {
  color: rgba(255, 255, 255, 0.98) !important;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.9),
    0 2px 14px rgba(0, 0, 0, 0.75),
    0 4px 28px rgba(0, 0, 0, 0.55);
}

/*
 * Portadas con foto full-viewport (style.css): velo oscuro + zoom suave “respirar”.
 * ::before del tema = degradado superior; ::after = velo uniforme encima del fondo.
 */
.hero::after,
.destinos::after,
.aventuras::after,
.imperdible::after,
.machu::after,
.ollantaytambo::after,
.pachamamalodge::after,
.santuaryLodge::after,
.paquetes::after,
.blog::after,
.terminos::after,
.preguntas::after,
.blog-temas::after,
.puno::after,
.valle::after,
.selva::after,
.caminata::after,
.nazca::after,
.lima::after,
.arequipa::after,
.cusco::after,
.ollanta::after,
.huchuy::after,
.choque::after,
.humantay::after,
.vinicunca::after,
.ica::after,
.pisco::after,
.puerto::after,
.salkantay::after,
.manu::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.34);
  z-index: 1;
  pointer-events: none;
}

.hero,
.destinos,
.aventuras,
.imperdible,
.machu,
.ollantaytambo,
.pachamamalodge,
.santuaryLodge,
.paquetes,
.blog,
.terminos,
.preguntas,
.blog-temas,
.puno,
.valle,
.selva,
.caminata,
.nazca,
.lima,
.arequipa,
.cusco,
.ollanta,
.huchuy,
.choque,
.humantay,
.vinicunca,
.ica,
.pisco,
.puerto,
.salkantay,
.manu {
  overflow: hidden;
  animation: pacha-cover-breathe 20s ease-in-out infinite;
  will-change: background-size;
}

/*
 * Zoom “respiración”: solo longitudes que interpolan (nunca cover en keyframes).
 * — pacha-cover-breathe: ancho % (ideal en escritorio / móvil apaisado).
 * — pacha-cover-breathe-portrait: alto % (móvil/tablet vertical: rellena altura sin bandas).
 */
@keyframes pacha-cover-breathe {
  0%,
  100% {
    background-size: 118% auto;
  }

  50% {
    background-size: 128% auto;
  }
}

@keyframes pacha-cover-breathe-portrait {
  0%,
  100% {
    background-size: auto 118%;
  }

  50% {
    background-size: auto 128%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero,
  .destinos,
  .aventuras,
  .imperdible,
  .machu,
  .ollantaytambo,
  .pachamamalodge,
  .santuaryLodge,
  .paquetes,
  .blog,
  .terminos,
  .preguntas,
  .blog-temas,
  .puno,
  .valle,
  .selva,
  .caminata,
  .nazca,
  .lima,
  .arequipa,
  .cusco,
  .ollanta,
  .huchuy,
  .choque,
  .humantay,
  .vinicunca,
  .ica,
  .pisco,
  .puerto,
  .salkantay,
  .manu {
    animation: none;
    will-change: auto;
  }

  .circulo i.icon-chevron-down:last-of-type,
  .circulo i.desvanecer {
    animation: none !important;
  }
}

/*
 * Viewport en móvil/tablet: dvh/svh evitan franjas bajo barra del navegador.
 * En vertical, la animación usa alto % (keyframes portrait) para que la foto cubra el alto.
 */
@media (max-width: 1024px) {
  .hero,
  .destinos,
  .aventuras,
  .imperdible,
  .machu,
  .ollantaytambo,
  .pachamamalodge,
  .santuaryLodge,
  .paquetes,
  .blog,
  .terminos,
  .preguntas,
  .blog-temas,
  .puno,
  .valle,
  .selva,
  .caminata,
  .nazca,
  .lima,
  .arequipa,
  .cusco,
  .ollanta,
  .huchuy,
  .choque,
  .humantay,
  .vinicunca,
  .ica,
  .pisco,
  .puerto,
  .salkantay,
  .manu {
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
  }
}

@media (max-width: 1024px) and (orientation: portrait) {
  .hero,
  .destinos,
  .aventuras,
  .imperdible,
  .machu,
  .ollantaytambo,
  .pachamamalodge,
  .santuaryLodge,
  .paquetes,
  .blog,
  .terminos,
  .preguntas,
  .blog-temas,
  .puno,
  .valle,
  .selva,
  .caminata,
  .nazca,
  .lima,
  .arequipa,
  .cusco,
  .ollanta,
  .huchuy,
  .choque,
  .humantay,
  .vinicunca,
  .ica,
  .pisco,
  .puerto,
  .salkantay,
  .manu {
    animation-name: pacha-cover-breathe-portrait;
    will-change: background-size;
  }
}

@media (max-width: 768px) {
  /* fixed + animación suele ir pesado en móvil (solo .hero usa attachment fixed en el tema) */
  .hero {
    background-attachment: scroll !important;
  }
}

/* /alrededor-de-peru y /category/around-peru: portada solo a 100vh (no dvh/svh del bloque general) */
.destinos.destinos-around-peru {
  height: 100vh !important;
  min-height: 100vh !important;
  background-image: url('../img/panoramico/machu-picchu-cusco.jpg');
}

/*
 * PC: zoom “118% auto” deja bandas en fotos muy anchas; el velo ::after sigue el cajón pero el fondo no.
 * Solo estas portadas (around-peru + lodge, únicas con .destinos-around-peru / .pachamamalodge en público):
 * animación por alto como en vertical + lodge centrado para que la imagen cubra el 100vh.
 */
@media (min-width: 1025px) {
  .destinos.destinos-around-peru,
  .pachamamalodge {
    animation-name: pacha-cover-breathe-portrait;
  }

  .pachamamalodge {
    background-position: center center;
  }
}

.site-nav-mobile-toggle {
  float: right;
}

.modal-pacha .modal-content {
  border-radius: 14px;
  overflow: hidden;
}

.modal-pacha-close {
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 2;
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1;
  opacity: 0.55;
  border: 0;
  background: transparent;
}

.modal-pacha-close:hover {
  opacity: 0.9;
}

.form-control-pacha-search {
  border-radius: 2rem;
  border: 1.5px solid #dee2e6;
  padding: 0.65rem 1.15rem;
}

.form-control-pacha-search:focus {
  border-color: #2aa8a8;
  box-shadow: 0 0 0 0.2rem rgba(42, 168, 168, 0.2);
}

.footer-logo-img {
  max-width: 160px;
  height: auto;
}

.footer-tagline {
  font-size: 0.82rem;
}

.footer-contact-link {
  color: inherit;
  text-decoration: none;
}

.footer-contact-link:hover {
  color: #2aa8a8;
}

.section-home-cta {
  background-color: #f7f8fa;
}

.home-contact-card {
  background: #fff;
  border-radius: 14px;
  padding: 2.5rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
}

.contact-line-icon {
  color: #2aa8a8;
  font-size: 1.2rem;
}

.feature-pillar-card {
  border: 1px solid rgba(0, 0, 0, 0.12);
}

/* ---------- Navbar top bar ---------- */
.site-navbar-top {
  background: #343434;
  border-bottom: none;
}

.site-navbar-top a {
  color: rgba(255,255,255,0.85) !important;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  transition: color 0.25s ease;
}

.site-navbar-top a:hover {
  color: #2aa8a8 !important;
}

.site-navbar-top .icon-facebook,
.site-navbar-top .icon-instagram,
.site-navbar-top .icon-tripadvisor,
.site-navbar-top .icon-youtube-play {
  font-size: 1rem;
  color: rgba(255,255,255,0.75);
  transition: color 0.25s ease, transform 0.25s ease;
}

.site-navbar-top .icon-facebook:hover,
.site-navbar-top .icon-instagram:hover,
.site-navbar-top .icon-tripadvisor:hover,
.site-navbar-top .icon-youtube-play:hover {
  color: #2aa8a8;
  transform: translateY(-2px);
}

/* ---------- Main navbar ---------- */

/* Transparente por defecto (sobre el hero), oscuro al hacer scroll (sticky) */
.site-navbar {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: none;
  padding: 0;
  transition: background 0.35s ease, box-shadow 0.35s ease;
}

/* Barra principal fija: jquery.sticky pone .is-sticky en .sticky-wrapper (no en .js-sticky-header) */
.sticky-wrapper.is-sticky .site-navbar {
  box-shadow: 0 2px 20px rgba(0,0,0,0.35);
}

.logo {
  max-width: 200px;
  width: auto;
  height: auto;
  max-height: 56px;
  object-fit: contain;
  object-position: left center;
  display: block;
  padding-bottom: 0.6em;
  margin-left: -1.5em;
  transition: opacity 0.2s ease;
}

.logo:hover {
  opacity: 0.85;
}

/* Menú con barra fija: tipografía/padding/capitalize los define style.css (.sticky-wrapper.is-sticky …).
   No redeclarar aquí el bloque .nav-link para no pisar el layout al hacer scroll. */

/* Language button — en top (no sticky) style.css fuerza li>a a 15px / 20px padding */
.castellano-es {
  font-weight: 700;
  background: #2aa8a8;
  padding: 4px 10px;
  color: #fff !important;
  border: none;
  border-radius: 16px;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background 0.3s ease, transform 0.2s ease, color 0.2s ease;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}

.site-navbar .site-navigation .site-menu > li > a.castellano-es {
  font-size: 12px !important;
  padding: 4px 10px !important;
  line-height: 1.2 !important;
}

.site-navbar .site-navigation .site-menu > li:has(> a.castellano-es) {
  padding: 4px 3px;
}

.castellano-es:hover,
.castellano-es:focus {
  background: #1a2e45;
  color: #fff !important;
  transform: translateY(-1px);
}

/* Sobre style.css (.site-menu>li>a:hover → #43CFCF; sticky usa !important) */
.site-navbar .site-navigation .site-menu > li > a.castellano-es:hover,
.site-navbar .site-navigation .site-menu > li > a.castellano-es:focus {
  color: #fff !important;
  background: #1a2e45;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.castellano-es {
  font-size: 12px !important;
  color: #fff !important;
  padding: 4px 10px !important;
  line-height: 1.2 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.castellano-es:hover,
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.castellano-es:focus {
  font-size: 12px !important;
  color: #fff !important;
  background: #1a2e45 !important;
  padding: 4px 10px !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:has(> a.castellano-es) {
  padding: 4px 3px;
}

.castellano-es:focus {
  outline: none;
}

/* Búsqueda: inline-block como el resto de <li> (style.css); evita desalinear la fila */
.site-menu.main-menu > li.nav-item-search {
  display: inline-block;
  vertical-align: middle;
}

/* Misma zona clic que los enlaces del template; más compacto cuando la barra está fija */
.site-menu.main-menu > li.nav-item-search .botonsearch {
  line-height: 1;
  padding: 20px 10px;
}

.sticky-wrapper.is-sticky .site-menu.main-menu > li.nav-item-search .botonsearch {
  padding: 10px 10px;
}

/* Search icon */
.botonsearch {
  background: transparent;
  cursor: pointer;
  color: rgba(255,255,255,0.88);
  border: none;
  font-size: 1.1rem;
  transition: color 0.25s ease, transform 0.25s ease;
}

.botonsearch:hover {
  color: #2aa8a8;
  transform: scale(1.1);
}

.row-menu {
  width: 100%;
}

/* Menú móvil: flecha como <button> (Bootstrap 5 collapse) */
.site-mobile-menu .site-nav-wrap button.arrow-collapse {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  line-height: 0;
  touch-action: manipulation;
}

/* ---------- Menú móvil (off-canvas): panel, buscador y enlaces ---------- */
.site-mobile-menu {
  width: min(340px, calc(100vw - 40px));
  padding-top: 0;
  display: flex;
  flex-direction: column;
  background: linear-gradient(165deg, #f0f4f8 0%, #ffffff 38%, #fafbfc 100%);
  box-shadow: -14px 0 48px rgba(26, 46, 69, 0.22);
  border-left: 1px solid rgba(42, 168, 168, 0.2);
}

.site-mobile-menu .site-mobile-menu-header {
  float: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px 12px;
  margin: 0;
  border-bottom: 1px solid rgba(26, 46, 69, 0.08);
  flex-shrink: 0;
}

.site-mobile-menu-title {
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1a2e45;
}

.site-mobile-menu-close-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 12px;
  background: rgba(26, 46, 69, 0.06);
  color: #1a2e45;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
  touch-action: manipulation;
}

.site-mobile-menu-close-btn:hover {
  background: rgba(42, 168, 168, 0.15);
  color: #1a2e45;
}

.site-mobile-menu-close-btn:active {
  transform: scale(0.96);
}

.site-mobile-menu-close-btn .icon-close2 {
  font-size: 1.35rem;
  line-height: 1;
}

.site-mobile-menu-search {
  flex-shrink: 0;
  padding: 16px 18px 4px;
}

.mobile-menu-search-form {
  margin: 0;
}

.mobile-menu-search-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 8px;
}

.mobile-menu-search-field {
  position: relative;
  display: flex;
  align-items: center;
}

.mobile-menu-search-field__icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: #2aa8a8;
  pointer-events: none;
  z-index: 1;
}

.mobile-menu-search-input.form-control {
  height: auto;
  padding: 12px 14px 12px 42px;
  border-radius: 14px;
  border: 1.5px solid rgba(26, 46, 69, 0.12);
  background: #fff;
  font-size: 0.95rem;
  color: #1a2e45;
  box-shadow: 0 2px 12px rgba(26, 46, 69, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mobile-menu-search-input.form-control::placeholder {
  color: #9ca3af;
}

.mobile-menu-search-input.form-control:focus {
  border-color: #2aa8a8;
  box-shadow: 0 0 0 3px rgba(42, 168, 168, 0.22);
  outline: none;
}

.mobile-menu-search-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 12px;
  padding: 12px 16px;
  border: none;
  border-radius: 14px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  background: linear-gradient(135deg, #2aa8a8 0%, #238f8f 100%);
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(42, 168, 168, 0.35);
  transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
  touch-action: manipulation;
}

.mobile-menu-search-submit:hover {
  filter: brightness(1.05);
  box-shadow: 0 6px 20px rgba(42, 168, 168, 0.4);
}

.mobile-menu-search-submit:active {
  transform: translateY(1px);
}

.mobile-menu-search-submit__icon {
  font-size: 1rem;
  opacity: 0.95;
}

.site-mobile-menu .site-mobile-menu-body {
  float: none;
  flex: 1;
  min-height: 0;
  height: auto !important;
  padding: 8px 12px 28px 12px;
  margin: 10px 6px 0;
  border-top: 1px solid rgba(26, 46, 69, 0.06);
}

/* Ocultar el ícono de búsqueda clonado del menú desktop (ya hay formulario arriba) */
.site-mobile-menu .site-nav-wrap > li.nav-item-search {
  display: none !important;
}

.site-mobile-menu .site-nav-wrap > li > a {
  font-weight: 600;
  font-size: 1rem !important;
  padding: 12px 16px !important;
  border-radius: 12px;
  color: #1a2e45 !important;
  transition: background 0.2s ease, color 0.2s ease;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  font-size: 0.95rem !important;
  padding: 10px 16px 10px 36px !important;
  font-weight: 500;
  color: #374151 !important;
}

.site-mobile-menu .site-nav-wrap a.active,
.site-mobile-menu .site-nav-wrap a:hover:not(.castellano-es) {
  color: #2aa8a8 !important;
  background: rgba(42, 168, 168, 0.1);
}

/* Después de las reglas generales de <a> del panel móvil (padding 12×16) */
.site-mobile-menu .site-nav-wrap > li > a.castellano-es {
  margin: 8px 12px 10px;
  font-size: 12px !important;
  padding: 5px 12px !important;
  line-height: 1.2 !important;
  color: #fff !important;
  background: #2aa8a8 !important;
}

.site-mobile-menu .site-nav-wrap > li > a.castellano-es:hover,
.site-mobile-menu .site-nav-wrap > li > a.castellano-es:focus {
  color: #fff !important;
  background: #1a2e45 !important;
}

.site-mobile-menu .site-nav-wrap li.active > a {
  color: #2aa8a8 !important;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  top: 8px;
  right: 6px;
  background: rgba(26, 46, 69, 0.04);
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: rgba(42, 168, 168, 0.12);
}

/* ---------- Hero ---------- */
.form-index {
  margin-top: 22%;
}

.contenidoindex {
  text-align: center;
}

.contenidoindex h1 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.contenidoindex p {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  color: rgba(255,255,255,0.92) !important;
  text-shadow: 1px 2px 8px rgba(0,0,0,0.5);
  margin-bottom: 1.8rem;
}

.contenidoindex a {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0.3em 0.4em;
  padding: 0.55em 1.2em;
  border-radius: 30px;
  font-size: 0.8rem;
  letter-spacing: 0.07em;
  border: 1.5px solid #2aa8a8;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  background: #2aa8a8;
  text-shadow: none;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

.contenidoindex a:hover,
.contenidoindex a:focus-visible {
  background: #1a2e45;
  border-color: #1a2e45;
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(26, 46, 69, 0.35);
}

/* Scroll indicator: “respiración” continua + hover en el enlace */
.circulo {
  position: relative;
  margin: 2.5em auto 0;
  text-align: center;
  border: 2px solid rgba(255,255,255,0.6);
  border-radius: 50px;
  width: 32px;
  height: 48px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  transition: border-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}

.form-index > a:hover .circulo,
.form-index > a:focus-visible .circulo {
  border-color: rgba(255, 255, 255, 0.95);
  transform: scale(1.12);
  box-shadow:
    0 0 0 3px rgba(42, 168, 168, 0.45),
    0 12px 32px rgba(0, 0, 0, 0.35);
}

.circulo i {
  color: #fff;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  transition: color 0.35s ease;
}

.circulo i.icon-chevron-down:last-of-type {
  animation: circulo-chevron-bob 1.85s ease-in-out infinite;
}

.circulo i.desvanecer {
  color: rgba(255, 255, 255, 0.72);
  animation: circulo-ghost-drift 1.85s ease-in-out infinite;
}

.form-index > a:hover .circulo i.icon-chevron-down:last-of-type,
.form-index > a:focus-visible .circulo i.icon-chevron-down:last-of-type {
  animation-duration: 1.05s;
  color: #d4f4f4;
}

.form-index > a:hover .circulo i.desvanecer,
.form-index > a:focus-visible .circulo i.desvanecer {
  animation-duration: 1.05s;
}

@keyframes circulo-chevron-bob {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
    color: #fff;
  }

  50% {
    transform: translateX(-50%) translateY(7px);
    color: #2aa8a8;
  }
}

@keyframes circulo-ghost-drift {
  0%,
  38% {
    opacity: 0.62;
    transform: translateX(-50%) translateY(0);
  }

  55%,
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(14px);
  }
}

/* ---------- Section titles ---------- */
.h1-index {
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  margin-top: 1.5rem;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.4em;
  color: #1a2e45;
  letter-spacing: -0.02em;
}

.h2-tierras {
  color: #1a2e45;
  font-size: 1.5rem !important;
  font-weight: 700;
  margin-bottom: 1rem;
}

.h2-tierras::after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background: linear-gradient(90deg, #2aa8a8, #d4a843);
  border-radius: 2px;
  margin-top: 8px;
}

.h1-destinos {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin: auto;
  margin-bottom: 0.4em;
  text-shadow: 2px 3px 12px rgba(0,0,0,0.6);
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: -0.01em;
}

.h1-destinos::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #2aa8a8;
  border-radius: 2px;
  margin: 0.3em auto 0;
}

/* Portadas full-viewport: el ::before del tema puede quedar encima del texto sin z-index */
.destinos,
.aventuras,
.imperdible,
.blog,
.blog-temas,
.machu,
.ollantaytambo,
.caminata,
.cusco,
.lima,
.arequipa,
.puno,
.valle,
.selva,
.nazca,
.ica,
.pisco,
.puerto,
.salkantay,
.manu,
.ollanta,
.huchuy,
.choque,
.humantay,
.vinicunca,
.paquetes,
.terminos,
.preguntas,
.pachamamalodge,
.santuaryLodge {
  position: relative;
}

.hero > .container,
.hero > .container-fluid,
.destinos > .container,
.destinos > .container-fluid,
.aventuras > .container,
.aventuras > .container-fluid,
.imperdible > .container,
.imperdible > .container-fluid,
.blog > .container,
.blog > .container-fluid,
.blog-temas > .container,
.blog-temas > .container-fluid,
.machu > .container,
.machu > .container-fluid,
.ollantaytambo > .container,
.ollantaytambo > .container-fluid,
.caminata > .container,
.caminata > .container-fluid,
.cusco > .container,
.cusco > .container-fluid,
.lima > .container,
.lima > .container-fluid,
.arequipa > .container,
.arequipa > .container-fluid,
.puno > .container,
.puno > .container-fluid,
.valle > .container,
.valle > .container-fluid,
.selva > .container,
.selva > .container-fluid,
.nazca > .container,
.nazca > .container-fluid,
.ica > .container,
.ica > .container-fluid,
.pisco > .container,
.pisco > .container-fluid,
.puerto > .container,
.puerto > .container-fluid,
.salkantay > .container,
.salkantay > .container-fluid,
.manu > .container,
.manu > .container-fluid,
.ollanta > .container,
.ollanta > .container-fluid,
.huchuy > .container,
.huchuy > .container-fluid,
.choque > .container,
.choque > .container-fluid,
.humantay > .container,
.humantay > .container-fluid,
.vinicunca > .container,
.vinicunca > .container-fluid,
.paquetes > .container,
.paquetes > .container-fluid,
.terminos > .container,
.terminos > .container-fluid,
.preguntas > .container,
.preguntas > .container-fluid,
.pachamamalodge > .container,
.pachamamalodge > .container-fluid,
.santuaryLodge > .container,
.santuaryLodge > .container-fluid {
  position: relative;
  z-index: 2;
}

/* Ficha tour: el wrapper #blog cambia de clase por JS (hikes, machupicchu, etc.) */
#blog > .container,
#blog > .container-fluid {
  position: relative;
  z-index: 2;
}

/* <p> junto a .h1-destinos: el p global es gris (#3a3a3a) y justify — se “pierde” sobre la foto */
.hero .h1-destinos + p,
.destinos .h1-destinos + p,
.aventuras .h1-destinos + p,
.imperdible .h1-destinos + p,
.blog .h1-destinos + p,
.blog-temas .h1-destinos + p,
.machu .h1-destinos + p,
.caminata .h1-destinos + p,
.cusco .h1-destinos + p,
.lima .h1-destinos + p,
.arequipa .h1-destinos + p,
.puno .h1-destinos + p,
.valle .h1-destinos + p,
.selva .h1-destinos + p,
.nazca .h1-destinos + p,
.ica .h1-destinos + p,
.pisco .h1-destinos + p,
.puerto .h1-destinos + p,
.salkantay .h1-destinos + p,
.manu .h1-destinos + p,
.ollanta .h1-destinos + p,
.huchuy .h1-destinos + p,
.choque .h1-destinos + p,
.humantay .h1-destinos + p,
.vinicunca .h1-destinos + p,
.paquetes .h1-destinos + p,
.terminos .h1-destinos + p,
.preguntas .h1-destinos + p,
.pachamamalodge .h1-destinos + p,
.santuaryLodge .h1-destinos + p {
  color: rgba(255, 255, 255, 0.96);
  text-align: center;
  font-weight: 500;
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.35rem;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.65), 0 0 1px rgba(0, 0, 0, 0.75);
}

#blog .h1-destinos + p {
  color: rgba(255, 255, 255, 0.96);
  text-align: center;
  font-weight: 500;
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.35rem;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.65), 0 0 1px rgba(0, 0, 0, 0.75);
}

.h3-banner {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  padding-top: 2.5em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}

.p-banner {
  color: rgba(255,255,255,0.92);
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
}

.p-banner a {
  color: #fff;
  background: #2aa8a8;
  padding: 10px 24px;
  border-radius: 30px;
  transition: background 0.3s ease, transform 0.2s ease;
  font-weight: 600;
}

.p-banner a:hover {
  background: #1a2e45;
  transform: translateY(-2px);
}

.h1-index-book {
  color: #fff;
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
  padding-bottom: 0.8em;
  font-family: "Josefin Sans", sans-serif;
}

/* ---------- Divider lines ---------- */
.linea {
  margin: 0 auto 1.5em;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #2aa8a8, #d4a843);
  border-radius: 2px;
}

/* Oculto: la línea decorativa pasa a ser solo .h2-tierras::after */
.linea2-blogs {
  display: none;
}

.linea-blogs {
  width: 60px;
  height: 3px;
  background: #2aa8a8;
  border-radius: 2px;
  margin: 0 auto 1.5em;
}

.linea-tours {
  width: 60px;
  height: 3px;
  background: #2aa8a8;
  border-radius: 2px;
  margin: 0 auto 1.5em;
}

.linea-precio {
  width: 50px;
  height: 2px;
  margin: 0 auto 1.2em;
  background: #1a2e45;
  border-radius: 2px;
}

.linea-foot {
  height: 2px;
  width: 40px;
  background: #2aa8a8;
  border-radius: 2px;
  margin: 0 auto 1.5em;
}

/* ---------- Feature cards (homepage "Lo que ofrecemos") ---------- */
.feature-card {
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.07);
  transition: box-shadow 0.35s ease, transform 0.35s ease;
  height: 100%;
  margin-bottom: 1.5rem;
}

.feature-card:hover {
  box-shadow: 0 8px 32px rgba(42, 168, 168, 0.15), 0 2px 8px rgba(0,0,0,0.08);
  transform: translateY(-4px);
}

.feature-card img {
  height: 72px;
  width: auto;
  margin-bottom: 1rem;
}

.feature-card p.feature-title {
  font-weight: 700;
  font-size: 0.95rem;
  color: #1a2e45;
  margin-bottom: 0.5rem;
}

.feature-card p.feature-desc {
  font-size: 1em;
  color: #2d2d2d;
  text-align: center;
  line-height: 1.6;
  margin: 0;
}

/* ---------- Tour cards ---------- */
.card-new {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: box-shadow 0.35s ease, transform 0.35s ease;
  margin-bottom: 2rem;
  background: #fff;
}

.card-new:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,0.15);
  transform: translateY(-5px);
}

.card-img-top {
  height: 220px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.card-new:hover .card-img-top {
  transform: scale(1.04);
}

/* Search & listing grids: cards centered on narrow viewports */
.results-cards-grid {
  justify-content: center;
}

.results-cards-grid > .col-results-card {
  display: flex;
  justify-content: center;
}

.results-cards-grid .card.card-new {
  width: 100%;
  max-width: 18rem;
  margin-bottom: 0;
}

/* Responsive (<lg): centrar cards de tours en columnas Bootstrap (ES/EN, listados, home, blogs relacionados) */
@media (max-width: 991.98px) {
  .row > [class*="col-"]:has(.card.card-new) {
    display: flex;
    justify-content: center;
  }

  .card.card-new {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ---------- Blog search results (ES/EN) ---------- */
.blog.blog--compact {
  height: auto !important;
  min-height: 220px;
  padding: 3rem 0 2.5rem;
  display: flex;
  align-items: center;
}

.blog.blog--compact .container {
  flex: 1;
}

.blog.blog--compact .h1-destinos {
  font-size: clamp(1.45rem, 4vw, 2.05rem);
  line-height: 1.28;
}

@media (min-width: 768px) {
  .blog.blog--compact {
    min-height: 260px;
    padding: 3.75rem 0 3rem;
  }
}

.blog-search-results {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 52%);
  padding: 2rem 0 3.25rem;
}

.blog-search-results__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.25rem;
  margin-bottom: 1.65rem;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid rgba(26, 46, 69, 0.09);
  text-align: center;
}

@media (min-width: 768px) {
  .blog-search-results__toolbar {
    justify-content: space-between;
    text-align: left;
  }
}

.blog-search-results__breadcrumb {
  font-size: 0.9rem;
  color: #64748b;
}

.blog-search-results__breadcrumb a {
  color: #2aa8a8;
  font-weight: 600;
}

.blog-search-results__breadcrumb a:hover {
  color: #1a2e45;
}

.blog-search-results__sep {
  margin: 0 0.35rem;
  opacity: 0.55;
}

.blog-search-results__back {
  display: inline-flex;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1a2e45;
  text-decoration: none;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(42, 168, 168, 0.12);
  transition: background 0.2s ease, color 0.2s ease;
}

.blog-search-results__back:hover {
  background: rgba(26, 46, 69, 0.1);
  color: #2aa8a8;
}

.blog-search-results__grid {
  max-width: 1140px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.blog-result-card .blog-result-card__media-link {
  display: block;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}

.blog-result-card .card-img-top {
  height: 200px;
}

.blog-result-card__date {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 0.35rem;
}

.blog-result-card .card-body {
  padding: 1.15rem 1.2rem 1.35rem;
}

.blog-result-card .card-titulo {
  font-size: 1rem;
  line-height: 1.35;
}

.blog-result-card__excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-align: center !important;
  flex-grow: 1;
}

.blog-result-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  justify-content: center;
}

.blog-result-card__tags a {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  background: rgba(42, 168, 168, 0.12);
  color: #1a5c5c !important;
  text-decoration: none !important;
  transition: background 0.2s ease;
}

.blog-result-card__tags a:hover {
  background: rgba(42, 168, 168, 0.22);
  color: #134848 !important;
}

.blog-search-results .blog-result-card.card-new {
  max-width: none;
}

/* Tag archive (ES/EN): sidebar + text-only cards */
.blog-tag-page .tag-sidebar {
  background: #fff;
  border: 1px solid rgba(26, 46, 69, 0.08);
  border-radius: 16px;
  padding: 1.15rem 1rem 1.25rem;
  box-shadow: 0 6px 28px rgba(26, 46, 69, 0.06);
  position: sticky;
  top: 6.25rem;
}

.tag-sidebar__title {
  font-size: 1rem;
  font-weight: 700;
  color: #1a2e45;
  margin: 0 0 0.85rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(26, 46, 69, 0.09);
}

.tag-sidebar__item {
  border-bottom: 1px solid rgba(26, 46, 69, 0.06);
}

.tag-sidebar__item:last-child {
  border-bottom: 0;
}

.tag-sidebar__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.55rem 0.15rem;
  text-decoration: none !important;
  color: #475569 !important;
  font-size: 0.92rem;
  font-weight: 600;
  transition: color 0.15s ease;
}

.tag-sidebar__link:hover {
  color: #2aa8a8 !important;
}

.tag-sidebar__item--active .tag-sidebar__link {
  color: #1a5c5c !important;
}

.tag-sidebar__count {
  flex-shrink: 0;
  min-width: 1.75rem;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  background: rgba(42, 168, 168, 0.14);
  color: #134848;
}

.tag-sidebar__item--active .tag-sidebar__count {
  background: rgba(26, 46, 69, 0.12);
  color: #1a2e45;
}

@media (max-width: 991.98px) {
  .blog-tag-page .tag-sidebar {
    position: static;
    margin-bottom: 0.5rem;
  }
}

.blog-search-results--empty {
  padding-top: 2.5rem;
}

.blog-search-empty-panel {
  max-width: 36rem;
  padding: 2rem 1.5rem 2.25rem;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 36px rgba(26, 46, 69, 0.08);
  border: 1px solid rgba(26, 46, 69, 0.06);
}

.blog-search-empty-panel__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a2e45;
  margin-bottom: 0.25rem;
}

.blog-search-results__link-all {
  font-weight: 600;
  color: #2aa8a8;
}

.blog-search-results__link-all:hover {
  color: #1a2e45;
}

/* Destinos Perú (ES/EN): mismo layout de cards y tipografía del bloque texto */
.destinations-peru-section {
  padding-bottom: 2.5rem;
}

.destinations-prose h2 {
  color: #1a2e45;
  font-weight: 700;
  font-size: 1.75rem;
  margin-top: 0.5rem;
}

.destinations-prose h3 {
  color: #1a2e45;
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 1.25rem;
}

.destinations-prose p,
.destinations-prose i {
  color: #475569;
  line-height: 1.65;
}

.destinations-prose i {
  font-style: italic;
}

.destinations-cards-grid .card.destinations-card .card-body {
  padding: 1.2rem 1rem 1.35rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 10rem;
}

.destinations-cards-grid .card.destinations-card .text-card {
  flex: 1 1 auto;
  margin-bottom: 0.65rem;
  max-width: 100%;
}

.destinations-cards-grid .card.destinations-card .boton-card {
  flex-shrink: 0;
}

/* Listados de destinos (ES/EN): el grid de búsqueda anula margin-bottom; aquí lo recuperamos */
.destinations-cards-grid.results-cards-grid .card.card-new,
.destinations-peru-section .destiny-tours-en__grid .card.card-new.destiny-tour-card {
  margin-bottom: 1.75rem;
}

.card .card-titulo {
  margin-bottom: 0.7rem;
  font-weight: 700;
  color: #1a2e45;
  font-size: 0.95rem;
  position: relative;
  letter-spacing: -0.01em;
}

.card .card-titulo::after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background: #2aa8a8;
  border-radius: 1px;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}

.text-card {
  color: #2d2d2d;
  text-align: center;
  font-size: 1em;
  line-height: 1.55;
  margin-top: 0.8rem;
}

.enlacesCategoria {
  width: 100%;
  padding: 0.5em 0;
}

.iconos-tours {
  padding-bottom: 1.5rem;
  color: #2d2d2d;
  font-size: 1em;
}

/* Tour badge links */
.enlaceMapi  { color: #27a057; font-weight: 700; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.05em; }
.enlaceHike  { color: #e05555; font-weight: 700; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.05em; }
.enlaceLuxury { color: #8a6e3d; font-weight: 700; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.05em; }
.enlaceFullday { color: #8b34a0; font-weight: 700; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.05em; }
.enlaceAround  { color: #2f62d0; font-weight: 700; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.05em; }

.enlaceMapi:hover  { color: #1e8045; }
.enlaceHike:hover  { color: #b83c3c; }
.enlaceLuxury:hover{ color: #6b5230; }
.enlaceFullday:hover{ color: #6d2880; }
.enlaceAround:hover { color: #1d4ba0; }

/* ---------- Buttons ---------- */
.boton-card {
  display: inline-block;
  background: #2aa8a8;
  padding: 9px 22px;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  border: none;
  transition: background 0.3s ease, transform 0.2s ease;
}

.boton-card:hover {
  background: #1a2e45;
  color: #fff;
  transform: translateY(-2px);
}

.boton-index {
  background: #2aa8a8;
  border: none;
  padding: 11px 28px;
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: background 0.3s ease, transform 0.2s ease;
}

.boton-index:hover {
  background: #1a2e45;
  color: #fff;
  transform: translateY(-2px);
}

.boton-blog-search {
  background: #fff;
  border: 1.5px solid rgba(0,0,0,0.15);
  padding: 7px 18px;
  color: #1a2e45;
  border-radius: 30px;
  font-weight: 600;
  font-size: 0.82rem;
  transition: all 0.3s ease;
}

.boton-blog-search:hover {
  color: #fff;
  background: #2aa8a8;
  border-color: #2aa8a8;
}

.btn-pacha {
  background: #2aa8a8;
  border: none;
  color: #fff;
  padding: 6px 18px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 0.8rem;
}

/* ---------- Full-image category section ---------- */
.full-img {
  width: 100%;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
}

.full-img-card {
  flex: 1 1 0;
  min-width: 0;
  height: 320px;
  display: block;
  position: relative;
  overflow: hidden;
}

.oscuro {
  background: rgba(0,0,0,0.15);
  transition: background 0.5s ease;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 0.75rem;
  box-sizing: border-box;
}

.uno:hover .oscuro,
.dos:hover .oscuro,
.tres:hover .oscuro,
.cuatro:hover .oscuro {
  background: rgba(26, 46, 69, 0.72);
  transition: background 0.5s ease;
}

.uno  { background: url("../img/thumb/salkantay-trek.webp") center center / cover no-repeat; }
.dos  { background: url("../img/thumb/machu-picchu-travel-tour.webp") center center / cover no-repeat; }
.tres { background: url("../img/thumb/turismo-en-peru.webp") center center / cover no-repeat; }
.cuatro { background: url("../img/thumb/tejedora-chinchero.webp") center center / cover no-repeat; }

.full-img h5 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-shadow: 1px 2px 8px rgba(0,0,0,0.5);
  transition: transform 0.4s ease;
  margin: 0;
}

/* Móvil / tablet: texto y CTA siempre visibles (sin depender de :hover) */
.full-img p {
  margin: 0.35rem 0 0;
  transition: margin 0.5s ease, opacity 0.5s ease;
  color: rgba(255,255,255,0.95);
  font-size: 0.88rem;
  opacity: 1;
  padding: 0 1rem;
  text-align: center;
  max-width: 22rem;
}

.full-img a {
  display: inline-block;
  margin-top: 0.65rem;
  color: #fff;
  background: transparent;
  padding: 8px 22px;
  border: 1.5px solid rgba(255,255,255,0.8);
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: background 0.35s ease, border-color 0.35s ease, color 0.35s ease, opacity 0.5s ease, margin 0.5s ease;
  opacity: 1;
}

.full-img a:hover,
.full-img a:focus {
  color: #fff;
  background: #2aa8a8;
  border-color: #2aa8a8;
}

/* Escritorio ancho: revelar párrafo y botón al pasar el ratón */
@media (min-width: 992px) {
  .full-img p {
    margin-left: -60em;
    opacity: 0;
    max-width: none;
  }

  .full-img a {
    margin-right: -60em;
    opacity: 0;
  }

  .uno:hover p,
  .dos:hover p,
  .tres:hover p,
  .cuatro:hover p {
    margin-left: 0;
    opacity: 1;
  }

  .uno:hover a,
  .dos:hover a,
  .tres:hover a,
  .cuatro:hover a {
    margin-right: 0;
    opacity: 1;
    color: #fff;
  }
}

/* ---------- Contact form ---------- */
.formTransparent input,
.formTransparent textarea,
.formTransparent select {
  background: transparent;
  border: none;
  border-bottom: 1.5px solid rgba(0,0,0,0.2);
  border-radius: 0;
  padding-left: 0;
  transition: border-color 0.3s ease;
}

.formTransparent input:focus,
.formTransparent textarea:focus,
.formTransparent select:focus {
  background: transparent;
  border-color: #2aa8a8;
  box-shadow: none;
  outline: none;
}

.formTransparent .btnTransparent {
  background: transparent;
  margin-top: 2rem;
  border: 1.5px solid #2aa8a8;
  border-radius: 30px;
  padding: 10px 36px;
  color: #1a2e45;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  isolation: isolate;       /* crea stacking context propio */
  transition: color 0.35s ease;
}

.formTransparent .btnTransparent::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #2aa8a8;
  transition: height 0.35s ease;
  z-index: -1;              /* queda detrás del texto, visible por isolation */
}

.formTransparent .btnTransparent:hover {
  color: #fff;
}

.formTransparent .btnTransparent:hover::before {
  height: 100%;
}

.form-control:focus {
  border-color: #2aa8a8 !important;
  box-shadow: 0 0 0 0.2rem rgba(42, 168, 168, 0.12) !important;
}

/* ---------- Banners ---------- */
.banner {
  height: 420px;
  width: 100%;
  background: linear-gradient(to bottom right, rgba(0,0,0,0.62), rgba(0,0,0,0.42)),
              url(../img/panoramico/lares-trek.webp) center center / cover no-repeat;
  background-attachment: fixed;
}

.banner-destinos {
  height: 420px;
  width: 100%;
  background: linear-gradient(to bottom right, rgba(0,0,0,0.62), rgba(0,0,0,0.42)),
              url(../img/panoramico/los-mejores-destinos-para-peru.webp) center center / cover no-repeat;
  background-attachment: fixed;
}

.banner-imperdible {
  height: 500px;
  width: 100%;
  background: linear-gradient(to bottom right, rgba(0,0,0,0.3), rgba(0,0,0,0.18)),
              url(../img/panoramico/cusco-imperdible-tierras-vivas.webp) center center / cover no-repeat;
  background-attachment: fixed;
}

.banner-aventuras {
  height: 500px;
  width: 100%;
  background: linear-gradient(to bottom right, rgba(0,0,0,0.62), rgba(0,0,0,0.42)),
              url(../img/panoramico/camino-inca-reserva.webp) center center / cover no-repeat;
  background-attachment: fixed;
}

.banner-container {
  margin: auto;
  width: 50%;
}

/* ---------- Blog listing hero (blog-peru / peru-blog) ---------- */
.blog {
  position: relative;
}

.blog .container,
.blog .container-fluid {
  position: relative;
  z-index: 2;
}

.blog-hero-subtitle {
  color: rgba(255, 255, 255, 0.96);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.55;
  max-width: 42rem;
  margin: 0.5rem auto 0;
  text-align: center;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.65), 0 0 1px rgba(0, 0, 0, 0.75);
}

.blog-listing-section .blog-listing-lead {
  color: #2c3e50;
  font-size: 1rem;
  line-height: 1.65;
  max-width: 48rem;
  margin: 0 0 1rem;
}

.blog-listing-section .blog-listing-lead a {
  color: #2aa8a8;
}

.blog-listing-section h2 {
  color: #1a2e45;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.blog-listing-no-results {
  font-weight: 600;
  color: #1a2e45;
}

.blog-listing-section {
  padding-bottom: 0.25rem;
}

.blog-post-meta {
  color: #6b7280;
  font-size: 0.95rem;
  margin-bottom: 1.25rem;
}

/* ---------- Blog cards ---------- */
.blogSpace {
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.35s ease, transform 0.35s ease;
  margin-bottom: 1.5rem;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
}

.blogSpace:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.13);
  transform: translateY(-4px);
}

.blogSpace p {
  text-align: left;
}

.imgCuadrada {
  width: 100%;
  height: 80px;
  object-fit: cover;
}

/* Listado público blog-peru / peru-blog: franja a ancho completo, 4 columnas en desktop */
.blogs {
  width: 25%;
  border: none;
  height: 260px;
  overflow: hidden;
  text-align: center;
  color: #fff;
}

.blogs .black {
  background: linear-gradient(180deg, rgba(10, 18, 30, 0.2) 0%, rgba(10, 18, 30, 0.62) 100%);
  transition: background 0.5s ease;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 1.1rem 0.9rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 0.45rem;
}

.blogs:hover .black {
  background: rgba(0,0,0,0.52);
}

.blogs:hover p {
  margin-left: 0;
  font-size: 13px;
  opacity: 1;
  transition: 0.5s;
}

.blogs:hover h2 { opacity: 1; }

.blogs h2 {
  color: #fff;
  font-size: 1.05rem !important;
  padding-top: 0;
  margin: 0;
  opacity: 0.92;
  transition: opacity 0.5s ease;
}

/* Título sobre la foto del listado blog-peru / peru-blog */
.blogs h2.nombreBlog {
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.7), 0 1px 4px rgba(0, 0, 0, 0.55), 0 0 1px rgba(0, 0, 0, 0.9);
}

.blogs h2::after { display: none; }

.blogs p {
  text-align: center;
  font-size: 0;
  margin: 0;
  opacity: 0;
  color: #fff;
  padding: 0;
  max-width: 34ch;
  transition: 0.5s;
}

.blogs .fecha {
  margin-right: 0;
  transition: 0.5s;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.82rem;
}

.blogs:hover .fecha {
  margin-right: 0;
}

.blogs a {
  text-align: center;
  color: #fff !important;
  background: transparent;
  padding: 8px 18px;
  border: 1.5px solid #fff;
  border-radius: 30px;
  font-size: 0.78rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(7px);
  transition: all 0.4s ease;
  text-decoration: none !important;
}

.blogs a:hover,
.blogs a:focus,
.blogs a:focus-visible,
.blogs a:active {
  color: #fff !important;
  background: #2aa8a8;
  border-color: #2aa8a8;
  text-decoration: none !important;
}

.blogs:hover a {
  opacity: 1;
  transform: translateY(0);
  color: #fff !important;
}

#cuerpo {
  max-width: 760px;
}

#cuerpo .blog-post-heading {
  line-height: 1.25;
  margin-bottom: 0.45rem;
}

#cuerpo .blog-post-content {
  color: #334155;
  line-height: 1.75;
  font-size: 1.03rem;
  text-wrap: pretty;
}

#cuerpo .blog-post-content p,
#cuerpo .blog-post-content li {
  color: #334155;
  line-height: 1.75;
}

#cuerpo .blog-post-content h2,
#cuerpo .blog-post-content h3,
#cuerpo .blog-post-content h4 {
  color: #1a2e45;
  line-height: 1.35;
  margin-top: 1.4rem;
  margin-bottom: 0.7rem;
}

#cuerpo .blog-post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.blogimg {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

/* Enlace idioma alternativo (blog/tour/destinos): sin franja blanca bajo el menú */
.locale-lang-strip {
  padding: 0.2rem 0.75rem 0.45rem;
  margin: 0;
  background: transparent;
  border: none;
  line-height: 1.45;
}

.locale-lang-strip a {
  color: #1f8a8a;
  font-weight: 600;
  text-decoration: none;
}

.locale-lang-strip a:hover {
  color: #156f6f;
  text-decoration: underline;
}

.locale-lang-strip__muted {
  color: #64748b;
}

/* Inicio (/) e inicio ES: carril horizontal con tarjetas inclinadas (solo home) */
.home-blog-rail {
  padding: 0 0 0.5rem;
}

/* Título centrado en el carril del blog: la línea decorativa debe ir al centro */
.home-blog-rail__head .h2-tierras::after {
  margin: 8px auto 0;
}

.home-blog-rail__lead {
  color: #6b7280;
  font-size: 0.95rem;
  max-width: 34rem;
  margin: 0.25rem auto 0;
  line-height: 1.5;
}

.home-blog-rail__viewport {
  position: relative;
  padding: 0 2.35rem;
}

.home-blog-rail__track {
  display: flex;
  gap: 1.15rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0.75rem 0.15rem 1.25rem;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}

.home-blog-rail__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 2.35rem;
  height: 2.35rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(26, 46, 69, 0.82);
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(26, 46, 69, 0.2);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.home-blog-rail__arrow:hover {
  background: #2aa8a8;
  box-shadow: 0 8px 22px rgba(42, 168, 168, 0.28);
}

.home-blog-rail__arrow:focus-visible {
  outline: 2px solid #2aa8a8;
  outline-offset: 2px;
}

.home-blog-rail__arrow--prev {
  left: 0;
}

.home-blog-rail__arrow--next {
  right: 0;
}

@media (max-width: 575px) {
  .home-blog-rail__viewport {
    padding: 0 1.85rem;
  }

  .home-blog-rail__arrow {
    width: 2rem;
    height: 2rem;
    font-size: 1.15rem;
  }
}

.home-blog-rail__track::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.home-blog-rail__card {
  flex: 0 0 min(86vw, 300px);
  scroll-snap-align: start;
}

.home-blog-rail__link {
  display: block;
  height: 100%;
  min-height: 268px;
  text-decoration: none;
  color: inherit;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(165deg, #1a2e45 0%, #243b55 55%, #1a2e45 100%);
  box-shadow: 0 16px 40px rgba(26, 46, 69, 0.22);
  transform: rotate(-1.1deg);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.home-blog-rail__card:nth-child(even) .home-blog-rail__link {
  transform: rotate(1.1deg);
}

.home-blog-rail__link:hover {
  transform: rotate(0deg) translateY(-5px);
  box-shadow: 0 22px 50px rgba(42, 168, 168, 0.22);
}

.home-blog-rail__media {
  position: relative;
  height: 132px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 82%, 0 100%);
}

.home-blog-rail__media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-blog-rail__body {
  padding: 0.35rem 1rem 1.1rem;
  color: rgba(255, 255, 255, 0.95);
}

.home-blog-rail__accent {
  display: block;
  width: 42px;
  height: 3px;
  background: linear-gradient(90deg, #2aa8a8, #d4a843);
  border-radius: 2px;
  margin-bottom: 0.45rem;
}

.home-blog-rail__date {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.72;
  color: rgba(255, 255, 255, 0.85);
}

.home-blog-rail__title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.28;
  margin: 0.4rem 0 0.45rem;
  color: #fff;
}

.home-blog-rail__excerpt {
  font-size: 0.82rem;
  line-height: 1.45;
  margin: 0;
  opacity: 0.88;
  color: rgba(255, 255, 255, 0.9);
}

.home-blog-rail__go {
  display: inline-block;
  margin-top: 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2aa8a8;
}

.home-blog-rail__btn-all {
  display: inline-block;
  margin-top: 0.25rem;
  padding: 0.5rem 1.35rem;
  border-radius: 999px;
  border: 2px solid #2aa8a8;
  color: #2aa8a8;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.home-blog-rail__btn-all:hover {
  background: #2aa8a8;
  color: #fff;
}

@media (min-width: 992px) {
  .home-blog-rail__card {
    flex: 0 0 288px;
    scroll-snap-align: center;
  }
}

/* Home tour filters (AJAX): scroll bajo cabecera sticky */
.home-tours-results {
  scroll-margin-top: 5.5rem;
}

.home-tours-results--loading {
  opacity: 0.45;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.enlaces-blog {
  display: block;
  color: #1a2e45;
  font-size: 1rem;
  font-weight: 600;
  transition: color 0.25s ease;
}

.enlaces-blog:hover {
  color: #2aa8a8;
}

.texto-blog {
  color: #3a3a3a;
  text-align: justify;
}

.relacionado-medio {
  text-align: center;
  border-top: 1px solid rgba(0,0,0,0.12);
  border-bottom: 1px solid rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  padding: 12px 40px;
  margin: 1.5em 0;
  transition: background 0.3s ease;
}

.relacionado-medio a {
  color: #1a2e45;
  font-style: italic;
  transition: color 0.25s ease;
}

.relacionado-medio:hover {
  background: rgba(42, 168, 168, 0.04);
}

.relacionado-medio:hover a {
  color: #2aa8a8;
}

/* ---------- Tour detail page ---------- */
.details {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 3em;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.details a {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #1a2e45;
  letter-spacing: 0.1em;
  transition: color 0.25s ease;
}

.details a:hover {
  color: #2aa8a8;
}

.details p {
  font-weight: 500;
  color: #1a2e45;
}

.sticky { position: sticky; top: 4.5em; }

.book-tours {
  background: linear-gradient(135deg, #1a2e45 0%, #22404e 100%);
  padding: 1.5rem 1.8rem;
  border-radius: 12px;
}

.book-tours h4 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.book-tours label {
  color: rgba(255,255,255,0.85);
  font-size: 0.85rem;
}

.book-tours button { margin-top: 1em; }

.djmFormShow {
  padding: 1.8em;
  background: linear-gradient(135deg, #1a2e45, #22404e);
  color: #fff;
  border-radius: 12px;
}

.precio {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  color: #1a2e45;
}

.tours-blog { text-align: justify; }

.tours-blog h4 {
  border-bottom: 1.5px dotted rgba(0,0,0,0.2);
  border-width: 2px;
  margin-bottom: 0.5em;
}

.tours-blog .a {
  color: #2aa8a8;
  font-size: 1.2rem;
  padding-right: 0.4em;
  transition: color 0.25s ease;
}

.tours-blog .a:hover { color: #1a2e45; }

.tours-blog .b {
  color: #375a5f;
  font-size: 1.1rem;
  padding-right: 0.4em;
  transition: color 0.25s ease;
}

.tours-blog .b:hover { color: #1a2e45; }

.enlaces-tours { font-weight: 700; color: #2aa8a8; }

.paneles li { list-style: none; }

/* ---------- Tags ---------- */
.tags { margin-bottom: 1.5em; }

.tags a {
  color: #2aa8a8 !important;
  transition: color 0.3s ease;
  cursor: pointer;
  margin-left: 0.5em;
  font-size: 0.85rem;
}

.tags a:hover {
  color: #1a2e45 !important;
}

/* ---------- Navigation tabs ---------- */
.tab-content {
  background: #f0f2f5 !important;
  border-radius: 0 0 8px 8px;
}

/* Contenido enriquecido (CMS) dentro de pestañas: sin pseudo‑subrayado en h2 (evita líneas sueltas al justificar texto) */
.tab-content h2::after,
.tab-pane h2::after {
  display: none;
}

/* ---------- EN Destinies Perú: acordeón (Bootstrap) sin subrayado global en <h2> ---------- */
.accordion-destiny.accordion-flush {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(26, 46, 69, 0.12);
  box-shadow: 0 10px 36px rgba(26, 46, 69, 0.08);
  background: #fff;
}

.accordion-destiny .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(26, 46, 69, 0.08);
}

.accordion-destiny .accordion-item:last-of-type {
  border-bottom: none;
}

.accordion-destiny .accordion-item h2::after {
  display: none !important;
}

.accordion-destiny .accordion-button {
  font-weight: 600;
  font-size: 1rem;
  color: #1a2e45;
  padding: 1rem 1.2rem;
  background: #f7f8fa;
  box-shadow: none;
}

.accordion-destiny .accordion-button:not(.collapsed) {
  background: rgba(42, 168, 168, 0.14);
  color: #1a2e45;
  box-shadow: none;
}

.accordion-destiny .accordion-button:focus {
  box-shadow: 0 0 0 2px rgba(42, 168, 168, 0.35);
  border-color: transparent;
}

.accordion-destiny .accordion-body {
  padding: 1.25rem 1.35rem 1.5rem;
  line-height: 1.65;
  color: #374151;
  font-size: 0.95rem;
  background: #fff;
}

/* Tours sugeridos bajo el acordeón (páginas EN destinies) */
.destiny-tours-en {
  margin-top: 0.5rem;
}

.destiny-tours-en__title {
  margin-bottom: 0.35rem;
}

.destiny-tours-en__intro {
  color: #6b7280;
  font-size: 0.9rem;
  max-width: 36rem;
  margin: 0 auto 1.75rem;
}

.destiny-tour-card {
  border: 1px solid rgba(26, 46, 69, 0.1);
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.destiny-tour-card:hover {
  box-shadow: 0 12px 32px rgba(26, 46, 69, 0.12);
  transform: translateY(-2px);
}

.destiny-tour-card .card-img-top {
  height: 180px;
  object-fit: cover;
}

.nav { background: #e8eaed; }

.nav .nav-item {
  border: 1px solid rgba(114,114,114,0.3);
}

/* ---------- Accordion ---------- */
.boton-acordion {
  border: none;
  font-size: 1rem;
  text-align: left;
  font-weight: 600;
  color: #1a2e45;
  transition: color 0.25s ease;
}

.boton-acordion:focus {
  outline: none;
}

.boton-acordion:hover { color: #2aa8a8; }

/* ---------- Search modal ---------- */
.h3-book-pop-up {
  margin-top: 1.5em;
  text-align: center;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #1a2e45;
}

/* ---------- Tooltip ---------- */
[data-title] { position: relative; }

[data-title]:hover::after {
  opacity: 1;
  transition: all 0.15s ease 0.4s;
  visibility: visible;
}

[data-title]::after {
  content: attr(data-title);
  background: #1a2e45;
  color: #fff;
  font-weight: 700;
  font-size: 0.82rem;
  position: absolute;
  padding: 5px 14px;
  bottom: -1.6em;
  left: 100%;
  opacity: 0;
  z-index: 99999;
  visibility: hidden;
  border-radius: 6px;
  white-space: nowrap;
}

/* ---------- WhatsApp floating button ---------- */
.btn-whatsapp {
  display: block;
  width: 62px;
  height: 62px;
  position: fixed;
  right: 22px;
  bottom: 28px;
  z-index: 999;
  filter: drop-shadow(0 4px 12px rgba(37, 211, 102, 0.45));
  transition: transform 0.25s ease, filter 0.25s ease;
}

.btn-whatsapp a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.btn-whatsapp a:hover {
  color: #fff;
  background: #1ebe5a;
}

.btn-whatsapp__icon {
  font-size: 2.05rem;
  line-height: 1;
}

.btn-whatsapp:hover {
  transform: scale(1.08) translateY(-2px);
  filter: drop-shadow(0 8px 18px rgba(37, 211, 102, 0.55));
}

/* ---------- Footer ---------- */
.display-foot   { display: block; }
.display-foot-2 { display: none; }

/* Silueta cerros + cóndor (SVG) superpuesto */
.footer-mountain-stage {
  position: relative;
  overflow: hidden;
  line-height: 0;
  /* Sin container-type: size (rompía la altura de la silueta en varios navegadores). */
  --condor-y-start: calc(clamp(5%, 2vw, 13%) + 5%);
  --condor-drop-end: clamp(120px, 52vh, 360px);
  --condor-drop-travel: calc(var(--condor-drop-end) * 0.95);
}

.footer-mountain-stage > img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-condor {
  position: absolute;
  top: var(--condor-y-start);
  /* 2% del ancho del viewport: visible enseguida al arrancar */
  left: 2vw;
  /* ~30% más pequeño que la versión intermedia (≈ 70% del tamaño previo) */
  width: clamp(20px, 3.65vw, 44px);
  z-index: 2;
  pointer-events: none;
  filter: drop-shadow(0 1px 2px rgba(255, 255, 255, 0.1)) drop-shadow(0 2px 6px rgba(0, 0, 0, 0.32));
  animation: footer-condor-fly-x 66.7s linear infinite;
  animation-play-state: paused;
}

.footer-condor-bob {
  animation: footer-condor-glide-y 66.7s linear infinite;
  animation-play-state: paused;
}

body.js-footer-peaks-visible .footer-condor,
body.js-footer-peaks-visible .footer-condor-bob {
  animation-play-state: running;
}

.footer-condor-img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

@keyframes footer-condor-fly-x {
  0% {
    left: 2vw;
  }

  100% {
    left: 108%;
  }
}

@keyframes footer-condor-glide-y {
  0% {
    transform: translateY(0);
  }

  14.28% {
    transform: translateY(calc(var(--condor-drop-travel) * 0.1428));
  }

  28.57% {
    transform: translateY(calc(var(--condor-drop-travel) * 0.2857));
  }

  42.85% {
    transform: translateY(calc(var(--condor-drop-travel) * 0.4285));
  }

  57.14% {
    transform: translateY(calc(var(--condor-drop-travel) * 0.5714));
  }

  71.42% {
    transform: translateY(calc(var(--condor-drop-travel) * 0.7142));
  }

  85.71% {
    transform: translateY(calc(var(--condor-drop-travel) * 0.8571));
  }

  100% {
    transform: translateY(var(--condor-drop-travel));
  }
}

@media (prefers-reduced-motion: reduce) {
  .footer-condor {
    animation: none;
    animation-play-state: running;
    left: 38%;
    top: var(--condor-y-start, calc(8% + 5%));
    width: clamp(15px, 3.1vw, 34px);
  }

  .footer-condor-bob {
    animation: none;
    animation-play-state: running;
  }

  .footer-condor-img {
    transform: none;
  }
}

@media (max-width: 575.98px) {
  .footer-mountain-stage {
    --condor-drop-end: clamp(88px, 44vh, 260px);
  }
}

footer {
  width: 100%;
  background: #343434;
  font-size: 0.92rem;
  padding-top: 1rem;
}

footer p {
  color: rgba(255,255,255,0.75);
  text-align: center;
  margin-bottom: 0.3em;
  font-size: 0.88rem;
}

.h4-foot {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 3em;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.a-foot {
  color: rgba(255,255,255,0.72);
  display: block;
  font-size: 0.88rem;
  text-align: center;
  margin-bottom: 0.3em;
  transition: color 0.25s ease;
}

.a-foot:hover { color: #2aa8a8; }

.social-foot a {
  color: rgba(255,255,255,0.72);
  font-size: 1.3rem;
  transition: color 0.25s ease, transform 0.25s ease;
  display: inline-block;
  margin: 0 0.3em;
}

.social-foot a:hover {
  color: #2aa8a8;
  transform: translateY(-3px);
}

.copy {
  text-align: center;
  color: rgba(255,255,255,0.45);
  margin-top: 2em;
  padding: 1.5em 0;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.copy h5 {
  font-size: 0.82rem;
  font-weight: 400;
}

.copy .djm2 {
  color: rgba(255,255,255,0.6);
  font-weight: 500;
  transition: color 0.25s ease;
}

.copy .djm2:hover { color: #2aa8a8; }

/* ---------- Dashboard (admin) ---------- */
.dashboard {
  width: 100%;
  height: 90px;
  background: #1a2e45;
  margin-bottom: 2em;
  display: flex;
  align-items: center;
}

.dashboard ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.dashboard ul li {
  float: left;
  padding-right: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.dashboard ul li a {
  color: rgba(255,255,255,0.8);
  transition: color 0.25s ease;
}

.dashboard ul li a:hover { color: #2aa8a8; }

/* ---------- Misc ---------- */
.share { text-align: center; margin-top: 2em; }

.compartir a {
  background: #2aa8a8;
  color: #fff;
  padding: 0.65em;
  margin-left: 0.6em;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #2aa8a8;
  font-size: 1.1rem;
  transition: background 0.3s ease, color 0.3s ease;
}

.compartir a:hover {
  background: #fff;
  color: #2aa8a8;
}

.back-menu {
  height: 132px;
  width: 100%;
  background: #1a2e45;
}

#traslate {
  margin-left: 1.5em;
  background: #2aa8a8;
  padding: 5px 14px;
  color: #fff;
  border-radius: 20px;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-align: center;
  transition: background 0.3s ease;
}

#traslate:hover { background: #1a2e45; }

.div-form-tours {
  position: sticky;
  top: 3.5em;
  margin: 1em;
}

.titulosTours {
  text-align: center;
  color: #fff;
  font-weight: 700;
}

/* ---------- Responsive ---------- */
@media (min-width: 768px) and (max-width: 1199px) {
  .logo { margin-left: -1em; }
  .h1-destinos { margin-top: 7em; font-size: 2rem; }
}

/* Full-img: por debajo de lg las 4 columnas se aplastan; apilar y reforzar overlay */
@media (max-width: 991.98px) {
  .full-img {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .full-img-card {
    flex: 0 0 auto;
    width: 100%;
    min-height: 220px;
    height: min(52vw, 280px);
  }

  .full-img .oscuro {
    background: rgba(26, 46, 69, 0.5);
    padding: 1.5rem 1rem;
  }

  .uno:hover .oscuro,
  .dos:hover .oscuro,
  .tres:hover .oscuro,
  .cuatro:hover .oscuro {
    background: rgba(26, 46, 69, 0.65);
  }

  .full-img h5 {
    font-size: 1.35rem;
  }

  .full-img p {
    font-size: 0.9rem;
    max-width: 26rem;
  }
}

@media (max-width: 912px) {
  .site-navbar .site-navigation .site-menu > li > a.castellano-es {
    margin: 0;
  }

  .display-foot   { display: none; }
  .display-foot-2 { display: inline; }

  .logo { margin-left: 0; }

  .form-index { margin-top: 50%; }

  .contenidoindex h1 { font-size: 1.9rem; }

  .row-menu { width: 100%; }
  .icon-menu { float: right; }

  .h1-index-book { font-size: 1.6rem; }

  .h1-destinos { font-size: 1.7rem; margin-top: 7em; }

  .banner-container { width: 92%; }

  .h3-banner { font-size: 1.8rem; padding-top: 1.5em; }

  .banner {
    background: linear-gradient(to bottom right, rgba(0,0,0,0.62), rgba(0,0,0,0.42)),
                url(../img/responsive/reservas-camino-inca-peru.webp) center / cover no-repeat;
    height: 400px;
  }

  .banner-destinos {
    background: linear-gradient(to bottom right, rgba(0,0,0,0.62), rgba(0,0,0,0.42)),
                url(../img/responsive/los-mejores-destinos-para-peru.webp) center / cover no-repeat;
  }

  .banner-aventuras {
    background: linear-gradient(to bottom right, rgba(0,0,0,0.62), rgba(0,0,0,0.42)),
                url(../img/responsive/camino-inca-reserva.webp) center / cover no-repeat;
  }

  .blogs {
    width: 100%;
    height: 220px;
  }

  /* Listados blog-peru / peru-blog: margen lateral para que las cards no queden pegadas al borde */
  .blog-listing-section > .container-fluid {
    padding-left: 0.85rem !important;
    padding-right: 0.85rem !important;
  }

  .blogs .black {
    background: linear-gradient(180deg, rgba(10, 18, 30, 0.16) 0%, rgba(10, 18, 30, 0.72) 100%);
    align-items: center;
    text-align: center;
    gap: 0.42rem;
    padding: 1.2rem 1.35rem 1.1rem;
    justify-content: flex-end;
  }

  .blogs h2 {
    width: 100%;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1rem !important;
    opacity: 1;
  }

  .blogs .fecha {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.35rem;
    text-align: center;
    font-size: 0.78rem;
  }

  .blogs p {
    width: 100%;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 0.86rem;
    line-height: 1.45;
    opacity: 0.94;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .blogs a {
    opacity: 1;
    transform: none;
    display: inline-flex;
    align-self: center;
    margin-top: 0.2rem;
  }

  #cuerpo {
    max-width: 100%;
  }

  #cuerpo .blog-post-content {
    font-size: 1rem;
    line-height: 1.7;
  }
}

@media (max-width: 576px) {
  .contenidoindex a { display: block; margin: 0.4em auto; max-width: 180px; }
  .h1-index { font-size: 1.8rem; }
  .h1-destinos { font-size: 1.5rem; }

  .full-img-card {
    min-height: 200px;
    height: min(58vw, 260px);
  }

  .full-img h5 { font-size: 1.2rem; }
  .full-img p { font-size: 0.85rem; }
}
