/* ============================================================
   DIGITALIZANDO MX
   FOOTER PREMIUM
============================================================ */

.dmxFooter {
    --dmx-footer-background: #050f1d;
    --dmx-footer-background-soft: #081729;
    --dmx-footer-surface: rgba(255, 255, 255, 0.045);
    --dmx-footer-surface-strong: rgba(255, 255, 255, 0.075);
    --dmx-footer-border: rgba(255, 255, 255, 0.085);
    --dmx-footer-border-strong: rgba(92, 164, 255, 0.22);
    --dmx-footer-text: #f4f8fd;
    --dmx-footer-text-soft: #aebdd0;
    --dmx-footer-text-muted: #72839a;
    --dmx-footer-blue: #2d7ff9;
    --dmx-footer-blue-light: #5ca4ff;
    --dmx-footer-cyan: #25c4d8;
    --dmx-footer-success: #61d8a3;

    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: var(--dmx-footer-text);
    background:
        radial-gradient(
            circle at 7% 18%,
            rgba(45, 127, 249, 0.12),
            transparent 27%
        ),
        radial-gradient(
            circle at 93% 78%,
            rgba(37, 196, 216, 0.08),
            transparent 28%
        ),
        linear-gradient(
            145deg,
            #040c17 0%,
            var(--dmx-footer-background) 47%,
            #071527 100%
        );
}


/* ============================================================
   FONDO
============================================================ */

.dmxFooterBackground {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
    pointer-events: none;
}

.dmxFooterGrid {
    position: absolute;
    inset: 0;
    opacity: 0.28;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.028) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.028) 1px,
            transparent 1px
        );
    background-size: 58px 58px;
    mask-image:
        linear-gradient(
            to bottom,
            transparent,
            #000 14%,
            #000 88%,
            transparent
        );
}

.dmxFooterGlow {
    position: absolute;
    border-radius: 50%;
    filter: blur(18px);
    will-change: transform;
}

.dmxFooterGlowOne {
    top: -240px;
    left: -230px;
    width: 560px;
    aspect-ratio: 1;
    background:
        radial-gradient(
            circle,
            rgba(45, 127, 249, 0.2),
            rgba(45, 127, 249, 0.04) 55%,
            transparent 73%
        );
    animation:
        dmxFooterGlowOne
        18s
        ease-in-out
        infinite;
}

.dmxFooterGlowTwo {
    right: -250px;
    bottom: -260px;
    width: 620px;
    aspect-ratio: 1;
    background:
        radial-gradient(
            circle,
            rgba(37, 196, 216, 0.14),
            rgba(37, 196, 216, 0.025) 56%,
            transparent 73%
        );
    animation:
        dmxFooterGlowTwo
        21s
        ease-in-out
        infinite;
}

.dmxFooterLine {
    position: absolute;
    top: 0;
    left: 50%;
    width: min(82%, 1180px);
    height: 1px;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(92, 164, 255, 0.4),
            rgba(37, 196, 216, 0.28),
            transparent
        );
    transform: translateX(-50%);
}

.dmxFooterPixel {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 1px;
    background: var(--dmx-footer-blue-light);
    box-shadow:
        0 0 0 5px rgba(92, 164, 255, 0.04),
        0 0 18px rgba(92, 164, 255, 0.35);
}

.dmxFooterPixelOne {
    top: 21%;
    right: 10%;
}

.dmxFooterPixelTwo {
    bottom: 24%;
    left: 7%;
    background: var(--dmx-footer-cyan);
}

.dmxFooterPixelThree {
    right: 33%;
    bottom: 8%;
    opacity: 0.55;
}


/* ============================================================
   CONTENEDOR
============================================================ */

.dmxFooterContainer {
    position: relative;
    width: min(100% - 48px, 1360px);
    margin-inline: auto;
}


/* ============================================================
   INTRO
============================================================ */

.dmxFooterIntro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding:
        30px
        0;
    border-bottom: 1px solid var(--dmx-footer-border);
}

