.splideSection-shareMobile {
  display: none;
}
.populares-cardAnuncio {
  display: flex;
  flex-direction: row;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 24px;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}
/* .populares-cardAnuncio-splideSection {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 360px;
  & .splideCardAnuncio {
    & .splide__arrow {
      background: transparent;
      opacity: 1;
    }
    & .splide__arrow svg {
      fill: #fff;
    }
    & .splide__pagination__page {
      opacity: 1;
      background: transparent;
      border: 2px solid #ffffff;
    }
    & .splide__pagination__page.is-active {
      background: #ffffff;
      opacity: 1;
    }
    & .splide__slide {
      & img,
      .cardAnuncio_fallback {
        width: 100%;
        object-fit: cover;
        object-position: center;
        height: 100%;
        max-height: 328px;
        max-width: 360px;
      }
    }
  }
} */
.populares-cardAnuncio-splideSection {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 360px;
}

.populares-cardAnuncio-splideSection .splideCardAnuncio .splide__arrow {
  background: transparent;
  opacity: 1;
}

.populares-cardAnuncio-splideSection .splideCardAnuncio .splide__arrow svg {
  fill: #fff;
}

.populares-cardAnuncio-splideSection
  .splideCardAnuncio
  .splide__pagination__page {
  opacity: 1;
  background: transparent;
  border: 2px solid #ffffff;
}

.populares-cardAnuncio-splideSection
  .splideCardAnuncio
  .splide__pagination__page.is-active {
  background: #ffffff;
  opacity: 1;
}

.populares-cardAnuncio-splideSection .splideCardAnuncio .splide__slide img,
.populares-cardAnuncio-splideSection
  .splideCardAnuncio
  .splide__slide
  .cardAnuncio_fallback {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
  max-height: 328px;
  max-width: 360px;
}
.cardAnuncio-content__wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
/* .splideSection-share {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
  & div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  & img {
    cursor: pointer;
  }
  & .splideSection-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;
    user-select: none;
    position: relative;
  }
  & .whatsapp-share {
    background-color: #2fbf34;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
} */
.splideSection-share {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
}

.splideSection-share div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.splideSection-share img {
  cursor: pointer;
}

.splideSection-share .splideSection-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;
  user-select: none;
  position: relative;
}

