.svg-path{
    overflow: hidden;
    flex-shrink: 0;
    width: 300px;
    @media(max-width: 1300px) {
        display: none;
    }
    @media(max-width: 1400px) {
    width: 150px;
    }
}

.svg-path {
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 2%);
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 2%);
}


#svg{
    width: 100%;
}

.trail{
    position: absolute;
}

#obj {
    position: absolute;
    z-index: 1;
    transform-origin: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#obj i {
    font-size: 50px;

}

.icon-marker{
    @media(max-width: 1400px) {
        display: none;
    }
}

.row-content--path .svg-path::after, .row-content--path .svg-path::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 2;
}


.wsingleproducto{
    justify-content:unset !important;
}