.dmxFooterIntro p {
    max-width: 720px;
    margin: 0;
    color: var(--dmx-footer-text-soft);
    font-size: clamp(15px, 1.4vw, 18px);
    font-weight: 520;
    line-height: 1.55;
    text-wrap: balance;
}

.dmxFooterIntro > a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
    color: var(--dmx-footer-text);
    font-size: 11px;
    font-weight: 760;
    text-decoration: none;
    transition:
        color 200ms ease,
        transform 200ms ease;
}

.dmxFooterIntro > a svg {
    width: 18px;
    height: 18px;
    color: var(--dmx-footer-blue-light);
    transition: transform 200ms ease;
}

.dmxFooterIntro > a:hover {
    color: var(--dmx-footer-blue-light);
    transform: translateX(3px);
}

.dmxFooterIntro > a:hover svg {
    transform: translateX(3px);
}

.dmxFooterIntro > a:focus-visible {
    outline: 3px solid rgba(92, 164, 255, 0.24);
    outline-offset: 5px;
    border-radius: 4px;
}


/* ============================================================
   CONTENIDO PRINCIPAL
============================================================ */

.dmxFooterMain {
    display: grid;
    grid-template-columns:
        minmax(300px, 1.35fr)
        minmax(180px, 0.8fr)
        minmax(180px, 0.8fr)
        minmax(250px, 1fr);
    gap: clamp(34px, 4vw, 68px);
    padding:
        clamp(58px, 6vw, 84px)
        0
        clamp(48px, 5vw, 68px);
}


/* ============================================================
   MARCA
============================================================ */

.dmxFooterBrand {
    min-width: 0;
}

.dmxFooterLogo {
    display: inline-flex;
    width: min(100%, 245px);
    margin-bottom: 24px;
}

.dmxFooterLogo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.dmxFooterBrandDescription {
    max-width: 410px;
    margin: 0;
    color: var(--dmx-footer-text-soft);
    font-size: 13px;
    line-height: 1.75;
    text-wrap: pretty;
}

.dmxFooterStatus {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-top: 26px;
    padding: 10px 13px;
    border: 1px solid rgba(97, 216, 163, 0.12);
    border-radius: 14px;
    background: rgba(97, 216, 163, 0.05);
}

.dmxFooterStatusDot {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--dmx-footer-success);
    box-shadow:
        0 0 0 6px rgba(97, 216, 163, 0.07),
        0 0 16px rgba(97, 216, 163, 0.36);
    animation:
        dmxFooterStatusPulse
        2.4s
        ease-in-out
        infinite;
}

