/* =========================================================
   MOTOGRAPHIX V9
   FOOTER DESKTOP
   ========================================================= */

.mgx-footer-desktop {
    width: 100%;

    background: #000000;

    color: #FFFFFF;

    border-top: 1px solid rgba(255, 255, 255, 0.06);
}


/* =========================================================
   CONTENEDOR PRINCIPAL
   ========================================================= */

.mgx-footer-desktop-inner {
    width: min(94%, 1680px);

    margin: 0 auto;

    padding: 72px 0 58px;

    display: grid;

    grid-template-columns:
        2fr
        1fr
        1.15fr
        1fr
        1.35fr
        1.2fr;

    gap: 42px;

    align-items: start;
}


/* =========================================================
   BLOQUES
   ========================================================= */

.mgx-footer-block {
    min-width: 0;
}


/* =========================================================
   MARCA
   ========================================================= */

.mgx-footer-brand {
    padding-right: 18px;
}


.mgx-footer-logo {
    display: inline-block;

    text-decoration: none;
}


.mgx-footer-logo img {
    display: block;

    width: 235px;
    max-width: 100%;

    height: auto;

    transition:
        transform 0.25s ease,
        opacity 0.25s ease;
}


.mgx-footer-logo:hover img {
    transform: translateY(-2px);

    opacity: 0.96;
}


.mgx-footer-brand p {
    max-width: 330px;

    margin: 22px 0 0;

    color: rgba(255, 255, 255, 0.72);

    font-size: 14px;
    font-weight: 600;
    line-height: 1.75;
}


/* =========================================================
   REDES
   ========================================================= */

.mgx-footer-social {
    margin-top: 26px;

    display: flex;
    align-items: center;

    gap: 9px;
}


.mgx-footer-social a {
    width: 40px;
    height: 40px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: rgba(255, 255, 255, 0.045);
    color: #FFFFFF;

    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;

    font-size: 15px;

    text-decoration: none;

    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}


.mgx-footer-social a:hover {
    background: #E30613;

    border-color: #E30613;

    transform: translateY(-2px);

    box-shadow:
        0 8px 20px rgba(227, 6, 19, 0.22);
}

/* SVG ICONS */

.mgx-footer-icon {
    display: block;

    color: currentColor;

    fill: none;
    stroke: currentColor;

    pointer-events: none;
}

.mgx-footer-social-icon {
    width: 19px;
    height: 19px;

    flex: 0 0 19px;
}

.mgx-footer-contact-icon {
    width: 16px;
    height: 16px;

    flex: 0 0 16px;

    color: #E30613;
}

.mgx-footer-claims-icon {
    width: 15px;
    height: 15px;

    flex: 0 0 15px;

    color: #E30613;
}


/* =========================================================
   TÍTULOS
   ========================================================= */

.mgx-footer-block h2 {
    margin: 0 0 24px;

    color: #FFFFFF;

    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.4px;
    line-height: 1.2;

    text-transform: uppercase;
}


.mgx-footer-block h2::after {
    content: "";

    display: block;

    width: 34px;
    height: 3px;

    margin-top: 11px;

    background: #E30613;

    border-radius: 999px;

    box-shadow:
        0 0 12px rgba(227, 6, 19, 0.28);
}


/* =========================================================
   LINKS GENERALES
   ========================================================= */

.mgx-footer-links {
    display: flex;
    flex-direction: column;

    gap: 12px;
}


.mgx-footer-links a {
    display: inline-flex;
    align-items: center;

    width: fit-content;

    color: rgba(255, 255, 255, 0.70);

    font-size: 13px;
    font-weight: 700;
    line-height: 1.55;

    text-decoration: none;

    transition:
        color 0.2s ease,
        transform 0.2s ease;
}


.mgx-footer-links a:hover {
    color: #FFFFFF;

    transform: translateX(3px);
}


/* =========================================================
   CONTACTO
   ========================================================= */

.mgx-footer-contact {
    display: flex;
    flex-direction: column;
}


.mgx-footer-contact-item {
    padding: 0 0 18px;
    margin-bottom: 18px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}


.mgx-footer-contact-item:last-child {
    margin-bottom: 0;

    border-bottom: 0;
}


.mgx-footer-contact-label {
    display: flex;
    align-items: center;

    gap: 8px;

    margin-bottom: 8px;

    color: rgba(255, 255, 255, 0.70);

    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;

    text-transform: uppercase;
}




.mgx-footer-phone {
    display: inline-block;

    color: #FFFFFF;

    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0.3px;

    text-decoration: none;

    transition:
        color 0.2s ease,
        transform 0.2s ease;
}


.mgx-footer-phone:hover {
    color: #E30613;

    transform: translateX(2px);
}


.mgx-footer-location {
    display: block;

    color: rgba(255, 255, 255, 0.70);

    font-size: 13px;
    font-weight: 650;
    line-height: 1.65;
}


.mgx-footer-map {
    display: inline-flex;

    margin-top: 10px;

    color: #FF1726;

    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.6px;

    text-transform: uppercase;
    text-decoration: none;

    transition:
        color 0.2s ease,
        transform 0.2s ease;
}


.mgx-footer-map:hover {
    color: #FFFFFF;

    transform: translateX(3px);
}


/* =========================================================
   LIBRO DE RECLAMACIONES
   ========================================================= */

.mgx-footer-claims {
    gap: 8px;

    color: rgba(255, 255, 255, 0.74) !important;
}




.mgx-footer-claims:hover {
    color: #FFFFFF !important;
}


/* =========================================================
   BARRA INFERIOR
   ========================================================= */

.mgx-footer-bottom {
    width: min(94%, 1680px);

    margin: 0 auto;

    padding: 24px 0 28px;

    border-top: 1px solid rgba(255, 255, 255, 0.07);

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
}


.mgx-footer-bottom span {
    color: rgba(255, 255, 255, 0.65);

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.35px;
    line-height: 1.6;
}


/* =========================================================
   AJUSTES PARA ESCRITORIOS MEDIANOS
   ========================================================= */

@media (max-width: 1350px) {

    .mgx-footer-desktop-inner {
        grid-template-columns:
            1.8fr
            1fr
            1.1fr
            1fr
            1.3fr
            1.15fr;

        gap: 28px;
    }


    .mgx-footer-logo img {
        width: 210px;
    }


    .mgx-footer-block h2 {
        font-size: 12px;
    }


    .mgx-footer-links a,
    .mgx-footer-location {
        font-size: 12px;
    }

}


/* =========================================================
   OCULTAR DESKTOP EN MOBILE
   ========================================================= */

@media (max-width: 899px) {

    .mgx-footer-desktop {
        display: none;
    }

}