main {
    min-height: 600px;
}

.label-novo{
    
    background: #E1EFE7;
    border-radius: 8px;
    color:#005F25;
    font-size: 8px;
    line-height: 8px;
    font-weight: 700;
    padding: 4px 12px;
}

#btn_mostrar_mais_opcionais {
    color: #0091de;
    text-decoration: underline;
    cursor: pointer;
}

#block__marcasbuscadas .title {
    text-transform: capitalize;
}

#opcionais i{
    font-size: 15px;
    cursor: pointer;
}

.filtro_avancado {
    padding-top: 40px;
}

.search__veicle .row {
    margin: 0px 10px;
}

.paginacao > ul > li.active > a {
    background-color: white;
    color: #003752;
}

.page__prev-next ul li a {
    color: #ffffff;
}

.page__prev-next ul li.disabled a {
    color: #b3bfc6;
}

.search__veicle form .control.ano .field #data_inicio-dropdown {
    padding-right: 7px;
}

.search__veicle form .control.ano .field #data_final-dropdown {
    padding-left: 7px;
}

.page__veiculos .box__veiculos .veiculos__list .col__right .header .title {

}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}


.confirm-message {
    position: absolute;
    background-color: black;
    color: white;
    height: 65%;
    width: 96%;
    z-index: 100;
    background: rgba(0, 56, 83, 0.90);
}

.confirm-message-box {
    font-size: 20px;
    color: #FFFFFF;
    padding-top: 50%;
    text-align: center;
}

.confirm-message-box > i {
    font-size: 30px;
}

.banner {
    border: 1px solid #dfdfdf
}

.loja__item .loja__logo a {
    width: 170px;
    height: 110px;
}

.loja__item .loja__logo a img {
    min-width: 150px;
}

.loja__item .info {
    padding-left: 18px;
    padding-top: 10px;
}

.loja__item .loja__contatos {
    padding-top: 10px;
}

.loja__item .loja__anuncios {
    padding-top: 10px;
}

.veiculos__results .veiculos__item .fotos .swiper-container-fotos .swiper-pagination .swiper-pagination-bullet {
    box-shadow: 1px 2px 2px #000000;
}

.banner_grid {
    margin: 10px 13px 30px 0px;
}

.banner_list {
    margin: 10px 0px 30px 0px;
}

.btn_historico {
    background: #fd5c1c;
    color: #ffffff;
    border-radius: 0px;
    border-bottom-left-radius: 10px;
}

.btn_historico:hover {
    color: #ffffff;
}

.banner img {
    margin: auto;
}


.titulo_marca {
    font-weight: 800;
    color: #003752;
}

.titulo_marca span {
    color: #fd5c1c;
}

/**
 *  Aplicar somente se não for celular
 */
@media (min-width: 768px) {

    body > .select2-container .select2-dropdown .select2-results ul li {
        border-bottom: none !important;
        line-height: 10px !important;
        padding: 6px !important;

    }

    .control .field .select2-container .selection .select2-selection .select2-selection__rendered {
        text-transform: capitalize !important;
    }

    .page__veiculos__view .veiculos__opcionais .widget ul li {
        width: 33%;
    }

    body > .select2-container .select2-dropdown .select2-search {
        display: block;
    }

}

@media (max-width: 1024px) {
    header .header__top .header__anunciante .login {
        left: 20% !important;
    }
}

/**
 * Somente mobile
 */
@media only screen and (max-width: 768px) {
    .loja__item .loja__logo a {
        width: 130px !important;
        height: 90px !important;
    }

    .loja__item .loja__logo a img {
        min-width: 120px;
    }

    #block__bannerpedido .publicidade .info {
        padding-left: 10px !important;
    }

}

@media only screen and (max-width: 350px) {
    .loja__item .loja__logo a {
        width: 110px !important;

    }

    .loja__item .loja__logo a img {
        min-width: 100px;
    }

}

body > .select2-container .select2-dropdown .select2-results ul li:hover {
    background-color: white;
}

#select2-listaMarcasFiltro-results > li:nth-child(2) {
    margin-top: 10px;
}

#select2-listaMarcasFiltro-results > li > strong {
    font-weight: 500;
}

#select2-listaMarcas-results > li > strong {
    display: none;
}

#select2-marcasVeiculos-results > li > strong {
    display: none;
}

