    /* Estilo personalizado para el paginador */
    .swiper-pagination-bullet {
        background: #6b7280;
        /* Gris para bullets inactivos */
        opacity: 1;
        width: 10px;
        height: 10px;
    }

    .swiper-pagination-bullet-active {
        background: rgb(246, 59, 59);
        /* Color primary (azul) para bullet activo */
    }

    /* Flechas de navegación */
    .swiper-button-next,
    .swiper-button-prev {
        color: #3b82f6;
        /* Color primary */
        background: rgba(255, 255, 255, 0.8);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        backdrop-filter: blur(4px);
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 1.2rem;
    }

    .swiper-slide {
        margin-top: 1.5rem;
        width: 85%;
        /* Deja espacio para ver el siguiente slide */
    }

    .fa-kick::before {
        font-family: Arial Black, sans-serif;
        font-weight: bold;
        content: 'K';
        font-size: 1.1em;
    }

            /* .glass-card {
            background: rgba(255, 255, 255, 0.03);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.08);
        } */

        /* #tiktokProgress,
        #youtubeProgress,
        #instagramProgress,
        #threadsProgress {
            transition-timing-function: linear;
        } */