.elementor-7 .elementor-element.elementor-element-6a707d5{--display:flex;--margin-top:25px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );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 );}.elementor-7 .elementor-element.elementor-element-b06f014{font-family:"Poppins", Sans-serif;font-size:14px;font-weight:400;line-height:1.5em;color:#FFFFFF;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-b06f014 *//* enlaces en páginas de texto (condiciones, legal, etc) */
.elementor-widget-text-editor a {
    color: #D7B041 !important;
    text-decoration: none;
}

/* hover más elegante */
.elementor-widget-text-editor a:hover {
    color: #f1d17a !important;
    border-bottom: 1px solid rgba(215,176,65,0.4);
    
}

/* justificar texto en condiciones */
.elementor-widget-text-editor {
    text-align: justify;
}

.elementor-widget-text-editor {
    text-align: justify;
    text-justify: inter-word;
}

.elementor-widget-text-editor {
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.7;
    max-width: 900px;
}

/* Desktop: legal limpio */
.elementor-widget-text-editor{
  text-align: justify;
  text-justify: inter-word;
}

/* Móvil y tablet pequeña: quitar justificado */
@media (max-width: 767px){
  .elementor-widget-text-editor{
    text-align: left !important;
    text-justify: auto !important;
  }

  .elementor-widget-text-editor p,
  .elementor-widget-text-editor li{
    line-height: 1.6;
  }
}

/* Título legal en móvil */
@media (max-width: 767px){
  h1, .elementor-heading-title{
    font-size: 42px;
    line-height: 1.08;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
  }
}

/* texto general (contenido legal) */
.elementor-widget-text-editor p,
.elementor-widget-text-editor li {
    color: rgba(255,255,255,0.78);
}

/* subtítulos tipo H2/H3 */
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3 {
    color: rgba(255,255,255,0.9);
}

/* título principal */
h1,
.elementor-heading-title {
    color: #ffffff;
}/* End custom CSS */