
@import url('https://fonts.googleapis.com/css?family=Kanit:300,300i,400,400i,500,500i,600,700&display=swap');

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 62.2%;
}

*{
	box-sizing: border-box;
}

/************************************************/
/* 				Testo							*/
/************************************************/
h1{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 1.0rem 0rem 1.0rem 0rem;
	font-size: 1.8rem;
	font-weight: 700;
	color: #222222;
}

body {
	margin: 0;
	padding: 0;
	text-align: justify;	
	font: normal normal normal 1.5rem 'Kanit', sans-serif;
	color: #222222;
}

span.semibold{
	font-weight: 500;
	font-size: 1.8rem;
}

span.bold{
	font-weight: 700;
	font-size: 2.2rem;
}

a{
	text-decoration: none;
	color: #ff0000;
}

a:hover{
	text-decoration: none;
	color: #ff0000;
}

/************************************************/
/* 				Box principali					*/
/************************************************/
#container{
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

#contenitore{
	position:relative;
	width: 100%;
	margin: 0 auto;
}

.contenitore{
	position: relative;
	max-width: 150rem;
	margin: 0 auto;
	padding: 0 5%;
}

.contenitoreTestata{
	position: relative;
	max-width: 150rem;
	margin: 0 auto;
	padding: 0 5%;
}

@media (max-width: 1400px) {
	.contenitore{
		max-width: 130rem;
	}
}

@media (max-width: 767px) {
	.contenitore{
		max-width: 100%;
		padding: 0 8%;
	}
	
	.contenitoreTestata{
		max-width: 100%;
		padding: 0 2%;
	}
}
/************************************************/
/* 				Testata							*/
/************************************************/
#testataContatti{
	position: relative;
	width: 100%;
	background: #41424c;
	padding: 0.4rem;
	text-align: right;
	color: #ffffff;
}

#testataContatti a, #testataContatti a:hover{
	text-decoration: none;
	color: #ffffff;
}

.testataTesto{
	padding-top: 0.4rem;
	float: right;
}

#testataContatti img{
	height: 3rem;
	float: right;
}

#testata{
	position: relative;
	width: 100%;
	background: #faf9f9;
	padding: 5rem;
}

#logo{
	position: relative;
	float: left;
	width: 20%;
	text-align: left;
}

#logo img{
	width: 80%;
	display: inline-block;
}

#banner{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 50vh;
	overflow: hidden;
}

#velinaBanner{
	position: absolute;
	width: 100%;
	left: 100%;
	top: 0;
	left: 0;
}

#sferaBanner{
	position: absolute;
	top: 5rem;
	left: -50rem;
	width: 25rem;
	height: 25rem;
	line-height: 25rem;
	border-radius: 25rem;
	border: 0.1rem solid #da6331;
	background: #da6331;
	color: #ffffff;
	text-align: center;
}

#sferaBanner h1{
	position: relative;
	width: 100%;
	font-size: 2.3rem;
	font-weight: bold;
	margin: 0rem 0;
	color: #ffffff;
}

span.sferaTesto{
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

@media (max-width: 767px){
	#testata{
		padding: 5rem 0;
	}
	
	#logo{
		width: 50%;
	}
	
	#logo img{
		margin-top: 0.6rem;
	}
		
	#sferaBanner h1{
		font-size: 1.8rem;
	}
	
	#sferaBanner{
		width: 15rem;
		height: 15rem;
		line-height: 12rem;
		border-radius: 15rem;
	}
}

#bannerNavPosition{
	position: absolute;
	left: 0%;
	width: 100%;
	bottom: 1.0rem;
	height: 2.5rem;
	z-index: 200;
	text-align: center;
	z-index: 110;
}

span.linkFoto{
	display: inline-block;
	border-radius: 2.2rem;
	width: 1.2rem;
	height: 1.2rem;
	background: #c4cec2;
	border: 0.1rem solid #c4cec2;
	margin: 0rem 0.5rem;
	cursor: pointer;
	box-shadow: 0.4rem 0.4rem 0.8rem #000000;
}

span.linkFotoEv{
	background: #ff0000;
	border: 0.1rem solid #ff0000;
	border-radius: 2.2rem;
	margin: 0rem 0.5rem;
}

#corpo{
	position: relative;
	width: 100%;
	padding: 5rem 0;
}

#fasciaHomeUno{
	position: relative;
	width: 100%;
	padding: 5rem 0;
	background: #faf9f9;
	font-size: 1.6rem;
}

.boxHome3{
	position: relative;
	float: left;
	width: 20%;
	margin: 0 6.5%;
	text-align: left;
}

