#sezione-matrici-materialita {

}
	#sezione-matrici-materialita .legenda {
		font-size: 14px;
		color: #000;
		/* font-family: Titilium; */
		margin-top: 0px;
	}
		#sezione-matrici-materialita .legenda .legenda-title {
			font-family: OswaldBook;
			color: #000;
			font-weight: bold;
		}
			#sezione-matrici-materialita .legenda .legenda-title.red {
				color: #a43f48;
			}
			#sezione-matrici-materialita .legenda .legenda-title.orange {
				color: #dc8a01;
			}
			#sezione-matrici-materialita .legenda .legenda-title.light-blue {
				color: #808dbb;
			}
			#sezione-matrici-materialita .legenda .legenda-title.gray {
				color: #9a99a0;
			}
			#sezione-matrici-materialita .legenda .legenda-title.blue {
				color: #0f3f83;
			}
		.legenda-item{
			background-color: #fff;
		}
		.legenda-item.active{
			background-color: #d9dceb;
		}
		
