body.b-turismoUrbano main {
    background: #FFFFFF;
}

.main-content {
    position: relative;
}

    .main-content .container {
        background: #FFF;
        padding-top: 10px !important;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

.banner-turismoUrbano {
    position: relative;
}

.btn {
    transition: ease all 0.3s;
}

.btn-magenta {
    background-color: #FF3980;
    border: 1px solid #FF3980;
    display: flex;
    min-width: 144px;
    height: 37px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 10px;
    color: #FFFFFF;
    font-family: 'ClanOffc-Bold';
}

.btn-magenta-outline {
    background-color: transparent;
    border: 2px solid #FF3980;
    display: flex;
    min-width: 144px;
    height: 37px;
    padding: 10px;
    margin-bottom: 27px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 10px;
    color: #FF3980;
    font-family: 'ClanOffc-Bold';
}

    .btn-magenta-outline:hover {
        border-color: #FFFFFF;
        background-color: #FFFFFF;
        color: #FF3980;
    }

.text-morado {
    color: #9755FF;
}

.text-magenta {
    color: #FF3980;
}

.text-turquesa {
    color: #23CCE2;
}

.text-negro {
    color: #000000;
}

.hero-banner {
    position: relative;
    width: 100%;
}

    .hero-banner img.bg-image {
        width: 100%;
        height: auto;
        display: block;
    }

    .hero-banner .overlay-content {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        text-align: left;
        padding-left: 5%;
    }

@media only screen and (max-width: 768px) {
    .que-ver-message {
        max-width: 100% !important;
    }

    .que-hacer-message {
        max-width: 100% !important;
    }
}

.hero-banner .overlay-content img.logo {
    max-width: 450px;
    height: auto;
    margin-bottom: 20px;
}

.hero-banner .overlay-content p {
    color: white;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    color: #FFF;
    text-align: left;
    font-family: "Arboria";
    font-size: 26px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.hero-banner .overlay-content a.btn-main {
    background-color: #7A42F4;
    color: white;
    border: none;
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

    .hero-banner .overlay-content a.btn-main:hover {
        background-color: #6935d8;
    }

.hero-banner video.bg-video {
    width: 100%;
    height: auto;
    display: block;
}

.hero-banner .bg-video {
    width: 100%;
    height: auto;
    display: block;
}

.hero-banner .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.4); /* negro con 40% de opacidad */
    z-index: 1;
}

.hero-banner .container,
.hero-banner .overlay-content {
    z-index: 2; /* para que el contenido esté encima del overlay */
}

.category-buttons {
    background-color: #f52972; /* color rosa fuerte */
}

    .category-buttons .btn {
        border: 2px solid white;
        border-radius: 8px;
        color: white;
        transition: background-color 0.3s ease, color 0.3s ease;
        font-family: "Arboria";
        font-size: 14px;
        font-style: normal;
        font-weight: bold;
    }

        .category-buttons .btn:hover {
            background-color: white;
            color: #f52972; /* texto rosa al pasar el mouse */
        }

.text-image-banner {
    font-size: 1.5rem !important;
    text-align: center !important;
}

.btn-conoce-mas {
    background-color: #9755FF; /* color morado del primer botón */
    color: white;
    border: 2px solid black;
    border-radius: 8px;
    box-shadow: 2px 2px 0px black;
    transition: background-color 0.5s ease;
    padding: 15px 30px;
    font-family: "Clan Pro";
    font-size: 18px;
    font-weight: bold;
}

.btn-landing-magenta {
    background-color: #FF3980; /* color morado del primer botón */
    color: white;
    border: 2px solid black;
    border-radius: 8px;
    font-weight: bold;
    padding: 10px 20px;
    transition: background-color 0.5s ease;
    box-shadow: 2px 2px 0px black;
    font-family: "Clan Pro";
}

.btn-landing-turquesa {
    background-color: #23CCE2; /* color morado del primer botón */
    color: white;
    border: 2px solid black;
    border-radius: 8px;
    font-weight: bold;
    padding: 10px 30px;
    transition: background-color 0.5s ease;
    box-shadow: 2px 2px 0px black;
    font-family: "Clan Pro";
}

.btn-landing-morado {
    background-color: #9755FF; /* color morado del primer botón */
    color: white;
    border: 2px solid black;
    border-radius: 8px;
    font-weight: bold;
    padding: 10px 20px;
    transition: background-color 0.5s ease;
    box-shadow: 2px 2px 0px black;
    font-family: "Clan Pro";
}

.btn-conoce-mas:hover {
    background-color: #00C9D9; /* color celeste al pasar el mouse */
    color: white;
}

/* Aumenta separación entre las cards */
.distritos-slick .slick-slide {
    margin: 0 15px;
}

/* Flechas centradas verticalmente */
.slick-prev, .slick-next {
    top: 50%;
    transform: translateY(-50%);
    background: none !important;
    z-index: 2;
}


/* Cards alineadas y con espacio consistente */


/* Igual altura en las cards */
.custom-event-card-complete {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.slick-prev::before {
    content: '\276E'; /* Unicode para ❮ */
    font-size: 40px;
    color: #f52972;
    font-weight: bold;
}

.slick-next::before {
    content: '\276F'; /* Unicode para ❯ */
    font-size: 40px;
    color: #f52972;
    font-weight: bold;
}

/* Contenedor de la barra */
.progress-bar-container {
    position: relative;
    width: 100%;
    height: 6px;
    background: #eee;
    border-radius: 3px;
    margin-top: 20px;
    overflow: hidden;
}

/* Barra magenta encima */
.progress-bar-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: #f52972;
    transition: width 0.3s ease;
}

/* Difuminado en borde derecho*/
.distritos-slick {
    position: relative;
}

    .distritos-slick::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        height: 100%;
        background: linear-gradient(to left, white, rgba(255,255,255,0.1));
        z-index: 3;
        pointer-events: none;
    }