.boxHome4{
	position: relative;
	float: left;
	width: 20%;
	margin: 0 2.5%;
	text-align: left;
}

.boxHome3 ul, .boxHome2 ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.boxHome3 ul li::before, .boxHome4 ul li::before{
	display: inline-block;
	content: '';
	-webkit-border-radius: 1rem;
	border-radius: 1rem;
	height: 0.6rem;
	width: 0.6rem;
	margin: 0 0.4rem 0 0;
	padding: 0;
	background-color: #e74d2b;
}

#wizardHome{
	text-align: center;
	padding: 5rem 0;
	background: #e3a289;
	color: #ffffff;
	font-size: 1.6rem;
}

#wizardHome img{
	height: 12rem;
	opacity: 0;
}

#wizardHomeTesto{
	opacity: 0;
	width: 40%;
	margin: 0 auto;
}

#wizardTasto{
	display:inline-block;
	padding: 0.4rem 1%;
	background-color: #e74d2b;
	border: 0.1rem solid #e74d2b;
	border-radius: 0.4rem;
	color: #ffffff;
	font-size: 1.8rem;
	transition: background 0.4s, border 0.4s, color 0.4s;
}

#wizardTasto:hover{
	background-color: #ffffff;
	border: 0.1rem solid #ffffff;
	color: #e74d2b;
}

#fasciaSoluzioniHome{
	position: relative;
	width: 100%;
	background: #faf9f9;
	overflow: hidden;
	font-size: 1.6rem;
}

#fasciaObbliquo{
	position: absolute;
	width: 200%;
	height: 150%;
	top: 0;
	left: 0;
	background: #e9e11d;
	z-index: 0;
	-moz-transform: rotate(-5deg) translate(-10px, 25px) skew(-5deg, 0deg);
	-webkit-transform: rotate(-5deg) translate(-10px, 25px) skew(-5deg, 0deg);
	-o-transform: rotate(-5deg) translate(-10px, 25px) skew(-5deg, 0deg);
	-ms-transform: rotate(-5deg) translate(-10px, 25px) skew(-5deg, 0deg);
	transform: rotate(-5deg) translate(-10px, 25px) skew(-5deg, 0deg);
}

.contenitoreSoluzioniHome{
	position: relative;
	max-width: 100rem;
	margin: 0 auto;
	padding: 14rem 5% 10rem 5%;
	color: #4c4d4d;
	text-align: center;
	z-index: 10;
}

.homeSoluzioni{
	position: relative;
	float: left;
	width: 14%;
	border: 0.4rem solid #ffffff;
	margin: 0 3%;
}

.homeSoluzioni img{
	width: 100%;
	display: block;
	margin: 1rem 0;
	opacity: 0;
}

.bgExtraSmall{
	background: #e74d2b;
}

.bgSmall{
	background: #d4d700;
}

.bgMedium{
	background: #63c4dd;
}

.bgLarge{
	background: #c5266f;
}

.bgExtraLarge{
	background: #f0bb1b;
}

#mano{
	position: absolute;
	top: 0%;
	left: -100%;
	width: 15%;
	height: 100%;
	z-index: 20;
}

#mano img{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

#distributore{
	position: absolute;
	top: 0%;
	right: -100%;
	width: 15%;
	height: 100%;
	z-index: 20;
	overflow: hidden;
}

#distributore img{
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}

#fasciaAcquaHome{
	position: relative;
	width: 100%;
	background: #dff2fb;
	font-size: 1.6rem;
}

.contenitoreAcquaHome{
	position: relative;
	max-width: 60rem;
	height: 40rem;
	margin: 0 auto;
	color: #4c4d4d;
	text-align: center;
	z-index: 10;
}

.boxAcquaHome{
	position: absolute;
	width: 28rem;
	height: 28rem;
	background: #ffffff;
	border-radius: 25rem;
	overflow: hidden;	
	z-index: 20;
}

.boxAcquaHome img{
	width: 130%;
	margin: 10% 0 0 0;
}

#homeBorraccia{
	top: 0rem;
	opacity: 0;
	left: 0;
	/* fine animazione
		top: -5rem;
		opacity: 1;
	*/
}

#homeBorracciaTesto{
	position: absolute;
	bottom: 2.5rem;
	left: 0;
	width: 50%;
	z-index: 31;
	text-align: right;
	opacity: 0;
	/* fine animazione
		opacity: 1;
	*/
}

