/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 8 ago. 2022, 9:29:23
    Author     : Stikets
*/

.container_boles_portada{
    display: flex;
    flex-direction: row;
    max-width: 1700px !important;
    margin: 0 auto;
    margin-top: 50px;
    align-items: center;
    justify-content: space-evenly;
}
.div_boles_portada{
    
    display: flex;
    overflow: auto;
    flex-direction: row;
    align-items: flex-start;
    padding-bottom: 15px;
}
/*Scrollbar horitzontal*/
.div_boles_portada::-webkit-scrollbar {
    width: 27px;
    background-color: rgba(255,255,255,0);
}
.div_boles_portada::-webkit-scrollbar-thumb {
    background-color: #666;
}
.div_boles_portada::-webkit-scrollbar-track {
    background-color: #ccc;
}

.div_boles_portada::-webkit-scrollbar-track, .div_boles_portada::-webkit-scrollbar-thumb {
    border: 7px solid rgba(255,255,255,0);
    border-radius: 50px;
    background-clip: padding-box;
}
/*Fi scrollbar horitzontal*/
.titol_bola_portada{
    margin-top: 5px;
    color: #666;
    font-weight: bold;
    font-size: 17px;
}
.div_imatge_bola_mode_portada + .titol_bola_portada{
    margin-top: 0px;
}
.bola_portada{
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0px 15px;
    
}
.bola_portada_efect:hover{ /*excloure de les noves boles amb imatge*/
    color: #000;
    text-decoration: none;
}
.bola_portada_efect:hover .div_imatge_bola_portada{
    
    background-color: white !important;
    border: 1px solid #666;
}
.bola_portada_efect:hover img{ /*excloure de les noves boles amb imatge*/
    filter: brightness(30%);
}

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

.div_imatge_bola_portada{
    border: 1px solid transparent;
    padding: 20px 10px;
    border-radius: 50%;
    background: cadetblue;
}

.div_imatge_bola_portada img{
    width: 81px;
    height: 58px;
}

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

.div_imatge_bola_mode_portada img{
    height: 103px;
    width: auto;
    border: 2px solid transparent;
    border-radius: 100%;
    padding: 5px;
}

.div_imatge_bola_mode_portada img:hover{
    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_portada{
    width: 100%;
}
.bola_next_button {
    transform: rotate(180deg);
}

@media (min-width: 991px) {
    .container_boles_portada {
        width: 82.5%;
    }
}

@media (max-width: 990px){
    .bola_portada{
        margin: 0 10px;
    }
    .div_boles_portada{
        padding-bottom: 5px;
    }
    .div_imatge_bola_portada{
        padding: 15px 5px;
        
    }
    .container_boles_portada{
        margin-top: 20px;
    }
    .bola_button_fletxes{
        display: none;
    }
    .div_imatge_bola_portada img{
        width: 75px;
        height: 52px;
    }
    
    .div_imatge_bola_mode_portada{
        height: 87px;
        width: auto;
    }
    
    .div_boles_portada::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    .div_boles_portada::-webkit-scrollbar:horizontal {
        height: 5px;
        width: 10px;
    }
    .div_boles_portada::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 10px;
        border: 2px solid #ffffff;
    }

    .div_boles_portada::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #ffffff;
    }
    
    .div_imatge_bola_mode_portada + .titol_bola_portada{
        margin-top: 30px;
    }
}