@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,700;1,400;1,700&family=Pacifico&display=swap');

/*font-family: 'Pacifico', cursive;*/

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size:62.5%;
}

*{
	-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: 1.0rem 0rem 1.0rem 0rem;
	font-size: 1.8rem;
	font-weight: bold;
	color: #e2001a;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;	
	font-family: 'Arimo', sans-serif;
	font-size: 1.8rem;
	color: #042c3f;
	background: #ffffff;
}

a{
	text-decoration: none;
	color: #e2001a;
}

a:hover{
	text-decoration: underline;
	color: #e2001a;
}

/************************************************/
/* 				Box principali					*/
/************************************************/
#container{
	position:relative;
	min-height:100%;
	width: 100%;
	left: 0px;
	overflow: hidden;
}

#contenitore{
	position:relative;
	width: 90%;
	margin: 0 auto;
	padding-top: 9rem;
}

#barraSu{
	position: fixed;
	width: 100%;
	height: 7rem;
	top: -7rem;
	left: 0;
	padding: 0.8rem 2%;
	background: rgba(255,255,255, 0.8);
	z-index: 1000;
}

#barraSu img{
	position: relative;
	float: left;
	height: 100%;
	display: block;
}

#contattiLink{
	position: relative;
	float: right;
	font-size: 1.6rem;
	padding: 1rem 1rem 0 1rem;
}

#home{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: 100;
	color: #444444;
}

#homeLogo{
	position: relative;
	width: 100%;
	top: 10rem;
	text-align: center;
}

#homeLogo img{
	width: 80%;
	display: inline-block;
}

#homeInfo{
	position: absolute;
	width: 100%;
	margin: 0 auto;
	bottom: 4rem;
	left: 0%;
	font-weight: 400;
	font-size: 2.6rem;
	text-align: center;
	background: #c52b36;
	color: #ffffff;
}

#contatti{
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: 1100;
	color: #444444;
	padding: 0 5%;
}

#chiudiContatti{
	position: relative;
	float: right;
	font-size: 1.6rem;
	padding: 1rem 2rem 0 1rem;
}

.categoria{
	position: relative;
	width: 100%;
	margin: 5rem 0 0 0;
	color: #e2001a;
	font-size: 3rem;
	font-family: 'Pacifico', cursive;
}

.prodotto{
	position: relative;
	width: 100%;
	padding: 0.6rem 25% 0.6rem 0%;
	color: #042c3f;
}

span.prodottoNome{
	position: relative;
	background: #ffffff;
	z-index: 10;
	padding: 0 0.4rem 0 0rem;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
}

span.prodottoIngredienti{
	position: relative;
	background: #ffffff;
	z-index: 10;
	padding: 0 0.4rem 0 0rem;
	font-weight: 400;
	font-size: 1.2rem;
	text-align: left;
}

.prodottoPrezzo{
	position: absolute;
	max-width: 25%;
	bottom: 0.6rem;
	right: 0;
	background: #ffffff;
	z-index: 10;
	padding: 0 0.6rem 0 0.4rem;
	font-weight: 700;
}

.prodottoPuntini{
	position: absolute;
	width: 100%;
	bottom: 1rem;
	left: 0;
	border-bottom: 0.2rem dotted #042c3f;
	z-index: 0;
}

.evidenziato{
	background: #e2001a;
}

._divCat{
	height: 0;
	overflow: hidden;
}

.vuoto {
	clear:both;
}