/* Personalización de los puntos de paginación */
        .swiper-pagination-bullet {
            background: white !important;
            opacity: 0.5;
        }

        .swiper-pagination-bullet-active {
            background: #a855f7 !important;
            /* Purple-500 */
            opacity: 1;
        }