@font-face {
    font-family: 'Myriad Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/MYRIADPRO-BOLD.woff') format('woff'),
    url('../fonts/MYRIADPRO-BOLD.otf') format('opentype');
}

@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/MYRIADPRO-REGULAR.woff') format('woff'),
    url('../fonts/MYRIADPRO-REGULAR.otf') format('opentype');
}

.du {
    font-family: "duane";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Myriad Pro Regular';, sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 13px;
    background-color: #FFF;
}

body strong {
    font-family: 'Myriad Pro Regular';
}

.clear {
    clear: both;
}

.move {
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#loader {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999999999;
    margin: 0;
    padding: 0;
    visibility: visible;
    opacity: 1;
    background-color: #FFF;
}

#loader > div {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100vw;
    height: 100%;
    max-height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header0 {
    background-color: #000;
    width: 100%;
    background-image: url("../images/topo-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.header {
    color: #FFF;
    max-width: 90%;
    width: 90%;
    margin: 0 auto;
    padding: 7px 0;
}
.header > .h > span:last-child {
    margin-left: 20px;
}
.header a {
    color: #FFF;
    text-decoration: none;
}

#header-social {
    font-size: 26px;
    position: relative;
    top: 0px;
    float: right;
}

#header-social a {
    margin-right: 6px;
}

.menu-home {
    max-width: 90%;
    width: 1150px;
    margin: 0 auto;
    z-index: 5;
    text-align: left;
    position: absolute;
    height: 32px;
    background: transparent;
    border-radius: 8px;
    left: calc(50% - 575px);
    top: 5px;
    padding: 4px 0;
}

.menu-home ul {
    list-style: none;
    text-transform: uppercase;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
}

.menu-home ul li {
    display: inline;
    padding: 0 32px 0 0;
}

.menu-home a {
    color: #000;
    text-decoration: none;
}

.menu-home a:hover {
    color: #008dd2;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.menu-home a .ativo {
    color: #008dd2;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.menu-home ul li a {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto;
    padding-left: 30px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.menu ul li:nth-of-type(1){
    display: none;
}

/*.menu-home ul li:nth-of-type(2) a, .menu ul li:nth-of-type(2) a{
    background-image: url("../images/icone-home.png");
}

.menu-home ul li:nth-of-type(3) a, .menu ul li:nth-of-type(3) a {
    background-image: url("../images/icone-roda.png");
}

.menu-home ul li:nth-of-type(4) a, .menu ul li:nth-of-type(4) a {
    background-image: url("../images/icone-estoque.png");
    padding-left: 44px;
}

.menu-home ul li:nth-of-type(5) a, .menu ul li:nth-of-type(5) a{
    background-image: url("../images/icone-contato.png");
}
*/
.menu ul li:nth-of-type(7){
    display: none;
}

.menu {
    width: 100%;
    height: 60px;
    background: #fff;
    padding: 3px 0 3px 0px;
}

.menu-footer {
    width: 100%;
    background: #fff;
    padding: 3px 0 3px 0px;
}


.menu img, .menu-footer img{
/*    margin-left: 5%;
    height: 50px; */
}
.menu ul, .menu-footer ul {
    list-style: none;
    text-transform: uppercase;
    padding: 12px 0 0 0;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    float: right;
    margin-right: 16%;
}

img.icone-menu {
    width: 19px;
    height: 19px;
    margin-top: -5px;
    margin-right: 6px;
}

.menu ul li, .menu-footer ul li {
    display: inline;
    padding: 0 10px 0 0;
}

.menu ul li a, .menu-footer ul li a {
    color: #000;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto;
    padding-left: 30px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding: 6px 15px;
}
.menu ul li a:hover {
    padding: 4px 13px;
    border: 2px solid #000;
    border-radius: 50px;
}
.menu-footer ul li a:hover {
    padding: 4px 13px;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff !important;
}
.menu-footer ul li a {
    color: #fff;
}

.menu ul li a:hover, .menu-footer ul li a:hover {
    color: #000;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.menu a.ativo, .menu-footer a.ativo {
    color: #008dd2;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#logo-topo-mobile{
    display: none;
}

.menu .menu-logo img {
    margin-left: 5%;
}

.menu-footer {
    background: transparent;
    margin-top: 0px;
    padding: 24px 0 58px 0;
    border-bottom: 3px solid #fff;
    margin-bottom: 20px;
}

.menu-footer ul {
    float: none;
    margin: 0 auto;
    font-size: 15px;
    width: 100%;
    text-align: center;
}

.menu-footer a {
    color: #fff;
}

/*.menu-footer ul li:nth-of-type(1) a {
    background-image: url("../images/icone-home2.png");
}
.menu-footer ul li:nth-of-type(2) a {
    background-image: url("../images/icone-roda2.png");
}
.menu-footer ul li:nth-of-type(3) a {
    background-image: url("../images/icone-estoque2.png");
    padding-left: 44px;
}
.menu-footer ul li:nth-of-type(4) a {
    background-image: url("../images/icone-contato2.png");
}
*/
.banner-interno {
    width: 100%;
    position: relative;
    z-index: 5;
}

.banner-interno img {
    max-width: 100%;
}

.ban-menu {
    position: relative;
}

.home-menu-mobile{
    display: block;
}

#buscaF select:disabled {
    background: #CCC;
}