.veiculos__results .veiculos__item .dados .logo {
    min-height: 90px;
    max-width: 150px;
}

.veiculos__results .veiculos__item .dados .logo img {
    max-height: 80px;
}

.veiculos__results .veiculos__item .dados {
    max-height: 188px;
}

.sub {
    padding-left: 30px;
}

.select2-selection__clear {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}

.loja__item .loja__logo a img {
    min-height: 90px;
}

#block__bannerpedido .publicidade .info {
    padding-left: 40px;
    max-width: 50%;

}

#block__bannerpedido .publicidade .info .title {
    color: #FD5C1C;
    font-weight: bold;
    font-size: 30px;
}

#block__bannerpedido .publicidade .info strong {
    color: #FD5C1C;
    font-size: 18px;
}

@media only screen and (min-width: 768px) {
    .fotos__big .swiper-slide-active {
        max-height: 590px !important;
        margin-right: 10px;
    }
}

.lista_opcionais {
    font-size: 15px;
    line-height: 18px;
    color: #5e5e5e;
}

.lista_opcionais i {
    color: #0087dc;
    font-size: 11px;
    line-height: 11px;
    margin-right: 10px;
}

.page__veiculos__view .veiculo__prince {
    font-size: 30px;
}

hr.v2 {
    margin-top: 5px;
}

.search__veicle .select2-container--default {
    width: 100% !important;
}

.page__veiculos__view .veiculo__info .box__info {
    display: block;
}

.page__veiculos__view .veiculo__info .box__info .info__item {
    float: none;
}

@media (min-width: 992px) {
    .page__veiculos__view .veiculo__info .box__info .info__item {
        display: block;
    }
}

.contato_por > .control.field {
    text-align: center;
}

@media (max-width: 767px) {
    .img-whatsapp {
        min-width: 100px;

    }

    .page__veiculos__view .veiculo__info .box__info {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .page__veiculos__view .veiculo__info .box__info .info__item:nth-child(odd) {
        width: 60%;
    }
    .page__veiculos__view .veiculo__info .box__info .info__item:nth-child(even) {
        width: 40%;
    }

    #block__bannerpedido .publicidade .info {
        max-width: 100%;
    }
}

.form-whatsapp {
    background-color: #4BAB16;
    color: #ffffff;
    padding: 20px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 3px;

}

.form-whatsapp .fale-com-vendedor {
    text-align: right;
}

.form-whatsapp .icone-whatsapp {
    font-size: 20px;
}

.img-whatsapp {
    border-radius: 5px;
    margin-top: 10px;

}

.contact_whatsapp {
    margin-top: 18px;
    margin-bottom: 21px;
    background-color: #00C441;
    color: #FFF;
    padding: 10px;
    vertical-align: middle;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    padding-left: 45px;
}

.contact_whatsapp a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    position: relative;
}

.contact_whatsapp i {
    font-size: 33px;
    position: absolute;
    left: -40px;
    top: 5px;
}

.descricao_veiculo {
    color: #2d2d2d;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
}

.descricao_titulo h1 {
    font-weight: 700;
}

.descricao_valor {
    display: block;
    color: #fd5c1c;
    font-size: 24px;
    font-weight: 700;
    padding: 15px 0;
}

.valorexibir {
    text-decoration: line-through;
    color: #4a4a4a !important;
    font-weight: 700;
    font-size: 22px;
    margin-top: -2px;
}

.descricao_valor small {
    font-size: 16px;
    text-decoration: line-through;
}

.compartilhar-texto {
    vertical-align: middle;
    cursor: pointer;
    color: #b8bfc6;

}

.compartilhar-texto i {
    vertical-align: middle;
    padding-left: 5px;

}

.compartilhar-texto a {
    color: #b8bfc6;
    font-size: 18px;
}

.box__veiculos.compartilhar ul li {
    display: inline-flex;
    padding: 10px;

}

.contact_empresa.dados {
    padding-top: 10px;
}

.div-compartilhar {
    margin-bottom: 20px;
    text-align: right;
}

/*.swiper-button-prev, .swiper-container-rtl .swiper-button-next {*/
/*    background-image:;*/
/*}*/

/** novo layout da listlsagem **/

.destaque__item .img_veiculo_lista {
    width: 400px;
    height: 300px;

}

.swiper-button-next {
    right: 0px !important;
}

.swiper-button-prev {
    left: 0px !important;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: #c8d0d5 !important;
    display: block;
    opacity: 0.5;
}

