
@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Noto+Sans:wght@400;700&display=swap');

/*
	font-family: 'Noto Sans', 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;
}

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

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-family: 'Noto Sans', sans-serif;
	font-size: 1.3rem;
	color: #444444;
	line-height: 2rem;
}
@media only screen and (min-width: 1600px){ 
	body {
		font-size: 1.5rem;
	}
}

a{
	text-decoration: none;
	color: #916df7;
}

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

.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 #916df7;
	box-shadow: 0.1rem 0.1rem 0.4rem #c8c8c8;
}

form textarea{
	min-height: 10rem;
	font-family: 'Noto Sans', 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 #916df7;
	background: #916df7;
	color: #ffffff;
	cursor: pointer;
	transition: background 0.4s, color 0.4s;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 600;
	font-size: 1.4rem;
}

form input[type="submit"]:hover, form input[type="reset"]:hover{
	background: #916df7;
	color: #ffffff;
}

.errore{
	color: #cf3838;
}

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

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

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

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

#logo{
	position: relative;
	top: 0;
	left: 0;
	width: 30%;
	float: left;
	padding: 0;
	display: block;
	text-align: left;
	margin-top: 3rem;
}

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

.payoff{
	position: relative;
	width: 100%;
	align: center;
	text-align: left;
	padding: 0 0 0.8rem 0;
}

.payoff h1{
	color: #9890a2;
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0 0 2rem 0;
	padding: 0;
}

#tastiMenu{
	position: relarive;
	float: right;
	width: 50%;
	display: none;
}

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

	#container{
		position:relative;
		min-height:100%;
		width: 100%;
		left: 0%;
	}
	
	#logo{
		width: 50%;
	}

	#tastiMenu{
		display: block;
	}

}

/************************************************/
/* 				Elementi home					*/
/************************************************/
.titoloHome{
	position: relative;
	width: 98%;
	align: center;
	text-align: left;
	padding: 0.8rem 0 0 0;
	margin: 4rem 1% 0 1%;
}

.titoloHome h1{
	color: #000000;
	font-size: 2.5rem;
	font-weight: 400;
}

.homeStanze{
	position: relative;
	float: left;
	width: 48%;
	margin: 1rem 1%;
}

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

.tastoHome100{
	position: relative;
	width: 98%;
	text-align: center;
	padding: 1rem 0;
	color: #ffffff;
	border: 0.1rem solid #916df7;
	background: #916df7;
	margin: 0 auto;
	transition: background 0.4s, color 0.4s;
}

.tastoHome100:hover{
	color: #916df7;
	background: #ffffff;
}

.tastoBianco, .tastoBianco:hover{
	border: 0.1rem solid #9890a2;
	background: #ffffff;
	color: #9890a2;
}

.tastoHome50{
	position: relative;
	float: left;
	width: 48%;
	text-align: center;
	padding: 1rem 0;
	color: #ffffff;
	border: 0.1rem solid #916df7;
	background: #916df7;
	transition: background 0.4s, color 0.4s;
	margin: 1rem 1%;
}

.tastoHome50:hover{
	color: #916df7;
	background: #ffffff;
}

.homeServizi{
	position: relative;
	float: left;
	width: 45%;
	margin: 0rem 1% 3rem 1%;
	text-align: center;
	font-size: 1.4rem;
}

.homeServiziTesto{
	position: relative;
	float: left;
	width: 50%;
	border: 0.1rem solid #916df7;
	padding: 2.2rem 0;
}

.homeServiziCheck{
	position: relative;
	float: left;
	width: 50%;
	background: #efefef;
	border: 0.1rem solid #efefef;
	padding: 2.2rem 0;
	font-weight: 700;
}

.homeTariffe{
	position: relative;
	width: 98%;
	margin: 0rem 1% 4rem 1%;
	text-align: center;
	font-size: 1.8rem;
}

.homeTariffeTesto{
	position: relative;
	float: left;
	width: 50%;
	border: 0.1rem solid #916df7;
	padding: 5rem 0;
}

.homeTariffeCheck{
	position: relative;
	float: left;
	width: 50%;
	background: #efefef;
	border: 0.1rem solid #efefef;
	padding: 5rem 0;
	font-weight: 700;
	}

.homeChiSiamo{
	position: relative;
	float: left;
	width: 48%;
	margin: 0rem 1%;
}

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

.homeChiSiamoNome{
	font-weight: 700;
	color: #444444;
	padding: 2rem 0 1rem 0;
	font-size: 1.8rem;
}

.homeSx, .homeDx{
	position: relative;
	float: left;
	width: 48%;
	margin: 0rem 1%;
}

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

.homeDx h1{
	font-size: 2.2rem;
	margin: 0 0 2rem 0;
}

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

	.homeServizi{
		float: left;
		width: 98%;
		margin: 0rem 1% 3rem 1%;
	}
		
	.homeChiSiamo{
		float: none;
		width: 98%;
		margin: 2rem 1%;
	}
	
	.homeSx, .homeDx{
		float: none;
		width: 98%;
		margin: 2rem 1%;
	}
	
}

/************************************************/
/* 				MenuText						*/
/************************************************/
#menu{
	position: fixed;
	top: 0rem;
	left: 0;
	width: 20%;
	height: 100%;
	z-index: 2000;
	background: #916df7;
}

#nav{
}

#nav > a{
    display: none;
}

#nav li{
    position: relative;
}
 
/* primo livello*/
#nav > ul{
	position: relative;
	top: 0;
	left: 0%;
	margin: 5rem 0; 
	padding: 0;
	list-style-type: none;
	font-size: 1.4rem;
	width: 100%;
}

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

#nav > ul > li:hover{
	background: #9890a2;
}

#nav > ul > li a{
	display: block;
	text-decoration: none;
	padding: 2rem 0 2rem 0; 
	font-weight: 700;
	color: #ffffff;
}

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

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

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

#nav > ul > li.corrente ul li a{

}

#nav > ul ul > li.corrente a{

}

#nav > ul ul > li.corrente{
}

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

 #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: left;
	padding: 0.8rem 2%; 
	color: #ffffff;
}

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


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

.tastoMenu{
	position: relative;
	float: right;
	margin: 2.5rem 5% 0 5%;
	border-radius: 4rem;
	padding: 0.6rem 1rem;
	color: #916df7;
	line-height: 0;
}

.tastoMenu:hover{
	color: #916df7;
}

.chiudiMenu{
	display: none;
}

/************************************************/
/* 				corpo							*/
/************************************************/
#banner{
	position: relative;
	width: 100%;
	height: 70vh;
}

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

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

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

.corpo{
	position: relatine;
	width: 100%;
	background: #ffffff;
	padding: 0rem 0;
}

.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){

	#banner{
		height: 25vh;
	}
	
	.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;
	z-index: 30;
	background: #efefef;
	font-size: 1.2rem;
	color: #9890a2;
}

/************************************************/
/* 				Foto							*/
/************************************************/
.foto{
	position: relative;
	float: left;
	width: 26%;
	margin: 1rem 3.5%;
}

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