.calcRota {
    width: 100%;
    max-width: 1150px;
    text-align: center;
    position: relative;
    top: -30px;
    z-index: 10000;
    margin: 0 auto;
}

.calcRota button {
    padding: 5px;
    border: 0;
    background: #000;
    color: #89c34b;
}

.calcRota input {
    width: 60%;
    padding: 5px;
    border: 1px solid #89c34b;
}

#buscaF button {
    padding: 10px;
    color: #fff;
    background: #008dd2;
    border: 0;
    border-radius: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#buscaF button:hover {
    background: #008dd2;
}

.busca-home, .busca {
    width: 1150px;
    max-width: 90%;
    text-align: center;
    position: relative;
    z-index: 2;
}

.busca-home {
    /*margin: -210px auto 0;*/
    margin: 0 auto;
    top: -100px;
}

.busca-home form, .busca form {
    display: inline;
}

.busca-home p {
    font-family: 'Myriad Pro Bold';
    display: inline;
    background: transparent;
    font-size: 40px;
    padding: 5px 10px;
    text-transform: none;
    vertical-align: sub;
}

.busca {
    text-align: left !important;
}

.busca p {
    font-family: 'Myriad Pro Regular';
    display: inline;
    background: #008dd2;
    font-size: 14px;
    padding: 5px 10px;
    text-transform: uppercase;
    vertical-align: initial;
    border-radius:8px;
    padding: 11px 20px;
    color: #FFF;
}

.busca select {
    width: 17% !important;
}

.busca-home select, .busca select {
    padding: 10px 5px;
    width: 23%;
    background: #EDEDED;
    margin: 0 3px;
    font-family: 'Myriad Pro Regular';
}

.rHome {
    width: 100%;
    margin-top: 30px;
    color: #fff;
    background-image: url("../images/rodape-bg.png");
    background-size: contain;
    height: 62px;
    border-bottom: 7px solid #008dd2;
    z-index: 1;
    position: relative;
}

.rHome p {
    float: left;
    text-align: left;
    padding: 9px 0 0 180px;
}

.rHome i {
    font-size: 24px;
    position: relative;
    top: 3px;
    padding-right: 8px;
}

#home-div-logo {
    width: 70px;
    height: 36px;
    background-image: url("../images/div-logo.png");
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    display: inline-block;
    float: right;
    margin: 6px 50px 0 0;
}

.footer0 #home-div-logo {
    float: none;
    margin: 0;
}

.h {
    display: inline;
}

#conteudo-wrapper{
    background: #f3f5f8;
    background-image: url("../images/bg-lateral.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right top;
    width: 100%;
}

/*#conteudo-wrapper.modelo-wrapper, #conteudo-wrapper.duane-wrapper,  #conteudo-wrapper.contato-wrapper{
    background-image: url("../images/logo-fundo.jpg");
    background-position: center top 200px;
}
*/
#conteudo-wrapper.duane-wrapper{
    background-position: center top 0px;
}

#conteudo-wrapper.contato-wrapper{
    background-position: center center;
    margin-top: -30px;
    padding: 100px 0;
    background-size: contain;
}

.conteudo {
    width: 90%;
    max-width: 1150px;
    margin: 0px auto;
    padding: 30px 0;
}

.estoque-wrapper .conteudo{
    width: 100%;
    max-width: 1720px;
}

