/* ========================================
   ESTILOS BASE - FUN JUNGLE PARKS
   ======================================== */

/* ===== RESET Y BASE ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-secondary);
    font-size: var(--fs-body);
    line-height: 1.6;
    color: var(--jungle-dark);
    background-color: var(--jungle-white);
    overflow-x: hidden;
}

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

/* ===== TIPOGRAFÍA ===== */
h1,
h1 span,
h2,
h2 span,
h3,
h3 span,
h4,
h4 span,
h5,
h5 span,
h6,
h6 span {
    font-family: var(--font-primary);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: var(--spacing-md);
    color: var(--jungle-dark);
}

h1 {
    font-size: var(--fs-h1);
}

h2 {
    font-size: var(--fs-h2);
}

h3 {
    font-size: var(--fs-h3);
}

h4 {
    font-size: var(--fs-h4);
}

h5 {
    font-size: var(--fs-h5);
}

p {
    margin-bottom: var(--spacing-md);
    line-height: 1.8;
}

a {
    color: var(--jungle-pink);
    text-decoration: none;
    transition: var(--transition-base);
}

a:hover {
    color: var(--jungle-cyan);
}

/* ===== COLORES ===== */
.c-white {
    color: var(--jungle-white);
}

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

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


.c-cyan {
    color: var(--jungle-cyan);

}

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

.c-yellow {
    color: var(--jungle-yellow);
}

/* ===== CONTENEDORES ===== */
.container {
    width: 100%;
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: var(--container-padding);
}

.container-fluid {
    width: 100%;
    padding: var(--container-padding);
}


/* ===== CONTENT SECTION ===== */


.jungle-contacto-section {
    height: 900px;
    padding: 0;
    background-color: transparent;
    background-image: linear-gradient(335deg, #003b91 0%, #f2295b 57%)
}

.jungle-contacto-section .content {
    width: 100%;
}

.jungle-contacto-section .content.left.image {
    background-image: url(../img/home/influencer_saltando.png);
    border-radius: 0% 40% 80% 0%;
    background-position: center center;
    box-shadow: 7px 0px 0px 5px #F3ACDA;
    transition: background 0.3s, border 0.7s, border-radius 0.7s, box-shadow 0.7s;
    box-shadow: 0px 0 0 10px #ff00b2, 10px 0 0 10px #ff00b2, 40px 0 0 5px #ff59b0, 50px 0 0 10px #ff8ed3, 70px 0 0 5px #ff59b0, 90px 0 0 10px #ff00b2;
}

.content.left.image:hover {
    border-top-right-radius: 57.9528%;
    border-bottom-right-radius: 44.0943%;
}

.content.right {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: auto;
}

/* Contenedor de imágenes con posicionamiento absoluto */
.home-images-container {
    position: relative;
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
}

/* Gota celeste - arriba izquierda */
.img-sup {
    position: absolute;
    top: 0;
    left: 15%;

}

.img-sup img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Logo central - grande en el medio */
.img-cen {
    text-align: center;
    transform: scale(1.25);
}

.img-cen img {
    object-fit: contain;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.2));
}

/* Gota roja - abajo derecha */
.img-pos {
    position: absolute;
    right: 15%;
    bottom: 0;
}

.img-pos img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Fila de texto con imagen "Aventura en movimiento" */
.home-text-row {
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    margin: 0 6rem;
}

.home-text-row p {
    flex: 1;
    font-size: 18px;
    line-height: 1.6;
    color: white;
    margin: 0;
}

.aventura-badge {
    width: 150px;
    height: auto;
    flex-shrink: 0;
}

/* Botón */
.home-button {
    text-align: center;
}

/* .jungle-btn-purple {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    color: white;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    text-transform: uppercase;
    background: linear-gradient(160deg, #7B1FA2 0%, #9C27B0 50%, #E91E63 100%);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .4);
    border: 2px solid rgba(255, 255, 255, .3);
    transition: all 0.3s ease;
}

.jungle-btn-purple:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .6);
} */


.jungle-btn {
    display: inline-block !important;
    font-weight: 700 !important;
    color: #fff !important;
    padding: 12px 18px !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    line-height: 1.2 !important;
    min-width: 150px !important;
    text-align: center !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .4) !important;
    border: 1px solid rgba(255, 255, 255, .4) !important;
    text-transform: uppercase !important;
    letter-spacing: .03em !important;
    white-space: nowrap !important;
    transform: skew(-15deg) rotate(-15deg);
}

.jungle-btn:hover {
    color: #fff !important;
    text-decoration: none !important;

    transform: scale(0.9) skew(-15deg) rotate(-15deg);
}

.jungle-pink {
    background: #FD2172;
}

.jungle-blue {
    background: #3F2EFA;
}

.jungle-purple {
    background: #9321E7;
}

.jungle-purple {
    background: #9321E7;
}

