/*====== WhatsApp Flutuante ======*/

.float-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.float-whatsapp span {
  font-size: 11px;
  display: block;
  margin-bottom: 5px;
}

.float-whatsapp a {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #25d366;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 29px;
  box-shadow: 0 0 5px rgb(0 0 0 / 40%);
  text-decoration: none;
}

.float-whatsapp a:hover {
  color: #fff;
}

/*====== LGPD ======*/

.cookies_lgpd {
  position: fixed;
  bottom: 30px;
  left: 35px;
  z-index: 9999999;
}

.cookies_lgpd .in {
  background: #fff;
  border: 2px solid #d9dbdd;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  font-size: 13px;
  line-height: 24px;
  color: #5c6062;
  box-shadow: 0px 0px 21px 0px rgb(25 24 28 / 30%);
  width: 304px;
}

.cookies_lgpd .in .texto {
  margin-bottom: 10px;
}

.cookies_lgpd .in a {
  font-weight: 700;
  color: #a1592d;
  display: block;
}

.cookies_lgpd .in .botao {
  display: flex;
  justify-content: center;
}

.cookies_lgpd .in .btn {
  text-align: center;
  color: #fff;
  background: #a1592d;
  font-size: 13px;
  border-radius: 5px;
  height: 34px;
  padding: 0 30px;
  display: flex;
  flex-basis: 150px;
  align-items: center;
  justify-content: center;
  text-transform: inherit;
}

/*====== Outros ======*/

.aspect-square {
  aspect-ratio: 1/1;
}

.section-property-map .content-right {
  max-width: 57%;
}

@media (max-width: 991.98px) {
  .section-property-map .content-right {
    max-width: 100%;
  }
}

#formFiltro {
  width: 100%;
  max-width: 100%;
}

#formFiltro .nice-select,
#formFiltroBanner .nice-select {
  padding-right: 40px;
}

#formFiltro .wrap-select {
  flex: 1;
}
#formFiltro .checkbox-item label {
  font-weight: 400;
  color: var(--Text);
}

form .input.input-nl::placeholder,
form textarea::placeholder,
form input[type="text"]::placeholder,
form input[type="password"]::placeholder,
form input[type="datetime"]::placeholder,
form input[type="datetime-local"]::placeholder,
form input[type="date"]::placeholder,
form input[type="month"]::placeholder,
form input[type="time"]::placeholder,
form input[type="week"]::placeholder,
form input[type="number"]::placeholder,
form input[type="email"]::placeholder,
form input[type="url"]::placeholder,
form input[type="search"]::placeholder,
form input[type="tel"]::placeholder,
form input[type="color"]::placeholder {
  font-size: 13px;
}

.form-title .input-search {
  max-width: 390px;
  width: 100%;
  flex-shrink: 0;
  position: relative;
}

.form-contact-seller .tags-negocio {
  margin-top: 15px;
}

.form-contact-seller .tags-negocio a {
  margin-top: 0;
}

.wg-property.video .widget-video iframe {
  width: 100%;
  height: 420px;
}

.input-mask.dinheiro {
  text-align: left !important;
}

#formFiltroBanner label {
  margin-bottom: 0;
  cursor: pointer;
}

#formFiltroBanner label:hover,
#formFiltroBanner .active label {
  color: var(--White);
}

.box-house .image-wrap > a {
  aspect-ratio: 960/720;
  display: block;
  overflow: hidden;
}

.section-property-image .wrap-image .image.img-1 {
  min-width: 57%;
}

.section-property-image .wrap-image .image.img-1 a {
  aspect-ratio: 730/514;
  display: block;
  overflow: hidden;
}

.section-property-image .wrap-image .wrap-image-right .image.img-2 a {
  aspect-ratio: 536/250;
  display: block;
  overflow: hidden;
}

.section-property-image .wrap-image .wrap-image-right .image a {
  aspect-ratio: 261/250;
  display: block;
  overflow: hidden;
}

.section-property-image .wrap-image img {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  object-position: center;
}

.gm-ui-hover-effect {
  position: absolute !important;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 16px !important;
  padding: 10px !important;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important;
  z-index: 1000 !important;
  width: 32px !important;
  height: 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
}

.gm-ui-hover-effect > span {
  margin: 0 !important;
}

.infoBox;
