.populares-anuncioCarrossel {
  padding: 40px 0 90px 0;
}
/* .populares-anuncioCarrossel-article {
  display: flex;
  flex-direction: column;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
  & 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;
  height: 100%;
}

.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;
}
.blur-img__img::after {
  content: "";
  width: 100%;
  height: 60%;
  position: absolute;
  background: transparent linear-gradient(180deg, #16161600 0%, #161616 100%) 0%
    0% no-repeat padding-box;
  z-index: 1;
  bottom: 0;
  border-radius: 0 0 8px 8px;
}
.splide-AnuncioCarroselDestaque .splide__pagination {
  display: flex;
  bottom: -2rem;
}
.splide-AnuncioCarroselDestaque .splide__pagination__page {
  border: 2px solid #727577;
  background: transparent;
  opacity: 1;
}
.splide-AnuncioCarroselDestaque .splide__pagination__page.is-active {
  border: none;
  background: #007cb0;
  opacity: 1;
}
.anuncioCarrossel-wrapper {
  display: flex;
  flex-direction: column;
  padding: 20px;
  height: 100%;
}

.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);
}
/* .anuncioCarrossel-share {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background-color: #f2f1f1;
  padding: 10px;
  max-height: 52px;
  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;
  max-height: 52px;
  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;
}
.populares-anuncioCarrossel__wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .splide-AnuncioCarroselDestaque .splide__track {
    overflow: visible;
  }
  .splide-AnuncioCarroselDestaque::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 100%;
    background: transparent linear-gradient(90deg, #ffffff00 0%, #ffffffcc 100%)
      0% 0% no-repeat padding-box;
  }
  .splide-AnuncioCarroselDestaque .splide__slide {
    max-width: 320px;
  }
  .populares-anuncioCarrossel {
    margin-left: 20px;
    width: 100%;
  }
  .populares-anuncioCarrossel__wrapper {
    flex-direction: column;
  }
  .blur-img > img {
    max-height: 170px;
  }
  .splide-AnuncioCarroselDestaque .splide__pagination {
    margin-right: 20px;
  }
}
