.footer-wrapper{
    width: 100%;
}

.footer-back-wrapper{
    max-width: 1024px;
    margin: 50px auto 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-color: var(--footer-back-background);
    border-radius: 10px;
    padding: 10px 20px;
    width: calc(100vw - 40px); 
}
.footer-back-wrapper ul{
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--footer-back-item-background);
    gap: 10px;
    color: var(--footer-back-text);
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
}

.footer-pata-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}
.footer-pata-wrapper img {
    width: 500px;
}

.footer-corte-wrapper{
    width: 100%;
    height: 77px;
    background-image: var(--footer-corte-image);
    background-position: 50%;
    margin-top: 50px;
}

.footer-footer-wrapper{
    background-color: var(--footer-main-background);
    color: var(--footer-main-text);
}
.footer-footer-padding{
    max-width: 1024px;
    width: calc(100vw - 40px); 
    margin: 0 auto;
}
.footer-footer-redes{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 50px;
}
.footer-footer-redes li img{
    width: 40px;
}
.footer-footer-terminos{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 50px 0;
    font-size: 12px;
    font-weight: 700;
    color: var(--footer-main-text);
}
.footer-footer-terminos li {
    border-right: 1px solid var(--footer-divider);
    padding: 0 10px;
}
.footer-footer-terminos li:last-child{
    border-right: 0px;
}
.footer-cookie-settings:hover{
    text-decoration: underline;
}
.footer-footer-legales{
    color: var(--footer-main-text);
    font-size: 14px;
    font-weight: 500;
    text-align: justify;
    line-height: 16px;
}
.footer-footer-credits{
    color: var(--footer-main-text);
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    padding: 30px 0;
}

@media (max-width: 768px) {
    .footer-pata-wrapper img {
        width: 380px;
    }

    .footer-footer-credits {
        padding-bottom: calc(100px + env(safe-area-inset-bottom, 0px));
    }
}
