/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 29 2022 | 18:44:21 */
/*CSS PARA FORMULARIO DE CONTATO*/
textarea#msg_form {
    height: 150px;
}
textarea#prod_form {
    height: 60px;
}

#produtoForm {
    display: none;
}

.form-input {
    margin-bottom: 20px;
}

input.wpcf7-form-control.wpcf7-text{
    margin-top: -10px!important;
}
.eael-contact-form-7 .wpcf7-form label {
    margin-bottom: -25px!important;
}
.form-button {
    margin-bottom: -25px;
}

/* form do teste AB */

.form-ab {
  display: flex;
  justify-content: center;
}
.botao-ab{
  margin-bottom: 0px;
  margin-top: 3%;
  margin-left: 1%;
}
.one-half {
  margin-right: 1%;
}