@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
    font-family: "Fira Sans", sans-serif;
*/

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

*{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

/************************************************/
/* 				Testo							*/
/************************************************/
h1{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 2.0rem 0rem;
	font-size: 2.4rem;
	font-weight: 600;
	font-family: "Fira Sans", sans-serif;
}

h2{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 2.0rem 0rem;
	font-size: 1.8rem;
	font-weight: 300;
	font-family: "Fira Sans", sans-serif;
}


body {
	margin: 0;
	padding: 0;
	text-align: left;	
	font-family: "Fira Sans", sans-serif;
	font-size: 1.8rem;
	font-weight: 300;
	color: #444444;
}

a{
	text-decoration: none;
	color: #000000;
	font-weight: 300;
}

a:hover{
	text-decoration: underline;
	color: #000000;
}

@media (max-width: 767px) {
	h1{
		font-size: 3.0rem;
	}
}

/********************************************************/
/* 				Form generica							*/
/********************************************************/
form label{
	position: relative;
	width: 100%;
	padding: 0;
	font-weight: bold;
	padding-top: 0.4rem;
}

form input[type="text"], form input[type="password"], form textarea, form select{
	position: relative;
	width: 100%;
	border: 0.1rem solid #ccc;
	padding: 0.6rem 1%;
	border-radius: 0.4rem;
	margin: 0 0 1rem 0;
	font-size: 1.4rem;
}

form input[type="text"]:focus, form input[type="password"]:focus, form textarea:focus, form select:focus{
	border: 0.1rem solid #054d78;
	box-shadow: 0.1rem 0.1rem 0.4rem #c8c8c8;
}

form textarea{
	min-height: 10rem;
	font-family: 'KoHo', sans-serif;
	font-size: 1.2rem;
	color: #444444;
}

form select{
	color: #444444;
}

form input[type='radio'], input[type='checkbox'] {
	cursor: pointer;
	margin: 5px 0;
}

form input[type="submit"], form input[type="reset"]{
	position: relative;
	width: 99%;
	margin: 1rem 1%;
	padding: 1.4rem 2%;
	border: 0.1rem solid #054d78;
	background: #054d78;
	color: #ffffff;
	cursor: pointer;
	transition: background 0.4s, color 0.4s;
	font-family: 'KoHo', sans-serif;
	font-weight: 600;
	font-size: 1.4rem;
}

form input[type="submit"]:hover, form input[type="reset"]:hover{
	background: #054d78;
	color: #ffffff;
}
form .errore>input{
	border: 1px solid red;!important;
}

.errore{
	color: #cf3838;
}

span.errore{
	font-size: 1.1rem; 
	color: #cf3838;
}

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

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

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

.text-right{
	text-align: right;
}

.text-center{
	text-align: center;
}

@media (max-width: 767px) {
	.contenitore{
		position: relative;
		max-width: 100%;
		margin: 0 auto;
		padding: 0 8%;
	}
}
/************************************************/
/* 				Testata							*/
/************************************************/
#testata{
	position: relative;
	width: 100%;
	padding: 0rem 0;
	z-index: 1000;
	top: 0;
}

#testataInfo{
	position: relative;
	width: 100%;
	background: #054d78;
	color: #fff;
	padding: 1rem 2%;
}

#testataSx{
	position: relative;
	float: left;
	left: 0%;
	width: 25%;
}

#testataSx img{
	padding: 0 0.5rem;
	height: 5rem;
}

#testataPayoff{
	position: relative;
	float: left;
	width: 50%;
	left: 0%;
	text-align: center;
	padding: 0.6rem 0 0 0;
}

#menuLingue{
	position: relative;
	float: left;
	width: 25%;
	padding: 0;
	margin: 0;
	text-align: left;
}

#menuLingue ul{
	position: relative;
	top: 0;
	right: 0;
	margin: 0 auto; 
	padding: 0;
	list-style-type: none;
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: 300;
}

#menuLingue li{
	display: inline-block;
	margin: 0.2rem 2%;
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
}

