.content.main .blocco-foto-copertina{
	background-image:url("../file/site/image/pagine/pietraeco/smartstone/copertina.jpg");
}

.content.main header{
	text-align:center;
}

.content.main header h2{
	margin-bottom:0.75em;
}

.content.main header p{
	letter-spacing:0.05em;
}

.content.main .blocco h2{
	margin-bottom:1.1em;
	font-size:2.857rem;
	font-weight:300;
	color:#97c12a;
}

.content.main .blocco h2 .small{
	font-size:0.75em;
}

.content.main .blocco-tipo-1 h2{
	color:#97c12a;
}

.content.main .blocco p{
	line-height:1.43em;
}

.content.main .blocco img{
	display:block;
	max-width:100%;
}

@media screen and (max-width:736px) {
	.content.main{
		padding-top:1rem;
	}
	
	.content.main .blocco-foto-copertina{
		margin-bottom:3em;
	}
	
	.content.main header{
		margin-bottom:3em;
	}
	
	.content.main .blocco{
		margin-bottom:6em;
	}
	
	.content.main .blocco img{
		margin-bottom:2em;
	}
}

@media (min-width:737px) {
	.content.main{
		padding-bottom:150px;
	}
	
	.content.main .width-fixed.small{
		width:980px;
	}
	
	.content.main .blocco-foto-copertina .contenuto{
		position:relative;
	}
	
	.content.main .blocco-foto-copertina .contenuto:after{
		content:" ";
		display:block;
		position:absolute;
		bottom:0;
		left:80px;
		width:96px;
		height:11px;
		background-color:#97c12a;
	}
	
	.content.main header{
		margin-bottom:100px;
		padding-left:65px;
		padding-right:65px;
	}
	
	.content.main .blocco .testo{
		width:380px;
		padding-top:40px;
	}
	
	.content.main .blocco:nth-of-type(1){
		margin-bottom:95px;
	}
	
	.content.main .blocco:nth-of-type(2){
		margin-bottom:80px;
	}
	
	.content.main .blocco:nth-of-type(2n + 1) img{
		float:left;
		margin-left:60px;
	}
	
	.content.main .blocco:nth-of-type(2n + 1) .testo{
		float:right;
		margin-right:80px;
	}
	
	.content.main .blocco:nth-of-type(2n) img{
		float:right;
		margin-right:30px;
	}
	
	.content.main .blocco:nth-of-type(2n) .testo{
		float:left;
		margin-left:70px;
	}
}