.swiper-button-next, .swiper-button-prev {
    top: 0px !important;
    width: 50px !important;
    height: 100% !important;
    margin-top: 0px !important;
    opacity: 0.3;
    background-image: none !important;
}

.swiper-button-prev i, .swiper-button-next i {
    font-size: 30px;
    top: 40%;
    position: absolute;
    padding-left: 10px;
    z-index: 10000;
    color: #F6F6F6;
}

.veiculos__results .veiculos__item.destaque__item .shared__favorito {
    background-color: unset;
    margin-top: 10px;
    font-weight: bold;
}

.veiculos__results .veiculos__item.destaque__item > .item {
    border: 2px solid #fc5d1c;
    box-shadow: 1px 1px 2px #ff9f77;
}

.info_car {
    margin: 20px 0px;
}

.info_titulo {
    margin-bottom: 5px;
}

.timer {
    font-size: 18px;
    font-weight: 600;
    color: #ff5000;
}

.info_car .box__info .info__item {
    color: #0087dc;
    margin: 10px 0px;
    border-right: 2px solid #c8d0d5;
}

.info_car .box__info .info__item.right_item {
    border-right: none;
}

.info_car .box__info .info__item .informacao {
    font-weight: 700;
    color: #003752;
}

.veiculos__results .veiculos__item .info .valor {
    font-size: 30px;
}

.info_car .box__info .info__item .icone {
    float: left;
    margin-right: 8px;
    padding-top: 5px;

}

.info_car .box__info .info__item .informacao .titulo {
    font-size: 12px;
    line-height: 12px;
}

.info_car .box__info .info__item .informacao .dados_item {
    font-size: 13px;
}

.veiculos__results .veiculos__item .shared__favorito {
    margin-top: 10px;
}

.listagem_exibir {
    padding-right: 15px;

}


@media (max-width: 767px) {

    .element_compartilhar {
        display: none;
    }

    .info_car .col-md-6 {
        padding: 0px;
    }

    .destaque__item .img_veiculo_lista {
        width: 100%;
        height: 100%;

    }

    .info_car .box__info .info__item {
        color: #0087dc;
        margin: 10px 0px;
        border-right: none;
    }

    .info_car .box__info .info__item.right_item {
        color: #0087dc;
        margin: 10px 0px;
        border-right: none;

    }

    .anuncio_simples .detalhes_opcionais .info__item {
        margin-right: 10px;
    }

    .anuncio_simples .detalhes_opcionais .info__item.right_item {
        margin-right: 10px;
    }
}

.ribbon_3 {
    position: absolute;
    left: 10px;
    top: -5px;
    z-index: 997;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon_3 span::before {
    left: 0;
    border-left: 3px solid #a73304;
    border-right: 3px solid transparent;
}

.ribbon_3 span::after, .ribbon_3 span::before {
    content: "";
    position: absolute;
    top: 100%;
    z-index: -1;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #a73304;
}

.ribbon_3 span {
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #a73304;
    background: linear-gradient(#fc5d1c 0, #fc5d1c 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
    position: absolute;
    top: 19px;
    left: -21px;
}

.ribbon_3 span::after {
    right: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid #a73304;
}

.ribbon_3 span::after, .ribbon_3 span::before {
    content: "";
    position: absolute;
    top: 100%;
    z-index: -1;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #a73304;
}

.swiper-container-horizontal > .swiper-scrollbar {
    display: none;
}

.veiculos__results .veiculos__item > .item {
    min-height: 270px;
}

.veiculos__results .veiculos__item .fotos .swiper-container-fotos {
    max-width: 400px;
}

.fotos__big {
    max-height: 500px;
}

.fotos__big .thumbs-button {
    opacity: 0.5;
}
@media (max-width: 767px) {
    .fotos__big .thumbs-button {
        opacity: 1;
    }
}
.fotos__big .thumbs-button:hover {
    opacity: 1;
}

.fotos__big .thumbs-button.big-thumbs-button-prev {
    left: 10px;
}

.fotos__big .thumbs-button.big-thumbs-button-next {
    right: 10px;
}

.fotos__big .thumbs-button {
    
    position: absolute;
    top: 40%;
    z-index: 1;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.fotos__big .thumbs-button i {
    background-color: #fd5c1c;
    border-radius: 100px;
}

/**FILTRO DA HOME**/

#block__search {
    margin-bottom: 20px;
    background-repeat: no-repeat;
    min-height: 328px;
    background-position: center;
}


.banner_padrao {
    background-image: url("https://s3-sa-east-1.amazonaws.com/catarina-prd/base/car-home.jpg");
}


@media (max-width: 767px) {
    #block__search {
        padding: 0 15px;
    }

    .home_box_search .tab-content {
        background-color: rgba(255, 255, 255, 1.0);
        box-shadow: 5px 4px 18px 1px #676767;
    }

    .card {
        min-height: 300px !important;
    }

    .card .card-footer {
        position: absolute;
    }

    .card .card-img {
        width: 100%;
        padding: 10px;
        min-height: 120px !important;
    }

    .card .card-body {
        font-size: 12px;
        position: relative;

    }

    .card .card-footer {
        font-size: 12px;
        min-height: 80px;
    }

    .card-valor {
        font-size: 16px !important;
    }

    .card-valor span {
        font-size: 16px !important;

    }

    #block__search .control .field .select2-container .selection .select2-selection {
        font-size: 10px;
    }

    #block__search .control .field .select2-container .selection .select2-selection:before {
        right: 5px;
    }

    .control.fotos {
        font-size: 13px !important;
    }

    .busca-avancada {
        position: relative !important;

    }


}