#menuLingue li img{
	width: 3rem;
	border: 0.1rem solid #fff;
}

#menuLingue li a{
	color: #fff;
	font-weight: 300;
}

#menuLingue li a img{
	width: 3rem;
	border: 0.1rem solid transparent;
}

/********************************************************/
/* 		Area riservata (lib_utenti.php)					*/
/********************************************************/
#areaRiservata{
	position: relative;
	float: left;
	width: 50%;
	margin: 0.6rem 0;
	padding: 0;
	font-size: 1.2rem;
}

#areaRiservata ul{
	position: relative;
	top: 0px;
	right: 0px;
	margin: 0 auto; 
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	width: 100%;
}

#areaRiservata ul li{
	position: relative;
	float: right;
	top: 0px;
	left: 0px;
	padding: 0rem 1.5%; 
	margin: 0rem;
	list-style-type: none;
	text-align: center;
}

#areaRiservata ul li img{
	color: #000000;
	margin: 0 1rem 0 0;
	width: 2.5rem;
}

#areaRiservata ul li a{	
	display: block;
	text-decoration: none;
	padding: 0.6rem 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

#areaRiservata ul li a:hover{
	text-decoration:none;
}

@media only screen and ( max-width: 767px){
	#testata{
		position: relative;
		width: 100%;
		padding: 0rem 0;
		z-index: 1000;
		background: #ffffff;
		border-bottom: 0.6rem solid #054d78;
	}
	
	#testata .contenitore{
		position: relative;
		max-width: 100%;
		margin: 0 auto;
		padding: 0 2%;
	}	
	
	#testataSx{
		width: 30%;
	}

	#testataPayoff{
		width: 100%;
		padding: 1rem 0 2rem 0;
	}

	#menuLingue{
		width: 70%;
	}

	#areaRiservata{
		width: 75%;
	}
	
}

/************************************************/
/* 				Testata							*/
/************************************************/
#titolo{
	position: relative;
	width: 90%;
	max-width: 140rem;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

#titolo h1{
	color: #054d78;
	font-size: 2.6rem;
}

#corpo{
	position: relative;
	width: 90%;
	max-width: 140rem;
	padding: 3rem 0;
	margin: 2rem auto;
}

.corpoColonnaSx{
	position: relative;
	float: left;
	width: 40%;
	margin: 0rem 5% 6rem 5%;
	text-align: right;
}

.corpoColonnaDx{
	position: relative;
	float: right;
	width: 40%;
	margin: 6rem 5% 0rem 5%;
	text-align: left;
}

.corpoColonnaSx h1, .corpoColonnaDx h1{
	font-size: 2.6rem;
	color: #054d78;
}

.corpoColonnaImg{
	position: relative;
	width: 100%;
	padding: 0;
}

.corpoColonnaImg img{
	width: 100%!important;
	display: block;
	margin: 0!important;
}

.corpoColonnaSx img, .corpoColonnaDx img{
	width: 30%;
	display: block;
	margin: 1rem 1.5%;
	float: left;
}

#galleria{
	position: relative;
	width: 100%;
	padding: 4rem 20% 4rem 20%;
	text-align: center;
	color: #ffffff;
}

@media (max-width: 767px){
	#titolo, #corpo, #galleria{
		padding: 4rem 5% 6rem 5%;
	}

	.corpoColonnaSx, .corpoColonnaDx, .contenutoSx, .contenutoDx{
		position: relative;
		float: none;
		width: 100%;
		margin: 4rem 0;
		text-align: left;
	}
}

/************************************************/
/* 				Prodotti						*/
/************************************************/
.prodottoSx{
	position: relative;
	float: left;
	width: 50%;
	height: 60vh;
}

.prodottoDx{
	position: relative;
	float: left;
	width: 50%;
	padding: 0 4%;
}

.prodottoDescrizione{
	position: relative;
	width: 100%;
	font-family: "Fira Sans", sans-serif;
}

.prodottoIngredienti{
	position: relative;
	width: 100%;
	font-weight: 300;
	margin: 2rem 0;
	font-style: italic;
	font-size: 1.4rem;
}

