.fln-anuncio {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
}

.fln-anuncio-main {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 640px;
}

.fln-anuncio-aside {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 360px;
  gap: 10px;
  position: sticky;
  top: 95px
}

.fln-anuncio-wrapper {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.fln-anuncio-breadcrumb a {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: var(--text-black);
  letter-spacing: -0.12px;
  text-transform: uppercase;
  text-decoration: none;
}

.breadcrumb-marker {
  color: var(--red);
  font-family: "Poppins-Regular", sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.12px;
}

.fln-anuncio-title {
  font-family: "Poppins-Regular", sans-serif;
  color: var(--text-black);
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -0.28px;
  margin-top: 15px;
}

.fln-anuncio-title span {
  font-family: "Poppins-Bold", sans-serif !important;
}


.fln-anuncio-title img {
  border-radius: 10px;
  background-color: #989292;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  object-fit: scale-down;
  width: 40px;
  height: 34px;
  cursor: pointer;
}

#select-message {
  display: flex;
  flex-direction: row;
  background-color: var(--white);
  border-radius: 10px;
  border: 1px solid #dbdbdb;
  outline: none;
  padding: 10px 10px;
  font-family: "Poppins-Light", sans-serif;
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 18px;
  color: #0e0101b3;
}

.fln-anuncio-subtitle {
  font-family: "Poppins-Regular", sans-serif;
  color: var(--text-black);
  font-size: 14px;
  line-height: 18px;
}

.fln-anuncio-price {
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  padding: 20px 23px;
  margin-top: 20px;
}

.fln-anuncio-price span {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: var(--text-black);
}

.fln-anuncio-price h4 {
  font-family: "Poppins-Bold", sans-serif;
  font-size: 36px;
  letter-spacing: -0.36px;
  line-height: 40px;
  color: var(--red);
}

.fln-anuncio-infos {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.fln-anuncio-infos-item {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  background-color: var(--red);
  border-radius: 17px;
  padding: 9px 18px;
  font-family: "Poppins-Medium", sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.12px;
  color: var(--white);
  white-space: nowrap;
}

.fln-anuncio-discription {
  margin-top: 20px;
}

.fln-anuncio-discription p {
  font-family: "Poppins-Light", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #514848;
}

.fln-anuncio-anunciante {
  display: flex;
  flex-direction: row;
  gap: 15px;
  background-color: var(--white);
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0px 15px 15px #0000000d;
  text-decoration: none;
}

.fln-anuncio-anunciante img {
  max-width: 55px;
  max-height: 55px;
  width: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 10px;
  border: 1px solid #dbdbdb;
}

.fln-anuncio-anunciante span {
  font-family: "Poppins-Light", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #514848;
}

.fln-anuncio-anunciante span b {
  font-family: "Poppins-SemiBold", sans-serif;
}

.fln-anuncio-contato {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: var(--white);
  border-radius: 15px;
  box-shadow: 0px 15px 15px #0000000d;
  padding: 29px 25px 20px;
  border: 1px solid #DBDBDB;
}

.mail-event-input {
  display: flex;
  flex-direction: row;
  gap: 18px;
  align-items: center;
}

.fln-anuncio-contato h5 {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: var(--red);
}

.fln-anuncio-contato form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 10px;
}

.anuncio-name-form,
.anuncio-email-form,
.anuncio-phone-form,
.anuncio-message-form {
  display: flex;
  flex-direction: row;
  background-color: var(--white);
  border-radius: 10px;
  border: 1px solid #dbdbdb;
  outline: none;
  padding: 10px 10px;
}

.fln-anuncio-contato-row {
  display: flex;
  gap: 15px;
}

.fln-anuncio-contato-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#formulario-contato-anuncio label {
  font-family: "Poppins-Semibold", sans-serif;
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 18px;
  color: var(--text-black);
  white-space: nowrap;
}

#formulario-contato-anuncio-whats label {
  font-family: "Poppins-Semibold", sans-serif;
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 18px;
  color: var(--text-black);
  white-space: nowrap;
}

.anuncio-name-form input,
.anuncio-email-form input,
.anuncio-phone-form input,
.anuncio-message-form textarea {
  font-family: "Poppins-Light", sans-serif;
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 18px;
  color: #0e0101b3;
  border: none;
  outline: none;
  resize: none;
  width: 100%;
}

.anuncio-message-form textarea {
  height: 80px;
}

