.menu {
  position: relative;
  width: 100%;
  background-color: #1B3738;
}

section.cadastro-imovel {
  position: absolute;
  z-index: 9999999999;
  width: 100%;
  top: 0px;
}
section select option {
  color: #1b3738;
}
section .select-filtro {
  width: 100%;
  height: 41px;
  border-radius: 110px;
  border: 1px solid #1B3738;
  background-color: #fff;
  margin-top: 3%;
  margin-bottom: 5%;
  color: #1b3738;
  padding-left: 10px;
}
section input::-moz-placeholder {
  font-weight: bold;
  opacity: 0.5;
  color: #1b3738;
}
section input::placeholder {
  font-weight: bold;
  opacity: 0.5;
  color: #1b3738;
}
section .input-filtro {
  width: 100%;
  height: 41px;
  border-radius: 110px;
  border: 1px solid #1B3738;
  background-color: #fff;
  color: #1B3738;
  margin-top: 3%;
  margin-bottom: 5%;
  padding: 13px;
}
section span.d-inline-block {
  width: 100%;
}

.tooltip {
  position: absolute !important;
  z-index: 10000000000000000 !important;
  font-size: 14px !important;
}

/* ANTIGO */
.input-text {
  font-family: Figtree;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #1B3738;
}

.title-form {
  font-family: Figtree;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #1B3738;
  margin-bottom: 38px;
}

.btn-filtro {
  width: 671px;
  height: 47px;
  border-radius: 30px;
  background-color: #6DF172;
  margin-top: 5%;
}

.textarea-filtro {
  width: 100%;
  height: 188px;
  border-radius: 30px;
  border: 1px solid #1B3738;
  background-color: #fff;
  color: #1b3738;
  padding: 10px;
  margin-top: 5%;
  margin-bottom: 5%;
}

button.dz-button {
  border: 0pc;
  background: none;
}

.drop-img {
  width: 671px;
  min-height: 280px;
  border: 1px dashed #1B3738;
  border-radius: 30px;
  padding: 70px;
  margin-top: 5%;
  margin-bottom: 2%;
}

.text-down-img {
  font-family: Figtree;
  font-size: 16px;
  font-weight: 700;
  line-height: 0px;
  letter-spacing: 0em;
  text-align: center;
  color: #646464;
  margin-top: 15px;
}

.subtext-down-img {
  font-family: Figtree;
  font-size: 12px;
  font-weight: 400;
  line-height: 0px;
  letter-spacing: 0em;
  text-align: center;
  color: #646464;
}

.checkbox-input {
  margin-top: 2%;
  margin-bottom: 2%;
}

.camada-1 {
  width: 34px;
  height: 34px;
  cursor: pointer;
}

.check {
  accent-color: #72FF75;
  color: #72FF75;
}

.title-form {
  width: 100%;
}

.borda-modal {
  border-radius: 25px;
  border: 1px solid #000;
  margin-bottom: 166px;
  background: #fff;
}

.drop-img {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .input-filtro, .select-filtro {
    width: 298px;
    height: 41px;
  }
  .ml27 {
    margin-left: 27%;
  }
  .textarea-filtro, .drop-img {
    height: 281px;
  }
  .btn-filtro {
    width: 294px;
    height: 47px;
  }
  .text-down-img {
    line-height: 15px;
  }
  .title-form {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .borda-modal {
    width: 90%;
  }
  section .select-filtro {
    width: 100%;
    height: 41px;
    border-radius: 110px;
    border: 1px solid #1B3738;
    background-color: #fff;
    margin-top: 3%;
    margin-bottom: 5%;
    color: #1b3738;
    padding-left: 10px;
  }
}
/* DESKTOP CASO PRECISA FAZER ALGO ESPECIFICO NO DESKTOP */
@media (min-width: 1200px) {
  .borda-modal {
    width: 30%;
  }
  .centro {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .margin-limite {
    width: 70%;
  }
}/*# sourceMappingURL=modal-cadastrar.css.map */