<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.head-anuncie .fundo {
  background-size: cover;
  width: 100%;
  height: 250px;
}

textarea.anuncie {
  height: 195px;
  width: 100%;
  resize: none !important;
}

#form-cadastrar h4 {
  color: #000;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#form-cadastrar input[type=submit] {
  width: 117px;
  height: 44px;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #EECE07;
  border: 0px;
}

#form-cadastrar input[type=reset] {
  color: #878787;
  background: transparent;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  border: 0px;
  height: 44px;
}

form input:not(.busca-rapida input), textarea {
  box-shadow: none;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
}

#form-cadastrar ::placeholder {
  color: #D9D9D9;
  opacity: 1; /* Alguns navegadores reduzem a opacidade por padrão */
  font-weight: bold;
}

#form-cadastrar label.termo {
  padding-left: 16px;
  color: #000;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Estilo específico para Internet Explorer */
#form-cadastrar :-ms-input-placeholder {
  color: #D9D9D9;
  font-weight: bold;
}

/* Estilo específico para Microsoft Edge (versões antigas) */
#form-cadastrar ::-ms-input-placeholder {
  color: #D9D9D9;
}

#form-cadastrar label {
  padding-bottom: 10px;
}

.efeitoSelect {
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25) !important;
}

@media (min-width: 1200px) {
  .maxdesktop {
    width: 798px !important;
    margin-left: 97px;
    margin-top: 92px;
  }
  .contato .contato-start {
    color: #000;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 58px;
  }
  .contato span {
    color: #EECE07;
    font-family: Poppins;
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }
  .contato p {
    color: #000;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 563px;
    margin-left: 97px;
  }
}
@media (max-width: 1199px) {
  .contato .contato-start {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 58px;
  }
  .contato span {
    color: #EECE07;
    font-family: Poppins;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }
  .contato p {
    color: #000;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
  }
}/*# sourceMappingURL=anuncie.css.map */</pre></body></html>