/* ============================================================
   HERO - Media Query 900px (tablet grande)
   max-width: 900px
   ============================================================ */

@media (max-width: 900px) {

    .hero-expertos {
        font-size: 1.3rem;
        padding: 0.7rem 1.3rem;
        letter-spacing: 1px;
    }

    .hero-main-title {
        font-size: 2.5rem;
        padding: 0.9rem 1.3rem;
    }

    .hero-description {
        font-size: 1.1rem;
        padding: 0.9rem 1.4rem;
    }

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

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

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