.elementor-612 .elementor-element.elementor-element-03f2717{--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 );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for text-editor, class: .elementor-element-681cd5f *//* FUENTE GLOBAL FOOTER */
.footer {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #2C2C2C;
    background-color: #F8FCFD;
    padding: 50px 20px 20px 20px;
}

/* Contenedor general */
.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
}

/* Secciones del footer */
.footer-about,
.footer-contact,
.footer-links,
.footer-social {
    flex: 1 1 220px;
}

/* Titulos de secciones */
.footer h2,
.footer h3 {
    color: #5F7F88; /* Azul que definiste */
    margin-bottom: 15px;
}

/* Links rápidos */
.footer-links ul,
.footer-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.footer-social li {
    margin-bottom: 10px;
}

.footer-links a,
.footer-social a {
    color: #2C2C2C;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover,
.footer-social a:hover {
    color: #5F7F88;
}

/* Footer bottom */
.footer-bottom {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    color: #777;
}

/* Responsive */
@media screen and (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        gap: 30px;
    }
}/* End custom CSS */