
@import url('https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&family=Nanum+Gothic:wght@400;700&display=swap');

/*
font-family: 'Cardo', serif;
font-family: 'Nanum Gothic', sans-serif;
*/

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-weight: 700;
	font-size: 3rem;
	font-family: 'Cardo', serif;
}

h2{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 1.0rem 0rem 0.8rem 0rem;
	font-weight: 700;
	font-size: 2rem;
	font-family: 'Cardo', serif;
}

h3{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0rem 0rem 0rem 0rem;
	font-size: 1.6rem;
	font-family: 'Cardo', serif;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;	
	font-size: 1.5rem;
	line-height: 2rem;
	font-family: 'Nanum Gothic', sans-serif;
}

a{
	text-decoration: none;
	color: #7b1e28;
}

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

.fa-input {
	font-family: FontAwesome !important;
}

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

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

/********************************************************/
/* 				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 #7b1e28;
	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 #7b1e28;
	background: #7b1e28;
	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: #f2c272;
	color: #ffffff;
}

.errore{
	color: #cf3838;
}

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

/************************************************/
/* 				Box principali					*/
/************************************************/
#container{
	position:relative;
	min-height:100%;
	width: 100%;
	left: 0px;
}

#contenitore{
	position:relative;
	width: 100%;
}

.contenuto{
	position: relative;
	max-width: 1400px;
	width: 90%;
	margin: 0 auto;
}

.contenutoDx{
	position: relative;
	width: 55%;
	float: left;
	margin: 0 0 0 5%;
}

.contenutoSx{
	position: relative;
	width: 40%;
	float: left;
}

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

#titolo{
	position: relative;
	width: 100%;
	align: center;
	text-align: center;
	padding: 1.4rem 0;
}

#titolo h1{
	color: #7b1e28;
}

#header{
	position: relative;
	background: #7b1e28;
}

#logo{
	position: relative;
	float: left;
	top: 0;
	left: 0;
	width: 20%;
	padding: 0;
	display: block;
	text-align: center;
}

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

@media only screen and ( max-width: 767px){
	#logo{
		position: relative;
		float: left;
		top: 0;
		left: 0;
		width: 50%; 
		padding: 1rem 0;
		display: block;
		text-align: center;
	}

	#logo img{
		height: 7rem;
		display: inline-block;
	}
	
	#header{
		width: 100%;
	}

	.contenutoDx, .contenutoSx{
		position: relative;
		width: 100%;
		float: none;
	}
}

/************************************************/
/* 				Home page						*/
/************************************************/
#banner{
	position: relative;
	width: 100%;
	height: 60vh;
}

#consegneHome{
	position: relative;
	width: 100%;
	background: #f2c272;
	text-align: center;
	padding: 2rem 0;
	text-transform: uppercase;
	font-size: 1.6rem;
}

#consegneHome a, #consegneHome a:hover{
	font-weight: 700;
}

#boxHome{
	position: relative;
	width: 100%;
}

.boxHome{
	position: relative;
	float: left;
	width: 25%;
	margin: 4rem 4%;
	text-align: center;
}

.boxHome h1{
	font-size: 2.2rem;
}

._icoHome img{
	width: 60%;
}

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

	#banner{
		position: relative;
		width: 100%;
		height: 30vh;
	}

	.boxHome{
		position: relative;
		float: none;
		width: 100%;
		margin: 4rem 0%;
		text-align: center;
	}
}

#filiera{
	position: relative;
	width: 100%;
	background: #f2c272;
	padding: 4rem 0;
}

#filieraSx{
	position: relative;
	float: left;
	width: 50%;
	height: 50vh;
}

#filieraDx{
	position: absolute;
	display: flex;
	right: 5%;
	width: 40%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

#filieraDx h1{
	font-size: 2.2rem;
	color: #7b1e28;
	margin: 0 0 1.5rem 0;
}

.scopri{
	display: inline;
	padding: 0.4rem 0.8rem;
	font-family: 'Cardo', serif;
	font-size: 1.2rem;
	cursor: pointer;
}

#filieraDx .scopri{
	border: 0.1rem solid #131115;
	color: #131115;
}

#filieraDx .scopri:hover{
	border: 0.1rem solid #7b1e28;
	color: #7b1e28;
}

span.filieraTitolo{
	font-size: 1.8rem;
	font-weight: 700;
	display: inline-block;
}

@media only screen and ( max-width: 767px){
	#filieraSx{
		float: none;
		width: 100%;
	}

	#filieraDx{
		position: relative;
		display: flex;
		right: 0%;
		width: 100%;
		height: auto;
		align-items: center;
		justify-content: center;
		padding: 2rem 0;
	}
}

#gastronomia{
	position: relative;
	width: 100%;
	background: #7b1e28;
	padding: 4rem 0;
}

.gastronomia{
	position: relative;
	float: left;
	width: 20%;
	height: 50vh;
	margin: 0 2.5%;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50% 50%;
}

.gastronomiaElenco{
	position: relative;
	float: left;
	width: 30%;
	margin: 0 1.5%;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}

.gastronomiaVelinaTesto{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.6;
	z-index: 100;
	top: 0;
	left: 0;
}

.gastronomiaTestoElenco{
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 110;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}

.gastronomiaTestoElenco .scopri{
	border: 0.1rem solid #ffffff;
	color: #ffffff;
}

.gastronomiaTestoElenco .scopri:hover{
	border: 0.1rem solid #f2c272;
	background: #f2c272;
}

.gastronomiaTestoElenco h1{
	font-size: 2.4rem;
	line-height: 2.4rem;
}

.gastronomiaElenco img{
	width: 100%;
	display: block;
	z-index: 90;
}

.gastronomiaVelina{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.6;
	z-index: 100;
	top: 0;
	left: 0;
}

