.hero-destinos {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.team-img {
    object-fit: cover;
    height: 200px;
    width: 200px;
    border: 5px solid #fff;
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1);
}

.stat-card {
    transition: transform 0.3s ease;
}
.stat-card:hover {
    transform: translateY(-5px);
}
.category-header {
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}


.card .card-image img {
    transition: transform 0.4s ease;
}


.price-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 15px 16px;
  background: linear-gradient(135deg, rgba(211, 20, 30, 0.983), rgba(209, 196, 197, 0.949));
  border-radius: 14px;
  gap: 1px;
}

.price-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #E1F5EE;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.price-amount {
  font-size: 30px;
  font-weight: bold;
  color: #E1F5EE;
  line-height: 1;
}

.price-currency {
  font-size: 13px;
  font-weight: 500;
  color: #E1F5EE;
}

/* Línea divisoria más elegante */
.border-t-soft {
    border-top: 1px solid rgba(0,0,0,0.06);
}

.info-tags-container {
    display: flex;
    flex-wrap: wrap; /* Para que no se rompa en móviles */
    gap: 12px;
    margin-bottom: 1rem;
}

.info-tag {
    display: flex;
    align-items: center;
    background: #f8fafc; /* Gris azulado muy claro */
    padding: 6px 12px;
    border-radius: 8px;
    transition: all 0.2s ease;
}


/* Contenedor del icono: le damos un color de fondo sutil */
.icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 0.85rem;
}

/* Diferenciamos colores por tipo de dato */
.item-region .icon-wrapper { color: #3b82f6; /* Azul para mapas */ }
.item-date .icon-wrapper { color: #10b981; /* Verde (tu color excel) para fechas */ }

.tag-text {
    font-size: 0.75rem;
    font-weight: 600;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* Estilo para los iconos */
.duration-item .fa-sun {
    color: #f59e0b; /* Ambar/Sol */
    font-size: 0.85rem;
}

.duration-item .fa-moon {
    color: #6366f1; /* Índigo/Noche */
    font-size: 0.8rem;
}



.custom-poster-ratio {
    aspect-ratio: 2 / 3; 
    overflow: hidden;
}

.custom-poster-ratio img {
    object-fit: cover; 
    height: 100%;
}





.hero-body .title {
    font-size: 3.0rem !important;
}

.hero-body .subtitle {
    font-size: 1.7rem !important;
    padding-bottom: 2dvh;
}


.custom-short-hero {
    position: relative;
    height: 450px;
    min-height: 350px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}


.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-body {
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2); 
}


.custom-poster-ratio {
    aspect-ratio: 2 / 3; 
    overflow: hidden;
}

.custom-poster-ratio img {
    object-fit: cover; 
    height: 100%;
}

.feature-icon {
    background-color: #eff5fb;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem auto;
}

.whatsapp{ 
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

/* Configuración base de la tarjeta social */
.social-card {
    display: block;
    position: relative;
    width: 100%;
    height: 500px; /* Altura fija para simular pantalla de móvil */
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Efecto Hover: La tarjeta flota */
.social-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 30px rgba(0,0,0,0.25);
}

/* Imagen de fondo */
.social-card .card-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

.social-card:hover .card-bg {
    transform: scale(1.1); /* Zoom suave al pasar el mouse */
}

/* Overlay degradado para que el texto se lea */
.social-card .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8) 100%);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
}

/* Botón de Play centrado */
.social-card .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    width: 60px;
    height: 60pxcover;

    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    z-index: 3;
}

.social-card:hover .play-btn {
    transform: translate(-50%, -50%) scale(1.1);

}

.tiktok-style { border-bottom: 4px solid #00f2ea; }
.insta-style { border-bottom: 4px solid #e1306c; }
.youtube-style { border-bottom: 4px solid #ff0000; }

#logob {
    height: 180px;
    transition: transform 0.3s ease; 
}

#logob:hover {
    transform: scale(1.05);
}

.price-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 15px 16px;
  background: linear-gradient(135deg, rgba(211, 20, 30, 0.983),rgb(202, 71, 77), rgba(209, 196, 197, 0.949));
  border-radius: 14px;
  gap: 1px;
}