.busca-avancada {
    font-weight: 700;
}


.home_box_search {

    min-height: 300px;
    border-radius: 10px;
    padding-top: 15px;

}

.tab-content {
    background-color: rgba(255, 255, 255, 0.9);
    min-height: 250px;
}

.home_box_search .nav-tabs {
    background-color: #fc5d1c;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px 0px;

}

.search__veicle.tab-content {
    padding-top: 10px;
}

.home_box_search .nav-tabs a {
    text-align: center;
    color: #ffffff;
    border-right: 2px solid;

}

.home_box_search .nav-tabs a:last-child {
    border-right: none;
    xpadding-right: 20px;

}

.home_box_search .control {
    margin-bottom: 5px;
}

.home_box_search .control > label {
    margin-bottom: 5px;
}

.home_box_search .control .field .select2-container .selection .select2-selection {
    padding: 15px 20px;
}

.home_box_search .control .field .select2-container .selection .select2-selection:before {
    display: flex;
    align-items: center;
    top: 5px;
    bottom: 5px;
}

.home_box_search .ano_inicio {
    padding-right: 2.5px;
}

.home_box_search .ano_final {
    padding-left: 2.5px;
}

.home_box_search .preco_inicio {
    padding-right: 2.5px;
}

.home_box_search .preco_final {
    padding-left: 2.5px;
}

.triangle-isosceles {
    position: relative;

}

.triangle-isosceles:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    display: block;
    width: auto;
    border-left: solid 13px transparent;
    border-right: solid 13px transparent;
    border-bottom: solid 10px #ffffff;
}

#session_veiculo_destaque {
    min-height: 300px;
    background-color: rgba(204, 204, 204, 0.5);
    margin: 30px 0px;
    padding: 30px 0px 0px 0px;
}

#session_veiculo_destaque .thumbs-button {
    position: absolute;
    padding: 184px 0px;
    color: rgb(204, 204, 204);
    font-size: 24px;
}


.thumbs-button {
    position: absolute;
    padding: 184px 0px;
    color: rgb(204, 204, 204);
    font-size: 24px;
}

.prev-car-destaque, .prev-car-filtro {
    left: 0;
}

.next-car-destaque, .next-car-filtro {
    right: 0;
}

.card {
    position: relative;
    border: 1px solid #bfc8cd;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(191, 200, 205, .75);
    margin-bottom: 30px;
    width: 100%;
    min-height: 375px;
}

.card .card-img {
    width: 100%;
    padding: 10px;
    min-height: 200px;
}

.card .card-img img {
    margin: auto;

}

.card .card-body {
    margin: 0px 10px 10px 10px;
    min-height: 65px;
}

.card .card-body .card-title {
    font-weight: bold;
}

