/* @import url(https://fonts.googleapis.com/css?family=Dosis:400,800,700,600,500,300,200);
body{
    font-family: 'Dosis', sans-serif;
}
.quadratInici{
    background-color: #dd5833;    
    border-radius: 50%;
    width: 200px;
    height: 200px;
    border:0;
    color: #FFFFFF;    
    font-weight: normal;
    font-size: 1.7em;
}
.quadratInici>div{
    padding-top: 30px;    
}
#pagina{
    border:0;
    background-color: transparent;
}
#capsaText{
    background-color: transparent;
    background-color: #ededed;
}
#capsaText h1{
    font-weight: normal;
}

.taulafixada2{
    background-color:transparent;
}


.select2-selection--multiple {
      
      background: url('../imatges/fletxa_select.jpg') 0 1px no-repeat;
      background-position: 98% 2%;
}

input:focus{ border-color: #dd5833;  outline: none;  } */