body{
  width: 100vw;
  overflow-x: hidden;
}
@media screen and (min-width: 1000px){
.calculadora {
    margin-top: -30px !important;
}
}
.apareceBt{
    display: none;
}
/* --------------- topo -------------- */
.slider-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.slide.active {
  opacity: 1;
}

.background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.image-wrapper {
  position: relative;
  z-index: 2;
  text-align: center;

}

.image-wrapper img {
  width: 100%;
  height: 320px;
object-fit: cover;
border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}


.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}
.prev, .next{
  background: #fff !important;
  color: #000;
  border-radius: 50%;
  height: 50px;
  width: 50px;
}

.prev {
  left: 35px;
}
.next {
  right: 25px;
}
.svgTopoLan{
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
}
.infosFotoPD{
  left: inherit !important;
  bottom: inherit !important;
  position: relative !important;
}
/* -------------------- fim topo --------------------- */
@-webkit-keyframes slide {
  0%, 50% {
    opacity: 0;
    display: block !important;
  }
  100% {
    opacity: 1;
    display: block !important;
  }
}
@keyframes slide {
  0%, 50% {
    opacity: 0;
    display: block !important;
  }
  100% {
    opacity: 1;
    display: block !important;
  }
}

@-webkit-keyframes diespin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes diespin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


@media screen and (max-width: 992px) {
    .apareceBt {
        display: flex;
    }
        .slideCardsLan .cardss{
        width: fit-content !important;
    }
    .card1, .card2, .card3{
        height: 350px !important;
      }
      .slideCardsLan {
        gap: 13px;
        padding-right: 5rem;
        padding-left: 0 !important;}

        .topoLan::before {
          bottom: 0;
          height: 100%;
          background: linear-gradient(to top, #181818af, #37373746);
          z-index: 2;
      }
      .infosFotoPD .bt-a {
        bottom: -3.7rem !important;
        right: inherit !important;
    }
    .property-details{
      display: flex;
      flex-direction: column;
      align-items: center !important;
      justify-content: center;
    }
    .property-address, .property-info{
      width: 100%;
    }
    .prev, .next{
      top: 90% !important;
    }
    .prev{
  left: 12%;
    }
    .next {
      right: 12%;
  }
  .margin-info{
    margin-top: 5rem !important;
  }
  .margin-info h4{
    font-size: 18px !important;
  }
      .image-wrapper img {
          height: 220px;}
  

}


.property-card .property-details{
  height: 190px;
}