/* ============================================================
   HERO - Media Query 1024px (desktop pequeño)
   max-width: 1024px
   ============================================================ */

@media (max-width: 1024px) {

    .hero {
        padding-top: 80px;
    }

    .hero-expertos {
        font-size: 1.3rem;
        padding: 0.6rem 1.2rem;
    }

    .hero-main-title {
        font-size: 2.6rem;
        padding: 0.9rem 1.4rem;
    }

    .hero-description {
        font-size: 1rem;
        padding: 0.7rem 1.2rem;
    }

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

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

    .hero .btn {
        font-size: 1.1rem;
        padding: 1rem 2rem;
    }
}
