<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    padding: 0;
    margin: 0;
    outline: 0;
    text-decoration: none;
}
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style: inherit;
    font-size: 100%;
    font-family: Lato;
    font-weight: normal;
}
img{
    width: auto;
    height: auto;
}
:focus {
    outline: 0;
}
ol, ul {
    list-style: none;
        margin: 0;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: center;
    font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
form button,
form button:focus,
form input,
form input:focus,
form textarea,
form textarea:focus,
.icone,
.icone:hover,
header nav a,
header nav a:hover{
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }

*, *:before, *:after{
    -webkit-font-smoothing : antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
input::-webkit-input-placeholder{ color: #545454; }
input::-moz-placeholder{
    color: #545454;
    opacity: 1; }
input:-ms-input-placeholder{ color: #545454; }

textarea::-webkit-input-placeholder{ color: #545454; }
textarea::-moz-placeholder{
    color: #ffffff;
    opacity: 1; }
textarea:-ms-input-placeholder{ color: #545454; }
figure{
    margin: 0;
    padding: 0;
}
/* ==========================================================================
   Style site
   ========================================================================== */
.centraliza{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.social{
}
.social li{
    display: inline-block;
    margin-left: 10px;
}
.social li a{
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #edbf62;
    text-indent: -999999px;
    background-size: 18px auto;
    background-position: center center;
    background-repeat: no-repeat;
}
.social li a.icon-whatsapp{
    background-image: url("../img/whatsapp.svg");
}
.social li a.icon-instagram{
    background-image: url("../img/instagram.svg");
}
.social li a.icon-facebook{
    background-image: url("../img/facebook-letter-logo.svg");
}
header{
    background: #000;
}
header a{
    color: #fff;
}
header #header1{
    padding: 10px 0;
    border-bottom: 1px solid #b3b3b3;
}
header #header1 a{
    font-size: 12px;
    display: block;
}
header #header1 a span{
    display: inline-block;
    height: 20px;
    line-height: 20px;
}
header #header1 i{
    width: 20px;
    height: 20px;
    display: inline-block;
    text-indent: -99999px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-right: 5px;
    float: left;
}
header #header1 i.icon-ping{
    background-image: url("../img/placeholder-for-map.svg");
}
header #header1 i.icon-fone{
    background-image: url("../img/phone-receiver.svg");
}
header #header2{
    padding: 20px 0;
}
header #header2 #logo{
    width: 335px;
    height: 86px;
    display: block;
    text-indent: -99999px;
    background: url("../img/logo.png") no-repeat;
    background-size: contain;
}
header #header2 ul{
    float: right;
}
header #header2 nav{
    margin-top: 20px;
}
header #header2 nav ul{

}
header #header2 nav ul li{
    display: inline-block;
    margin-left: 30px;
    position: relative;
}
header #header2 nav ul li a{
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 3px;
    border-bottom: 2px solid transparent;
}
header #header2 nav ul li a:hover,
header #header2 nav ul li a.ativo{
    border-bottom: 2px solid #edbf62;
}
header #header2 nav ul li div{
    position: absolute;
    background: #fff;
    padding: 15px;
    width: 180px;
    left: -50%;
    margin-left: -25px;
    margin-top: 15px;
    border-radius: 10px;
    z-index: 99;
    display: none;
}
header #header2 nav ul li div:before {
    border: 10px solid transparent;
    border-bottom-color: #fff;
    content: "";
    left: 50%;
    top: -20px;
    margin-left: -10px;
    position: absolute;
}
header #header2 nav ul li div ul{
    float: none;
}
header #header2 nav ul li div ul li{
    margin: 0;
    display: block;
    width: 100%;
}
header #header2 nav ul li div ul li a{
    font-size: 12px;
    text-transform: none;
    color: #000;
}
header #header2 nav ul li:hover div{
    display: block;
}
#foot{
    padding: 50px 0;
    background: #edbf62;
}
#foot ul{
    display: table;
    margin: 0 auto;
}
#foot ul li{
    display: inline-block;
    margin: 0 20px;
}
#foot ul li a{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}
footer{
    background: #000;
    padding: 60px 0 40px 0;
}
footer h3{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
footer ul li{
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    clear: both;
    display: block;
}
footer ul li i{
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    text-indent: -999999px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
}
footer ul li span{
    display: inline-block;
}
footer ul li span a{
    color: #fff;
}
footer ul li span a:hover{
    text-decoration: underline;
}
footer ul li .icon-whatsapp{
    background-image: url("../img/whatsapp2.svg");
}
footer ul li .icon-fone{
    background-image: url("../img/call-answer.svg");
}
footer ul li .icon-mail{
    background-image: url("../img/mail-black-envelope-symbol.svg");
}
footer ul li .icon-ping{
    background-image: url("../img/placeholder-for-map.svg");
    height: 30px;
}
#logoFoot{
    text-align: center;
    max-width:215px;
}

