.elementor-232 .elementor-element.elementor-element-d4deb48{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for contact-info, class: .elementor-element-14e1889 *//* ===== FORMULARIO DE CONTACTO KIMÁTICA ===== */

/* Campos de texto */
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-email,
.wpcf7-form-control.wpcf7-textarea {
  width: 100% !important;
  padding: 14px 18px !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 6px !important;
  font-family: 'Barlow', sans-serif !important;
  font-size: 15px !important;
  color: #3C3C3C !important;
  background-color: #f8f8f8 !important;
  transition: all 0.3s ease !important;
  outline: none !important;
}

/* Focus en campos */
.wpcf7-form-control.wpcf7-text:focus,
.wpcf7-form-control.wpcf7-email:focus,
.wpcf7-form-control.wpcf7-textarea:focus {
  border-color: #007828 !important;
  background-color: #fff !important;
}

/* Labels */
.wpcf7-form label {
  font-family: 'Barlow', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #3C3C3C !important;
  margin-bottom: 6px !important;
  display: block !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
}

/* Botón enviar */
.wpcf7-form-control.wpcf7-submit {
  background-color: #007828 !important;
  color: #ffffff !important;
  border: none !important;
  padding: 14px 36px !important;
  border-radius: 6px !important;
  font-family: 'Barlow', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  width: 100% !important;
  margin-top: 10px !important;
}

/* Hover botón */
.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #005E1F !important;
}

/* Área de mensaje más pequeña */
.wpcf7-form-control.wpcf7-textarea {
  height: 120px !important;
  resize: none !important;
}/* End custom CSS */