*{
    font-family: 'Poppins', sans-serif;
}
/* Ajuste menu */
ul.navbar-nav.ml-auto {
    display: -webkit-box;
}
a{
    outline: none;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
section{
    padding: 35px 0;
}
.carousel{
    height:56vh;
}
.logo-topo{
    width: 180px;
}
a.nav-link {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
}
a.nav-link:hover {
    color: #ED3237;
}
.slide-home{
    height: 57vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.btn-transicao{
    background-color: #ED3237;
    border-radius: 5px;
    color: #fff !important;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    padding-top: 12px;
}
.btn-anunciante.btn-transicao{
    background-color: #000;
}
.btn-transicao:hover {
    background-color: #000;
    color: #fff !important;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in; 
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}
.btn-anuncie-top, .btn-anunciante {
    padding: 8px 5px;
}
.link-filtro{
    padding: 8px;
}
.car-type{
    padding:0 !important;
}
.car-type a{
    text-align: center;
    display: block;
    color: #333;
    min-height: 100px;
    min-width: 100px;
    box-sizing: content-box;
}
.car-type .rounded{
    background-color: #DDD;
    border-radius: 50% !important;
    display: block;
    padding: 20px;
    width: 77%;
    margin: 0 auto 10px auto;
    transition:1s ease all;
}
.car-type .rounded *{
    transition:.4s ease all;
    opacity:.7;
}
.car-type:hover .rounded{
    background-color: #000;
}
.car-type:hover .rounded img{
    opacity:1;
    filter:invert(1);
}
.car-type:hover .rounded i,
.car-type:hover .rounded svg{
    opacity:1;
    color: #FFF;
}
.car-type label{
    display:block;
    font-size: 13px;
    line-height: 16px;
}
.car-type i{
    font-size: 31px;
    padding: 5px 0;
}
input[type="text"]{
    box-shadow:2px 3px 4px rgba(0,0,0,.076) inset;
}
.box-buscar{
    padding: 40px;
    background-color: #FFF;
    border-radius: 10px;
    border:1px solid rgba(0,0,0,0.2);
    /* box-shadow: 
        0 2px 2px 0 rgba(0,0,0,0.2),
        0 3px 3px 0 rgba(0,0,0,0.19); */
}
.box-buscar h1{
    font-size: 26px;
    margin-bottom: 15px;
}
.buscar-interno h1{
    font-size: 26px !important;
    padding: 5px 15px;
    margin-top: -10px;
}
.buscar-interno{
    /* height: 50%;  */
    display: inline-table;
    padding: 40px 0px;
    background-color: #E8E8E8;
    border-radius: 10px;
    box-shadow: 0 8px 8px 0 rgba(0,0,0,0.2), 0 6px 12px 0 rgba(0,0,0,0.19);
}
.form-control {
    font-size: 12px;
    height: 50px !important;
}
.link-filtro i{
    color: #ED3237;
}
.link-filtro span{
    color: #000000;
    margin-left: 5px;
}
.link-filtro a :hover{
    text-decoration: none !important;
}
.btn-bucar-home{
    height: 50px;
    padding-top: 10px !important;
}
.card-body{
    /* background-color: #e8e8e8; */
    background: #e8e8e8 url('/_assets/img/bganuncio.jpg') no-repeat center;
    background-size:cover;
    border: none;
}
.linha-branca {
    height: 10px;
    background-color: #fff;
}
.info-home-car .col{
    display: -webkit-box;
}
.info-home-car p {
    font-size: 12px;
    margin-left: 7px;
    font-weight: 600;
    margin-top: 3px;
    margin-bottom: 10px;
}
.text-uppercase{
    text-transform: uppercase;
}
.card-body h5 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 6px;
}
.card-body h6 {
    font-size: 12px;
    font-weight: 400;
    margin:0;
}
body.cars-list main{
    width:100%;
    overflow: hidden;
}
footer .menu{
    font-size:13px;
    color: #000;
}
.position-relative{
    position: relative;
}
.destaque-valor{
    background-color:#ED3237;
    margin: 0px;
    position: relative;
    top: -32px;
    color: #fff;
    margin-bottom: -35px;
    height: 32px;
}
body.cars-list .destaque-valor{
    position: absolute;
    margin-bottom: 0;
    top:auto;
    bottom: 45px;
    color: #fff;
    margin-bottom: -35px;
    height: 31px;
    left: 0;
    right: 0;
    width: 100%;
}
.insuportavel:hover{
    text-decoration: underline !important;
    color: #ED3237 !important;
}
.row.info-home-car i {
    font-size: 20px;
}
.destaque h2{
    font-size: 11px;
    font-weight: 600;
    margin-top: 10px;
}
.valor{
    background-color: #000;
    text-align: center;
    padding: 8px 0px;
    position: relative;
    top: -9px;
    border-radius: 5px 5px 0px 0px;
    font-size: 17px;
    font-weight: 700;
}
.card {
    border: none;
    margin-bottom: 25px;
}
.card-img-top{
    border-radius: 15px;
}
.destaque-semana a{
    color: #000;
}   
.destaque-semana a:hover{
    text-decoration: none !important;
}
.titulo-destaque h1 {
    font-size: 26px;
    margin-bottom: 35px;
    font-weight: 500;
}
#anuncie{
    background-repeat: no-repeat;
    background-size: cover;
}
.alinhar-anuncie{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 25px 0px
}
.alinhar-anuncie h2{
    font-size: 24px;
} 
.alinhar-anuncie p{
    font-size: 16px;
} 
.anuncio-recentes a{
    color: #000;
}   
.anuncio-recentes a:hover{
    text-decoration: none !important;
}
.titulo-destaque h2 {
    font-size: 26px;
    font-weight: 500;
}
.titulo-destaque span {
    font-size: 16px;
}
.item{
    margin: 20px;
}
.mais-visitados a{
    color: #000;
} 
.mais-visitados a:hover{
    text-decoration: none !important;
} 
footer{
    background-color: #000;
    text-align: center;
    color: #fff;
    font-size: 11px;
    padding-top: 10px;
    position: relative;
    bottom: 0;
    width: 100%;
}
.linha-vermelha-footer{
    height: 10px;
    background-color: #ED3237;
    margin-right: -15px;
    margin-left: -15px;
}
.info-servico h3{
    font-size: 20px;
}
.info-servico p{
    font-size: 15px; 
}  
.btn-whats1{
    background-color: #4CAF50;
    color: #fff;
    padding: 15px 35px;
    font-size: 13px;
    font-weight: 500;
    display: table-caption;
}
.btn-whats-block{
    display: block;
}
.btn-whats1:hover{
    background-color: #20c727;
    color: #fff !important;
}
.p-right{
    padding-right: 0;
}
.p-left {
    padding-left: 0;
}
.border-listagem {
    border-radius: 15px 0px !important;
}
.flow-root{
    display: flow-root;
}
.text-icon{
    margin-left: 5px;
    font-size: 13px;
    margin-bottom: 0;
}
.text-icon-2{
    font-size: 13px;
}
.linha-icones-alt{
    height: 50px;
}
#listagem-busca-carros .card-body{
    min-height: 275px;
    padding: 10px 30px;
}
.top-0{
    margin-top: 0px !important;
}
.espaco-listagem-bottom{
    margin-bottom: 25px;
}
.page-item.active .page-link {
    background-color: #ed3237;
    border-color: #ed3237;
    color:#FFF !important;
}
.page-link{
    color: #ed3237;
}
.page-link:hover{
    background-color: #ed3237;
    color: #fff;
}
.propaganda-loja {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.logo-loja-busca{
    padding: 0px 35px 40px 35px;
    width: 100%;

}
/* .busca-interna-lojas{
    max-height: 1390px !important;
} */
.alt-leit-veiculo{
    margin-bottom: 0 !important;
}
#leitura-veiculo .item {
    margin: 0;
    margin-top: 30px;
}
.leitura-destaque{
    z-index: 99;
}
.valor-leitura-destaque{
    top: -23px;
    font-size: 26px;
}
#listagem-busca-carros a{
    color: #000;
}
a:hover{
    text-decoration: none !important;
}
#leitura-veiculo .text-icon-2 {
    font-size: 15px;
}
.box-lateral-veiculo {
    /* background-color: #E8E8E8; */
    background: url('/_assets/img/bganuncio2.jpg') no-repeat center;
    background-size:cover;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 25px;
}
.box-alert {
    border: solid 4px #ed3237;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
}
.modal-content {
    padding: 30px;
}
p.font-red {
    color: red;
    font-size: 18px !important;
}
.modal-body li {
    font-size: 13px;
}
.modal-body .form-control {
    margin: 5px;
}
.space-form-titulo{
    margin-top: 15px;
}
.alt-avaliacao{
    margin-top: 25px;
}
.d-grid{
    display: grid;
}
p.link-red {
    font-weight: 600;
    color: #ed3237;
}
#vantagens ul{
    list-style: none;
}
#vantagens {
    background-color: #E8E8E8;
    padding: 80px 0;
}
.ok-red i{
    color: #ED3237;
}
.ok-red li {
    margin-bottom: 15px;
    font-weight: 500;
}
.ok-red {
    margin-top: 25px;
}
.img-vantagem {
    margin-top: 45px;
}
.titulo-vantage{
    font-weight: 600;
    line-height: 30px;
}
#link-anuncie {
    padding: 60px 0 0 0;
}
.cep .buscar{
    position: absolute;
    top: 6px;
    right: 0;
    height: 50px;
    width: 41px;
    margin: 0;
    cursor: pointer;
}
.cep .buscar i{
    transform: translate(-3px, 13px);
}
.card-body.box-red {
    background-color: #ed3237 !important;
    background-image: none;
    color: #fff;
    padding: 20px;
    border-radius: 15px;
    position: relative;
    top: -90px;
}
#link-anuncie ul {
    list-style: none;
    min-height: 250px;
}
.titulo-link-anuncie {
    text-align: center;
    font-size: 25px !important;
    margin: 25px;
}
#link-anuncie li{
    margin-bottom: 15px;
    font-weight: 500;
}
.btn-transicao2 {
    background-color: #000;
    border-radius: 5px;
    color: #fff !important;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    padding-top: 12px;
}
.btn-transicao2:hover {
    background-color: #182d3e ;
    color: #fff !important;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}
.btn-facebook-login{
    display: block;
    width: 100%;
    height: 48px;
    border-radius: 24px;
    position: relative;
    background-color: rgb(58, 89, 152);
    color: rgb(255, 255, 255) !important;
    font-size: 16px !important;
    cursor: pointer;
}
.eRNfdp {
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
}
.hIcKDh {
    padding: 0px;
    cursor: unset;
    width: 12.4px;
    height: 24px;
}
.itQUgM {
    width: 100%;
    margin-top: 16px;
}
.kgnxaY {
    color: rgb(74, 74, 74);
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Nunito Sans", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
    margin: 0px;
}
.epEopv {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    font-size: 16px !important;
    text-align: center !important;
    color: rgb(255, 255, 255) !important;
}
.KELiw {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    font-size: 16px !important;
    text-align: center !important;
    color: rgb(255, 255, 255) !important;
}
.frMVnE {
    display: block;
    width: 100%;
    height: 48px;
    border-radius: 24px;
    position: relative;
    color: rgb(255, 255, 255) !important;
    font-size: 16px !important;
    cursor: pointer;
    background-color: rgb(66, 133, 244);
}
.kYNAtP {
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
}
.bQFwgs {
    padding: 0px;
    cursor: unset;
    width: 24px;
    height: 24px;
}
.social-icon{
    transition:1s ease all;
}
.social-icon:hover{
    opacity: .8;
}
#passo-passo, .bg-header-top{
    background: url('/_assets/img/bganuncio2.jpg') no-repeat center center;
    background-size: cover;
    padding: 80px 0;
    color: #000;
}
.bg-header-top{
    padding: 20px 0;
}
.t-center{
    text-align: center;
}
.d-grid-center{
    display: grid;
    text-align: center;
}
#passo-passo i {
    font-size: 75px;
    margin-bottom: 10px;
    margin-top: 25px;
}
.titulo-passo-passo {
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
}
.titulo-espaco {
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    margin: 30px 0px 20px;
}
.fundo-botao{
    background-color: #e8e8e8;
    padding-top: 130px;
    padding-bottom: 40px;
    position: relative;
    top: -110px;
    margin-bottom: -60px;
}
.central-btn{
    display: flex;
    justify-content: center;
}
.sobrepor-img{ 
    z-index: 2;
    position: relative;
}
#espaco{
    padding: 50px 0px 0px 0px;
}
#contato{
    padding: 80px 0;
}
.form-contato .form-control {
    margin: 5px;
}
.linha-btn-contato{
    margin-top: 15px;
    padding: 5px;
}
.fundo-cadastro{
    background-image: url('/assets/img/bg-cadastrar.jpg');
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#cadastro{
    padding: 0;
}
.bg-red{
    background-color: #ED3237;
}
.fundo-cadastro h1 {
    margin: 165px 180px 0 150px;
    color: #fff;
    font-size: 47px;
    line-height: 58px;
    font-weight: 600;
}
.form-cadastro{
    padding: 90px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ajuste-ok{
    margin-left: 25px;
    font-size: 14px;
    margin-right: 15px;
}
.alt-observacao{
    margin-top: 10px;
}
.galeria-car{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 455px;
    margin-left: 0px;
}
.esconde-desk{
    display: none;
}
a .compartilhar-face{
    font-size: 33px;
    color: #2461ec;
}
a .compartilhar-whats{
    font-size: 33px;
    color: #4caf50;
}
a .compartilhar-insta{
    font-size: 33px;
    color: #b149f3;
}
.ajuste-icon-lista{
    padding: 5px 10px 10px 4px;
    border-bottom: 1px dotted #BBB;
}
#cadastro .propaganda-bg {
    margin-right: -15px;
    margin-left: -15px;
}
.bg-servicos{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 210px;
}
.bg-lojas{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 170px;
}
/* .alt-titulo-card-veiculo{
    min-height: 25px !important;
} */
.alt-mob-filto {
    margin-top: 1rem;
}
.busca-expandida-home {
    margin: -15px;
    margin-top: 15px;
}
.details-anuncio{
    background: url('/_assets/img/bganuncio.jpg') no-repeat center center;
    background-size:cover;
}
.bg-fachada{
    width:100%;
    object-fit: cover;
    height: 300px;
    overflow: hidden;
    margin-bottom: 0;
}
.bg-fachada img{
    vertical-align: middle;
}
.text-black{
    color: #222;
    outline: none;
}
.info-home-car {
    min-height: 75px;
}
.card-anuncio-wrap{
    box-shadow:2px 2px 3px rgba(0,0,0,.2);
    display: block;
}
.nowrap{
    white-space:nowrap;
}
.f-80{
    font-size: 80%;
}
.f-85{
    font-size: 85%;
}
.f-90{
    font-size: 90%;
}
.ajuste-icon-lista-none{
    display: none;
}
body.cars-list .ajuste-icon-lista-none{
    display: block;
}
.alt-observacao .text-icon {
    margin-left: 0px;
}
.padding-02 {
    margin: -30px;
    margin-top: 15px;
}
.padding-00 {
    padding: 0;
}