#financiamento-wrapper{
    background-color: #FFF;
    padding: 32px 48px;
    border-radius: 10px;
    background-image: url("../images/quer-financiar.png");
    background-repeat: no-repeat;
    background-position: right 10px top 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

#financiamento-wrapper h5{
    font-family: 'Myriad Pro Bold';
    font-weight: normal;
    font-size: 28px;
    color: #040404;
    margin-top: 0;
    margin-bottom: 20px;
}

#financiamento-wrapper p{
    font-family: 'Myriad Pro Regular';
    font-size: 16px;
    color: #444;
    margin-top: 0;
    margin-bottom: 20px;
}

#financiamento-form{

}

#financiamento-form .financiamento-row{

}

#financiamento-form .financiamento-row input, #financiamento-form .financiamento-row select{
    width: calc(33.3333% - 12px);
    padding: 10px;
    border-radius: 8px;
    border: 2px solid #ddd;
    margin: 5px 15px 5px 0;
    color: #666;
    font-size: 12px;
    background-repeat: no-repeat;
    background-position: right 8px center;
}

#financiamento-form .financiamento-row input[name="telefone"], #financiamento-form .financiamento-row select{
    margin: 5px 0px 5px 0;
}

#financiamento-form input[type="submit"] {
    font-family: 'Myriad Pro Bold';
    padding: 16px;
    background-color: #aeaeba;
    font-weight: normal;
    text-transform: uppercase;
    border: 0;
    border-radius: 6px;
    color: #fff;
    width: 300px;
    float: right;
    letter-spacing: 1px;
    margin: 18px 0 12px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#financiamento-form input[type="submit"]:hover {
    background-color: #000;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.quem-left {
    width: 45%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    text-align: justify;
}

.tit {
    width: 140px;
    background: #000;
    color: #89c34b;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    padding: 10px;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
}

.tit::before {
    content: 'Valcarfe Veículos';
    position: absolute;
    color: #000;
    background: #89c34b;
    z-index: 9;
    width: 210px;
    padding: 10px;
    bottom: -35px;
    left: 30px;
}

.titEst {
    width: 85px;
    background: #000;
    color: #89c34b;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    padding: 10px;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
}

.titEst::before {
    content: 'Estoque';
    position: absolute;
    color: #000;
    background: #89c34b;
    z-index: 9;
    width: 105px;
    padding: 10px;
    bottom: -35px;
    left: 30px;
}

.slider-inst {
    width: 50%;
    float: right;
    margin-top: 100px;
}

.slider-mod {
    width: 95%;
    margin-top: 5px;
}

.dinheiros {
    padding: 10px;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    width: 80%;
    background: #89c34b;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
    text-align: center;
}

#proposta-close{
    display: none;
}

#proposta-bnt-mobile{
    display: none;
}

.proposta {
    font-family: 'Myriad Pro Bold';
    padding: 16px;
    background-color: #89c34b;
    font-weight: normal;
    text-transform: uppercase;
    border: 0;
    border-radius: 6px;
    color: #fff;
    width: 100%;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.proposta:hover {
    background-color: #000;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.dinheiros p {
    margin: 0;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -ms-transform: skew(15deg);
    transform: skew(15deg);
}

.resumo {
    width: 80%;
    border: 1px solid #AAA;
    text-align: left;
    border-radius: 7px;
}

.proposta-form {

}

.proposta-form input, .proposta-form textarea {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 2px solid #ddd;
    margin: 5px 0;
    color: #666;
    font-size: 12px;
    background-repeat: no-repeat;
    background-position: right 8px center;
}

.proposta-form input:nth-of-type(1) {
    background-image: url("../images/form-icone-nome.png");
}
.proposta-form input:nth-of-type(2) {
    background-image: url("../images/form-icone-email.png");
}
.proposta-form input:nth-of-type(3) {
    background-image: url("../images/form-icone-phone.png");
}
.proposta-form input:nth-of-type(4) {
    background-image: url("../images/form-icone-cidade.png");
}
.proposta-form textarea {
    background-image: url("../images/form-icone-msg.png");
    height: 120px;
    background-position: right 8px top 8px;
}

.proposta-form p{
    color: #696977;
    font-size: 13px;
}

.proposta-form label{
    width: 28%;
    float: left;
    cursor: pointer;
}

.proposta-form label:nth-of-type(1){
    width: 44%;
    padding-top: 3px;
}

.proposta-form label input{
    width: auto;
    vertical-align: middle;
}

#troca-container{
    display: none;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#troca-container input{
    width: calc(50% - 5px);
    float: left;
    background-image: none;
}

