/* ========================================
   ESTILOS PARA PÁGINAS DE SEDES
   ======================================== */

/* ===== HERO DE SEDE ===== */
.sede-hero {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.sede-hero-image {
    width: 100%;
    height: 100%;
}

.sede-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sede-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.sede-hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 0;
    color: white;
    z-index: 10;
}

.sede-badge {
    display: inline-block;
    background: var(--jungle-pink);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.sede-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: white;
}

.sede-location {
    font-size: 1.2rem;
    opacity: 0.9;
}

.sede-location i {
    margin-right: 8px;
    color: var(--jungle-cyan);
}

/* ===== INFO BOX - OCULTO ===== */
.sede-info-box {
    display: none !important;
}

.sede-info-box .card {
    border-radius: var(--border-radius-lg);
    position: sticky;
    top: 100px;
}

.sede-info-box .info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.sede-info-box .info-item i {
    font-size: 1.5rem;
    min-width: 24px;
}

.sede-info-box .info-item strong {
    display: block;
    margin-bottom: 5px;
}

.sede-info-box .info-item p {
    margin: 0;
    color: #666;
}

.sede-info-box .info-item a {
    color: var(--jungle-pink);
    text-decoration: none;
}

.sede-info-box .info-item a:hover {
    text-decoration: underline;
}

/* ===== CARACTERÍSTICAS ===== */
.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: var(--border-radius-md);
    transition: var(--transition-base);
}

.feature-item:hover {
    background: #e9ecef;
    transform: translateY(-2px);
}

.feature-item i {
    font-size: 2rem;
    color: var(--jungle-pink);
}

.sede-features-list {
    list-style: none;
    padding: 0;
}

.sede-features-list li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.sede-features-list i {
    font-size: 1.2rem;
}

/* ===== GALERÍA ===== */
.gallery-item {
    overflow: hidden;
    border-radius: var(--border-radius-md);
    transition: var(--transition-base);
}

.gallery-item:hover {
    transform: scale(1.05);
    box-shadow: var(--shadow-lg);
}

.gallery-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: var(--transition-base);
}

.gallery-item:hover img {
    transform: scale(1.1);
}

/* ===== PRODUCTOS ===== */
.product-card {
    transition: var(--transition-base);
    border: none;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border: none;
}

.product-price {
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--jungle-pink);
    margin: 15px 0;
}

/* ===== SECTION TITLE ===== */
.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--jungle-dark);
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}


.sede-products .section-title,
.other-sedes .section-title {
    color: black !important;
    padding: 3rem 0;
}

/* ===== TARJETA DE SEDE (reutilizable) ===== */
.sede-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.sede-card-link:hover {
    color: inherit;
    text-decoration: none;
}

/* ===== TAMAÑOS (WIDTH) ===== */
.w-100 {
    width: 100%;
}

.w-90 {
    width: 90%;
}

.w-80 {
    width: 80%;
}

.w-70 {
    width: 70%;
}

.w-60 {
    width: 60%;
}

.w-50 {
    width: 50%;
}

.w-40 {
    width: 40%;
}

.w-30 {
    width: 30%;
}

.w-20 {
    width: 20%;
}

.w-10 {
    width: 10%;
}



/* DESCUENTOS Y BENEFICIOS */
/* ===== HERO SECTION (reutilizable) ===== */
.jungle-hero-menu {
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    overflow: hidden;
    background: var(--jungle-dark);
    z-index: 0;
}

.jungle-hero-content img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jungle-hero-menu .jungle-hero-content {
    width: 100%;
    height: 100%;
    bottom: 0;
    top: 0;
}

.recomendaciones .jungle-hero-content img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.jungle-content-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.jungle-hero-widget {
    position: absolute;
    background-color: var(--jungle-pink);
    color: var(--jungle-white);
    padding: 60px;
    border-radius: 5em 0em 0em 5em;
    width: 450px;
    top: 50%;
    right: 0;
    font-weight: 500;
    text-align: right;
    transform: translateY(-50%) skew(-15deg) rotate(-15deg);
}

