/* ============================================================
   HERO - Media Query 1920px (Full HD / monitores grandes)
   min-width: 1920px
   ============================================================ */

@media (min-width: 1920px) {

    .hero-expertos {
        font-size: 2rem;
        padding: 1rem 2.4rem;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-main-title {
        font-size: 4.2rem;
        padding: 1.4rem 2.4rem;
    }

    .hero-description {
        font-size: 1.5rem;
        padding: 1.4rem 2.6rem;
        max-width: 980px;
    }

    .hero-stats .stat-item-main .stat-number {
        font-size: 3.2rem;
    }

    .hero-stats .stat-item-main .stat-label {
        font-size: 1.1rem;
    }

    .hero .hero-stats-secondary .stat-item-secondary .stat-number {
        font-size: 2.6rem;
    }

    .hero .hero-stats-secondary .stat-item-secondary .stat-label {
        font-size: 1.1rem;
    }

    .hero .btn {
        font-size: 1.25rem;
        padding: 1.1rem 2.6rem;
    }
}
