/* CSS específico para colores del hero-title */
body .hero .hero-container .hero-content .hero-title .word-calidad {
    color: #e2b900 !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    -webkit-text-fill-color: #e2b900 !important;
    text-shadow: none !important;
    font-weight: inherit !important;
}

body .hero .hero-container .hero-content .hero-title .word-eficiencia {
    color: #3b444d !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    -webkit-text-fill-color: #3b444d !important;
    text-shadow: none !important;
    font-weight: inherit !important;
}

body .hero .hero-container .hero-content .hero-title .word-agilidad {
    color: #3b648d !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    -webkit-text-fill-color: #3b648d !important;
    text-shadow: none !important;
    font-weight: inherit !important;
}
