.display-n{
    display: none !important;
}

.grecaptcha-badge{
    display: none;
}

.comemora{
    width: 90%; 
    max-width: 400px;
    margin-left: 115px;
    margin: 0 auto;
    margin-top: 20%;
    overflow: hidden;
}

.banner{
    padding-left: 100px;
}

.dados-inicial{
    padding-top: 30px; 
    padding-bottom: 390px;
}

.btn_mapa{
    background-color: #ed3237;
    color: white;
    border-color: #ed3237;
    border-radius: 4px;
    border: none;
    height: 50px;
    width: 100%;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 20px 10px 10px 0px;
}
.btn_mapa:hover{
    color: white;
}
@media (min-width: 992px){
    .banner{
        //margin-top: 35px;
    }
}

@media (max-width: 992px){
    .banner{
        margin-top: 135px;
    }
    
    .imgSlider{
        /*height: 500px !important;*/
        width: 2000px !important;
        max-width: 200% !important;
    }
    
    .dados-inicial{
        padding-bottom: 160px;
    }
    
}