#troca-container input:nth-of-type(2){
    margin-left: 10px;
}

.tp p {
    margin: 0px;
    padding: 0px;
    width: 140px;
    text-align: center;
    display: none;
    color: rgb(255, 255, 255);
    background: rgb(137, 195, 75);
}

.resumo p {
    margin: 0;
    height: 40px;
    text-indent: 5px;
}

.resumo i {
    font-size: 23px;
    position: relative;
    top: 16px;
    left: -12px;
    margin-right: 13px;
}

.resumo p:nth-child(odd) {
    background: #DDD
}

.modelo-wrapper{

}

.modelo-wrapper .conteudo{
    margin-top: -32px;
    position: relative;
    z-index: 3;
    padding-top: 0;
    overflow: hidden;
}

.modelo-imagem img{
    width: calc(100% - 8px);
}

.slick-carousel-galeria .slick-prev{
    left: 15px;
    z-index: 1;
    top: calc(50% - 15px);
    width: 52px;
    height: 46px;
}

.slick-carousel-galeria .slick-next{
    right: 15px;
    z-index: 1;
    top: calc(50% - 15px);
    width: 52px;
    height: 46px;
}

.slick-carousel-galeria .slick-prev:before, .slick-carousel-galeria .slick-next:before{
    font-size: 54px;
}

.modelo-wrapper h1{
    font-family: 'Myriad Pro Bold';
    font-weight: normal;
    font-size: 25px;
    text-transform: uppercase;
    color: #040404;
    margin-top: 0;
}

.modelo-wrapper .descModelo .item{
    font-family: 'Myriad Pro Regular';
    font-size: 15px;
    color: #040404;
}

.modelo-wrapper .descModelo .item b{
    font-family: 'Myriad Pro Bold';
    font-weight: normal;
    font-size: 16px;
}

.modelo-wrapper .modelo-valor{
    font-family: 'Myriad Pro Bold';
    font-size: 40px;
    color: #040404;
}

.modelo-wrapper .modelo-valor span{
    font-size: 30px;
    margin-right: 2px;
}

.modelo-ofertas{
    font-family: 'Myriad Pro Bold';
    font-size: 27px;
    color: #040404;
    margin: 0;
}

.modelo-wrapper .carros-list {
    padding-top: 20px;
}

.nomeModelo {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 3px solid #89c34b;
    padding: 10px 0;
    margin-top: 15px;
}

.descModelo .des {
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Myriad Pro Bold';
    color: #888888;
    padding-top: 20px;
    margin-top: 50px;
    border-top: 2px solid #ddd;
}

.descModelo .desC {
    font-size: 13px;
    color: #888888;
    text-transform: uppercase;
    width: 85%;
}

.item {
    width: 45%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    border-bottom: 1px dotted #DDD;
    padding-bottom: 5px;
    margin: 5px;
}

.modeloLeft {
    width: calc(65% - 20px);
    margin-right: 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 30px 48px;
    background-color: #FFF;
    border-radius: 10px;
    height: 650px;
    margin-bottom: 30px;
}

.modeloRight {
    width: 35%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    padding: 30px;
    background-color: #FFF;
    border-radius: 10px;
    height: 650px;
    margin-bottom: 30px;
}

#foto {
    width: 100%;
}

#foto img {
    width: 100%;
    padding: 10px;
    border: 1px solid #DDD;
}

.fotos.cor {
    background: #333;
    position: relative;
    top: -15px;
}

.fotos.cor ul li {
    position: relative;
    background: #FFF;
    top: 10px;
}

.fotos ul {
    list-style: none;
    padding: 0;
}

.fotos ul li {
    width: 28%;
    float: left;
    position: relative;
    top: -60px;
    padding: 4px;
    -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
    background: #FFF;
    cursor: pointer;
}

.getblue:hover {
    color: #4966b6 !important;
}

.fotos.cor ul li {
    width: 23%;
    float: left;
    border: 1px solid #888;
    margin: 3px 1%;
    cursor: pointer;
}

.fotos.cor ul li, .fotos.cor ul li img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.fotos ul li img {
    width: 100%;
    -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
}

