.elementor-333 .elementor-element.elementor-element-b1e32bf{--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-9013873 *//* ──────────────────────────────── */
/*   BLOQUE SUPERIOR: ENLACES LEGALES   */
/* ──────────────────────────────── */
.footer-legal-links {
    width: 100%;
    background: #fafafa; /* fondo suave */
    padding: 12px 0;
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.footer-legal-links a {
    color: #444;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    transition: 0.25s ease;
}

.footer-legal-links a:hover {
    color: #000;
    text-decoration: underline;
}


/* ──────────────────────────────── */
/*   BLOQUE INFERIOR: KIT DIGITAL   */
/* ──────────────────────────────── */
.your-custom-section {
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    padding: 28px 15px;
    margin: 0;
    box-sizing: border-box;
}

.your-custom-section img {
    max-width: 100%;
    height: auto;
    margin: 18px 0;
}

/* Texto general del bloque */
.your-custom-section p {
    margin: 6px 0;
    font-size: 14px !important;
    color: #333;
    line-height: 1.5;
}

/* Enlace xPandex corregido */
.your-custom-section p a {
    font-size: 14px !important;
    font-weight: 500;
    color: #3a3a3a;
    text-decoration: none;
    transition: 0.25s ease;
}

.your-custom-section p a:hover {
    color: #000;
    text-decoration: underline;
}


/* ──────────────────────────────── */
/*   TEXTO SOLO PARA LECTORES DE PANTALLA   */
/* ──────────────────────────────── */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}/* End custom CSS */