/* SOLO AJUSTE ULTRA-ESPECÍFICO PARA EL SLOGAN */
/* SOLO AJUSTE ULTRA-ESPECÍFICO PARA EL SLOGAN */
div.hero-cta > p.new-slogan {
    font-size: clamp(1.1rem, 2.5vw, 2.3rem) !important;
    color: #E5E7EB !important;
    font-weight: 600 !important;
    padding: 0.75rem 0 !important;
    text-align: center !important;
    white-space: nowrap !important;
    background: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    animation: none !important;
    transition: none !important;
    filter: none !important;
    font-style: normal !important;
}

/* El slogan ahora es 100% responsivo y sin saltos bruscos usando clamp().
   No necesita media queries adicionales para su tamaño. */
