/* AJUSTE DE TAMANHO DO BANNER - NÃO ALTERA ESTRUTURA */

.hero-banner {
    height: 450px !important;
    min-height: 450px !important;
    max-height: 450px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

@media (max-width: 1400px) {
    .hero-banner {
        height: 400px !important;
        min-height: 400px !important;
        max-height: 400px !important;
    }
}

@media (max-width: 1200px) {
    .hero-banner {
        height: 350px !important;
        min-height: 350px !important;
        max-height: 350px !important;
    }
}

@media (max-width: 992px) {
    .hero-banner {
        height: 300px !important;
        min-height: 300px !important;
        max-height: 300px !important;
    }
}

@media (max-width: 768px) {
    .hero-banner {
        height: 250px !important;
        min-height: 250px !important;
        max-height: 250px !important;
        margin-top: -20px !important;
    }
    
    .main-header {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 576px) {
    .hero-banner {
        height: 200px !important;
        min-height: 200px !important;
        max-height: 200px !important;
        margin-top: -20px !important;
    }
}

@media (max-width: 480px) {
    .hero-banner {
        height: 180px !important;
        min-height: 180px !important;
        max-height: 180px !important;
        margin-top: -20px !important;
    }
}