.elementor-4752 .elementor-element.elementor-element-726148f{--display:flex;--min-height:0px;--flex-direction:row-reverse;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap-reverse;--justify-content:space-around;--flex-wrap:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4752 .elementor-element.elementor-element-8f86cc2 .eael-contact-form-7 .wpcf7-not-valid-tip{display:block !important;}.elementor-4752 .elementor-element.elementor-element-8f86cc2 .eael-contact-form-7 .wpcf7-validation-errors{display:block !important;}.elementor-4752 .elementor-element.elementor-element-8f86cc2 .eael-contact-form-7-wrapper{text-align:default;}.elementor-4752 .elementor-element.elementor-element-8f86cc2 .eael-contact-form-7-wrapper .eael-contact-form.eael-contact-form-7{max-width:100%;}.elementor-4752 .elementor-element.elementor-element-8f86cc2 .eael-contact-form{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-4752 .elementor-element.elementor-element-8f86cc2 .eael-contact-form-7 .wpcf7-form p:not(:last-of-type) .wpcf7-form-control-wrap{margin-bottom:0px;}#elementor-popup-modal-4752{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-4752 .dialog-message{width:415px;height:auto;}#elementor-popup-modal-4752 .dialog-close-button{display:flex;}#elementor-popup-modal-4752 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(min-width:768px){.elementor-4752 .elementor-element.elementor-element-726148f{--content-width:40vw;}}/* Start custom CSS for eael-contact-form-7, class: .elementor-element-8f86cc2 */.wpcf7-form {
  max-width: 400px;
  margin: 0 auto;
  background: #f9f9f9;
  padding: 20px 25px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
}

.wpcf7-form label {
  font-weight: bold;
  color: #444;
  margin-top: 10px;
  display: block;
}

.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-color: #0073e6;
  outline: none;
}

.wpcf7-form input[type="submit"] {
  background: rgb(162, 6, 27); /* Color personalizado */
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
  background: #8a0418; /* Un tono más oscuro para el hover */
}
.wpcf7-form textarea {
  resize: none;
}/* End custom CSS */