.elementor-19285 .elementor-element.elementor-element-29930e1{--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;border-style:solid;--border-style:solid;--border-radius:0px 0px 0px 0px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-19285 .elementor-element.elementor-element-a7f5ba6 > .elementor-widget-container{margin:28px 0px 0px 0px;}.elementor-19285 .elementor-element.elementor-element-a7f5ba6{text-align:center;}.elementor-19285 .elementor-element.elementor-element-a7f5ba6 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:36px;}.elementor-19285 .elementor-element.elementor-element-5845e7c > .elementor-widget-container{margin:-30px 0px 0px 0px;padding:0px 10px 10px 10px;}#elementor-popup-modal-19285{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-19285 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-19285 .dialog-close-button{display:flex;}#elementor-popup-modal-19285 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for heading, class: .elementor-element-a7f5ba6 */.elementor-19285 .elementor-element.elementor-element-a7f5ba6 .elementor-heading-title {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    background-image: linear-gradient(90deg, #d00e69 40%, #ef7d06 70%);
}/* End custom CSS */
/* Start custom CSS for wpforms, class: .elementor-element-5845e7c *//* ══════════════════════════════════════
   WPFORMS + ELEMENTOR — CSS PERSONALIZADO
   ══════════════════════════════════════ */

/* ── Contenedor del formulario ── */
.wpforms-container,
.wpforms-form {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* ── Filas y campos ── */
.wpforms-field-row,
.wpforms-field {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  margin-bottom: 6px !important;
  padding-bottom: 0 !important;
  float: none !important;
}

/* ── Fix flotantes residuales de WPForms ── */
.wpforms-field:after,
.wpforms-field-row:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}

/* ── Inputs, selects y textarea ── */
.wpforms-field input[type="text"],
.wpforms-field input[type="email"],
.wpforms-field input[type="tel"],
.wpforms-field input[type="number"],
.wpforms-field select,
.wpforms-field textarea {
  border: 1.5px solid #D00E69 !important;
  border-radius: 50px !important;
  padding: 10px 20px !important;
  font-size: 14px !important;
  color: #333 !important;
  background: #fff !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  outline: none !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  display: block !important;
  transition: border-color 0.2s ease;
}

/* Textarea */
.wpforms-field textarea {
  border-radius: 16px !important;
  min-height: 90px !important;
}

/* Selects */
.wpforms-field select {
  appearance: none !important;
  -webkit-appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23D00E69' d='M6 8L0 0h12z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  padding-right: 40px !important;
}

/* Placeholder */
.wpforms-field input::placeholder,
.wpforms-field textarea::placeholder {
  color: #e8a0c0 !important;
  opacity: 1 !important;
}

/* Focus */
.wpforms-field input:focus,
.wpforms-field select:focus,
.wpforms-field textarea:focus {
  border-color: #a00a50 !important;
}

/* ── Ocultar etiquetas (usamos placeholders) ── */
.wpforms-field label.wpforms-field-label {
  display: none !important;
}

/* ── Checkboxes: contenedor ── */
.wpforms-field-checkbox ul,
.wpforms-field-gdpr ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.wpforms-field-checkbox ul li,
.wpforms-field-gdpr ul li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 8px !important;
  margin-bottom: 6px !important;
}

/* Checkboxes: input */
.wpforms-field-checkbox ul li input[type="checkbox"],
.wpforms-field-gdpr ul li input[type="checkbox"],
.wpforms-field-checkbox input[type="checkbox"],
.wpforms-field-gdpr-checkbox input[type="checkbox"] {
  accent-color: #D00E69 !important;
  width: 15px !important;
  height: 15px !important;
  margin: 3px 0 0 0 !important;
  flex-shrink: 0 !important;
  cursor: pointer !important;
}

/* Checkboxes: texto del label */
.wpforms-field-checkbox .wpforms-field-label-inline,
.wpforms-field-gdpr .wpforms-field-label-inline,
.wpforms-field-checkbox ul li label,
.wpforms-field-gdpr ul li label,
.wpforms-field-checkbox label span,
.wpforms-field-gdpr label span {
  color: #D00E69 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  display: inline !important;
}

/* Checkboxes: enlace dentro del label */
.wpforms-field-checkbox label a,
.wpforms-field-gdpr label a,
.wpforms-field-checkbox ul li label a,
.wpforms-field-gdpr ul li label a {
  color: #D00E69 !important;
  text-decoration: underline !important;
  display: inline !important;
  font-size: 12px !important;
}

/* ── Texto legal — color rosita, tamaño pequeño ── */
.wpforms-field-gdpr-checkbox .wpforms-gdpr-agreement-text,
.wpforms-field .wpforms-field-description,
.wpforms-form .wpforms-field p,
.wpforms-container p:not(label p) {
  font-size: 11px !important;
  color: #e8a0c0 !important;
  line-height: 1.5 !important;
  margin-top: 6px !important;
  margin-bottom: 0 !important;
  display: block !important;
}

/* Enlace dentro del texto legal */
.wpforms-field-gdpr-checkbox .wpforms-gdpr-agreement-text a,
.wpforms-field .wpforms-field-description a,
.wpforms-form p a {
  color: #D00E69 !important;
  text-decoration: underline !important;
  font-size: inherit !important;
}

/* ── Botón de envío ── */
.wpforms-submit,
button[type="submit"].wpforms-submit {
  background: linear-gradient(to right, #D00E69, #FF5500) !important;
  border: none !important;
  border-radius: 50px !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  padding: 13px 36px !important;
  cursor: pointer !important;
  letter-spacing: 0.3px !important;
  transition: opacity 0.2s ease !important;
  display: inline-block !important;
  width: auto !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  margin-top: 8px !important;
}

.wpforms-submit:hover {
  opacity: 0.9 !important;
}

/* ── NUEVO: Botón reposicionado por JS ── */
.wpforms-submit-container {
  order: unset !important;
  text-align: center !important;
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}/* End custom CSS */