.lx-background {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    align-items: center;
}

.lx-background::before{
    background-image: url(../personalizaciones/bg-pattern.svg);
    background-position: 50%;
    background-repeat: repeat;
    background-size: 22px auto;
    opacity: .1;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100vw; 
}
.lx-bg-colors{
    color:#f00;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.lx-bg-colors .contenedor-generico{
    align-items: end;
}

.container-lx-img-colors{
    overflow: auto;
    padding-bottom: 6px;
}

.lx-img-colors{
    display: flex;
    gap: 4px;
}

.lx-img-colors img{
    width: 48px;
    height:auto;
    cursor: pointer;
}

.lx-background::after{
    background-image: linear-gradient(#fff, hsla(0, 0%, 100%, .5) 50%, #fff);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100vw;
}