.texto {
    margin-top: 50px;
    color: #888;
}

.miss p {
    color: #888;
}

.miss .tiMiss {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    border-left: 3px solid #0b3b87;
    padding-left: 7px;
}

.footer0 {
    width: 100%;
    background: url(../images/footer.png) center bottom no-repeat;
    background-size: contain;
    padding: 0;
    border-bottom: 8px solid #008dd2;
    background-color: #000;
    height: 428px;
}

#footer-overlay{
    background-image: url("../images/rodape-listras.png");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border-bottom: 3px solid #fff;
}

.footer {
    max-width: 90%;
    width: 1150px;
    margin: 0 auto;
    text-align: center;
    color: #e5e5e5;
}

.footer .logo {
}

.footer .endereco {
}

.footer .infoF {
    width: 70%;
    margin: 0 auto;
}

.footer .infoF div {
    float: left;
    width: 33%;
    text-align: center;
}

.footer .infoF i {
    font-size: 30px;
    position: relative;
    top: 7px;
    margin-right: 4px;
}

.footer .newsletter {
}

.footer a {
    color: #e5e5e5;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.footer a:hover {
    color: #008dd2;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#news button {
    height: 40px;
    color: #fff;
    background: #008dd2;
    border: 0;
    width: 12%;
    text-transform: uppercase;
    font-style: normal;
    cursor: pointer;
    font-family: 'Myriad Pro Bold';
    margin-left: -8px;
    border-radius: 8px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#news button:hover {
    background-color: #008dd2;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news {
    padding: 7px 5px;
    width: 23%;
    color: #000;
}

#map {
    height: 400px;
    width: 100%;
    position: relative;
    z-index: 0;
    top: 0px;
}

.contato0 {
    width: 100%;
    position: relative;
    top: 0px;
}

.contato {
    width: 50%;
    max-width: 1150px;
    margin: 0 auto;
    text-align: center;
}

.cLeft {
    width: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    float: left;
}

.cRight {
    width: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    float: right;
}

.contato input {
    width: 100%;
    margin: 5px 0;
    padding: 6px;
    border: 2px solid #aaa;
    background-color: transparent;
}

.contato textarea {
    width: calc(100% - 10px);
    resize: none;
    text-indent: 6px;
    height: 100px;
    border: 2px solid #aaa;
    background-color: transparent;
}

.btContato {
    font-family: 'Myriad Pro Bold';
    width: 240px !important;
    background: #000 !important;
    color: #fff;
    border-radius: 10px;
    border: none !important;
    padding: 10px 0;
    font-weight: bold;
    font-size: 16px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
}

.btContato:hover {
    background: #008dd2 !important;
}

.icoMe {
    display: none;
}

.mobile-btn{
    display: none;
}

.carroEst {
    width: 33%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    float: left;
    height: 430px;
}

.envia {
    margin-bottom: 5px;
}

.carroEst1 {
    cursor: pointer;
    display: block;
}

.carroEst1:hover .tituloCar {
    background: #89c34b;
    color: #222;
}

.carros-list{
    padding-top: 36px;
}

.carros-list-single{
    width: 266px;
    margin: 10px;
    float: left;
    background-color: #fff;
    border-radius: 16px;
}

.carros-list-single a{
    display: block;
    text-decoration: none;
}

.carros-list-single figure{
    width: 266px;
    height: 190px;
}

.carros-list-single figure a{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 190px;
    border-radius: 16px 16px 0 0;
}

.carros-list-single h2{
    color: #040404;
    font-size: 14px;
    padding: 20px 12px 15px;
    margin: 0;
    font-family: 'Myriad Pro Regular';
    height: 60px;
}

.carros-list-single p{
    font-family: 'Myriad Pro Regular';
    color: #040404;
    font-size: 18px;
    padding: 0px 12px 20px;

}

.carros-list-single p strong{
    font-family: 'Myriad Pro Bold';
    font-size: 21px;
}

.carros-list-single .slick-prev{
    left: 5px;
    z-index: 1;
}

.carros-list-single .slick-next{
    right: 5px;
    z-index: 1;
}

.carros-list-single .slick-dots{
    bottom: 2px;
    z-index: 1;
}

.carros-list-single .slick-dots li{
    margin: 0;
}

.carros-list-single .slick-dotted.slick-slider{
    margin-bottom: 0 !important;
}

