/* Color personalizado para los botones y controles del Slider Swiper */
.swiper-button-next, .swiper-button-prev {
    color: #cc0000 !important; 
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.swiper-pagination-bullet-active {
    background-color: #cc0000 !important;
}
.swiper-pagination-bullet {
    background-color: #ffffff;
    opacity: 0.8;
}

/* Scrollbar moderno corporativo */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #0a1118; 
}
::-webkit-scrollbar-thumb {
    background: #cc0000; 
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
    background: #990000; 
}