@charset "UTF-8";
@import "fonts/stylesheet.css";

ul,
li {
  text-decoration: none;
  list-style: none;
  padding: 0 !important;
}

h2 {
  color: #364d2d;
  font-weight: 600;
}

.modal.fade {
  background-color: rgba(0, 0, 0, 0.5);
}

.modal .modal-dialog {
  background-color: none;
  border: none;
  color: #111;
}

.modal .modal-dialog .modal-content {
  background-color: #fff;
  border: none;
}

.modal .close {
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 10px 12px;
  z-index: 999;
}

.modal .section {
  background-color: transparent;
  color: #111;
  padding: 50px 0;
}

.modal .section__header h2 {
  color: #364d2d;
  font-family: "Libre Baskerville";
  font-size: 24px;
  text-align: center;
  float: none;
  margin-bottom: 30px;
}

.modal .section__header p {
  color: #111;
  font-size: 16px;
}

.modal .sub-item {
  background-color: #eee;
  border-radius: 5px;
  display: block;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  transition: 0.4s;
}

.modal .sub-item:hover {
  background-color: #364d2d;
  transition: 0.4s;
}

.modal .sub-item .icon {
  display: table;
  height: 80px;
  width: 100%;
}

.modal .sub-item .icon span {
  vertical-align: middle;
  display: table-cell;
}

.modal .sub-item .icon span img {
  width: 50px;
}

.modal .sub-item .title {
  font-family: "Libre Baskerville";
  color: #111;
  font-size: 12px;
  text-transform: uppercase;
}

.modal .sub-item:hover .title {
  color: #fff;
}

.modal .form-control {
  background-color: #eee !important;
  border: none;
  border-radius: 4px;
  color: #111;
  padding: 10px;
  height: 50px;
}

.modal textarea.form-control {
  height: auto;
}

.modal .button {
  display: inline-block;
  font-size: 18px;
  padding: 10px 30px;
}

.form-md .form-control {
  background-color: transparent;
  border: 2px solid #888;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px;
  height: 50px;
}

.form-md textarea.form-control {
  height: auto;
}

.form-md .form-control::placeholder {
  color: #aaa;
}

.form-md .button {
  display: inline-block;
  font-size: 18px;
  padding: 10px 30px;
}

.form__control--error .form-control {
  border-color: red !important;
}

.area__mais {
}

@media (max-width: 768px) {
  .area__mais .col-xl-5 {
    padding: 0;
  }
}

.mais {
  display: block;
  background-color: #a08d21;
  text-align: center;
  font-family: "Libre Baskerville";
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  float: left;
  width: 100%;
  line-height: 3.2;
  transition: 0.2s;
  border: none;
  padding: 0;
}

.mais:hover {
  text-decoration: none;
  color: #fff;
  transition: 0.2s;
  background-color: #888;
}

.section__franqueado {
  background-color: #eee;
  background-image: url(../img/bg-section.jpg);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: right;
}

.section__franqueado.no-bg {
  background-color: #fff !important;
  background-image: none;
}

.section__franqueado h2 {
  font-family: "Libre Baskerville";
  font-size: 30px;
  color: #364d2d;
  font-weight: 300;
  line-height: 45px;
  margin: 9% 0;
}

.section__franqueado .input-group {
  margin: 12% 0;
}

.section__franqueado .form-control {
  border: 1px solid #fff;
  height: 60px;
  font-size: 18px;
  font-weight: 300;
}

.section__franqueado textarea.form-control {
  height: auto;
}

.section__franqueado .input-group button {
  padding: 0 40px 0;
  border: 1px solid #a08d21;
  margin-top: 0;
}

.section__franqueado .mais {
  margin: 25% 0;
}

@media (max-width: 768px) {
  .mais {
    line-height: unset;
  }

  .section__franqueado h2 {
    font-size: 20px;
  }

  .section__franqueado .form-control {
    height: 50px;
  }

  .section__franqueado {
    text-align: center;
  }

  .section__franqueado .mais {
    margin: 0;
  }

  .section__franqueado .input-group {
    margin: 0;
  }
}

.whatsbutton {
  position: fixed;
  bottom: 55px;
  right: 30px;
  z-index: 1000000;
  width: 50px;
}

.button {
  background-color: #fff;
  border: 1px solid #364d2d;
  text-align: center;
  font-family: "Libre Baskerville";
  font-size: 14px;
  color: #364d2d;
  padding: 10px 15px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 4px;
  transition: 0.3s;
}

.button:hover {
  background-color: #364d2d;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.box__option {
  display: block;
  text-align: center;
  padding: 4em 1em;
}

.box__option img {
  height: 120px;
  margin-bottom: 30px;
  transition: 0.4s;
}

.box__option:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: 0.4s;
}

.box__option:hover {
  text-decoration: none;
}

.box__option .title {
  font-family: "Libre Baskerville";
  font-size: 26px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.box__option .title::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 25%;
  display: block;
  width: 50%;
  height: 4px;
  transition: 0.4s;
}

.box__option:hover .title::before {
  top: 45px;
  transition: 0.4s;
}

.box__option.vender {
  background: url(../img/bg_vender.jpg) center no-repeat;
  background-size: 130%;
  color: #fff;
  transition: 0.4s;
}

.box__option.vender:hover {
  background-size: 150%;
  transition: 0.4s;
}

.box__option.vender .title::before {
  background-color: #ffca08;
}

.box__option.solicitar {
  background: url(../img/bg_solicitar.jpg) center no-repeat;
  background-size: 130%;
  color: #111;
  transition: 0.4s;
}

.box__option.solicitar:hover {
  background-size: 150%;
  transition: 0.4s;
}

.box__option.solicitar .title::before {
  background-color: #fff;
}

@media (max-width: 960px) {
  .box__option.vender,
  .box__option.solicitar {
    background-size: cover;
  }

  .box__option .title {
    font-size: 20px;
  }
}

.produto-info {
  padding: 40px 0;
  font-size: 14px;
}

.veiculo-list-area {
  max-height: 420px;
  overflow: auto;
  padding-right: 30px;
  width: 100%;
}

.scroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.scroll::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

.scroll::-webkit-scrollbar-thumb {
  background: #666;
  border: 0px none #ffffff;
}

.scroll::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}

.scroll::-webkit-scrollbar-thumb:active {
  background: #000000;
}

.scroll::-webkit-scrollbar-track {
  background: #ddd;
  border: 0px none #ffffff;
}

.scroll::-webkit-scrollbar-track:hover {
  background: #ddd;
}

.scroll::-webkit-scrollbar-track:active {
  background: #666;
}

.scroll::-webkit-scrollbar-corner {
  background: transparent;
}

.veiculo__desc {
  font-size: 16px;
  line-height: 24px;
  margin-top: 30px;
  max-height: 420px;
  overflow: auto;
  padding-right: 30px;
}

.title__borda {
  color: #111;
  font-family: "Libre Baskerville";
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 20px;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.media__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
}

.media__item:hover,
.media__item:focus {
  text-decoration: none;
}

.media__desc--gray {
  background-color: #4a4748;
}

.media__desc--red {
  background-color: #cc1c22;
}

.media__desc--blue {
  background-color: #112c44;
}

.media__title {
  color: #4a4748;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.4;
  margin: 25px 0 0;
  text-align: center;
  text-transform: uppercase;
}

.media__text {
  color: #363636;
  font-size: 15px;
  text-align: center;
}

.media--center {
  max-width: 1030px;
  margin: 0 auto;
}

.media--col4 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.media--col4 .media__item {
  -webkit-box-pack: baseline;
  -ms-flex-pack: baseline;
  justify-content: baseline;
  padding: 0 30px;
  margin-bottom: 45px;
}

