/* Qlturka — small custom overrides on top of the Rexo template (loaded last) */

/* Hero accent: the dark hero needs a brighter red than the section accent
   (#9c1b1f = only ~2:1 on near-black). Brighten just the hero headline accent. */
#slide-16-layer-3 .blue-span { color: #ff5159 !important; font-size: inherit !important; line-height: inherit !important; }

/* Mobile hero: the long subtitle layer cannot be laid out by the slider on
   narrow screens without colliding with the headline/CTA, so hide it on phones.
   The same service list is shown right below in the "Oferta" section. */
@media (max-width: 767px) {
    #slide-16-layer-4 { display: none !important; }
}
