.elementor-130 .elementor-element.elementor-element-8500d74{--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;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-1c56291 *//* Cargar Poppins desde Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/* Formulario DDS */
.dds-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 40px;
  background: #F2EFFB;
  border-radius: 24px;
  font-family: 'Poppins', sans-serif !important;
}
.dds-form *,
.dds-form input,
.dds-form select,
.dds-form textarea,
.dds-form button,
.dds-form label,
.dds-form .wpcf7-list-item-label {
  font-family: 'Poppins', sans-serif !important;
}
.dds-form .dds-label {
  display: block;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 600;
  color: #2A1F7D;
}
.dds-form input[type="text"],
.dds-form input[type="email"],
.dds-form input[type="tel"],
.dds-form select,
.dds-form textarea {
  display: block;
  width: 100%;
  padding: 12px 14px;
  margin-top: 6px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  transition: border-color .2s;
  color: #1A1A1A;
}
.dds-form input:focus,
.dds-form select:focus,
.dds-form textarea:focus {
  outline: none;
  border-color: #E745C7;
}
.dds-form .wpcf7-list-item {
  display: block;
  margin: 6px 0;
  font-weight: 400;
  font-size: 14px;
  color: #1A1A1A;
}
.dds-form .wpcf7-list-item input[type="checkbox"] {
  margin-right: 8px;
}
.dds-form .dds-submit {
  background: #E745C7;
  color: #fff;
  padding: 16px 32px;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  width: 100%;
  transition: transform .2s, box-shadow .2s;
  margin-top: 12px;
}
.dds-form .dds-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(231,69,199,.3);
}
.wpcf7-response-output {
  border-radius: 8px !important;
  padding: 14px !important;
  font-family: 'Poppins', sans-serif !important;
}/* End custom CSS */