:root {
    --sz-scc-gap: 128px;
}

.usl-footer-web {
    width: 100%;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.usl-footer-web::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    margin: auto;
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: .1;
    background-image: url("./IMAGENES/AppLaunch.jpg");
}


.ds-nav-top-footer .uslugen-app-logo {
    color: var(--ds-blue)
}

.ds-nav-top-footer .uslugen-app-logo::before {
    background-color: var(--ds-blue);
}

.ds-bottom-footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* margin-bottom: 6px; */
}

.ds-bottom-footer .ds-navigation-items {
    width: 100%;
    justify-content: center;
    background-color: rgba(var(--ds-purple-rgb), .2);
    border-top: 1px var(--ds-star) solid;
    border-radius: 0;
}

.ds-bottom-footer .ds-navigation-items .ds-link {
    height: 48px;
    color: var(--ds-star);
    font-size: 1rem;
    margin: 0;
}

.ds-kimerkia-footer {
    background-color: rgba(var(--ds-black-rgb), 0.8);
    height: 0;
    width: 100%;
    flex: 1;
    min-height: 160px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 16px;
    border-radius: 0;
    border-top: 1px #000 solid;
}

.ds-kimerkia-info {
    width: 0;
    flex: 1;
    padding-bottom: 88px;
}

.ds-footer-item {
    min-width: 160px;
}

.ds-lista-social {
    width: 100%;
    justify-content: center;
}

.ds-lista-social .ds-link {
    margin: 6px;
    padding: 0;
}

.ds-lista-social .ds-link .ds-icono {
    background-color: var(--ds-white);
    color: var(--ds-black);
    border-radius: 50%;
}