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

.celle_works{
	width:25%;
	float:left;
	}

.logo_header{
	width:200px;
	float:left;
	margin:5px;
	}
	
.triangolo2{
	width:100%;
	height:75px;
	margin-top:-60px;
	background-image:url(../image/triangle_white.png);
	background-repeat:no-repeat;
	background-size:cover;
	}

/* FOOTER */

.logo_footer{
	margin:15px;
	padding:30px;
	width:60%;
	}

.icona_social{
	margin:5px;
	padding:5px;
	background-color:#C61624;
	width:35px;
	text-align:center;
	}
.logo_head{
	width:150px;
	text-align:left;
	}

.footer_menu{
	padding:15px;
	color:#fff;
	}

.footer_titoli{
	font-size:13px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #C61624;
	}

.footer_menu li{
	text-decoration:none;
	font-size:18px;
	list-style: none;
	}
	
.footer_img_cell{
	margin-top:50px;
	height:300px;
	background-image:url(../image/footer/img_footer_background.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	}
	
.footer_head{
	font-family: 'Lato', sans-serif;
	font-weight:300;
	text-align:center;
	color:#3B3B3B;
	font-size:75px;
	}
.font_lato{
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:55px;
	text-align:left;
}

.font_lato2{
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:35px;
	text-align:left;
}

.font_lato3{
	font-family: 'Lato', sans-serif;
	font-weight:500;
	font-size:40px;
	text-align:center;
	color:#3C4650;
}

.padding3{
	background-color:#E3E3E3;
	border-radius: 10px;
	margin-top:30px;
	padding-left:3rem;
	padding-right:3rem;
	padding-top:5rem;
	padding-bottom:5rem;
	}

.padding3_footer{
	margin-top:30px;
	padding-left:3rem;
	padding-right:3rem;
	padding-top:5rem;
	padding-bottom:5rem;
	}

.bottone_shortcut{
	margin-left:60px;
	margin-right:60px;
	background-color:#C61624;
	padding:5px;
	color:#FFFFFF;
	border-radius: 10px;
	}

.bottone_shortcut2{
	margin-left:10px;
	margin-right:10px;
	background-color:#C61624;
	padding:5px;
	color:#FFFFFF;
	border-radius: 10px;
	}

.bottone_shortcut3{
	margin-left:30%;
	margin-right:30%;
	background-color:#C61624;
	padding:5px;
	color:#FFFFFF;
	border-radius: 10px;
	text-align:center;
	margin-bottom:30px;
	}


.footer_sub{
	font-family: 'Lato', sans-serif;
	text-align:center;
	font-weight:700;
	font-size:18px;
	color:#C61624;
	}

.footer_copyright{
	font-family: 'Lato', sans-serif;
	text-align:center;
	font-weight:300;
	font-size:12px;
	color:#999;
	padding-bottom:20px;
	padding-top:20px;
	border-top:1px solid #999;
	}
	
.footer_txt{
	font-size:20px;
	color:#9D9D9D;
	}
	
.footer_txt_small{
	font-size:10px;
	color:#3B3B3B;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	}
	
.footer_icon{
	float:left;
	padding-right:15px;
	padding-bottom:25px;
	}
	
.shortcut_cella{
	background-color:#e3e3e3;
	padding-bottom:20px;
	margin-bottom:10px;
	border-radius: 15px;
	}
	
@media (max-width: 768px) {	
.padding3 {
	
	margin-top:0px;
	padding-left:3rem;
	padding-right:3rem;
	padding-top:0px;
	padding-bottom:0px;
	}
	
.footer_head{
	font-size:45px;
	}	
	
.padding3_footer{
	width:50%;
	float:left;
	margin-top:0px;
	padding-left:3rem;
	padding-right:3rem;
	padding-top:1rem;
	padding-bottom:1rem;
	}

.footer_icon{
	text-align:center;
	float:none;
	padding-bottom:25px;
	padding-right:0px;
	margin:0px;
	}

.titolo_footer{
	text-align:center;
	font-size:26px;
	}

.footer_txt_small{
	text-align:center;
	text-decoration:none;
}

.logo_footer{
	margin:0px;
	padding:60px;
	width:100%;
	}
.triangolo2{
	height:50px;
	width:100%;
	background-size:contain;
	}
	
.celle_works{
	width:50%;
	float:left;
	}

.logo_header{
	padding-top:5px;
	width:30%;
	}

.tohide{
 visibility: hidden;
 display:none;
 }