#homeBoccione{
	bottom: 0rem;
	opacity: 0;
	right: 0;
	/* fine animazione
		bottom: -5rem;
		opacity: 1;
	*/
}

#homeBoccioneTesto{
	position: absolute;
	top: 2.5rem;
	right: 0;
	width: 50%;
	z-index: 31;
	text-align: left;
	opacity: 0;
	/* fine animazione
		opacity: 1;
	*/
}

#homeAcqua{
	position: absolute;
	top: 25%;
	left: 32%;
	width: 20rem;
	height: 20rem;
	background: #bce4f6;
	border: 0.4rem solid #ffffff;
	border-radius: 20rem;
	overflow: hidden;
	z-index: 30;
	text-align: center;
	opacity: 0;
	/* fine animazione
		opacity: 1;
	*/
}

#homeAcqua img{
	height: 60%;
	display: inline-block;
	margin-top: 20%;
}

@media (max-width: 767px){
	.contenitoreAcquaHome{
		height: 30rem;
	}
	
	#homeAcqua{
		top: 24%;
		width: 15rem;
		height: 15rem;
	}
	
	#homeBorracciaTesto{
		bottom: 1.5rem;
		font-size: 1.2rem;
		width: 45%;
	}

	#homeBoccioneTesto{
		top: 1.5rem;
		font-size: 1.2rem;
		width: 45%;
	}
}

#fasciaLoghiHome{
	position: relative;
	width: 100%;
	background: #f8f8f8;
	text-align: center;
	padding: 8rem 0 2rem 0; 
	font-size: 1.6rem;
}

.loghi{
	position: relative;
	float: left;
	width: 13%;
	margin: 2rem 1.8% 2rem 1.8%;
}

.loghi img{
	width: 100%;
}

@media (max-width: 767px){

	.boxHome3, .boxHome4{
		float: none;
		width: 90%;
		margin: 2rem 5%;
	}
	
	.homeSoluzioni{
		float: none;
		width: 50%;
		margin: 2rem auto;
	}
	
	#mano{
		display: none;
	}

	#distributore{
		display: none;
	}
	
	.boxAcquaHome{
		position: absolute;
		width: 18rem;
		height: 18rem;
		background: #ffffff;
		border-radius: 25rem;
		overflow: hidden;	
		z-index: 20;
	}
		
	#homeBorraccia{
		top: -5rem;
		left: 0;
	}

	#homeBoccione{
		bottom: -5rem;
		right: 0;
	}

	.loghi{
		width: 30%;
		margin: 2rem 1.5%;
	}


}

/************************************************/
/* 				Soluzioni						*/
/************************************************/
#soluzioneImg{
	position: relative;
	float: left;
	width: 20%;
	padding: 0 2%;
	text-align: center;
}

#soluzioneImgCerchio{
	position: relative;	
	width: 80%;
	border: 0.4rem solid #ffffff;
	border-radius: 20rem;
	overflow: hidden;
	padding: 1rem;
}

#soluzioneImgCerchio img{
	width: 100%;
	display: inline-block;
}

#soluzioneDescrizione{
	position: relative;
	float: left;
	width: 40%;
	padding: 0rem 2% 0 2%;
	margin: 0 5%;
	text-align: left;
	font-weight: 300;
	font-size: 1.7rem;
}

#soluzioneIntroduzione{
	position: relative;
	float: left;
	width: 30%;
	padding: 0rem 2% 0 2%;
	text-align: left;
}

@media only screen and ( max-width: 767px){

	#soluzioneImg{
		float: none;
		width: 100%;
	}
	
	#soluzioneImgCerchio{
		width: 60%;
		margin: 0 auto;
	}

	#soluzioneDescrizione{
		float: none;
		width: 100%;
		margin: 2rem 0;
		padding: 0;
	}

	#soluzioneIntroduzione{
		float: none;
		width: 100%;
		padding: 0;
		margin: 2rem 0;
	}

}

/************************************************/
/* 				MenuText						*/
/************************************************/
#menu{
	position: relative;
	float: left;
	width: 80%;
	z-index: 101;
}

#nav{
}

#nav > a{
    display: none;
}
 
/* primo livello*/
#nav > ul{
	position: relative;
	top: 0;
	right: 0;
	margin: 0 auto; 
	padding: 0;
	list-style-type: none;
	font-size: 1.6rem;
	text-transform: uppercase;
}

#nav > ul > li{
	position: relative;
	float: right;
	top: 0;
	left: 0;
	margin: 0; 
	text-align: center;
}

#nav > ul > li a{
	display: block;
	color: #222222;
	text-decoration: none;
	padding: 1rem 2rem; 
}