.varianteRiga{
	position: relative;
	width: 100%;
	border-top: 0.1rem solid #054d78;
	padding: 2rem 0;
	margin: 2rem 0 0 0;
	font-size: 1.4rem;
}

.varianteImg{
	position: relative;
	float: left;
	width: 25%;
}

.varianteImg img{
	width: 100%;
	display: block;
}

.varianteTitolo{
	position: relative;
	float: right;
	width: 70%;
	font-weight: 600;
}

.varianteDescrizione{
	position: relative;
	float: right;
	width: 70%;
	font-weight: 300;
}

@media (max-width: 767px){
	.prodottoSx, .prodottoDx{
		position: relative;
		float: none;
		width: 100%;
		margin: 4rem 0;
		text-align: left;
	}
}
	
/************************************************/
/* 				home							*/
/************************************************/
#bannerHome{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 70vh;
	overflow: hidden;
}

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

#slides{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	overflow: hidden;
}

#velinaSlides{
	position: absolute;
	width: 35%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 110;
	overflow: hidden;
	opacity: 0.8;
	background-image: url("velinaonda_home.png");
	background-size: 100% 100%;
}

#velinaTestoSlides{
	position: absolute;
	width: 20%;
	height: 90%;
	top: 5%;
	left: 5%;
	z-index: 120;
	overflow: hidden;
	font-size: 3rem;
	line-height: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
}

span.velinaTestoSlides{
	font-size: 2rem;
	line-height: 2.4rem;
}

#testoSlides{
	position: absolute;
	bottom: 10%;
	width: 50%;
	left: 25%;
	text-align: right;
	z-index: 500;
	color: #ffffff;
	line-height: 2.4rem;
	text-align: center;
}

#titoloSlide{
	display: inline-block;
	text-align: left;
	/*background: rgba(0, 0, 0, 0.1);*/
	padding: 1.4rem 5%;
	text-align: center;
	text-shadow: 0.4rem 0.4rem 0.4rem #000000;
}

.nomeSlide{
	position: relative;
	font-weight: 700;
	font-size: 4rem;
	letter-spacing: 0.2rem;
	line-height: 5rem;
} 

.descrizioneSlide{
	position: relative;
	font-weight: 300;
	font-size: 1.8rem;
	padding-top: 0.6rem;
}

@media (max-width: 1200px) {
	#velinaTestoSlides{
		font-size: 2.4rem;
		line-height: 2.6rem;	
	}
	
	span.velinaTestoSlides{
		font-size: 1.8rem;
		line-height: 2rem;
	}
}

@media (max-width: 767px) {

	#bannerHome{
		height: 60vh;
	}
	
	#velinaSlides{
		position: absolute;
		width: 60%;
		height: 100%;
		top: 0;
		left: 0;
	}

	#velinaTestoSlides{
		position: absolute;
		width: 40%;
		height: 90%;
		top: 5%;
		left: 5%;
		font-size: 1.8rem;
		line-height: 2.2rem;	
	}
	
	span.velinaTestoSlides{
		font-size: 1.2rem;
		line-height: 1.8rem;
	}

	.nomeSlide{
		position: relative;
		font-weight: 400;
		font-size: 2.6rem;
		letter-spacing: 0.2rem;
	} 

	.descrizioneSlide{
		position: relative;
		font-weight: 300;
		font-size: 1.2rem;
		padding-top: 0.6rem;
	}
}

/************************************************/
/* 				MenuText						*/
/************************************************/
#logo{
	position: relative;
	width: 20%;
	float: left;
}

#logo img{
	width: 90%;
	margin: 1rem 0;
}

#menu{
	position: relative;
	float: right;
	bottom: 0rem;
	right: 0;
	width: 70%;
	padding: 2rem 0;
}

.lineaMenu{
	position: absolute;
	width: 0%;
	height: 0rem;
	bottom: 0;
	left: 50%;
	opacity: 0;
}

#nav{
}

