.footer {
    background-color: #0E0E0E;
    color: #BBB;
    padding: 5rem 5rem 5rem 5rem;
    border-radius: 20px;
    width: 96%;
    margin: 0 auto 2%;
}
.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.footer-left {
    flex: 0 0 30%;
}
.footer-right {
    flex: 0 0 70%;
    display: flex;
    justify-content: flex-start;
    gap: 50px;
    text-align: left;
}
.footer-pages {
    text-align: left;
}
.footer-logo {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1rem 0;
}
.mobile-divider {
    display: none;
}
.social-icons {
    display: flex;
    gap: 0.5rem;
    margin-top: 1.25em;
    margin-bottom: 1.25rem;
}
.social-icon {
    width: 40px;
    height: 40px;
    background-color: #212121;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    overflow: visible;
    transition: background-color 0.3s ease, transform 0.2s ease;
}
.social-icon img {
    width: 20px;
    height: 20px;
    filter: brightness(0.7);
    transition: filter 0.3s ease;
}
.social-icon:hover {
    background-color: #ff6700;
}
.social-icon:hover img {
    filter: grayscale(100%) brightness(0%);
}
.footer-divider {
    width: 75%;
    border: none;
    border-top: 1px solid #444;
    margin: 1rem 0;
}
.footer-description {
    font-size: 0.9rem;
    line-height: 1.4;
    max-width: 280px;
}
.footer-description a {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #BBB;
    transition: color 0.3s;
}
.footer-description a:hover {
    color: #ff6700;
}
.footer-column {
    display: inline-block;
    vertical-align: top;
}
.footer-pages {
    text-align: left;
}
.footer-pages h3 {
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: 450;
}
.footer-pages ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-pages li {
    margin-bottom: 0.5rem;
}
.footer-pages a {
    color: #BBB;
    text-decoration: none;
    transition: color 0.3s;
}
.footer-pages a:hover {
    color: #ff6700;
}
.footer-contact {
    text-align: left;
}
.footer-contact h3 {
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: 450;
}
.footer-contact p {
    margin-bottom: 1rem;
}
.footer-contact a {
    color: #BBB;
    text-decoration: none;
}
.footer-contact a:hover {
    color: #ff6700;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #333;
    height: 7rem;
    margin-top: 35px;
}
.footer-bottom p {
    margin: 0;
}
.footer h3,
.footer strong {
    color: #FFFFFF;
    font-weight: normal;
}
.design-team {
    font-size: 0.9rem;
}
.payment-methods img {
    max-width: 228px;
    height: auto;
}
.footer-pages a[href*="politica-de-privacidad"],
.footer-bottom a[href*="politica-de-privacidad"] {
    text-decoration: underline !important;
}
.footer-contact .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.footer-contact .contact-item div {
    display: flex;
    flex-direction: column;
}
.footer-contact .contact-item .contact-icon {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
    margin-right: 0.5rem;
}
.footer-contact .contact-item div strong {
    margin-bottom: 0.2rem;
}
.mobile-only {
    display: none;
}
.footer-pages .current-page {
    text-decoration: underline;
}
@media (min-width: 1024px) {
    .footer-column {
        margin: 0 1rem;
    }
}
@media (max-width: 768px) {
    .footer {
        padding: 4rem 4rem 3rem 4rem !important;
    }
    .footer-logo {
        margin: 0 auto;
    }
    .footer-content {
        flex-direction: column;
        align-items: center;
    }
    .footer-left {
        width: 100%;
        text-align: center;
    }
    .footer-right {
        width: 100%;
        text-align: center;
    }
    .footer-column {
        display: block;
        width: 100%;
        margin: 0 auto 1rem auto;
    }
    .footer-bottom {
        height: 6rem;
        margin-top: 0px;
    }
    .footer-right {
        flex-direction: column;
    }
    .social-icons {
        justify-content: center;
    }
    .mobile-divider {
        display: block;
        width: 100%;
        border: none;
        border-top: 1px solid #444;
        margin: 1rem 0;
    }
    .footer-divider {
        width: 100%;
    }
    .footer-contact .contact-item {
        display: flex;
        align-items: center;
        gap: 1rem;
    }
    .footer-contact .contact-item .contact-icon {
        margin: 0;
    }
    .footer-contact .contact-item div strong {
        margin-bottom: 0.2rem;
    }
    .mobile-only {
        display: block;
    }
}
@media (min-width: 769px) and (max-width: 1023px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
    }
    .footer-left,
    .footer-right {
        width: 100%;
        flex: none;
    }
    .footer-divider {
        width: 100%;
        margin: 1rem auto;
        position: static;
        left: auto;
        transform: none;
    }
    .mobile-only {
        display: block;
    }
}
@media (max-width: 1024px) {
    .footer-description {
        margin: 0 auto;
        text-align: center;
    }
}
@media (min-width: 400px) {
    .footer .footer-contact .contact-item div a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