.distritos-slick-wrapper {
    overflow: visible;
}

/*visibilidad de la flecha derecha*/

.distritos-section .row,
.mapa-turismo .row {
    --bs-gutter-x: -4rem;
}

/*titulo al lado de la burbuja*/
.section-title-text {
    color: #000;
    font-family: "Arboria";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    align-items: center;
    margin-top: 50px;
}

.d-flex.align-items-center {
    align-items: center !important;
}

.section-card-event-landing {
    margin-bottom: 150px;
}

.image-container img {
    max-height: 500px; /* ajusta según necesites */
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.custom-event-card-efecto {
    border-radius: 10px;
    max-width: 360px;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    width: 100%;
    text-align: start;
    color: whitesmoke;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
    margin: 15px;
}

    .custom-event-card-efecto:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 110%;
        background-size: cover;
        background-position: 0 0;
        transition: transform calc(var(--d) * 1.5) var(--e);
        pointer-events: none;
    }

    .custom-event-card-efecto:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 200%;
        pointer-events: none;
        transform: translateY(-50%);
        transition: transform calc(var(--d) * 2) var(--e);
    }

    .custom-event-card-efecto:nth-child(1):before,
    .custom-event-card-efecto:nth-child(2):before,
    .custom-event-card-efecto:nth-child(3):before,
    .custom-event-card-efecto:nth-child(4):before,
    .custom-event-card-efecto:nth-child(5):before,
    .custom-event-card-efecto:nth-child(6):before {
        background-image: url('../images/card_1_event.png');
    }

    .custom-event-card-efecto .content {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 12px;
        transition: transform var(--d) var(--e);
        z-index: 1;
        height: 500px;
        justify-content: end;
    }

    /*.content > * + * {*/
    /*  margin-top: 0.5rem;*/
    /*}*/



    .custom-event-card-efecto .date-box {
        background-color: #23CCE2;
        padding: 10px 10px 10px 10px;
        border-radius: 5px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 10px;
        margin-left: 20px;
        transition: all 0.3s ease;
    }


        .custom-event-card-efecto .date-box .day {
            font-size: 42px;
            line-height: 1;
            font-family: "Arboria";
            font-weight: 900;
        }

        .custom-event-card-efecto .date-box .month {
            font-size: 12px;
            text-transform: uppercase;
            line-height: 1;
            font-family: "Arboria";
            font-weight: 700;
        }

    .custom-event-card-efecto .title-event {
        margin: 5px 18px 5px;
        font-size: 24px;
        font-weight: 700;
        font-family: "Clan Pro";
    }

.text-resumen {
    color: #FFF;
    font-family: "Arboria";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: justify;
}

