.parallax-header {
    position: relative;
    width: 100%;
    height: 100vh;
    margin-top: 80px;
    overflow: hidden;
}

.parallax-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle,rgba(0, 108, 250, 0.65) 15%, rgba(161, 206, 206, 0.31) 58%);
    z-index: 1;
}

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

.parallax-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    will-change: transform;
}

.background-layer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.middle-layer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.middle-layer img {
    max-height: 40%;
    object-fit: contain;
}

.salvavidas-1 {
    margin-left: -5%;
}

.salvavidas-2 {
    float: right;
    margin-right: 0;
    margin-left: auto;
}

.front-layer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    z-index: 2;
}

.front-layer img {
    max-width: 700px;
    height:auto;
    object-fit: contain;
}
.video-banner {
    position: relative;
    height: 64vh; /* Changed from 80vh to 64vh (80% of 80vh) */
    overflow: hidden;
}

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

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.play-button i {
    color: #000;
    font-size: 30px;
}

.play-button:hover {
    background: rgba(255, 255, 255, 1);
    transform: translate(-50%, -50%) scale(1.1);
}


.atracciones-section {
    background: #4d408a;
    padding:0;
}

.section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 900;
    color: #f7ce46;
    text-align: center;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 0 #353055;
    letter-spacing: 2px;
}

.section-description {
    text-align: center;
    font-size: 1.2rem;
    color: #353055;
    margin-bottom: 2.5rem;
}

.atraccion-category {
    margin-bottom: 0; /*
    padding:10px; Remove bottom margin */
}

.category-title {
    min-height: 120px; /* Ajusta este valor según lo que necesites */
    display: flex;
    align-items: center;
    justify-content: center;
    /* Opcional: Si quieres que sea exactamente igual, usa height en vez de min-height */
    height: 180px;
}

.category-title img {
    max-height: 120px; /* Ajusta para que la imagen no se desborde */
    width: auto;
    object-fit: contain;
}

.category-title img.w-100 {
    width: 100%;
    height: auto;
}

.atraccion-card {
    border-radius: 0 0 50px 0;
    box-shadow: 0 4px 16px rgba(53,48,85,0.10);
    overflow: hidden;
    text-align: center;
    transition: transform 0.2s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.atraccion-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 8px 24px rgba(53,48,85,0.18);
}

.atraccion-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.atraccion-title {
    font-family: 'Knewave', cursive;
    font-size: 2rem;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
    background: url('../images/atracciones/tabla-madera-tit.png') no-repeat center center;
    background-size: cover;
    color: #353055;
    padding: 10px 0;
    margin-bottom: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.atraccion-description {
    font-size: 0.8rem;
    color: #fff;
    background: #a14e9b;
    padding: 18px 12px 12px 12px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.atraccion-description.extremo { background: #8e3583; }
.atraccion-description.aventura { background: #4d408b; }
.atraccion-description.tranqui { background: #398096 }
.atraccion-description.peques { background: #a0ccce; color: #353055; }


.atraccion-category.extremo {
    background: #398299;
    padding: 20px;
    border-radius: 0; /* Remove border radius */
    margin: 0; /* Remove all margins */
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
}

.atraccion-category.aventura {
    background: #f9fcfb;
    padding: 20px;
    border-radius: 0; /* Remove border radius */
    margin: 0; /* Remove all margins */
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
}

.atraccion-category.tranqui {
    background: #a0ccce;
    padding:0 20px 20px 20px
}

.atraccion-category.aventura .row {
    justify-content: center; /* Centra las columnas horizontalmente */
    display: flex; /* Asegura que flexbox esté activo */
}

.atraccion-category.peques {
    background: #4d408a;
    padding: 0; /* Eliminar padding */
    width: 100%;
    height: 100%;
    margin-right: 0;
    margin-bottom: 0;
}

/* Sección promocional parque y hotel */
.promo-parque-hotel {
    background: #8e3583; /* Cambiado de #a13e97 a #8e3583 */
    position: relative;
    overflow: visible;
}
.wicho-img {
    margin-top: -80px;
    margin-bottom: -20px;
}
@media (max-width: 767px) {
    .atraccion-image img { height: 120px; }
    .category-title { font-size: 1.2rem; padding: 8px 16px; }
    .category-title img {
        max-width: 80%;
    }
    .atraccion-card {
        width: 90%;
        margin: 0 auto;
    }
    .section-title { font-size: 1.5rem; }
    .front-layer img {
        max-width: 90%;
    }
    .wicho-img {
        max-width: 220px;
        margin-top: -30px;
        margin-bottom: -20px;
    }
    .promo-parque-hotel .promo-text h2 {
        font-size: 1.2rem;
    }
} 

.servicio-info {
    font-size: 0.80em;
    margin-top: 8px;
    font-style: italic;
} 