:root {
      --color-primario: #102d33;
      --color-acento: #164551;
      --gris-suave: #f4f4f4;
      --texto: #2c2c2c;
    }

    

h1,h2,h3{
  font-family: 'Raleway', sans-serif;
  font-weight:600;
}


    body {
      margin: 0;
      color: var(--texto);
      background: #fff;
       font-family: 'Poppins', sans-serif;
    }
.intro-content p,


.section-header{
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #5a6b75;
  margin: 0 auto;
}


.icon-white{
  color: #ffffff !important;
}

/* INTRODUCCIÓN GENERAL ESTILIZADA */
.intro-tradiciones {
  max-width: 900px;
  margin: 70px auto 90px auto;
  text-align: center;
  padding: 30px 30px 50px;
  background: #ffffffee;
  border-radius: 18px;

  position: relative;
  overflow: hidden;
}


/* TÍTULO */
.intro-tradiciones h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1f4c57;
  margin-bottom: 20px;
}

/* PÁRRAFOS */
.intro-tradiciones p {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #4b4b4b;
  margin-bottom: 18px;
}



    /* ---------------- LOGO SUPERIOR ---------------- */
    .header-logo {
      width: 100%;
      background: #ffffffd8;
      backdrop-filter: blur(6px);
      padding: 15px 0;
      position: fixed;
      top: 0;
      z-index: 2000;
      display: flex;
      justify-content: center;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .header-logo img {
      width: 150px;
    }

    /* BLOQUE DE CONTENIDO */
    .bloque {
      background: var(--gris-suave);
      padding: 30px;
      border-radius: 18px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: center;
      width: 100%;
      margin: 0 auto 70px;
      box-shadow: 0 5px 12px rgba(0,0,0,0.15);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .bloque:hover {
      transform: translateY(-6px);
      box-shadow: 0 10px 22px rgba(0,0,0,0.25);
    }

    .bloque img {
      width: 100%;
      height: 500px;
      object-fit: cover;
      border-radius: 16px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
      transition: transform .3s ease;
    }

    .bloque img:hover {
      transform: scale(1.03);
    }


/* ================= BOTÓN HAMBURGUESA ================= */
.menu-btn {
  display: none;
}

@media (max-width: 992px) {
  .menu-btn {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1040;
    background: none;
    border: none;
    font-size: 28px;
    color: #000;
  }
}

/* ================= CTA PRO BONITA ================= */

.cta-wrapper {
  padding: 80px 20px;
  display: flex;
  justify-content: center;
}

.cta-box {
  width: 100%;
  max-width: 1200px;

  /* 🔥 degradado más elegante */
  background: linear-gradient(135deg, #757374, #707272);

  color: #ffffff !important;

  padding: 70px 50px;
  border-radius: 60px;

  text-align: center;

  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

/* 🔥 TÍTULO (BLANCO Y FUERTE) */
.cta-box h2 {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff !important;
}

/* 🔥 TEXTO */
.cta-box p {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.85);
  margin-bottom: 40px;
}

/* 🔥 BOTONES */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

/* 🔥 BOTÓN PRINCIPAL (más bonito) */
.btn-primary {
  background: #ffffff;
  color: #1f2a44;
  padding: 15px 34px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
  border: none;

  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.btn-primary:hover {
  transform: translateY(-3px);
  background: #949494;
}

/* 🔥 BOTÓN BORDE */
.btn-outline {
  border: 2px solid rgba(255,255,255,0.8);
  color: white;
  padding: 15px 34px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;

  transition: all 0.3s ease;
}

.btn-outline:hover {
  background: white;
  color: #1f2a44;
  transform: translateY(-3px);
}

/* ✨ EFECTO SUAVE COMO TU IMAGEN */
.btn-primary:hover {
  transform: translateY(-2px);

  box-shadow:
    0 0 25px rgba(255,255,255,0.35),
    0 0 50px rgba(255,255,255,0.25),
    0 0 80px rgba(255,255,255,0.15);

  background: #ffffff; /* 🔥 mantiene el color */
}

/* 🔥 cuando haces click */
.btn-primary:active {
  box-shadow:
    0 0 35px rgba(255,255,255,0.5),
    0 0 70px rgba(255,255,255,0.3);
}

/* 🔥 TEXTO GRIS OSCURO AL PASAR EL MOUSE */
.btn-primary:hover {
  color: #333333 !important; /* gris oscuro elegante */
}

/* 🔥 TAMBIÉN CUANDO HACES CLICK */
.btn-primary:active {
  color: #333333 !important;
}


/* ===============================
   ESCALA GLOBAL (COMO 90% ZOOM)
   =============================== */

body{
  zoom: 0.9;
}

/* En celulares mejor no reducir tanto */
@media (max-width: 768px){
  body{
    zoom: 1;
  }
}
/* ===============================
   TARJETAS DE EVENTOS (TOUR CARD)
================================= */

.eventos-row{
  align-items: flex-start !important;
}

/* CONTENEDOR TARJETA */
.tour-card{
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.05);
  transition: all .4s ease;
  height: 100%;
  max-width: 360px;
  margin: 0 auto;
  position: relative;
}

.tour-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.14);
}

/* IMAGEN */
.tour-image{
  overflow: hidden;
  position: relative;
}

.tour-image img{
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform .6s ease;
}

.tour-card:hover .tour-image img{
  transform: scale(1.08);
}

/* CONTENIDO */
.tour-content{
  padding: 16px;
}

/* HEADER */
.tour-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.tour-header h4{
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f3d4c;
}

/* BOTÓN */
.btn-vermas{
  border: none;
  background: linear-gradient(135deg,#135464,#1b728d);
  color: white;
  padding: 7px 14px;
  border-radius: 30px;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  transition: .3s ease;
}

.btn-vermas:hover{
  transform: scale(1.06);
  background: linear-gradient(135deg,#1b728d,#135464);
}

/* SUBTITULO */
.tour-mini-subtitle{
  margin: 5px 0 0 0;
  font-size: 0.85rem;
  line-height: 1.4;
  color: #777;
  font-style: italic;
}

/* FECHA */
.tour-date{
  margin: 8px 0 10px 0;
  font-size: 0.85rem;
  color: #555;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* TAGS */
.tour-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
  margin-bottom: 10px;
}

.tour-tags span{
  background: #f4f8fa;
  color: #135464;
  border-radius: 50px;
  padding: 6px 12px;
  font-size: 0.72rem;
  font-weight: 600;
  border: 1px solid #dbe7ec;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* FRASE */
.tour-frase{
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 600;
  color: #135464;
}

/* INFO EXTRA */
.tour-extra{
  display: none;
  margin-top: 12px;
}

.tour-card.activo .tour-extra{
  display: block;
}

.tour-desc{
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  text-align: justify;
}

.tour-info p{
  font-size: 13px;
  margin: 8px 0;
  color: #444;
}

.tour-info i{
  color: #11546c;
  margin-right: 8px;
}



/* =========================================
   INTRODUCCIÓN
========================================= */

.intro-tradiciones{
  max-width: 1000px;
  margin: 80px auto;
  padding: 0 20px;
  text-align: center;
}

.intro-tradiciones h2{
  font-size: clamp(1.8rem, 4vw, 3rem);
  margin-bottom: 25px;
  color: #164551;
}

.intro-tradiciones p{
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.9;
  color: #555;
}


/* =========================================
   CTA
========================================= */

.cta-box{
  padding: 60px 25px;
  border-radius: 30px;
  text-align: center;
}

.cta-box h2{
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.cta-box p{
  font-size: 1rem;
  line-height: 1.8;
}


/* =========================================
   FOOTER
========================================= */

.footer{
  overflow: hidden;
}

.footer h4{
  font-size: 1.2rem;
}

.footer p,
.footer a{
  font-size: 0.95rem;
}


/* =========================================
   DESTINATION OVERLAY (IMAGEN GRANDE)
========================================= */

.destination-overlay{
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

/* CAPA OSCURA */
.destination-overlay::before{
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    to top,
    rgba(0,0,0,0.88),
    rgba(0,0,0,0.55),
    rgba(0,0,0,0.25)
  );

  z-index: 1;
}

/* IMAGEN */
.destination-overlay img{
  width: 100%;
  display: block;
  filter: brightness(0.75) contrast(1.2);
}

/* TEXTO ENCIMA */
.destination-info{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;

  width: 100%;
  padding: 35px;
  color: white;
}

/* TITULO */
.destination-info h3{
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 0 3px 12px rgba(0,0,0,0.8);
}

/* SUBTEXTOS */
.destination-info p,
.destination-info span{
  color: rgba(255,255,255,0.95);
  text-shadow: 0 2px 10px rgba(0,0,0,0.85);
}

/* TAG */
.destination-tag{
  display: inline-block;
  background: rgba(255,255,255,0.18);
  backdrop-filter: blur(6px);
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 600;
}