.descuentos-main-content.jungle-purple {
    background: transparent;
    background-image: linear-gradient(90deg, #6400C0 0%, #4a0b8f 100%);
}

.item-section {
    padding: 5rem;
}

.item-section .slider {
    display: flex;
    gap: 10px;
}

.item-section {

    h3,
    p,
    span {
        color: var(--jungle-white);
    }
}

.imagen-extra {
    width: 100%;
}

/* PRECIOS Y HORARIOS */

.bg-pink {
    background-color: var(--jungle-pink);
}

.bg-blue {
    background-color: var(--jungle-blue);
}

.bg-purple {
    background-color: var(--jungle-purple);
}

.precios-horarios-main-content {
    padding: 5rem 0 !important;
}


.precios-horarios-main-content .item {
    display: flex;
    align-items: flex-start;
    gap: 10rem;
    margin-bottom: 5rem;
}

.precios-horarios-main-content .widget-container {
    color: var(--jungle-white);
    padding: 60px;
    border-radius: 0em 5em 5em 0em;
    width: 350px;
    font-weight: 500;
    transform: var(--t-jungle);
    text-align: right;

    i {
        font-size: 10rem;
    }
}

.precios-horarios-main-content .jungle-content {

    h2,
    h5,
    h6,
    ul {
        color: var(--jungle-white);
    }
}


/* Estilos generales para el slider */
.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 20px;
    /* Espacio entre slides */
}

.descuento-slide {
    flex: 0 0 calc(33.333% - 14px);
    /* 3 slides visibles con gap */
    min-width: 0;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
}

.arrow-prev {
    left: 10px;
}

.arrow-next {
    right: 10px;
}

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: background 0.3s;
}

.slider-dot.active {
    background: #007bff;
}

.clone {
    /* Estilos específicos para clones si es necesario */
}


/* ===== RECOMENDACIONES ===== */

.recomendaciones-main-content {
    padding: 5rem;
}

.container.p-5 {
    padding: 8rem 0px !important;
}

.d-flex.w-100 {
    margin-top: 8rem;
}

.text-white,
.text-white h5 {
    color: var(--jungle-white);
}


/* LAYOUT 50/50 (default) */
.contenido.layout-50-50 .imagen-dinamica {
    width: 50%;
}

/* LAYOUT 40/60 */
.contenido.layout-40-60 .imagen-dinamica:nth-child(1) {
    width: 40%;
}

.contenido.layout-40-60 .imagen-dinamica:nth-child(2) {
    width: 60%;
}

/* LAYOUT 33/33/33 (3 imágenes) */
.contenido.layout-33-33-33 .imagen-dinamica,
.contenido-layout.layout-33-33-33 .imagen-layout {
    width: 33.33%;
    height: auto;
    object-fit: cover;
}

.contenido-layout.layout-33-33-33 {
    display: flex;
}

/* ESTILOS BASE (compartidos) */
.jungle-section .contenido {
    display: flex;
    width: 100%;
    height: 700px;
}

.jungle-section .contenido.sabana.el-derby {
    display: flex;
    width: 100%;
    min-height: 930px;
}

.jungle-section .contenido .imagen-dinamica {
    height: 100%;
    object-fit: cover;
}

.jungle-section .contenido.inflata.el-derby {
    height: 1000px;

    .imagen-dinamica {
        width: 50%;
        height: 100%;
        object-fit: cover;
    }
}

.jungle-section .contenido.inflata.trujillo {
    height: 700px;

    .imagen-dinamica {
        width: 50%;
        height: 100%;
        object-fit: cover;
    }
}

.jungle-section .contenido.arena-vr.el-derby {
    height: 1200px;

    .imagen-dinamica {
        width: 50%;
        height: 100%;
        object-fit: cover;
    }
}

.jungle-section .contenido-extra.el-derby {

    .imagen-extra {
        width: 100%;
        height: 1300px;
        object-fit: cover;
    }
}

.jungle-section .contenido.inflata.mallplaza-nqs {
    .imagen-dinamica {
        width: 50%;
        height: 100%;
        object-fit: cover;
    }
}


/* Estilos base que aplican a TODAS las sedes y secciones */
.jungle-section .principal {
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    overflow: hidden;
    height: 700px;
}




.jungle-section.atracciones.valojump {

    .principal {
        height: 1100px;
    }
}

.jungle-section .contenido div {
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
}

/* Layout 3 imágenes pequeñas (solo Celebraciones Derby) */
.contenido.tres_imagenes_pequenas {
    display: flex;
    height: 300px;
    width: 100%;
    gap: 10px;
}

.contenido.tres_imagenes_pequenas div {
    height: 100%;
    width: 33.33%;
    border-radius: 10px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .sede-title {
        font-size: 2rem;
    }

    .sede-hero {
        height: 400px;
    }

    .sede-info-box .card {
        position: relative;
        top: 0;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .sede-title {
        font-size: 1.5rem;
    }

    .sede-hero {
        height: 300px;
    }

    .section-title {
        font-size: 1.8rem;
    }
}