.elementor-204 .elementor-element.elementor-element-93224aa{--display:flex;}.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-b5ec90b */.legal-footer {
    width: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
}

/* Enlaces legales */
.legal-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 15px 20px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
}

.legal-links a {
    color: #555;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.legal-links a:hover {
    color: #000;
    text-decoration: underline;
}

/* Contenido Kit Digital */
.kit-digital-content {
    text-align: center;
    padding: 25px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.kit-text {
    margin-bottom: 15px;
    line-height: 1.6;
}

.kit-digital-content img {
    max-width: 220px;
    width: 100%;
    height: auto;
    margin: 15px auto;
    display: block;
}

.copyright,
.developer {
    margin-top: 10px;
    font-size: 13px;
    color: #666;
}

.developer a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

.developer a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .legal-links {
        gap: 10px;
        font-size: 13px;
    }
}/* End custom CSS */