#leitura-veiculo button.owl-prev {
    background-color: transparent;
    font-size: 90px;
    color: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 21px;
    top: 190px;
    border-radius: 0 !important;
}
#leitura-veiculo button.owl-prev:hover {
    background-color:transparent;
    color: #fff !important;
}

#leitura-veiculo button.owl-next {
    background-color: transparent;
    font-size: 90px;
    color: #fff;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 21px;
    top: 190px;
    border-radius: 0 !important;
}
#leitura-veiculo button.owl-next:hover {
    background-color:transparent;
    color: #fff !important;
}
button:focus{
    outline: none;
}
#loja-destaque button.owl-prev {
    background-color: transparent;
    color: #fff;
    font-size: 60px;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 21px;
    top: 55px;
    border-radius: 0 !important;
}
#loja-destaque button.owl-prev:hover {
    background-color: transparent;
    color: #fff !important;
}
#loja-destaque button.owl-next {
    background-color: transparent;
    color: #fff;
    font-size: 60px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 21px;
    top: 55px;
    border-radius: 0 !important;
}
#loja-destaque button.owl-next:hover {
    background-color: transparent;
    color: #fff !important;
}
#servicos button.owl-prev {
    background-color: transparent;
    font-size: 60px;
    color: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 21px;
    top: 70px;
    border-radius: 0 !important;
}
#servicos button.owl-prev:hover {
    background-color: transparent;
    color: #fff !important;
}
#servicos button.owl-next {
    background-color: transparent;
    font-size: 60px;
    color: #fff;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 21px;
    top: 70px;
    border-radius: 0 !important;
}
#servicos button.owl-next:hover {
    background-color: transparent;
    color: #fff !important;
}
.owl-theme .owl-nav {
    display: block !important;
}
.hidden-mob{
    display: block;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    display: none;
}
.altura-lupa{
    position: relative;
    top: -34px;
    right: -48px;
    color: #fff;
    font-size: 20px;
}
.altura-lupa2{
    position: absolute;
    top: 15px;
    right: 16px;
    color: #fff;
    font-size: 20px;
}
.overflow-hidden{
    overflow: hidden;
}
.espaco-listagem-bottom .thumb{
    transition: .5s ease all;
}
.espaco-listagem-bottom .thumb:hover{
    height:110% !important;
}
.h-100{
    height:100%;
}
.hidden-bug{
    transform: scale(.9);
    margin-top: -16px;
    margin-bottom: -15px;
}
#listagem-busca-carros #servicos .bg-lojas {
    background-size: cover;
    height: 90px;
    margin: 0;
}
#listagem-busca-carros #servicos{
    padding: 0;
    margin-bottom: 0.7rem;
}
#listagem-busca-carros #servicos img{
    height: 100%;
}
.owl-carousel .owl-item img {
    height: 100%;
}
body.cars-list section#servicos .owl-dots{
    display:none;
    padding-bottom: 1rem;
}

