.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_carro {
    margin: auto;
    margin: 10px;
}

.box_carro_lista .box_carro_content_lista .titulo_veiculo.line_2 {
    font: normal normal bold 10px/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 18px/22px Barlow;
    letter-spacing: 0px;
}

.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: 260px;
}

.block_noticias {
    width: 320px!important;
}


/**
Estoque
 */

.title-small,
.subtitle-small {
    text-align: center;
}

.box_carro_lista .box_carro_content_lista {
    width: 50%;
    padding: 0px 10px;
    height: 100%;
}

@media only screen and (min-width: 361px) {
    .box_carro_img_lista img {
        max-height: 145px;
    }
    #block_mais_recentes .box_carro_lista {
        max-height: 145px;
    }
    #block_mais_recentes .box_carro_img_lista img {
        max-height: 145px;
    }
    .box_carro_img img {
        max-height: 290px;
    }
    .box_carro_lista .box_carro_content_lista {
        width: 50%;
        padding: 0px 10px;
        height: 100px;
    }
}

@media only screen and (min-width: 768px) {
    .box_carro_img img {
        max-height: 100%;
    }
    .box_carro_img_lista img {
        max-height: 100%;
    }
}

@media only screen and (max-width: 360px) {
    .box_carro_img_lista img {
        max-height: 120px;
    }
    #block_mais_recentes .box_carro_lista {
        max-height: 120px;
    }
    #block_mais_recentes .box_carro_img_lista img {
        max-height: 120px;
    }
    .box_carro_img img {
        max-height: 260px;
    }
}

.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;
}

.box_carro_content_lista {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
}

.navbar-light .navbar-toggler {
    color: rgb(247 247 247);
    border-color: rgba(0, 0, 0, .1);
}

.top .filtro {
    display: none;
}


/* Empresa */