
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

/*
font-family: 'Arimo', 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: 0;
	left: 0;
	margin: 0;
	padding: 1.0rem 0rem 1.0rem 0rem;
	font-weight: 700;
	font-size: 3rem;
}

h2{
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 1.0rem 0rem 0.8rem 0rem;
	font-weight: 700;
	font-size: 2rem;
}

h3{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0rem 0rem 0rem 0rem;
	font-size: 1.6rem;
}

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: 'Arimo', sans-serif;
}

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

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

.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 #d6363c;
	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 #d6363c;
	background: #d6363c;
	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: #d6363c;
	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;
}

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

/************************************************/
/* 				Animazione banner				*/
/************************************************/
#boxBannerHome{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}

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

#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 only screen and ( max-width: 767px){

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

	.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;
	}
}

/************************************************/
/* 				Home page						*/
/************************************************/
#header{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	padding: 2rem 0 4rem 0;
	background: #ffffff;
}

#contattiHome{
	position: relative;
	text-align: right;
	margin-top: 2rem; 
}

#logo{
	position: absolute;
	top: 0;
	left: 0;
	width: 20%;
	height: 100%;
}

#logo img{
	height: 100%;
}


/************************************************/
/* 				MenuText						*/
/************************************************/
#menu{
	position: relative;
	float: right;
	bottom: 0rem;
	right: 0;
	width: 80%;
	padding: 1.7rem 0;
}

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

#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;
}

#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: 2rem 0 2rem 0; 
	text-transform: uppercase;
	color: #373334;
}

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

.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: #d6363c;
}

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

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

#nav > ul ul > li:hover{
	background: #ffffff;
}

#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: #d6363c !important;
}

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

    #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: #d6363c;
		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: #ffffff;
		padding: 1.4rem 0;
	}
	
	#nav > ul > li a:hover{
		color: #d6363c;
	}
	
    /*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 #d6363c;
		color: #ffffff;
	}

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

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

.tastoMenu:hover{
	color: #ffffff;
}

/************************************************/
/* 				Home							*/
/************************************************/
.boxHomeTitolo{
	position: absolute;
	bottom: 5%;
	left: 5%;
	width: 90%;
	font-size: 3rem;
	font-weight: 700;
	line-height: 3rem;
	text-align: center;
	color: #ffffff;
	text-shadow: 0.4rem 0.4rem 0.4rem #000000;
}

span.boxHomeSottotitolo{
	font-size: 1.6rem;
	font-weight: 300;
}

.boxHome50{
	position: relative;
	float: left;
	width: 45%;
	margin: 4rem 2.5%;
}

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

#fasciaRossa{
	position: relative;
	width: 100%;
	padding: 8rem 25%;
	margin: 4rem 0;
	color: #ffffff;
	background: #d6363c;
	text-align: center;
	font-size: 1.8rem;
	line-height: 2.6rem;
	overflow: hidden;
}

#filigranaSx{
	position: absolute;
	top: -100%;
	opacity: 0;
	left: 5%;
	width: 40%;
	height: 100%;
	text-align: left;
	z-index: 0;
}

#filigranaDx{
	position: absolute;
	bottom: -100%;
	opacity: 0;
	right: 5%;
	width: 40%;
	height: 100%;
	text-align: right;
	z-index: 0;
}

#filigranaSx img, #filigranaDx img{
	height: 100%;
	display: inline-block;
}

.boxHome100{
	position: relative;
	width: 95%;
	height: 70vh;
	margin: 8rem 2.5% 4rem 2.5%;
}

@media (max-width: 767px){
	.boxHome50{
		position: relative;
		float: none;
		width: 95%;
		margin: 4rem 2.5%;
	}

	#fasciaRossa{
		padding: 10rem 10%;
	}

	#filigranaSx{
		left: 2%;
		height: 50%;
	}

	#filigranaDx{
		right: 2%;
		height: 50%;
	}
	
	.boxHome100{
		height: 40vh;
	}
}

/************************************************/
/* 				corpo							*/
/************************************************/
.corpoSx{
	position: relative;
	float: left;
	width: 50%;
	padding: 5rem 4% 2rem 0;
}

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

.corpoSx h2{
	color: #444444;
	font-size: 1.6rem;
	font-weight: 500;
	padding: 0rem 0%;
}

.corpoDx{
	position: relative;
	float: right;
	width: 50%;
	padding: 5rem 0 2rem 0;
}

.corpoBox{
	position: relative;
	float: left;
	width: 23%;
	margin: 2rem 1%;
}

.corpoBoxTitolo{
	position: relative;
	width: 100%;
	border-bottom: 0.1rem solid #000000;
	padding: 0 0 0.4rem 0;
	margin: 0 0 1rem 0;
	font-size: 1.2rem;
	color: #666666;
}

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

/************************************************/
/* 				pagine composte					*/
/************************************************/
#pagineComposte{
	position: relative;
	width: 100%;
	padding: 2.5rem 0;
}

.pagineComposteFoto{
	position: relative;
	top: 0;
	width: 100%;
	height: 70vh;
}

.pagineComposteTesto{
	position: relative;
	width: 100%;
	padding: 2rem 5%;
}

@media (max-width: 767px){

}

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

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

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

#fineDati{
	position: relative;
	width: 100%;
	background: #eff8e6;
	color: #373334;
	font-weight: 400;
	font-size: 1.2rem;
	font-style: italic;
	padding: 3rem 0;
}

.boxFine{
	position: relative;
	float: left;
	width: 27.3%;
	margin: 5rem 3%;
	text-align: center;
}

.boxFine img{
	display: inline-block;
}

.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;
}

@media (max-width: 767px) {

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

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

.foto{
	position: relative;
	float: left;
	width: 18%;
	margin: 2rem 1%;
}

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

.fotoImg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.6;
	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;
	opacity: 0;
	padding: 0 2% 0 2%;
	text-shadow: 0.4rem 0.4rem 0.4rem #000000;
}

@media (max-width: 767px) {
	.foto{
		position: relative;
		float: left;
		width: 46%;
		margin: 1rem 2%;
	}
}

/************************************************/
/* 				Pagine composte					*/
/************************************************/
.foto30, .foto50, .foto100{
	position: relative;
	float: left;
	margin: 4rem 1% 2rem 1%;
	overflow: hidden;
}

.foto30 img, .foto50 img, .foto100 img{
	width: 100%;
	display: block;
}

.foto30{
	width: 31.3%;
}

.foto50{
	width: 48%;
}

.foto100{
	width: 98%;
}

.fotoFasciaVelina{
	position: absolute;
	width: 100%;
	height: 100;
	z-index: 100;
	opacity: 0;
	padding: 20% 5%;
	color: #ffffff;
	font-size: 3rem;
	text-shadow: 0.4rem 0.4rem 0.4rem #000000;
}

/************************************************/
/* 				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;
	}
}