/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Aug 25 2026 | 22:20:59 */
/* H1 principal de los heroes FICUVIR */
.ficuvir-hero-title {
    font-family: Poppins, sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.05 !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
}

/* Escritorio */
@media (min-width: 1025px) {
    .ficuvir-hero-title {
        font-size: 64px !important;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    .ficuvir-hero-title {
        font-size: 50px !important;
    }
}

/* Móvil */
@media (max-width: 767px) {
    .ficuvir-hero-title {
        font-size: 40px !important;
    }
}