.hero-split-bg {
    background-image: 
        linear-gradient(rgba(239, 246, 255, 0.85), rgba(239, 246, 255, 0.85)),
        url('/assets/img/cuidado_pies3.webp');
    background-size: cover;       
    background-position: center;  
    background-repeat: no-repeat; 
}
.testimonial-swiper .swiper-button-next, .testimonial-swiper .swiper-button-prev {color: #2563EB; /* blue-600 */}
.testimonial-swiper .swiper-pagination-bullet-active {background: #2563EB;}

