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

Body{
	font-family: 'Poppins', sans-serif;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}


a {	
	font-family: 'Poppins', sans-serif;
}
a:hover {	
	font-family: 'Poppins', sans-serif;
	text-decoration: none !important;
}


.container{
	padding: 0 !important;
	margin: 0 !important;
}


header.main-box-didascalia{
	width: 100%;
	z-index: 2;
	position: absolute;
	padding: 10px;
	bottom: 0;
}
.box-didascalia-bianco{
	background-color:rgba(255,255,255,0.8);
	border-radius: 10px;
	padding: 10px 10px;
}
.box-didascalia-bianco p{
	color: #8f0b30;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	padding-bottom: 0px;
	line-height: 16px;
}
.box-didascalia-bianco span{
	color: #8f0b30;
	font-weight: 600;
	margin: 0;
	padding-bottom: 0px;
	font-size: 12px;
	display: block;
}
.middle-box{
	height: 300px;
	padding: 30px 10px;
	background-image: url("/images/website/home_image_ritaglio.png");
	background-color: #1F334B;
	background-repeat: no-repeat;
  	background-position: right bottom; 
}
.middle-box-dx{
	height: 390px;
	padding: 30px 10px;
	background-color: #1F334B;
	background-repeat: no-repeat;
  	background-position: right bottom; 
	margin-bottom: 0px;
}
.inside-middle-box{
	background-color:rgba(31,51,75,0.8);
	color: white;
	font-size: 20px;
	font-weight: 600;
	border-radius: 15px;
	line-height: 25px;
	padding: 30px 10px;
	border: 4px solid white;
}
.inside-middle-box-dx{
	background-color:rgba(31,51,75,0.8);
	color: white;
	font-size: 20px;
	font-weight: 600;
	border-radius: 15px;
	line-height: 25px;
	padding: 30px 10px;
	border: 4px solid white;
}

.triple-box{
	padding: 30px 0px;
}
.triple-box-01 {
	height: 380px;
	background: url("/images/website/home-plus-box-01.jpg") no-repeat;
	background-size: contain;
	position: relative;
	z-index: 1;
	margin: 0 10px 10px 10px;
}

.triple-box-02 {
	height: 380px;
	background: url("/images/website/home-plus-box-02.jpg") no-repeat;
	background-size: contain;
	margin: 10px 10px 10px 10px;
}
.triple-box-03 {
	height: 380px;
	background: url("/images/website/home-plus-box-03.jpg") no-repeat;
	background-size: contain;
	margin: 10px 10px 0px 10px;
}
.hide{
	display: none;
}
.triple-box-testi{
	padding: 20px;
	z-index: 3;
	position: absolute;
	color: white;
}
.triple-box-testi p{
	font-size: 30px;
	font-weight: 600;
	margin: 0;
	padding-bottom: 0px;
	line-height: 40px;
}
.triple-box-testi span{
	font-size: 25px;
	font-weight: 600;
	margin: 20px 0 0 0;
	padding-bottom: 0px;
	line-height: 30px;
	display: block;
}