.dmxFooterStatus > span:last-child {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.dmxFooterStatus small {
    color: var(--dmx-footer-text-muted);
    font-size: 8px;
    font-weight: 720;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dmxFooterStatus strong {
    color: #b8efd3;
    font-size: 10px;
    font-weight: 700;
}

.dmxFooterLanguage {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    color: var(--dmx-footer-text-muted);
    font-size: 9px;
}

.dmxFooterLanguage strong {
    color: var(--dmx-footer-text-soft);
    font-size: 9px;
    font-weight: 700;
}

.dmxFooterLanguage i {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
}


/* ============================================================
   CABECERAS DE COLUMNAS
============================================================ */

.dmxFooterNavigationHeader {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
}

.dmxFooterNavigationHeader > span {
    color: var(--dmx-footer-blue-light);
    font-size: 8px;
    font-weight: 780;
    letter-spacing: 0.09em;
}

.dmxFooterNavigationHeader h2 {
    margin: 0;
    color: var(--dmx-footer-text);
    font-size: 12px;
    font-weight: 780;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}


/* ============================================================
   NAVEGACIÓN
============================================================ */

.dmxFooterNavigation ul {
    display: grid;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dmxFooterNavigation li {
    min-width: 0;
}

.dmxFooterNavigation a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
    padding:
        9px
        0;
    border-bottom: 1px solid transparent;
    color: var(--dmx-footer-text-soft);
    font-size: 11px;
    font-weight: 540;
    line-height: 1.45;
    text-decoration: none;
    transition:
        color 200ms ease,
        border-color 200ms ease,
        transform 200ms ease;
}

.dmxFooterNavigation a span {
    min-width: 0;
}

.dmxFooterNavigation a svg {
    width: 14px;
    height: 14px;
    flex: 0 0 auto;
    color: var(--dmx-footer-text-muted);
    opacity: 0;
    transform: translate(-3px, 3px);
    transition:
        opacity 200ms ease,
        color 200ms ease,
        transform 200ms ease;
}

.dmxFooterNavigation a:hover {
    border-color: rgba(92, 164, 255, 0.11);
    color: var(--dmx-footer-text);
    transform: translateX(3px);
}

.dmxFooterNavigation a:hover svg {
    color: var(--dmx-footer-blue-light);
    opacity: 1;
    transform: translate(0, 0);
}

.dmxFooterNavigation a:focus-visible {
    outline: 3px solid rgba(92, 164, 255, 0.22);
    outline-offset: 3px;
    border-radius: 4px;
}


/* ============================================================
   CONTACTO
============================================================ */

.dmxFooterContact {
    min-width: 0;
}

.dmxFooterContact > p {
    max-width: 310px;
    margin:
        -3px
        0
        19px;
    color: var(--dmx-footer-text-muted);
    font-size: 11px;
    line-height: 1.65;
}

.dmxFooterContactItem {
    display: grid;
    grid-template-columns:
        38px
        minmax(0, 1fr);
    align-items: center;
    gap: 11px;
    min-width: 0;
    margin-top: 10px;
    padding: 11px;
    border: 1px solid var(--dmx-footer-border);
    border-radius: 14px;
    color: inherit;
    background: rgba(255, 255, 255, 0.025);
    text-decoration: none;
    transition:
        border-color 200ms ease,
        background-color 200ms ease,
        transform 200ms ease;
}

.dmxFooterContactItem:hover {
    border-color: var(--dmx-footer-border-strong);
    background: rgba(255, 255, 255, 0.05);
    transform: translateX(3px);
}

.dmxFooterContactItem:focus-visible {
    outline: 3px solid rgba(92, 164, 255, 0.22);
    outline-offset: 4px;
}

.dmxFooterContactIcon {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(92, 164, 255, 0.13);
    border-radius: 11px;
    color: var(--dmx-footer-blue-light);
    background: rgba(92, 164, 255, 0.06);
}

.dmxFooterContactIcon svg {
    width: 18px;
    height: 18px;
}

.dmxFooterContactItem > span:last-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
}

.dmxFooterContactItem small {
    color: var(--dmx-footer-text-muted);
    font-size: 7px;
    font-weight: 720;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.dmxFooterContactItem strong {
    overflow: hidden;
    color: var(--dmx-footer-text);
    font-size: 10px;
    font-weight: 680;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dmxFooterResponse {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    color: var(--dmx-footer-text-muted);
    font-size: 9px;
    line-height: 1.5;
}

.dmxFooterResponse > span {
    width: 6px;
    height: 6px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--dmx-footer-success);
    box-shadow:
        0 0 0 4px rgba(97, 216, 163, 0.06);
}

.dmxFooterResponse strong {
    color: var(--dmx-footer-text-soft);
}


/* ============================================================
   PRODUCTO DESTACADO
============================================================ */

.dmxFooterProduct {
    display: grid;
    grid-template-columns:
        minmax(240px, 0.8fr)
        minmax(0, 1.2fr)
        auto;
    align-items: center;
    gap: 24px;
    padding:
        20px
        22px;
    border-top: 1px solid var(--dmx-footer-border);
    border-bottom: 1px solid var(--dmx-footer-border);
    background:
        linear-gradient(
            90deg,
            rgba(45, 127, 249, 0.035),
            rgba(255, 255, 255, 0.018),
            rgba(37, 196, 216, 0.025)
        );
}

.dmxFooterProductIdentity {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dmxFooterProductMark {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(92, 164, 255, 0.2);
    border-radius: 13px;
    color: #ffffff;
    background:
        linear-gradient(
            145deg,
            rgba(45, 127, 249, 0.82),
            rgba(37, 196, 216, 0.52)
        );
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.08em;
    box-shadow:
        0 12px 24px rgba(45, 127, 249, 0.15);
}

.dmxFooterProductIdentity > span:last-child {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.dmxFooterProductIdentity small {
    color: var(--dmx-footer-text-muted);
    font-size: 7px;
    font-weight: 730;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dmxFooterProductIdentity strong {
    color: var(--dmx-footer-text);
    font-size: 15px;
    font-weight: 760;
}

.dmxFooterProduct > p {
    margin: 0;
    color: var(--dmx-footer-text-soft);
    font-size: 11px;
    line-height: 1.55;
}

.dmxFooterProduct > a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--dmx-footer-blue-light);
    font-size: 10px;
    font-weight: 720;
    text-decoration: none;
    transition:
        color 200ms ease,
        transform 200ms ease;
}

.dmxFooterProduct > a svg {
    width: 15px;
    height: 15px;
    transition: transform 200ms ease;
}

.dmxFooterProduct > a:hover {
    color: #ffffff;
    transform: translateX(2px);
}

.dmxFooterProduct > a:hover svg {
    transform: translate(2px, -2px);
}

.dmxFooterProduct > a:focus-visible {
    outline: 3px solid rgba(92, 164, 255, 0.2);
    outline-offset: 4px;
    border-radius: 4px;
}


/* ============================================================
   DIFERENCIADORES
============================================================ */

.dmxFooterTrust {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    gap: 0;
    padding:
        26px
        0;
    border-bottom: 1px solid var(--dmx-footer-border);
}

.dmxFooterTrustItem {
    display: grid;
    grid-template-columns:
        32px
        minmax(0, 1fr);
    align-items: center;
    gap: 11px;
    padding:
        4px
        clamp(14px, 2vw, 24px);
    border-right: 1px solid var(--dmx-footer-border);
}

.dmxFooterTrustItem:first-child {
    padding-left: 0;
}

.dmxFooterTrustItem:last-child {
    padding-right: 0;
    border-right: 0;
}

.dmxFooterTrustItem > svg {
    width: 23px;
    height: 23px;
    color: var(--dmx-footer-blue-light);
}

.dmxFooterTrustItem > span {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
}

.dmxFooterTrustItem strong {
    color: var(--dmx-footer-text);
    font-size: 10px;
    font-weight: 720;
}

.dmxFooterTrustItem small {
    color: var(--dmx-footer-text-muted);
    font-size: 8px;
    line-height: 1.45;
}


/* ============================================================
   LÍNEA INFERIOR
============================================================ */

.dmxFooterBottom {
    display: grid;
    grid-template-columns:
        minmax(260px, 1fr)
        auto
        auto;
    align-items: center;
    gap: 28px;
    padding:
        22px
        0
        26px;
}

.dmxFooterCopyright {
    display: flex;
    align-items: center;
    gap: 11px;
}

.dmxFooterMonogram {
    display: inline-flex;
    width: 36px;
    height: 36px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--dmx-footer-border);
    border-radius: 10px;
    color: var(--dmx-footer-blue-light);
    background: rgba(255, 255, 255, 0.025);
    font-size: 8px;
    font-weight: 820;
    letter-spacing: 0.08em;
}

.dmxFooterCopyright p {
    margin: 0;
    color: var(--dmx-footer-text-muted);
    font-size: 9px;
    line-height: 1.5;
}

.dmxFooterLegal {
    display: flex;
    align-items: center;
    gap: 18px;
}

.dmxFooterLegal a {
    color: var(--dmx-footer-text-muted);
    font-size: 9px;
    text-decoration: none;
    transition: color 200ms ease;
}

.dmxFooterLegal a:hover {
    color: var(--dmx-footer-text);
}

.dmxFooterLegal a:focus-visible {
    outline: 2px solid rgba(92, 164, 255, 0.22);
    outline-offset: 4px;
    border-radius: 3px;
}

.dmxFooterBackToTop {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--dmx-footer-text-soft);
    font-size: 9px;
    font-weight: 680;
    text-decoration: none;
    transition:
        color 200ms ease,
        transform 200ms ease;
}

.dmxFooterBackToTop svg {
    width: 16px;
    height: 16px;
    color: var(--dmx-footer-blue-light);
    transition: transform 200ms ease;
}

.dmxFooterBackToTop:hover {
    color: var(--dmx-footer-text);
    transform: translateY(-2px);
}

.dmxFooterBackToTop:hover svg {
    transform: translateY(-2px);
}

.dmxFooterBackToTop:focus-visible {
    outline: 3px solid rgba(92, 164, 255, 0.2);
    outline-offset: 4px;
    border-radius: 4px;
}


/* ============================================================
   REVEAL
============================================================ */

.dmxFooter [data-dmx-footer-reveal] {
    opacity: 1;
    transform: none;
}

.dmxFooter.is-js-ready
[data-dmx-footer-reveal] {
    opacity: 0;
    transform: translateY(20px);
}

.dmxFooter.is-visible
[data-dmx-footer-reveal] {
    opacity: 1;
    transform: translateY(0);
    transition:
        opacity
        680ms
        cubic-bezier(0.2, 0.72, 0.2, 1),
        transform
        680ms
        cubic-bezier(0.2, 0.72, 0.2, 1);
}

.dmxFooter.is-visible
[data-dmx-footer-reveal]:nth-of-type(2) {
    transition-delay: 80ms;
}

.dmxFooter.is-visible
[data-dmx-footer-reveal]:nth-of-type(3) {
    transition-delay: 140ms;
}

.dmxFooter.is-visible
[data-dmx-footer-reveal]:nth-of-type(4) {
    transition-delay: 200ms;
}


/* ============================================================
   ANIMACIONES
============================================================ */

@keyframes dmxFooterGlowOne {

    0%,
    100% {
        transform:
            translate3d(0, 0, 0)
            scale(1);
    }

    50% {
        transform:
            translate3d(26px, 20px, 0)
            scale(1.05);
    }

}

@keyframes dmxFooterGlowTwo {

    0%,
    100% {
        transform:
            translate3d(0, 0, 0)
            scale(1);
    }

    50% {
        transform:
            translate3d(-28px, -24px, 0)
            scale(1.06);
    }

}

@keyframes dmxFooterStatusPulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.7;
        transform: scale(0.82);
    }

}