@media (min-width: 480px) {
  .media--col4 .media__item {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .media--col4 .media__item {
    width: 25%;
  }
}

.media--col4 .media__img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.media--col4 .media__text {
  margin-top: 30px;
}

.media--full {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.media--full .media__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 235px;
  width: 100%;
}

@media (min-width: 768px) {
  .media--full .media__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .media--full .media__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.media--full .media__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .media--full .media__img {
    width: 40%;
  }
}

.media--full .media__desc {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

@media (min-width: 768px) {
  .media--full .media__desc {
    width: 60%;
  }
}

.media--full .media__title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 6px;
  margin: 0;
}

@media (min-width: 768px) {
  .media--full .media__title {
    font-size: 30px;
    letter-spacing: 10px;
  }
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}

.social__item {
  margin: 0 5px;
}

.social__item img {
  width: 16px;
}

.social .icon-text {
  margin-left: 20px;
}

.social--big .social__item {
  margin: 0 10px;
}

.social--big .social__item img {
  width: 24px;
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 420px;
}
.relacionado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 25%;

}
@media (max-width: 768px) {
  .relacionado{
    width: 100%;
  }
  .grid__item{
    height: 320px;
  }
}
.grid__item.grid__item--blog {
  width: 50%;
}

.grid__item.grid__item--blog .grid__title {
  line-height: 28px;
}

.grid__item:hover {
  text-decoration: none;
}

.grid__item:hover .grid__desc {
}

.grid__item:hover .grid__desc h3,
.grid__item:hover .grid__desc p,
.grid__item:hover .grid__desc .grid__price {
}

@media (min-width: 768px) {
  .grid__item {
    padding: 0 10px;
  }
  .relacionado {
    padding: 0 10px;
  }
}

.grid__item--blindado {
  position: relative;
}

.grid__item--consorcio h3 {
  background-color: #112c44;
  border: 0;
  padding: 20px 10px;
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0px;
}

.formConsorcio {
  padding: 20px;
}

.grid__img {
  height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  position: relative;
  transition: background-size 0.2s ease-in;
  -moz-transition: background-size 0.2s ease-in;
  -ms-transition: background-size 0.2s ease-in;
  -o-transition: background-size 0.2s ease-in;
  -webkit-transition: background-size 0.2s ease-in;
}

.grid__img:hover {
}

.grid__img .mais {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  vertical-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.4s;
  border-radius: 0;
}

.grid__img:hover .mais {
  opacity: 1;
  transition: 0.4s;
}

.grid__img .mais span {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-family: "Libre Baskerville";
  font-size: 14px;
}

@media (max-width: 768px) {
  .grid__img {
    background-size: cover;
  }
}

@media (min-width: 480px) {
  .grid__img {
    height: 200px;
  }
}

@media (min-width: 768px) {
  .grid__img {
    height: 160px;
  }
}

@media (min-width: 992px) {
  .grid__img {
    height: 250px;
  }
}

.grid__desc {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #111;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 15px 0 15px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .grid__desc {
  }
}

.grid__desc .grid__title,
.grid__desc .grid__text {
  color: #111;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.grid__desc .grid__title {
  font-size: 18px;
  font-family: "Libre Baskerville";
  font-weight: lighter;
  letter-spacing: 1.2px;
  margin: 0 0 2px 0;
  text-align: left;
}

.grid__item .grid__text {
  font-size: 16px;
  letter-spacing: 0;
  color: #aaa;
  text-align: left;
  line-height: auto !important;
  margin-bottom: 10px;
}

