.elementor-1690 .elementor-element.elementor-element-353f8f1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-ha-cf7 .wpcf7-form-control:not(.wpcf7-submit){font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-ha-cf7 label{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-ha-cf7 .wpcf7-submit{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1690 .elementor-element.elementor-element-8a0c3d1 .wpcf7-form-control:not(.wpcf7-submit){width:100%;margin-bottom:1px;font-family:"Montserrat", Sans-serif;font-weight:400;margin-top:5px;}.elementor-1690 .elementor-element.elementor-element-8a0c3d1 .ha-cf7-form label{width:100%;}.elementor-1690 .elementor-element.elementor-element-8a0c3d1 label{font-family:"Montserrat", Sans-serif;font-weight:400;}.elementor-1690 .elementor-element.elementor-element-8a0c3d1 .wpcf7-submit{padding:0px 0px 0px 0px;font-family:"Montserrat", Sans-serif;font-size:18px;font-weight:500;}/* Start custom CSS for ha-cf7, class: .elementor-element-8a0c3d1 *//* Container geral */
.eszi-form form {
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}

/* Labels */
.eszi-form label {
  font-weight: 500;
  color: #333;
  display: block;
  margin-bottom: 6px;
}

/* Inputs, Select e Textarea */
.eszi-form input[type="text"],
.eszi-form input[type="email"],
.eszi-form input[type="tel"],
.eszi-form select,
.eszi-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 15px;
  transition: all 0.25s ease;
  margin-bottom: 15px;
  background: #fafafa;
}

/* Foco */
.eszi-form input:focus,
.eszi-form textarea:focus,
.eszi-form select:focus {
  border-color: #0066ff;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0,102,255,0.15);
  outline: none;
}

/* Checkbox */
.eszi-form input[type="checkbox"] {
  margin-right: 6px;
}

/* Botão */
.eszi-form input[type="submit"] {
  background: #0066ff;
  color: white;
  border: none;
  padding: 14px;
  width: 100%;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.25s;
}

/* Hover botão */
.eszi-form input[type="submit"]:hover {
  background: #004ccc;
  transform: translateY(-2px);
  box-shadow: 0px 6px 15px rgba(0,102,255,0.3);
}

/* Mensagem de sucesso */
.eszi-form .wpcf7-mail-sent-ok {
  border: none !important;
  background: #e8ffe8;
  color: #0a7b0a;
  padding: 15px;
  border-radius: 8px;
}

/* Mensagem de erro */
.eszi-form .wpcf7-validation-errors,
.eszi-form .wpcf7-not-valid-tip {
  background: #fff2f2;
  color: #b10000;
  padding: 8px;
  border-radius: 6px;
  font-size: 14px;
}

/* Placeholder */
.eszi-form ::placeholder {
  color: #888;
}/* End custom CSS */