#nav > ul > li a:hover{
	text-decoration: none;
	color: #ff0000;
}

/* secondo livello*/
#nav > ul > li ul{
	display: none;
	position: absolute;
	top: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	width: 100%;
	left: 0%;
	background: #ffffff;
}

#nav li:hover ul{
    display: block;
}

#nav > ul ul > li{
	position: relative;
	float: none;
	width: 100%;
	margin-top: 0.8rem;
}

#nav > ul ul > li a{
	display: block;
	color: #222222;
	text-align: center;
	padding: 0.6rem 0px; 
}

#nav > ul ul > li a:hover{
	text-decoration:none;
	color: #ff0000;
}

@media only screen and ( max-width: 767px){
	#menu{
		float: none;
		width: 100%;
		height: auto;
		margin-top: 0rem;
	}
	
	#nav:not( :target ) > a:first-of-type,
	#nav:target > a:last-of-type{
		display: block;
	}
	
    /* first level */
    #nav > ul{
        height: auto;
        display: none;
        position: absolute;
        left: 0;
        right: 0;
		background: #ffffff;
		top: 3.6rem;
		border-radius: 0.5rem; 
		box-shadow: 0.2rem 0.2rem 0.4rem #444444;
		overflow: hidden;
    }
	
	#nav:target > ul{
		display: block;
	}
	
	#nav > ul > li{
		width: 100%;
		float: none;
		border-bottom: 1px solid #ff0000;
	}
	
	#nav > ul > li a{
		color: #222222;
	}
	
    /* second level*/
	#nav > ul > li ul{
		position: relative;
		background: #ffffff;
		box-shadow: 0rem 0rem 0rem transparent;
	}
	
	#nav li:hover ul{
		display: block;
	}

	#nav > ul ul > li{
		position: relative;
		float: none;
		width: 100%;
		border: 0;
	}

	#nav > ul ul > li a{
		display: block;
		color: #222222;
		text-align: left;
		padding: 0.4rem 2%; 
		border-top: 0.1rem solid #cccccc;
	}

	#nav > ul ul > li a:hover{
		text-decoration:none;
		color: #ff0000;
	}
}

.tastoMenu{
	position: relative;
	float: right;
	margin: 0rem  1%;
	background: #ffffff;
	border-radius: 0.4rem;
	padding: 0.5rem;
	color: #ff0000;	
}

.tastoMenu:hover{
}

/************************************************/
/* 				Fine							*/
/************************************************/
#fasciaFooter{
	position: relative;
	width: 100%;
	background: #b2bbc3;
	color: #4c4d4d;
	padding: 2rem 0;
}

.boxFooter{
	position: relative;
	float: left;
	width: 30%;
	margin: 5rem 1.5%;
}

.boxFooter img{
	width: 60%;
	margin: 0 auto;
}

.boxFooter a{
	color: #4c4d4d;
	font-weight: normal;
}

.boxFooter a:hover{
	color: #4c4d4d;
	font-weight: normal;
	text-decoration: underline;
}

.boxFooterCenter{
	text-align: center;
}

#boxFooterMenu > ul{
	position: relative;
	top: 0;
	right: 0;
	margin: 0 auto; 
	padding: 0;
	list-style-type: none;
	font-size: 1.4rem;
	font-weight: 400;
}

#boxFooterMenu > ul > li{
	position: relative;
	top: 0;
	left: 0;
	margin: 0; 
	text-align: center;
}

#boxFooterMenu > ul > li a{
	display: block;
	text-decoration: none;
	padding: 0.2rem 0; 
	color: #4c4d4d;
	font-weight: normal;
	transition: color 0.4s;
	text-transform: uppercase;
}

#boxFooterMenu > ul > li a:hover{
	text-decoration: underline;
	color: #4c4d4d;
	font-weight: normal;
}

#boxFooterMenu > ul ul{
	display: none;
}

#fine{
	position: absolute;
	width: 100%;
	bottom: 0rem;
	text-align: center;
	background: #4c4d4d;
	font-size: 1.2rem;
	color: #ffffff;
	padding: 2rem 0;
}

@media (max-width: 767px){
	.boxFooter{
		float: none;
		width: 90%;
		margin: 5rem 5%;
		text-align: center;
	}
}


/************************************************/
/* 				Utilità							*/
/************************************************/
.vuoto {
	clear:both;
}

.visible-mob{
	display: none;
}

@media (max-width: 767px){
	.visible-mob{
		display: block;
	}
	
	.hidden-mob{
		display: none;
	}

}