.grid__price {
  color: #111;
  font-family: "Libre Baskerville";
  font-weight: lighter;
  font-size: 20px;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.grid__footer {
  padding: 30px 0;
  width: 100%;
  text-align: center;
}

.grid__footer .button {
  display: inline-block;
  margin: 0 auto;
}

.section__content.form__filtro {
  background: none;
  margin-top: 40px;
  margin-bottom: 0;
}

.section__content.form__filtro .form-control {
  background-color: #fff;
  border: 1px solid #364d2d;
  border-radius: 4px;
  color: #111 !important;
}

.section__content.form__filtro .form-control.quicksearch {
  background: url(../img/icons/search.svg) 98% no-repeat;
  background-size: 20px;
  padding-right: 10%;
}

.section__content.form__filtro .form-control input,
.section__content.form__filtro .form-control::placeholder {
  color: #111;
}

.filtro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .filtro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.filtro__item {
  position: relative;
  padding: 40px 0;
  height: 200px;
  cursor: pointer;
  border: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .filtro__item {
    height: 270px;
  }
}

.filtro__item:focus {
  outline: none;
}

.filtro__item:active img {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.filtro__item.is-active img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.filtro__item h3 {
  color: #ffffff;
  font-family: "Libre Baskerville";
  text-transform: uppercase;
  font-size: 24px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50px;
}

.filtro__item h3::after {
  display: block;
  background: #ffca08;
  content: "";
  margin: 0 auto;
  width: 80px;
  height: 4px;
  margin-top: 5px;
}

@media (min-width: 992px) {
  .filtro__item h3 {
    font-size: 30px;
  }
}

@media (min-width: 1280px) {
  .filtro__item h3 {
    font-size: 30px;
  }
}

.filtro__item img {
  bottom: 10px;
  left: 0;
  margin: 0 auto;
  max-width: 140px;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .filtro__item img {
    bottom: -40px;
    max-width: 240px;
  }
}

@media (min-width: 992px) {
  .filtro__item img {
    max-width: 260px;
  }
}

@media (min-width: 1280px) {
  .filtro__item img {
    max-width: 300px;
  }
}

@media (min-width: 768px) {
  .filtro__item {
    width: 50%;
  }
}

.filtro__item--yellow {
  background-color: #ffca08;
}

.filtro__item--yellow h3 {
  color: #111;
}

.filtro__item--yellow h3::after {
  background-color: #fff;
}

.filtro__item--black {
  background-color: #111;
}

.grid-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}

.grid-slider.slick-slider {
  margin-bottom: 40px;
}

.grid-slider .slick-arrow.slick-next {
  right: 30px;
  top: 98px;
}

.grid-slider .slick-arrow.slick-prev {
  left: 30px;
  top: 90px;
}

.grid-slider .grid__item {
  height: auto;
  position: relative;
  margin: 0;
}

.grid-slider .grid__desc {
  min-height: 120px;
}

.grid-slider .grid__img {
  height: 180px;
}

.header {
  z-index: 1;
  background-color: #364d2d;
  border-top: 10px solid #364d2d;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
  height: 82px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
  font-family: "Libre Baskerville", serif !important;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .header {
    height: 115px;
    transition: 0.3s;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .header.is-scrolling {
    height: 80px;
    transition: 0.3s;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.header.revert {
  background-color: #a08d21;
  border-top: 10px solid #364d2d;
}

@media (min-width: 992px) {
  .header.revert .links__topo a {
    border: 1px solid #fff;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
  }
}

.header-aux__logo img {
  display: block;
  max-width: 180px;
  margin: 15px auto 0;
}

@media (min-width: 992px) {
  .header-aux {
    display: none;
  }
}

.header-top {
  background-color: #4a4748;
  margin-top: auto;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 20px 30px;
  text-align: center;
}

@media (min-width: 992px) {
  .header-top {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-top: 0;
  }
}

.header-top__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 992px) {
  .header-top__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.header-bottom {
  padding: 20px 20px;
}

@media (max-width: 991px) {
  .header-bottom {
    background: #222;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    right: 0;
    width: 80%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 100;
    padding: 0;
  }
}

.header-bottom__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 992px) {
  .header-bottom__content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.header__logo {
  margin-bottom: 40px;
  margin-top: 15px;
  max-width: 180px;
  display: block;
}

.header__logo img {
  width: 250px;
}

.header__logo__mob {
  margin-bottom: 15px;
  margin-top: 15px;
  max-width: 140px;
}

@media (min-width: 992px) {
  .header__logo {
    display: block;
    margin: 0;
    max-width: 26%;
    transition: 0.3s;
  }

  .is-scrolling .header__logo {
    max-width: 20%;
    transition: 0.3s;
  }

  .header__logo__mob {
    display: none;
  }
}

.header__slogan {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
}

.header--open .header-bottom {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.footer {
  background-color: #eee;
  background-image: url(../img/bg-section.jpg);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: right;
  padding: 50px 0 !important;
}

.footer .logo__footer {
  max-width: 200px;
}

.footer .menu {
  margin: 40px 0;
  background-color: none;
  text-align: center;
  width: 100%;
  position: inherit;
  top: inherit;
}

.footer .menu ul {
  display: inline-block;
  width: auto;
}

@media (max-width: 768px) {
  .footer .menu ul {
    width: auto;
    display: block;
  }

  .footer .menu ul li {
    width: 100%;
  }

  .footer .menu a {
    text-align: center !important;
  }
}

.footer .menu a {
  color: #224b25;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  text-transform: none;
  padding: 10px 0;
}

.footer .menu a:hover {
}

.footer .menu__item {
  padding: 0;
  display: block;
  text-align: left;
  width: 100%;
}

.footer .social__footer {
  margin: 40px 0 70px;
}

.footer .sep__footer {
  border-color: #777;
  margin-bottom: 70px;
  display: block;
}

.footer .icon {
  text-align: center;
}

.footer i {
  color: #ffca08;
  font-size: 22px;
}

.footer .social__footer a {
  margin: 0 10px 0 0;
}

.footer .social__footer i {
  font-size: 24px;
}

.footer__bottom {
  background-color: #363636;
  position: relative;
  padding: 80px 0 20px;
}

.footer__bottom .logo-rodape {
  display: inline-block;
  width: 50%;
  margin-bottom: 80px;
}

@media only screen and (max-width: 600px) {
  .footer__bottom .logo-rodape {
    width: 100%;
    margin-bottom: 50px;
  }
}

.footer__bottom small {
  font-size: 14px;
  color: #b7b7b7;
}

.footer__bottom .powered-by-inffus {
  font-size: 14px;
  color: #888;
  width: 100%;
}

@media (min-width: 992px) {
  .footer__bottom .powered-by-inffus {
    float: right;
    font-size: 14px;
    color: #888;
    width: auto;
  }
}

.menu {
  width: 100%;
  overflow: hidden;
}

@media (min-width: 992px) {
  .menu {
    width: 100%;
    position: absolute;
    left: 0;
    background-color: #eee;
    top: 100px;
  }
}

@media (max-width: 768px) {
  .menu a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
  }

  .menu a:hover {
    color: #fff;
  }
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (min-width: 992px) {
  .menu__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.menu__item {
  width: 20%;
  text-align: center;
}

.menu__item i {
  float: right;
  margin: 0 0 0 8px;
}

@media (max-width: 768px) {
  .menu__item {
    width: 100%;
  }

  .menu__item i {
    float: none;
    display: none;
  }

  .menu__item:hover .menu__link {
    color: #fff;
  }
}

@media (min-width: 1280px) {
  .menu__item {
    padding: 0 20px;
  }

  .menu__item:last-child {
    padding-right: 0;
  }
}

.menu__item:hover .menu__link {
  text-decoration: none;
  color: #000000;
}

.menu__link {
  color: #000000;
  display: block;
  font-family: "Libre Baskerville", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1.6px;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

@media (min-width: 992px) {
  .menu__link {
    color: #364d2d;
    display: inline-block;
    letter-spacing: 1.2px;
    padding: 20px 0;
  }

  .menu__item a::after {
    width: 100%;
    display: block;
    background: #a08d21;
    height: 4px;
    position: absolute;
    content: "";
    bottom: 10px;
    left: 0;
    opacity: 0;
    transition: 0.2s;
  }

  .menu__item:hover a::after {
    width: 100%;
    bottom: 0;
    opacity: 1;
    transition: 0.2s;
  }
}

.menu__link img {
  width: 20px;
}

.intro__mob {
  display: none;
  color: #bbb;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-align: center;
  padding: 0 20px;
  margin: 30px 0;
}

.links__topo {
  float: right;
}

.links__topo a {
  font-family: "Libre Baskerville", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: lighter;
  margin-left: 20px;
}

@media (max-width: 768px) {
  .links__topo {
    margin: 0;
  }

  .links__topo a {
    color: #fff;
    font-size: 12px;
  }
}

.links__topo .login:after {
  background: url(../img/icons/login.png);
  background-size: cover;
  display: block;
  content: "";
  float: right;
  width: 44px;
  height: 40px;
  margin: -10px 0 0 10px;
}

@media (max-width: 768px) {
  .intro__mob {
    display: block;
    text-transform: none;
  }
}

.social__mob {
  display: none;
  color: #bbb;
  text-align: center;
  margin-top: 30px;
}

.social__mob a {
  color: #bbb;
  font-size: 26px;
  margin: 0 3px;
}

@media (max-width: 768px) {
  .social__mob {
    display: block;
  }
}

.slider__categorias {
  background-color: #fff;
  margin-top: 174px;
  padding: 20px 0;
  height: 90px;
}

@media (max-width: 992px) {
  .slider__categorias {
    margin-top: 82px;
  }
}

.slider__categorias .item {
  text-align: center !important;
  display: table;
}

.slider__categorias .item span {
  display: table-cell;
  vertical-align: middle;
}

.slider__categorias .item img {
  width: 40px;
  display: inline-block;
}

.slider__categorias .slick-arrow {
  background: url(../img/icons/next.svg);
  opacity: 0.3;
  width: 15px;
  height: 15px;
}

.slider__categorias .slick-arrow.slick-prev {
  left: 0;
}

.slider__categorias .slick-arrow.slick-next {
  right: 0;
}

.search-box {
  flex: 1;
}

.nautic-slider {
  width: 100%;
  position: relative;
}

.nautic-slider .slick-slide {
  height: unset !important;
}

.nautic-slider__thumbs {
  margin-top: 2rem;
}

.slick-slide {
  margin: 0 0.5rem;
}

/* the parent */
.slick-list {
  margin: 0 -0.5rem;
}

.title-similars h2 {
  font-family: "Libre Baskerville";
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .title-similars h2 {
    font-size: 2rem;
  }
}

.nautic-obs {
  margin-bottom: 5rem;
}

.nautic-obs h2 {
  font-family: "Libre Baskerville";
  color: #9f8d21;
  font-size: 1.75rem;
  margin-bottom: 2rem;
}

.nautic-obs p {
  font-weight: 300;
}

.nautic-form h3 {
  font-family: "Libre Baskerville";
  color: #9f8d21;
  font-size: 1.75rem;
}

.nautic-form .btn {
  background: #9f8d21;
  color: #fff;
  text-transform: uppercase;
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: bold;
}

@media only screen and (max-width: 766px) {
  .nautic-form {
    margin-top: 3rem;
  }
}

.nautic-main-info {
  color: #9f8d21;
  font-size: 1.75rem;
  font-family: "Libre Baskerville";
}

.nautic-info-box th {
  /* text-align: right; */
  font-weight: 400;
  text-transform: capitalize;
}

.nautic-info-box .box .head .big {
  font-family: "Libre Baskerville";
  color: #9f8d21;
  font-size: 1.25rem;
}

.anunciantes {
  font-size: 1.2rem;
  margin-bottom: 0;
}

.anunciantes_contato {
  font-size: 1.2rem;
  color: green !important;
  gap: 0.2rem;
}

.ficha__valor {
  color: #9f8d21;
  font-size: 1.4rem;
}

/* ============== FICHA TÉCNICA RESPONSIVE */
@media only screen and (max-width: 600px) {
  .anunciantes {
    font-size: 1rem;
  }
  .anunciantes_contato {
    font-size: 1rem;
  }
  .ficha__valor {
    font-size: 1rem;
  }
}

.info-box {
  overflow: auto;
  max-height: 300px;
}

.nautic-info-box .box {
  background: #ededed;
  border-radius: 1rem;
  padding: 2rem;
}

.nautic-info-box .box table {
  width: 100%;
  margin-top: 1.5rem;
}

.nautic-info-box .box table tr {
  background: #dbdbdb;
}

.nautic-info-box .box table tr:nth-child(even) {
  background: transparent;
}

.nautic-info-box .box table th,
.nautic-info-box .box table td {
  padding: 0.25rem 0.5rem;
}

.nautic-info-box .box table td {
  font-weight: 600;
  text-transform: uppercase;
}

.nautic-slider-nav {
  position: absolute;
  bottom: 10%;
  background: transparent;
  border: none;
  display: none;
}

.nautic-slider-nav.prev {
  left: -3rem;
}

.nautic-slider-nav.next {
  right: -3rem;
}

.nautic-slider img {
  border-radius: 0.5rem;
  object-fit: cover;
}

.nautic-slider__image img {
  height: 15rem;
  width: 100%;
  object-fit: cover;
}

.nautic-slider__thumbs img {
  height: 5rem;
  width: 100%;
  object-fit: cover;
  max-height: 246px;
}

@media only screen and (max-width: 1200px) {
  .nautic-slider__thumbs img {
    max-height: 162px;
  }
}

@media only screen and (max-width: 991px) {
  .nautic-slider__thumbs img {
    max-height: 121px;
  }
}

@media only screen and (max-width: 768px) {
  .nautic-slider__thumbs img {
    max-height: 90px;
  }
}

@media only screen and (max-width: 575px) {
  .nautic-slider__thumbs img {
    max-height: 75px;
  }
}

.slick-arrow {
  background: none !important;
  outline: none !important;
  top: unset !important;
  transform: unset !important;
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .nautic-slider__image img {
    height: 600px;
  }

  .nautic-slider__thumbs img {
    height: 10rem;
  }

  .slick-slide {
    margin: 0 1rem;
  }

  /* the parent */
  .slick-list {
    margin: 0 -1rem;
  }

  .nautic-slider-nav {
    display: unset;
  }

  .slick-arrow {
    display: unset !important;
  }
}

.nautic-info h1 {
  font-family: "Libre Baskerville";
  color: #a08d21;
  font-size: 2rem;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .nautic-info h1 {
    font-size: 1.5rem;
  }
}

.form-check {
  display: flex;
  align-items: center;
  padding-left: 0 !important;
}

.form-check input {
  margin-right: 10px;
  background-color: transparent;
  border: 2px solid #aaa;
  height: 30px;
  width: 30px;
  /*  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 5rem; */
}

.form-check label {
  position: relative;
  cursor: pointer;
}

.div-checkbox--error input {
  border: 1px solid red;
  -webkit-appearance: none;
}

.search-options {
  background-color: #eee;
  padding: 0.75rem;
  border-radius: 0.25rem 0.25rem 0 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #aaaaaa;
  display: flex;
  align-items: center;
}

.search-options * {
  font-size: 0.75rem;
}

@media only screen and (min-width: 768px) {
  .search-options * {
    font-size: 1rem;
  }
}

.search-options hr {
  height: 1.25rem;
  width: 2px;
  border-right: none;
  border-top: none;
  border-right: none;
  border-left: 2px solid #ccc;
}

.busca__banner {
  padding-bottom: 15%;
  padding-top: 13%;
}

.busca__banner .icon {
  width: 80px;
}

@media only screen and (min-width: 768px) {
  .busca__banner .icon {
    width: 140px;
  }
}

.busca__banner button {
  height: 60px;
}

.busca__banner .form-control {
  font-size: 1.25rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  height: 60px;
  border: none;
  border-radius: 0 0 0 0.25rem;
}

.busca__banner button {
  background-color: #a08d21;
  border: none;
  font-family: "Libre Baskerville";
  font-weight: 700;
  font-size: 18px;
  padding: 0 30px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0 0.25rem 0.25rem 0 !important;
}

@media only screen and (max-width: 550px) {
  .busca__banner .form-control {
    width: 100%;
    border-radius: 5px !important;
    font-size: 1rem;
  }

  .busca__banner .input-group-append {
    width: 100%;
  }

  .busca__banner button {
    width: 100%;
    margin-top: 5px;
    padding: 10px 0;
    border-radius: 0.25rem !important;
  }
}

.Banner,
.Banner--internal {
  margin-top: 2rem;
  background-color: black;
  position: relative;
  margin-bottom: 0 !important;
}

.Banner .slick-dots li {
  background: none;
  width: auto;
  height: auto;
}

.Banner .slick-dots li button:hover {
  background-color: none;
}

.Banner .slick-dots li.slick-active {
  background: none;
}

.Banner::after,
.Banner--internal::after {
  background-color: white;
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  width: 65%;
}

.Banner__item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.Banner.slick-vertical .slick-slide {
  border: none !important;
}

.Banner__content {
  top: 20%;
  left: 0;
  position: absolute;
  margin: 0 auto;
  right: 0;
  max-width: 90%;
}

.Banner__content h1 {
  color: white;
  font-family: "Libre Baskerville";
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
  opacity: 0.9;
  position: relative;
  margin: 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.73);
}

@media only screen and (min-width: 992px) {
  .Banner__content h1::before {
    top: -35px;
  }
}

@media only screen and (min-width: 768px) {
  .Banner__content h1 {
    font-size: 38px;
    letter-spacing: 2px;
    text-align: left;
  }

  .Banner__content h1 span {
    font-size: 58px;
  }
}

@media only screen and (min-width: 992px) {
  .Banner__content h1 {
    font-size: 38px;
    margin: 0;
  }

  .Banner__content h1 span {
    font-size: 58px;
  }
}

.Banner__content h1 span {
  display: block;
  color: #ffca08;
  font-family: "Libre Baskerville";
}

@media only screen and (min-width: 768px) {
  .Banner__content {
    top: 50%;
    bottom: auto;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 992px) {
  .Banner--internal {
    float: left;
    width: calc(100% - 126px);
  }
}

.grid-filters {
  margin: 0 15px 0;
  /*width:100%;*/
}

@media only screen and (max-width: 768px) {
  .grid-filters {
    margin: 0px;
  }
}

.grid-filters select {
  padding: 0.5rem;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 300;
  border: 1px solid #364d2d;
  color: #364d2d;
  border-radius: 0.35rem;
  width: 100%;
}

.grid-filters input {
  padding: 0.5rem;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 300;
  height: 100%;
  border: 1px solid #364d2d;
  color: #364d2d;
  border-radius: 0.35rem;
  width: 100%;
}

.grid-filters span {
  text-transform: uppercase;
  font-weight: 300;
  color: #b9b6b7;
  font-size: small;
}

.grid-filters .sort-by {
  margin-left: 0.5rem;
  border-radius: 0.35rem;
  border: 1px solid #364d2d;
  padding: 0.55rem 0.35rem;
  display: flex;
  align-items: center;
}

.grid-filters .sort-by button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0 0.25rem;
  cursor: pointer;
}

.grid-filters .sort-by button:hover svg {
  fill: #364d2d;
}

.grid-filters .sort-by button svg {
  transition: 0.25s ease-in-out;
  fill: #aaa;
}

.grid-filters .sort-by button.active svg {
  fill: #364d2d;
}

.grid-filters .sort-by {
  margin-left: 0.5rem;
  border-radius: 0.35rem;
  border: 1px solid #364d2d;
  padding: 0.55rem 0.35rem;
  display: flex;
  align-items: center;
}

.grid-filters .col-lg-2 {
  padding-right: 7px;
  padding-left: 7px;
}

.grid-automoveis__card {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .grid-automoveis__card{
    width: 100%;
  }
}
.grid-card {
  background-color: #eee;
  text-transform: capitalize;
}

.grid__icon {
  width: 20px;
  fill: #a0a0a0;
}

.grid-card.sort-by-row {
  display: flex;
  flex-wrap: wrap;
}

.grid-card.sort-by-row .image {
  width: 25%;
}

.grid-card.sort-by-row .content {
  
  width: 75%;
}
.veiculo-main-info img {
  width: 30px;
  margin-right: 10px;
  margin-left: 20px;
}
.content{
  height: 230px;
  display: grid;
}
.grid-card.sort-by-row .preco {
  width: 100%;
  text-align: right;
}

.motor {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hours {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.grid-card.sort-by-row .image img {
  height: 100%;
  object-fit: cover;
}
.grid__image {
  width: 100%;
}

.grid-card h3 {
  color: #a08d21;
  font-family: "Libre Baskerville";
  font-weight: 300;
  font-size: 1.25rem;
}

.grid__card__img {
  width: 100%;
  height: 50%;
  object-fit: cover;
}

.grid-card .preco {
  background-color: #a78e00;
  font-family: "Libre Baskerville";
  padding: 0.5rem;
  color: #fff;
  text-align: center;
  font-size: 1rem;
}
/* ================= CARD RESPONSIVE ========================= */
@media only screen and (max-width: 600px) {
  .hours {
    max-width: 50px;
  }

  .motor {
    max-width: 50px;
  }
}

.btn.load-more {
  background: #364d2d;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.5rem 2rem;
}

.Banner .slick-dots,
.Banner--internal .slick-dots {
  top: 50%;
  bottom: auto;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  width: auto;
}

@media only screen and (max-width: 768px) {
  .Banner .slick-dots,
  .Banner--internal .slick-dots {
    top: inherit;
    bottom: 0;
  }

  .Banner__content {
    top: inherit;
    bottom: 10%;
  }
}

.Banner .slick-dots > li,
.Banner--internal .slick-dots > li {
  display: block;
  margin: 8px 0;
}

.Banner .slick-dots > li button,
.Banner--internal .slick-dots > li button {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 50%;
  border: 3px solid white;
  height: 16px;
  opacity: 0.4;
  padding: 0;
  width: 16px;
  background-color: none !important;
}

.Banner .slick-dots li,
.Banner .slick-dots li button {
  background: none !important;
}

.Banner .slick-dots > li button::before,
.Banner--internal .slick-dots > li button::before {
  display: none;
}

.Banner .slick-dots > li.slick-active button,
.Banner--internal .slick-dots > li.slick-active button {
  opacity: 1;
  border-color: #ffca08;
}

.Banner .slick-count,
.Banner--internal .slick-count {
  font-family: "Bebas Neue";
  letter-spacing: 1.6px;
  bottom: 20px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  height: 30px;
  left: 0;
  margin: 0 auto;
  max-width: 80%;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}

.Banner .slick-count span,
.Banner--internal .slick-count span {
  position: relative;
  color: #747171;
}

.Banner .slick-count span::after,
.Banner--internal .slick-count span::after {
  top: 50%;
  bottom: auto;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #747171;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  right: -100px;
  width: 80px;
}

@media only screen and (min-width: 768px) {
  .Banner .slick-count,
  .Banner--internal .slick-count {
    font-size: 24px;
  }
}

.BannerNav {
  background-color: #222;
}

@media only screen and (min-width: 992px) {
  .BannerNav {
    float: left;
    height: 490px !important;
    width: 126px;
  }

  .BannerNav .Arrow__button--prev,
  .BannerNav .Arrow__button--next {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 0;
    margin: 0 auto;
    right: 0;
  }

  .BannerNav .Arrow__button--prev {
    top: 50px;
  }

  .BannerNav .Arrow__button--next {
    bottom: 50px;
    top: initial;
  }
}

.BannerNav__item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  position: relative;
  height: 126px !important;
}

@media only screen and (min-width: 992px) {
  .BannerNav__item {
    height: calc(490px / 4) !important;
    width: 126px;
  }
}

.BannerNav__item::after {
  content: "";
  border: 0 solid white;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.BannerNav .slick-slide {
  border: 0;
}

.BannerWrapper {
  *zoom: 1;
}

.BannerWrapper:before,
.BannerWrapper:after {
  content: "";
  display: table;
}

.BannerWrapper:after {
  clear: both;
}

.section__diferenciais {
  background-color: #eee;
}

@media (max-width: 768px) {
  .section__diferenciais {
    text-align: center !important;
  }

  .section__diferenciais img {
    height: 80px;
  }
}

.title__interna {
  padding: 100px 5%;
}

.title__interna.sobre {
  background: url(../img/sobre/1.jpg) left no-repeat;
  background-size: cover;
}

.title__interna.consignado {
  background: url(../img/consignado/1.jpg) left no-repeat;
  background-size: cover;
}

.title__interna h1 {
  font-family: "Libre Baskerville";
  color: #fff;
  font-size: 46px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .title__interna h1 {
    font-size: 32px;
  }
}

.title__produto {
  font-family: "Libre Baskerville";
  font-size: 26px;
}

h3.preco__produto {
  font-family: "Libre Baskerville";
  font-size: 32px;
  font-weight: 700;
  color: #364d2d;
  margin-top: 20px;
}

.nav-tabs .nav-link {
  font-family: "Libre Baskerville";
  color: #888;
}

.nav-tabs .nav-link.active {
  color: #364d2d;
}

.form__proposta {
  padding: 0 15px;
}

.form__proposta h3 {
  font-family: "Libre Baskerville";
  color: #ffca08;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 30px;
}

.form__proposta .form-control {
  background-color: transparent;
  border: 1px solid #bbb;
  border-radius: 5px;
}

.form__proposta input.form-control {
  height: 50px;
}

.form__proposta .form-control::placeholder {
  color: #777;
}

.form__proposta button {
  width: 100%;
}

.instafeed {
  margin: 60px auto 0;
}

.instafeed::after {
  content: "";
  display: block;
  clear: both;
}

.instafeed__item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  float: left;
  height: 200px;
  position: relative;
  width: 50%;
}

.instafeed__item:last-child {
  display: none;
}

@media (min-width: 768px) {
  .instafeed__item:last-child {
    display: inline-block;
  }
}

@media (min-width: 480px) {
  .instafeed__item {
    height: 240px;
  }
}

@media (min-width: 768px) {
  .instafeed__item {
    height: 180px;
    width: 20%;
  }

  .instafeed__item:nth-child(1) {
    height: 360px;
    width: 40%;
  }
}

@media (min-width: 1280px) {
  .instafeed__item {
    height: 256px;
    width: 256px;
  }

  .instafeed__item:nth-child(1) {
    height: 512px;
    width: 512px;
  }

  .instafeed__item:nth-child(1) .instafeed__info span {
    margin: 0 20px;
    padding-left: 35px;
  }

  .instafeed__item:nth-child(1) .instafeed__info span::before {
    top: 0;
    height: 26px;
    width: 26px;
  }
}

.instafeed__item:hover a::after {
  opacity: 0;
}

.instafeed__item a {
  display: block;
  height: 100%;
  position: relative;
}

.instafeed__item a::after {
  background: rgba(204, 28, 34, 0.28);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}

.instafeed__info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 6;
}

.instafeed__info span {
  display: inline-block;
  margin: 0 15px;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  padding-left: 25px;
  text-shadow: 0 0 4px rgba(204, 28, 34, 0.4);
}

.instafeed__info span::before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 15px;
}

.instafeed__info span:first-child::before {
  background-image: url("../img/icons/heart.svg");
}

.instafeed__info span:last-child::before {
  background-image: url("../img/icons/comment.svg");
}

.instafeed__link {
  color: #363636;
  cursor: pointer;
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  margin-top: -22px;
  position: relative;
  text-align: center;
  top: -40px;
}

@media (min-width: 992px) {
  .instafeed__link {
    font-size: 16px;
  }
}

.veiculo-slider {
  margin-bottom: 0 !important;
  width: 100%;
}

.veiculo-slider__item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 280px;
  position: relative;
  cursor: pointer;
}

@media (min-width: 768px) {
  .veiculo-slider__item {
    height: 420px;
  }
}

@media (min-width: 992px) {
  .veiculo-slider__item {
    height: 520px;
  }

  .veiculo-slider__item::before {
    background: rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    width: 100%;
  }

  .veiculo-slider__item::after {
    background: url("../img/icons/zoom.svg") 0 0 / contain no-repeat;
    content: "";
    height: 68px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 68px;
  }

  .veiculo-slider__item:hover::before,
  .veiculo-slider__item:hover::after {
    opacity: 1;
  }
}

.veiculo-slider-nav {
  background-color: #ddd;
}

.veiculo-slider-nav .slick-track {
  margin: 0 auto;
}

.veiculo-slider-nav .slick-arrow {
  background: url(../img/icons/arrow-rounded2.svg) 0 0 / contain no-repeat;
  width: 32px;
  height: 32px;
  opacity: 0.6;
}

.veiculo-slider-nav__item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  height: 100px;
  margin: 0;
  position: relative;
}

.veiculo-slider-nav__item:focus {
  outline: none;
}

.veiculo-slider-nav__item.slick-current::after {
  opacity: 1;
}

@media (min-width: 768px) {
  .veiculo-slider-nav__item {
    height: 120px;
  }
}

@media (min-width: 992px) {
  .veiculo-slider-nav__item {
    height: 150px;
    width: 200px;
  }
}

.veiculo-list {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.veiculo-list li {
  border-bottom: 3px solid #ddd;
  color: #363636;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  letter-spacing: 2px;
  padding: 15px 0;
}

.veiculo-list li span {
  font-weight: 700;
  margin-right: auto;
  text-transform: uppercase;
}

.veiculo-desc small {
  display: block;
  font-size: 12px;
  color: #363636;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.veiculo-desc ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 300px;
  overflow: auto;
}

.veiculo-desc ul::-webkit-scrollbar {
  background: #c8c8c8;
  width: 7px;
}

.veiculo-desc ul::-webkit-scrollbar-thumb {
  background: #787878;
}

.veiculo-desc ul li {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 12px;
  font-weight: 700;
}

.veiculo-desc ul li span {
  font-weight: 400;
}

* {
  font-family: "Open Sans", sans-serif;
}

img {
  max-width: 100%;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
}

body.overflowHidden {
  overflow: hidden;
}

.page-wrapper {
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.6);
  background-color: #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1280px;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.page-content {
  margin-top: 60px;
}

@media (min-width: 992px) {
  .page-content {
    margin-top: 115px;
  }
}

.icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-text img {
  margin-right: 10px;
  width: 16px;
}

.icon-text p {
  font-size: 14px;
  letter-spacing: 2px;
  color: #ffffff;
  margin: 0;
}

.icon-text--big p {
  font-size: 20px;
}

.section {
  padding: 40px 0;
}

@media (min-width: 768px) {
  .section {
    padding: 70px 0;
  }
}

.section__content {
  padding: 50px 0 70px;
  width: 100%;
}

@media (max-width: 460px) {
  .section__content {
    padding: 50px 0 50px;
  }

  .section__content .grid-slider.slick-slider {
    margin-bottom: 0;
  }
}

.section__content p {
  color: #252525;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 25px;
}

.section__content .section__h3 {
  color: #252525;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.section__content--top {
  padding-bottom: 0;
}

.section__grid {
  width: 100%;
}

.section__header {
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .section__header {
    text-align: center;
  }
}

.section__header h2 {
  font-family: "Libre Baskerville";
  color: #364d2d;
  font-size: 30px;
  line-height: 1.3;
  float: left;
}

.section__header h3.preco {
  font-family: "Libre Baskerville";
  color: #111;
  font-size: 36px;
  line-height: 1.3;
  float: left;
}

.section__header .title.center {
  float: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 10px;
}

.section__header .title:before {
  content: "";
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  margin-right: 10px;
}

.section__header .title.automoveis:before {
  background-image: url(../img/icons/automovel-title.png);
  width: 40px;
  height: 35px;
}

.section__header .title.casas:before {
  background-image: url(../img/icons/casa-title.png);
  width: 54px;
  height: 35px;
}

.section__header .title.carros:before {
  background-image: url(../img/icons/carro-title.png);
  width: 54px;
  height: 35px;
}

@media (min-width: 768px) {
  .section__header h2 {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
}

.section__header p {
  color: #252525;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.5;
}

.section__header img {
  margin-top: 20px;
}

.section__message {
  color: #cc1c22;
  font-weight: 700;
  margin: 0 0 45px 0;
  text-align: center;
  font-size: 16px;
  letter-spacing: 2px;
}

@media (min-width: 992px) {
  .section__message {
    font-size: 18px;
  }
}

.section--white {
  background-color: #ffffff;
}

.section--text-left {
  text-align: left;
}

.section--padding-bottom {
  padding-bottom: 40px;
}

.section--no-padding {
  padding: 0;
}

.icons-franqueados {
  text-align: center;
  font-family: "Libre Baskerville";
  font-size: 18px;
  padding: 0 50px;
}

.icons-franqueados .icon {
  width: 180px;
  height: 180px;
  background-color: #a08d21;
  border-radius: 180px;
  text-align: center;
  display: table;
  margin: 0 auto 30px;
}

.icons-franqueados .icon span {
  display: table-cell;
  vertical-align: middle;
}

.icons-franqueados .icon img {
  width: 80px;
}

.k-container {
  margin: 0 auto;
  max-width: 1030px;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .k-container {
    max-width: 95%;
  }
}

.k-link {
  color: #cc1c22;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.k-link:hover {
  color: #9f161b;
}

.table {
  border: 1px solid #000000;
  font-size: 12px;
  margin-bottom: 15px;
}

.table caption {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-align: center;
}

.table thead {
  background-color: #ebebeb;
  color: #363636;
  font-weight: 700;
  letter-spacing: 2px;
}

.table thead tr th {
  padding: 15px 10px;
  border-bottom: 1px solid #000000;
}

.table thead tr th:last-child {
  text-align: right;
}

.table tbody tr td {
  border-top: 1px solid #000000;
  letter-spacing: 2px;
  padding: 15px 10px;
}

.table tbody tr td:first-child {
  font-weight: 700;
  text-transform: uppercase;
  width: 50%;
}

.table tbody tr td:last-child {
  text-align: right;
}

.table__action {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .table__action {
    margin-bottom: 0;
  }
}

.table__action .button {
  font-size: 13px;
  letter-spacing: 4px;
  padding: 7px 25px;
}

.table__action span {
  color: #4a4748;
  font-size: 14px;
  letter-spacing: 1px;
}

.text--small {
  color: #252525;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 1.2;
}

.slick-dots {
  bottom: -40px;
}

.slick-dots li {
  background-color: #b7b7b7;
  height: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 65px;
  margin: 0 3px;
}

.slick-dots li:hover {
  background-color: #ffca08;
}

.slick-dots button {
  padding: 0;
  width: 100%;
}

.slick-dots button::before {
  display: none;
}

.slick-dots .slick-active {
  background-color: #ffca08;
}

.slick-dots .slick-active:hover {
  background-color: #ffca08;
}

.slick-arrow {
  background: url(../img/icons/arrow-rounded.svg) 0 0 / contain no-repeat;
  display: inline-block;
  height: 36px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 36px;
  z-index: 1;
}

.slick-arrow::before {
  display: none;
}

.slick-arrow.slick-next {
  right: 10px;
}

.slick-arrow.slick-prev {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  left: 10px;
  top: calc(50% - 4px);
}

.newsletter .form {
  margin-bottom: 50px;
}

.newsletter .form__control:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .newsletter .form__control {
    width: 33.333%;
  }
}

.newsletter__small {
  color: #363636;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
}

.hamburger {
  display: inline-block;
  height: 25px;
  position: absolute;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 32px;
  z-index: 200;
  left: 15px;
  top: 23px;
}

.hamburger-box {
  background-color: #fff;
  display: block;
  height: 3px;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 100%;
  top: 10px;
}

.hamburger-box::after,
.hamburger-box::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
}

.hamburger-box::after {
  bottom: -7px;
}

.hamburger-box::before {
  top: -7px;
}

.hamburger.is-open .hamburger-box {
  background-color: transparent !important;
}

.hamburger.is-open .hamburger-box::before,
.hamburger.is-open .hamburger-box::after {
  background-color: #fff;
}

.hamburger.is-open .hamburger-box:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0 !important;
}

.hamburger.is-open .hamburger-box:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0 !important;
}

