.tabs-slider {
  margin-top: 0px;
  margin-bottom: 96px;
}
.tabs-slider.active {
  display: block;
  overflow: hidden;
}
.tabs-slider .foto {
  width: 326px;
  height: 220px;
  border-radius: 25px 25px 0px 0px;
  background-size: cover;
  background-position: center;
}
.tabs-slider .box-info {
  position: relative;
  bottom: 10px;
  width: 326px;
  height: 247px;
  border-radius: 14.218px 14.218px 25px 25px;
  background: #1b3738;
}
.tabs-slider .box-info a.conhecer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  width: 264px;
  height: 33px;
  border-radius: 16.5px;
  background: #FFF;
  text-decoration: none;
  color: #1B3738;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.tabs-slider .box-info .space {
  padding-top: 21px;
  padding-left: 32px;
}
.tabs-slider .box-info h2 {
  color: #FFF;
  font-family: Figtree;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
}
.tabs-slider .box-info h3 {
  color: #72FF75;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.tabs-slider .box-info h4 {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 34px;
  overflow: hidden;
  width: 261px;
}
.tabs-slider .box-info .infos {
  margin-top: 21px;
  width: 278px;
  height: 50px;
  overflow: hidden;
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr;
}
.tabs-slider .box-info .infos .conteudo {
  margin-bottom: 10px;
}
.tabs-slider .box-info .infos label {
  color: #fff;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 13px;
}
.tabs-slider .box-info .infos i.area {
  display: flex;
  mask: url(../images/icones/area.svg) no-repeat;
  -webkit-mask: url(../images/icones/area.svg) no-repeat;
  -webkit-mask-size: 16px;
  mask-size: 16px;
  width: 16px;
  height: 16px;
  background: #72FF75;
}
.tabs-slider .box-info .infos i.quarto {
  display: flex;
  mask: url(../images/icones/quartos.svg) no-repeat;
  -webkit-mask: url(../images/icones/quartos.svg) no-repeat;
  -webkit-mask-size: 20px;
  mask-size: 20px;
  width: 16px;
  height: 20px;
  background: #72FF75;
}
.tabs-slider .box-info .infos i.banheiro {
  display: flex;
  mask: url(../images/icones/banheiro.svg) no-repeat;
  -webkit-mask: url(../images/icones/banheiro.svg) no-repeat;
  -webkit-mask-size: 20px;
  mask-size: 20px;
  width: 16px;
  height: 20px;
  background: #72FF75;
}
.tabs-slider .box-info .infos i.vagas {
  display: flex;
  mask: url(../images/icones/vagas.svg) no-repeat;
  -webkit-mask: url(../images/icones/vagas.svg) no-repeat;
  -webkit-mask-size: 16px;
  mask-size: 16px;
  width: 16px;
  height: 16px;
  background: #72FF75;
}
.tabs-slider .box-info .infos i.academia {
  display: flex;
  mask: url(../images/icones/academia.svg) no-repeat;
  -webkit-mask: url(../images/icones/academia.svg) no-repeat;
  -webkit-mask-size: 21px;
  mask-size: 21px;
  width: 16px;
  height: 21px;
  background: #72FF75;
}
.tabs-slider .box-info .infos i.piscina {
  display: flex;
  mask: url(../images/icones/piscina.svg) no-repeat;
  -webkit-mask: url(../images/icones/piscina.svg) no-repeat;
  -webkit-mask-size: 21px;
  mask-size: 21px;
  width: 16px;
  height: 21px;
  background: #72FF75;
}
.tabs-slider .box-info .conteudo div {
  display: flex;
  align-items: start;
  justify-content: flex-start;
}

.tab-content .back-button {
  margin-left: 10px;
  margin-right: 10px;
  border: 0px;
  background: no-repeat;
}
.tab-content .next-button {
  margin-left: 10px;
  margin-right: 10px;
  border: 0px;
  background: no-repeat;
}

.paginacao-tab {
  justify-content: end;
  display: flex;
  width: 93%;
  margin-bottom: 25px;
}
.paginacao-tab .progess {
  width: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #b70c23;
  border-radius: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.paginacao-tab .course-value {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.paginacao-tab .counter {
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.paginacao-tab .circular-progress {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.5s;
}
.paginacao-tab .circular-progress {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.5s;
}
.paginacao-tab .circular-progress::before {
  content: "";
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #B70C23;
}

.paginacao-bairro .active {
  background-color: transparent;
  box-shadow: none;
}

@media (min-width: 1200px) {
  .paginacao-tab {
    position: relative;
    bottom: 42px;
  }
}
@media (max-width: 991px) {
  .bairro-mob-pg {
    margin-top: 20px;
  }
  .back-button {
    border: 0px;
    background: no-repeat;
    margin-left: 10px;
    margin-right: 10px;
  }
  .next-button {
    border: 0px;
    background: no-repeat;
    margin-left: 10px;
    margin-right: 10px;
  }
  .paginacao-tab {
    justify-content: center;
  }
  .centro {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .paginacao-tab {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .paginacao-tab {
    width: 100%;
  }
  .tabs-slider .foto {
    width: 294px;
  }
  .tabs-slider .box-info {
    width: 294px;
  }
  .tabs-slider .box-info .space {
    padding-left: 16px;
  }
}/*# sourceMappingURL=box_imoveis.css.map */