.hero .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 300px;
  background-image: linear-gradient(#000, transparent);
}
.navbar-brand img {
  width: 200px;
}
.owl-theme .owl-nav {
  margin-top: 0;
  height: 10px;
}
#lancamentos .text-lancamentos-cima span {
  font-size: 0.7rem;
}
.text-lancamentos-cima {
  position: absolute;
  top: 0px;
  right: 0px !important;
  padding: 10px 15px;
}
.text-lancamentos-baixo hr {
  border: 1px solid #f19c1d;
  opacity: 0.5;
  width: 100%;
  margin: 10px 0;
}
#sobre-home video {
  border-radius: 20px;
}
.header .owl-theme .owl-nav {
  margin-top: 0;
  height: 0;
}
.box-header-text {
  bottom: 0;
}
.hero .next-slide:after {
  z-index: 222222;
  cursor: pointer;
  content: "";
  position: absolute;
  top: 50%;
  right: calc(4% - 24px);
  transform: translate(-50%, -50%) rotate(135deg);
  width: 24px;
  height: 24px;
  border-left: 4px solid rgb(255, 255, 255);
  border-top: 4px solid rgb(255, 255, 255);
  opacity: 0.3;
}
.hero .prev-slide:after {
  z-index: 222222;
  cursor: pointer;
  content: "";
  position: absolute;
  top: 50%;
  left: 4%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 24px;
  height: 24px;
  background-image: none;
  border-left: 4px solid rgb(255, 255, 255);
  border-top: 4px solid rgb(255, 255, 255);
  opacity: 0.3;
}

.btn-clear {
  border: 1px solid #ffffff;
  padding: 15px 35px;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
#footer li a {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
}
.footerdireita form textarea {
  width: 100%;
  /* height: 20%; */
  background-color: transparent;
  border: none;
  padding: 16px 16px;
  margin: 0px 0px 20px 0px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-bottom: 2px solid #f19c1d;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  resize: none;
}
#finalline p {
  text-align: center;
  margin: 0;
  font-size: 12px;
}

.box-header {
  z-index: 1;
}

.detalhes-imovel hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
  border-color: #f19c1d;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.carrossel-um,
.carrossel-dois,
.carrossel-tres {
  height: 80%;
  width: 100%;
}

.carrossel-um-thumb,
.carrossel-dois-thumb,
.carrossel-tres-thumb {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.carrossel-um-thumb .swiper-slide,
.carrossel-dois-thumb .swiper-slide,
.carrossel-tres-thumb .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.carrossel-um-thumb .swiper-slide-thumb-active,
.carrossel-dois-thumb .swiper-slide-thumb-active,
.carrossel-tres-thumb .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-horizontal {
  margin-top: 10px;
}

.tab-imovel {
  overflow: hidden;
}
.tab-imovel button {
  cursor: pointer;
}
.tabcontent-imovel {
  display: none;
}
.btn-solid-white-border.active-imovel {
  background: #f19c1d;
  color: #ffffff;
}

.grid-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
.grid-icons .box-diferencial {
  display: flex;
  flex-direction: column;
  margin: 16px 0px;
  flex: 0 0 16%;
}
.header-imovel span {
  color: #fff;
}
.btn-solid-white {
  color: #000;
}
.swiper-button-next,
.swiper-button-prev {
  color: #f19c1d !important;
  background-image: none !important;
}

.swiper .swiper-slide img {
  aspect-ratio: 16 / 9;
  width: 100%;
  object-fit: cover;
}

.header-imovel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#000, transparent);
}
.header-imovel .container {
  position: relative;
  z-index: 999;
}

.lancamentos .item {
  background-color: #00000042;
}
.lancamentos img {
  height: 400px;
  width: 100%;
  z-index: -1;
  position: relative;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .box-header {
    z-index: 9;
  }
  .header .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
    height: 0;
  }
  .header .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    bottom: -15px;
    position: relative;
  }
  .grid-icons .box-diferencial {
    display: flex;
    flex-direction: column;
    margin: 16px 0px;
    flex: 0 0 45%;
  }
  /*   .box-header-img img {
    height: 100vh;
  }
  .hero .item::after {
    height: 100vh;
  } */
}
