.populares-anuncioCarrossel {
  /* padding: 20px 0 90px 0; */
  width: 75%;
}
/* .populares-anuncioCarrossel-article {
  display: flex;
  flex-direction: column;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  overflow: hidden;
  max-width: 315px;
  min-height: 600px;
  & h2 {
    font-family: "NimbusSans-Bold", sans-serif;
    font-size: 22px;
    line-height: 27px;
    color: #181819;
    text-transform: capitalize;
  }
  & h3 {
    font-family: "NimbusSans-Regular", sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #727577;
    text-transform: uppercase;
    & img {
      filter: grayscale(1);
    }
  }
  & h4 {
    font-family: "NimbusSans-Bold", sans-serif;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    color: #1364ae;
  }
  & .anuncioCarrossel-imovelInfo {
    font-family: "NimbusSans-Regular", sans-serif;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #007cb0;
  }
  & .splide__arrow {
    background: transparent;
    opacity: 1;
  }
  & .splide__arrow svg {
    fill: #ffffff;
  }
  & .blur-img > img {
    aspect-ratio: 16/9 !important;
  }
} */
.populares-anuncioCarrossel-article {
  display: flex;
  flex-direction: column;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  overflow: hidden;
  max-width: 315px;
  min-height: 600px;
}

.populares-anuncioCarrossel-article h2 {
  font-family: "NimbusSans-Bold", sans-serif;
  font-size: 22px;
  line-height: 27px;
  color: #181819;
  text-transform: capitalize;
}

.populares-anuncioCarrossel-article h3 {
  font-family: "NimbusSans-Regular", sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #727577;
  text-transform: uppercase;
}

.populares-anuncioCarrossel-article h3 img {
  filter: grayscale(1);
}

.populares-anuncioCarrossel-article h4 {
  font-family: "NimbusSans-Bold", sans-serif;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #1364ae;
}

.populares-anuncioCarrossel-article .anuncioCarrossel-imovelInfo {
  font-family: "NimbusSans-Regular", sans-serif;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #007cb0;
}

.populares-anuncioCarrossel-article .splide__arrow {
  background: transparent;
  opacity: 1;
}

.populares-anuncioCarrossel-article .splide__arrow svg {
  fill: #ffffff;
}

.populares-anuncioCarrossel-article .blur-img > img {
  aspect-ratio: 16/9 !important;
}
.splide-AnunciosSection .splide__pagination {
  display: flex;
  bottom: -2rem;
}
.splide-AnunciosSection .splide__pagination__page {
  border: 2px solid #727577;
  background: transparent;
  opacity: 1;
}
.splide-AnunciosSection .splide__pagination__page.is-active {
  border: none;
  background: #007cb0;
  opacity: 1;
}
.splide-AnunciosSection .splide__slide {
  max-width: 344px;
}
/* .anuncioCarrossel-wrapper {
  display: flex;
  flex-direction: column;
  padding: 20px;
  & a {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
} */
.anuncioCarrossel-wrapper {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.anuncioCarrossel-wrapper a {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
/* .anuncioCarrossel-comodos {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 15px 0;
  & .anuncioCarrossel-comodos-itens {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: "NimbusSans-Bold", sans-serif;
    color: #727577;
    font-size: 12px;
    line-height: 22px;
    & img {
      max-width: 15px;
      max-height: 15px;
      filter: grayscale(1);
    }
  }
} */
.anuncioCarrossel-comodos {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 15px 0;
}

.anuncioCarrossel-comodos .anuncioCarrossel-comodos-itens {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "NimbusSans-Bold", sans-serif;
  color: #727577;
  font-size: 12px;
  line-height: 22px;
}

.anuncioCarrossel-comodos .anuncioCarrossel-comodos-itens img {
  max-width: 15px;
  max-height: 15px;
  filter: grayscale(1);
}
/* .anuncios-section-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  & span {
    font-family: "NimbusSans-Regular", sans-serif;
    font-size: 30px;
    letter-spacing: 0px;
    color: #1364ae;

    & span {
      font-family: "NimbusSans-Bold", sans-serif;
    }
  }
} */
.anuncios-section-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.anuncios-section-title span {
  font-family: "NimbusSans-Regular", sans-serif;
  font-size: 30px;
  letter-spacing: 0px;
  color: #1364ae;
}

.anuncios-section-title span span {
  font-family: "NimbusSans-Bold", sans-serif;
}
/* .anuncioCarrossel-share {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background-color: #f2f1f1;
  padding: 10px;
  height: 100%;
  & div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  & img {
    cursor: pointer;
  }
  & .anuncioCarrossel-share-contato {
    font-family: "NimbusSans-Regular", sans-serif;
    font-size: 12px;
    color: #ffffff;
    background-color: #007cb0;
    border-radius: 100px;
    padding: 5px 10px;
    height: fit-content;
    margin: 0 auto;
    text-wrap: nowrap;
    cursor: pointer;
  }
  & .whatsapp-share {
    background-color: #2fbf34;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
} */
.anuncioCarrossel-share {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background-color: #f2f1f1;
  padding: 10px;
  height: 100%;
}

.anuncioCarrossel-share div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.anuncioCarrossel-share img {
  cursor: pointer;
}

.anuncioCarrossel-share .anuncioCarrossel-share-contato {
  font-family: "NimbusSans-Regular", sans-serif;
  font-size: 12px;
  color: #ffffff;
  background-color: #007cb0;
  border-radius: 100px;
  padding: 5px 10px;
  height: fit-content;
  margin: 0 auto;
  text-wrap: nowrap;
  cursor: pointer;
}

.anuncioCarrossel-share .whatsapp-share {
  background-color: #2fbf34;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