/* ============================================================
   1180PX
============================================================ */

@media (max-width: 1180px) {

    .dmxFooterContainer {
        width: min(100% - 40px, 1080px);
    }

    .dmxFooterMain {
        grid-template-columns:
            minmax(280px, 1.2fr)
            repeat(3, minmax(170px, 1fr));
        gap: 38px;
    }

    .dmxFooterTrustItem {
        padding-inline: 15px;
    }

}


/* ============================================================
   980PX
============================================================ */

@media (max-width: 980px) {

    .dmxFooterMain {
        grid-template-columns:
            minmax(0, 1.25fr)
            minmax(0, 0.75fr);
        gap: 48px 40px;
    }

    .dmxFooterBrand {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns:
            minmax(220px, 0.65fr)
            minmax(0, 1fr);
        gap: 15px 40px;
        align-items: start;
    }

    .dmxFooterLogo {
        grid-row: 1 / 4;
        margin-bottom: 0;
    }

    .dmxFooterBrandDescription {
        max-width: 600px;
    }

    .dmxFooterStatus {
        margin-top: 4px;
    }

    .dmxFooterLanguage {
        margin-top: 0;
    }

    .dmxFooterProduct {
        grid-template-columns:
            minmax(220px, 0.8fr)
            minmax(0, 1.2fr);
    }

    .dmxFooterProduct > a {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .dmxFooterTrust {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
        gap: 22px 0;
    }

    .dmxFooterTrustItem:nth-child(2) {
        border-right: 0;
    }

    .dmxFooterTrustItem:nth-child(3) {
        padding-left: 0;
    }

    .dmxFooterBottom {
        grid-template-columns:
            minmax(0, 1fr)
            auto;
    }

    .dmxFooterLegal {
        grid-column: 1 / -1;
        grid-row: 2;
    }

}


/* ============================================================
   720PX
============================================================ */

@media (max-width: 720px) {

    .dmxFooterContainer {
        width: min(100% - 26px, 660px);
    }

    .dmxFooterIntro {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        padding:
            24px
            0;
    }

    .dmxFooterMain {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
        gap: 42px 28px;
        padding:
            48px
            0;
    }

    .dmxFooterBrand {
        grid-column: 1 / -1;
        display: block;
    }

    .dmxFooterLogo {
        width: min(100%, 220px);
        margin-bottom: 22px;
    }

    .dmxFooterBrandDescription {
        max-width: 540px;
    }

    .dmxFooterStatus {
        margin-top: 22px;
    }

    .dmxFooterLanguage {
        margin-top: 18px;
    }

    .dmxFooterContact {
        grid-column: 1 / -1;
    }

    .dmxFooterContact > p {
        max-width: 480px;
    }

    .dmxFooterContactItem {
        max-width: 460px;
    }

    .dmxFooterProduct {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
        padding:
            19px
            0;
        background: transparent;
    }

    .dmxFooterProduct > a {
        grid-column: auto;
    }

    .dmxFooterTrust {
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
        padding:
            18px
            0;
    }

    .dmxFooterTrustItem,
    .dmxFooterTrustItem:first-child,
    .dmxFooterTrustItem:nth-child(3),
    .dmxFooterTrustItem:last-child {
        padding:
            13px
            0;
        border-right: 0;
        border-bottom: 1px solid var(--dmx-footer-border);
    }

    .dmxFooterTrustItem:last-child {
        border-bottom: 0;
    }

    .dmxFooterBottom {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
    }

    .dmxFooterLegal {
        grid-column: auto;
        grid-row: auto;
        flex-wrap: wrap;
    }

    .dmxFooterBackToTop {
        justify-self: start;
    }

}


/* ============================================================
   520PX
============================================================ */

@media (max-width: 520px) {

    .dmxFooterContainer {
        width: min(100% - 20px, 470px);
    }

    .dmxFooterMain {
        grid-template-columns: minmax(0, 1fr);
        gap: 34px;
        padding:
            42px
            0;
    }

    .dmxFooterNavigation,
    .dmxFooterContact {
        grid-column: auto;
    }

    .dmxFooterNavigationHeader {
        margin-bottom: 15px;
    }

    .dmxFooterNavigation ul {
        gap: 1px;
    }

    .dmxFooterNavigation a {
        padding:
            8px
            0;
    }

    .dmxFooterLogo {
        width: min(100%, 205px);
    }

    .dmxFooterContactItem {
        max-width: 100%;
    }

    .dmxFooterContactItem strong {
        font-size: 9px;
    }

    .dmxFooterProduct {
        padding:
            18px
            0;
    }

    .dmxFooterCopyright {
        align-items: flex-start;
    }

    .dmxFooterLegal {
        gap:
            10px
            16px;
    }

    .dmxFooterPixel {
        display: none;
    }

}


/* ============================================================
   MOVIMIENTO REDUCIDO
============================================================ */

@media (prefers-reduced-motion: reduce) {

    .dmxFooter *,
    .dmxFooter *::before,
    .dmxFooter *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }

    .dmxFooter [data-dmx-footer-reveal],
    .dmxFooter.is-js-ready [data-dmx-footer-reveal],
    .dmxFooter.is-visible [data-dmx-footer-reveal] {
        opacity: 1;
        transform: none;
    }

}