.btn-efecto {
    display: flex;
    width: 164px;
    height: 52px;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 3px solid var(--magenta, #FF3980);
}

    .btn-efecto:hover {
        background-color: white;
        border: 0px solid var(--magenta, #FF3980);
    }

    .btn-efecto.text-btn {
        color: var(--magenta, #FF3980);
        text-align: center;
        font-family: "Arboria";
        font-size: 14px;
        font-style: normal;
        font-weight: bold;
        line-height: normal;
    }

/* Inicialmente, solo mostramos fecha y título */
.custom-event-card-efecto .text-resumen,
.custom-event-card-efecto .btn-efecto {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.5s ease;
}

.custom-event-card-efecto .text-resumen {
    padding: 0 18px;
    margin-top: 8px;
}

.custom-event-card-efecto .btn-efecto {
    margin: 8px 18px 0;
}

/* Al hacer hover, mostramos resumen y botón */
.custom-event-card-efecto:hover .text-resumen,
.custom-event-card-efecto:hover .btn-efecto {
    opacity: 1;
    max-height: 200px; /* ajusta según el contenido */
}


/* Cambiar estilo del cuadro de fecha en hover */
.custom-event-card-efecto:hover .date-box {
    background-color: transparent;
    border: 2px solid #00C9D9;
    color: #00C9D9;
}

    .custom-event-card-efecto:hover .date-box .day,
    .custom-event-card-efecto:hover .date-box .month {
        color: #fff;
    }

/* Opcional: oscurecer fondo al hacer hover */
.custom-event-card-efecto:hover:before {
    filter: brightness(0.5);
}

/* Título inicia pegado abajo, sube en hover */
.custom-event-card-efecto .title-event {
    transform: translateY(0);
    transition: transform 0.3s ease;
}

.custom-event-card-efecto:hover .title-event,
.custom-event-card-efecto:hover .date-box,
.custom-event-card-efecto:hover .text-resumen {
    transform: translateY(-50px); /* ajusta cuánto sube */
}

.custom-event-card-efecto:hover .btn-efecto {
    transform: translateY(-40px); /* ajusta cuánto sube */
}

.icon-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid white;
    border-radius: 10px;
    padding: 15px;
    width: 140px;
    transition: background 0.3s, transform 0.3s, padding-bottom 0.3s;
}

    /*.icon-card svg {
  transition: transform 0.3s;
}*/

    .icon-card svg {
        display: block;
        margin: 0 auto;
        transform-origin: top center; /* crece hacia abajo */
        transition: transform 0.3s, margin-bottom 0.3s;
    }


    .icon-card span {
        margin-top: 10px;
        color: white;
        font-weight: bold;
        font-size: 16px;
        text-align: center;
        font-family: "Arboria";
        transition: margin-top 0.3s, color 0.3s;
    }

    .icon-card:not(.active):hover {
        background: white;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .icon-card:not(.active):hover span {
            color: #FF3980;
            margin-top: 20px;
        }

        .icon-card:not(.active):hover svg {
            transform: scale(1.3);
            stroke: #FF3980;
            margin-bottom: 1rem;
        }

    .icon-card.turquesa:not(.active):hover span {
        color: #23CCE2;
    }

    .icon-card.turquesa:not(.active):hover svg {
        stroke: #23CCE2;
    }

.que-ver-slider,
.que-hacer-slider {
    position: relative;
}


    .que-ver-slider .overlay-content,
    .que-hacer-slider .overlay-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 8;
    }


        .que-ver-slider .overlay-content h1 {
            background: #FF3980;
            padding: 10px 20px;
            border-radius: 10px;
            font-size: 48px;
            font-weight: bold;
        }

        .que-ver-slider .overlay-content p,
        .que-hacer-slider .overlay-content p {
            margin: 20px 0;
            font-size: 20px;
            font-family: "Arboria";
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            text-align: justify;
        }

    .que-ver-slider .icon-card,
    .que-hacer-slider .icon-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        background: rgba(255, 255, 255, 0.1);
        border: 2px solid white;
        border-radius: 10px;
        padding: 20px 15px;
        width: 100%;
        transform: scale(1);
        transform-origin: center center;
        transition: background 0.3s, transform 0.3s, transform 0.3s, padding-bottom 0.3s;
        ;
        height: 165px;
    }

        .que-ver-slider .icon-card.active {
            background: #23CCE2;
            border-color: #23CCE2;
            transform: scale(1.05);
        }

        .que-ver-slider .icon-card svg,
        .que-hacer-slider .icon-card svg {
            display: block;
            margin: 0 auto;
            transform-origin: top center;
            transition: transform 0.3s, margin-bottom 0.3s;
        }

        .que-ver-slider .icon-card span,
        .que-hacer-slider .icon-card span {
            margin-top: 10px;
            font-weight: bold;
            transition: margin-top 0.3s, color 0.3s;
        }

        .que-ver-slider .icon-card:not(.active):hover {
            background: transparent;
            border-color: #FFF;
            padding-bottom: 10px;
        }

            .que-ver-slider .icon-card:not(.active):hover span,
            .que-hacer-slider .icon-card:not(.active):hover span {
                color: #ffff;
                margin-top: 15px;
            }

            .que-ver-slider .icon-card:not(.active):hover svg,
            .que-hacer-slider .icon-card:not(.active):hover svg {
                transform: scale(1.3);
                stroke: #ffff;
                margin-bottom: 0.5rem;
            }

    .que-hacer-slider .overlay-content h1 {
        background: #23CCE2;
        padding: 10px 20px;
        border-radius: 10px;
        font-size: 48px;
        font-weight: bold;
    }

    .que-hacer-slider .icon-card.active {
        background: #FF3980;
        border-color: #FF3980;
        transform: scale(1.05);
    }

    .que-hacer-slider .icon-card:not(.active):hover {
        background: transparent;
        border-color: #FFF;
        padding-bottom: 10px;
    }

.mapa-turismo {
    background: #E4E4E4;
    background-image: url('../images/fondo-section-mapa.png');
    position: relative;
}

    .mapa-turismo #map {
        width: 100%;
        height: 560px;
    }

.custom-marker {
    transition: transform 0.2s ease;
}

    .custom-marker:hover {
        transform: scale(1.3);
        z-index: 1000;
    }

/* Barra de progreso base */
.progress-bar-eventos {
    width: 100%;
    height: 5px;
    background-color: #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    display: none; /* Oculta por defecto, solo visible en mobile JS */
}

/* Relleno dinámico */
.progress-bar-fill {
    height: 100%;
    width: 0%;
    background-color: #ec008c; /* magenta */
    transition: width 0.3s ease;
}

.select-filtro {
}

#map-modal {
    display: none;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    z-index: 9999;
    width: 300px;
    color: #000000;
    border: 3px solid;
}

button.close-map-modal {
    position: absolute;
    top: -15px;
    right: -15px;
    border: 4px solid #000;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #FF3980;
}

#map-modal #map-modal-title {
    font-size: 18px;
    font-weight: bold;
}

#map-modal #map-modal-description {
    font-size: 14px;
}

.mapa-turismo,
.mapa-turismo * {
    z-index: 9 !important;
}


@media (max-width: 768px) {
    .hero-banner .overlay-content img.logo {
        max-width: 100%;
    }

    .section-title-text {
        margin-top: 0px;
        margin-left: 0px;
    }

    .que-ver-slider .slick-slide img {
        height: 900px;
        object-fit: cover;
        object-position: center;
    }

    .que-hacer-slider .slick-slide img {
        height: 1100px;
        object-fit: cover;
        object-position: center;
    }

    .mapa-turismo #map {
        height: 350px;
    }

    .section-cards-eventos .slick-slide {
        padding: 0 1rem;
    }

    .section-cards-eventos .card-animation {
        width: 100%;
    }

    .que-hacer-slider .overlay-content h1 {
        font-size: 50px !important;
        white-space: nowrap;
        padding: 10px 0px
    }

    .distritos-slick::after {
        display: none;
    }

    .hero-banner .overlay-content {
        padding-left: 0%;
    }
}

@media (min-width: 768px) {

    .que-ver-slider .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 13%;
    }

    .que-hacer-slider .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 13%;
    }
}


