/* MOSAICO */
.mosaicflow__column {
	float:left;
	background-color: var(--bianco);
	padding: 0px;
}
.mosaicflow__item {
	background-color: var(--bianco);
	margin-bottom: 20px;
	border: solid 1px var(--divisori);
}
.mosaicflow__item img {
	display:block;
	width:100%;
	height:auto;
}
.mosaicflow__item h2 {
	font-size: 22px;
	text-align: left;
	line-height: normal;
	margin: 20px 15px 15px 15px;
	color: var(--nero);
	margin-left: 0px;
	border-bottom: solid 5px var(--principale);
	padding-left: 10px;
}
.mosaicflow__item h2 a {
	text-decoration: none;
	color: var(--nero);
}
.mosaicflow__item p {
	text-align: left;
	margin: 15px 15px 20px 15px;
	line-height: normal;
	font-size: 12px;
	display: block;
	line-height: 12px;
}
.mosaicflow__item p strong {
	line-height: normal;
}
.mosaicflow__item p a {
	text-decoration: none;
	color: var(--nero);
}
.AggregateRag {
	background-color: var(--secondario);
	padding: 8px 15px;
	text-align: left;
	color: var(--bianco);
	font-size: 18px;
	font-weight: bold;
}
.AggregateRag a {
	color: var(--bianco);
	text-decoration: none;
}
.AggregateStand {
	margin-right: 1px;
    margin-top: 1px;
	background-color: #b2202b;
	font-weight: bold;
	color: var(--bianco);
	font-size: 12px;
	text-decoration: none;
	float: left;
	padding: 2px 10px;
}
.AggregateGuarda a {
	margin-right: 1px;
	background-color: #CCC;
	color: #000;
	padding: 2px 10px;
	text-decoration: none;
	font-weight: bold;
	float: left;
}
.AggregateBlu {
	margin-right: 1px;
	background-color: #09F;
	font-weight: bold;
	color: var(--bianco);
	font-size: 12px;
	text-decoration: none;
	float: left;
	padding: 2px 10px;
}
.AggregateRed {
	margin-right: 1px;
	background-color: red;
	font-weight: bold;
	color: var(--bianco);
	font-size: 12px;
	text-decoration: none;
	position: absolute;
	padding: 2px 10px;
}
@media only screen and (min-width: 480px) {
.mosaicflow__column {
	padding: 10px;
}
}