.elementor-597 .elementor-element.elementor-element-141eb77{--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-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-36ff043 *//* --- FOOTER GRID --- */
.mn-footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding: 40px 20px;
    align-items: start;
}

/* --- LOGO --- */
.mn-footer-logo {
    width: 180px;
    height: auto;
    object-fit: contain;
    border-radius: 6px;
}

/* --- TEXTOS --- */
.mn-footer-column h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #000;
}

.mn-footer-column a {
    display: block;
    font-size: 15px;
    margin-bottom: 8px;
    color: #6a60d6;
    text-decoration: none;
    transition: 0.2s ease;
}

.mn-footer-column a:hover {
    color: #4a3cc9;
    text-decoration: underline;
}

/* --- CONTACTO --- */
.mn-footer-contact {
    margin-top: 15px;
    font-size: 15px;
    color: #333;
    line-height: 1.6;
}

/* --- SEPARADOR --- */
.mn-footer-divider {
    margin: 20px 0;
    border: none;
    height: 1px;
    background: #dcdcdc;
}

/* --- COPYRIGHT --- */
.mn-footer-copy {
    text-align: center;
    font-size: 14px;
    color: #444;
    padding-bottom: 20px;
}

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
    .mn-footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 600px) {
    .mn-footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .mn-footer-logo {
        margin: 0 auto 15px;
        width: 150px;
    }
}/* End custom CSS */