.view-desktop{
    display: block;
}
.view-mobile {
  display: none;
}
.estoque_block .view-desktop {
  display: contents;
}
#estoque-results {
  margin-bottom: 1rem !important;
}
@media screen and (max-width: 767px) {
    .view-desktop,
    .estoque_block .view-desktop,
    .filtro_sidebar{
        display: none;
    }
    .view-mobile{
        display: block;
    }
    #estoque-results {
        margin-bottom: 0.5rem !important;
        padding: 0 !important;
        width: -webkit-fill-available;
    }
    .box_flex {
        height: 12rem !important;
        padding-top: 0rem;
        font: normal normal bold 18px / 22px Barlow;
    }
    .box_flex_top{
        padding-top: 5px;
    }
    .container-fluid-90 {
        width: 100%;
    }

  .btn-whatsapp-float {
    bottom: 10px !important;
  }

  .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }

    .modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0;
    }

    .box_flex {
        height: 16rem !important;
    }

    .box_flex {
        height: 13rem !important;
    }

  .box_carro {
    margin: auto;
    margin: 10px;
  }

  .box_carro_lista .box_carro_content_lista .titulo_veiculo.line_2 {
    font: normal normal bold 12px/12px Barlow;
  }

  .content_box_bottom .price {
    font: normal normal bold 18px/22px Barlow;
    letter-spacing: 0px;
  }

  .content_box_bottom .year {
    font: normal normal 10px/12px Barlow;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    opacity: 0.6;
    min-height: 20px;
  }

    .content_box_bottom .price {
        font: normal normal bold 20px/24px Barlow;
        letter-spacing: 0px;
        text-shadow: 0 0 0.5px #333;
    }
    .content_box_bottom .price .valor_promocional {
        white-space: nowrap;
    }

  .content_box_bottom .year,
  .content_box_bottom .cta {
    font: normal normal 10px/12px Barlow;
    padding: 0px;
  }

  .bloco_filtro {
    margin-top: 10px !important;
  }

  button.btn.btn-red.btn-block {
    margin: 10px 0px;
  }

  .footer_defauld .link_rodape {
    min-height: 40px;
    padding: 10px 0px !important;
  }

  .social_footer_links span {
    font-size: 32px !important;
  }

  .social_footer_links span a {
    font-size: 32px !important;
  }

  .link_rodape a {
    font: normal normal bold 16px/20px Barlow !important;
  }

  .home_veiculos_mais_recentes h2 {
    text-align: center;
  }

  .foto_veiculo_destaque {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 0px !important;
  }

  .block_descricao_destaque .title,
  .block_descricao_destaque .titulo_veiculo.line_2 {
    font: normal normal bold 24px/28px Barlow !important;
  }

  .block_social_row .title {
    padding-top: 30px;
  }

  .home_veiculos_marcas .block_marca {
    height: 100px !important;
  }

  .box_carro_img img {
    max-height: 294px;
  }

    .home_veiculos_destaques .box_carro_img img {
        aspect-ratio: 4 / 3;
        object-fit: contain;
        object-position: center;
    }


  /**
    Estoque
    */

  .title-small,
  .subtitle-small {
    text-align: center;
  }

  .box_carro_img_lista .swiper-slide {
    flex-shrink: 0;
    width: 100% !important;
  }

  .estoque_lista_veiculos_mobile .top {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
    margin: 20px;
    padding: 20px;
    box-shadow: 0px 0px 10px #00000029;
  }

    .estoque_lista_veiculos_mobile .content {
        margin: 20px;
    }


  /**
    Veiculos
    */

  .box_carro_lista .box_carro_content_lista .titulo_veiculo.line_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical;
  }

  .estoque_lista_veiculos_mobile .content_box_bottom .price {
    text-align: left;
  }

  .estoque_lista_veiculos_mobile .box_carro_lista .box_carro_img_lista {
    width: 50%;
  }

  .estoque_lista_veiculos_mobile .box_carro_lista .box_carro_content_lista {
    width: 50%;
  }

  /**
    RODAPE
    */

  .footer_defauld .link_rodape {
    min-height: 40px;
    padding: 20px 0px;
  }

  .link_rodape a {
    font: normal normal bold 12px/20px Barlow;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
  }

    .link_rodape .collapse {
        padding-top: 0px;
    }
}

@media screen and (max-width: 575px){
    .footer_defauld .container-fluid-90 .coluna-privacidade{
        display: block;
    }
}