.carros-list-single .slick-dots li.slick-active button:before, .carros-list-single .slick-dots li button:before{
    color: #FFF;
}

.carros-list-footer{
    border-top: 2px solid #a9a9a9;
    font-family: 'Myriad Pro Regular';
    color: #888888;
    text-align: left;
    font-size: 13px;
}

.carros-list-footer div{
    padding: 10px 12px;
}

.carros-list-footer span{
    float: right;
}

.tituloCar {
    background: #222;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
    font-size: 15px;
    font-weight: bold;
    color: #89c34b;
}

.tituloCar p {
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
    padding: 10px;
}

.descricao {
    font-size: 12px;
    text-align: justify;
    color: #888;
    padding: 0;
}

.envia i {
    font-size: 25px;
    position: relative;
    padding: 0 2px;
    top: 16px;
}

.envia a {
    color: #000;
    text-decoration: none;
}

.fotoCar {
    width: 103%;
    position: relative;
    bottom: -15px;
    border: 1px solid #DDD;
    height: 200px;
    text-align: center
}

.mais {
    float: right;
    color: #333;
    background: #89c34b;
    border: 0;
    font-weight: bold;
}

.fotoCar img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}

.fotoCar:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    font-size: 0;
}

#formVeiculo, #formAmigo {
    background: #FFF;
    width: 320px;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lityForm input {
    padding: 5px 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    margin: 3px 0;
}

.lityForm button {
    width: 90%;
    border: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    margin-top: 5px;
    background: #89c34b;
    text-transform: uppercase;
    font-weight: bold;
}

.lityForm button:hover {
    color: #FFF;
    background: #000;
}

.mobile {
    display: none;
}

.oferta {
    width: 75%;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    overflow: hidden;
    margin-bottom: 5px;
    cursor: pointer;
}

.ofertaLeft {
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.ofertaLeft img {
    width: auto;
    height: 100px;
}

.ofertaRight {
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #FFF;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    margin-left: -20px;
    font-weight: 700;
    font-size: 16px;
    font-style: italic;
    line-height: 18px;
    text-transform: uppercase;
}

@media screen and (max-width: 930px) {
    .dinheiros {
        width: 75%;
    }

    .resumo {
        width: 80%;
    }

    .proposta-form {
        width: 80%;
    }

    .footer .infoF div {
        width: 100%;
        margin: 7px 0;
    }

    .cLeft {
        width: 100%;
    }

    .cRight {
        width: 100%;
    }

    .btContato {
        max-width: 90%;
    }

    .contato {
        width: 90%;
    }

    .slider-inst {
        width: 100%;
        margin-bottom: 0;
        margin-top: 0;
    }

    .busca p {
        line-height: 24px;
    }

    .busca {
        margin: -9px auto 0 auto;
    }

    .quem-left {
        width: 100%;
    }

    .menu-home, .menu {
    }

    .busca-home select, .busca select {
        width: 99% !important;
        margin: 10px 0;
    }

    .busca-home p, .busca p {
        display: block;
    }

    #news button {
        width: 14%;
    }

    #buscaF button {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .resumo {
        display: none;
    }

    .desk {
        display: none;
    }

    .mobile {
        display: block;
    }

    .modeloLeft {
        width: 100%;
    }

    .modeloRight {
        width: 100%;
    }

    .carroEst {
        width: 50%;
    }

    .icoMe {
        display: inline;
    }

    .mobi {
        display: none;
    }

    #news button {
        width: 24%;
    }

    .rHome p {
        width: 95%;
    }

    #foto img {
        margin-top: 20px;
    }

    .slider-mod {
        width: 80%;
        margin: 0 auto;
    }

}

@media screen and (max-width: 500px) {
    .oferta {
        width: 100%;
    }

    .ofertaRight {
        font-size: 11px
    }

    .fotos.cor ul li {
        position: relative;
        background: #FFF;
        top: 0;
    }

    .dinheiros {
        width: 75%;
    }

    #map {
        height: 300px;
    }

    .resumo {
        width: 80%;
    }

    .proposta-form {
        width: 80%;
    }

    .carroEst {
        width: 100%;
    }

    #news button {
        width: 50%;
        margin-top: 10px;
    }

    .news {
        width: 100%;
    }

    .fotos.cor ul li {
        width: 45%;
        margin: 3px 2%;
    }
}