#logoFoot img{
    text-align: center;
    max-width:215px;
}

#logoFoot .social{
    margin-top: 20px;
}
.dadosfot p{
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding-top: 80px;
}
#axel{
    float: right;
    width: 30px;
    height: 32px;
    background: url("../img/axel.png") no-repeat;
    text-indent: -999999px;
}
#banner, #banner .banner{
    height: 400px;
    width: 100%;
}
#banner .banner{
    background-position: top center;
    background-repeat: no-repeat;
}
.pagina{
    padding: 60px 0;
}
.pagina .titulo{
    text-align: center;
}
.pagina .titulo h2{
    font-size: 26px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}
.pagina .titulo h2:before{
    content: "";
    width: 50px;
    height: 3px;
    background: #edbf62;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -25px;
}
.carros{
    margin-top: 60px;
    margin-right: -10px;
}
.carros .carro{
    position: relative;
}
.carros .carro figure{
    position: relative;
}
.carros .carro figure img{
    width: 100%;
	max-height: 295px;
}
.carros .carro figure figcaption{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    background: #edbf62;
    font-style: italic;
}
.carros .carro h3{
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}
.carros .carro p{
    font-size: 14px;
    color: #717171;
}
.carros .carro h4{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-top: 10px;
}
.carros .carro a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: -9999999px;
}
.botao{
    position: relative;
    padding-top: 60px;
}
.botao a{
    width: 260px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: table;
    margin: 0 auto;
    background: #edbf62;
    border-radius: 25px;
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
.depoimentos{
    background: #ececec;
    text-align: center;
}
.depoimentos h4{
    font-size: 22px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}
.depoimentos p{
    font-style: italic;
    font-size: 16px;
    color: #616161;
}
.depoimentos #depo .slick-dots {
    bottom: -30px;
}
article{
    margin-top: 40px;
    margin-bottom: 40px;
}
article p{
    font-size: 14px;
    color: #717171;
    text-align: center;
}
article ul li{
    font-size: 14px;
    color: #717171;
}
.formulario input[type="text"],
.formulario input[type="email"]{
    width: 100%;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #edbf62;
    text-indent: 20px;
    font-size: 14px;
}
.formulario textarea{
    width: 100%;
    height: 100px;
    border-radius: 25px;
    border: 1px solid #edbf62;
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 10px;
    resize: none;
}
.formulario input[type="submit"]{
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: table;
    margin: 0 auto;
    margin-top: 10px;
    background: #edbf62;
    border-radius: 25px;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    border: none;
}
.formulario .contati{
    margin-right: -10px;
}
.carroInterna .titulo{
    text-align: left;
    float: left;
}
.carroInterna .titulo h2:before {
    content: "";
    width: 50px;
    height: 3px;
    background: #edbf62;
    position: absolute;
    bottom: -10px;
    left: 0;
    margin-left: 0;
}
.carroInterna #preco{
    float: right;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #edbf62;
    border-radius: 25px;
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
.slider-for{
    margin-top: 40px;
}
.slider img{
    width: 100%;
}
.carroInterna article{
    text-align: left;
}
.carroInterna article p{
    text-align: left;
}
#whatsCarro{
    padding: 20px 0;
    background: #000;
}
#whatsCarro a{
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: table;
    margin: 0 auto;
    background: #edbf62;
    border-radius: 25px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
