/*Brackground ball*/
#section-26-134:before{
    content: "";
    background-color: var(--bluLogo);
    -webkit-mask-image: url('/wp-content/uploads/sfondo-palle-01.svg');
    mask-image: url('/wp-content/uploads/sfondo-palle-01.svg');
    -webkit-mask-repeat: repeat;
    mask-repeat: repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.1;
    pointer-events: none;
    z-index: 1;
}