/* Ciclomaz V21 — tamaño global de títulos con excepción por banner. */
@media (min-width: 851px) {
    .hero-slider .slide-content h1,
    .hero-slider .slide-content h2 {
        font-size: var(--cmz-banner-title-desktop, 70px) !important;
    }
}

@media (max-width: 850px) {
    .hero-slider .slide-content h1,
    .hero-slider .slide-content h2 {
        font-size: var(--cmz-banner-title-mobile, 48px) !important;
    }
}
