.empreendimento-contato {
  padding: 20px;
  display: block;
}
.empreendimento-contato h2 {
    color: #656565;
    font-family: "Industry Demi";
    font-size: 38px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 60px;
    text-align: center;
    margin-bottom: 10px;
}

.empreendimento-contato h2 + p { 
  margin-bottom: 60px;
}

.empreendimento-contato input, .empreendimento-contato label {
  width: 100%;
}

.empreendimento-contato .wpcf7-not-valid-tip {
  padding-top: 5px;
}
.empreendimento-contato .wpcf7 form .wpcf7-response-output {
  margin: 0 auto!important;
  text-align: center;
}

@media (min-width: 1200px) {
  .empreendimento-contato .wpcf7 form .wpcf7-response-output {
    width: 1110px;
  }
}

.whatsapp-form {
  position: fixed;
  bottom: 80px;
  right: 10px;
  width: 100%;
  max-width: 320px;
  z-index: 1000;
  background-color: #E4E3DE;
  padding: 20px 10px 10px 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.whatsapp-form input, .whatsapp-form label {
  width: 100%;
}

.whatsapp-form input:not([type="submit"]) {
  height: 30px;
  line-height: 30px;
}

.whatsapp-form .wpcf7 form .wpcf7-response-output {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 0px !important;
}

.whatsapp-form input[type="submit"] {
  background-color: #7CC525;
  border: none;
  color: #fff;
}