#nav > a{
    display: none;
}

#nav li{
    position: relative;
}
 
/* primo livello*/
#nav > ul{
	position: relative;
	top: 0;
	right: 0;
	margin: 0 auto; 
	padding: 0;
	list-style-type: none;
	font-size: 2rem;
	font-weight: 300;
}

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

#nav > ul > li:hover{
}

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

#menuIn #nav > ul > li a{
	display: block;
	text-decoration: none;
	padding: 4rem 0 2rem 0; 
	color: #000000;
}

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

#nav > ul > li.corrente a{
	text-decoration:none;
	color: #054d78;
}

.corrente .lineaMenu{
	width: 100%!important;
	opacity: 0.8!important;
	left: 0!important;
}

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

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

#nav > ul ul > li{
	position: relative;
	width: 100%;
	border-bottom: 0.1rem solid #054d78;
}

#nav > ul ul > li:hover{
	background: #054d78;
}

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

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

@media only screen and ( max-width: 767px){
	#logo{
		position: relative;
		float: left;
		width: 50%;
		display: block;
	}
	
	#logo img{
		width: 90%;
		margin: 1rem 0;
	}
	
	#titoloTestata{
		position: relative;
		float: left;
		width: 60%;
		color: #ffffff;
		z-index: 200;
		text-align: center;
		font-size: 2.4rem;
		line-height: 2.8rem;
		font-weight: 600;
		padding: 2rem 0;
	}

	#menu, #menuIn{
		position: relative;
		float: left;
		width: 50%;
		padding: 2rem 0 0 0;
	}

    #nav{
        position: relative;
    }
    
	#nav > a{
    }
	
	#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;
        right: 0%;
		background: #ffffff;
		top: 6rem;
		font-size: 1.8rem;
		width: 200%;
		z-index: 1000;
    }
	
	#nav:target > ul{
		display: block;
	}
	
	#nav > ul > li{
		width: 100%;
		float: none;
		padding: 0 5%;
	}
	
	#nav > ul > li:hover{
		background: #ffffff;
	}
	
	#nav > ul > li a{
		color: #444444;
		paddin: 1rem 0;
	}
	
	#nav > ul > li a:hover{
		color: #ffffff;
	}
	
    /*second level */
	#nav li ul{
		position: relative;
		text-align: left;
	}
	
	#nav li:hover ul{
		//display: block;
	}

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

	#nav > ul ul > li a{
		display: block;
		text-align: left;
		padding: 0.8rem 5%;
		border-top: 1px solid #ffffff;
		color: #000000;
	}

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

.tastoMenu{
	position: relative;
	float: right;
	margin: 0rem 5%;
	background: #054d78;
	border-radius: 4rem;
	padding: 0.6rem 1rem;
	color: #ffffff;
	line-height: 0;
}

.tastoMenu:hover{
	color: #ffffff;
}

/************************************************/
/* 				Fine							*/
/************************************************/
#fine{
	position: absolute;
	width: 100%;
	bottom: 0rem;
	background: #f6f8f6;
	color: #444444;
}

#fineContatti{
	position: relative;
	width: 100%;
	padding: 4rem 5%;
	text-align: center;
	background: #e1e1df;
}

#fineInfo{
	position: relative;
	width: 100%;
	padding: 2rem 5%;
	text-align: center;
	font-size: 1.4rem;
}

#fineInfo .contenitore{
	display: flex;
}

#fineInfo form input[type="text"]{
	position: relative;
	float: left;
	width: 70%;
	border: 0.1rem solid #ccc;
	padding: 0.6rem 1%;
	border-radius: 0.4rem;
	margin: 0;
	font-size: 1.4rem;
}
#fineInfo form .errore >input[type="text"]{
	border: 0.1rem solid red;

}

#fineInfo form input[type="submit"], form input[type="reset"]{
	position: relative;
	float: left;
	width: 28%;
	margin: 0.1rem 1% 0rem 1%;
	padding: 0.5rem 2% 0.4rem 2%;
	border-radius: 0.4rem;
}