.anuncio-enviar-form {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #E4002B;
  border-radius: 10px;
  padding: 12px 24px;
  cursor: pointer;
  width: 100%;
  box-shadow: 0px 10px 10px #0000001a;
  background-color: var(--white);
  text-decoration: none;
  outline: none;
  color: var(--red);
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.12px;
  margin-top: 10px;
}
.fln-anuncio-contato-anunciante {
  border-radius: 15px;
  background-color: #ffffff;
  box-shadow: 0px 15px 15px #0000000d;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 18px;
}
.fln-anuncio-contato-anunciante h5 {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: var(--red);
}
.fln-anuncio-contato-anunciante div {
  display: flex;
  flex-direction: row;
  gap: 18px;
  align-items: center;
  justify-content: center;
}
.fln-text-hide {
  font-family: "Poppins-Medium", sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.12px;
  cursor: pointer;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.fln-text-free {
  font-family: "Poppins-Medium", sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.12px;
  cursor: pointer;
  position: relative;
}
.fln-text-hide::before {
  background-color: var(--red);
  width: 64%;
  height: 100%;
  content: "";
  position: absolute;
}

#phone-event::before {
  width: 31% !important;
  right: 0 !important;
}
.fln-anuncio-relacionadas-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 224px;
  text-decoration: none;
}
.destaque-photo-relacionadas {
  position: relative;
  width: 100%;
}
.destaque-main-relacionadas {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
  box-shadow: 0px 15px 15px #0000000d;
  min-width: 224px;
  min-height: 200px;
}
.fln-outros-lista {
  display: flex;
  gap: 20px;
}
.destaque-photo-infos-relacionadas {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  padding: 10px 15px;
  box-sizing: border-box;
  gap: 5px;
}
.destaque-photo-infos-relacionadas div {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: center;
  background-color: #0e010110;
  border-radius: 10px;
  padding: 6px 15px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.destaque-photo-infos-relacionadas > div span {
  color: var(--white);
  font-family: "Poppins-Regular", sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.12px;
}
.fln-anuncio-relacionadas {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 715px;
}
.fln-anuncio-relacionadas-title {
  font-family: "Poppins-Bold", sans-serif;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: -0.3px;
  color: var(--text-black);
}
.fln-anuncio-relacionadas-item h3 {
  margin-top: 15px;
  font-family: "Poppins-Bold", sans-serif;
  font-size: 22px;
  line-height: 20px;
  letter-spacing: -0.22px;
  color: var(--text-black);
}
.fln-anuncio-relacionadas-item h4 {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #514848;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.splideRelacionadas .splide__arrow--prev {
  left: -1em;
  top: 30%;
}
.splideRelacionadas .splide__arrow--next {
  right: -1em;
  top: 30%;
}
.splideRelacionadas .splide__arrow {
  border-radius: 10px;
  opacity: 1;
  box-shadow: 0px 10px 10px #0000001a;
  background: var(--red);
  width: 40px;
  height: 40px;
}
.splideRelacionadas .splide__arrow :hover {
  opacity: 1;
}
.splideRelacionadas .splide__arrow svg {
  fill: var(--yellow);
}
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999999;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.lightbox-content {
  max-width: 80%;
  max-height: 80%;
}

.close-button {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
}
.splide-galeria .splide__slide {
  margin-right: 10px !important;
  width: fit-content !important;
}

.splide-galeria .splide__arrows {
  display: none !important;
}

.splide-galeria .splide__pagination {
  display: none !important;
}

.inner-gallery-block figure {
  width: 204px !important;
  height: 175px !important;
}

.fln-gallery-image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  height: 370px;
  background-color: #b2b2b2;
}

.fln-gallery-image img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
  transition: 0.4s;
}

