@charset "utf-8";
/* CSS Document */

h1,h2,h3{
	font-family: 'Open Sans Condensed', sans-serif;
	color:#666666;
}
h1{
	font-size:2.8rem;
	margin-bottom:3rem;
}
h2{
	font-size:2rem;
}
p, li{
	font-family: 'Open Sans', sans-serif;
	color:#666666;
	font-size:1.4rem;
}
a, a:hover{
	color:#e2001a;
}
.header-logo{
	max-width:300px;
	margin:auto;
}
.titolo{
	margin-top:4rem;
}
.chiama{
	padding:2rem 1rem;
	background-color:#BC0205;
	text-align:center;
}
.chiama h2,
.chiama h3,
.chiama p{
	color:#fff;
	margin-bottom:3rem;
}
.chiama h3{
	font-size:2rem;
}
.chiama a{
	color:#fff;
}
.applicazioni{
	margin-top:4rem;
}
.applicazioni-row{
	margin-top:4rem;
}
.applicazioni-row:first-child{
	margin-top:0;
}
.applicazioni-row .col-md-6{}
.applicazioni-box{
	padding:3rem;
	background-color:#D9D9D9;
}
.foto-box{
	margin-bottom:2rem;
}
.foto-box:last-child{
	margin-bottom: 0;
}
.contatto{
	background-color:#BC0205;
	color:#fff;
	margin-top:4rem;
	padding-top:3rem;
	padding-bottom:3rem;
}
.contatto h2{
	color:#fff;
	margin-bottom:3rem;
}
.form-control{
	border-radius:0;
	border-width: 0;
	height:auto;
	line-height: 2.5;
	opacity:0.9;
	font-size:1.4rem;
}
.privacy p{
	color:#fff;
	font-size:0.8rem;
}
.submit .btn{
	width:100%;
	font-size:1.4rem;
	line-height:2.5;text-transform: uppercase;
	border-radius:0;
	border-width: 0;
	background-color:#000;
}
.prodotti{
	margin-top:4rem;
}
.col-prodotto{
	margin-top:3rem;
}
.titolo-prodotto{
	margin-top:1rem;
}
.griglia-prodotti{
	margin-top:3rem;
}
footer{
	margin-top:4rem;
	padding:3rem;
	background-color:#000;
}
.footer-logo{
	max-width:200px;
}
footer h3{
	color:#fff;
}
footer .red{
	color:#e2001a;
}
footer p{
	color:#fff;
}
@media (max-width: 768px) {
	h1{
		font-size:2.2rem;
		margin-bottom:3rem;
	}
	h2{
		font-size:1.6rem;
	}
	p, li{
		font-family: 'Open Sans', sans-serif;
		color:#666666;
		font-size:1.2rem;
	}
	.titolo-prodotto{
		text-align: center;
	}
	.foto-box:first-child{
		margin-top:2rem;
	}
}