/* Burbuja titulo */
.title-bubble {
    margin-top: -65px;
    position: relative;
    z-index: 9;
}

    .title-bubble .title {
        width: fit-content;
    }

        .title-bubble .title .content,
        .title-bubble-center .title .content {
            color: #FFF;
            font-size: 40px;
            width: fit-content;
            padding: 20px 20px;
            background: #000;
            border-radius: 20px;
        }

            .title-bubble .title .content *,
            .title-bubble-transparent *,
            .title-bubble-complete .title .content *,
            .title-bubble-center .title .content * {
                font-weight: 900;
                font-family: "Arboria";
            }

            .title-bubble .title .content h1,
            .title-bubble-transparent h1,
            .title-bubble-complete .title .content h1,
            .title-bubble-center .title .content h1,
            .subtitle-bubble .title .content h1 {
                font-size: 60px;
            }

            .title-bubble .title .content h2 {
                font-size: 40px;
            }

            .title-bubble .title .content h3 {
                font-size: 38px;
            }

.title-bubble-transparent h4 {
    font-size: 28px;
}

.title-bubble.magenta .title .content {
    background: #FF3980;
}

.title-bubble.magenta .title svg.title-bubble-polygon path {
    fill: #FF3980;
}

.title-bubble.morado .title .content {
    background: #9755FF;
}

.title-bubble.morado .title svg.title-bubble-polygon path {
    fill: #9755FF;
}

.title-bubble.turquesa .title .content {
    background: #23CCE2;
}

.title-bubble.turquesa .title svg.title-bubble-polygon path {
    fill: #23CCE2;
}


/* Burbuja titulo completa */
.title-bubble-complete {
    margin-top: 100px;
    position: relative;
    z-index: 9;
}

    .title-bubble-complete .title {
        width: fit-content;
    }

        .title-bubble-complete .title .content {
            color: #FFF;
            width: fit-content;
            padding: 20px 30px;
            background: #000;
            border-radius: 20px;
        }



    .title-bubble-complete.magenta .title .content {
        background: #FF3980;
    }

    .title-bubble-complete.magenta .title svg.title-bubble-polygon path {
        fill: #FF3980;
    }

    .title-bubble-complete.turquesa .title .content {
        background: #23CCE2;
    }

    .title-bubble-complete.turquesa .title svg.title-bubble-polygon path {
        fill: #23CCE2;
    }

/*Burbuja centrada*/
.title-bubble-center {
    margin-top: -45px;
    position: relative;
    z-index: 9;
    display: table;
    margin-bottom: 50px;
}

    .title-bubble-center .title {
        width: fit-content;
    }

    .title-bubble-center.turquesa .title .content {
        background: #23CCE2;
    }

    .title-bubble-center.turquesa .title svg.title-bubble-polygon path {
        fill: #23CCE2;
    }

    .title-bubble-center.magenta .title .content {
        background: #FF3980;
    }

    .title-bubble-center.magenta .title svg.title-bubble-polygon path {
        fill: #FF3980;
    }

/*Burbuja centrada completa*/
.title-bubble-complete-center {
    position: relative;
    z-index: 9;
    display: table;
}

    .title-bubble-complete-center .title {
        width: fit-content;
    }

        .title-bubble-complete-center .title .content {
            color: #FFF;
            width: fit-content;
            padding: 20px 30px;
            background: #000;
            border-radius: 20px;
            font-family: "Arboria";
            font-weight: 900;
        }

    .title-bubble-complete-center.turquesa .title .content {
        background: #23CCE2;
    }

    .title-bubble-complete-center.turquesa .title svg.title-bubble-polygon path {
        fill: #23CCE2;
    }

    .title-bubble-complete-center.magenta .title .content {
        background: #FF3980;
    }

    .title-bubble-complete-center.magenta .title svg.title-bubble-polygon path {
        fill: #FF3980;
    }

.title-bubble-transparent {
    background-color: transparent;
    position: relative;
}

    .title-bubble-transparent .content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-bottom: 20px;
    }

/*card de actividades*/

