.galeria-semi {
  margin-bottom: 50px;
  position: relative;
}

.galeria-semi .banner {
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.estilo-carousel.owl-carousel .owl-next {
  right: 25%;
  margin-right: 1%;
}

/* FORMULARIO */

.detalhes .accordion .preco {
  font-size: 30px;
  color: #9f2429;
  line-height: 20px;
  margin-bottom: 20px;
  display: block;
}

.detalhes > div {
  position: relative;
}
.accordion {
  width: 269px;
  position: absolute;
  top: 0px;
  right: 33px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  z-index: 5;
}
.r-box a {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 15px;
  color: #444444;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}

.r-box a i {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.info span {
  font-size: 12px;
  display: block;
  line-height: 15px;
}

.info span:first-child {
  color: #979595;
}

.info span:last-child {
  font-family: "FuturaMedium";
  color: #212121;
}

.itens span {
  font-size: 12px;
  color: #979595;
  line-height: 15px;
  display: block;
}

.similar .item {
  width: 270px;
}

.similar .owl-stage-outer {
  padding-bottom: 10px;
}

.similar .veiculo-similar {
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.similar .veiculo-similar .abaixofipe {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 5px;
  width: auto;
}
.veiculo-img {
  width: 100%;
  height: 345px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.veiculo-img-dots {
  height: 50px;
  margin-right: 6px;
  opacity: 0.5;
  width: 82px !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.veiculo-img-dots.slick-current {
  opacity: 1 !important;
}
.similar a,
.similar span {
  text-decoration: none;
  text-transform: uppercase;
}

.modelo-titulo {
  font-size: 16px;
  font-family: "FuturaMedium";
  display: block;
  text-transform: uppercase;
  color: #565656;
  line-height: 15px;
}

.modelo-carac {
  font-size: 15px;
  display: block;
  font-family: "FuturaBTLight";
  text-transform: uppercase;
  color: #565656;
  line-height: 15px;
}

.similar .item .btn-primario {
  font-size: 12px;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.similar .item:hover .btn-primario {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}

.similar.owl-carousel .owl-dot.active span {
  background-color: #9f2429;
}

.galeria-semi {
  min-height: 400px;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: initial;
}

.titulo-section span {
  font-size: 14px;
  color: #565656;
  text-transform: uppercase;
}

.titulo-section h3 {
  font-size: 20px;
  margin-top: 10px;
  color: #979595;
}

.titulo-section h1 {
  font-size: 30px;
  font-family: "FuturaBTBold";
  color: #c30d26;
}

.btn-fav .fav-heart {
  font-size: 16px;
  color: #9f2429 !important;
  position: relative;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  height: 35px;
  top: -2px;
  width: 35px;
  z-index: 9;
  right: 13px;
}

.r-box span {
  color: #565656;
  font-size: 17px;
}

.detalhes-seminovo {
  columns: 4;
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.detalhes-seminovo span {
  font-size: 12px;
  color: #979595;
}

.detalhes-seminovo h2 {
  color: #212121;
  font-size: 12px;
}

.linha-divisora {
  border-top: 2px solid rgba(248, 248, 248, 1);
  margin: 40px 0;
}
/* CAROUSEL MODIFICADO */

.slider .item {
  background: transparent;
  color: #fff;
  border-radius: 0;
  text-align: center;
}

.slider .item > img {
  width: 100%;
  height: 560px;
  display: block;
  border-radius: 4px;
  padding: 0;
}
.slick-arrow {
  border: none;
  width: 46.75px;
  height: 46.75px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5) !important;
  z-index: 1;
  font-size: 20px;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.slick-arrow:hover {
  background-color: #fff;
  transition: 0.5s;
}
.slider-nav-thumbnails .slick-active {
  opacity: 0.5;
}
.fa-angle-right.slick-arrow {
  position: absolute;
  right: 37px;
  top: 171px;
}
.fa-angle-left.slick-arrow {
  position: absolute;
  left: 37px;
  top: 171px;
}
/* .slider .owl-prev,
.slider .owl-next {
  border: none;
  color: #fff;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000;
  display: inline-block !important;
  line-height: 35px;
  margin-right: 5px;
  padding: 0px 12px;
  position: absolute;
  top: 108% !important;
  font-size: 20px;
  z-index: 2 !important;
  transition: all ease-in-out 0.3s;
}

.slider .owl-prev:hover,
.slider .owl-next:hover {
  transform: scale(1.2);
  color: #000 !important;
} */

/* #property-d-1.single .owl-prev,
#property-d-1.single .owl-next {
  top: 65px !important;
} */

.slider .owl-prev {
  left: 10px;
}

.slider .owl-next {
  right: 5px;
}

.slider .owl-prev:hover,
.slider .owl-next:hover {
  color: #292929;
}
