.elementor-615 .elementor-element.elementor-element-548e052{--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-a86deb7 *//* BODY Y FONDO GENERAL */
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #1a1a1a; /* texto oscuro para contraste */
    background-color: #F8FCFD; /* fondo pastel claro */
    margin: 0;
    padding: 0;
}

/* CONTENEDOR GENERAL */
.container {
    max-width: 900px;
    margin: 50px auto;
    padding: 0 20px;
}

/* TITULOS */
h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
    color: #5F7F88; /* azul principal */
    margin-top: 30px;
    margin-bottom: 15px;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }

/* PÁRRAFOS Y LISTAS */
p, li {
    font-family: 'Open Sans', sans-serif;
    color: #1a1a1a; /* texto oscuro */
    margin-bottom: 15px;
}

ul {
    padding-left: 20px;
}

/* LINKS */
a {
    color: #5F7F88;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* SECCIONES */
.section {
    margin-bottom: 40px;
}

/* RESPONSIVE */
@media screen and (max-width: 768px) {
    .container {
        margin: 30px auto;
        padding: 0 15px;
    }

    h1 { font-size: 28px; }
    h2 { font-size: 22px; }
    h3 { font-size: 18px; }
}/* End custom CSS */