@media screen and (min-width: 1366px) {

}

@media only screen and (max-width: 1760px){
    .estoque-wrapper .conteudo{
        max-width: 1432px;
    }
}

@media only screen and (max-width: 1483px){
    .estoque-wrapper .conteudo{
        max-width: 1147px;
    }
}

@media only screen and (max-width: 1195px){
    .estoque-wrapper .conteudo{
        max-width: 860px;
    }
}

/**Mobile**/
@media only screen and (max-width: 991px){
    .header > .h {
        /* display: inline-block; */
    }
    .header > .h > span {
        display: block;
    }
    .header > .h > span:last-child {
        margin-left: 0px;
        display: inline-block;
    }
    #header-social {
        /*float: none;*/
        text-align: center;
    }

    .mobile-btn{
        display: inline-block;
        margin-left: 12px;
    }
    .menu-home {
        position: static;
        height: 110px;
    }
    .menu-home ul li{
        padding: 0px 0px 18px 18px;
        width: 50%;
        display: block;
        float: left;
        font-size: 16px;
    }
    .busca-home {
        margin: 0px auto 0;
        top: -40px;
    }
    .rHome {
        background-size: cover;
    }
    #home-div-logo {
        margin: 6px 20px 0 0;
    }
    .rHome p {
        max-width: calc(100% - 104px);
        padding: 8px 0 0 20px;
    }
    .rHome i {
        display: inline-block;
        float: left;
    }
    .home-menu-mobile{
        display: block;
    }
    .home-menu-mobile #logo-topo-mobile{
        display: none;
    }
    .home-menu-mobile .menu{
        display: block;
    }
    .home-menu-mobile .menu .menu-logo{
        display: none;
    }
    .menu{
        display: block;
        width: 100%;
        position: fixed;
        z-index: 999999;
        height: 100%;
        left: 100%;
        top: 0;
        opacity: 0.9;
        padding: 0;
        -webkit-transition: all 0.5s ease-out !important;
        -moz-transition: all 0.5s ease-out !important;
        -o-transition: all 0.5s ease-out !important;
        transition: all 0.5s ease-out !important;
    }
    .menu.fase1{
        left: 0%;
        opacity: 1;
    }
    .menu.fase2{
        left: 0%;
        opacity: 1;
        top: 0px;
    }
    .menu ul, .menu-footer ul {
        float: none;
        font-size: 16px;
        padding: 12px 0;
        margin: 10px 0 0 0;
        background-color: #f5f5f5;
    }
    .menu ul {
        height: 100%;
        margin: 0px 0 0 0;
        -webkit-transition: all 0.5s ease-out !important;
        -moz-transition: all 0.5s ease-out !important;
        -o-transition: all 0.5s ease-out !important;
        transition: all 0.5s ease-out !important;
    }
    .menu .menu-logo {
        width: 82px;
        display: none;
        margin: 0 auto;
    }
    #logo-topo-mobile{
        width: 100%;
        background-color: #FFF;
        height: 93px;
        display: block;
        -webkit-transition: all 0.5s ease-out !important;
        -moz-transition: all 0.5s ease-out !important;
        -o-transition: all 0.5s ease-out !important;
        transition: all 0.5s ease-out !important;
    }
    #logo-topo-mobile .menu-logo-topo{
        display: block;
        margin: 10px auto;
        width: 120px;
    }
    #logo-topo-mobile .menu-logo-topo img{
        width: 120px;
    }
    .header0{
        -webkit-transition: all 0.5s ease-out !important;
        -moz-transition: all 0.5s ease-out !important;
        -o-transition: all 0.5s ease-out !important;
        transition: all 0.5s ease-out !important;
    }
    .header0.fixo{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
    }
    #logo-topo-mobile.fixo{
        position: fixed;
        top: 0px;
        left: 0;
        z-index: 99999;
        display: block;
    }
    .menu ul li:nth-of-type(1){
        font-size: 22px;
        display: block;
    }
    .menu img, .menu-footer img {
        margin-left: 0;
        height: 50px;
    }
    .menu ul li, .menu-footer ul li {
        padding: 8px 0px 0 0px;
        width: auto;
        display: block;
        float: left;
    }
    .menu ul li{
        width: 100%;
        padding: 28px 0px 0 30px;
    }
    .menu ul li:nth-of-type(7){
        display: block;
    }
    .menu ul li:nth-of-type(7) span{
        background-image: url(../images/icone-fechar.png);
        display: block;
        padding-left: 44px;
        height: 25px;
        color: #000;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position: left top 2px;
        background-size: auto;
        padding-left: 44px;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }
    .menu ul li:nth-of-type(7) span:hover{
        color: #008dd2;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }
    .menu ul li a, .menu-footer ul li a {
        height: 25px;
        padding: 2px 13px !important;
        display: inline-block;
    }
    #conteudo-wrapper {
        margin-top: 0px;
    }
    #conteudo-wrapper.duane-wrapper{
        margin-top: 10px;
    }
    #conteudo-wrapper.modelo-wrapper{
        margin-top: 0px;
    }
    .estoque-wrapper .conteudo{
        display: flex;
        flex-direction: column-reverse;
        padding-top: 0px;
    }
    .carros-list {
        padding-top: 0px;
        width: 100%;
        overflow: hidden;
        display: block;
        margin: 0 auto 30px;
    }
    .carros-list-single {
        width: calc(100% - 20px);
    }
    .carros-list figure{
        display: inline-block;
        float: left;
        width: 50%;
    }
    .carros-list figure .slick-list{
        border-radius: 16px 0 0 16px;
    }
    .carros-list-dados{
        display: inline-block;
        float: left;
        width: 50%;
    }
    .footer0 {
        height: auto;
    }
    .footer {
        margin-top: 48px;
    }
    .menu-footer {
        padding: 0px 0 5px 0;
    }
    .menu-footer ul {
        margin: 0px 0 0 0;
        background-color: transparent;
    }
    .menu-footer ul li a{
        color: #FFF;
    }
    #news button {
        color: #fff;
        background: #008dd2;
    }
    .footer0 #home-div-logo {
        margin: 10px 0;
    }
    .banner-interno {
        height: auto;
        margin-top: 10px;
    }
    .modelo-wrapper .conteudo {
        margin-top: 0;
        width: 100%;
    }
    .slick-arrow{
        display: none !important;
    }
    .modelo-valor{
        display: none;
    }
    .modelo-valor.mobile{
        display: block;
        color: #008dd2;
    }
    .descModelo .des {
        margin-top: 0;
    }
    .descModelo .desC {
        width: 100%;
    }
    .proposta-form {
        width: 100%;
    }
    .modeloLeft {
        height: auto;
        border-radius: 0;
        margin-bottom: 0;
        padding: 30px 20px;
    }
    .modeloRight {
        height: auto;
        border-radius: 0;
        position: fixed;
        top: calc(110% - 0px);
        z-index: 6;
        margin-top: 0px;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }
    .modeloRight.ativo {
        top: 100%;
        top: calc(100% - 468px);
    }
    #financiamento-wrapper {
        padding: 170px 28px 32px;
        background-size: contain;
        background-position: top 44px center;
        margin-bottom: 0;
        border-radius: 0;
        border-top: 5px solid #008dd2;
    }
    #financiamento-form .financiamento-row input, #financiamento-form .financiamento-row select, #financiamento-form input[type="submit"]{
        width: 100%;
    }
    #proposta-close{
        display: block;
        position: absolute;
        top: 14px;
        right: 15px;
        font-size: 16px;
        color: #fff;
        background-color: #c00;
        padding: 2px 8px;
        border-radius: 100%;
    }
    #proposta-bnt-mobile{
        display: block;
        position: fixed;
        font-size: 17px;
        font-family: 'Myriad Pro Bold';
        padding: 10px;
        background-color: #008dd2;
        font-weight: normal;
        text-transform: uppercase;
        border: 0;
        border-radius: 0px;
        color: #fff;
        width: 100%;
        float: right;
        text-align: center;
        letter-spacing: 2px;
        margin: 0;
        left: 0;
        bottom: 0;
        z-index: 5;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }
    .modelo-wrapper .carros-list {
        padding-top: 0px;
        margin-bottom: 0;
    }
    .modelo-imagem img {
        width: 100%;
    }
    #conteudo-wrapper.contato-wrapper {
        padding: 50px 0;
    }
    .footer .infoF{
        width: 100%;
    }
    .modelo-ofertas{
        background-color: #FFF;
        text-align: center;
        padding: 10px 0 20px;
        border-bottom: 5px solid #008dd2;
    }
}