#hero {
  padding: 200px 0px 76px 0px;
  background-image: linear-gradient(
      to bottom,
      rgba(34, 35, 39, 0.5),
      rgba(34, 35, 39, 0.5)
    ),
    url(../img/hero/bg-hero-novo.jpg);
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.box-imovel a:nth-child(1) {
  border-radius: 1rem !important;
  padding: 0px !important;
}
.box-imovel-body {
  min-height: 280px;
  position: relative;
}
.box-imovel-body a {
  position: absolute;
  bottom: 25px;
  width: calc(100% - 50px);
}
#vendas .prev-slide::after,
#locacoes .prev-slide::after,
#promocoes .prev-slide::after {
  z-index: 222222;
  cursor: pointer;
  content: "";
  position: absolute;
  top: calc(50% - 50px);
  left: -7%;
  width: 50px;
  height: 50px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" fill="none"%3E%3Crect width="50" height="50" rx="25" fill="white"/%3E%3Cpath d="M29.2222 14.0488L18.271 25L29.2222 35.9512" stroke="%23ECAD1E" stroke-width="2" transform="translate(0, 0)"/%3E%3C/svg%3E');
  background-size: cover;
  background-repeat: no-repeat;
  filter: drop-shadow(2px 4px 6px #c9c9c9);
}
#vendas .next-slide::after,
#locacoes .next-slide::after,
#promocoes .next-slide::after {
  z-index: 222222;
  cursor: pointer;
  content: "";
  position: absolute;
  top: calc(50% - 50px);
  right: -7%;
  width: 50px;
  height: 50px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" fill="none"%3E%3Crect width="50" height="50" rx="25" fill="white"/%3E%3Cpath d="M29.2222 14.0488L18.271 25L29.2222 35.9512" stroke="%23ECAD1E" stroke-width="2" transform="translate(0, 0)"/%3E%3C/svg%3E');
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  filter: drop-shadow(2px 4px 6px #c9c9c9);
}

.btn-whatsapp {
  color: #ffffff;
  background: linear-gradient(45deg, #5fef6f, #30c348);
  padding: 11px 25px 0px 15px;
  font-size: 40px;
  position: fixed;
  left: -155px;
  bottom: 20px;
  border-radius: 0px 20px 20px 0px;
  transition: ease-in-out 0.3s;
  z-index: 1;
}
.btn-whatsapp:hover {
  color: #ffffff;
  background: linear-gradient(45deg, #5fef6f, #30c348);
  font-size: 40px;
  position: fixed;
  left: 0;
  bottom: 20px;
  border-radius: 0px 20px 20px 0px;
}
.btn-whatsapp p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}
.btn-whatsapp p strong {
  display: block;
  font-size: 16px;
}
.btn-whatsapp i {
  position: relative;
  top: -5px;
}

#detalhes {
  margin-top: 0;
}
#galeria-detalhes {
  padding-top: 25px;
  padding-bottom: 25px;
}
#galeria-detalhes .owl-theme .owl-nav {
  margin-top: 0;
  height: 10px;
}
#galeria-detalhes .carrossel-galeria-detalhes-owl .next-slide::after {
  right: -7%;
  filter: drop-shadow(0px -2px 7px #c1c1c1);
}
#galeria-detalhes .carrossel-galeria-detalhes-owl .prev-slide::after {
  left: -8%;
  filter: drop-shadow(0px -2px 7px #c1c1c1);
}

.carrossel-vendas-home-owl {
  width: 100%;
}
.carrossel-locacoes-home-owl {
  width: 100%;
}

.precabecalho a {
  font-size: 1.1rem;
}
.precabecalho p {
  position: relative;
  bottom: -3px;
}

.box-imovel p strong {
  text-transform: none;
}

#carrossel01-home .owl-carousel .item {
  padding: 0px !important;
  padding-top: 10px !important;
}

.owl-carousel .item {
  padding: 10px;
}
.box-imovel {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}
.historia-texto {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.coluna-principal ul li strong {
  text-transform: none !important;
}

#hero button[type="reset"] {
  font-family: "Montserrat", sans-serif;
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.18) !important;
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
}

@media (max-width: 768px) {
  #hero .row.mt-4.align-items-center .text-end {
    text-align: center !important;
  }
  #hero .row.mt-4.align-items-center .text-end button {
    margin-top: 15px;
  }
  .precabecalho a {
    font-size: 0.7rem !important;
    line-height: 1 !important;
  }
  .precabecalho .col-lg-4 {
    justify-content: center;
    margin-top: 0;
  }
}
