@media only screen and (max-width: 768px) {
    .header_top {
        display: none;
    }

    img#logo-header {
        margin-left: 40%;
    }

    .email_footer{
        font-size: 12px!important;
    }

    span.div_bloco_texto span {
        font-size: 16px;
    }

    section.contatos {
        padding: 0px 30px;
    }

    .btn_gps {
        text-align: center;
        margin-top: 20px;
    }

    section#newsletter {
        border-top: 5px solid #f7f7f7;
        padding-top: 10px;
    }

    .navbar-principal {
        /* height: 100vh !important; */
        text-align: center;
        font-size: 26px;
        margin-top: 20px;
    }

    .navbar-light .navbar-toggler{
        border-color: none !important;
    }

    .navbar-light .navbar-nav .active > .nav-link span,.navbar-light .navbar-nav .active > .nav-link span:hover {
        border-bottom: 3px solid var(--text_primary);
    }
    /*
    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link{
        border-bottom: none!important;
    }
    */


    /*
    .navbar-principal > .active span{
        border-bottom: 3px solid var(--text_primary);;
    }*/

    button#button_menu_nav {
        border: none;
        color: black;
    }
    a.nav-link {
        font-size: 20px;
        padding: 10px 0px;
    }

    .row_block_veiculo .sem_margem{
        padding-right: 15px;
    }

    .data_postagem {
        position: initial;
        text-align: center;
        background: none;
        border-radius: 20px;
        padding: 5px;
        color: var(--bg_primary);
        left: -41px;
        width: 100%;
        bottom: -40px;
        font-size: 14px;
        text-transform: uppercase;
    }
    .data_postagem .data {
        font-size: 14px;
    }

    .titulo_noticia.text-center.mt-3{
        margin-top: 0px!important;
        text-transform: uppercase;
    }

    .titulo_noticia {
        padding-left: 0px!important;
        padding-top: 0px!important;
    }
    .descricao_noticia.mt-3 {
        padding-left: 0px !important;
    }

    .logo_newsletter {
        border-right: none;
    }

    #fale_conosco_row .line_orange{

    }
    .contatos .line_orange{
        border-bottom: none;
    }

    .div_bloco_texto {
        xvertical-align: top;
        display: table-cell;
    }

    .contatos .text-orange {
        font-size: 10px;
        line-height: 1px;
        text-transform: uppercase;
    }
    .contatos .text-md{
        font-size: 14px;
    }

    .newletter_mobile .div_bloco_texto{
        text-align: left;
    }

    .row_block_veiculo {
        top: -15px!important;
    }

    .btn_filtro_mobile  {
        height: 50px;
    }
    .imagem_veiculo_block {
        min-height: 0px;
    }
}
@media screen and (min-width: 1366px) {
    #wpcf7-f145547-p145548-o1 {
        height: 44vh;
    }
}
@media screen and (min-width: 1920px) {
    #wpcf7-f145547-p145548-o1 {
        height: 44vh;
    }
}