@charset "UTF-8";
.color-red {
  color: #d62121;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #CCC;
  font-weight: 400;
  font-size: 14px;
  background: #363a3c;
}
@media (max-width: 991px) {
  body.mobile-menu-open {
    overflow: hidden;
  }
}

a {
  color: #d62121;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #791919;
}

.title {
  font-family: "Montserrat", sans-serif;
  line-height: 1.4em;
}
.title.title--page-header {
  font-size: 36px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
}
@media (max-width: 991px) {
  .title.title--page-header {
    font-size: 24px;
  }
}
.title.title--classic {
  position: relative;
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid #2A2A2A;
  margin-bottom: 50px;
}
.title.title--classic:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 55px;
  height: 2px;
  background-color: #d62121;
}
.title.title--classic.title--classic--small {
  font-size: 20px;
}
@media (max-width: 991px) {
  .title.title--classic {
    font-size: 20px;
  }
}
.title.title--location {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.title.title--location span {
  background: #363a3c;
  position: relative;
  padding-right: 10px;
}
.title.title--location:before {
  content: "";
  height: 1px;
  background: #2A2A2A;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.title.title--location:after {
  content: "";
  height: 2px;
  background: #d62121;
  position: absolute;
  top: calc(50% - 2px);
  width: 50px;
  right: 0;
}
.title.title--location i {
  color: #d62121;
}

.text {
  position: relative;
  color: #CCC;
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 30px;
}

.bold-text {
  position: relative;
  font-size: 20px;
  color: #FFF;
  font-weight: 600;
  line-height: 1.6em;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}

.form-control {
  border-radius: 0;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  box-shadow: none;
  font-size: 14px;
  padding: 15px;
  height: auto;
  background-clip: unset;
}
.form-control:focus {
  box-shadow: none;
  border-color: #d62121;
}

textarea.form-control {
  min-height: 150px;
  max-height: 150px;
}

.form-group label {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 4px;
}

.form-action {
  text-align: center;
}

.btn {
  border-radius: 0;
  border-width: 2px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  padding: 9px 22px;
  box-shadow: 0 0 5px #111;
}
.btn.btn-sm {
  font-size: 12px;
  padding: 6px 15px;
}
.btn.btn-outline-red {
  border-color: #d62121;
  color: #d62121;
}
.btn.btn-outline-red:hover {
  background: #d62121;
  color: #FFFFFF;
}
.btn.btn-red {
  background: #d62121;
  color: #FFFFFF;
}
.btn.btn-red:hover {
  border-color: #791919;
  background: #791919;
}

a {
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

header {
  background-color: #FFF;
}
header .sub-header-section {
  background-color: #232628;
  color: #848484;
  font-size: 14px;
  padding: 12px 0px;
  min-height: 57px;
}
header .sub-header-section .sub-header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .sub-header-section .sub-header-wrap .sub-header-item.sub-header-item--social .social-media-menu {
  margin: 0;
  padding: 0;
  display: flex;
}
header .sub-header-section .sub-header-wrap .sub-header-item.sub-header-item--social .social-media-menu li {
  list-style: none;
  padding: 0 10px;
}
header .sub-header-section .sub-header-wrap .sub-header-item.sub-header-item--social .social-media-menu li:first-child {
  padding-left: 0;
}
header .sub-header-section .sub-header-wrap .sub-header-item.sub-header-item--social .social-media-menu li a {
  color: #848484;
  display: block;
}
header .sub-header-section .sub-header-wrap .sub-header-item.sub-header-item--social .social-media-menu li a:hover {
  color: #d62121;
}
header .sub-header-section .sub-header-wrap .sub-header-item.sub-header-item--whatsapp .whatsapp-cta {
  background: #d62121;
  color: #FFFFFF;
  padding: 3px 8px;
  display: flex;
  align-items: center;
  line-height: 13px;
  text-decoration: none;
}
header .sub-header-section .sub-header-wrap .sub-header-item.sub-header-item--whatsapp .whatsapp-cta:hover {
  animation: whatsapp-cta-pulse 1.5s ease-out infinite;
}
header .sub-header-section .sub-header-wrap .sub-header-item.sub-header-item--whatsapp .whatsapp-cta span {
  text-align: right;
}
header .sub-header-section .sub-header-wrap .sub-header-item.sub-header-item--whatsapp .whatsapp-cta span.whatsapp-cta--logo {
  font-size: 18px;
  padding-right: 5px;
}
header .sub-header-section .sub-header-wrap .sub-header-item.sub-header-item--whatsapp .whatsapp-cta span small.whatsapp-cta--text {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
}
header .sub-header-section .sub-header-wrap .sub-header-item.sub-header-item--whatsapp .whatsapp-cta span small.whatsapp-cta--ddd {
  font-size: 11px;
}
header .header-wrap {
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}
header .header-wrap .fixed-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-wrap .logo-wrap {
  margin-left: 20px;
}
header .header-wrap .menu-wrap .menu-close {
  display: none;
}
header .header-wrap .menu-wrap .main-menu {
  padding: 0;
  margin: 0;
  display: flex;
}
header .header-wrap .menu-wrap .main-menu li {
  list-style: none;
  padding: 46px 30px;
}
header .header-wrap .menu-wrap .main-menu li:last-child {
  padding-right: 20px;
}
header .header-wrap .menu-wrap .main-menu li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #232527;
  text-decoration: none;
  display: block;
}
header .header-wrap .menu-wrap .main-menu li a:hover {
  color: #d62121;
}
header .header-wrap .mobile-menu-button {
  display: none;
}
header .header-wrap .down-menu-wrap {
  background: #f9f9f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-wrap .down-menu-wrap .down-menu-item {
  text-transform: uppercase;
  color: #848484;
  border-right: 1px solid #f0f0f0;
  padding: 0 15px;
  min-height: 60px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
header .header-wrap .down-menu-wrap .down-menu-item a {
  color: #848484;
  text-decoration: none;
}
header .header-wrap .down-menu-wrap .down-menu-item.down-menu-item--location {
  width: 290px;
}
header .header-wrap .down-menu-wrap .down-menu-item.down-menu-item--location i {
  color: #d62121;
  margin-right: 10px;
  font-size: 18px;
}
header .header-wrap .down-menu-wrap .down-menu-item.down-menu-item--location ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
header .header-wrap .down-menu-wrap .down-menu-item.down-menu-item--location ul li {
  list-style: none;
  border-right: 1px solid #f0f0f0;
  padding-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-wrap .down-menu-wrap .down-menu-item.down-menu-item--location ul li a:hover {
  color: #232527;
}
header .header-wrap .down-menu-wrap .down-menu-item.down-menu-item--location ul li:last-child {
  border-right: 0;
}
header .header-wrap .down-menu-wrap .down-menu-item.down-menu-item--location ul li small {
  display: block;
}
header .header-wrap .down-menu-wrap .down-menu-item.down-menu-item--phone {
  width: calc(50% - 290px);
  justify-content: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .header-wrap .down-menu-wrap .down-menu-item.down-menu-item--phone {
    width: calc(57% - 290px);
  }
}
header .header-wrap .down-menu-wrap .down-menu-item.down-menu-item--phone i {
  color: #d62121;
  margin-right: 10px;
}
header .header-wrap .down-menu-wrap .down-menu-item.down-menu-item--phone a:hover {
  color: #232527;
}
header .header-wrap .down-menu-wrap .down-menu-item.down-menu-item--search {
  width: 50%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .header-wrap .down-menu-wrap .down-menu-item.down-menu-item--search {
    width: 43%;
  }
}
header .header-wrap .down-menu-wrap .down-menu-item.down-menu-item--search form {
  width: 100%;
}
header .header-wrap .down-menu-wrap .down-menu-item.down-menu-item--search form input.form-control {
  background: #f9f9f9;
  border-radius: 0;
  border-color: #f0f0f0;
  border-top-color: #f9f9f9;
  border-bottom-color: #f9f9f9;
  font-size: 14px;
}
header .header-wrap .down-menu-wrap .down-menu-item.down-menu-item--search form input.form-control:focus {
  outline: 0;
  box-shadow: none;
  background: #FFFFFF;
  border-top-color: #f0f0f0;
  border-bottom-color: #f0f0f0;
}
header .header-wrap .down-menu-wrap .down-menu-item.down-menu-item--search form .input-group-append .btn {
  background: #f9f9f9;
  border-top: 0;
  border-bottom: 0;
  font-size: 14px;
  border-radius: 0;
  border-color: #f0f0f0;
  border-right: 0;
  color: #848484;
  box-shadow: none;
}
header .header-wrap .down-menu-wrap .down-menu-item.down-menu-item--search form .input-group-append .btn:hover {
  color: #232527;
}
header .header-wrap .down-menu-wrap .down-menu-item.down-menu-item--search form .input-group-append .btn:focus {
  box-shadow: none;
}
header .header-wrap .down-menu-wrap .down-menu-item:last-child {
  border-right: 0;
}
header .fixed-wrap-mask {
  display: none;
  height: 113px;
}
header.fixed .sub-header-section .sub-header-wrap .sub-header-item.sub-header-item--whatsapp .whatsapp-cta {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
  height: 61px;
  width: 130px;
}
header.fixed .fixed-wrap-mask {
  display: block;
}
header.fixed .fixed-wrap {
  position: fixed;
  top: -61px;
  left: 0;
  right: 0;
  background: #FFFFFF;
  z-index: 9;
  -webkit-animation: fixed-wrap-animation 0.5s forwards;
  animation: fixed-wrap-animation 0.5s forwards;
  box-shadow: 0 0 10px #CCC;
}
header.fixed .fixed-wrap .menu-wrap {
  margin-right: 130px;
}
header.fixed .fixed-wrap .menu-wrap .main-menu li {
  padding: 20px;
}
header.fixed .fixed-wrap .logo-wrap .logo-link img {
  height: 46px;
}
@media (max-width: 991px) {
  header {
    position: relative;
    z-index: 11;
  }
  header.fixed .sub-header-section .sub-header-wrap .sub-header-item.sub-header-item--whatsapp .whatsapp-cta,
header .sub-header-section .sub-header-wrap .sub-header-item.sub-header-item--whatsapp .whatsapp-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    width: 100%;
    height: auto;
    text-align: center;
    justify-content: center;
  }
  header .fixed-wrap-mask {
    display: block;
    height: 65px;
  }
  header .sub-header-section {
    display: none;
  }
  header.fixed .fixed-wrap,
header .header-wrap .fixed-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    padding: 10px 15px;
    box-shadow: 0 0 10px #333;
  }
  header.fixed .fixed-wrap .logo-wrap,
header .header-wrap .fixed-wrap .logo-wrap {
    margin-left: 0;
  }
  header.fixed .fixed-wrap .logo-wrap .logo-link img,
header .header-wrap .fixed-wrap .logo-wrap .logo-link img {
    height: 45px;
  }
  header.fixed .fixed-wrap .mobile-menu-button,
header .header-wrap .fixed-wrap .mobile-menu-button {
    display: inline-block;
  }
  header.fixed .fixed-wrap .mobile-menu-button button,
header .header-wrap .fixed-wrap .mobile-menu-button button {
    border: 1px solid #f0f0f0;
    background: #f9f9f9;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 0;
    color: #232527;
  }
  header.fixed .fixed-wrap .mobile-menu-button button:focus, header.fixed .fixed-wrap .mobile-menu-button button:hover,
header .header-wrap .fixed-wrap .mobile-menu-button button:focus,
header .header-wrap .fixed-wrap .mobile-menu-button button:hover {
    outline: 0;
    box-shadow: none;
  }
  header.fixed .down-menu-wrap,
header .header-wrap .down-menu-wrap {
    display: none;
  }
  header.fixed .fixed-wrap .menu-wrap,
header .header-wrap .menu-wrap {
    position: fixed;
    top: 0;
    right: -290px;
    margin-right: 0;
    background: #d62121;
    z-index: 11;
    width: 290px;
    height: 100%;
    padding: 20px;
    transition: right 0.5s ease-in-out;
  }
  header.fixed .fixed-wrap .menu-wrap .menu-close,
header .header-wrap .menu-wrap .menu-close {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFF;
    font-size: 18px;
    padding: 5px 12px;
  }
  header.fixed .fixed-wrap .menu-wrap .menu-close:focus, header.fixed .fixed-wrap .menu-wrap .menu-close:hover,
header .header-wrap .menu-wrap .menu-close:focus,
header .header-wrap .menu-wrap .menu-close:hover {
    outline: 0;
    box-shadow: none;
  }
  header.fixed .fixed-wrap .menu-wrap .main-menu,
header .header-wrap .menu-wrap .main-menu {
    flex-direction: column;
  }
  header.fixed .fixed-wrap .menu-wrap .main-menu li,
header .header-wrap .menu-wrap .main-menu li {
    padding: 15px 0;
  }
  header.fixed .fixed-wrap .menu-wrap .main-menu li a,
header .header-wrap .menu-wrap .main-menu li a {
    color: #FFFFFF;
    display: inline-block;
  }
  header .header-wrap .menu-wrap.active {
    right: 0;
  }
}

.header-mobile-shadow {
  display: none;
}
@media (max-width: 991px) {
  .header-mobile-shadow {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  header .header-wrap .fixed-wrap .menu-wrap .main-menu li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@-webkit-keyframes fixed-wrap-animation {
  100% {
    top: 0;
  }
}
@keyframes fixed-wrap-animation {
  100% {
    top: 0;
  }
}
@-webkit-keyframes whatsapp-cta-pulse {
  0% {
    box-shadow: 0 0 0 #d62121;
  }
  50% {
    box-shadow: 0 0 25px #d62121;
  }
  100% {
    box-shadow: 0 0 0 #d62121;
  }
}
.banner-section {
  max-height: 600px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .banner-section {
    background: url(assets/img/fachada/banner-mobile-static.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
.banner-section img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .banner-section img {
    display: none;
  }
}
.banner-section .content-wrap {
  position: absolute;
  top: 0;
  bottom: 100px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .banner-section .content-wrap {
    position: relative;
    padding: 40px 0 80px;
  }
}
.banner-section .content-wrap .banner-card {
  background: rgba(0, 0, 0, 0.6);
  width: 550px;
  padding: 30px;
  color: #FFFFFF;
  float: right;
}
@media (max-width: 991px) {
  .banner-section .content-wrap .banner-card {
    background: rgba(0, 0, 0, 0.8);
    width: auto;
    text-align: center;
  }
}
.banner-section .content-wrap .banner-card h1 {
  font-family: "Montserrat", sans-serif;
  position: relative;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4em;
}
.banner-section .content-wrap .banner-card h1:before {
  content: "";
  position: absolute;
  width: 4px;
  background: #d62121;
  top: 0;
  bottom: 0;
  left: -30px;
}
@media (max-width: 991px) {
  .banner-section .content-wrap .banner-card h1 {
    font-size: 30px;
  }
  .banner-section .content-wrap .banner-card h1:before {
    width: 100px;
    top: auto;
    left: 50%;
    margin-left: -50px;
    height: 3px;
    bottom: -10px;
  }
}
.banner-section .content-wrap .banner-card p {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 28px;
  margin: 20px 0 30px;
}
@media (max-width: 991px) {
  .banner-section .content-wrap .banner-card p {
    font-size: 14px;
    line-height: normal;
  }
}

footer {
  background-image: url(assets/img/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #232628;
  color: #848484;
  padding: 60px 0;
  position: relative;
}
@media (max-width: 991px) {
  footer {
    text-align: center;
  }
}
footer:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(35, 38, 40, 0.95);
}
footer h2 {
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 25px;
}
footer .footer-list {
  padding: 0;
  margin: 0;
}
footer .footer-list li {
  list-style: none;
  color: #848484;
  padding: 5px 0;
}
footer .footer-list li:first-child {
  padding-top: 0;
}
footer .footer-list li a {
  color: #848484;
}
footer .footer-list li a:hover {
  color: #FFFFFF;
}
footer .footer-list li a i {
  color: #d62121;
  margin-right: 5px;
}
footer .footer-list li a.location-title {
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  margin-bottom: 5px;
}

.copyright {
  background-color: #26292b;
  color: #848484;
  padding: 20px 0;
}
@media (max-width: 991px) {
  .copyright {
    text-align: center;
  }
}
.copyright a {
  color: #d62121;
}
.copyright p {
  margin: 0;
}

.page-content-header {
  background: url("assets/img/page-header.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.page-content-header .page-content-header-wrap {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-section {
  padding: 65px 0;
}

.page-404-content {
  padding: 60px 0;
  text-align: center;
}
.page-404-content i {
  font-size: 60px;
  margin-bottom: 30px;
}

.cta-wrap {
  text-align: center;
}

.numbers-section {
  background-image: url("assets/img/numbers-section.jpg");
  position: relative;
  padding: 80px 0px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.numbers-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 38, 40, 0.96);
}
.numbers-section .count-box {
  position: relative;
  font-weight: 700;
  color: #ffffff;
  font-size: 36px;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.numbers-section .count-box .icon-box {
  color: #d62121;
  font-size: 42px;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin-right: 20px;
}
.numbers-section .count-box .count-text {
  position: relative;
  font-weight: 700;
  color: #ffffff;
  font-size: 36px;
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
}
.numbers-section .counter-title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 25px;
  padding: 12px 20px;
  background-color: #292d2f;
  text-transform: capitalize;
  border: 1px solid #303436;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
@media (max-width: 991px) {
  .numbers-section .counter-title {
    margin-bottom: 50px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .numbers-section > .container > .row div:last-child .counter-title {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .numbers-section > .container > .row div:last-child .counter-title,
.numbers-section > .container > .row div:nth-last-child(2) .counter-title {
    margin-bottom: 0;
  }
}

.veiculos-listing {
  margin-bottom: 20px;
}
.veiculos-listing .card-car {
  border: 1px solid #f2f2f2;
  margin-bottom: 40px;
  background-color: #FFF;
  box-shadow: 0 0 10px #111;
}
.veiculos-listing .card-car .card-car-image {
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}
.veiculos-listing .card-car .card-car-image .card-car-price {
  position: absolute;
  right: 0px;
  bottom: 0px;
  color: #232527;
  font-size: 18px;
  font-weight: 400;
  padding: 5px 16px 5px 10px;
  background-color: #f7f7f7;
  font-family: "Montserrat", sans-serif;
  max-height: 35px;
  min-height: 35px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.veiculos-listing .card-car .card-car-image .card-car-price:before {
  position: absolute;
  content: "";
  left: -25px;
  top: 0px;
  border-bottom: 35px solid #f7f7f7;
  border-left: 25px solid transparent;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.veiculos-listing .card-car .card-car-image .card-car-price.card-car-price--sob-consulta {
  display: flex;
  align-items: center;
}
.veiculos-listing .card-car .card-car-image .card-car-price.card-car-price--sob-consulta .sob-consulta-price {
  font-size: 12px;
  text-transform: uppercase;
}
.veiculos-listing .card-car .card-car-description .card-car-description--title {
  font-family: "Montserrat", sans-serif;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  margin: 16px 20px;
  text-transform: uppercase;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px;
  /* fallback */
  max-height: 32px;
  /* fallback */
  min-height: 32px;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
.veiculos-listing .card-car .card-car-description .card-car-description--title a {
  color: #232628;
}
.veiculos-listing .card-car .card-car-description .card-car-description--title a:hover {
  color: #d62121;
}
.veiculos-listing .card-car .card-car-details {
  position: relative;
  padding: 12px 12px;
  background-color: #f7f7f7;
}
.veiculos-listing .card-car .card-car-details .card-car-details--list {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  justify-content: center;
  padding-left: 20px;
}
.veiculos-listing .card-car .card-car-details .card-car-details--list li {
  position: relative;
  color: #848484;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 12px;
  margin-right: 10px;
  display: inline-block;
  border-right: 1px solid #eaeaea;
}
.veiculos-listing .card-car .card-car-details .card-car-details--list li:last-child {
  border-right: 0;
}
.veiculos-listing .card-car .card-car-details .card-car-details--list li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 23px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .veiculos-listing .card-car .card-car-details .card-car-details--list li:nth-child(2) {
    display: none;
  }
}
.veiculos-listing .card-car:hover .card-car-price {
  background: #d62121;
  color: #FFFFFF;
}
.veiculos-listing .card-car:hover .card-car-price:before {
  border-bottom-color: #d62121;
}

.form-home-section {
  margin-top: -100px;
}
@media (max-width: 991px) {
  .form-home-section {
    margin-top: -40px;
  }
}
.form-home-section .form-home-wrap .form-home-type-selector {
  padding: 0;
  margin: 0;
  display: table;
  border-top: 3px solid #d62121;
  width: auto;
  position: relative;
  background: #FFFFFF;
  z-index: 2;
}
@media (max-width: 991px) {
  .form-home-section .form-home-wrap .form-home-type-selector {
    width: 100%;
  }
}
.form-home-section .form-home-wrap .form-home-type-selector li {
  list-style: none;
  display: table-cell;
  background: #d62121;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .form-home-section .form-home-wrap .form-home-type-selector li {
    width: 50%;
    text-align: center;
  }
}
.form-home-section .form-home-wrap .form-home-type-selector li > a {
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  padding: 9px 27px;
  display: block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .form-home-section .form-home-wrap .form-home-type-selector li > a {
    padding: 9px 15px;
  }
}
.form-home-section .form-home-wrap .form-home-type-selector li > a:hover {
  background: #791919;
  color: #FFFFFF;
}
.form-home-section .form-home-wrap .form-home-type-selector li.active {
  background: #FFFFFF;
}
.form-home-section .form-home-wrap .form-home-type-selector li.active > a {
  color: #232527;
}
.form-home-section .form-home-wrap .form-home-type-selector li.active > a:hover {
  color: #FFFFFF;
}
.form-home-section .form-home-wrap .form-home-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: relative;
  padding: 38px 30px;
  border: 1px solid #f0f0f0;
  background-color: #ffffff;
  border-top: 0px;
  -webkit-box-shadow: 0px 0px 12px 0px #f0f0f0;
  -moz-box-shadow: 0px 0px 12px 0px #f0f0f0;
  box-shadow: 0px 0px 12px 0px #f0f0f0;
  z-index: 1;
}
@media (max-width: 991px) {
  .form-home-section .form-home-wrap .form-home-box {
    flex-direction: column;
  }
}
.form-home-section .form-home-wrap .form-home-box .form-home-item {
  width: 19%;
  padding: 0 5px;
}
@media (max-width: 991px) {
  .form-home-section .form-home-wrap .form-home-box .form-home-item {
    width: auto;
    padding: 6px 0;
  }
}
.form-home-section .form-home-wrap .form-home-box .form-home-item .custom-select {
  border-radius: 0;
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  color: #848484;
  min-height: 43px;
  font-size: 14px;
}
.form-home-section .form-home-wrap .form-home-box .form-home-item .custom-select:focus, .form-home-section .form-home-wrap .form-home-box .form-home-item .custom-select:hover {
  box-shadow: none;
  border-color: #d62121;
}
.form-home-section .form-home-wrap .form-home-box .form-home-item .btn {
  width: 100%;
}

.contact-card {
  margin-bottom: 50px;
}
.contact-card .contact-list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.contact-card .contact-list li {
  list-style: none;
  padding: 5px 0;
  width: 33.3%;
}
.contact-card .contact-list li:first-child, .contact-card .contact-list li:nth-child(2) {
  width: 100%;
}
.contact-card .contact-list li a {
  color: #CCC;
}
.contact-card .contact-list li a > i, .contact-card .contact-list li a:hover {
  color: #d62121;
}

.product-info-card {
  position: relative;
  margin-bottom: 50px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 0 10px #111;
}
.product-info-card .product-info-card-header {
  background: #f7f7f7;
  padding: 10px 20px;
}
.product-info-card .product-info-card-header h4 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  color: #232527;
}
.product-info-card .product-info-card-content {
  background-color: #FFF;
  overflow: hidden;
}
.product-info-card .product-info-card-content .product-info-card-description-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.product-info-card .product-info-card-content .product-info-card-description-list li {
  width: 50%;
  list-style: none;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 991px) {
  .product-info-card .product-info-card-content .product-info-card-description-list li {
    width: 100%;
  }
}
.product-info-card .product-info-card-content .product-info-card-description-list li:last-child {
  border-bottom: none;
}
.product-info-card .product-info-card-content .product-info-card-description-list li span {
  width: 50%;
  padding: 15px 15px;
  font-family: "Montserrat", sans-serif;
  color: #232527;
}
.product-info-card .product-info-card-content .product-info-card-description-list li span:last-child {
  color: #232527;
  font-weight: 600;
}
.product-info-card .product-info-card-content .product-info-card-description-list li.veiculo-descricao {
  width: 100%;
}
.product-info-card .product-info-card-content .product-info-card-description-list li.veiculo-descricao > span {
  font-weight: 400;
  width: 100%;
  text-align: center;
}

.product-info-card-opcionais-list {
  display: flex;
  margin: 10px;
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
}
.product-info-card-opcionais-list li {
  width: 33.3%;
  list-style: none;
  padding: 10px 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #232527;
}
@media (max-width: 991px) {
  .product-info-card-opcionais-list li {
    width: 50%;
  }
}
.product-info-card-opcionais-list li:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #d62121;
  margin-right: 8px;
}

.single-car-main-carousel {
  margin-bottom: 50px;
}
.single-car-main-carousel .owl-thumbs {
  display: flex;
  justify-content: center;
}
.single-car-main-carousel .owl-thumbs .owl-thumb-item {
  max-width: 100px;
  padding: 0;
}
.single-car-main-carousel .owl-thumbs .owl-thumb-item img {
  max-width: 100%;
}

.single-share-icons {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-share-icons li {
  list-style: none;
  padding: 0 12px;
  text-align: center;
}
.single-share-icons li .single-share-icons--icon {
  font-size: 30px;
  line-height: 34px;
  display: inline-block;
}
.single-share-icons li .single-share-icons--label {
  display: block;
  color: #FFF;
}
.single-share-icons li:hover .single-share-icons--icon,
.single-share-icons li:hover .single-share-icons--label {
  color: #791919;
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
}
.pagination-wrapper .pagination {
  display: flex;
}
.pagination-wrapper .pagination .page-numbers {
  border: 1px solid #f2f2f2;
  border-right: 0;
  padding: 8px 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  background: #f2f2f2;
}
.pagination-wrapper .pagination .page-numbers:last-child {
  border-right: 1px solid #f2f2f2;
}
.pagination-wrapper .pagination .page-numbers.current {
  background: #d62121;
  border-color: #d62121;
  color: #FFF;
}
.pagination-wrapper .pagination a {
  color: #333;
}
.pagination-wrapper .pagination a:hover {
  background: #d62121;
  border-color: #d62121 !important;
  color: #FFF;
}

.filters-wrap {
  background: #232628;
  padding: 20px;
}
.filters-wrap h3 {
  margin-top: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.filters-wrap h3:first-child {
  margin-top: 0;
}
.filters-wrap h3.filtering-title {
  font-size: 16px;
  text-transform: uppercase;
}
.filters-wrap ul.filters-block {
  margin: 0;
  padding: 0;
}
.filters-wrap ul.filters-block li {
  list-style: none;
  border-bottom: 1px solid #333;
}
.filters-wrap ul.filters-block li a {
  display: block;
  padding: 4px 0;
  color: #CCC;
  font-family: "Montserrat", sans-serif;
}
.filters-wrap ul.filters-block li a span {
  float: right;
  font-size: 14px;
}
.filters-wrap ul.filters-block li a:hover {
  color: #d62121;
}
.filters-wrap ul.filters-block li.active a {
  color: #d62121;
}
.filters-wrap ul.filtering-block {
  margin: 0;
  padding: 0;
}
.filters-wrap ul.filtering-block li {
  list-style: none;
  padding: 4px 0;
  font-family: "Montserrat", sans-serif;
  color: #848484;
}
.filters-wrap ul.filtering-block li a {
  margin-left: 5px;
}

.not-found-veiculos {
  text-align: center;
}
.not-found-veiculos i {
  display: block;
  font-size: 40px;
  margin-bottom: 20px;
}

.breadcrumb-section {
  position: relative;
  color: #272727;
  background-color: #232628;
}
.breadcrumb-section .breadcrumbs {
  position: relative;
  font-size: 14px;
  padding: 18px 0px 17px;
  color: #d62121;
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
}
.breadcrumb-section .breadcrumbs a {
  color: #CCC;
}
.breadcrumb-section .breadcrumbs a:hover {
  color: #d62121;
}
.breadcrumb-section .breadcrumbs .separation i {
  margin: 0 8px;
}

/*# sourceMappingURL=style.css.map */
