/*
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 : 11 feb. 2022, 16:18:19
    Author     : Stikets
*/


#div_general_boles_links{
    /*background-color: red;*/
    display: flex;
    margin: 0 10px;
    flex-direction: column;
    margin-top: 10px;
    border-bottom: 2px solid #d3d3d3;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.div_bola{
    display: flex;
    flex-direction: column;
    /*background: lightblue;*/
    width: 10%;
    align-items: center;
    cursor: pointer;
    color: #666;
}
.div_bola:hover{
    color: #666;
}
.div_bola_padding{
    border: 2px solid transparent;
    /* background: #dddddd; */
    padding: 5px;
    border-radius: 20px;
    display: flex;
    margin-bottom: 5px;
}

.div_bola_padding:hover{
    border: 2px solid #d3d3d3;
}
.imatge_bola{
    width: 4vw;
    height: 4vw;
    /* border-radius: 100%; */
    border-radius: 15px;
    /*padding: 10px;*/
    background: #dddddd;
    border: 1px solid transparent;
}


.titol_bola{
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 5px;
    word-break: normal;
}
.div_titol_boles_links{
    display: flex;
}
.titol_boles{
    font-family: "Source Sans Pro",sans-serif;
    font-size: 25px;
    font-weight: bold !important;
    color: #005898;
    /*text-decoration: unset;*/
    /*font-weight: unset;*/
    /*padding: unset;*/
    /*margin: unset;*/
}
.div_boles{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px;
    
}

@media (max-width: 990px){
    #div_general_boles_links{
        margin: 0 10px;
        text-align: left;
    }
    .div_bola{
        width: 33%;
    }
/*    .titol_boles{
        font-size: 20px;
    }*/
    .imatge_bola{
        width: 18vw;
        height: 18vw;
    }
}