/* FORMULARIO
================================================== */
#formulario {position: relative;}

.formulario-box {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: -3.5rem;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 2px -30px 25px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 2px -30px 25px 0px rgba(0,0,0,0.1);
  box-shadow: 4px 4px 10px 0px #00000026;

  box-shadow: 4px 4px 10px 0px #00000026;

}

.formulario-title {
  color: #1526FF;
  font-size: 26px;
  font-weight: bold;
}

.form-input {
  border: 1px solid #60DF30;
  border-radius: 15px;
  font-size: 16px;
  height: 52px;
  margin-bottom: 10px;
  padding: 10px 15px;
  width: 100%;
}

.form-submit {
  font-size: 16px;
  margin: 0;
  max-width: 100%;
  padding: 14px 10px;
  width: 100%;
  border-radius: 15px;
  background: #60DF30;
  color: black;
}
/* 
.form-submit svg {
  width: 20px;
} */

.hide-botao {
  margin-top: 0;
  visibility: hidden;
}

.hide-form {
  display: none;
}

.formulario-box .aceite_termos {
  margin: 20px 0 0;
}

#formulario .btn-whatsapp svg {
  background: none;
  box-shadow: none;
  margin-right: 5px;
}

#formulario .section-text p {
  color: black;
}

/* TESTE AB */
#hero.form-inline .hero_textos > p,
#hero.form-inline a.btn-whatsapp {
  display: none !important;
}

#hero.form-inline .hero h1 {
  padding-top: 0;
}

@media screen and (max-width: 992px) {
  #hero.form-inline .hero-img {
    display: none;
  }

  #formulario {
    background-color: #F0F0F0;
    padding-bottom: 100px;
  }
}



@media screen and (min-width: 992px) {

  #formulario.option-2 {
    position: absolute;
    top: 110px;
    right: 15%;
    max-width: 400px;
  }
  #formulario.option-2 .form-fields {
    flex-direction: column;
  }
  #formulario.option-2 .form-input, 
  #formulario.option-2 .form-submit {
    max-width: 100%;
    margin-bottom: 10px;
  }
  #formulario.option-2 h2 {
    line-height: 34px;
  }
  #formulario.option-2 .section-text p {
    font-size: 15px;
    line-height: 22px;
  }

  #hero.form-inline.option-2 {
    min-height: 480px;
    display: flex;
    align-items: center;
  }
  #hero.form-inline.option-2 .hero-img {
    display: none;
  }

  .form-fields {
    align-items: center;
    display: flex;
  }
  .form-input,
  .form-submit {
    margin-bottom: 0;
    /* max-width: 24%; */
    margin-right: 1.33%;
  }
  .form-submit {margin-right: 0;}

}