.jungle-yellow {
    background: #fefe00;
}

/* Responsive */
@media (max-width: 768px) {
    .home-images-container {
        height: 300px;
    }

    .img-cen {
        width: 250px;
        height: 250px;
    }

    .img-sup,
    .img-pos {
        width: 60px;
        height: 60px;
    }

    .home-text-row {
        flex-direction: column;
        text-align: center;
    }

    .aventura-badge {
        width: 120px;
    }
}

/* ===== CABECERA TITULOS ===== */

.atracciones {
    background-color: #FF005E;

    img {
        height: 83px;
    }
}

.aventura {
    background-color: #5C00FF;

    img {
        height: 150px;
    }
}

.diversion {
    background-color: #FF00B2;

    img {
        height: 170px;
    }
}

.iso {
    background-color: #FFF300;

    img {
        height: 170px;
    }
}

.haztefunner {
    background-color: #6400C0;

    img {
        height: 90px;
    }
}

.comollegar {
    background-color: #FF00B2;

    img {
        height: 120px;
    }
}

.jungle-title-section {
    height: 240px;
    text-align: center;
    align-content: center;
    padding: 0;
}



/* ===== CONTENIDO SECCIONES ===== */

.jungle-homepage-section.inflata-park {
    background-image: url(../img/home/section/pdll.png);
}

.jungle-homepage-section.virtual-experience {
    background-image: url(../img/home/section/virtual-experience.png);
}

.jungle-homepage-section.valojump {
    background-image: url(../img/home/section/valojump.png);
    background-position: top center !important;
}

.jungle-homepage-section.sabana {
    background-image: url(../img/home/section/sabana.png);
}

.paratodos .cumpleaños {
    background-image: url(../img/home/section/cumpleaños.png);
    background-position: center center;
    background-size: cover;
    border-radius: 60em 6em 6em 35em;
    transition: all 0.7s ease;
}

.paratodos .eventos {
    background-image: url(../img/home/section/eventos.png);
    background-position: center center;
    background-size: cover;
    border-radius: 10em 10em 10em 10em;
    transition: all 0.7s ease;
}

.paratodos .beneficios {
    background-image: url(../img/home/section/beneficios.png);
    background-position: center center;
    background-size: cover;
    border-radius: 6% 60% 35% 6%;
    transition: all 0.7s ease;
}



.jungle-homepage-section {
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    overflow: hidden;
}

.jungle-homepage-section.bubble {
    height: 700px;
}

/* Secciones IMPARES (1, 3, 5, 7...) - Bubble a la DERECHA */
.jungle-homepage-section.bubble:nth-child(odd) {
    justify-content: flex-end;

    .bubble {
        border-radius: 90% 0% 20% 40%;
        transition: all 1s ease;
    }

    .bubble:hover {
        border-radius: 50% 10% 0% 80%;
        /* transform: scale(1.05); */
    }
}

/* Secciones PARES (2, 4, 6, 8...) - Bubble a la IZQUIERDA */
.jungle-homepage-section.bubble:nth-child(even) {
    justify-content: flex-start;

    .bubble {
        border-radius: 50% 90% 10% 0%;
        transition: all 1s ease;
    }

    .bubble:hover {
        border-radius: 0% 40% 50% 10%;
        /* transform: scale(1.05); */
    }
}

/* Bubble común */
.jungle-homepage-section .bubble {
    width: 60%;
    height: 100%;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(74, 11, 143, 0.76) 0%, rgba(120, 4, 133, 0.76) 100%);
    /* background-image: linear-gradient(180deg, #4A0B8F 0%, #780485 100%); */
    /* opacity: 0.76; */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Contenido dentro del bubble */
.bubble-content {
    text-align: center;
    color: white;
    padding: 1rem;
    z-index: 2;
}

.bubble-content h2 {
    font-family: "Londrina Solid", Sans-serif;
    font-size: 4rem;
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: -0.1em;
    -webkit-text-stroke-width: 0.25rem;
    stroke-width: 0.25rem;
    -webkit-text-stroke-color: #FF00B2;
    stroke: #FF00B2;
    color: #FFFFFF;
    transform: skew(-15deg) rotate(-15deg);
    margin-bottom: -20px;
}

.bubble-content .jungle-btn {
    background-image: url(https://funjungleparks.com/wp-content/uploads/2023/02/b1.png), url(https://funjungleparks.com/wp-content/uploads/2023/02/b2.png);
    background-repeat: no-repeat;
    background-position: top 3px right 3px, bottom 3px left 3px;
    background-size: 20%, 3%;
    padding: 12px 18px;
    border-radius: 10px;
    text-decoration: none;
    line-height: 1.2;
    min-width: 150px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .4);
    border: 1px solid rgba(255, 255, 255, .4);
    text-transform: uppercase;
    letter-spacing: .03em;
    white-space: nowrap;
    float: right;
    background-color: #FF005E;
    font-family: "Londrina Solid", Sans-serif;
    font-size: 1.25rem;
    font-weight: 900;
    fill: #FFFFFF;
    color: #FFFFFF;
    box-shadow: -3px -5px 15px 5px #FF3882 inset !important;
    border-radius: 10px 10px 10px 10px;

    &:hover {
        background-color: #5400E4;
    }
}


