/* =========================
   FOOTER COVENTINO FINAL
========================= */

.footer {
    width: 100%;
    background: #4b4036;
    padding: 78px 0 68px;
    overflow: hidden;
}

.footer-container {
    width: min(70%, 1320px);
    margin: 0 auto;

    display: grid;
    grid-template-columns: minmax(280px, 460px) auto;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
}

.footer-left,
.footer-right {
    min-width: 0;
}

.footer-logo {
    width: 310px;
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 32px;
}

.footer-text {
    color: #f4ebdf;
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    line-height: 1.45;
    margin: 0 0 10px;
    letter-spacing: 0.2px;
}
.footer-telefonos a {
    color: #f4ebdf !important;

    text-decoration: none !important;

    transition: opacity 0.3s ease;
}

.footer-telefonos a:hover {
    opacity: 0.75;
}
.social-icons {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
}

.social-icons a {
    color: #c8b3a2;
    font-size: 32px;
    text-decoration: none;
    line-height: 1;
    transition: 0.3s ease;
}

.social-icons a:hover {
    color: #f4ebdf;
}

.footer-right {
    text-align: right;
    padding-top: 10px;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 9px;
}

.footer-menu a {
    color: #c8b3a2;
    font-family: "Gotham", sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.4px;
    text-decoration: none;
    transition: 0.3s ease;
    white-space: nowrap;
}

.footer-menu a:hover,
.footer-menu a.active-footer {
    color: #f4ebdf;
}

.footer-copy {
    color: #b6a296;
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    line-height: 1.45;
    margin-top: 18px;
    letter-spacing: 0.3px;
}

/* TABLET */
@media (max-width: 991px) {
    .footer {
        padding: 62px 0 56px !important;
    }

    .footer-container {
        width: calc(100% - 56px) !important;
        grid-template-columns: 1fr !important;
        justify-content: center !important;
        gap: 44px !important;
        text-align: center !important;
    }

    .footer-left,
    .footer-right {
        width: 100% !important;
        max-width: 100% !important;
        text-align: center !important;
        padding: 0 !important;
    }

    .footer-logo {
        width: 240px !important;
        margin: 0 auto 26px !important;
    }

    .social-icons {
        justify-content: center !important;
        gap: 16px !important;
        margin-top: 20px !important;
    }

    .social-icons a {
        font-size: 36px !important;
    }

    .footer-menu {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .footer-menu a {
        font-size: 16px !important;
        white-space: normal !important;
    }

    .footer-copy {
        max-width: 320px !important;
        margin: 26px auto 0 !important;
        font-size: 11px !important;
    }
}

/* MOBILE */
@media (max-width: 575px) {
    .footer {
        padding: 52px 0 48px !important;
    }

    .footer-container {
        width: calc(100% - 44px) !important;
        gap: 38px !important;
    }

    .footer-logo {
        width: 215px !important;
        margin-bottom: 24px !important;
    }

    .footer-text {
        font-size: 12.5px !important;
        line-height: 1.65 !important;
    }

    .social-icons a {
        font-size: 32px !important;
    }

    .footer-menu li {
        margin-bottom: 11px !important;
    }

    .footer-menu a {
        font-size: 14.5px !important;
        letter-spacing: 0.7px !important;
    }

    .footer-copy {
        max-width: 250px !important;
        font-size: 10px !important;
        line-height: 1.5 !important;
    }
}

/* MOBILE MUY PEQUEÑO */
@media (max-width: 390px) {
    .footer {
        padding: 46px 0 42px !important;
    }

    .footer-container {
        width: calc(100% - 36px) !important;
    }

    .footer-logo {
        width: 185px !important;
    }

    .footer-text {
        font-size: 11.5px !important;
    }

    .social-icons a {
        font-size: 29px !important;
    }

    .footer-menu a {
        font-size: 13.5px !important;
    }

    .footer-copy {
        font-size: 9.5px !important;
        max-width: 220px !important;
    }
}