.valor {
    color: @laranja;
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.card-valor {
    margin: 0px 10px 10px 7px;
    color: #fd5c1c;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: -2px;
}

.valorantigo {
    text-decoration: line-through;
    margin: 0px 10px 10px 7px;
    color: #4a4a4a !important;
    font-weight: 700;
    font-size: 20px;
    margin-top: -2px;
}

.card-valor span {
    font-size: 32px;
}

p.card-text {
    min-height: 42px;
}

.card .card-footer {
    width: 100%;
    bottom: 0;
    color: #8e8e8e;
    box-shadow: 0 2px 5px rgba(191, 200, 205, .75);
    padding: 10px;
}

.card .card-footer strong {
    text-transform: uppercase;

}

.menu_mobile_logo {
    background-image: url(./img/logo_horizontal.png);
    min-height: 52px;
    background-repeat: no-repeat;
    background-position: -10px 10px;
}

.menu_mobile_area_restrita {
    xbackground-image: url(https://via.placeholder.com/60x60.png);
    min-height: 60px;
    background-repeat: no-repeat;
}

.page__veiculos__view .veiculos__view .box__veiculos .contact_empresa {
    padding-top: 2px;
}

.total_visualizacaoes {
    position: absolute;
    width: 50%;
    padding: 5px;
    text-align: center;
    background-color: rgb(252, 93, 28);
    border-radius: 10px;
    color: #ffffff;
    z-index: 99;
    left: 25%;
    top: -15px;
}

@media (max-width: 767px) {
    .total_visualizacaoes {
        left: 15px;
        font-size: 12px;
        width: 85%;
    }
}

.login_btn {
    text-align: center;
    font-size: 10px;
    line-height: 13px;
    position: absolute;
    left: 0;
}

.login_btn img {
    width: 50%;
}

.control .field .select2-container .selection .select2-selection .select2-selection__placeholder {
    text-transform: uppercase;
}

.wp-block-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

#page__internal > div > div > div.box__blog > div > article > div > div > div.blog__text > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.page__blog img {
    display: block;
    max-width: 100%;
    height: auto;
}

.box_anuncie.box_loja {
    background-color: #FC5D1C;
    color: #FFFFFF;
    border: 1px solid #fc5d1c;
    float: right;


}

.box_anuncie.box_repasse {
    background-color: #10384f;
    color: #FFFFFF;
    float: left;

}

.box_anuncie {
    text-align: center;
    padding: 40px;
    border: 1px solid #003752;
    border-radius: 10px;
    font-weight: 600;
    font-size: 24px;
}


a.btn-desktop-festival {
    min-height: 100%;
    min-width: 100%;
    position: absolute;

}

.btn_full {
    width: 100%;
}

@media (max-width: 767px) {
    .btn_full_mobile {
        width: 100%;
    }
}


#circulo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid;
    margin: auto;
    top: 50%;
    font-size: 32px;
    padding-top: 25px;
    padding-left: 10px;
}


#popup-general img {
    width: 600px;
}

#popup-general {
    position: absolute;
    z-index: 10000;

    box-shadow: 60px 60px 5px rgba(0, 0, 0, 0.5);
    top: 10%;
}


.alert-orange {
    background-color: #fc5d1c;
    color: #ffffff;
}

.alert-orange a {
    color: #ffffff;
    font-weight: 800;
}

.btn-white {
    color: #000000;
    background: #ffffff;
}

.form-control {
    height: 43px;
}

#block_inscricao {
    display: none;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);

}

#block_ultimas_buscas {
    margin: 40px 0px;
}

.bloco_navegacao_historico {
    border: 1px solid #dedfe2;
    border-radius: 10px;
}

.bloco_navegacao_historico > .nav_info {
    min-height: 120px;
    padding: 10px;
    opacity: 0.5;
}

.bloco_navegacao_historico > .nav_info > span {
    font-weight: 800;
}


/* The container */
.checkers {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkers input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
/*.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}*/

/* On mouse-over, add a grey background color */
.checkers:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkers input:checked ~ .checkmark {
    background-color: #003752;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkers input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkers .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tipo_formulario_contato option[:selected

]
{
    font-size: 14px
;
    line-height: 1.42857143
;
    xcolor: #99abc7 !important
;
    text-transform: uppercase
;
}
.tipo_formulario_contato {
    font-size: 14px;
    line-height: 1.42857143;
    xcolor: #99abc7 !important;
    text-transform: uppercase;
}

.btn-seguro {
    background-color: #2ebcf1;
}

.text-seguro {
    font-size: 16px;
    padding-top: 20px;
    font-weight: 600;
}

.footer_dinamico {
    margin: 40px 0px;
}

footer .footer__bottom .footer__item #footer__menu ul {
    width: 100%;
}

