.section_head{
	background-image: url("privacy-header.jpg")
}
.sottotitolo{
	font-size: 1.375rem;
    line-height: 1.3em;
    margin-bottom: 0.5em;
}
/* LISTA MOBILE */
#lista_content{
	padding: 1em;
}
#lista > li{
	margin:2em auto;
}
.box_lista{
	text-align: center;
	position:relative;
}
.box_lista:nth-child(even){
	background-color: #E9E9E9;
	color: #76838A;
}
.box_lista:nth-child(odd){
	background-color: #F58F00;
	color: #fefefe;
}
.link_download{	
	padding: 1em;
	font-family: 'Roboto', sans-serif;	
	font-size: 1.375rem;
	line-height: 1.5em;
	display: block;
}
.box_lista:nth-child(even) .link_download{	
	color: #76838A !important;
}
.box_lista:nth-child(odd) .link_download{	
	color: #fefefe !important;
}
/* LISTA MOBILE */

@media screen and (min-width: 701px) { /****************************************** visualizzazione TABLET ******************************************/
	.sottotitolo{
		    font-size: 1.5875rem;
	}
	/* LISTA TABLET */
	#lista{
		 display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	#lista > li{
		-webkit-flex: 0 0 26%;
		-ms-flex: 0 0 26%;
		flex: 0 0 26%;
		margin: 1em auto;
	}
	.link_download{	
		font-size: 1.675rem;
		display: block;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	/* LISTA TABLET */
}

@media screen and (min-width: 901px) { /****************************************** visualizzazione DESKTOP ******************************************/
	
	
}
