html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit;  vertical-align: baseline; -webkit-font-smoothing: subpixel-antialiased !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position:relative; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
body { line-height: 1; font-family: 'Roboto', sans-serif; background-color: #ebebeb;}
ol, ul, li { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
b { font-weight: 700; }
.extra-b { font-weight: 800; }
input, textarea, select{
    font-family: 'Roboto', sans-serif;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin:0;
    border:none;
    position:relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

          
}
          :-moz-placeholder {color: #454545;}
         ::-moz-placeholder {color: #454545;}
     :-ms-input-placeholder {color: #454545;}
::-webkit-input-placeholder {color: #454545;}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor:pointer;
    -webkit-border-radius: 0;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 0;  /* Firefox 1-3.6 */
    border-radius: 0;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    text-indent:0.01px;
    text-overflow:"";
}
select::-ms-expand {
    display: none;
}
:focus{
    outline: none !important;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.transition{
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.transition-5-ease{
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}
.transition-7-ease{
    -moz-transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
input:focus, textarea:focus, select:focus{
    outline:none;
}
button{
    border:none;
    background:none;
    outline:none;
    padding:0;
    display: block;
    cursor: pointer;
}
.left{
    float: left;
}
.right{
    float: right;
}
html, body{
    overflow-x: hidden !important;
}
.center-block {
    margin: 0 auto;
}


/* fim do reset */
header{
    width: 100%;
    z-index: 100;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.1);
       -moz-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.1);
            box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.1);
}
main{
    position: relative;
    padding-top: 186px;
    z-index: 3;
}
footer{
    z-index: 2;
}
.header-topo{
    background-color: #0073b8;
}
.header-corpo{
    background-color: #fff;
}
.corpo{
    width: 1200px;
    max-width: 95%;
    margin: 0 auto;
}
.link-dicas {
    display: block;
    text-decoration: none;
    padding: 0 15px;
    font-size: 14px;
    color: #ffa42e;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 35px;
}
.link-topo-header{
    display: block;
    text-decoration: none;
    padding: 0 15px;
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    background-color: #ed8600;
}
.link-topo-header:first-child{
    background-color: transparent;
}
.link-topo-header span{
    border-bottom: 1px solid transparent;
}
.link-topo-header:hover span{
    border-bottom: 1px solid #fff;
}
.link-topo-header-icon{
    padding: 0;
}
.link-topo-header-icon i{
    padding: 0;
    margin-right: 5px;
}
.button-menu-mob{
    display: none;
    width: 22px;
    text-align: center;
    color: #0073b8;
    font-size: 24px;
    line-height: 30px;
    margin: 12.5px 0;
}
.banner-topo-novo{
    z-index: 2;
    position: absolute;
    top: 50%;
    right: 0;
    width: 645px;
    max-width: calc(100% - 200px);
    height: auto;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.banner-topo-novo a, .banner-topo-novo .img-topo {
    display: block;
    width: 100%;
}
.img-topo-hover{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}
.hover-banner-topo:hover .img-topo-hover{
    visibility: visible;
}
.logo{
    padding: 15px 0;
    width: 175px;
}
.logo a, .logo img{
    width: 100%;
    display: block;
}
.engloba-menu-novo{
    border-top: 1px solid #eee;
}
.menu ul li {
    display: table;
    width: 10%;
}
.abas{
    width: 100%;
    display: block;
    text-decoration: none;
    color: #ed8600;
    font-size: 14px;
    line-height: 18px;
    height: 45px;
    text-transform: uppercase;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.abas-como-funciona{
    line-height: 22.5px;
}
.abas-com-ativo .abas-ativo{
    color: #fff !important;
    background-color: #ed8600;
}
.abas:hover{
    color: #0073b8;
}
.section-banner{
    background: url("/assets/site/img/banner-home.jpg") no-repeat center center;
    width: 100%;
    height: 280px;
}
.busca-home{
    background-color: rgba(255,255,255,0.9);
    border-radius: 5px;
    width: 940px;
    max-width: 95%;
    padding: 25px 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%); 
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.form-busca-home{
    width: 100%;
}
.form-busca-home label{
    display: block;
    color: #3e3e3e;
    font-size: 16px;
    margin-bottom: 10px;
}
.input-busca-home{
    width: calc(100% - 175px);
}
.input-busca-home i{
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 2;
    font-size: 42px;
    line-height: 60px;
    color: #3e3e3e;
}
.input-busca-home input{
    background-color: #fff;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
    width: 100%;
    display: block;
    color: #3e3e3e;
    font-size: 16px;
    padding-left: 75px;
    padding-right: 20px;
    height: 60px;
    line-height: 60px;
}
.button-busca-simples{
    width: 165px;
    height: 60px;
    line-height: 60px;
    margin-left: 10px;
    text-align: center;
    background-color: #ed8600;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
}
.button-busca-simples:hover{
    background-color: #ce6b00;
}
.busca-aux{
    margin-top: 10px;
    margin-right: 175px;
}
.button-busca-avancada, .button-busca-particulares{
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    color: #ed8600;
}
.button-busca-particulares{
    margin-left: 15px;
}
.button-busca-avancada i, .button-busca-particulares i{
    margin-left: 5px;
}
.section-destaques{
    padding: 30px 0;
}
.float-destaques-home{
    width: calc(100% - 345px);
}
.anuncio-destaques-home{
    padding-top: 40px;
    width: 325px;
}
.anuncio-destaques-home img{
    display: block;
    width: 100%;
    height: auto;
}
.titulo-destaques-home{
    width: 100%;
    border-bottom:5px solid #ed8600;
}
.titulo-destaques-home span{
    display: inline-block;
    color: #fff;
    padding: 0 25px;
    padding-top: 5px;
    background-color: #ed8600;
    line-height: 35px;
}
.engloba-lista-carros-home{
    padding: 20px 10px;
    background-color: #fff;
    overflow: hidden;
}
.esq-banner, .dir-banner, .esq-thumb-veiculos, .dir-thumb-veiculos{
    visibility: hidden;
    position: absolute;
    z-index: 3;
    display: block;
    width: 30px;
    height: 50px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    top: 50%;
    margin-top: -25px;
}
.esq-banner:hover, .dir-banner:hover, .esq-thumb-veiculos:hover, .dir-thumb-veiculos:hover{
    background-color: #ed8600;
}
.esq-banner, .esq-thumb-veiculos{
    left: 0;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.dir-banner, .dir-thumb-veiculos{
    right: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.lista-carros-home{
    width: 100%;
    background-color: #fff;
}
.lista-destaques-home .cada-carros-home{
    width: 25%;
    padding: 0 10px;
}
.engloba-img-carros-home{
    width: 100%;
    margin-bottom: 10px;
}
.engloba-img-carros-home a, .img-listagem a{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.img-carros-home{
    background-color: #ddd;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 135px;
}
.img-carros-home img{
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%); 
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
}
.titulo-carros-home{
    overflow: hidden;
    width: 100%;
    height: 45px;
    margin-bottom: 5px;
}
.titulo-carros-home a{
    display: block;
    line-height: 15px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    color: #3e3e3e;
}
.titulo-carros-home a:hover{
    color: #0073b8;
}
.texto-carros-home{
    font-size: 13px;
    color: #3e3e3e;
    text-align: center;
}
.preco-carros-home{
    font-size: 20px;
    color: #0073b8;
    text-align: center;
    margin: 7px 0;
    font-weight: 600;
}
.titulo-ultimos-home{
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 15px;
}
.lista-ultimos-home .cada-carros-home{
    width: 16.66%;
    padding: 0 5px;
}
.anuncio-bottom-home{
    background-color: #ebebeb;
    padding: 50px 0;
}
.anuncio-bottom-home div a{
    display: block;
    width: 726px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.anuncio-bottom-home div a img{
    display: block;
    width: 100%;
    height: auto;
}
.section-marcas{
    padding: 20px 0;
    background-color: #fff;
}
.lista-marcas li{
    width: 11.11%;
    padding: 0 10px;
}
.lista-marcas li img{
    display: block;
    width: 100px;
    max-width: 100%;
    margin: 0 auto;
}
footer{
    background-color: #0073b8;
}
footer .menu li{
    width: auto;
    margin: 32px 0;
    margin-right: 15px;
}
.footer-main .abas{
    color: #fff;
    line-height: 20px;
    border-bottom: 1px solid transparent;
}
.footer-main .abas:hover{
    border-bottom: 1px solid #fff;
}
.footer-bottom{
    border-top: solid 1px #fff;
    padding: 10px 0;
}
.direitos{
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    text-align: center;
}
.sociais-rodape{
    padding: 25px 0;
}
.sociais-rodape a{
    display: inline-block;
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    margin-left: 20px;
}
/****************** VEÍCULOS - LISTAGEM *******************/
.breadcrumb{
    padding: 30px 0;
}
.texto-breadcrumb, .texto-breadcrumb a{
    font-size: 14px;
    color: #1e1e1e;
    text-decoration: none;
}
.texto-breadcrumb a:hover{
    text-decoration: underline;
}
.texto-breadcrumb i{
    color: #0073b8;
    margin: 0 5px;
}
.section-veiculos-listagem{
    margin-bottom: 50px;
}
.filtro-listagem{
    width: 280px;
}
.cada-filtro{
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 15px;
}
.cada-filtro:first-child{
    margin-top: 0;
}
.titulo-filtro{
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    text-transform: uppercase;
    padding: 15px;
    color: #454545;
}
.titulo-filtro i{
    display: block;
    width: 15px;
    font-size: 12px;
    line-height: 15px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7.5px;
    text-align: center;
}
.cada-filtro-lista{
    border-top: 1px solid #e9e9e9;
    width: 100%;
    padding: 15px;
    max-height: 200px;
    overflow-y: auto;
}
.cada-filtro-lista li:first-child{
    margin-top: 0;
}
.cada-filtro-lista li{
    width: 100%;
    margin-top: 7px;
}
.cada-filtro-lista li .check-filtro{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    cursor: pointer;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}
.cada-filtro-lista li div p{
    width: 40px;
    font-size: 13px;
    line-height: 15px;
    color: #454545;
    text-align: right;
}
.cada-filtro-lista li div p:first-child{
    text-align: left;
    padding-left: 20px;
    width: calc(100% - 40px);
}
.cada-filtro-lista li div p i{
    display: block;
    width: 15px;
    font-size: 13px;
    line-height: 15px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}
.engloba-input-filtro{
    width: 47%;
    padding-top: 20px;
}
.engloba-input-filtro label{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    line-height: 15px;
    color: #454545;
}
.engloba-input-filtro .input-filtro{
    width: 100%;
    background-color: #ebebeb;
    border-radius: 4px;
    font-size: 13px;
    line-height: 15px;
    color: #454545;
    padding: 7px 15px;
}
.botao-buscar-filtro{
    margin-top: 15px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #ed8600;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
}
.botao-buscar-filtro:hover {
    background-color: #ce6b00;
}
.meio-listagem{
    width: calc(100% - 400px);
    padding: 0 15px;
}
.header-listagem{
    padding: 0 15px;
    width: 100%;
    background-color: #ed8600;
}
.texto-header-listagem{
    font-size: 13px;
    line-height: 15px;
    padding: 15px 0;
    color: #fff;
}
.select-header-listagem{
    padding: 7.5px 0;
}
.select-header-listagem label{
    padding: 7.5px 0;
    display: block;
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    margin-right: 10px;
}
.back-select-ordenar{
    background-color: #fff;
    border-radius: 4px;
}
.select-header-listagem i{
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    font-size: 16px; 
}
.select-header-listagem select{
    padding: 7.5px 25px 7.5px 15px;
    width: 100%;
    background-color: transparent;
    color: #616161;
    font-size: 13px;
    line-height: 15px;
}
.lista-listagem{
    background-color: #fff;
    padding: 0 15px 15px 15px;
}
.lista-listagem li:first-child{
    border-top: none;
    margin-top: 0; 
}
.lista-listagem li{
    padding-top: 15px;
    border-top: 1px solid #c7c7c7;
    margin-top: 15px; 
}
.img-listagem{
    width: 215px;
    padding-right: 15px;
}
.content-lista-listagem{
    width: calc(100% - 315px);
    padding-right: 5px;
}
.content-revenda-img{
    width: 100px;
    border-left: 1px solid #c7c7c7;
    padding-left: 10px;
}
.content-revenda-img img{
    width: 100%;
    display: block;
}
.content-revenda-img p{
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    width: 100%;
    color: #000;
    padding: 15px 0;
    text-shadow: 1px 1px #ccc;
    background-color: #eee;
}
.titulo-lista-listagem{
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    color: #3e3e3e;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.cada-caracteristica-veiculo{
    color: #3e3e3e;
    font-size: 14px;
    line-height: 15px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.cada-caracteristica-veiculo i{
    margin-right: 2px;
}
.engloba-preco-listagem{
        width: 50%;
}
.cada-preco-listagem{
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    color: #0073b8;
}
.cada-preco-listagem span{
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #3e3e3e;
    margin-right: 5px;
}
.preco-anterior{
    color: #787878;
    font-size: 14px;
    text-decoration: line-through; 
}
.remover-de-por .preco-anterior{
    visibility: hidden;
}
.remover-de-por .cada-preco-listagem span{
    display: none;
}
/*
.cada-preco-listagem:first-child:after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 100%;
    height: 1px;
    background-color: #333;
}
*/
.engloba-anunciante{
    padding: 0 15px;
    width: 50%;
}
.engloba-anunciante p{
    width: 100%;
    font-size: 12px;
    line-height: 15px;
    color: #3e3e3e;
    text-align: center;
}
.botoes-listagem{
    margin-top: 10px;
}
.botoes-listagem *{
    color: #ed8600;
    display: inline-block;
    margin-left: 10px;
    font-size: 13px;
    line-height: 30px;
    text-decoration: none;
}
.botoes-listagem a:first-child{
    margin-left: 0;
}
.botoes-listagem a i{
    margin-right: 5px;
}
.botao-ver-veiculo{
    border-radius: 4px;
    padding: 0 15px;
    background-color: #ed8600;
    color: #fff !important;
    text-decoration: none !important;
}
.engloba-paginador{
    margin-top: 15px;
}
.paginador a{
    margin-left: 10px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #0073b8;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 15px;
    color: #0073b8;
    font-weight: 800;
    text-align: center;
}
.paginador a:first-child{
    margin-left: 0;
}
.paginador a:hover{
    background-color: #ddd;
}
.paginador-ativo{
    background-color: #0073b8 !important;
    color: #fff !important;
}
.paginador a i{
    display: none;
}
.anuncio-lateral-veiculos{
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
}
.anuncio-lateral-veiculos img{
    display: block;
    width: 100%;
    height: auto;
}
.botao-filtro{
    display: none;
    width: 30px;
    margin: 7.5px 0;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    margin-right: 15px;
    background-color: #0073b8;
    border-radius: 4px;
    text-align: center;
}
.pano-mob{
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
}
.filtro-mob-titulo{
    display: none;
    padding: 15px 0;
}
.filtro-mob-titulo h4{
    font-size: 14px;
    color: #0073b8;
    font-weight: 600;
}
.botao-fecha-filtro{
    color: #ed8600;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    font-size: 20px;
    width: 30px;
    text-align: center;
}
/****************** VEÍCULOS - INTERNA *******************/
.section-veiculos-interna{
    margin-bottom: 50px;
}
.topo-veiculos-interna{
    margin-bottom: 10px;
}
.topo-veiculos-interna h2{
    width: calc(100% - 180px);
    color: #3e3e3e;
    font-size: 17px;
    line-height: 20px;
    font-weight: 800;
}
.topo-veiculos-interna p{
    width: 180px;
    text-align: right;
    color: #3e3e3e;
    font-size: 12px;
    line-height: 20px;
}
.content-veiculos-interna{
    width: 90%;
    padding-right: 15px;
}
.left-veiculos-interna{
    width: 55%;
    margin-bottom: 15px;
}
.right-veiculos-interna{
    width: 45%;
    padding-left: 15px;
}
.link-img-veiculos-interna, .img-veiculos-interna, .img-veiculos-interna img{
    display: block;
    width: 100%;
}
.link-img-veiculos-interna{
    margin-bottom: 15px;
}
.overflow-veiculos-interna{
    width: 100%;
    overflow: hidden;
}
.lista-veiculos-interna{
    position: relative;
    left: 0;
}
.cada-veiculos-interna{
    float: left;
    width: 140px;
    height: 144px;
    margin-left: 20px;
    background-color: #202021;
}
.cada-veiculos-interna:first-child{
    margin-left: 0;
}
.cada-veiculos-interna a{
    display: block;
    border-bottom: 4px solid #7f7f7f;
    width: 100%;
    height: 100%;
}
.cada-veiculos-interna a:hover, .veiculos-interna-ativo a{
    border-bottom: 4px solid #ed8600;
}
.cada-veiculos-interna a img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.esq-thumb-veiculos, .dir-thumb-veiculos{
    visibility: visible;
}
.engloba-carac-veiculos-interna{
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
    background-color: #fff;
}
.preco-veiculos-interna{
    width: 100%;
    padding: 15px 0;
}
.preco-veiculos-interna p{
    width: 50%;
    text-align: center;
}
.engloba-carac-veiculos-interna .remover-de-por .cada-preco-listagem{
    width: 100%;
    font-size: 28px;
}
.engloba-carac-veiculos-interna .remover-de-por .preco-anterior{
    display: none;
}
.carac-veiculos-interna{
    margin-right: -1px;
}
.carac-veiculos-interna li{
    color: #3e3e3e;
    font-size: 14px;
    line-height: 15px;
    padding: 15px 0;
    width: 25%;
    text-align: center;
    border-top:1px solid #dbdbdb;
    border-right:1px solid #dbdbdb;
}
.opcionais-veiculos-interna{
    padding: 15px;
    border-top:1px solid #dbdbdb;
}
.opcionais-veiculos-interna h3{
    font-weight: 600;
    color: #3e3e3e;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 10px;
}
.opcionais-veiculos-interna p{
    color: #3e3e3e;
    font-size: 13px;
    line-height: 17px;
}
.form-veiculos-interna{
    padding: 15px;
}
.input-veiculos{
    margin-bottom: 15px;
}
.input-veiculos label{
    display: block;
    color: #3e3e3e;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 5px;
}
.input-veiculos input, .input-veiculos textarea{
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 15px;
    height: 40px;
    background-color: #dbdbdb;
    border-radius: 4px;
}
.input-veiculos textarea{
    resize: none;
    height: 140px;
}
.check-veiculos{
    margin-bottom: 15px;
}
.check-veiculos input{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.estilo-check-veiculos{
    color: #3e3e3e;
    font-size: 13px;
    line-height: 15px;
}
.estilo-check-veiculos i{
    margin-right: 5px;
    width: 15px;
    text-align: center;
}
.botao-veiculos-interna{
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #ed8600;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
}
.botao-veiculos-interna:hover {
    background-color: #ce6b00;
}
.engloba-dados-vendedor{
    width: 55%;
    background-color: #fff;
}
.engloba-dados-vendedor h3{
    font-weight: 600;
    color: #3e3e3e;
    font-size: 14px;
    line-height: 15px;
    padding: 15px;
    border-bottom:1px solid #dbdbdb;
    margin-bottom: 15px;
}
.padding-dados-vendedor{
    padding: 15px;
}
.main-dados-vendedor{
    margin-bottom: 10px;
}
.left-telefone-vendedor{
    width: 40%;
}
.numero-telefone-vendedor{
    font-size: 18px;
    color: #343434;
    line-height: 30px;
    font-weight: 600;
}
.numero-telefone-vendedor i{
    margin-right: 5px;
}
.numero-telefone-vendedor:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.74) 37%, rgba(255,255,255,1) 50%);
       background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.74) 37%, rgba(255,255,255,1) 50%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.74) 37%, rgba(255,255,255,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
.mostra-telefone:after{
    content: none;
}
.botao-ver-telefone{
    color: #ed8600;
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    text-decoration: none;
    text-decoration: underline;
}
.perfil-dados-vendedor{
    width: 60%;
    padding-right: 15px;
}
.perfil-dados-vendedor img{
    display: block;
    width: 35%;
}
.perfil-dados-vendedor div{
    width: 65%;
    padding-left: 5px;
}
.perfil-dados-vendedor div p,
.perfil-dados-vendedor div a{
    font-size: 13px;
    line-height: 18px;
}
.perfil-dados-vendedor div p{
    color: #343434;
}
.mapa-dados-vendedor{
    width: 100%;
    height: 250px;
}
.gm-style-mtc {
  display: none;
}

/****************** VENDER-PLANOS *******************/
.titulo-pagina-interna{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #504f4f;
}
.lista-planos{
    margin: 0 -1.5%;
}
.cada-plano{
    width: 22%;
    margin: 0 1.5% 20px 1.5%;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
}
.preco-plano {
    width: 100%;
    height: 72px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background-color: #458ab3;
    padding: 10px;
}
.preco-plano span{
    font-size: 52px;
}
.cada-plano h3{
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    background-color: #0073b8;
}
.itens-cada-plano{
    padding: 0 15px;
}
.itens-cada-plano li{
    border-top: 1px solid #ccc;
    padding: 15px 0;
    font-size: 14px;
    color: #808080;
    /*text-align: center;*/
}
.itens-cada-plano li:first-child{
    border: none;
}
.botao-cada-plano{
    display: block;
    text-decoration: none;
    line-height: 48px;
    height: 48px;
    background-color: #9e9e9e;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.botao-cada-plano:hover{
    background-color: #ed8600;
}
.caminho-vender{
    margin: 0 -3px;
    margin-bottom: 30px;
}
.cada-caminho-vender{
    display: block;
    text-decoration: none;
    width: calc(25% - 6px);
    margin: 0 3px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    padding: 10px 0;
}
.cada-caminho-vender:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #a9a9a9;
    -webkit-transform: skewX(-20deg); 
       -moz-transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
            transform: skewX(-20deg);
}
.caminho-vender-ativo:before{
    background-color: #ed8600;
}

/****************** VENDER-CADASTRO *******************/
.float-cadastro-vender{
    width: 48%;
}
.engloba-2-input-geral{
    width: 100%; 
}
.engloba-2-input-geral .input-geral{
    width: calc(50% - 7.5px); 
}
.input-geral{
    width: 100%;
    margin-bottom: 15px;
}
.input-geral label {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    color: #504f4f;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.input-cadastro-escondido label {
    visibility: hidden;
}
.input-geral select, .input-geral input:not([type=checkbox]), .input-geral textarea{
    z-index: 2;
    border: 1px solid #d1d1d1;
    width: 100%;
    padding: 0 15px;
    height: 48px;
    line-height: 48px;
    color: #454545;
    font-size: 14px;
    background: #fff;
}
.input-geral select{
    padding-right: 25px;
    background: #fff url("/assets/site/img/arrow-select.png") no-repeat right 12px center;
}
.input-geral textarea{
    height: 160px;
    line-height: 25px;
    padding: 8px 15px;
    resize: none;
}
.float-cadastro-vender h3{
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    color: #504f4f;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.outros-acessorios{
    width: 48%;
    padding: 15px;
    background-color: #fff;
    height: 300px;
    overflow-y: auto;
    margin-bottom: 30px;
}
.form-acessorios input{
    display: block;
    width: calc(100% - 90px);
    padding: 0 15px;
    height: 48px;
    line-height: 48px;
    color: #454545;
    border: 1px solid #d1d1d1;
}
.botao-mais-acessorios, .botao-submit-cadastro{
    text-decoration: none;
    width: 85px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    text-align: center;
    display: block;
    font-size: 12px;
    color: #fff;
    background-color: #006f9b;
}
.botao-mais-acessorios:hover, .botao-submit-cadastro:hover{
    background-color: #004a67;
}
.lista-outros li{
    margin-top: 10px;
    color: #454545;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}
.lista-outros li span{
    margin-right: 5px;
    cursor: pointer;
}
.lista-acessorios-cadastro{
    width: 100%;
    padding: 0 15px;
    background-color: #fff;
    height: 435px;
    overflow-y: auto;
    margin-bottom: 30px;
}
.lista-acessorios-cadastro li{
    font-size: 13px;
    line-height: 17px;
    width: 100%;
    border-top: 1px solid #d1d1d1;
}
.lista-acessorios-cadastro li:first-child{
    border-top: none;
}
.lista-acessorios-cadastro li p{
    text-align: left;
    line-height: 15px;
    padding: 15px 0;
}
.lista-acessorios-cadastro li p span{
    margin-right: 7px;
    width: 12px;
}
.check-geral-input{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    cursor: pointer;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}
.engloba-fotos-cadastro{
    margin-bottom: 15px;
}
.botao-submit-cadastro{
    width: 200px;
    max-width: 100%;
}
.lista-fotos-cadastro{
    margin: 0 -7.5px;
    margin-bottom: 20px;
}
.lista-fotos-cadastro li{
    width: 25%;
    padding: 7.5px;
}
.botao-add-foto{
    width: 100%;
    height: 80px;
    background-color: #fff;
    color: #979797;
    font-size: 14px;
    font-weight: 600;
}
.botao-add-foto:hover{
    background-color: #ddd;
}
.botao-add-foto i{
    font-size: 20px;
}

.pai-input-file {
    position: relative;
    width: calc(25% - 15px);
    margin: 0 7.5px 25px 7.5px;
}
.input-file {
    position: relative;
    z-index: 20;
    width: 100%;
    height: 75px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    cursor: pointer;
}
.img-add-file {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background-color: #fff;
    color: #979797;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 23px 0;
}
.imagem-cadastrada .img-add-file {
    position: relative;
}
.img-add-file-principal {
    position: absolute;
    z-index: 5;
    bottom: -15px;
    left: 0;
    width: 100%;
    text-align: center;
    height: 15px;
    line-height: 15px;
    background: #006f9b;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.your-img-file {
    position: absolute;
    z-index: 15;
    top: 0;
    left: 0;
    width: 75px;
    height: 75px;
    display: none;
}
.aparece-img-galeria img{
    display: block;
    height: 100%;
    width: auto;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.deleta-img {
    position: absolute;
    z-index: 30;
    top: -8px;
    right: -5px;
    width: 16px;
    text-align: center;
    height: 16px;
    line-height: 16px;
    background-color: #f51d4b;
    font-size: 10px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: none;
}
.aparece-img-galeria .deleta-img{
    display: block;
}
.ajustar-por-largura > .deleta-img { display: block; }
.aviso-img {
    font-size: 12px;
    color: #424242;
    font-style: italic;
}


/******** VENDER - LOGIN ********/
.float-login{
    width: 48%;
    height: 404px;
    padding: 20px;
    background-color: #fff;
}
.link-face-login{
    display: block;
    text-decoration: none;
    background-color: #3b5998;
    width: 100%;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.link-face-login i{
    margin-right: 5px;
    font-size: 22px;
    line-height: 55px;
}
.ou-login{
    margin: 25px 0;
    color: #5d5d5d;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}
.ou-login span{
    padding: 0 10px;
    background-color: #fff;
}
.ou-login:before{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: - 0.5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #a9a9a9;
}
.submit-form-login, .botao-criar-conta, .vender-revenda-area-restrita{
    text-decoration: none;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: block;
    font-size: 16px;
    color: #fff;
    background-color: #ed8600;
}
.engloba-position-login .vender-obs {
    font-size: 16px;
    font-style: italic;
}
.vender-link {
    color: #878787;
    font-weight: bold;
    text-decoration: none;
}
.vender-link:hover {
    text-decoration: underline;
}
.botao-criar-conta{
    width: 350px;
    max-width: 100%;
    margin: 0 auto;
}
.submit-form-login:hover, .botao-criar-conta:hover{
    background-color: #ce6b00;
}
.engloba-position-login{
    padding: 0 15px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.engloba-position-login p{
    text-align: center;
    color: #878787;
    font-size: 28px;
    margin-bottom: 15px;
}
.content-visualizacao{
    width: 100%;
    padding-right: 0;
}
.engloba-botoes-visualizacao{
    margin-top: 20px;
}
.engloba-botoes-visualizacao a{
    margin-right: 15px;
}
.disable-form-visualizacao{
    background-color: rgba(255,255,255,0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
    top: 0;
    left: 0;
}
.esqueci-senha{
    display: block;
    text-decoration: none;
    font-size: 12px;
    line-height: 15px;
    color: #5d5d5d;
    border-bottom: 1px solid transparent;
    margin-top: 5px;
}
.esqueci-senha:hover{
    border-bottom: 1px solid #5d5d5d;
}
.login-center{
    width: 100%;
    text-align: center;
    margin: 0 !important;
}
/******** VENDER - PAGAMENTO ********/
.float-pagamento:first-child{
    width: 53%;
}
.float-pagamento{
    width: 43%;
    margin-bottom: 15px;
}
.titulo-pagamento{
    font-size: 18px;
    font-weight: 800;
    font-style: italic;
    color: #454545;
    margin-bottom: 15px;
}
.back-termos{
    background-color: #fff;
    padding: 15px;
    width: 100%;
    height: 310px;
    overflow-y: auto;
    margin-bottom: 15px;
}
.back-termos p{
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 15px;
    color: #222;
    text-align: justify;
}
.back-pagamento{
    background-color: #fff;
    padding: 15px;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.info-pagamento{
    margin: 0 -15px;
    padding: 10px 15px;
}
.info-pagamento:first-child{
    background-color: #cbcbcb;
}
.info-pagamento p{
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #1e1e1e;
}
.info-pagamento:first-child p{
    font-weight: 400;
}
.clica-pagamento{
    margin-top: 15px;
    text-decoration: none;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: block;
    font-size: 16px;
    color: #fff;
    background-color: #249f52;
}
.clica-pagamento:hover{
    background-color: #1a773d;
}
.vender-concluido-titulo {
    color: #0073b8;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
}
.vender-concluido-texto {
    text-align: center;
    margin: 20px 0;
    color: #3e3e3e;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
}
.vender-concluido-btn {
    width: 350px;
    margin: 0 auto;
}
/******** AREA RESTRITA INICIAL ********/
.nav-area-restrita{
    width: 280px;
}
.content-area-restrita{
    width: calc(100% - 280px);
    padding-left: 15px;
}
.abas-area-restrita{
    display: block;
    text-decoration: none;
    background-color: #a9a9a9;
    color: #fff;
    margin-bottom: 7px;
    padding: 20px 0;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}
.abas-area-restrita:hover{
    background-color: #757575;
}
.area-restrita-ativo{
    background-color: #ed8600 !important;
}
.dashboard-area-restrita{
    margin: 0 -7.5px;
}
.dashboard-area-restrita div{
    width: calc(50% - 15px);
    margin: 0 7.5px 15px 7.5px;
    padding: 15px 0;
    background-color: #0073b8;
}
.dashboard-area-restrita p{
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
}
.dashboard-area-restrita h2{
    color: #fff;
    font-size: 72px;
    font-weight: 300;
    text-align: center;
    padding: 5px 0;
    font-style: italic;
}
.clica-menu-area-restrita{
    position: relative;
    display: none;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    color: #111;
    padding: 15px 30px 15px 15px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}
.clica-menu-area-restrita i{
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -7px;
    z-index: 2;
}
/******** AREA RESTRITA VEICULOS ********/
.tabela-restrita{
    width: 100%;
}
.tabela-restrita tr th:first-child, .tabela-restrita tr td:first-child {
    border-left: none;
}
.tabela-restrita tr th{
    color: #fff;
    background-color: #666464;
    height: 45px;
    border-left: 1px solid #d7d9e0;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
    vertical-align: middle;
    padding: 0 1%;
}
.tabela-restrita tr td {
    color: #575757;
    border-bottom: 1px solid #e2e2e2;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
    vertical-align: middle;
    height: 50px;
    padding: 10px 1%;
}
.link-tabela-restrita{
    text-decoration: none;
    color: #575757;
}
.link-tabela-restrita:hover{
    color: #0073b8;
}
.link-tabela-restrita i{
    font-size: 15px;
}
.acao-tabela-restrita{
    width: 175px;
}
.link-acao-restrita{
    text-decoration: none;
    display: block;
    width: 48%;
    height: 30px;
    line-height: 30px;
    background-color: #0073b8;
    color: #fff;
    font-size: 12px;
}
.link-acao-restrita:hover{
    background-color: #004a67;
}
.excluir-acao-restrita{
    text-decoration: none;
    display: block;
    width: 48%;
    height: 30px;
    line-height: 30px;
    background-color: #d02b2b;
    color: #fff;
    font-size: 12px;
}
.excluir-acao-restrita:hover{
    background-color: #ad2b2b;
}
.link-adicionar-restrita{
    text-decoration: none;
    width: 220px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #fff;
    background-color: #26a857;
    margin-bottom: 15px; 
}
.link-adicionar-restrita:hover{
    background-color: #247b45;
}
.link-adicionar-restrita i{
    margin-right: 7px;
}
/******** AREA RESTRITA PROPOSTAS ********/
.cada-item-propostas > *{
    font-size: 13px;
    line-height: 17px;
    color: #3e3e3e;
    width: calc(100% - 80px);
    margin-bottom: 10px;
}
.cada-item-propostas > *:first-child{
    width: 80px;
    padding-right: 5px;
    font-weight: 700;
}
/******** AREA RESTRITA FINANCEIRO ********/
.pagar-financeiro-restrita{
    display: inline-block;
}

/******** AREA RESTRITA DADOS ********/
.botao-restrita-dados{
    background-color: #d02b2b;
}
.botao-restrita-dados:hover{
    background-color: #ad2b2b;
}
.botao-restrita-dados:first-child{
    background-color: #26a857;
    margin-left: 10px;
}
.botao-restrita-dados:first-child:hover{
    background-color: #247b45;
}
/******** FAVORITOS ********/
.lista-carros-favoritos{
    margin: 0 -5px;
}
.lista-carros-favoritos li{
    background-color: #fff;
    padding: 10px;
    width: calc(20% - 10px);
    margin: 0 5px;
    margin-bottom: 20px;
}
.botao-remove-favorito{
    width: 100%;
    color: #ed8600;
    display: block;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
}
.botao-remove-favorito:hover{
    color: #111;
}
.botao-remove-favorito i {
    margin-right: 5px;
}

/******** CONTATO ********/
.float-contato{
    min-height: 542px;
    height: auto;
}
.dados-contato{
    margin-top: 30px;
}
.dados-contato h2{
    font-size: 28px;
    line-height: 30px;
    color: #ce6b00;
    margin-bottom: 10px;
}
.dados-contato p{
    font-size: 14px;
    line-height: 17px;
    color: #444;
    margin-top: 5px;
}
.dados-contato p a{
    text-decoration: none;
    color: #444;
}
.dados-contato p a:hover{
    color: #0073b8;
}
.dados-contato p:first-child, .dados-contato:first-child{
    margin-top: 0;
}
.sociais-contato a{
    color: #ce6b00;
}
.sociais-contato a:first-child{
    margin-left: 0;
}
/******** ALERTS ********/
.marca-erro-input {
    border: 1px solid #eb2525 !important;
}
.marca-erro-input:-moz-placeholder {color: #eb2525 !important;}
.marca-erro-input::-moz-placeholder {color: #eb2525 !important;}
.marca-erro-input:-ms-input-placeholder {color: #eb2525 !important;}
.marca-erro-input::-webkit-input-placeholder {color: #eb2525 !important;}
.alert {
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    color: #31708f;
    display: none;
    font-size: 14px;
    line-height: 18px;
    margin: 0 auto 15px;
    max-width: 95%;
    padding: 15px;
    text-align: center;
    width: auto;
}
.alert-danger {
    /*background-color: #eb2525;*/
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border: 1px solid ;
    border-color: #d6e9c6;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.carregando {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}
.carregando-pano {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: #fff;
    opacity: 0.8;
}
.carregando-aguarde {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-align: center;
    line-height: 100vh;
}
.form-cadastro-vender button {
    text-transform: uppercase;
}
.overlay-geral{
    display: none;
    position: fixed;
    z-index: 300;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: scroll;
    background-color: rgba(0,0,0,0.8);
}
.back-overlay-geral{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    
}
.corpo-overlay-geral{
    z-index: 3;
    background-color: #fff;
    margin: 40px auto;
    width: 630px;
    max-width: 95%;
    height: auto; 
}
.fechar-overlay-geral{
    cursor: pointer;
    position: absolute;
    top: -30px;
    right: 0;
    line-height: 30px;
    width: auto;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.fechar-overlay-geral i{
    margin-left: 8px;
}
.titulo-overlay-geral{
    background-color: #0073b8;
    color: #fff;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
.form-overlay-geral{
    border: 1px solid #e2e2e2;
    padding: 15px;
}
.form-overlay-geral .input-geral input, .form-overlay-geral .input-geral select{
    background-color: #dbdbdb;
}
.form-area-restrita-login {
    margin: 0 auto;
    width: 60%;
}
.form-area-restrita-login .esqueci-senha {
    border: none;
    margin: 0;
    line-height: 49px;
}
.form-area-restrita-login .esqueci-senha:hover {
    border: none;
    text-decoration: underline;
}
.login-facebook {
    background-color: #0079ce;
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.login-facebook:hover {
    background-color: #0073B8;
}
.login-facebook:hover > i{
    background-color: #0073B8;
}
.login-facebook > i {
    display: block;
    float: left;
    width: 15%;
    background-color: #4267B2;
    font-size: 30px;
    padding: 15px 0;
}
.login-facebook > span {
    display: block;
    float: left;
    width: 85%;
    padding: 15px 0;
    line-height: 30px;
    font-size: 18px;
    letter-spacing: 1px;
}

.form-obs {
    background-color: #ccc;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    padding: 15px;
}
.mapa{
    width: 100%;
    height: 400px;
}
.btn-telefones button {
    background-color: #006f9b;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    height: 46px;
    line-height: 46px;
    margin-top: 22px;
    text-align: center;
    text-decoration: none;
    width: 47px;
}
.btn-telefones button.btn-add {
    background-color: #26a857;
}
.btn-telefones button.btn-remove {
    background-color: #d02b2b;
}
.img-responsive {
    display: block;
    max-width: 100%;
}
.nao-encontrado{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.lista-acessorio-restrita {
    height: 550px;
}
.restrita-imagem-container .input-geral {
    width: auto;
    margin-right: 15px;
    height: 200px;
}
.restrita-imagem-cadastrada {
    position: relative;
}
.restrita-imagem-cadastrada a {
    height: auto;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.caixa-facebook .float-login {
    height: auto;
}
.caixa-facebook-detalhes > h4 {
    color: #0073b8;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.caixa-facebook-detalhes > div {
    text-align: center;
}
.caixa-facebook-detalhes > div > p {
    margin: 15px 0 5px;
    color: #444;
    font-weight: bold;
}
.veiculo-nao-encontrado {
    color: #0073b8;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
}

/******** SERVIÇOS ********/
.float-servicos{
    width: calc(100% - 320px);
}
.float-servicos:first-child{
    width: 300px;
}
.lista-filtrar-servicos{
    width: 100%;
    background-color: #fff;
    border: 1px solid #d2d2d2;
}
.lista-filtrar-servicos li{
    border-top: 1px solid #d2d2d2;
}
.lista-filtrar-servicos li:first-child{
    border-top: none;
}
.link-filtrar-servicos{
    display: block;
    padding: 15px;
    font-size: 14px;
    line-height: 18px;
    color: #343434;
    text-decoration: none;
}
.link-filtrar-servicos:hover{
    background-color: #eee;
}
.link-filtrar-servicos i{
    margin-right: 5px;
    color: #ed8600;
}
.link-filtrar-servicos-ativo{
    background-color: #ed8600 !important;
    color: #fff;
}
.link-filtrar-servicos-ativo i{
    color: #fff;
}
.lista-servicos{
    margin: 0 -10px;
}
.cada-servico{
    width: calc(50% - 20px);
    min-height: 200px;
    margin: 0 10px;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    padding: 15px;
    margin-bottom: 20px;
}
.img-servicos{
    width: 40%;
    overflow: hidden;
}
.img-servicos img{
    display: block;
    width: 100%;
}
.content-servicos{
    width: 60%;
    padding-left: 15px;
}
.content-servicos h3{
    margin-bottom: 2px;
}
.content-servicos h3 a{
    color: #333333;
    text-decoration: none;
    text-transform: uppercase;
}
.texto-content-servicos, .cidade-servicos{
    color: #333;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 5px;
}
.texto-content-servicos span{
    font-weight: 600;
}
.cidade-servicos{
    color: #ed8600;
    margin-bottom: 10px;
}
.link-servicos-interna{
    margin-top: 5px;
    display: inline-block;
    color: #0073b8;
    line-height: 17px;
    font-size: 14px;
    border-bottom: 1px solid #0073b8;
    text-decoration: none;
}
.link-servicos-interna:hover{
    color: #ed8600;
    border-bottom: 1px solid #ed8600;
}
/******** SERVIÇOS INTERNA ********/
.back-servicos-interna{
    background-color: #fff;
    border: 1px solid #d2d2d2;
    padding: 15px;
    margin-top: 31px;
}
.engloba-aparece-telefone{
    z-index: 5;
    width: 180px;
    max-width: 100%;
}
.engloba-botoes-servicos a, .engloba-botoes-servicos button{
    display: block;
    text-decoration: none;
    margin-top: 15px;
    width: 180px;
    max-width: 100%;
    height: 50px;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    padding: 15px 0;
    color: #fff;
    background-color: #0073b8;
    border-radius: 4px;
}
.botao-telefone-servicos{
    background-color: #888 !important;
}
.engloba-botoes-servicos a i, .engloba-botoes-servicos button i{
    margin-right: 5px;
}
.engloba-botoes-servicos a:hover, .engloba-botoes-servicos button:hover{
    background-color: #ed8600!important;
}
.aparece-telefone{
    display: none;
    z-index: 2;
    position: absolute;
    top: 40px;
    left: 5%;
    width: 90%;
    line-height: 36px;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    border: 2px solid #222;
}
.aparece-telefone:after{
    font-family: "fontAwesome";
    content: "\f077";
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 10px;
    line-height: 10px;
}
.engloba-mapa-servicos{
    margin-top: 15px;
    border-top: 1px solid #d2d2d2;
    padding-top: 15px;
}
.mapa-servicos{
    width: 100%;
    height: 300px;
}
.cada-anuncio{
    width: 100%;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    padding: 15px;
    margin-bottom: 20px;
}
.cada-anuncio .titulo-ultimos-home{
    font-size: 24px;
}
.cada-anuncio .img-servicos{
    width: 465px;
}
.cada-anuncio .content-servicos{
    width: calc(100% - 465px);
}
/******** ERRO ********/
.titulo-erro{
    font-size: 68px;
    text-align: center;
    font-weight: 800;
    color: #454545;
    margin-bottom: 10px;
}
.texto-erro{
    font-size: 18px;
    line-height: 30px;
    color: #3d3d3d;
    text-align: center;
}
.desc-erro .titulo-erro {
    font-size: 38px;
}
.engloba-botao-erro{
    margin-bottom: 150px;
}
.botao-erro{
    text-decoration: none;
    width: 350px;
    max-width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: block;
    font-size: 16px;
    color: #fff;
    background-color: #ed8600;
    margin: 40px auto 0 auto;
}
.botao-erro:hover{
    background-color: #ce6b00;
}
.botao-erro i{
    margin-right: 10px;
}
.radios-veiculo-busca{
    border-top: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    margin-bottom: 15px;
}
.radios-veiculo-busca li{
    cursor: pointer;
    width: 33.33%;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}
.radios-veiculo-busca li:hover{
    background-color: #eee;
}
.radio-ativo{
    background-color: #0073b8 !important;
}
.radio-ativo p{
    color: #fff !important;
}
.radios-veiculo-busca li input{
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}
.radios-veiculo-busca li p{
    padding: 15px 0;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    text-align: center;
}
.radios-veiculo-busca li p i{
    margin-right: 7px;
}
.lista-check-busca{
    margin-bottom: 15px;
}
.lista-check-busca li{
    font-size: 14px;
    line-height: 17px;
    width: 100%;
    margin-bottom: 5px;
}
.lista-check-busca li span{
    margin-right: 5px;
    width: 15px;
    text-align: center;
}
.tag-busca {
    position: relative;
    background-color: #0073b8;
    color: #fff;
    padding: 5px 8px;
    border-radius: 8px;
}
.tag-busca-button{
    position: absolute;
    color: #fff;
    right: 8px;
    top: 50%;
    height: 18px;
    margin-top: -9px;
}
.filtro-aguarde{
    text-align: center;
    font-style: italic;
    font-size: 14px;
    letter-spacing: 1px;
}
.input-filtro-revendas{
    width: 100%;
}
.input-filtro-revendas input{
    width: calc(100% - 42px) !important;
    line-height: 20px !important;
}
.clica-buscar-revenda{
    border-radius: 4px;
    background-color: #0073b8;
    color: #fff;
    width: 40px;
    height: 34px;
}
.form-revenda{
    padding-top: 30px;
}
.form-revenda .titulo-ultimos-home{
    font-size: 24px;
}
.cada-faq{
    margin-bottom: 30px;
}
.cada-faq h3{
    font-size: 24px;
    color: #666;
    font-weight: 900;
    cursor: pointer;
}
.cada-faq p{
    font-size: 16px;
    color: #666;
    line-height: 22px;
    text-align: justify;
    margin-top: 15px;
}
.form-revendas-footer{
    margin-top: 30px;
}
.form-revendas-footer label{
    width: 355px;
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    line-height: 50px;
}
.form-revendas-footer label span{
    font-weight: 600;
}
.form-revendas-footer input{
    width: calc(100% - 420px);
    display: block;
    padding: 15px;
    border-radius: 4px;
    background-color: #174f71;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}
.form-revendas-footer           :-moz-placeholder {color: #fff;}
.form-revendas-footer          ::-moz-placeholder {color: #fff;}
.form-revendas-footer      :-ms-input-placeholder {color: #fff;}
.form-revendas-footer ::-webkit-input-placeholder {color: #fff;}

.form-revendas-footer button{
    width: 60px;
    display: block;
    border-radius: 4px;
    color: #fff;
    background-color: #ed8600;
    font-size: 18px;
    line-height: 20px;
    padding: 15px 0;
}
.form-revendas-footer button:hover {
    background-color: #ce6b00;
}

/******** SORBE ********/
.bloco-texto-sobre{
    margin-bottom: 40px;
}
.bloco-texto-sobre h2{
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 15px;
}
.bloco-texto-sobre  p {
    font-size: 16px;
    color: #666;
    line-height: 22px;
    text-align: justify;
    margin-bottom: 10px;
}
.bloco-texto-sobre  li {
    list-style: circle;
    color: #666;
    margin-left: 20px;
    line-height: 26px;
}
.bloco-texto-sobre img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.lista-sobre{
    display: table;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.lista-sobre li{
    width: 200px;
    height: 200px;
    background-color: #fff;
    margin: 0 30px;
    border-radius: 50%;
    text-align: center;
}
.lista-sobre.lista-sobre li p{
    margin-top: -50px;
}
.lista-sobre li p{
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -34px;
    color: #0073b8;
}
.lista-sobre li p i{
    font-size: 42px;
    margin-bottom: 10px;
}
.botoes-sobre a{
    text-decoration: none;
    display: inline-block;
    width: 200px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    background-color: #0073b8; 
    border-radius: 4px;
}
.botoes-sobre a:hover{
    background-color: #065584;
}
.texto-anunciante{
    color: #3e3e3e;
    font-size: 14px;
    line-height: 15px;
    margin-top: 5px;
    text-align: center;
}
.texto-anunciante span{
    font-weight: 800;
}
.texto-anunciante .cor-cidade{
    margin-top: 2px;
    color: #0073b8;
    font-weight: 600;
}
.texto-plataformas {
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
}
.subtitulo-restrita {
    font-weight: 300;
    font-size: 20px;
    margin: 20px 0;
    border-bottom: 1px solid #aaa;
    padding-bottom: 10px;
}
.btn-atualizar-plataforma {
    margin: 0 auto !important;
    display: block;
}
.menu-desenvolvedores li {
    list-style: disc;
    color: #666;
    margin: 10px 0 10px 20px;
}
.menu-desenvolvedores li.active {
    color: #0073B8;
}
.menu-desenvolvedores a {
    color: #666;
    text-decoration: none;
}
.menu-desenvolvedores a:hover {
    text-decoration: underline;
    color: #0073B8;
}
.menu-desenvolvedores li.active a {
    color: #0073B8;
}
.tabela-doc thead {
    background-color: #c0e0ef;
    color: #000;
    font-weight: bold;
}
.tabela-doc tr {
    border-bottom: 2px solid #999;
}
.tabela-doc td {
    padding: 8px 10px;
    text-align: center;
}
.tabela-doc td:last-child {
    white-space: normal;
}
.doc-link {
    color: #0073B8;
    font-size: 26px;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
}
.doc-link:hover {
    text-decoration: underline;
}
.doc-link.doc-link-restrita {
    font-size: 18px;
    margin-bottom: 40px;
}
.link-desenvolvedores li {
    list-style: disc;
    color: #0073B8;
    margin: 10px 0 10px 20px;
}
.link-desenvolvedores a {
    color: #0073B8;
    text-decoration: none;
}
.link-desenvolvedores a:hover {
    text-decoration: underline;
}
@media (min-width: 1201px) { /* reposiciona lista na posição horiginal no desktop */
    .lista-carros-home{
        left: 0 !important;
    }
}
@media (min-width: 993px) { /* reposiciona lista na posição horiginal no desktop */
    .menu-area-restrita{
        display: block !important;
    }
}
@media (max-width: 1680px) {
    .img-servicos{
        width: 35%;
    }
    .content-servicos{
        width: 65%;
    }
}
@media (max-width: 1200px) {
    .lista-destaques-home{
        width: 820px;
    }
    .lista-ultimos-home{
        width: 1230px;
    }
    .esq-banner, .dir-banner{
        visibility: visible;
    }
    .filtro-listagem{
        width: 25%;
    }
    .meio-listagem{
        width: 65%;
    }
    .anuncio-lateral-veiculos{
        width: 10%;
    }
    .cada-caracteristica-veiculo{
        margin-right: 0;
        width: 50%;
    }
    .carac-veiculos-interna li{
        width: 50%;
    }
    .perfil-dados-vendedor img{
        width: 30%;
    }
    .perfil-dados-vendedor div{
        width: 70%;
    }
    .abas-area-restrita{
        padding: 15px 0;
        font-size: 16px;
    }
    .nav-area-restrita {
        width: 180px;
    }
    .content-area-restrita {
        width: calc(100% - 180px);
    }
    .float-servicos {
        float: none;
        width: 800px !important;
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .cada-anuncio .img-servicos{
        width: 40%;
    }
    .cada-anuncio .content-servicos{
        width: 60%;
    }
    .float-servicos .cada-filtro-lista{
        display: none;
    }
    .float-servicos .fa-plus{
        display: block;
    }
}
@media (max-width: 992px) {
    header{
        position: fixed;
    }
    .abas{
        font-size: 13px;
    }
    footer .menu li {
        margin-right: 10px;
    }
    .sociais-rodape a{
        font-size: 20px;
    }
    .botao-filtro{
        display: block;
    }
    .filtro-listagem{
        overflow-y: auto;
        padding: 0 10px;
        background-color: #efefef;
        z-index: 5;
        float: none;
        position: fixed;
        top: 90px;
        left: 0;
        height: calc(100vh - 90px);
        width: 250px;
        border-right:2px solid #999;
        -webkit-transform: translateX(-100%); 
           -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%);
    }
    .filtro-listagem-ativo{
        -webkit-transform: translateX(0%); 
           -moz-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%);
    }
    .meio-listagem {
        width: 90%;
        padding-left: 0;
    }
    .filtro-mob-titulo{
        display: block;
    }
    .left-veiculos-interna{
        width: 100%;
    }
    .right-veiculos-interna {
        width: 100%;
        padding-left: 0;
    }
    .engloba-dados-vendedor {
        width: 100%;
    }
    .section-veiculos-interna{
        width: 600px;
        max-width: 100%;
        margin: 0 auto 50px auto;
    }
    .breadcrumb-veiculos-interna{
        width: 600px;
        max-width: 100%;
        margin: 0 auto;
    }
    .topo-veiculos-interna h2, .topo-veiculos-interna p{
        float: none;
        width: 100%;
        text-align: left;
    }
    .perfil-dados-vendedor{
        width: 100%;
        float: none;
        text-align: center;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .left-telefone-vendedor{
        width: 100%;
        float: none;
        text-align: center;
    }
    .perfil-dados-vendedor img{
        float: none;
        width: 100px;
        margin: 0 auto;
    }
    .perfil-dados-vendedor div{
        float: none;
        width: 100%;
        padding: 10px 0 0 0;
    }
    .numero-telefone-vendedor {
        width: 180px;
        max-width: 100%;
        margin: 0 auto;
    }
    .lista-planos{
        width: 500px;
        max-width: 100%;
        margin: 0 auto;
    }
    .cada-plano{
        width: 47%;
    }
    .float-cadastro-vender, .float-pagamento{
        float: none;
        width: 550px;
        max-width: 100%;
        margin: 0 auto 30px auto;
    }
    .float-pagamento{
        width: 550px !important;
    }
    .form-pagamento .submit-form-login{
        width: 550px;
        max-width: 100%;
        margin: 0 auto;
    }
    .clica-menu-area-restrita{
        display: block;
    }
    .nav-area-restrita {
        z-index: 3;
        float: none;
        width: 220px;
        margin-bottom: 15px;
    }
    .menu-area-restrita{
        display: none;
        border: 1px solid #e2e2e2;
        position: absolute;
        top: 52px;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 15px 15px 10px 15px;
    }
    .content-area-restrita {
        width: 100%;
        padding-left: 0;
    }
    .lista-carros-favoritos li{
        width: calc(25% - 10px);
    }
    .img-servicos{
        width: 25%;
    }
    .content-servicos{
        width: 75%;
    }
    .titulo-erro{
        font-size: 42px;
    }
    .texto-erro{
        font-size: 14px;
        line-height: 17px;
    }
    .engloba-botao-erro{
        margin-bottom: 50px;
    }
    .botao-erro{
        margin: 20px auto 0 auto;
    }
    .lista-sobre li{
        width: 150px;
        height: 150px;
        margin: 0 20px;
    }
    .lista-sobre li p i {
        font-size: 32px;
    }
}
@media (max-width: 768px) {
    header .menu{
        z-index: 3;
        background-color: #fff;
        border-left: 2px solid #0073b8;
        position: fixed;
        top: 90px;
        right: 0;
        width: 250px;
        max-width: 70%;
        height: calc(100vh - 85px);
        -webkit-transform: translateX(100%); 
           -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%);
        overflow-y: auto;
        -webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.1) inset;
           -moz-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.1) inset;
                box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.1) inset;
    }
    header .menu li{
        width: 100% !important;
        float: none;
        height: auto;
        margin: 0;
    }
    header .menu li .abas{
        text-align: left;
        padding-left: 20px;
    }
    .ativa-menu-mobile{
        overflow-y: hidden;
    }
    .ativa-menu-mobile header .menu{
        -webkit-transform: translateX(0%); 
           -moz-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%);
    }
    .ativa-menu-mobile .pano-mob{
        z-index: 50;
        background-color: rgba(0,0,0,0.5);
    }
    main{
        padding-top: 91px;
    }
    .banner-topo-novo{
        right: 35px;
        width: 330px;
        max-width: calc(100% - 150px);
    }
    .button-menu-mob{
        display: block;
    }
    .logo {
        padding: 5px 0;
        width: 105px;
    }
    .float-destaques-home {
        float: none;
        width: 100%;
    }
    .anuncio-destaques-home {
        float: none;
        max-width: 100%;
        margin: 0 auto;
    }
    .busca-home{
        padding: 25px 5%;
    }
    .input-busca-home{
        width: 100%;
    }
    .button-busca-simples{
        margin: 10px 0 0 0;
        width: 100%;
    }
    .busca-aux{
        margin-right: 0;
    }
    .lista-marcas li{
        width: 33.33%;
    }
    footer .menu{
        float: none;
    }
    footer .menu ul {
        padding: 17.5px 0 0 0;
    }
    footer .menu li{
        width: 100%;
        float: none;
        height: auto;
        margin: 10px 0;
    }
    footer .menu li .abas{
        text-align: center;
        display: table;
        margin: 0 auto;
    }
    .sociais-rodape{
        display: table;
        float: none;
        margin: 0 auto;
        padding: 10px 0;
    }
    .sociais-rodape a{
        width: 20px;
        text-align: center;
        margin: 0 10px;
    }
    .paginador a i{
        display: block;
        padding: 2px 0;
    }
    .paginador a span{
        display: none;
    }
    .img-listagem {
        width: 130px;
    }
    .content-lista-listagem {
        width: calc(100% - 230px);
    }
    .header-listagem-left{
        float: none;
        width: 100%;
        border-bottom: 1px solid #ff9b19;
    }
    .select-header-listagem{
        float: none;
    }
    .cada-plano{
        float: none;
        width: 250px;
        margin: 0 auto 20px auto;
        max-width: 100%;
    }
    .cada-caminho-vender{
        font-size: 13px;
    }
    .float-login{
        height: auto;
        min-height: 200px;
        width: 450px;
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 15px;
        float: none;
    }
    .dashboard-area-restrita p{
        font-size: 15px;
    }
    .dashboard-area-restrita h2{
        font-size: 58px;
    }
    .engloba-tabela-restrita{
        width: 100%;
        overflow-x: scroll;
    }
    .tabela-restrita{
        width: 768px;
    }
    .lista-carros-favoritos{
        width: 450px;
        max-width: 100%;
        margin: 0 auto;
    }
    .lista-carros-favoritos li{
        width: calc(50% - 10px);
    }
    .cada-servico {
        width: calc(100% - 20px);
    }
    .cada-anuncio{
        width: 400px;
        max-width: 100%;
        margin: 0 auto 20px auto;
    }
    .cada-anuncio .img-servicos, .cada-anuncio .content-servicos{
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .cada-anuncio .img-servicos{
        margin-bottom: 15px;
    }
    .form-revendas-footer{
        width: 400px;
        max-width: 100%;
        margin: 30px auto 0 auto;
    }
    .form-revendas-footer input{
        width: calc(100% - 65px) !important;
    }
    .form-revendas-footer label{
        width: 100% !important;
        text-align: center;
        line-height: 30px;
        padding-bottom: 10px;
    }
    .lista-sobre li{
        width: 120px;
        height: 120px;
        margin: 0 10px;
    }
    .lista-sobre li p i {
        font-size: 28px;
    }
    .cada-caracteristica-veiculo {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .header-topo nav{
        width: 100%;
    }
    .link-topo-header{
        width: 50%;
        text-align: center;
        padding: 0;
        font-size: 13px;
    }
    .lista-listagem li {
        width: 280px;
        max-width: 100%;
        margin: 0 auto;
        margin-top: 15px;
    }
    .img-listagem, .content-lista-listagem {
        float: none;
        width: 215px;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .img-listagem{
        margin-bottom: 15px;
    }
    .cada-caracteristica-veiculo, .titulo-lista-listagem, .engloba-preco-listagem, .cada-preco-listagem {
        width: 100%;
        text-align: center;
    }
    .botoes-listagem a{
        display: block;
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .preco-veiculos-interna p{
        width: 100%;
    }
    .lista-acessorios-cadastro, .outros-acessorios{
        margin: 0 auto;
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .lista-fotos-cadastro li {
        width: 33.33%;
    }
    .botao-add-foto, .img-add-file{
        font-size: 12px;
    }
    .cada-caminho-vender {
        width: calc(50% - 6px);
        margin: 0 3px 6px 3px;
    }
    .pai-input-file {
        width: calc(33.33% - 15px);
    }
    .nav-area-restrita, .link-adicionar-restrita{
        width: 100%;
    }
    .dashboard-area-restrita {
        margin: 0;
    }
    .dashboard-area-restrita div{
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }
    .botao-restrita-dados{
        float: none;
        width: 100%;
        margin: 0 !important;
        margin-bottom: 10px !important;
    }
    .lista-carros-favoritos{
        width: 250px;
    }
    .lista-carros-favoritos li{
        width: calc(100% - 10px);
    }
    .engloba-2-input-geral .input-geral{
        width: 100% !important;
    }
    .radios-veiculo-busca li{
        width: 100%;
        border-left: 1px solid #d2d2d2;
    }
    .link-topo-header-icon{
        display: none;
    }
    .lista-sobre li{
        float: none;
        width: 150px;
        height: 150px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .lista-sobre li p i {
        font-size: 28px;
    }

    .icon-lista-possui{
        padding-left: 33%;
        color: green;
    }

    .icon-lista-naopossui {
        padding-left: 33%;
        color: red;
    }
    .content-revenda-img {
        float: none;
        width: 100px;
        border-left: none;
        padding-left: 0;
        margin: 0 auto;
    }
}