.fln-gallery-image img:hover {
  scale: 1.2;
}
.carousel {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.carousel-content {
  max-width: 80%;
  max-height: 80%;
  margin: auto;
}

.prev-button,
.next-button {
  border: none;
  background: none;
  font-size: 24px;
  cursor: pointer;
}

.prev-button {
  margin-right: 10px;
}

.next-button {
  margin-left: 10px;
}
.image-counter {
  position: absolute;
  font-size: 14px;
  color: #fff;
  font-family: "Poppins-Regular", sans-serif;
  line-height: 20px;
  letter-spacing: -0.14px;
  background-color: var(--text-black);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 6px;
  opacity: 0.7;
  padding: 8px 14px;
  top: -15%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.prev-button-lightbox,
.next-button-lightbox {
  color: var(--red);
  background-color: var(--white);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 25px;
  cursor: pointer;
}
.prev-button-lightbox {
  margin-right: 40px;
}
.next-button-lightbox {
  margin-left: 40px;
}
.fln-anuncio-contato__contatos{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 17px;
  & .contato__tel{
    border: 1.5px solid #dbdbdb;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    outline: none;
    padding: 12px;
    width: 100%;
    font-family: "Poppins-Semibold", sans-serif;
    font-size: 12px;
    letter-spacing: -0.12px;
    cursor: pointer;
    text-decoration: none;
    & img{
      width: scale-down;
    }
  }
  & .contato__whatsapp{
    display: flex;
    flex-direction: row;
    gap: 10px;
    border-radius: 10px;
    background-color: #28A745;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 10px 10px #0000001A;
    border: none;
    outline: none;
    padding: 11px 25px;
    width: 100%;
    font-family: "Poppins-Semibold", sans-serif;
    font-size: 12px;
    letter-spacing: -0.12px;
    cursor: pointer;
    text-decoration: none;
    & img{
      width: scale-down;
    }
  }
}

.fln-anuncio-contato__popup-container {
  display: flex;
}

.fln-anuncio-contato__popup-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fln-anuncio-contato__popup-left h1 {
  font-family: "Poppins-Light", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #514848;
}

.fln-anuncio-contato__popup-left span {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #514848;
  font-weight: bold;
}
.active{
  display: flex !important;
}
.fln-anuncio-contato__popup-lightbox{
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.fln-anuncio-contato__popup{
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: var(--white);
  border-radius: 15px;
  box-shadow: 0px 15px 15px #0000000d;
  padding: 29px 25px 20px;
}

.fln-anuncio-contato-anuncianteFixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  background-color: #ffffff;
  padding: 15px;
  box-sizing: border-box;
  display: none;
}
.fln-anuncio-contato-anuncianteFixed > a {
  display: flex;
  flex-direction: row;
  gap: 10px;
  border-radius: 10px;
  background-color: #28A745;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 10px 10px #0000001A;
  border: none;
  outline: none;
  padding: 15px 25px;
  width: 100%;
  font-family: "Poppins-Semibold", sans-serif;
  font-size: 12px;
  letter-spacing: -0.12px;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .fln-anuncio-contato__popup {
    width: 75%;
    height: 50%;
    overflow-x: scroll;
  }
  .fln-anuncio-contato__popup-container {
    flex-direction: column;
  }
  .fln-anuncio-contato__popup-left span {
    overflow: hidden;
  }
  .formulario-popup label {
    font-size: 10px !important;
  }
  .fln-outros-lista {
    flex-direction: column;
  }

  .fln-anuncio {
    width: 100%;
  }
  .fln-anuncio-relacionadas-item {
    max-width: unset;
  }
  .fln-gallery-image {
    width: 300px !important;
    height: 280px !important;
  }
  .inner-gallery-block figure {
    width: 204px !important;
    height: 135px !important;
  }
  .fln-anuncio-wrapper {
    flex-direction: column;
  }

  .fln-anuncio-aside {
    max-width: unset;
  }

  .fln-anuncio-breadcrumb a {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: -0.1px;
  }

  .fln-anuncio-title {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.22px;
  }

  .fln-anuncio-subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .fln-anuncio-price h4 {
    font-size: 32px;
    letter-spacing: -0.32px;
    line-height: 36px;
  }

  .fln-anuncio-discription p {
    font-size: 14px;
    line-height: 26px;
  }

  .fln-anuncio-anunciante span {
    font-size: 12px;
    line-height: 16px;
  }

  .anuncio-name-form label,
  .anuncio-email-form label,
  .anuncio-phone-form label,
  .anuncio-message-form label {
    font-size: 12px;
    letter-spacing: -0.12px;
    line-height: 16px;
  }

  .anuncio-name-form input,
  .anuncio-email-form input,
  .anuncio-phone-form input,
  .anuncio-message-form textarea {
    font-size: 12px;
    letter-spacing: -0.12px;
    line-height: 16px;
  }
  .prev-button-lightbox, .next-button-lightbox {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  .next-button-lightbox{
    margin-left: 10px;
  }
  .prev-button-lightbox{
    margin-right: 10px;
  }
  .fln-anuncio-contato-anuncianteFixed {
    display: block;
  }
}
