/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 29 2025 | 17:25:30 */
/* Reduce el espacio entre campos del formulario Contact Form 7 */
.wpcf7 form label {
  display: block;
  margin-bottom: 5px !important;
}

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
  margin-bottom: 8px !important;
  padding: 8px;
}

.wpcf7-form-control-wrap {
  margin-bottom: 10px !important;
}

.wpcf7 form {
  line-height: 1.2 !important;
}