.activity-card {
    display: flex;
    width: 173px;
    height: 174px;
    padding: 20px 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 17px;
    border-radius: 10px;
    background: var(--magenta, #FF3980);
}

    .activity-card svg {
        width: 54px;
        height: 54px;
        flex-shrink: 0;
        fill: #FFF;
    }

.activity-text {
    color: #FFF;
    text-align: center;
    font-family: "Arboria";
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: 20px; /* 100% */
}

.activity-card-turquesa {
    display: flex;
    width: 100%;
    /*max-width: 173px;*/
    height: 174px;
    padding: 20px 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 17px;
    border-radius: 10px;
    background: var(--turquesa, #23CCE2);
}

.activity-card-magenta {
    display: flex;
    width: 100%;
    /*max-width: 173px;*/
    height: 174px;
    padding: 20px 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 17px;
    border-radius: 10px;
    background: var(--magenta, #FF3980);
}

.activity-card-turquesa svg {
    width: 54px;
    height: 54px;
    flex-shrink: 0;
    fill: #FFF;
}

.activity-card-magenta svg {
    width: 54px;
    height: 54px;
    flex-shrink: 0;
    fill: #FFF;
}

/* navegador de páginas*/
.custom-breadcrumb {
    --bs-breadcrumb-divider: '>';
}

    .custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        color: #AFAFAF;
    }

.breadcrumb-item {
    color: #AFAFAF;
    font-family: "Arboria";
    font-weight: normal;
    font-size: 16px;
}

    .breadcrumb-item.active {
        color: #23CCE2; /* Color celeste */
        font-family: "Arboria";
        font-weight: 700;
        font-size: 16px;
    }


/*Banner morado descarga de Guía*/
.promo-content {
    position: absolute;
    bottom: 30px; /* << ajusta este valor para subir/bajar el botón */
    left: 50%;
    transform: translateX(-50%);
}

.btn-promo {
    background-color: #23CCE2;
    color: white;
    font-family: "Clan Pro";
    font-size: 18px;
    font-weight: bold;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

    .btn-promo:hover {
        background-color: #1ab1c7;
        color: white;
    }


footer .block-grey-0 {
    padding-top: 1px !important;
    background: #F4F4F4;
}

/*Parrafo general*/
.text-introduccion {
    color: #222222;
    text-align: justify;
    font-family: "Arboria";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; /* 150% */
    text-align: justify;
}

/*Parrafo landing*/
.text-introduccion-landing {
    color: #222222;
    font-family: "Arboria";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; /* 150% */
    text-align: justify;
    margin: 30px 100px;
}

.parrafo-morado {
    color: var(--morado, #9755FF);
    font-family: "Arboria";
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
    text-align: justify;
}

/*Card*/
.custom-event-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    max-width: 286px;
}

    .custom-event-card img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 10px;
    }

    .custom-event-card .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
        transition: ease all 0.3s;
        border-radius: 10px;
    }

    .custom-event-card:hover .overlay {
        background: rgba(0, 0, 0, 0.6);
        border: 4px solid #000000
    }

    .custom-event-card .overlay-center {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 12px;
    }

    .custom-event-card .title {
        font-size: 30px;
        font-weight: 900;
        font-family: "Arboria";
        color: #FFF;
        line-height: 34px;
    }

    .custom-event-card .content {
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: end;
        padding: 25px 17px;
    }


/*Card complete*/

.custom-event-card-complete {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    /*width: 100%;*/
    max-width: 390px;
}

    .custom-event-card-complete.historia {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        width: 100%;
        max-width: 410px;
    }

    .custom-event-card-complete .image-container {
        position: relative;
    }

        .custom-event-card-complete .image-container img {
            width: 100%;
            height: auto;
            object-fit: cover;
            display: block;
        }


    .custom-event-card-complete .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 12px;
    }

    .custom-event-card-complete .overlay-center {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 30px 15px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        border-radius: 12px;
    }

    .custom-event-card-complete.historia .overlay-center {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 30px 25px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        border-radius: 12px;
    }



    .custom-event-card-complete .date-box {
        background-color: #23CCE2;
        padding: 10px 10px 10px 10px;
        border-radius: 5px;
        text-align: center;
        font-weight: bold;
        margin-left: 18px;
    }

        .custom-event-card-complete .date-box .day {
            font-size: 42px;
            line-height: 1;
            font-family: "Arboria";
            font-weight: 900;
        }

        .custom-event-card-complete .date-box .month {
            font-size: 12px;
            text-transform: uppercase;
            line-height: 1;
            font-family: "Arboria";
            font-weight: 700;
        }

    .custom-event-card-complete .title-event {
        margin: 5px 18px 26px;
        font-size: 24px;
        font-weight: 700;
        font-family: "Clan Pro";
    }


    /* Card con boton ver más*/

    .custom-event-card-complete .title {
        font-size: 30px;
        font-weight: 900;
        font-family: "Arboria";
        color: #FFF;
        line-height: 32px;
    }

    .custom-event-card-complete .title-atractivo {
        font-size: 24px;
        font-weight: 900;
        font-family: "Arboria";
        color: #FFF;
        line-height: 24px;
        margin: 25px
    }

    .custom-event-card-complete .sub-title {
        color: var(--Blanco, #FFF);
        text-align: center;
        font-family: "Arboria";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        align-items: center;
        margin: 8px 10px;
    }

    .custom-event-card-complete.historia .sub-title {
        color: var(--Blanco, #FFF);
        text-align: center;
        font-family: "Arboria";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        align-items: center;
        margin: 8px 0px;
    }

.btn-see-more {
    background-color: white;
    color: #FF3980; /* rosa fuerte */
    font-family: "Arboria";
    font-weight: bold;
    font-size: 14px;
    padding: 5px 20px 7px 20px;
    border-radius: 15px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s, color 0.3s;
}

    .btn-see-more:hover {
        background-color: #FF3980;
        color: white;
    }


/* titulo de la burbuja - limite de ancho */
.title-bubble .content.bubble {
    max-width: 500px; /* ajusta este valor según tu diseño */
    word-break: break-word;
    text-align: center;
}

.title-bubble .text-uppercase {
    line-height: 1.1; /* ajusta para que las líneas no queden muy separadas */
}


/* imagen interna */

.image-wrapper {
    text-align: center; /* centra la imagen horizontalmente */
}

    .image-wrapper img {
        max-width: 100%;
        height: auto;
        border-radius: 12px; /* ajusta si quieres esquinas más redondeadas */
    }

/*espaciado iconos de redes de la parte de abajo*/
.redes-end {
    margin: 80px 0 130px 0;
}


/*cuadro flotante*/

.parrafo-bloque p {
    max-width: 800px; /* ajusta el ancho máximo según tu diseño */
    margin: 0 auto;
    line-height: 1.8;
    color: #222;
    text-align: justify;
    font-family: "Arboria";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

.info-box {
    max-width: 100%;
    border-radius: 20px;
    padding: 40px;
}

    .info-box.bg-morado {
        background-color: #9755FF !important;
    }

    .info-box.bg-turquesa {
        background-color: #23CCE2 !important;
    }

    .info-box h5 {
        color: var(--Color, #222);
        font-family: "Arboria";
        font-size: 22px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        text-transform: uppercase;
    }


    .info-box p {
        color: var(--Blanco, #FFF);
        font-family: "Arboria";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

.btn-white {
    background-color: #FFFFFF;
    border: none;
    color: #FF3980;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
    display: flex;
    height: 52px;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

    .btn-white:hover {
        background-color: #FF3980;
        color: #fff;
    }


.section-plus {
    background-color: #F3F3F3;
    background-size: cover;
    position: relative;
    margin-top: 150px;
    padding-bottom: 50px;
    justify-content: center;
}

/*fondo griss*/
.section-title-wrapper {
    background-color: #FFFFFF; /* gris claro */
}

/* Fondo gris claro para el contenedor del carrusel y texto */
.section-content-wrapper {
    background-color: #F3F3F3; /* gris claro */
}

.main-content .container.section-content-wrapper {
    background: #F3F3F3;
    padding-top: 10px !important;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.info-box ul.custom-list {
    padding-left: 1.5rem;
}

    .info-box ul.custom-list li {
        margin-bottom: 0.5rem; /* espacio entre ítems */
        list-style: disc !important; /* usa bullets normales (puedes cambiar a square o circle) */
        color: var(--Blanco, #FFF);
        font-family: "Arboria";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 1.5;
    }

.text-resumen {
    color: #FFF;
    font-family: "Arboria";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: justify;
}

.btn-efecto {
    display: flex;
    width: 164px;
    height: 52px;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 3px solid var(--magenta, #FF3980);
}

    .btn-efecto:hover {
        background-color: white;
        border: 0px solid var(--magenta, #FF3980);
    }

    .btn-efecto.text-btn {
        color: var(--magenta, #FF3980);
        text-align: center;
        font-family: "Arboria";
        font-size: 14px;
        font-style: normal;
        font-weight: bold;
        line-height: normal;
    }

@media only screen and (max-width: 768px) {

    .card-animation-event-grid .content {
        padding: 0 30px !important;
    }

    .title-bubble .title .content h1,
    .title-bubble-complete .title .content h1 {
        font-size: 35px;
    }

    .title-bubble.bubble-mobile-title .title .content h1 {
        font-size: 60px !important;
    }

    .title-bubble.tittle-mobile .title .content h1 {
        font-size: 36px;
    }

    .subtitle-bubble .title .content h1 {
        font-size: 40px;
    }

    .title-bubble .title .content h2,
    .title-bubble-complete .title .content h2 {
        font-size: 30px;
    }

    .title-bubble.mapa .title .content h1 {
        font-size: 60px;
    }

    .title-bubble.mapa .title .content {
        padding: 20px 30px
    }

        .title-bubble.mapa .title .content h2 {
            font-size: 38px;
        }

    .title-bubble .title .content h3,
    .title-bubble-complete .title .content h3 {
        font-size: 30px;
    }

    .title-bubble-complete {
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .redes-end {
        margin: 0 0 40px 0;
    }

    .info-box {
        border-radius: 0px;
    }

    .title-bubble.no-negative-margin-mobile .title .content h1 {
        font-size: 50px;
    }

    .title-bubble.no-negative-margin-mobile .title .content {
        padding: 30px 40px;
    }

    .no-negative-margin-mobile {
        margin-top: 0 !important;
    }

    .custom-event-card {
        max-width: none;
        width: 100%;
    }

    .section-plus .container {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        justify-items: center;
    }

    .activity-card-turquesa,
    .activity-card-magenta {
        width: 100%;
        /*max-width: 150px; !* ajusta según el diseño *!*/
    }

    .activity-card {
        width: 100%;
        /*max-width: 150px; !* ajusta según el diseño *!*/
    }

    .text-introduccion-landing {
        margin: 30px 0;
    }

    .title-bubble-complete .title .content h1 {
        font-size: 60px !important;
        white-space: nowrap;
    }

    .title-bubble-que-hacer .title .content h1 {
        font-size: 45px !important;
        white-space: nowrap;
    }

    .centrado-mobile {
        display: flex;
        justify-content: center;
    }

        .centrado-mobile > .container {
            display: flex;
            justify-content: center;
        }

    .que-hacer-slider .title-bubble-complete .title .content,
    .que-ver-slider .title-bubble-complete .title .content {
        padding: 20px 20px;
    }

    #que-ver-h1 {
        font-size: min(4.6rem, 15vw) !important;
    }

    #que-hacer-h1 {
        font-size: 3.350rem !important;
    }

    .ms-5 {
        margin-left: 0 !important;
    }

    .eventos-message {
        max-width: 100% !important;
    }

    .title-bubble.map .title .content {
        padding: 20px 50px;
    }

        .title-bubble.map .title .content h2 {
            font-size: 38px;
        }

        .title-bubble.map .title .content h1 {
            font-size: 60px;
        }

    .video-full {
        height: 83vh !important;
        object-fit: cover;
    }
}

nav.custom-breadcrumb ol.breadcrumb li.breadcrumb-item a {
    font-family: Arboria, sans-serif, "Arial";
    font-weight: 600;
    color: #AFAFAF;
    font-size: 16px;
}

.detalle-lugar {
    margin-top: -350px;
}

.promo-banner {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media only screen and (max-width: 600px) {
    .detalle-lugar {
        margin-top: 0px;
    }

    .promo-banner {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

/* Card animation */
:root {
    --d: 700ms;
    --e: cubic-bezier(0.19, 1, 0.22, 1);
}



.card-animation,
.card-animation-event-grid {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

    .card-animation .card-animation-content {
        position: absolute;
        bottom: 0;
        z-index: 9;
        left: 5%;
        width: 90%;
        height: 100%;
        display: flex;
        justify-content: end;
        background: linear-gradient(to top, rgba(0, 0, 0, 0), transparent);
    }


    .card-animation-event-grid .card-animation-content {
        position: absolute;
        bottom: 0;
        z-index: 9;
        width: 92%;
        height: 100%;
        display: flex;
        justify-content: end;
    }

    .card-animation .content,
    .card-animation-event-grid .content {
        position: relative;
        width: 100%;
        padding: 0 50px;
        transition: transform var(--d) var(--e);
        color: #FFFFFF;
        z-index: 1;
    }

    .card-animation.card-event-grid .content {
        padding: 0 20px;
    }

    .card-animation-event-grid .content {
        padding: 0 20px;
    }

    .card-animation .content > * + * {
        margin-top: 1.6rem;
    }

    .card-animation-event-grid .content > * + * {
        margin-top: 0.7rem;
    }

    .card-animation .title {
        font-weight: 700;
        font-family: "Clan Pro";
    }

    .card-animation-event-grid .title {
        font-weight: 700;
        font-family: "Clan Pro";
        font-size: 20px;
    }

    .card-animation-event-grid .copy {
        font-style: normal;
        font-weight: normal;
        line-height: normal;
        font-family: "Arboria";
        font-size: 14px;
    }

    .card-animation .date-box,
    .card-animation-event-grid .date-box {
        width: fit-content;
        background-color: #23CCE2;
        border: 2px solid #23CCE2;
        padding: 10px 10px 10px 10px;
        border-radius: 10px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 10px;
        transition: ease all 0.5s;
    }

    .card-animation.card-event-grid .date-box,
    .card-animation-event-grid .date-box {
        padding: 5px 10px 5px 10px;
    }

        .card-animation .date-box .month,
        .card-animation-event-grid .date-box .month {
            font-size: 12px;
            font-weight: 900;
            font-family: Arboria;
        }

        .card-animation .date-box .day,
        .card-animation-event-grid .date-box .day {
            font-size: 42px;
            font-weight: 900;
            font-family: Arboria;
        }

    .card-animation .content .btn,
    .card-animation-event-grid .content .btn {
        width: fit-content;
        padding: 20px 0;
    }

    .card-animation-event-grid .image-container img {
        height: 410px;
    }


    .card-animation-event-grid .image-container::before {
        content: "";
        position: absolute;
        inset: 0;
        background-color: rgba(0, 0, 0, 0); /* Sin oscurecimiento por defecto */
        transition: background-color 0.3s ease;
        z-index: 1;
        border-radius: 10px;
    }

    .card-animation .image-container::before {
        content: "";
        position: absolute;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.3); /* Sin oscurecimiento por defecto */
        transition: background-color 0.3s ease;
        z-index: 1;
        border-radius: 10px;
    }

    .card-animation-event-grid .card-animation-content::before {
        content: "";
        position: absolute;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.3); /* Sin oscurecimiento por defecto */
        transition: background-color 0.3s ease;
        z-index: 1;
        border-radius: 10px;
    }


    .card-animation:hover .image-container::before {
        background-color: rgba(0, 0, 0, 0.7); /* Oscurecimiento al activar */
    }

    .card-animation-event-grid:hover .card-animation-content::before {
        background-color: rgba(0, 0, 0, 0.7); /* Oscurecimiento al activar */
    }


    .card-animation:hover .date-box {
        background-color: transparent;
    }

    .card-animation-event-grid:hover .date-box {
        background-color: transparent;
    }

    .card-animation-event-grid.list-view:hover .date-box {
        background-color: #23CCE2 !important;
    }


/* 1) Que se quede fija en la parte superior */
.category-buttons {
    position: sticky;
    top: 60px;
    z-index: 90;
}

    /* 2) Definir estilo base de los botones */
    .category-buttons .btn {
        border: 2px solid white;
        color: white;
        transition: background-color .3s, color .3s;
    }

        /* 3) Estado activo: fondo blanco y texto magenta */
        .category-buttons .btn.active,
        .category-buttons .btn.active:hover {
            background-color: white !important;
            color: #f52972 !important;
            border-color: white !important;
        }


@media (hover: hover) and (min-width: 600px) {
    .card-animation .card-animation-content .content {
        transform: translateY(calc(100% - 14rem));
    }

    .card-animation.card-event-grid .card-animation-content .content,
    .card-animation-event-grid .card-animation-content .content {
        transform: translateY(calc(100% - 13.5rem));
    }

    /*
    .card-animation .card-animation-content .content > *:not(.title),
    .card-animation-event-grid .card-animation-content .content > *:not(.title) {
        opacity: 0;
        transform: translateY(1rem);
        transition: transform var(--d) var(--e), opacity var(--d) var(--e);
    }
    */

    .card-animation .card-animation-content:hover,
    .card-animation .card-animation-content:focus-within,
    .card-animation-event-grid .card-animation-content:hover,
    .card-animation-event-grid .card-animation-content:focus-within {
        align-items: center;
    }

        .card-animation .card-animation-content:hover .content,
        .card-animation .card-animation-content:focus-within .content {
            transform: translateY(10%);
        }


        .card-animation.card-event-grid .card-animation-content:hover .content,
        .card-animation.card-event-grid .card-animation-content:focus-within .content,
        .card-animation-event-grid .card-animation-content:hover .content,
        .card-animation-event-grid .card-animation-content:focus-within .content {
            transform: translateY(8%);
        }

            .card-animation .card-animation-content:hover .content > *:not(.title),
            .card-animation .card-animation-content:focus-within .content > *:not(.title),
            .card-animation-event-grid .card-animation-content:hover .content > *:not(.title),
            .card-animation-event-grid .card-animation-content:focus-within .content > *:not(.title) {
                opacity: 1;
                transform: translateY(0);
                transition-delay: calc(var(--d) / 8);
            }

            .card-animation .card-animation-content:focus-within .content,
            .card-animation .card-animation-content:focus-within .content > *:not(.title),
            .card-animation-event-grid .card-animation-content:focus-within .content,
            .card-animation-event-grid .card-animation-content:focus-within .content > *:not(.title) {
                transition-duration: 0s;
            }
}

@media only screen and (max-width: 768px) {
    .card-animation .card-animation-content,
    .card-animation.card-event-grid .card-animation-content {
        display: flex;
        justify-content: end;
    }

    .card-animation .content {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }


    .card-animation-event-grid .card-animation-content {
        left: 3%;
        width: 94%;
        display: flex;
        justify-content: end;
        background: rgba(0, 0, 0, 0.7);
        border-radius: 10px;
    }

    .card-animation-event-grid .content {
        display: flex;
        justify-content: end;
        flex-direction: column;
        padding-bottom: 20px;
    }

    .card-animation .image-container::before,
    .card-animation-event-grid .image-container::before {
        background-color: rgba(0, 0, 0, 0.7);
    }

    .card-animation.card-event-grid .image-container::before,
    .card-animation-event-grid .image-container::before {
        background-color: rgba(0, 0, 0, 0);
    }

    .card-animation .date-box,
    .card-animation-event-grid .date-box {
        background-color: transparent;
    }

    .card-animation .content,
    .card-animation.card-event-grid .content {
        padding: 0 20px;
    }

        .card-animation .content > * + *,
        .card-animation.card-event-grid .content > * + * {
            margin-top: 1rem;
        }

    .list-view .date-box {
        width: fit-content;
        background-color: #23CCE2;
        border: 2px solid #23CCE2;
    }
}

/* Desktop / dispositivos con hover */
@media (hover: hover) and (min-width: 600px) {
    /* Estado inicial: ocultar copy y botón */
    .card-animation .card-animation-content > .copy,
    .card-animation .card-animation-content > .btn,
    .card-animation-event-grid .card-animation-content > .copy,
    .card-animation-event-grid .card-animation-content > .btn {
        opacity: 0;
        transform: translateY(1rem);
        transition: transform var(--d) var(--e), opacity var(--d) var(--e);
    }

    /* Al hacer hover/focus: mostrarlos */
    .card-animation .card-animation-content:hover .content > .copy,
    .card-animation .card-animation-content:hover .content > .btn,
    .card-animation .card-animation-content:focus-within .content > .copy,
    .card-animation .card-animation-content:focus-within .content > .btn,
    .card-animation-event-grid .card-animation-content:hover .content > .copy,
    .card-animation-event-grid .card-animation-content:hover .content > .btn,
    .card-animation-event-grid .card-animation-content:focus-within .content > .copy,
    .card-animation-event-grid .card-animation-content:focus-within .content > .btn {
        opacity: 1;
        transform: translateY(0);
        transition-delay: calc(var(--d) / 8);
    }

    /* El título se adapta a su propio alto. Sin reserva fija. */
    .card-animation .title {
        line-height: 1.2;
        /* sin min-height */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; /* máx 2 líneas; cámbialo si quieres 3 */
        overflow: hidden;
    }


    .card-animation-event-grid .title {
        line-height: 1.2;
        /* sin min-height */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4; /* máx 2 líneas; cámbialo si quieres 3 */
        overflow: hidden;
    }

    /* --- Detalles colapsables (copy + botón) --- */
    .card-animation .details,
    .card-animation-event-grid .details {
        /* oculto por defecto */
        opacity: 0;
        transform: translateY(.25rem);
        transition: max-height 300ms ease, opacity 200ms ease, transform 250ms ease;
    }

    /* Al hacer hover/focus dentro del card: expandir los detalles */
    .card-animation .card-animation-content:hover .details,
    .card-animation .card-animation-content:focus-within .details,
    .card-animation-event-grid .card-animation-content:hover .details,
    .card-animation-event-grid .card-animation-content:focus-within .details {
        max-height: 30rem; /* suficiente para copy+botón */
        opacity: 1;
        transform: translateY(10%);
    }


    /* Asegura que siempre se vean date-box y title (por si había reglas previas) */
    .card-animation .content > .date-box,
    .card-animation-event-grid .content > .date-box {
        opacity: 1;
        transform: none;
    }
}





/*DARK MODE*/

body.b-turismoUrbano.dark .festividades .item .content h1.titulo {
    color: #FFFFFF;
}

body.b-turismoUrbano.dark main {
    background: #242527;
}

body.b-turismoUrbano.dark .main-content .container,
body.b-turismoUrbano.dark .section-plus,
body.b-turismoUrbano.dark .lightnight {
    background: #3B3C3F;
}

    body.b-turismoUrbano.dark .main-content .container.night,
    body.b-turismoUrbano.dark .night {
        background: #242527;
    }

body.b-turismoUrbano.dark .borrar-filtro .fill {
    fill: #FFFFFF;
}

body.b-turismoUrbano.dark .borrar-filtro .stroke,
body.b-turismoUrbano.dark .enlace-descarga .stroke {
    stroke: #FFFFFF;
}


body.b-turismoUrbano.dark .festividades .item .content p,
body.b-turismoUrbano.dark .resultado {
    color: #cecece;
}

body.b-turismoUrbano.dark .festividades .item .content .lugar,
body.b-turismoUrbano.dark .festividades .item .content .ver-mas span,
body.b-turismoUrbano.dark button.btn-load-more,
body.b-turismoUrbano.dark .titulo-ofertas,
body.b-turismoUrbano.dark .festividades .item .content .links-items > div span,
body.b-turismoUrbano.dark .festividades .item .detalle-fecha,
body.b-turismoUrbano.dark .back-link,
body.b-turismoUrbano.dark .provincia-resultado,
body.b-turismoUrbano.dark .borrar-filtro small,
body.b-turismoUrbano.dark .btn-filtro,
body.b-turismoUrbano.dark .enlace-descarga,
body.b-turismoUrbano.dark .section-title-text,
body.b-turismoUrbano.dark .text-introduccion-landing.night,
body.b-turismoUrbano.dark .text-introduccion,
body.b-turismoUrbano.dark .parrafo-bloque p {
    color: #FFFFFF;
}

    body.b-turismoUrbano.dark .btn-filtro.active {
        color: #000000;
    }


body.b-turismoUrbano.dark .distritos-slick::after {
    background: linear-gradient(to left, #242527, rgba(255, 255, 255, 0));
}
