@media(max-width:767.98px){html body .foto-ratts-home .fr-hero__content-wrap{padding:0 12px 13px!important}html body .foto-ratts-home .fr-hero__content{width:min(72%,245px)!important;max-width:245px!important}html body .foto-ratts-home .fr-hero__kicker{margin:0 0 2px!important;font-size:5.5px!important;line-height:1.05!important;letter-spacing:.14em!important}html body .foto-ratts-home .fr-hero__content h1{max-width:220px!important;margin:0!important;font-size:clamp(15px,4.5vw,18px)!important;line-height:1.02!important;letter-spacing:-.01em!important}html body .foto-ratts-home .fr-hero__content p{margin:3px 0 5px!important;max-width:220px!important;font-size:7px!important;line-height:1.15!important}html body .foto-ratts-home .fr-hero__actions{gap:4px!important}html body .foto-ratts-home .fr-hero__actions .fr-btn{min-height:24px!important;padding:0 6px!important;font-size:6px!important;letter-spacing:.045em!important}}

/* V179: no celular, remove somente o título/nome do slide.
   Mantém foto, texto de apoio, botões e indicadores sem alterar o desktop. */
@media (max-width: 767.98px) {
    html body .foto-ratts-home .fr-hero__content h1 {
        display: none !important;
    }

    html body .foto-ratts-home .fr-hero__content-wrap {
        overflow: hidden !important;
    }
}

/* V180: no celular, remove TODO o conteúdo sobre o slide.
   Ficam somente as imagens do slide e os indicadores/navegação. */
@media (max-width: 767.98px) {
    html body .foto-ratts-home .fr-hero__content-wrap {
        display: none !important;
    }
}
