.elementor-6051 .elementor-element.elementor-element-78a306c7{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-54c00ed1 */.elementor-widget-container p,
.elementor-widget-container li,
.elementor-widget-container td,
.elementor-widget-container th,
.elementor-widget-container h1,
.elementor-widget-container h2,
.elementor-widget-container h3,
.elementor-widget-container h4,
.elementor-widget-container h5,
.elementor-widget-container h6 {
    font-family: 'Segoe UI' !important;
    text-align: justify !important;
}


.elementor-widget-container p,
.elementor-widget-container li,
.elementor-widget-container td,
.elementor-widget-container th {
    font-size: 18px !important;
    
    
}


.elementor-widget-container h2 {
    font-size: 24px !important; /* <- Tamaño Escritorio H2 */
}
.elementor-widget-container h3 {
    font-size: 20px !important; /* <- Tamaño Escritorio H3 */
}
.elementor-widget-container h4 {
    font-size: 16px !important; /* <- Tamaño Escritorio H4 */
}
.elementor-widget-container h5 {
    font-size: 15px !important; /* <- Tamaño Escritorio H5 */
}


/* --- ESTILOS TABLETA --- */
@media (max-width: 1024px) {
    /* Tamaño para párrafos y listas (Tableta) */
    .elementor-widget-container p,
    .elementor-widget-container li,
    .elementor-widget-container td,
    .elementor-widget-container th {
        font-size: 16px !important; /* <- Tamaño Tableta Párrafo */
    }

    /* Tamaños específicos para encabezados (Tableta) */
    .elementor-widget-container h1 {
        font-size: 28px !important; /* <- Tamaño Tableta H1 */
    }
    .elementor-widget-container h2 {
        font-size: 23px !important; /* <- Tamaño Tableta H2 */
    }
    .elementor-widget-container h3 {
        font-size: 21px !important; /* <- Tamaño Tableta H3 */
    }
    .elementor-widget-container h4 {
        font-size: 19px !important; /* <- Tamaño Tableta H4 */
    }
    .elementor-widget-container h5 {
        font-size: 17px !important; /* <- Tamaño Tableta H5 */
    }
    .elementor-widget-container h6 {
        font-size: 15px !important; /* <- Tamaño Tableta H6 */
    }
}

/* --- ESTILOS MÓVIL --- */
@media (max-width: 767px) {
    /* Tamaño para párrafos y listas (Móvil) */
    .elementor-widget-container p,
    .elementor-widget-container li,
    .elementor-widget-container td,
    .elementor-widget-container th {
        font-size: 13px !important; 
        line-height: 1.5 !important; /* Opcional: Ajustar altura de línea en móvil */
    }

    /* Tamaños específicos para encabezados (Móvil) */
    .elementor-widget-container h1 {
        font-size: 24px !important; /* <- Tamaño Móvil H1 */
    }
    .elementor-widget-container h2 {
        font-size: 16px !important; /* <- Tamaño Móvil H2 */
    }
    .elementor-widget-container h3 {
        font-size: 15px !important; /* <- Tamaño Móvil H3 */
    }
    .elementor-widget-container h4 {
        font-size: 14px !important; /* <- Tamaño Móvil H4 */
    }
    .elementor-widget-container h5 {
        font-size: 13px !important; /* <- Tamaño Móvil H5 */
    }
    .elementor-widget-container h6 {
        font-size: 14px !important; /* <- Tamaño Móvil H6 */
    }
}

#cmplz-document {
    max-width: none !important; 
}/* End custom CSS */