/**
   DOWNLOAD
========================================================================================== 
**/

.intro{
	width: 100%;
	height: auto;
	min-height: 380px;
	margin-top: 145px;
	padding: 65px 0;
	box-sizing: border-box;
	overflow: hidden;
	background: rgba(191, 202, 200, 0.5);
}
	.intro h1{ font-size: 53px; line-height: 57px; text-align: center; text-transform: uppercase; }
	.intro p{
		width: 100%;
		max-width: 600px;
		height: auto;
		margin: 10px auto 0 auto;
		text-align: center;
	}

/* Mosaico
------------------------------------------------------------------------------------------ */
.download_mosaic{
	width: 90%;
	max-width: 1280px;
	height: auto;
	margin: -90px auto 120px auto;
	overflow: hidden;
}
	.dm_item{
		width: 31%;
		height: auto;
		margin: 0 2.3% 2.3% 0;
		overflow: hidden;
		float: left;
	}
		.dm_item a{ width: 100%; height: 100%; display: block; }
		div.dm_item:nth-of-type(3n+3){ margin-right: 0; }
		.dmi_image img{ width: 100%; }
		.dmi_text{
			width: 290px;
			height: 145px;
			padding: 25px;
			box-sizing: border-box;
			position: absolute;
			bottom: 0;
			left: 0;
			background: #BFCAC8;
			transition-duration: 0.4s;
		}
		.dmi_text h4{ margin: 0; font-size: 22px; text-align: left; }
		.dmi_text span{
			width: auto;
			height: 25px;
			padding-left: 45px;
			display: block;
			position: absolute;
			left: 25px;
			bottom: 25px;
			text-transform: uppercase;
		}
			.dmi_text span::before, .dmi_text span::after{
				content: '';
				width: 25px;
				height: 25px;
				display: block;
				background: url(/img/icon_download_dark.svg) no-repeat left center;
				position: absolute;
				top: 0;
				left: 0;
				transition-duration: 0.4s;
			}
			.dmi_text span::after{ background-image: url(/img/icon_download.svg); opacity: 0; }

			.dm_item a:hover .dmi_text{ background-color: #00BA61; color: #FFF; }
			.dm_item a:hover .dmi_text span::before{ opacity: 0; }
			.dm_item a:hover .dmi_text span::after{ opacity: 1; }


/* Modulo
------------------------------------------------------------------------------------------ */
.form_stripe{
	width: 100%;
	height: auto;
	min-height: 210px;
	padding: 50px 0;
	box-sizing: border-box;
	background: #00BA61;
	color: #FFF;
}
	.fs_container{ width: 90%; max-width: 650px; height: auto; overflow: hidden; margin: 0 auto; }
	.fs_container h4{ font-size: 35px; line-height: 38px; }
		.fs_container a{ display: inline-block; font-size: 11px; margin-top: 35px; text-transform: uppercase; }
		.fs_container a:hover{ color: #FFF; text-decoration: underline; }
			.fs_container a::after{
				content: '';
				width: 70px;
				height: 1px;
				display: block;
				position: absolute;
				right: -80px;
				top: 50%;
				transform: translateY(-50%);
				background: #FFF;
			}



/* Schermi Intermedi
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
@media (max-width: 1024px){

.dm_item{ width: 48%; margin: 0 4% 4% 0; }
	div.dm_item:nth-of-type(2n+2){ margin-right: 0; }
	div.dm_item:nth-of-type(3n+3){ margin-right: 4%; }
	.dmi_text{ width: 100%; }


/* ----------------- */
}
/* Fine schermi Intermedi */



/* Schermi Tablet
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
@media (max-width: 768px){

.intro{ margin-top: 105px; }

/* ----------------- */
}
/* Fine schermi Tablet */



/* Schermi piccoli
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
@media (max-width: 767px){

.intro{ margin-top: 0; }


.download_mosaic{ margin: -40px auto 60px auto; }
.dm_item{ width: 100%; margin: 0 0 40px 0; }
	div.dm_item:nth-of-type(2n+2){ margin-right: 0; }
	div.dm_item:nth-of-type(3n+3){ margin-right: 0; }



/* ----------------- */
}
/* Fine schermi piccoli */