﻿.tema-multiplex footer.footer {
    background: #280101 !important;
    max-width: 100%;
    margin: auto;
}

.tema-multiplex .footer .container {
    color: #818181;
    max-width: 1500px;
    margin: 0 auto;
}

/* ============================================================
   FOOTER — Rediseño Figma (Cines Multiplex)
   https://www.figma.com/design/xAiOzEy75DDifhQ73Hv0xg/Multiplex-WEB?node-id=591-15838
   Markup nuevo (mp-footer__*), separado del footer legacy de arriba.
   ============================================================ */

.tema-multiplex .mp-footer {
    background: #280101;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-family: 'Montserrat', sans-serif;
}

.tema-multiplex .mp-footer a {
    text-decoration: none;
}

.tema-multiplex .mp-footer__top {
    max-width: 1476px;
    margin: 0 auto;
    padding: 56px 24px 48px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 24px;
}

.tema-multiplex .mp-footer__heading {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
    line-height: 33.6px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 24px;
}

.tema-multiplex .mp-footer__text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 29.25px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

/* --- Columna: Logo + tagline + redes --- */
.tema-multiplex .mp-footer__col--brand {
    display: flex;
    flex-direction: column;
}

.tema-multiplex .mp-footer__logo {
    width: 206px;
    height: auto;
    display: block;
}

.tema-multiplex .mp-footer__tagline {
    font-weight: 400;
    font-size: 18px;
    line-height: 29.25px;
    color: rgba(255, 255, 255, 0.5);
    margin: 32px 0 0;
}

.tema-multiplex .mp-footer__social {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}

.tema-multiplex .mp-footer__social-link {
    display: flex;
    width: 20px;
    height: 20px;
    opacity: 1;
    transition: opacity 0.2s ease;
}

    .tema-multiplex .mp-footer__social-link img {
        width: 20px;
        height: 20px;
        display: block;
    }

    .tema-multiplex .mp-footer__social-link:hover {
        opacity: 0.7;
    }

/* --- Columna: Complejos --- */
.tema-multiplex .mp-footer__complejos-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tema-multiplex .mp-footer__complejo {
    margin-bottom: 18px;
}

    .tema-multiplex .mp-footer__complejo:last-child {
        margin-bottom: 0;
    }

.tema-multiplex .mp-footer__complejo-name {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 28.8px;
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.2s ease;
}

    .tema-multiplex .mp-footer__complejo-name:hover {
        color: #ffffff;
    }

.tema-multiplex .mp-footer__complejo-address {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.4);
}

/* --- Columna: Novedades (newsletter) --- */
.tema-multiplex .mp-footer__newsletter-form {
    margin-top: 24px;
}

.tema-multiplex .mp-footer__input-wrap {
    margin-bottom: 12px;
}

.tema-multiplex .mp-footer__input {
    width: 100%;
    height: 44px;
    padding: 0 12px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
}

    .tema-multiplex .mp-footer__input::placeholder {
        color: rgba(255, 255, 255, 0.3);
    }

    .tema-multiplex .mp-footer__input:focus {
        outline: none;
        border-color: rgba(255, 255, 255, 0.3);
    }

.tema-multiplex .mp-footer__subscribe-btn {
    width: 100%;
    height: 44px;
    background: #cc0000;
    border: 1px solid #cc0000;
    border-radius: 6px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 18px;
    line-height: 28.8px;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

    .tema-multiplex .mp-footer__subscribe-btn:hover {
        background: #a80000;
        border-color: #a80000;
    }

.tema-multiplex .mp-footer__refund {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 24px;
    padding-top: 16px;
}

.tema-multiplex .mp-footer__refund-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 42px;
    padding: 0 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
    transition: border-color 0.2s ease, color 0.2s ease;
}

    .tema-multiplex .mp-footer__refund-link:hover {
        border-color: rgba(255, 255, 255, 0.3);
        color: #ffffff;
    }

.tema-multiplex .mp-footer__refund-dot {
    width: 8px;
    height: 8px;
    min-width: 8px;
    border-radius: 50%;
    background: #cc0000;
}

/* --- Columna: Contacto --- */
.tema-multiplex .mp-footer__contact-list {
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
}

.tema-multiplex .mp-footer__contact-link {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28.8px;
    color: rgba(255, 255, 255, 0.6);
    padding: 6px 0;
    transition: color 0.2s ease;
}

    .tema-multiplex .mp-footer__contact-link:hover {
        color: #ffffff;
    }

.tema-multiplex .mp-footer__contact-icon {
    width: 16px;
    height: 16px;
    min-width: 16px;
    display: block;
}

.tema-multiplex .mp-footer__fiscal-badges {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin-top: 24px;
}

    .tema-multiplex .mp-footer__fiscal-badges img {
        width: 57px;
        height: 78px;
        display: block;
    }

/* --- Fila de navegación inferior --- */
.tema-multiplex .mp-footer__nav {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tema-multiplex .mp-footer__nav-links {
    max-width: 1476px;
    margin: 0 auto;
    padding: 0 24px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 20px;
}

.tema-multiplex .mp-footer__nav-links--primary {
    padding-top: 24px;
}

.tema-multiplex .mp-footer__nav-links--legal {
    padding-top: 16px;
    padding-bottom: 24px;
}

.tema-multiplex .mp-footer__nav-links--primary a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    transition: color 0.2s ease;
}

.tema-multiplex .mp-footer__nav-links--legal a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.3);
    transition: color 0.2s ease;
}

.tema-multiplex .mp-footer__nav-links a:hover {
    color: #ffffff;
}

/* --- Fila de copyright --- */
.tema-multiplex .mp-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    max-width: 1476px;
    margin: 0 auto;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px 24px;
}

.tema-multiplex .mp-footer__copyright,
.tema-multiplex .mp-footer__credits {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.3);
    margin: 0;
}

/* --- Responsive --- */
@media (max-width: 1300px) {
    .tema-multiplex .mp-footer__top {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 48px;
    }
}

@media (max-width: 768px) {
    .tema-multiplex .mp-footer__top {
        grid-template-columns: 1fr;
        padding: 40px 20px 32px;
        row-gap: 40px;
    }

    .tema-multiplex .mp-footer__nav-links {
        justify-content: flex-start;
        padding-left: 20px;
        padding-right: 20px;
    }

    .tema-multiplex .mp-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 20px;
        padding-right: 20px;
    }
}