#whatsCarro a i{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    text-indent: -999999px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    background-image: url("../img/whatsapp.svg");
}
#formCarro{
    background: #ececec;
    padding: 40px;
}
#formCarro h4{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
#formCarro form{
    margin-top: 30px;
}
#formCarro form input[type="text"],
#formCarro form input[type="email"]{
    width: 100%;
    height: 50px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 25px;
    border: none;
    text-indent: 20px;
}
#formCarro form textarea{
    width: 100%;
    height: 80px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 25px;
    border: none;
    padding: 20px;
    resize: none;
}
#formCarro form  input[type="submit"]{
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: table;
    margin: 0 auto;
    margin-top: 10px;
    background: #edbf62;
    border-radius: 25px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    border: none;
}
nav .menu-expande{
    display: none;
}
.galeriaInterna{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
#fotFixo{
    display: none;
}
.relative{
    position: relative;
}
.precoSingle{
    position: absolute;
    right: 0;
    height: 38px;
    width: 120px;
    background: #edbf62;
    color: #333; 
top: 40px;
z-index: 9999;
text-align: center;
line-height: 40px;
    font-size: 18px;
    color: #000;
font-weight: bold;
}
@media screen and (max-width: 1200px) {
    .centraliza{
        padding: 0 10px;
    }
}
@media screen and (max-width: 840px) {
    .carroInterna .pl60{
        padding-left: 10px!important;
    }
}
@media screen and (max-width: 800px) {
    nav{
        position: relative;
    }
    nav .menu-expande{
        display: block;
        width: 100%;
        height: 40px;
        background: #edbf62;
        line-height: 40px;
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase;
    }
    nav .menu-expande i{
        background: url("../img/menu-icon.png") center center no-repeat;
        width: 53px;
        background-size: 26px auto;
        height: 40px;
        float: left;
        text-indent: -99999px;
    }
    nav ul{
        display: none;
    }
    header .social{
        display: none;
    }
    header #header2 .unitExt{
        width: 100%;
        clear: both;
    }
    nav ul.aberto{
        position: absolute;
        display: block;
        width: 100%;
        z-index: 99;
        left: 0;
        background: #edbf62;
    }
    #header2 nav ul.aberto li{
        display: inline-block;
        width: 100%;
        background: #edbf62;
        margin-left: 0;
        clear: both;
        position: relative;
    }
    #header2 nav ul.aberto li a{
        color: #000;
        display: block;
        text-indent: 15px;
        height: 36px;
        line-height: 36px;
    }
    #header2 nav ul.aberto li div{
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        left: 0;
        margin-left: 0;
        margin-top: 0;
        padding: 0;
    }
    #header2 nav ul.aberto li div ul{
        position: relative;
    }
    header #header2 nav ul li div:before {
        display: none;
    }
    #header2 nav ul.aberto li div ul li a{
        text-indent: 25px;
    }
}
@media screen and (max-width: 740px) {
    .carros {
        margin-top: 0;
        margin-right: -10px;
    }
    .carros .size1of3{
        width: 100%!important;
    }
    .carros .carro{
        margin-bottom: 20px;
    }
    .paginaCarros .titulo{
        margin-bottom: 60px;
    }
    #banner, #banner .banner{
        height: 200px;
    }
    #banner .banner{
        background-size: auto 200px;
    }
    footer .size1of3{
        width: 100%!important;
    }
    footer h3 {
        margin-top: 30px;
    }
    
    footer #logoFoot img{
    max-width: 215px;
    }
    .carroInterna .size3of5{
        width: 100%!important;
    }
    .carroInterna .size2of5{
        width: 100%!important;
    }
    .carroInterna .pl60{
        padding-left: 0!important;
    }
    .formulario .size1of3{
        width: 100%!important;
    }
    .formulario .size1of3 input{
        margin-top: 10px;
    }

    #fotFixo{
        display: block;
        width: 100%;
        bottom: 0;
        left: 0;
        background: #000;
        position: fixed;
    }
    #fotFixo a{
        display: block;
        widows: 100%;
        height: 60px;
        text-indent: -99999px;
        position: relative;
    }
    #fotFixo #uno{
        background: #0DB251;
        padding-top: 15px;
    }
    #fotFixo #uno i{
        width: 30px;
        height: 30px;
        display: table;
        margin: 0 auto;
        background: url("../img/whatsapp-logo.svg");
        background-size: 100% auto;
    }
    #fotFixo #dos{
        background: #ec5252;
        padding-top: 15px;
    }
    #fotFixo #dos i{
        width: 30px;
        height: 30px;
        display: table;
        margin: 0 auto;
        background: url("../img/call-answer-.svg");
        background-size: 100% auto;
    }
    #fotFixo #tes{
        background: #ec5252;
        padding-top: 15px;
    }
    #fotFixo #tes i{
        width: 30px;
        height: 30px;
        display: table;
        margin: 0 auto;
        background: url("../img/facebook-placeholder-for-locate-places-on-maps.svg");
        background-size: 100% auto;
    }
}
@media screen and (max-width: 600px) {
    #foot ul li {
        display: block;
        text-align: center;
        margin: 5px 0;
    }
    header #header1 .unit span{
        display: none;
    }
    header #header2 #logo {
        width: 280px;
        height: 72px;
        background-size: 100% auto;
    }
    header .social{
        display: none;
    }
}
</pre></body></html>