.fineInfo{
	position: relative;
	float: left;
	top: 0;
	left: 0;
	width: 40%;
	margin: 4rem 5%;
	padding: 2rem 2%;
	background: #e1e1df;
}

.fineInfo a, .fineInfo a:hover{
	color: #054d78;
	font-weight: 500;
	text-decoration: none;
}

#fineDati{
	position: relative;
	width: 100%;
	padding: 2rem 5%;
	text-align: center;
	background: #6f7375;
	font-size: 1.4rem;
	color: #fff;
}

#fineDati a, #fineDati a:hover{
	color: #fff;
	font-weight: 500;
}

.fineBox{
	position: relative;
	float: left;
	top: 0;
	left: 0;
	width: 30.3%;
	margin: 4rem 1.5%;
}

.fineBox h2{
	font-weight: 600;
}

.fineBox img{
	width: 40%;
	display: inline-block;
}

.fineBox i{
	font-size: 2.6rem;
	margin: 0 2%;
	padding: 1rem;
	border-radius: 5rem;
	border: 0.2rem solid #6f7375;
	width: 5rem;
	height: 5rem;
}

.fineBox h1{
	color: #ffffff;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.fineBox a, .fineBox a:hover{
	text-decoration: none;
	font-weight: normal;
}

.fineBox ul{
	position: relative;
	top: 0;
	right: 0;
	margin: 0; 
	padding: 0;
	list-style-type: none;
	z-index: 100;
}

.fineBox li{
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
}

.fineBox li a{	
	display: block;
	text-decoration: none;
	padding: 0.4rem 0; 
}

.fineBox li a:hover{	
	display: block;
	text-decoration: none;
}

.fineBox li #logoMenu{
	height: 0;
	display: none;
}

.socialFine img{
	height: 5rem;
	width: auto;!important
}

@media (max-width: 767px){

	#fineBox{
		width: 100%;
	}
	
	.fineBox{
		float: none;
		width: 100%;
		margin: 2rem 0%;
		text-align: center;
	}
	
	#fineInfo .contenitore{
		display: block;
	}
	
	.fineInfo{
		position: relative;
		float: none;
		top: 0;
		left: 0;
		width: 95%;
		margin: 4rem 2.5%;
		padding: 2rem 2%;
		background: #e1e1df;
	}
	
}

/************************************************/
/* 				Prodotto elenco					*/
/************************************************/
.prodottoElenco{
	position: relative;
	float: left;
	width: 25%;
	overflow: hidden;
}

.prodottoElenco img{
	width: 100%;
	display: block;
}

.prodottoElencoImg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.8;
}

.prodottoElencoImg img{
	width: 100%;
	display: block;
}

/************************************************/
/* 				Prodotti						*/
/************************************************/
.menuProdotti{
	position: relative;
	float: left;
	width: 25%;
	overflow: hidden;
}

.menuProdotti img{
	width: 100%;
	display: block;
}

.menuProdottiImg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.menuProdottiImg img{
	width: 100%;
	display: block;
}

.menuProdottiNome{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1.6rem 4%;
	background: rgba(255, 255, 255, 0.4);
	font-size: 1.8rem;
	text-align: center;
}

@media (max-width: 767px){
	.menuProdotti{
		width: 50%;
	}
}

/************************************************/
/* 				Foto							*/
/************************************************/
.foto{
	position: relative;
	float: left;
	width: 22%;
	margin: 4rem 1.5%;
}

.foto img{
	width: 100%;
	display: block;
}

@media (max-width: 767px) {
}

/************************************************/
/* 				Utilità							*/
/************************************************/
#bricioleDiPane{
	position: relative;
	padding: 1rem 0;
	text-transform: uppercase;
	font-weight: 300;
}

#bricioleDiPane a{
	color: #444444;
	text-decoration: none;
	font-weight: 400;
}

#bricioleDiPane a:hover{
	color: #054d78;
	text-decoration: none;
	font-weight: 500;
}

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

.visible-mob{
	display: none;
}

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