html {
    scroll-behavior: smooth;
}
/* Cor de destaque principal (Turquesa/Primary) */
.color-primary {
    background-color: #00bcd4;
}
.text-primary {
    color: #00bcd4;
}
.swiper-button-prev, .swiper-button-next {
    color: #00bcd4 !important; /* Cor dos botões do Swiper */
}