/* ===== SECCION AVENTURA PARA TODOS ===== */

.paratodos {
    margin: 0 auto;
    padding: 4% 0 4% 0;
}

.paratodos .section-container {
    display: flex;
    gap: 20px;
    width: 100%;
    height: 510px;
    padding: 0 5rem;
}

.paratodos .section-container div {
    width: 100%;
    position: relative;
}

.jungle-homepage-section.paratodos .bubble {
    width: 100%;
    height: 36%;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(180deg, #4A0B8FB8 0%, #780485 100%);
}


.paratodos .cumpleaños:hover {
    border-radius: 20% 20% 30% 60%;
}

.paratodos .eventos:hover {
    border-radius: 20% 30% 50% 20%;
}

.paratodos .beneficios:hover {
    border-radius: 20% 30% 20% 0%;
}


.jungle-homepage-section.paratodos .cumpleaños .bubble {
    border-radius: 20em 5em 5em 70em;
    transition: all 1s ease;
}

.jungle-homepage-section.paratodos .cumpleaños .bubble:hover {
    border-radius: 20em 60em 65em 40em;
}

.jungle-homepage-section.paratodos .eventos .bubble {
    border-radius: 10em 10em 5em 5em;
    transition: all 1s ease;
}

.jungle-homepage-section.paratodos .eventos .bubble:hover {
    border-radius: 20em 60em 65em 45em;
}

.jungle-homepage-section.paratodos .beneficios .bubble {
    border-radius: 5em 20em 70em 5em;
    transition: all 1s ease;
}

.jungle-homepage-section.paratodos .beneficios .bubble:hover {
    border-radius: 20em 60em 65em 45em;
}


.jungle-homepage-section.paratodos .section-container .bubble .bubble-content h2 {
    font-size: 2.3rem;
}

.item {
    width: 100%;
    height: 100%;
    transition: all 1s ease;
}


/* DIVERSIÓN SIN CONDICIONES */
.sincondiciones {
    margin: 0 auto;
    padding: 4% 0 4% 0;
}

.sincondiciones .section-container {
    display: flex;
    gap: 20px;
    width: 100%;
    height: 380px;
    padding: 0 5rem;
}



.sincondiciones .section-container .persona {
    background-image: url(../img/home/section/dsc-persona-sorda.png);
    background-size: cover;
    border-radius: 0% 0% 10% 20%;
}

.sincondiciones .section-container .persona:hover {
    border-radius: 0% 0% 50% 30%;
}

.sincondiciones .section-container .widget {
    display: flex;
    align-items: center;
    justify-content: center;


    .video-yt {
        width: 100%;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 7rem;
        color: #edcfe5;
        border-radius: 40px 50px 20px 10px;
        background: linear-gradient(180deg, #ef1c69 20%, #7d088a 100%);
        cursor: pointer;
        transition: all 1s ease;
    }
}

.sincondiciones .section-container .widget .video-yt:hover {
    border-radius: 20px 10px 40px 50px;
}

.sincondiciones .section-container .dsc {
    background-image: url(../img/home/section/dsc.png);
    background-position: center center;
    background-size: cover;
    border-radius: 0% 0% 20% 0%;
}

.sincondiciones .section-container .dsc:hover {
    border-radius: 20% 30% 20% 0%;
}

.sincondiciones .section-info {
    margin-top: 3rem;
    padding: 0 5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.sincondiciones .section-info>div {
    flex: 0 0 20%;
}

.sincondiciones .section-info>span {
    flex: 0 0 60%;
}

/* DIVERSIÓN SIN CONDICIONES */

/* ISO */
.quality {
    margin: 0 auto;
    padding: 4% 0 4% 0;
}

.quality .section-container {
    display: flex;
    gap: 20px;
    width: 100%;
    height: 560px;
    padding: 0 5rem;
}

.quality .section-container .capacitaciones {
    background-image: url(../img/home/section/capacitaciones.png);
    background-size: cover;
    border-radius: 0% 0% 10% 20%;
}

.quality .section-container .capacitaciones:hover {
    border-radius: 0% 0% 50% 10%;
}

.quality .section-container .seguridad {
    max-width: 260px;
    background-image: url(../img/home/section/seguridad.png);
    background-size: cover;
    border-radius: 0% 0% 10% 20%;
}

.quality .section-container .seguridad:hover {
    border-radius: 20% 30% 50% 20%;
}

.quality .section-container .calidad {
    background-image: url(../img/home/section/calidad.png);
    background-position: center center;
    background-size: cover;
    border-radius: 0% 0% 20% 0%;
}

.quality .section-container .calidad:hover {
    border-radius: 20% 30% 20% 0%;
}

.quality .section-container .item {
    position: relative;
    flex: 1;
}

.quality .section-container span {
    font-family: "Londrina Solid", Sans-serif;
    font-weight: 900;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Tira morada - Primer cuadro (arriba) */
.quality .section-container .capacitaciones span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 14px;
    background-image: linear-gradient(90deg, #440F86 0%, #780485 100%);
    border-radius: 0px 0px 50px 0px;
    color: var(--jungle-white);
}


/* Tira morada - Segundo cuadro (medio) */
.quality .section-container .seguridad span {
    position: absolute;
    top: 23%;
    left: 0;
    transform: translateY(-50%);
    width: calc(100% - 20px);
    height: 60px;
    padding: 14px;
    background-image: linear-gradient(90deg, #440F86 0%, #780485 100%);
    margin: 10px 10px 10px 10px;
    border-radius: 25px 25px 25px 25px;
    color: var(--jungle-white);
}

/* Tira morada - Tercer cuadro (abajo) */
.quality .section-container .calidad span {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 14px;
    background-image: linear-gradient(90deg, #440F86 0%, #780485 100%);
    border-radius: 0px 0px 50px 0px;
    color: var(--jungle-white);
}

.quality .section-info {
    margin-top: 3rem;
    padding: 0 5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.quality .section-info>div {
    flex: 0 0 20%;
}

.quality .section-info>span {
    flex: 0 0 80%;
}

/* ISO */


/* HAZTE FUNNER */
.funner {
    margin: 0 auto;
    padding: 4% 0 4% 0;
}

.funner .section-container {
    display: flex;
    gap: 20px;
    width: 100%;
    height: 310px;
    padding: 0 5rem;
}

.funner .section-container .funner {
    min-width: 440px;
    background-image: url(../img/home/section/funners.png);
    background-size: cover;
    border-radius: 0% 0% 10% 20%;
}

.funner .section-container .funner-1 {
    min-width: 440px;
    background-image: url(../img/home/section/funners1.png);
    background-size: cover;
    border-radius: 0% 0% 10% 20%;
}

.funner .section-container .funner-card {
    margin-top: 1rem;

}

.funner .section-container .funner-cta {
    min-width: 300px;
    background: linear-gradient(180deg, #ff006a 0%, #8b008b 100%);
    border-radius: 0% 10% 0% 0%;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    padding: 20px 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.funner .section-container .funner-cta:hover {
    background-color: transparent;
    background-image: linear-gradient(180deg, #ff0164 0%, #4a0b8f 74%);
}

/* Decoración diagonal blanca */
.funner-cta::after {
    content: '';
    position: absolute;
    bottom: -83px;
    left: 0;
    width: 100%;
    height: 50%;
    background: white;
    transform: skewY(-13deg);
    transform-origin: bottom left;
    z-index: -1;
}

.funner-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
}

.funner-content p {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 40px;
    text-align: left;
}

.funner-content .jungle-btn {
    box-shadow: none !important;

}

/* HAZTE FUNNER */

/* ===== BOTONES ===== */
.btn {
    display: inline-block;
    padding: 14px 32px;
    font-family: var(--font-primary);
    font-size: var(--fs-body);
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: var(--border-radius-lg);
    cursor: pointer;
    transition: var(--transition-base);
    position: relative;
    overflow: hidden;
}

.btn-primary {
    background: var(--gradient-primary);
    color: var(--jungle-white);
    box-shadow: var(--shadow-md);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
    color: var(--jungle-white);
}

.btn-secondary {
    background: var(--jungle-white);
    color: var(--jungle-pink);
    border: 2px solid var(--jungle-pink);
}

.btn-secondary:hover {
    background: var(--jungle-pink);
    color: var(--jungle-white);
}

.btn-outline {
    background: transparent;
    color: var(--jungle-white);
    border: 2px solid var(--jungle-white);
}

.btn-outline:hover {
    background: var(--jungle-white);
    color: var(--jungle-pink);
}

.btn-large {
    padding: 18px 48px;
    font-size: var(--fs-body-lg);
}

/* ===== TARJETAS ===== */
.card {
    background: var(--jungle-white);
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-md);
    overflow: hidden;
    transition: var(--transition-base);
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
}

.card-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.card-body {
    padding: var(--spacing-sm);
}

.card-title {
    font-size: var(--fs-h5);
    margin-bottom: var(--spacing-sm);
}

.card-text {
    color: var(--jungle-gray);
    margin-bottom: var(--spacing-md);
}

/* ===== BADGES Y ETIQUETAS ===== */
.badge {
    display: inline-block;
    padding: 6px 16px;
    font-size: var(--fs-body-sm);
    font-weight: 600;
    border-radius: var(--border-radius-md);
    text-transform: uppercase;
}

.badge-new {
    background: var(--jungle-pink);
    color: var(--jungle-white);
}

.badge-popular {
    background: var(--jungle-yellow);
    color: var(--jungle-dark);
}

/* ===== SECCIONES ===== */
section {
    padding: var(--section-padding);
    position: relative;
}

.section-title {
    text-align: center;
    margin-bottom: var(--spacing-2xl);
}

.section-title h2 {
    font-size: var(--fs-h2);
    margin-bottom: var(--spacing-sm);
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-title p {
    font-size: var(--fs-body-lg);
    color: var(--jungle-gray);
    max-width: 700px;
    margin: 0 auto;
}

/* ===== UTILIDADES ===== */
.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.mt-1 {
    margin-top: var(--spacing-xs);
}

.mt-2 {
    margin-top: var(--spacing-sm);
}

.mt-3 {
    margin-top: var(--spacing-md);
}

.mt-4 {
    margin-top: var(--spacing-lg);
}

.mt-5 {
    margin-top: var(--spacing-xl);
}

.mb-1 {
    margin-bottom: var(--spacing-xs);
}

.mb-2 {
    margin-bottom: var(--spacing-sm);
}

.mb-3 {
    margin-bottom: var(--spacing-md);
}

.mb-4 {
    margin-bottom: var(--spacing-lg);
}

.mb-5 {
    margin-bottom: var(--spacing-xl);
}

.pt-1 {
    padding-top: var(--spacing-xs);
}

.pt-2 {
    padding-top: var(--spacing-sm);
}

.pt-3 {
    padding-top: var(--spacing-md);
}

.pt-4 {
    padding-top: var(--spacing-lg);
}

.pt-5 {
    padding-top: var(--spacing-xl);
}

.pb-1 {
    padding-bottom: var(--spacing-xs);
}

.pb-2 {
    padding-bottom: var(--spacing-sm);
}

.pb-3 {
    padding-bottom: var(--spacing-md);
}

.pb-4 {
    padding-bottom: var(--spacing-lg);
}

.pb-5 {
    padding-bottom: var(--spacing-xl);
}

/* ===== GRID SYSTEM ===== */
.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col {
    flex: 1;
    padding: 0 15px;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

/* ===== BACKGROUND / OVERLAY ===== */




.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--gradient-overlay);
    z-index: 1;
}

.overlay-pink {
    background-color: #FF016482;
    opacity: var(--o-opacity);
    min-height: 50vh;
}

.overlay-blue {
    background-color: #3603d4;
    opacity: var(--o-opacity);
    min-height: 50vh;
}

.overlay-red {
    background-color: #FF0050;
    opacity: var(--o-opacity);
    min-height: 50vh;
}

.overlay-cyan {
    background-color: #009FB9;
    opacity: var(--o-opacity);
    min-height: 50vh;
}

.overlay-purple {
    background-color: #4A0B8F85;
    opacity: var(--o-opacity);
    min-height: 50vh;
}

.overlay-yellow {
    background-color: #F3F30082;
    opacity: var(--o-opacity);
    min-height: 50vh;
}

.overlay-yellow {
    background-color: #F3F30082;
    opacity: var(--o-opacity);
    min-height: 50vh;
}

/* ===== LOADING ===== */
.loading {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 4px solid rgba(255, 20, 147, 0.2);
    border-top-color: var(--jungle-pink);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* ========================================
   CONTACTO - FUN JUNGLE PARKS
   CSS exacto basado en funjungleparks.com
   ======================================== */


.background-layer.contacto {
    background-image: url(../img/contacto/contacto.png);
    background-position: top center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 20%;
    width: 100%;
    top: 30%;
    left: 0;
    position: absolute;

}

.background-layer.overlay {
    background-color: transparent;
    background-image: linear-gradient(180deg, #780485 0%, #4a0b8f 100%);
    opacity: 0.85;
    z-index: 0;
}

.oe_structure .section-title {
    color: var(--jungle-white);
    padding: 5rem 0;
    margin: 0;
}

.section-title span {
    color: var(--jungle-pink);
}

.jungle-contact-form {
    padding: 0;
    color: var(--jungle-white);
}

.jungle-contact-form h3 {
    color: var(--jungle-white);
}

.jungle-form-content {
    background-color: var(--jungle-purple);
    margin: 0 0 5rem;
    padding: 3rem 3rem 0;
}

.jungle-form-content .jungle-content {
    display: flex;
    gap: 3rem;

    .form-content,
    .map-content {
        width: 100%;
    }

}

/* ========================================
   NOSOSTROS - FUN JUNGLE PARKS
   CSS exacto basado en funjungleparks.com
   ======================================== */

.background-layer.nosotros {
    background-image: url(../img/nosotros/nosotros.png);
    background-position: top center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.background-layer.nosotros::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3703D9;
    opacity: 0.7;
    /* Overlay negro 50% */
    z-index: 0;
}

.jungle-section-nosotros {
    min-height: 470px;
    z-index: 1;
    display: flex;
    align-items: center;

}

.jungle-section-nosotros.funn {
    display: block;
}

.jungle-section-nosotros.funn .widget-container {
    background-color: var(--jungle-pink);
    color: var(--jungle-white);
    padding: 60px;
    border-radius: 5em 0em 0em 5em;
    width: 500px;
    float: right;
    top: 30px;
    font-weight: 500;
    text-align: right;
    transform: var(--t-jungle);

    p {
        padding-left: 30px;
        margin: 0;
    }
}

/* .widget-container p {
    padding-left: 30px;
    margin: 0;
} */

.jungle-section-nosotros.overlay-purple {
    background-color: transparent;
    background-image: linear-gradient(90deg, #780485B0 0%, #2A045FD1 100%);
}

.jungle-section-nosotros.overlay-purple .widget-container {
    margin: 0 5rem;
    display: flex;
}

.jungle-section-nosotros.overlay-purple .widget-container .item {
    width: 33.33%;
    text-align: center;
    color: var(--jungle-white);
    font-size: 16px;
    font-weight: 500;
}

.jungle-section-nosotros.overlay-purple .widget-container .item h3 {
    font-size: 45px;
    color: var(--jungle-white);
}

.jungle-section-nosotros.overlay-purple .widget-container .item h3 span:nth-child(3) {
    color: var(--jungle-pink);
}

.jungle-section-nosotros.overlay-gradient {
    background-color: transparent;
    background-image: linear-gradient(90deg, #FF0164 0%, #2A045F8F 100%);
}

.jungle-section-nosotros.overlay-gradient .item h3 {
    font-size: 45px;
    color: var(--jungle-white);
}

.jungle-section-nosotros.overlay-gradient .item {
    width: 50%;
    text-align: center;
    margin: 0 11rem;
    color: var(--jungle-white);
}

.jungle-section-nosotros.overlay-gradient .item button {
    background-color: #FFFFFF;
    font-family: "Londrina Solid", Sans-serif;
    font-weight: 500;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    fill: #FF0164;
    color: #FF0164;
    padding: 12px 18px;
    border-radius: 8px;
    font-weight: 800;
    letter-spacing: -1px;
}



.jungle-section-nosotros.overlay-pink {
    background-color: #FF0164;
    display: block;
}

.section-title::after {
    content: none;
}

.jungle-section-nosotros.overlay-pink .section-title h2 {
    text-align: center;
    color: var(--jungle-white);
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-size: 32px;
    -webkit-text-fill-color: initial;
}

.jungle-section-nosotros.overlay-pink .values-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
    margin: 0 10rem;
}

.jungle-section-nosotros.overlay-pink .value-item {
    text-align: center;
}


.jungle-section-nosotros.overlay-pink .value-icon {
    font-size: 3rem;
    color: var(--jungle-white);
    margin-bottom: 1rem;
}

.jungle-section-nosotros.overlay-pink .value-content {
    color: var(--jungle-white);
}

.jungle-section-nosotros.overlay-pink .value-content h3 {
    color: var(--jungle-white);
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.jungle-section-nosotros.overlay-pink .value-content p {
    line-height: 1.6;
    margin: 0;
}


/* ========================================
   HAZTE FUNNER - FUN JUNGLE PARKS
   CSS exacto basado en funjungleparks.com
   ======================================== */

.hazte-funner .jungle-page-hero {
    display: flex;
    align-items: center;
    background-image: url(../img/hazte_funner/funner.png);
    background-position: center center;
    background-size: cover;
    height: 80vh;
}


.jungle-page-hero .jungle-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40vh;
    padding: 3rem;
    /* background-image: linear-gradient(180deg, rgba(74, 11, 143, 0.76) 0%, rgba(120, 4, 133, 0.76) 100%); */
    background-color: rgb(120 4 133 / 85%);
    opacity: 0.9;
}

.jungle-page-hero .jungle-overlay h3 {
    font-family: "Rubik", Sans-serif;
    color: var(--jungle-white);
}

.hazte-funner .jungle-bg-section.funners {
    background-image: url(../img/hazte_funner/funners.png);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

.hazte-funner .jungle-bg-section.funner_1 {
    background-image: url(../img/hazte_funner/funner_1.png);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

.hazte-funner .jungle-section-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hazte-funner .jungle-section-title h2,
.hazte-funner .jungle-section-title p {
    color: var(--jungle-white);
}

.hazte-funner .jungle-section-title p {
    font-size: 20px;
}


.jungle-section-hazte-funner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hazte-funner .background-layer.contacto {
    top: 40%
}

/* ========================================
   INVERSORES - FUN JUNGLE PARKS
   CSS exacto basado en funjungleparks.com
   ======================================== */

.slide-overlay {
    position: absolute;
    width: 100%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 8rem 8rem;
    text-align: right;
    min-height: inherit;
    opacity: 1;
    z-index: 1;
}

.slide-overlay h3 {
    margin: 0;
    color: var(--jungle-white);
    font-size: 40px;
}


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

/* .inversores .bubble {
    width: 20%;
    height: 40%;
    background-color: var(--jungle-pink);
} */


.inversores .widget-container {
    background-color: var(--jungle-pink);
    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;
    }
}

.inversores .jungle-content {
    width: 60%;
}

.inversores .jungle-content-section .item {
    display: flex;
    align-items: flex-start;
    gap: 10rem;
    margin-bottom: 5rem;
}

.inversores .jungle-content h3,
.inversores .jungle-content p {
    color: var(--jungle-white);
}

.inversores ul {
    list-style-type: none;
    margin: 0;
}

.inversores ul li {
    background: white;
    margin: 20px 0;
    padding: 20px;
    border-radius: 50px;
}


/* ========================================
   SHOPPING CART - FUN JUNGLE PARKS
   CSS exacto basado en funjungleparks.com
   ======================================== */

/* Carrito Lateral */
.shopping-cart-sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 380px;
    height: 100vh;
    background: white;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 1000;
    display: flex;
    flex-direction: column;
}

.shopping-cart-sidebar.open {
    right: 0;
}

/* Header del Carrito */
.cart-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
}

.cart-header h3 {
    margin: 0;
    color: #333;
    font-size: 18px;
}

.close-cart-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-cart-btn:hover {
    color: #333;
    background: #eee;
    border-radius: 50%;
}

/* Lista de Productos */
.cart-items {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
}

.cart-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.cart-item:last-child {
    border-bottom: none;
}

.cart-item-info {
    flex: 1;
}

.cart-item-name {
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
}

.cart-item-price {
    font-weight: bold;
    color: #007bff;
    font-size: 14px;
}

.cart-item-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.quantity-btn {
    background: #f8f9fa;
    border: 1px solid #ddd;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.quantity-btn:hover {
    background: #007bff;
    color: white;
    border-color: #007bff;
}



.cart-item-quantity {
    font-weight: bold;
    min-width: 30px;
    text-align: center;
}

.cart-item-total {
    font-weight: bold;
    color: #28a745;
    min-width: 60px;
    text-align: right;
}

/* Footer del Carrito */
.cart-footer {
    padding: 20px;
    border-top: 1px solid #eee;
    background: #f8f9fa;
}

.cart-total {
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px;
    color: #333;
}

.checkout-btn {
    width: 100%;
    padding: 12px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.checkout-btn:hover {
    background: #0056b3;
}

.checkout-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}

/* Botón Flotante */
.cart-floating-btn {
    position: fixed;
    bottom: 2%;
    right: 20px;
    background: var(--gradient-bg);
    color: white;
    padding: 15px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-size: 24px;
    transition: transform 0.3s ease, background 0.3s ease;
}

.cart-floating-btn:hover {
    transform: scale(1.1);
}

.cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #dc3545;
    color: white;
    border-radius: 50%;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: bold;
    min-width: 20px;
    text-align: center;
}

/* Overlay de fondo */
.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.cart-overlay.active {
    display: block;
}

/* Mensaje carrito vacío */
.cart-empty-message {
    text-align: center;
    color: #666;
    padding: 40px 20px;
    font-style: italic;
}

/* Responsive */
@media (max-width: 768px) {
    .shopping-cart-sidebar {
        width: 100%;
        right: -100%;
    }

    .cart-floating-btn {
        right: 10px;
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}


/* ========================================
   COMO LLEGAR - FUN JUNGLE PARKS
   CSS exacto basado en funjungleparks.com
   ======================================== */

.comollegar.jungle-content {
    margin: 1rem;
    padding: 1rem;
    background-image: var(--gradient-bg);
}

.comollegar.jungle-content .content {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.comollegar.jungle-content .content .item {
    width: 33.33%;

    img {
        width: 100%;
        height: 100%;
    }
}


.submenu.slide-overlay {
    top: 40%;
    padding: 4rem 0;
    display: flex;
    justify-content: center;

    img {
        width: 30%;
        position: initial;
    }
}

/* ========================================
   MENU ATRACCIONES - FUN JUNGLE PARKS
   CSS exacto basado en funjungleparks.com
   ======================================== */

.sede_menu_page {}

.sede_menu_page section {
    padding: 0;
}

.sede_menu_page .jungle-section {
    /* padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    overflow: hidden;
    height: 570px; */
}


.sede_menu_page .jungle-section .bubble {
    width: 60%;
    /* height: 100%; */
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(74, 11, 143, 0.76) 0%, rgba(120, 4, 133, 0.76) 100%);
    /* background-image: linear-gradient(180deg, #4A0B8F 0%, #780485 100%); */
    /* opacity: 0.76; */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 0% 90% 0% 0%;
}

.sede_menu_page .jungle-section .bubble:hover {
    border-radius: 0% 40% 50% 0%;
}

/* 
.sede_menu_page .jungle-section .sede-parque-de-la-amistad {

    .principal {
        padding: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        display: flex;
        overflow: hidden;
        height: 570px;
        background-image: url(../img/sedes/parque-de-la-amistad/atracciones/inflata/section-atracciones.png);
    }

    .contenido {
        display: flex;
        height: 600px;

        div {
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
            height: 100%;
        }

        .inflata-park-01 {
            width: 50%;
            background-image: url(../img/sedes/parque-de-la-amistad/atracciones/inflata/inflata-park-01.png);
        }

        .inflata-park-02 {
            width: 50%;
            background-image: url(../img/sedes/parque-de-la-amistad/atracciones/inflata/inflata-park-02.png);
        }
    }
} */

.wave-section-background {
    /* height: 100vh; */
    background-color: #440F86;
    position: relative;
    /* z-index: -1; */
    color: white;
    /* margin-top: -300px; */
}

.column {
    width: 100%;
    padding: 1rem 0;
}

.title {
    text-align: center;
    font-size: 50px;
}

.info-section .title {
    display: flex;
    flex-direction: column;
    line-height: 1;
    font-weight: 900;
}

.info-section .title span:first-child {
    color: white;
    font-size: 50px;
}

.info-section .title span:last-child {
    color: yellow;
    font-size: 90px;
}

.divider {
    background: white;
    width: 10px;
    height: 300px;
    border-radius: 50%;
}


/* Divisor blanco ultra simple */
.white-divider {
    width: 1px;
    background: white;
    margin: 0 20px;
    height: 80%;
    align-self: center;
}

/* Contenedor principal simple */
.column-container {
    display: flex;
    justify-content: center;
    margin: 30px auto;
}

.buy-button-container {
    text-align: center;
}

.buy-button-container a {
    background-color: var(--jungle-white);
    color: var(--jungle-pink);
    padding: 20px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
}

/* Columnas iguales */
.ticket-column,
.combo-column {
    flex: 1;
    text-align: center;
}

/* Badge simple */
.title-badge.jungle-yellow {
    background: #FFD700;
    color: var(--jungle-pink);
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

/* Información simple */
.ticket-info,
.combo-info {
    padding: 20px;
    border-radius: 10px;
}

.ticket-price,
.combo-price {
    font-size: 54px;
    font-weight: bold;
    color: #FF0664;
    margin-top: 10px;
}

.ticket {
    font-size: 1.3rem;
}



.accordion {
    --accordion-border-width: 0 !important;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'><path d='M2 5L8 11L14 5'/></svg>") !important;
}

.accordion-item {
    margin-bottom: 1rem;
}

.accordion-button {
    font-weight: 800;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
}

.accordion-button {
    color: #fff !important;
    border-style: dotted !important;
    border-width: 3px 3px 3px 3px !important;
    border-radius: 10px !important;
}

.accordion-body {
    color: #fff;
    text-align: left;
    padding-bottom: 0 !important;
}

.section-item {
    padding: 3rem 0;
}


.product-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-top-right-radius: calc(var(--spacing-sm) - 8px);
    border-top-left-radius: calc(var(--spacing-sm) - 8px);
}

.product-ecommerce-desc {
    text-align: center;
    font-size: 0.75rem;
    position: absolute;
    bottom: 0;
    justify-self: anchor-center;
    margin: 0 16px 5px;
}


.content-price-add-to-card {
    display: flex;
    align-items: anchor-center;
    justify-content: space-evenly;
    gap: 1rem;
}

.content-price-add-to-card .product-price {
    margin: 0;
}

.product-card .card-title {
    text-align: center;
    margin-top: 15px;
    color: #002e85;
    font-weight: 800;
    font-size: 20px !important;
}

.info-item {
    margin-bottom: 1.5rem;
}

.info-item:has(.info-icon) {
    display: flex;
}

.info-item:not(:has(.info-icon)) {
    margin-left: 50px;
}

.info-item:has(.info-icon)+.info-item:not(:has(.info-icon)) {
    margin: 3.5rem 0 3rem 50px;
}

.info-item p,
.info-item h5 {
    margin: 0;
}

.info-icon {
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--jungle-yellow);
    transform: translateY(-10px);

    i {
        font-size: 3rem;
        margin: 0;
    }
}