html,
body,
.container-fluid {
  position: relative;
  width: 100%;
}
*,
body {
  font-family: 'Open Sans', 'Open Sans Condensed', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-weight: 400;
  font-size: 12pt;
}
/*body{
  background-color: #f9f7f6;
  background-image: url('../imagens/background-header.png');
  background-size: 106% 300px;
  background-repeat: no-repeat;
}*/
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}
strong {
  font-weight: 700;
}
small {
  color: inherit!important;
}
a:hover {
  text-decoration: none;
}
.clear {
  margin: 0;
  padding: 0;
}
.clpd {
  padding: 0;
}
.clmr {
  margin: 0;
}
.ellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.thin {
  font-weight: 400 !important;
}
.relative {
  position: relative;
}
.has-error input,
.has-error select,
.has-error textarea {
  border: 1px solid #f77c05 !important;
}
.a {
  color: #000;
  text-decoration: none;
}
.a:hover {
  color: #f77c05;
}
.overlay {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
.overlay-on {
  opacity: 1;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
.tabela {
  display: table;
  width: 100%;
  height: 100%;
}
.celula {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.underline {
  text-decoration: underline;
  padding-left: 5px;
}
.inline {
  display: inline-block;
}
.shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.custom-input .checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 13px;
  font-weight: bold;
}
.custom-input .checkbox label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 3px;
  border: 1px solid #bfbfbf;
}
.custom-input .checkbox input[type=checkbox] {
  display: none;
}
.custom-input .checkbox .checkbox label:before {
  border-radius: 0;
}
.custom-input .checkbox .lbl {
  line-height: 37px;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 1em;
  padding-left: 0;
}
.custom-input .checkbox .radio + .radio,
.custom-input .checkbox .checkbox + .checkbox {
  margin-top: 10px !important;
  margin-left: 0 !important;
}
.custom-input .checkbox input[type=checkbox]:checked + label:before {
  content: "\2713";
  font-size: 15px;
  color: #050800;
  text-align: center;
  line-height: 15px;
}
/***********************/
/*	jquery ui - range  */
/***********************/
.ui-slider {
  border-radius: 10px;
  border: 2px solid #ebebeb !important;
  background: #fff;
  height: 15px;
}
.ui-slider .ui-widget-header {
  background: #ccc;
}
.ui-slider .ui-slider-handle {
  border-radius: 100%;
  cursor: pointer;
}
.ui-slider .ui-slider-handle:focus {
  outline: none;
}
.ui-slider .ui-slider-handle span.teste {
  position: absolute;
  top: -50px;
  width: 50px;
  height: 20px;
  background: red;
  display: block;
}
.ui-slider .ui-state-default,
.ui-slider .ui-widget-content .ui-state-default,
.ui-slider .ui-widget-header .ui-state-default {
  background-image: none;
}
/*::-webkit-scrollbar {
  width: 5px;
  background: #222;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

}

::-webkit-scrollbar-thumb {
  background: #ccc;
}*/
/**
  gera itens automaticamente
  Ex.:
    .itens(@espaco : 10px, @quant : 3)
**/
/* ==================== */
/*      componentes
/* ==================== */
.botao {
  font-size: 16px !important;
  background: #f77c05;
  color: #050800;
  border-radius: 0;
  margin: 10px 0;
  border: none;
}
/* animação */
@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/* swiper buttons */
.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  background-size: 100%;
}
.swiper-button-next {
  background-image: url('../imagens/next.png');
}
.swiper-button-prev {
  background-image: url('../imagens/prev.png');
}
.swiper-pagination {
  bottom: 20px;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  margin-right: 0;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #f77c05;
}
/* ==================== */
/*         header
/* ==================== */
.wrap-header .top {
  height: 25px;
  color: #050800;
}
.wrap-header .bottom {
  /*background-image: url(../imagens/background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;*/
  background: #050800;
  position: relative;
  padding: 10px 0;
}
.wrap-header .bottom .logo {
  text-align: center;
  float: left;
}
.wrap-header .bottom .logo img {
  max-height: 54px;
  margin-top: 3px;
}
.wrap-header .bottom .wrap-right {
  text-align: right;
  color: #fff;
}
.wrap-header .bottom .wrap-right .wrap-telefones {
  margin-top: 15px;
  text-align: right;
}
.wrap-header .bottom .wrap-right .wrap-telefones .item-telefone {
  margin-left: 10px;
  color: #fff;
  font-weight: 800;
  font-size: 14pt;
  display: inline-block;
}
.wrap-header .bottom .wrap-right .endereco {
  font-size: 10pt;
}
.wrap-header .bottom .carro {
  width: 30%;
  position: absolute;
  bottom: 15px;
  right: 0;
}
/* ==================== */
/*      home image
/* ==================== */
.wrap-image-home {
  background: #f77c05;
}
/* ==================== */
/*      menu home
/* ==================== */
.wrap-menu-home {
  background: #f77c05;
  height: 50px;
  margin: 0;
}
.wrap-menu-home .row-item .item-menu {
  margin: 0 0px;
  width: calc( (100% - 0px) / 4 );
  float: left;
  text-align: center;
  height: 50px;
}
.wrap-menu-home .row-item .item-menu:first-child {
  margin-left: 0;
}
.wrap-menu-home .row-item .item-menu:last-child {
  margin-right: 0;
}
.wrap-menu-home .row-item .item-menu a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  color: #fff;
  font-style: italic;
  font-weight: 400;
  font-size: 15pt;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  border-bottom: 2px solid transparent;
}
.wrap-menu-home .row-item .item-menu a:hover {
  background: #050800;
  color: #fff;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  border-bottom: 2px solid #f77c05;
}
/* ==================== */
/*      busca rapida
/* ==================== */
.wrap-busca-home {
  position: relative;
  top: -50px;
  margin-bottom: -50px;
  z-index: 10;
}
.wrap-busca-home .box-busca-home {
  background-color: #f2f2f2;
  padding: 20px;
  background: #f77c05;
  border: 1px solid #f77c05;
}
.wrap-busca-home .box-busca-home .titulo {
  font-size: 22pt;
  font-weight: 300;
  margin-bottom: 20px;
  color: #fff;
}
.wrap-busca-home .box-busca-home .titulo:before {
  content: '';
  width: 4px;
  height: 30px;
  background: #fff;
  display: inline-block;
  margin-right: 7px;
}
.wrap-busca-home .box-busca-home .box {
  margin: 10px 0;
  border-radius: 2px;
}
.wrap-busca-home .box-busca-home .box .item-form {
  width: 38%;
  height: 50px;
  background: #fff;
  border-radius: 2px;
  margin: 5px 0.5% 0 0.5%;
}
.wrap-busca-home .box-busca-home .box .item-form select,
.wrap-busca-home .box-busca-home .box .item-form input {
  display: block;
  height: 100%;
  width: 100%;
  border: none;
  cursor: pointer;
  border-radius: 2px;
  font-weight: bold;
  font-size: 13pt;
  padding: 5px;
}
.wrap-busca-home .box-busca-home .box .item-form select:focus,
.wrap-busca-home .box-busca-home .box .item-form input:focus {
  outline: none;
  box-shadow: 0 0 10px rgba(5, 8, 0, 0.35);
}
.wrap-busca-home .box-busca-home .box .buscar {
  width: 20%;
}
.wrap-busca-home .box-busca-home .box .buscar input[type="submit"] {
  background-color: #fff;
  color: #050800;
  transition: all ease 0.2s;
}
.wrap-busca-home .box-busca-home .box .buscar input[type="submit"]:hover {
  background-color: #222;
  color: #fff;
  transition: all ease 0.2s;
}
/* ==================== */
/*      breadcrumbs
/* ==================== */
.wrap-breadcrumb {
  background: #e8e8e8;
}
.wrap-breadcrumb .breadcrumb {
  background: none;
  margin: 0;
  text-align: right;
}
.wrap-breadcrumb .breadcrumb .active {
  color: #050800;
}
.wrap-breadcrumb .breadcrumb a {
  color: #fcb066;
}
.wrap-breadcrumb.lista {
  margin-top: -12px;
}
/* ==================== */
/*    thumbs- veiculo
/* ==================== */
.wrap-thumbs {
  margin-top: 35px;
}
.wrap-thumbs .titulo {
  font-size: 28pt;
  font-weight: 700;
}
@keyframes thumb {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.wrap-thumbs .row-thumbs {
  margin: 10px 0 40px 0;
  min-height: 300px ;
}
.wrap-thumbs .row-thumbs .thumb {
  width: 32%;
  margin: 0 0 10px 1.33333%;
  border: 1px solid #f0f0f0;
  animation: thumb 0.6s;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  min-height: 375.3px;
  border-radius: 10px;
}
.wrap-thumbs .row-thumbs .thumb:hover {
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.wrap-thumbs .row-thumbs .thumb .imagem-thumb {
  height: 200px;
  width: 100%;
  background-image: url('../imagens/loading.gif');
  background-size: 100%;
  background-position: 0 ;
  background-color: #fafafa;
  display: table;
  vertical-align: top;
  text-align: center;
  position: relative;
}
.wrap-thumbs .row-thumbs .thumb .imagem-thumb a {
  height: 100%;
  width: 100%;
  vertical-align: top;
  white-space: nowrap;
  display: table-cell;
}
.wrap-thumbs .row-thumbs .thumb .imagem-thumb img {
  min-width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: inline-block;
  object-fit: cover;
}
.wrap-thumbs .row-thumbs .thumb .imagem-thumb .marca {
  position: absolute;
  left: calc(50% - 30px);
  bottom: -41px;
  height: 82px;
  width: 60px;
}
.wrap-thumbs .row-thumbs .thumb .infos-thumb {
  padding: 30px 10px 0 10px;
  background: #f7f7f7;
}
.wrap-thumbs .row-thumbs .thumb .infos-thumb .titulo-thumb a {
  font-style: italic;
  font-weight: 300;
  display: block;
  text-align: center;
  min-height: 50px;
  font-size: 18pt;
  color: #444;
}
.wrap-thumbs .row-thumbs .thumb .infos-thumb .titulo-thumb a h1,
.wrap-thumbs .row-thumbs .thumb .infos-thumb .titulo-thumb a h2 {
  line-height: 50px;
}
.wrap-thumbs .row-thumbs .thumb .infos-thumb .preco {
  text-align: center;
  color: #050800;
  line-height: 50px;
  font-size: 20pt;
  font-weight: 500;
  font-style: italic;
}
.wrap-thumbs .row-thumbs .thumb .infos-thumb .preco small {
  font-size: 70%;
}
.wrap-thumbs .row-thumbs .thumb .detalhes-thumb .item {
  width: 50%;
  height: 60px;
  float: left;
  text-align: left;
  background: #f5f5f5;
  border: 1px solid #f0f0f0;
  padding: 0 5px;
  display: table;
}
.wrap-thumbs .row-thumbs .thumb .detalhes-thumb .icone {
  display: table-cell;
  vertical-align: middle;
  width: 30px;
  font-size: 0;
}
.wrap-thumbs .row-thumbs .thumb .detalhes-thumb .desc {
  display: table-cell;
  clear: left;
  height: 60px;
  margin: 10px 0 0 10px;
  font-size: 10pt;
  text-transform: uppercase;
  vertical-align: middle;
  padding-left: 10px;
}
.wrap-thumbs .row-thumbs .thumb .ver-thumb {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
.wrap-thumbs .row-thumbs .thumb .ver-thumb .cl-effect-10 a {
  display: block;
  width: 100%;
  color: #050800;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.wrap-thumbs .row-thumbs .thumb .ver-thumb .cl-effect-10 a span {
  display: block;
  height: 40px;
  padding: 10px 20px;
  font-weight: 300;
  background: #e6e6e6;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.wrap-thumbs .row-thumbs .thumb .ver-thumb .cl-effect-10 a::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  padding: 9px 20px;
  width: 100%;
  content: attr(data-hover);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateX(-25%);
}
.wrap-thumbs .row-thumbs .thumb .ver-thumb .cl-effect-10 a:hover span,
.wrap-thumbs .row-thumbs .thumb .ver-thumb .cl-effect-10 a:focus span {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
}
.wrap-thumbs .row-thumbs .thumb .ver-thumb .cl-effect-10 a:hover::before,
.wrap-thumbs .row-thumbs .thumb .ver-thumb .cl-effect-10 a:focus::before {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
  background-color: #f77c05;
  color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.wrap-thumbs.index .thumb {
  margin: 0 10px;
  width: calc( (100% - 40px) / 3 );
  float: left;
}
.wrap-thumbs.index .thumb:first-child {
  margin-left: 0;
}
.wrap-thumbs.index .thumb:last-child {
  margin-right: 0;
}
.wrap-thumbs.index .thumb .titulo-thumb a,
.wrap-thumbs.index .thumb .ano-thumb a {
  font-size: 18pt;
}
.wrap-thumbs.index .thumb .bottom .preco {
  font-size: 20pt;
}
/* ================= */
/*      marcas
/* ================= */
.wrap-marcas {
  margin-bottom: 20px;
}
.wrap-marcas .box-marcas {
  background-color: #f2f2f2;
  padding: 10px 10px 20px 10px;
}
.wrap-marcas .titulo {
  font-size: 24pt;
  font-weight: 700;
  position: relative;
}
.wrap-marcas .swiper-container {
  max-height: 277px;
  margin-top: 30px;
}
.wrap-marcas .swiper-slide {
  text-align: center;
}
.wrap-marcas .swiper-slide img {
  max-width: 100px;
}
.wrap-marcas .swiper-slide img {
  display: inline-block;
}
/* ============== */
/*    footer
/* ============== */
.wrap-footer {
  background: #f77c05;
  color: #fff;
  padding-top: 10px;
}
.wrap-footer .top {
  color: #fff;
}
.wrap-footer .top header {
  margin: 5px 0 10px 0;
  font-size: 20pt;
}
.wrap-footer .bottom {
  margin-top: 10px;
  background: #f0f0f0;
  padding: 5px;
}
/* ============== */
/*    veiculo
/* ============== */
.wrap-veiculo .wrap-titulo {
  height: 100px;
  background: #f0f0f0;
}
.wrap-veiculo .wrap-titulo h1 {
  line-height: 100px;
  font-size: 30pt;
  font-style: italic;
  font-weight: 300;
}
.wrap-veiculo .wrap-titulo .ano {
  font-weight: bold;
}
.wrap-veiculo .veiculo {
  margin: 20px 0;
}
.wrap-veiculo .veiculo .fotos {
  padding-left: 0;
  position: relative;
}
.wrap-veiculo .veiculo .fotos .wrap-telefones {
  width: 80%;
  margin: 25px 10% 0 10%;
  float: left;
  text-align: center;
}
.wrap-veiculo .veiculo .fotos .wrap-telefones .wrap {
  background: transparent;
  border: none;
}
.wrap-veiculo .veiculo .fotos .wrap-telefones .item-telefone {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  background: #f77c05;
  color: #fff;
  border-radius: 20px;
  margin: 0 15px 15px 0;
  font-size: 0.9em;
  transition: all ease 0.2s;
}
.wrap-veiculo .veiculo .swiper-container {
  max-height: 540px;
  position: relative;
}
.wrap-veiculo .veiculo .swiper-container .swiper-slide {
  text-align: center;
}
.wrap-veiculo .veiculo .swiper-container .swiper-slide img {
  border-radius: 2px;
}
.wrap-veiculo .veiculo .wrap-informacoes {
  margin-top: 15px;
}
.wrap-veiculo .veiculo .wrap-informacoes .box_1 {
  margin-bottom: 15px;
  background: #f0f0f0;
  padding: 5px 10px 15px 10px;
  border: 1px solid #e8e8e8;
}
.wrap-veiculo .veiculo .wrap-informacoes .box_1 header {
  padding: 10px 0;
}
.wrap-veiculo .veiculo .wrap-informacoes .box_1 header h2 {
  font-size: 16pt;
}
.wrap-veiculo .veiculo .wrap-informacoes .box_1 .item-info {
  margin: 5px 0;
}
.wrap-veiculo .veiculo .wrap-informacoes .box_1 .icone {
  border: 1px solid #e5e5e5;
  padding: 5px;
  width: 50px;
  float: left;
}
.wrap-veiculo .veiculo .wrap-informacoes .box_1 .info {
  float: left;
  line-height: 50px;
  margin-left: 10px;
}
.wrap-veiculo .veiculo .wrap-informacoes .box_1 .observacoes {
  font-size: 10pt;
  text-align: justify;
}
.wrap-veiculo .veiculo .wrap-informacoes .box_1 .opcionais {
  padding: 10px 15px;
  text-align: center;
}
.wrap-veiculo .veiculo .wrap-informacoes .box_1 .opcionais span {
  background: #e3e3e3;
  margin: 10px 2px;
  padding: 5px 10px;
  border-radius: 2px;
}
/* ================ */
/*    wrap-filtros
/* ================ */
.wrap-filtros {
  float: left;
  width: 285px;
  background: #f0f0f0;
  max-width: 285px!important;
  min-width: 285px!important;
  height: auto;
  margin-left: 0!important;
  font-size: 1.1em;
  padding: 5px;
}
.wrap-filtros header {
  font-size: 140%;
  margin-bottom: 10px;
}
.wrap-filtros .wrap-select .select {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #ebebeb;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10pt;
}
.wrap-filtros .wrap-select .select option {
  background: #ebebeb;
}
.wrap-filtros .wrap-opc {
  margin-top: 10px;
  padding-left: 5px;
}
.wrap-filtros .wrap-opc label {
  font-weight: 400;
}
.wrap-filtros .wrap-opc .checkbox {
  margin-top: 10px;
}
.wrap-filtros .wrap-opc .checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 13px;
  font-weight: bold;
}
.wrap-filtros .wrap-opc .checkbox label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 3px;
  border: 1px solid #bfbfbf;
}
.wrap-filtros .wrap-opc .checkbox input[type=checkbox] {
  display: none;
}
.wrap-filtros .wrap-opc .checkbox .checkbox label:before {
  border-radius: 0;
}
.wrap-filtros .wrap-opc .checkbox .lbl {
  line-height: 37px;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 1em;
  padding-left: 0;
}
.wrap-filtros .wrap-opc .checkbox .radio + .radio,
.wrap-filtros .wrap-opc .checkbox .checkbox + .checkbox {
  margin-top: 10px !important;
  margin-left: 0 !important;
}
.wrap-filtros .wrap-opc .checkbox input[type=checkbox]:checked + label:before {
  content: "\2713";
  font-size: 15px;
  color: #050800;
  text-align: center;
  line-height: 15px;
}
.wrap-filtros .range {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #f0f0f0;
}
.wrap-filtros .range .it-range {
  margin-bottom: 10px;
}
.wrap-filtros #preco-min:before,
.wrap-filtros #preco-max:before {
  content: 'R$ ';
}
.wrap-veiculos {
  float: right;
  width: calc(100% - 300px);
  background-color: #fff;
}
.wrap-veiculos .titulo {
  padding-left: 6px;
}
.wrap-veiculos .wrap-thumbs {
  margin-top: 10px;
}
.wrap-veiculos .wrap-thumbs .titulo {
  font-size: 15pt;
}
.wrap-veiculos .wrap-thumbs .row-thumbs {
  margin-bottom: 30px;
}
.wrap-veiculos .wrap-thumbs .thumb .titulo-thumb a,
.wrap-veiculos .wrap-thumbs .thumb .ano-thumb a {
  min-height: 30px;
  font-size: 18pt;
}
.wrap-veiculos .wrap-thumbs .thumb .titulo-thumb a h1,
.wrap-veiculos .wrap-thumbs .thumb .ano-thumb a h1,
.wrap-veiculos .wrap-thumbs .thumb .titulo-thumb a h2,
.wrap-veiculos .wrap-thumbs .thumb .ano-thumb a h2 {
  line-height: 40px;
}
.wrap-veiculos .wrap-thumbs .thumb .bottom {
  position: relative;
}
.wrap-veiculos .wrap-thumbs .thumb .bottom .preco {
  background: #f77c05;
  color: #fff;
  line-height: 60px;
  font-size: 23pt;
  padding-left: 10px ;
}
.wrap-veiculos .wrap-thumbs .thumb .bottom .preco:after {
  content: '';
  width: 20%;
  height: 40px;
  border-style: solid;
  border-width: 0 0 62px 72px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  right: 0;
}
.wrap-veiculos .wrap-thumbs .thumb .bottom .marca {
  position: absolute;
  right: 0;
  top: 0;
  height: 62px;
  width: 62px;
}
/* =================== */
/*    financiamento
/* =================== */
.wrap-financiamento header {
  background: #f0f0f0;
  padding: 10px;
  margin-bottom: 15px;
}
.wrap-financiamento header h1,
.wrap-financiamento header h2 {
  line-height: 50px;
  font-size: 22pt;
}
.wrap-financiamento header h1 {
  font-weight: 600;
}
.wrap-financiamento header h2 {
  font-weight: 300;
  font-size: 15pt;
}
.wrap-financiamento .form-section .title {
  font-size: 14pt;
  margin-bottom: 10px;
  padding-left: 15px;
  font-weight: 600;
}
.wrap-financiamento .form-section label {
  font-weight: 500;
}
.wrap-financiamento .form-section input,
.wrap-financiamento .form-section select,
.wrap-financiamento .form-section textarea {
  border-radius: 2px;
  border: 1px solid #e3e3e3;
}
/* ======================= */
/*    google - recaptcha
/* ======================= */
.wrap-recaptcha {
  min-width: 270px;
  max-width: 300px;
  overflow-x: auto;
  height: 85px;
  background: #e5e5e5;
  border-radius: 2px;
  margin: 0 auto 3px auto;
}
.side-reca {
  height: 78px;
  margin-bottom: 15px;
}
.side-reca .botao {
  color: #fff;
}
/* ============= */
/*    sobre
/* ============= */
.wrap-sobre {
  min-height: calc(100% - 451px);
}
.wrap-sobre header {
  background: #f0f0f0;
  margin-bottom: 10px;
}
.wrap-sobre header h1 {
  line-height: 80px;
  font-size: 22pt;
  font-weight: 600;
}
.wrap-sobre .conteudo {
  padding: 15px 0;
  color: #646464;
  line-height: 35px;
  text-align: justify;
}
/* ============= */
/*    contato
/* ============= */
.back-contato {
  position: relative;
}
.wrap-contato {
  min-height: calc(100% - 451px);
  margin-bottom: 10px;
}
.wrap-contato header {
  background: #f0f0f0;
  margin-bottom: 10px;
}
.wrap-contato header h1 {
  line-height: 80px;
  font-size: 22pt;
  font-weight: 600;
}
.wrap-contato .mapa {
  margin: 10px 15px 10px 0;
  height: 310px;
  background: #333;
}
.wrap-contato h2 {
  color: #fff;
}
/* =============================== */
/*    formulario contato proposta
/* =============================== */
.form-proposta .wrap,
.form-contato .wrap {
  background: #f0f0f0;
  padding: 10px;
  border: 1px solid #e8e8e8;
  overflow: hidden;
}
.form-proposta .wrap header,
.form-contato .wrap header {
  background: #f77c05;
  color: #fff;
  padding: 10px;
  position: relative;
}
.form-proposta .wrap header h2,
.form-contato .wrap header h2 {
  font-size: 20pt;
  line-height: 40px;
  font-weight: 300;
}
.form-proposta .wrap header:after,
.form-contato .wrap header:after {
  content: '';
  width: 30%;
  height: 40px;
  border-style: solid;
  border-width: 0 0 60px 45px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  right: 0;
  top: 0;
}
.form-proposta .form,
.form-contato .form {
  margin-top: 20px;
}
.form-proposta .form .form-group,
.form-contato .form .form-group {
  margin-bottom: 10px;
}
.form-proposta .form input,
.form-contato .form input {
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  margin: 0;
  min-height: 40px;
  line-height: 35px;
}
.form-proposta .form input[type="submit"],
.form-contato .form input[type="submit"] {
  color: #fff;
}
.form-proposta .form textarea,
.form-contato .form textarea {
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  margin: 0;
}
.form-proposta .form .botao,
.form-contato .form .botao {
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
.form-proposta .form .botao:hover,
.form-contato .form .botao:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
/* fix swiper slide */
.swiper-wrapper,
.swiper-wrapper .swiper-slide {
  height: auto!important;
}
/* ===================================== */
/*    load de carregamento - estoque
/* ===================================== */
.spinner {
  margin: 100px auto;
  width: 300px;
  height: 80px;
  text-align: center;
  font-size: 11pt;
}
.spinner:after {
  content: 'carregando..';
  display: block;
}
.spinner > div {
  background-color: #f77c05;
  height: 100%;
  width: 8px;
  margin: 0 2px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/* ===================================== */
/*    Efeito no botão do thumb veiculo
/* ===================================== */
