.content.main .blocco-foto-copertina{
	background-image:url("../file/site/image/pagine/pietraeco/prodotti-tecnici/copertina.jpg");
}

.content.main .sfondo-grigio{
	background-color:#f1f2f4;
}

.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;
	text-transform:uppercase;
	font-size:2.857rem;
	font-weight:300;
}

.content.main .blocco h2 .small{
	font-size:0.75em;
}

.content.main .blocco-tipo-1 h2{
	color:#97c12a;
}

.content.main .blocco-tipo-2 h2{
	color:rgb(8,12,50);
}

.content.main .blocco p{
	line-height:1.43em;
}

.content.main .blocco-tipo-2 p{
	letter-spacing:0.05em;
}

.content.main .blocco-tipo-1 .bottone-standard{
	width:100%;
	margin-top:2.75em;
	text-transform:none;
	font-size:0.96rem;
}

.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 .sfondo-grigio{
		padding-top:2em;
		padding-bottom:2em;
	}
	
	.content.main .blocco{
		margin-bottom:6em;
	}
	
	.content.main .blocco img{
		margin-bottom:2em;
	}
}

@media (min-width:737px) {
	.content.main .width-fixed.small{
		width:980px;
	}
	
	.content.main .blocco-foto-copertina .contenuto{
		background-image:url("../file/site/image/pagine/pietraeco/prodotti-tecnici/copertina-linea.png");
		background-position:80px 100%;
		background-repeat:no-repeat;
	}
	
	.content.main header{
		margin-bottom:100px;
		padding-left:230px;
		padding-right:230px;
	}
	
	.content.main .sfondo-grigio{
		padding-top:100px;
		padding-bottom:100px;
	}
	
	.content.main .blocco .testo{
		width:410px;
	}
	
	.content.main .blocco:nth-of-type(1){
		margin-bottom:100px;
	}
	
	.content.main .blocco:nth-of-type(1) img{
		float:left;
	}
	
	.content.main .blocco:nth-of-type(1) .testo{
		float:right;
	}
	
	.content.main .blocco:nth-of-type(2) img{
		float:right;
	}
	
	.content.main .blocco:nth-of-type(2) .testo{
		float:left;
	}
	
	.content.main .blocco-tipo-2:nth-of-type(1) .testo{
		margin-right:66px;
	}
	
	.content.main .blocco-tipo-2:nth-of-type(2) .testo{
		margin-left:66px;
	}
}