.titol_boles_categories {
    font-size: 25px;
    font-weight: 600;
    text-align: start;
    margin-left: 30px;
    margin-top: 20px;
}

.container_boles_categories {
    display: flex;
    flex-direction: row;
    max-width: 1425px !important;
    margin: 0 auto;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    margin-left: 40px;
    border-bottom: 1px solid #d3d3d3;
}

/* Amagem si hi ha 2 o menys elements bola_categoria */
.container_boles_categories:not(
  :has(.div_boles_categories > .bola_categoria:nth-of-type(3))
) {
  display: none;
}

.div_boles_categories {
    display: flex;
    overflow: auto;
    flex-direction: row;
    align-items: flex-start;
    padding-bottom: 15px;
}

/*Scrollbar horitzontal*/
.div_boles_categories::-webkit-scrollbar {
    width: 27px;
    background-color: rgba(255,255,255,0);
}

.div_boles_categories::-webkit-scrollbar-thumb {
    background-color: #666;
}

.div_boles_categories::-webkit-scrollbar-track {
    background-color: #ccc;
}

.div_boles_categories::-webkit-scrollbar-track, .div_boles_categories::-webkit-scrollbar-thumb {
    border: 7px solid rgba(255,255,255,0);
    border-radius: 50px;
    background-clip: padding-box;
}
/*Fi scrollbar horitzontal*/

.titol_bola_categoria {
    margin-top: 5px;
    color: #666;
    font-weight: bold;
    font-size: 17px;
}

.div_imatge_bola_categoria + .titol_bola_categoria {
    margin-top: 0px;
}

.bola_categoria {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0px 5px;
    opacity: 0.7;
    margin-bottom: 5px;
}

.bola_categoria:hover {
    text-decoration: none;
}

.div_imatge_bola_categoria {
    border: 1px solid transparent;
    padding: 5px 10px;
    border-radius: 50%;
    background: cadetblue;
    padding-bottom: 0px;
}

.div_imatge_bola_categoria {
    background-color: transparent !important;
}

.div_imatge_bola_categoria img {
    height: 100px;
    width: 100px;
    border: 2px solid transparent;
    border-radius: 100%;
    padding: 3px;
}

.bola_categoria.active {
    opacity: 1;
}

.bola_categoria.active .div_imatge_bola_categoria img {
    border: 2px solid #d3d3d3;
}

.bola_button_fletxes {
    padding: 10px;
    margin: 10px;
    cursor: pointer;
    display: none;
    border-radius: 100%;
    box-shadow: 0px 0px 1px 4px #e5e0e0;
    width: 20px;
    z-index: 1;
    position: relative;
    bottom: 35px;
}

.img_fletxa_categories {
    width: 100%;
}

.bola_next_button {
    transform: rotate(180deg);
}

/*  Show hover styles only when the device really has a mouse/pointer  */
@media (hover: hover) and (pointer: fine) {
    .div_imatge_bola_categoria img:hover {
        border: 2px solid #d3d3d3;
    }
}

@media (max-width: 990px){
    .titol_boles_categories {
        margin-left: 10px;
    }

    .bola_categoria {
        margin: 0 10px;
    }
    
    .div_boles_categories {
        padding-bottom: 5px;
    }
    
    .div_imatge_bola_categoria {
        padding: 0px 5px;
        
    }
    
    .div_imatge_bola_categoria img {
        height: 18vw;
        width: 18vw;
    }
    
    .container_boles_categories {
        margin-top: 20px;
        margin-left: 0px;
        border-bottom: none;
    }
    
    .bola_button_fletxes {
        display: none;
    }
    
    .div_imatge_bola_categoria {
        height: 87px;
        width: auto;
    }
    
    .div_boles_categories::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    
    .div_boles_categories::-webkit-scrollbar:horizontal {
        height: 5px;
        width: 10px;
    }
    
    .div_boles_categories::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 10px;
        border: 2px solid #ffffff;
    }

    .div_boles_categories::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #ffffff;
    }
    
    .div_imatge_bola_categoria + .titol_bola_categoria {
        /*margin-top: 30px;*/
    }
}

#div_general_boles_links {
    display: none;
}