#servicos .owl-carousel .owl-item img {
    display: flex;
    justify-content: center;
    align-content: center;
    height: auto;
}

#listagem-busca-carros #servicos .tit,
#listagem-busca-carros #servicos .owl-dots,
#listagem-busca-carros #servicos .owl-nav{
    display: none !important;
}
.paginacao .row.justify-content-center{
    width:100%;
}
.paginacao .row.justify-content-center nav{
    width:100%;
    display: block;
}
.paginacao .row.justify-content-center nav ul{
    width:100%;
    display: block;
}
.paginacao .row.justify-content-center nav li{
    display: inline-block;
    margin-left: -4px;
}


@media only screen and (max-width: 600px) {
   .owl-dots{
        display:none;
    }
    #leitura-veiculo .details-car{
        padding: 0;
    }
    .read-vehicle .col-xs-6{
        width: 50%;
        float: left;
    }
    .armengo-mobile{
        width:50%;
        float: left;
    }
    .photo{
        width: 38%;
        float: left;
        position: relative;
    }
    .photo .fas{
        position: absolute;
        bottom: 10px;
        left: 5px;
        color: #ffb11b;
        font-size: 22px;
    }
    .photo .thumb{
        height: 190px !important;
    }
    body.cars-list #listagem-busca-carros .card-body {
        min-height: 190px !important;
    }
    body.cars-list .espaco-listagem-bottom .thumb {
        height: 100% !important;
    }
    body.cars-list #listagem-busca-carros #servicos .bg-lojas {
        height: 150px;
    }
    body.cars-list .destaque h2 {
        height: 23px;
        margin: 5px 0 0 0;
    }
    .details{
        width: 62%;
        float: left;
    }
    section.destaque-semana.destaques{
        padding-top: 0;
    }
    .destaque-semana .destaque-valor {
        background-color: transparent;
        top: 0 !important;
        height: auto !important;
        margin-bottom: 0 !important;
    }
    body.cars-list .destaque-valor{
        margin-bottom: 0;
        bottom: 0;
    }
    body.cars-list .destaque-valor .destaque{
        height: auto;
    }
    body.cars-list #listagem-busca-carros #servicos {
        margin-top: -1rem;
    }
    .destaque-semana .destaque-valor .destaque,
    .destaque-semana hr,
    #listagem-busca-carros hr.my-2,
    .box-color,
    .box-gear,
    .box-category,
    .box-obs,
    .box-plate{
        display: none;
    }
    .destaque-semana .card{
        margin-bottom: 15px;
    }
    .destaque-semana .valor {
        top: 0 !important;
        padding: 2px 0px;
        font-size: 16px;
        background-color: #ED3237;
    }
    .titulo-destaque h1{
        margin-bottom: 0;
    }
    .destaque-semana .details .info-home-car{
        padding-top: 14px;
        border-top: 1px solid #DDD;
    }
    .destaque-semana .details .info-home-car i{
        font-size: 13px;
    }
    .destaque-semana .details h5{
        font-size: 15px;
    }
    
    .details .card-body{
        padding: .7rem !important;
        min-height: 162px;
    }
    .destaque-semana .row.linha-branca{
        display: none;
    }
    .p-xs-0,
    .destaque-semana .container,
    #listagem-busca-carros .container{
        padding: 0;
    }
    .car-type a {
        min-height: 90px;
        width: 80px;
        min-width: auto;
        margin-bottom: 14px;
    }
    .car-type .rounded {
        width: 100%;
    }
    #buscar hr.dividor{
        margin-top: 2rem;
    }
    #buscar #collapseExample{
        padding: 1rem;
    }
    form#search-partners br,
    form#search-services br{
        display:none;
    }
    header .navbar a.btn-anunciante{
        margin-bottom:.6rem;
    }
    .destaque-valor{
        height:60px !important;
    }
    .destaque-valor .destaque{
        text-align: center;
        height: 40px;
    }
    .espaco-listagem-bottom .thumb{
        height:275px !important;
    }
    .altura-lupa{
        position: relative;
        top: -34px;
        right: -86px;
        color: #fff;
        font-size: 20px;
    }
    .altura-lupa2{
        position: relative;
        top: -34px;
        right: -86px;
        color: #fff;
        font-size: 20px;
    }
    .padding-00{
        padding: 20px;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
    .slide-home {
        height: 15vh;
    }
    .carousel {
        height: 17vh;
    }
    .box-buscar {
        padding: 40px 0;
    }
    #buscar {
        margin: -40px 15px 0;
    }
    .alt-mob-filto{
        margin-top: 25px;
    }
    .busca-expandida-home {
        margin: -30px;
        margin-top: 5px;
    }
    .linha-branca {
        margin-top: 38px;
    }
    span.navbar-toggler-icon {
        background-color: #ed3237;
        text-align: center;
        padding: 5px;
        width: 40px;
        height: 30px;
        color: #fff;
        border-radius: 4px;
    }
    button:focus {
        outline: none;
    }
    header li.nav-item {
        text-align: center;
    }
    .destaque h2 {
        height: 16px;
    }
    /* .busca-interna-lojas {
        max-height: 100% !important;
    } */
    footer {
        position: relative;
    }
    .box-buscar h1 {
        font-size: 24px;
        margin-bottom: 15px;
        text-align: center;
        font-weight: 600;
    }
    #listagem-busca-carros .titulo-destaque {
        margin-top: 35px;
    }
    #listagem-busca-carros .card-body {
        max-height: 100% !important;
        /* margin-top: 50px; */
    }
    .col-sm-5.p-right {
        padding: 0;
    }
    .col-sm-7.p-left {
        padding: 0;
    } 
    .buscar-interno {
        /* max-height: 100% !important; */
        display: block;
        z-index: 999999;
        position: relative;
    }
    .linha-icones-alt{
        display: contents;
    }
    .linhas-icones-2{
        display: contents;
    }
    .galeria-car{
        height: 225px;
    }
    .valor-leitura-destaque {
        top: -10px;
    }
    .esconde-desk{
        display: block;
        margin-top: 25px;
    }
    .modal-content {
        padding: 10px;
    }
    .alt-observacao {
        margin-top: 0;
        display: none;
    }
    .btn-whats1 {
        margin-top: 15px;
        width: 100%;
    }
    .card-body.box-red {
        top: 20px;
        padding: 10px;
        margin-bottom: 40px;
    }
    .fundo-botao {
        top: -30px;
        padding-top: 40px;
        margin-bottom: 0;
        padding-bottom: 30px;
    }
    .fundo-cadastro {
        height: 30vh;
    }
    .fundo-cadastro h1 {
        margin: 30px;
        font-size: 27px;
        line-height: 38px;
    }
    .form-cadastro {
        padding: 25px;
    }
    .ajuste-icon-lista-none {
        display: none;
    }
    .hidden-mob{
        display: none;
    }

    #leitura-veiculo button.owl-prev {
        top: 200px;
    }
    #leitura-veiculo button.owl-next{
        top: 200px;
    }
    .propaganda-loja {
        height: 100px;
        background-size: contain;
        margin-top: 25px;
    }
    .in-flex-mob{
        display: inline-flex;
    }
    .valor {
        border-radius: 0px;
    }
    .logo-loja-busca {
        height: 210px;
    }
    section#listagem-busca-carros {
        padding: 15px 0;
    }
}
/* #buscar{
    background-color: #000;
} */

/* BOTÃO VOLAR AO TOPO */