.consorcio__marcas {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px auto 0;
  max-width: 650px;
}

@media (min-width: 768px) {
  .consorcio__marcas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.consorcio__marcas img {
  max-width: 270px;
}

.consorcio__marcas img:first-child {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .consorcio__marcas img:first-child {
    margin-bottom: 0;
  }
}

.vantagens__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 990px;
}

.vantagens__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.vantagens__group:first-child {
  display: none;
}

@media (min-width: 992px) {
  .vantagens__group:first-child {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
  }
}

.vantagens__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5da368;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 10px 15px;
  max-width: 200px;
  padding: 20px 15px;
  text-align: center;
  width: calc(50% - 10px);
}

.vantagens__item:nth-child(odd) {
  margin-left: 0;
}

.vantagens__item:nth-child(even) {
  margin-right: 0;
}

@media (min-width: 768px) {
  .vantagens__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 0 50px;
    max-width: 200px;
    width: 33.333%;
  }
}

.vantagens__item p {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.4px;
  margin: 0;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .vantagens__item p {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .vantagens__item p {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}

.caminho__page {
  background: #eee;
  padding: 10px 0;
}

.breadcrumb {
  background: transparent;
  color: #888;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0;
}

.breadcrumb a {
  color: #364d2d;
  font-weight: 700;
  padding-right: 10px;
}

.breadcrumb .active {
  font-weight: 400;
}

.header__veiculo .section__header {
  padding: 40px 20px;
}

.header__veiculo .section__header h2 {
  margin-bottom: 20px;
}

.header__veiculo .section__header h2::after {
  margin: 20px 0 0;
  width: 20%;
}

.sobre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 992px) {
  .sobre {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.sobre__column {
  padding: 0 15px;
}

@media (min-width: 992px) {
  .sobre__column {
    width: 50%;
    min-height: 540px;
  }
}

.sobre-slider {
  height: 100%;
  max-height: 320px;
}

@media (min-width: 768px) {
  .sobre-slider {
    max-height: 570px;
  }
}

.sobre-slider__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 570px;
}

.historia-slider::before {
  content: "";
  height: 2px;
  background-color: #999999;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 24px;
}

@media (min-width: 768px) {
  .historia-slider::before {
    top: 26px;
  }
}

.historia-slider .slick-dots li {
  width: 30px;
}

.historia-slider__item {
  padding: 0 15px;
  text-align: center;
}

@media (min-width: 768px) {
  .historia-slider__item {
    padding: 0 35px;
  }
}

.historia-slider__item h4 {
  background-color: #ffffff;
  display: inline-block;
  font-family: "Libre Baskerville";
  padding: 0 12px;
  color: #252525;
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .historia-slider__item h4 {
    font-size: 24px;
    letter-spacing: 4.8px;
  }
}

.historia-slider__item p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.historia-slider .slick-list,
.historia-slider .slick-track,
.historia-slider .slick-slide {
  height: auto;
}

.historia-slider .slick-arrow {
  top: 28px;
}

.historia-slider .slick-next {
  right: -34px;
}

.historia-slider .slick-prev {
  top: 10px;
  left: -34px;
}

.section.sobre__section {
  background-color: #222;
}

.sobre__section .section__header,
.sobre__section .section__header h2,
.sobre__section .section__header p {
  color: #fff !important;
}

.section__diferenciais {
  padding-left: 5%;
  padding-right: 5%;
}

.section__diferenciais .icon {
  background-color: #ffca08;
  border-radius: 100px;
  display: inline-block;
  padding: 40px;
  margin-bottom: 30px;
  transition: 0.3s;
}

.section__diferenciais .icon img {
  height: 100px;
  transition: 0.3s;
}

.section__diferenciais .icon:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.3s;
}

.section__diferenciais .title {
  font-family: "Libre Baskerville";
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .diferencial__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .diferencial__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.diferencial__item img {
  display: none;
}

@media (min-width: 768px) {
  .diferencial__item img {
    display: inline-block;
    width: 130px;
  }
}

.diferencial__item h4 {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .diferencial__item h4 {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .diferencial__item h4 {
    padding-left: 45px;
  }
}

.busca__section .busca__title {
  font-family: "Libre Baskerville";
  text-transform: uppercase;
  font-size: 24px;
  margin: 50px 0 20px;
}

.busca__section .input__busca {
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  height: 60px;
  border: none;
}

.busca__section .autocomplete-suggestion {
  width: 100%;
}

.busca__section .autocomplete-suggestion {
  display: block;
  background-color: #fff;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 3px;
  transition: 0.2s;
  color: #111;
  text-decoration: none;
  display: block;
  padding: 10px;
}

.busca__section button {
  background-color: #a08d21;
  border: none;
  font-family: "Libre Baskerville";
  font-weight: 700;
  font-size: 18px;
  padding: 0 30px;
  color: #fff;
  text-transform: uppercase;
}

.autocomplete-suggestion:hover {
  background-color: #eee;
  transition: 0.2s;
}

.autocomplete-suggestion {
  width: 100%;
  z-index: 1000;
}

.autocomplete-suggestion {
  display: block;
  background-color: #fff;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 3px;
  transition: 0.2s;
  color: #111;
  text-decoration: none;
  display: block;
  padding: 10px;
  border-radius: 4px;
}

.autocomplete-suggestion:hover {
  background-color: #ddd;
  color: #111;
  text-decoration: none;
  transition: 0.2s;
}

.search__result {
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: hidden;
}

.search__result--visible {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.search {
  position: relative;
  text-align: center;
}

@media (min-width: 992px) {
  .search {
    text-align: left;
  }
}

.search img {
  width: 193px;
}

.search__button {
  background-color: transparent;
  border: 0;
  padding: 0;
  width: 22px;
  position: absolute;
  top: 20px;
  right: 15px;
}

.search-xs {
  position: absolute;
  top: 19px;
  right: 16px;
}

.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.js-video.widescreen {
  padding-bottom: 56.34%;
}

.js-video.vimeo {
  padding-top: 0;
}

.js-video embed,
.js-video iframe,
.js-video object,
.js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.blog-banner {
  height: 300px;
  background-size: cover;
  position: relative;
}

@media (min-width: 992px) {
  .blog-banner {
    height: 430px;
  }
}

.blog-banner__bg {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#112c44),
    color-stop(79%, rgba(17, 44, 68, 0.5)),
    to(rgba(17, 44, 68, 0))
  );
  background-image: linear-gradient(
    to left,
    #112c44 0%,
    rgba(17, 44, 68, 0.5) 79%,
    rgba(17, 44, 68, 0) 100%
  );
  position: relative;
}

@media (min-width: 992px) {
  .blog-banner__bg {
    width: 100%;
    right: 0;
    position: absolute;
    height: 74px;
  }
}

.blog-banner__subtitle {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 9px;
  margin: 0;
  padding: 15px;
}

@media (min-width: 992px) {
  .blog-banner__subtitle {
    font-size: 30px;
    letter-spacing: 15px;
    line-height: 74px;
    padding: 0;
    position: absolute;
    /*         right: 30%; */
    /*         text-align: right; */
    text-transform: uppercase;
    top: 0;
    width: 100%;
  }
}

.blog-banner__title {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .blog-banner__title {
    letter-spacing: 23px;
    position: absolute;
    right: 14.5%;
    font-size: 46px;
    top: 60px;
  }
}

.blog-banner__text {
  width: 100%;
  position: absolute;
  top: 0;
  text-align: center;
}

@media (min-width: 992px) {
  .blog-banner__text {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
}

.text-left p {
  text-align: left;
}

.blog__content img {
  max-width: 92%;
  height: auto !important;
  display: block;
  margin: 45px auto;
}

.blog__content h1,
blog__content h2,
blog__content h3 {
  font-size: 38px;
}

.blog__content p {
  font-size: 16px;
  line-height: 1.4;
}

@media (min-width: 992px) {
  .blog__content p {
    font-size: 18px;
  }
}

.blog__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px 0;
}

@media (min-width: 992px) {
  .blog__footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.blog__footer .button {
  height: 55px;
  line-height: 55px;
  padding: 0;
  text-align: center;
}

.blog__footer .button::before {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  content: "";
  display: inline-block;
  height: 0;
  left: -18px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0;
}

@media (min-width: 992px) {
  .blog__footer .button {
    height: 75px;
    line-height: 75px;
    padding: 0 55px;
    text-align: right;
    width: 356px;
  }
}

.blog__footer .social {
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .blog__footer .social {
    margin-right: 15%;
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.blog__footer .social__item {
  margin: 0 12px;
}

.blog__footer .social svg {
  height: 26px;
}

.blog__footer .social svg path {
  fill: #4a4748;
}

.blog__footer .social__label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 4.8px;
}

@media (min-width: 992px) {
  .blog__footer .social__label {
    font-size: 24px;
    letter-spacing: 7.2px;
  }
}

.blog--gray {
  background-color: #ebebeb;
}

.blog-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-grid__item {
  display: inline-block;
  margin: 0 0 15px 0;
  width: 100%;
}

.blog-grid__item:hover {
  text-decoration: none;
}

.blog-grid__item:hover .grid__desc {
}

.blog-grid__item:hover .grid__desc h3,
.blog-grid__item:hover .grid__desc p,
.blog-grid__item:hover .grid__desc .grid__price {
}

@media (min-width: 768px) {
  .blog-grid__item {
    width: calc(50%);
  }
}

@media (min-width: 992px) {
  .blog-grid__item {
    width: calc(33.333%);
  }
}



.blog-grid__item--blindado {
  position: relative;
}

.blog-grid__item--blindado::after {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000000 url(../img/icons/shield.svg) 8px 7px/16px no-repeat;
  color: #ffffff;
  content: "BLINDADO";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 8px 6px 8px 30px;
  position: absolute;
  right: 0;
  top: 0;
}

.blog-grid__img {
  height: 180px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 480px) {
  .blog-grid__img {
    height: 200px;
  }
}

@media (min-width: 768px) {
  .blog-grid__img {
    height: 160px;
  }
}

@media (min-width: 992px) {
  .blog-grid__img {
    height: 200px;
  }
}

.blog-grid__title {
  bottom: 15px;
  color: #ffffff;
  font-size: 18px;
  left: 15px;
  margin: 0;
  position: absolute;
  text-transform: uppercase;
}

h3.blog-grid__title {
  font-size: 14px !important;
  /* 	        font-weight: bold; */
}

.b {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .b > .b__img {
    height: 400px;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
}

@media (min-width: 768px) {
  .b__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.b__img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin: 0;
  height: 200px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.b__img::before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.4))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.b__img h3 {
  bottom: 0px;
  color: #000000;
  font-size: 18px;
  left: 0px;
  margin: 0;
  position: absolute;
  text-transform: uppercase;
  background: #ffffffde;
  padding: 20px;
  width: 100%;
}

hr {
  border-top: 1px solid #b7b7b7;
  margin: 0;
}

.send-result {
  margin-top: 25px;
}

.alert-success {
  color: green;
}

.alert-danger {
  color: red;
}

.reset-filter {
  color: #364d2d;
  cursor: pointer;
  text-decoration: none !important;
}

.box-area {
  background: #f7f7f7;
  border-radius: 1rem;
  padding: 2rem;
}

.box-area h2 {
  text-align: center;
  font-family: "Libre Baskerville";
  color: #9f8d21;
  font-size: 1.75rem;
}

@media screen and (min-width: 775px) {
  .box-area .col-12 {
    border-right: 1px solid #ededed;
  }
}

@media (min-width: 1200px) {
  .img-card {
    max-height: 400px;
  }
}

.policy::before {
  border-radius: 0.25rem !important;
}

.hidden {
  display: none !important;
}

.image {
  background-size: cover !important;
  height: 200px;
}

.social-media-icons {
  gap: 5rem;
}

@media only screen and (max-width: 780px) {
  .social-media-icons {
    gap: 1rem;
  }

  .social-media-icons a svg {
    width: 40px;
    height: 40px;
  }
}

.common-button {
  background-color: transparent;
  transition: background-color 0.5s;
  border-radius: 50px;
  border: 1px solid #a08d21;
  color: #a08d21;
  font-weight: 500;
  font-size: 16px;
  padding: 5px 30px;
  text-transform: uppercase;
}

.common-button:hover {
  background-color: #eee;
}


/* Adiciona borda direita apenas em md */
.border-md-right {
  border-right: none; /* Remove a borda por padrão */
}

/* Adiciona borda esquerda apenas em md */
.border-md-left {
  border-left: none; /* Remove a borda por padrão */
}

/* Define as bordas apenas em md */
@media (min-width: 768px) {
  .border-md-right {
      border-right: 1px solid #dee2e6!important; /* Cor e estilo da borda */
  }

  .border-md-left {
      border-left: 1px solid #dee2e6!important; /* Cor e estilo da borda */
  }
}