.price-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #E1F5EE;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.price-amount {
  font-size: 30px;
  font-weight: bold;
  color: #E1F5EE;
  line-height: 1;
}

.price-currency {
  font-size: 13px;
  font-weight: 500;
  color: #E1F5EE;
}
.swiper {
    width: 100%;
    height: 100%;
    border-radius: 10px; 
}

.swiper-slide {
    transition: all 0.4s ease;
}

.swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.85); 
    opacity: 0.5; /* Las hace semi-transparentes */
}

.swiper-slide figure {
    border-radius: 12px; 
    overflow: hidden;
}

.cover-img {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: fill; 
    object-position: center;
    
}

@media screen and (max-width: 768px) {
    .image.is-3by1 {
        padding-top: 56.25%; 
    }
}

#dinamic-hide {
    opacity: 0;
    transform: translateY(-16px) scale(0.96);
    filter: blur(4px);
    pointer-events: none;
    display: block !important;

    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;

    transition:
        opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
        filter 0.25s ease,
        max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1),
        padding 0.35s ease,
        margin 0.35s ease;
}

#dinamic-hide.is-active {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0px);
    pointer-events: auto;

    max-height: 500px;
    padding-top: revert;
    padding-bottom: revert;
    margin-top: revert;
    margin-bottom: revert;
}

.item-duration {
    background: #ffffff !important;
    border: 1px solid #e2e8f0;
    padding: 4px 10px !important;
}

.duration-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.duration-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #1e293b;
}

/* Estilo para los iconos */
.duration-item .fa-sun {
    color: #f59e0b; /* Ambar/Sol */
    font-size: 0.85rem;
}

.duration-item .fa-moon {
    color: #6366f1; /* Índigo/Noche */
    font-size: 0.8rem;
}

/* El texto pequeño (Días/Noches) */
.duration-item small {
    font-size: 0.65rem;
    font-weight: 500;
    color: #64748b;
    text-transform: uppercase;
    margin-left: 1px;
}

/* Divisor vertical sutil */
.duration-divider {
    width: 1px;
    height: 14px;
    background: #cbd5e1;
}


/* Línea divisoria más elegante */
.border-t-soft {
    border-top: 1px solid rgba(0,0,0,0.06);
}

.info-tags-container {
    display: flex;
    flex-wrap: wrap; /* Para que no se rompa en móviles */
    gap: 12px;
    margin-bottom: 1rem;
}

.info-tag {
    display: flex;
    align-items: center;
    background: #f8fafc; /* Gris azulado muy claro */
    padding: 6px 12px;
    border-radius: 8px;
    transition: all 0.2s ease;
}


/* Contenedor del icono: le damos un color de fondo sutil */
.icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 0.85rem;
}

/* Diferenciamos colores por tipo de dato */
.item-region .icon-wrapper { color: #3b82f6; /* Azul para mapas */ }
.item-date .icon-wrapper { color: #10b981; /* Verde (tu color excel) para fechas */ }

.tag-text {
    font-size: 0.75rem;
    font-weight: 600;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* 1. Forzar que la imagen llene el contenedor 4:3 sin deformarse */
.card-image .image.is-4by3 {
    overflow: hidden; /* Evita que la imagen se salga si hay bordes redondeados */
}

.card-image .image.is-4by3 img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* RELLENA el espacio 4:3 recortando sobrantes */
    object-position: center; /* Centra el contenido de la foto */
}

/* 2. Mantener todas las cards del mismo alto y botones alineados */
.column > .card {
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

.card-content {
    flex-grow: 1; /* Hace que el contenido crezca para empujar el footer hacia abajo */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.is-overlay {
    pointer-events: none;
}

.price-badge {
    pointer-events: auto; /* Permite interacción solo en el badge si fuera necesario */
}



.tab-content {
    display: none;
}

.tab-content.is-active {
    display: block;
}