.gastronomiaTesto{
	position: absolute;
	display: flex;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	z-index: 110;
	align-items: center;
	justify-content: center;
	opacity: 0;
	color: #ffffff;
}

.gastronomiaTesto h1{
	font-size: 2.6rem;
}

.gastronomiaTesto .scopri{
	border: 0.1rem solid #ffffff;
	color: #ffffff;
}

.gastronomiaTesto .scopri:hover{
	border: 0.1rem solid #f2c272;
	background: #f2c272;
}

.gastronomia img{
	height: 100%;
	display: block;
}

#gastronomia3{
	width: 45%;
}

#gastronomia3 .gastronomiaVelina{
	opacity: 0.2;
}

#gastronomia3 .gastronomiaTesto{
	opacity: 1;
}
@media only screen and ( max-width: 767px){
	.gastronomiaElenco{
		float: none;
		width: 100%;
		margin: 2rem 0%;
	}
}

#allevatori{
	position: relative;
	width: 100%;
	height: 80vh;
}

#allevatoriVelina{
	position: absolute;
	display: flex;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	color: #ffffff;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
}

.allevatoriVelina h1{
	font-size: 2.6rem;
}
/************************************************/
/* 				MenuText						*/
/************************************************/
#menu{
	position: relative;
	float: left;
	bottom: 0rem;
	right: 0;
	width: 80%;
	z-index: 2000;
}

.lineaMenu{
	position: absolute;
	width: 100%;
	height: 0.4rem;
	background: #f2c272;
	bottom: 0;
	left: 0%;
	opacity: 1;
}

#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: 1.8rem;
	font-family: 'Cardo', serif;
}

#nav > ul > li{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px; 
	text-align: center;
	width: 20%;
	transition: background 0.4s;
}

#nav > ul > li:hover{
}

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

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

#nav > ul > li.corrente a{
	color: #f2c272;
}

#nav > ul > li.corrente ul li a{
	color: #ffffff;
}

#nav > ul ul > li.corrente a{
	color: #7b1e28;
}

#nav > ul ul > li.corrente{
	background: #ffffff;
}

/* 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: #7b1e28;
	font-family: 'Nanum Gothic', sans-serif;
}

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

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

#nav > ul ul > li:hover{
	background: #7b1e28;
}

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

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

@media only screen and ( max-width: 767px){
	#menu{
		position: relative;
		float: left;
		width: 50%;
	}

    #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: #7b1e28;
		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: #7b1e28;
	}
	
	#nav > ul > li a{
		color: #ffffff;
		padding: 1.4rem 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 #131115;
		color: #ffffff;
	}

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

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

.tastoMenu:hover{
	color: #ffffff;
}

/************************************************/
/* 				corpo							*/
/************************************************/
.corpoSx{
	position: relative;
	float: left;
	width: 60%;
	padding: 1rem 4% 1rem 0;
	border-right: 0.1rem solid #cccccc;
}

.corpoSx h1{
	color: #222222;
	font-size: 2.4rem;
	padding: 2rem 1%;
}

.corpoDx{
	position: relative;
	float: right;
	width: 40%;
	padding: 3rem 0 1rem 4%;
}

@media (max-width: 767px){
	.corpoSx, .corpoDx{
		float: none;
		width: 100%;
		padding: 1rem 0;
		border: 0;
	}
}

/************************************************/
/* 				box fine						*/
/************************************************/
#fine{
	position:absolute;
	padding: 0rem;
	left: 0px;
	bottom: 0px; 
	width: 100%;
	text-align: center;
	background: #7b1e28;
	z-index: 30;
	color: #f2c272;
}

#fine a{
	color: #f2c272;
	text-decoration: none;
	font-weight: 700;
}

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

.boxFine, .boxFineSx{
	position: relative;
	float: left;
	width: 30%;
	margin: 4rem 1.5%;
	line-height: 2.6rem;
}

.boxFineSx img{
	display: inline-block;
	height: 6rem;
	margin: 1rem;
}

.boxFine img{
	display: inline-block;
	height: 10rem;
	margin: 1rem;
}

.boxFine ul{
	position: relative;
	top: 0;
	right: 0;
	margin: 0; 
	padding: 0;
	list-style-type: none;
	z-index: 100;
	font-family: 'KoHo', sans-serif;
}

.boxFine li{
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
	font-size: 1.6rem;
    font-weight: bold;
}

.boxFine li a, .boxFine li a:hover{	
	display: block;
	text-decoration: none;
	padding: 0.4rem 2%; 
	color: #beigeChiaro;
}

#logoFine{
	position: relative;
	width: 100%;
	padding: 0;
	text-align: center;
}

#logoFine img{
	height: 30rem;
}

#fineInfo{
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 1.2rem;
	padding: 2rem 0;
	background: #131115;
	color: #ffffff;
}

@media (max-width: 767px) {

	.boxFine, .boxFineSx{
		float: none;
		width: 100%;
		margin: 3rem 0;
	}
}

/************************************************/
/* 				Foto							*/
/************************************************/
#galleria{
	position: relative;
	width: 100%;
	margin: 2rem 0 0 0;
}

.foto{
	position: relative;
	float: left;
	width: 20%;
	margin: 0 0%;
}

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

.fotoImg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.8;
	z-index: 100;
}

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

.fotoTesto{
	position: absolute;
	width: 100%;
	height: 55%;
	top: 45%;
	left: 0;
	z-index: 101;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 2.2rem;
}

@media (max-width: 767px) {
	.foto{
		position: relative;
		float: left;
		width: 50%;
		margin: 0;
	}
}

/************************************************/
/* 				Media Video						*/
/************************************************/
.video{
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 55.5%;
}

.video iframe,
.video object,
.video embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

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

.visible-mob{
	display: none;
}

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