.new_footer {
    color: #ffffff;
}

.new_footer a {
    color: #ffffff;
    xmargin-right: 40px;
}


.text-orange {
    color: #FC6120 !important;
}

.btn-telefone, .btn-telefone:hover {
    background-color: #033658;
    border: 1px solid #033658;
    margin-right: 20px;

}

.btn-whatsapp {
    background-color: #2B952C;
    border: 1px solid #2B952C;
    border-radius: 2px;
    color: #fff;
    padding: 8px 16px;
    text-transform: uppercase;
    font-weight: 600;
    
}


.btn-financiamento {
    background: #FFFFFF;
    border: 1px solid #FD5C1C;
    box-sizing: border-box;
    border-radius: 2px;
    color: #FD5C1C!important;
    padding: 8px 16px;
    text-transform: uppercase;
    font-weight: 600;
}


.loja__contatos .btn-whatsapp, .loja__contatos .btn-telefone {
    color: #fff;
    width: 200px;
    border-radius: 10px;
    padding: 10px 30px;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
    font-weight: 600;
}

@media all and (max-width: 600px) {
    .loja__contatos .btn-whatsapp, .loja__contatos .btn-telefone {
        width: 100%;
    }

    .loja__item .loja__contatos {
        padding-top: 40px;
    }
}


.formularios-contato .btn {
    font-size: 12px;
}

.formularios-contato .btn-whatsapp {
    background-color: #00C441;
    color: #FFF;
}

.bg_whatsapp {
    background-image: url(/img/background_whatsapp.jpg);
    min-height: 200px;
    padding: 20px;
    border-radius: 20px;
}

.block_whatsapp_talk {
    background: #fff;
    padding: 10px 10px 10px 21px;
    border: 1px solid #e6e6e6;
    width: 90%;
    font-size: 13px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.btn-whatsapp-block a, .btn-whatsapp-block a:link {
    color: #fff !important;
}

.div-voltar-whastapp {
    padding-top: 20px;
    font-size: 14px;
    text-decoration: underline;
}

.btn-whatsapp {
    color: #fff !important;
}


.botao_fechar_financiamento.close {
    font-size: 35px;
    position: absolute;
    right: -10px;
    top: -5px;
    opacity: 1;
    color: #fd5c1c;
}

.financiamento {
    border: 1px solid #F15E25;
    background: #f3f4f5;
    border-radius: 10px;
    padding: 20px;
    margin: 50px 0px;
}

.financiamento .title {
    font-size: 24px;
    font-weight: 800;
}

.financiamento .subtitle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 50px;
}

.financiamento .aviso {
    padding-top: 5px;
    font-size: 12px;
}

.financiamento .carregando_financiamento {
    margin: 20px 0px;
}

.financiamento .submit_btn {
    padding-top: 10px;
}

.financiamento .valor_veiculo {
    margin-top: 20px;
    font-weight: 600;
    font-size: 20px;
}

.financiamento .valor_entrada {

    font-weight: 600;
    font-size: 20px;
}

.financiamento .valor_parcelas {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #003752;
}

.financiamento .termos {
    font-size: 9px;
}


.checkbox__button.ng-scope {
    font-size: 10px;
}

.header_filtro_top {
    border-bottom: 1px solid #dfe3e6;
    margin-bottom: 30px;
}

.filtro_title {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #5E5E5E;
}

.filtro_clear {
    color: #FD5C1C;
    cursor: pointer;
}

.header_filtro_top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.novo_sidebar {
    border: 1px solid #dfe3e6;
    box-shadow: 10px 10px 20px #b3b3b;
    border-radius: 10px;
    padding: 24px;
}

.filtro {
    padding: 5px 0px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #5E5E5E;

}

.item_filtro_open {
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}

.item_filtro {
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}

.item_filtro:after {
    color: #FD5C1C;
    position: absolute;
    top: -2px;
    right: 0px;
    font-family: Font Awesome\ 5 Free;
}

.item_filtro:after {
    content: "\f078";
}

.item_filtro[aria-expanded="true"]::after {
    content: "\f077";
}

.lateral {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}



@media (min-width: 993px) {
    .d-md-block {display: block;}
    .d-md-none {display: none;}
}
@media (max-width: 992px) {
    .d-xs-block {display: block;}
    .d-xs-none {display: none;}
}