.splideSection-share .whatsapp-share {
  background-color: #2fbf34;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
/* .populares-cardAnuncio-content {
  display: flex;
  flex-direction: column;
  padding: 15px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  border-radius: 0 4px 4px 0;
  gap: 15px;
  width: 100%;
  & .cardAnuncio-precos {
    display: flex;
    flex-direction: row;
    gap: 60px;
    & .cardAnuncio-precos-valor,
    .cardAnuncio-precos-localizacao {
      display: flex;
      flex-direction: column;
      & h3 {
        font-family: "NimbusSans-Bold", sans-serif;
        font-size: 28px;
        line-height: 34px;
        text-transform: capitalize;
        color: #1364ae;
      }
      & span {
        font-family: "NimbusSans-Regular", sans-serif;
        font-size: 14px;
        line-height: 17px;
        text-transform: uppercase;
        color: #1364ae;
      }
    }
  }
  & .cardAnuncio-comodos {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    & .comodos-itens {
      display: flex;
      align-items: center;
      gap: 5px;
      font-family: "NimbusSans-Bold", sans-serif;
      color: #727577;
      font-size: 12px;
      & img {
        filter: grayscale(1);
        max-width: 16px;
        max-height: 16px;
      }
    }
  }
  & .cardAnuncio-extras {
    display: flex;
    flex-direction: row;
    gap: 10px;
    max-width: 470px;
    overflow: scroll;
    user-select: none;
    & .extras-itens {
      border-radius: 50px;
      background-color: #f2f1f1;
      font-family: "NimbusSans-Regular", sans-serif;
      font-size: 12px;
      color: #727577;
      padding: 4px 12px;
      text-wrap: nowrap;
      width: fit-content !important;
      text-transform: capitalize;
    }
  }
  & .cardAnuncio-descricao {
    display: flex;
    flex-direction: column;
    gap: 5px;
    & h2 {
      font-family: "NimbusSans-Bold", sans-serif;
      font-size: 14px;
      line-height: 24px;
      color: #181819;
    }
    & h3 {
      display: -webkit-box;
      font-family: "NimbusSans-Regular", sans-serif;
      font-size: 14px;
      line-height: 16px;
      color: #727577;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    & .cardAnuncio-vejaMais {
      margin-top: 10px;
      font-family: "NimbusSans-Bold", sans-serif;
      font-size: 14px;
      text-transform: uppercase;
      color: #ffffff;
      background-color: #007cb0;
      padding: 12px 24px;
      width: fit-content;
      border-radius: 10px;
      box-shadow: 0px 10px 10px #0049980d;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 10px;
      cursor: pointer;
    }
  }
} */
.populares-cardAnuncio-content {
  display: flex;
  flex-direction: column;
  padding: 15px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  border-radius: 0 4px 4px 0;
  gap: 15px;
  width: 100%;
}

.populares-cardAnuncio-content .cardAnuncio-precos {
  display: flex;
  flex-direction: row;
  gap: 60px;
}

.populares-cardAnuncio-content .cardAnuncio-precos .cardAnuncio-precos-valor,
.populares-cardAnuncio-content
  .cardAnuncio-precos
  .cardAnuncio-precos-localizacao {
  display: flex;
  flex-direction: column;
}

.populares-cardAnuncio-content .cardAnuncio-precos .cardAnuncio-precos-valor h3,
.populares-cardAnuncio-content
  .cardAnuncio-precos
  .cardAnuncio-precos-localizacao
  h3 {
  font-family: "NimbusSans-Bold", sans-serif;
  font-size: 28px;
  line-height: 34px;
  text-transform: capitalize;
  color: #1364ae;
}

.populares-cardAnuncio-content
  .cardAnuncio-precos
  .cardAnuncio-precos-valor
  span,
.populares-cardAnuncio-content
  .cardAnuncio-precos
  .cardAnuncio-precos-localizacao
  span {
  font-family: "NimbusSans-Regular", sans-serif;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #1364ae;
}

.populares-cardAnuncio-content .cardAnuncio-comodos {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.populares-cardAnuncio-content .cardAnuncio-comodos .comodos-itens {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "NimbusSans-Bold", sans-serif;
  color: #727577;
  font-size: 12px;
}

.populares-cardAnuncio-content .cardAnuncio-comodos .comodos-itens img {
  filter: grayscale(1);
  max-width: 16px;
  max-height: 16px;
}

.populares-cardAnuncio-content .cardAnuncio-extras {
  display: flex;
  flex-direction: row;
  gap: 10px;
  max-width: 470px;
  overflow: scroll;
  user-select: none;
}

.populares-cardAnuncio-content .cardAnuncio-extras .extras-itens {
  border-radius: 50px;
  background-color: #f2f1f1;
  font-family: "NimbusSans-Regular", sans-serif;
  font-size: 12px;
  color: #727577;
  padding: 4px 12px;
  text-wrap: nowrap;
  width: fit-content !important;
  text-transform: capitalize;
}

.populares-cardAnuncio-content .cardAnuncio-descricao {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.populares-cardAnuncio-content .cardAnuncio-descricao h2 {
  font-family: "NimbusSans-Bold", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #181819;
}

.populares-cardAnuncio-content .cardAnuncio-descricao h3 {
  display: -webkit-box;
  font-family: "NimbusSans-Regular", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #727577;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.populares-cardAnuncio-content .cardAnuncio-descricao .cardAnuncio-vejaMais {
  margin-top: 10px;
  font-family: "NimbusSans-Bold", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #007cb0;
  padding: 12px 24px;
  width: fit-content;
  border-radius: 10px;
  box-shadow: 0px 10px 10px #0049980d;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  /* .splideSection-shareMobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background-color: #f2f1f1;
    padding: 10px;
    height: 100%;
    max-width: 320px;
    & div {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 20px;
    }
    & img {
      cursor: pointer;
    }
    & .splideSection-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;
      user-select: none;
      position: relative;
    }
    & .whatsapp-share {
      background-color: #2fbf34;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }
  } */
  .splideSection-shareMobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background-color: #f2f1f1;
    padding: 10px;
    height: 100%;
    max-width: 320px;
  }

  .splideSection-shareMobile div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }

  .splideSection-shareMobile img {
    cursor: pointer;
  }

  .splideSection-shareMobile .splideSection-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;
    user-select: none;
    position: relative;
  }

  .splideSection-shareMobile .whatsapp-share {
    background-color: #2fbf34;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .splideSection-share {
    display: none;
  }
  .populares-cardAnuncio {
    width: 320px;
    border-radius: 4px;
    flex-direction: column;
    & .splideSection-share {
      display: none;
    }
  }
  .populares-cardAnuncio {
    width: 320px;
    border-radius: 4px;
    flex-direction: column;
  }

  .populares-cardAnuncio .splideSection-share {
    display: none;
  }
  /* .populares-cardAnuncio-content {
    max-width: 320px;
    border-radius: unset;
    & .cardAnuncio-precos {
      gap: unset;
      justify-content: space-between;
      & .cardAnuncio-precos-valor,
      .cardAnuncio-precos-localizacao {
        & h3 {
          font-size: 22px;
          line-height: 27px;
          white-space: nowrap;
        }
        & span {
          font-size: 12px;
          line-height: 15px;
          white-space: nowrap;
        }
      }
    }
    & .cardAnuncio-comodos {
      display: flex;
      flex-direction: row;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px;
      & .comodos-itens {
        font-size: 12px;
        line-height: 22px;
        & img {
          filter: grayscale(1);
        }
      }
    }
    & .cardAnuncio-descricao {
      & h2 {
        font-size: 14px;
        line-height: 18px;
      }
      & h3 {
        font-size: 14px;
        line-height: 16px;
      }
      & .cardAnuncio-vejaMais {
        display: none;
      }
    }
  } */
  .populares-cardAnuncio-content {
    max-width: 320px;
    border-radius: unset;
  }

  .populares-cardAnuncio-content .cardAnuncio-precos {
    gap: unset;
    justify-content: space-between;
  }

  .populares-cardAnuncio-content
    .cardAnuncio-precos
    .cardAnuncio-precos-valor
    h3,
  .populares-cardAnuncio-content
    .cardAnuncio-precos
    .cardAnuncio-precos-localizacao
    h3 {
    font-size: 22px;
    line-height: 27px;
    white-space: nowrap;
  }

  .populares-cardAnuncio-content
    .cardAnuncio-precos
    .cardAnuncio-precos-valor
    span,
  .populares-cardAnuncio-content
    .cardAnuncio-precos
    .cardAnuncio-precos-localizacao
    span {
    font-size: 12px;
    line-height: 15px;
    white-space: nowrap;
  }

  .populares-cardAnuncio-content .cardAnuncio-comodos {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .populares-cardAnuncio-content .cardAnuncio-comodos .comodos-itens {
    font-size: 12px;
    line-height: 22px;
  }

  .populares-cardAnuncio-content .cardAnuncio-comodos .comodos-itens img {
    filter: grayscale(1);
  }

  .populares-cardAnuncio-content .cardAnuncio-descricao h2 {
    font-size: 14px;
    line-height: 18px;
  }

  .populares-cardAnuncio-content .cardAnuncio-descricao h3 {
    font-size: 14px;
    line-height: 16px;
  }

  .populares-cardAnuncio-content .cardAnuncio-descricao .cardAnuncio-vejaMais {
    display: none;
  }
  /* .populares-cardAnuncio-splideSection {
    & .splideCardAnuncio {
      & .splide__slide {
        & img,
        .cardAnuncio_fallback {
          width: 100%;
          object-fit: cover;
          object-position: center;
          height: 100%;
          max-height: 190px;
          max-width: 320px;
        }
      }
    }
  } */
  .populares-cardAnuncio-splideSection .splideCardAnuncio .splide__slide img,
  .populares-cardAnuncio-splideSection
    .splideCardAnuncio
    .splide__slide
    .cardAnuncio_fallback {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
    max-height: 190px;
    max-width: 320px;
  }
}
@media (max-width: 320px) {
  .populares-cardAnuncio {
    width: 290px;
  }
}
