:root {
	--verde: #0857A3;
	--scuro:#0857A3;
	--arancio:#947E66;
	--verdechiaro:#719072;
	--chiaro:#E3E0D5;
	--chiaroceleste:#fafcfd;
	--celeste:#dfe8ea;
	--nero:#000;

}




body, html {
    overflow-x: hidden;
}


*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	font-weight: 300;
	background-repeat: no-repeat;
    background-size: contain;
    box-sizing: border-box;
}


body {
	font-family: "Monserrat", serif;
	font-weight: 300;
	font-size: 13px;
	background-color: var(--chiaro);
}

strong, b {
	font-weight: 600;
}


a:link {
	color: var(--scuro);
}

a:visited {
	color: var(--scuro);
}

a:hover {
	color: var(--arancio);
}



/* COLORI */

.arancio {
	background-color: var(--arancio);
	color: #fff;
}


.celeste {
	background-color: var(--chiaroceleste);
	border: 10px solid var(--celeste);
}

.nero {
	background-color: #000;
	color: #fff;
}

.bianco {
	background-color: #fff;
}

.scuro {
	background-color: var(--scuro);
	color: #fff;
}

.chiaro {
	background-color: var(--chiaro);
}


.verde {
	background-color: var(--verdechiaro);
}



.shadow {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.shadowdark {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.45)!important;
}


/* COLORI */


/* HEADER */

header {
	position: fixed;
	width: 100%;
	padding: 0;
	z-index: 10;
	height: 90px;
	top: 0;
	left: 0;
	background-color: var(--chiaro);
}


header.visible {
	display: block; /* Mostra l'header quando è visibile */
  }
  
  header.scroll-up {
	transform: translateY(-100%); /* Sposta l'header fuori dalla vista quando lo scrolling è verso l'alto */
	transition: transform 0.3s ease; /* Aggiungi la stessa transizione per un effetto uniforme */
  }
  
  /* Aggiungi un'animazione per un effetto più fluido */
  @keyframes fadeInOut {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  
  header.fade-animation {
	animation: fadeInOut 0.3s ease forwards; /* Applica l'animazione all'header */
  }


header.fix {
	min-height: 70px;
	animation: fadeInOut 0.3s ease forwards;

  }

  header .navtop {
	background-color: var(--arancio);
	min-height: 10px;
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
  }



header .navtop ul{
	text-align: right;
	display: flex;
	flex-direction: row;
	justify-content: right;	
}

header .navtop ul li{
	padding: 5px;
	position: relative;
	padding-left: 35px;
	padding-right: 10px;
	cursor: pointer;
	font-size: .9em;
	font-weight: 300;
}

header .navtop ul li:hover{
	color:var(--arancio);

}

header .navtop ul li span{
	position: absolute;
	top: 2px;
	left: 0;
	width: 30px;
	height: 30px;
}

header .navtop ul li .n_prodotti{
	position: absolute;
	top: 0;
	left: 20px;
}

header .navtop ul li .n_prodotti span{
	
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 10px;
	background-color: var(--scuro);
	color: #fff;
	font-size: .7em;
	text-align: center;
}

.prenotazionemobile {
	display: none;
}

.newslettermobile {
	display: none;
}

header .prenotazione {
	position: absolute;
	top: 20px;
	right: 80px;
	background-color: var(--scuro);
	color: #fff;
	border-radius: 5px;
	height: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px;
	align-items: center;
	z-index: 2;
	cursor: pointer;
}

header .prenotazione:hover {
	background-color: var(--verde);
	color: #fff;
}

header .menu {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 60px;
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px;
	align-items: center;
	z-index: 8;
	cursor: pointer;
	display: none;
}



header .menu.active {
	z-index: 10;
}


header .menu .linea{
	background-color: var(--scuro);
	height: 3px;
	width: 100%;
	margin: 5px 0;
}

header .menu:hover .linea{
	background-color: var(--verdechiaro);
}


header .menu.active .linea.top{
	position: absolute;
	top: 20px;
		background-color: var(--scuro);
	height: 3px;
	transform: rotate(45deg);

}

header .menu.active .linea.bottom{
	position: absolute;
	top: 20px;
	background-color: var(--scuro);
	height: 3px;
	transform: rotate(-45deg);

}

header .menu.active .linea.center{
	display: none;

}
header.fix .barra {
	height: 95px;
}

header .barra{

	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width: 1480px;
}


header .logo{
	position: absolute;
	width: 110px;
	z-index: 3;
	text-align: left;
	top: 10px;
	left: 30px;
	height: 90px;
	text-align: center;
 letter-spacing: 2px;
	opacity: 1;
	font-size:.85em;
	font-weight: 600;
	color: var(--scuro);
}

header .logo a:link, header .logo a:visited {
	color: var(--scuro);
}	



header .logo img{
	width: 100%;
}

header .lingua {
	position: absolute;
	width: 30px;
	top: 10px;
	right: 10px;
	z-index: 3;
}

header .lingua ul{
	display:flex;
	flex-direction:column
}


header .lingua ul li{
	padding:  2px 5px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;;
	font-size: .9rem;
	margin: 0px;
	cursor: pointer;
}
header .lingua ul li.sele{
	background-color: var(--arancio);
	color: #fff;
}

header.fix nav.fix{
	display: block;
}

header nav{
	position: absolute;
	top: 20px;
	width: 80%;
	right: 5%;
	opacity: 1;
	overflow: hidden;
}

header nav.fix{
	display: block;
}


header nav ul{
	padding: 5px;
	display: flex;
	flex-direction:row;
	justify-content: right;
	z-index: 10;
	
}

header nav ul li{
	padding: 10px 20px;
	font-size: 1.2em;
	font-weight: 600;
	text-align: right;
	cursor: pointer;
	color: var(--arancio);
}

header nav ul li:hover{
	color:var(--scuro);

}


header nav ul.sotto{
	display: flex;
	flex-direction: column;
	justify-content: right;
	padding: 0px 0px;
}

header nav ul.sotto li{
	padding: 5px 10px;
	font-size: 1.4em;
	text-align: right;
	cursor: pointer;
	color: var(--verde);
}

header nav ul.sotto li:hover{
	color: #fff;
}

/* HEADER */

/* SLIDE */




#slide {
	position: relative;
	margin-top:100px;
	background-attachment: fixed;
	width: 100%;
	margin: 0 auto;
	height: 80vh;
	overflow: hidden;
}



#slide .video {
	top: 0;
	left: 0;
	z-index: 4;
	position: absolute;
	height: 80vh;
	overflow: hidden;
	width: 100%;
}

#slide .video video{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: auto;
	min-height: 80vh;
	opacity: .9;
}


#slide ul {
	height: 80vh;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}


#slide ul li {
	height: 80vh;
	width: 100%;
}


#slide .sopraimg{
	position: absolute;
	padding:0px;
	width: 100%;
	height: 80vh;
	left: 0;
	top: 0;
	z-index: 3;
	opacity: 1;
	overflow: hidden;
}



#slide .sopraimg picture{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	 display: block;
  max-width: 100%;
  object-fit: cover;
}

#slide .sopraimg picture img{
	
	width: 100%;
}



#slide .effetto1 {
	position: absolute;
	left: 0%;
	top: 0;
	z-index: 3;
	width: 55%;
	opacity: 0;
	height: 80vh;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
transform: translateX(-300%);
  animation: slide-in .5s forwards;
    animation-delay: 0.6s;
}

@keyframes slide-in {
  to {
    transform:  translateX(0);
	opacity: 0.8;
  }
}



#slide .colonna{
	position: absolute;
	padding:0px;
	width: 50%;
	left: 10%;
	font-family: "Source Serif", serif;
	padding: 5%;
	margin: 0 auto;
	height: auto;
	bottom: 30px;
	transform: translateX(0%);
	z-index: 5;
	opacity: 1;
}



#slide h2,
#slide p, #slide button{
  display: block;
  opacity: 0;
  animation-fill-mode: forwards;
}

/* Primo H2: MODERNI */

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@media screen and (max-width: 1400px) {


}
#slide  h3{
	font-size: 3.2em;
	padding: 5px 10px;
font-family: "Source Serif", serif;
	font-size: 500;
	color: var(--verde);
}


#slide h2{

	font-family: "Source Serif", serif;
	font-size: 3.5rem;
	font-weight: 600;
	padding: 10px;
	margin-top:10px;
	color: #fff; 
	 animation: fadeIn 0.6s ease-in forwards;
  animation-delay: 0.5s;
}

#slide  p{
	padding: 20px 10px;
	font-size: 2em;
	color: #fff;
	 animation: fadeIn 0.6s ease-in forwards;
  animation-delay: 1s;
}


#slide button{
	background-color: var(--arancio);
	padding:10px 20px;
	color:#fff;
	font-size: 1.3em;
	border: 0;
	margin: 20px 0;
		 animation: fadeIn 0.6s ease-in forwards;
  animation-delay: 1.5s;
  cursor: pointer;
}

#slide button:hover{
	background-color: var(--verdechiaro);

}


#slide ul.slides_tabs {
	display: flex;
	justify-content: right;
	flex-direction: row;
	width: 90%;
	bottom: 0;
	left: 5%;
	position: absolute;
	z-index: 5;
	height: 30px;

}

#slide ul.slides_tabs li {
	position: relative;
	height: 20px;
	width: 20px;
	margin: 5px;
	border-radius: 50%;
	background-color: #fff;

}

#slide ul.slides_tabs li.slides_here {
	background-color: var(--scuro);

}

/* SLIDE */




/* MAIN */


#boxsotto {
	background-color: var(--scuro);
	padding: 50px 0;


}

#boxsotto ul.ele{
	justify-content: center;
	color: #fff;
	display: flex;
	flex-direction: row;
	overflow: hidden;
}

#boxsotto ul.ele li{
	width: 100%;
	text-align: center;
	padding: 20px;
	height: auto;
}


#boxsotto ul.ele li h3{
	color: var(--verde);
	font-size: 1.6em;
	padding: 0 10%;
}

#boxsotto ul.ele li p{
	line-height: 1.5em;
	padding: 10px 10%;
}



section {
	position: relative;
	width: 100%;
	max-width: 1480px;
	margin: 0 auto;
}


ul.elenco-contenuti {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

ul.elenco-contenuti li{
	text-align: left ;
	padding: 5px;

}

#sostenibile{
	position: relative;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 0px;
	text-align: left;
	max-width: 1480px;

}


#sostenibile h2 {
	font-size: 3em;
	font-family: "Source Serif", serif;
	font-weight: 400;
	color: var(--verde);
	line-height: 1.6rem;
	padding: 5px 20px;
	margin-bottom: 30px;
	text-align: center;
}
#sostenibile h2 span{
color: var(--verdechiaro);
font-weight: 600;
}

#sostenibile h3 {
	font-family: 'infinite stroke', sans-serif;
	font-size: 3em;
	line-height: .8rem;
	color: var(--arancio);
	padding: 10px 20px;
	padding-right: 200px;
	text-align: center;
}

#sostenibile h4 {
	font-size: 1.5em;
	padding: 10px 30px;
	font-weight: 600;
	color: var(--arancio);
	text-align: left;
}

#sostenibile a:link, #sostenibile a:visited {
	color: var(--arancio);
	font-weight: 600;
}

#sostenibile a:hover {
	color: var(--scuro);
}


#sostenibile p.nascondihome {
	display: none;
}


#sostenibile .img {

	width: 50%;
	padding: 0px;
	background-size: contain;
	height: 600px;
	float: right;
	background-position: bottom;
	margin: 0;
}

#sostenibile .colonna {
	z-index: 2;
	width: 45%;
	float: right;
	padding: 20px;
}

#sostenibile button {
	font-size: .9rem;
	margin: 10px 20px;
	text-align: left;
	padding: 10px 20px;
	background-color: var(--arancio);
	color: #fff;
	border: 0;
	cursor: pointer;
}


#sostenibile button:hover{
	background-color: var(--verdechiaro);

}

#sostenibile .colonna p {
	position: relative;
	font-size: 1.1em;
	line-height: 1.8em;
	font-weight: 200;
	padding:5px 30px;
	text-align: left;
}

#sostenibile .colonna p strong {
	color: var(--verdechiaro);
	font-size: 1.2rem;
	font-weight: 600;
}


#sostenibile .colonna p span.material-symbols-outlined {
	position: absolute;
	top: 8px;
	height: 15px;
	width: 15px;
	left: 0;
	color: var(--verdechiaro);
	font-size: 1.5rem;
}





#numeri ul{
	padding: 30px;
	max-width: 1000px;
	margin: 0 auto;

	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#numeri ul li{
	width: 25%;
	padding: 20px;
	text-align: center;
}


#numeri ul li .valore{
	font-size: 3rem;
}



#about{
	position: relative;
	margin: 0 auto;
	padding: 100px 0 0;
	text-align: center;

}


#about .colonna {
	z-index: 2;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;;
}


#about .img {

	width: 100%;
	padding: 0px;
	background-size: contain;
	background-position: bottom;
	height: 500px;
	float: right;
	margin: 0;
	margin-top: 100px;
}




#about  h1 {
	color: var(--scuro);
	font-size: 2.5rem;
	line-height: 2rem;
	padding: 20px 20px 20px;
	font-family: "Source Serif", serif;
}

#about  h1 span{
	font-family: 'infinite stroke', sans-serif;
	font-size: 2.8rem;
	line-height: .8rem;
	color: var(--arancio);
	padding: 10px 20px;
	padding-right:200px;
	display: block;

}


#about h3 {
	font-size: 1.2em;
	line-height: 1.2rem;
	color: var(--scuro);
	padding: 10px 20px;
}

#about p {
	font-size: 1.2em;
	line-height: 1.9em;
	font-weight: 200;
	padding: 10px 20px;
	text-align:center;
}

#about button {
	font-size: .9rem;
	margin: 10px 20px;
	text-align: left;
	padding: 10px 20px;
	background-color: var(--arancio);
	color: #fff;
	border: 0;
	cursor: pointer;
}

#about button:hover {
	background-color: var(--scuro);
}

#about .hoverscritta {
	position: absolute;
	width: 100%;
	z-index: 2;
	bottom: -100px;
	text-align: center; 
	font-size:4em; 
	padding:20px;
	color: var(--arancio);
	font-family: 'infinite stroke', sans-serif;

}



.contatti {
	padding: 80px;
}

.contatti h3 {
	padding-top: 20px;
	font-size: 1.5em;
	color: #fff;
}

.contatti h4 {
	font-size: 1.2em;
color: var(--verde);	
}

.contatti a:link, .contatti a:visited {
	color: #ccc;
}

.contatti a:hover {
	color: var(--verde);
}

.contatti  {
	font-size: 1.1em;
	line-height: 1.8em;
	color: #ccc;
}

#frase {
	position: relative;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
	max-width: 800px;
	font-family: "source serif",serif;
	font-size: 2.4rem;
	font-weight: 300;
	text-align: center;
	color: var(--chiaro);
}


.separatore {
	background-image: url(../img/10578806.png?1);
	background-size: contain;
	background-position: center;
	width: 100%;
	height: 50px;
	margin: 30px auto;
	opacity: .5;
	filter: sepia(100%) saturate(400%) hue-rotate(350deg) brightness(90%);
}

.separatore.ruota {
	transform: rotate(180deg);
}


#video {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 100px auto;
	height: auto;
	min-height: 546px;
	overflow: hidden;
	
}


#video video {
	position: absolute;
	z-index: 3;
	top: 0;

	left: 0;
	
	width: 100%;
	height: auto;
	
}

#video .controller-video {
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
	z-index: 4;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	overflow: hidden;
	display: none;
}

#video .controller-video.active {
	display: block;
}

#video .controller-video span{
	font-size: 2.5em;
	color: #fff;
		width: 40px;
		line-height: 40px;
	height: 40px;
	display: none;
}

#video .controller-video span.active{
	display: block;
}


#video img {width: 100%;
float: left;}

#video .sopraimg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 2;
	color: var(--scuro);
	width: 150px;
	height: 150px;
	line-height: 150px;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	border: 8px solid var(--chiaro);
	cursor: pointer;
}



#video .sopraimg span{
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	font-size: 8em;
	text-align: center;
	z-index: 3;
		color: var(--chiaro);
	width: 150px;
	height: 120px;
	line-height: 120px;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	cursor: pointer;
}


#video .sopraimg:hover{
	border: 8px solid var(--verdechiaro);
}

#video .sopraimg:hover span{
	color: var(--verdechiaro);
}



#tecnologia {
	position: relative;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
	max-width: 1280px;
}


#tecnologia h2 {
	font-size: 2.8em;
	font-family: "Source Serif", serif;
	font-weight: 600;
	color: var(--verde);
	line-height: 1.6rem;
	padding: 5px 20px;
	margin-bottom: 10px;
}

#tecnologia h4 {
	font-size: 1.5em;
	font-family: "Source Serif", serif;
	font-weight: 400;
	color: var(--verde);
	line-height: 1.6rem;
	padding: 5px 20px;
	margin-bottom: 0px;
}

#tecnologia h3 {
	font-family: 'infinite stroke', sans-serif;
	font-size: 1.5rem;
	line-height: .8rem;
	color: var(--arancio);
	padding: 10px 20px;
}


#tecnologia .img {
	position: absolute;
	z-index: 3;
	width: 40%;
	padding: 0px;
	background-size: cover;
	height: 500px;
	bottom: 50px;
	right: 70px;
	background-position: bottom right ;
	margin: 0;
}

#tecnologia .sotto1{
	position: absolute;
	z-index: 1;
	width:40%;
	padding: 0px;
	height: 400px;
bottom: 80px;
	right: 50px;
	margin: 0;
	background-color: var(--arancio);
}

#tecnologia .sotto2{
	position: absolute;
	z-index: 2;
	width:50%;
	padding: 0px;
	height: 150px;
	bottom: 0;
	right: 0;
	margin: 0;
	background-color: var(--scuro);
}


#tecnologia .colonna {
	z-index: 2;
	width: 45%;
	float:left;
	padding: 20px 40px;
}

#tecnologia button {
	font-size: .9rem;
	margin: 10px 20px;
	text-align: left;
	padding: 10px 20px;
	background-color: var(--arancio);
	color: #fff;
	border: 0;
	cursor: pointer;
}

#tecnologia button:hover{
	background-color: var(--verdechiaro);
}

#tecnologia .colonna p {
	position: relative;
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: 200;
	padding: 10px 20px;
	text-align: left;
}

#tecnologia .colonna p strong {
	color: var(--verdechiaro);
	font-weight: 600;
}


#tecnologia .colonna p span.material-symbols-outlined {
	position: absolute;
	top: 8px;
	height: 20px;
	width: 20px;
	left: 0;
	color: var(--verdechiaro);
	font-size: 2rem;
}



#lavorazioni {
	position: relative;
	margin: 0 auto;
	padding-top:0px;
	padding-bottom: 0px;
	max-width: 1280px;
}


#lavorazioni h2 {
	font-size: 2.8em;
	font-family: "Source Serif", serif;
	font-weight: 600;
	color: #fff;
	line-height: 1.6rem;
	padding: 5px 20px;
	margin-bottom: 10px;
}

#lavorazioni h4 {
	font-size: 1.5em;
	font-family: "Source Serif", serif;
	font-weight: 400;
	line-height: 1.6rem;
	padding: 5px 20px;
	margin-bottom: 0px;
}

#lavorazioni h3 {
	font-family: 'infinite stroke', sans-serif;
	font-size: 1.5rem;
	line-height: .8rem;
	color: var(--chiaro);
	padding: 10px 20px;
}


#lavorazioni .img {
	position: absolute;
	z-index: 3;
	width: 40%;
	padding: 0px;
	background-size: cover;
	height: 500px;
	bottom: 50px;
	left: 70px;
	background-position: bottom right ;
	margin: 0;
}

#lavorazioni .sotto1{
	position: absolute;
	z-index: 1;
	width:40%;
	padding: 0px;
	height: 200px;
bottom: 30px;
	left: 90px;
	margin: 0;
	background-color: var(--arancio);
}

#lavorazioni .sotto2{
	position: absolute;
	z-index: 2;
	width:50%;
	padding: 0px;
	height: 100px;
	bottom: 0;
	left: 0;
	margin: 0;
	background-color: var(--scuro);
}


#lavorazioni .colonna {
	z-index: 2;
	width: 50%;
	float:right;
	padding: 20px 40px;
	padding-bottom: 50px;
}

#lavorazioni button {
	font-size: .9rem;
	margin: 10px 20px;
	text-align: left;
	padding: 10px 20px;
	background-color: var(--arancio);
	color: #fff;
	border: 0;
	cursor: pointer;
}

#lavorazioni button:hover{
	background-color: var(--verdechiaro);
}


#lavorazioni .colonna p {
	position: relative;
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: 200;
	padding: 10px 20px;
	text-align: left;
}

#lavorazioni .colonna p strong {
	color:#fff;
	font-weight: 600;
}


#lavorazioni .colonna p span.material-symbols-outlined {
	position: absolute;
	top: 8px;
	height: 20px;
	width: 20px;
	left: 0;
	color: var(--verdechiaro);
	font-size: 2rem;
}







#contattihome{
	position: relative;
	min-height: 750px;
	margin: 0 auto;
	padding-top: 150px;
	padding-bottom: 150px;
	background-image: url(../img/edificio.webp?1);
	background-size: cover;
}


#contattihome .colonnacontenitore {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	padding: 0px;
	color: var(--scuro);
	margin:0;
	width: 1000px;
	background-color: #fff;
}

#contattihome .colonna {
	padding: 100px;
	float: left;
	width: 50%;
	min-height: 450px;
}

#contattihome a:link {
	color: var(--verde);
}
#contattihome a:visited {
	color: var(--verde);
}
#contattihome a:hover {
	color: var(--arancio);
}
#contattihome .scuro a:link {
	color: var(--verdechiaro);
}
#contattihome .scuro a:visited {
	color: var(--verdechiaro);
}

#contattihome .scuro a:hover {
	color: var(--arancio);
}


#contattihome .colonna h2 {
	padding: 10px 0;
	font-size: 1.6rem;
	font-weight: 500;
}

#contattihome .colonna p {
	padding: 10px 0;
	font-size: 1.3em;
	line-height: 1.8rem;
}

#contattihome .colonnacontatti {
	float: left;
	width: 50%;
	min-height: 400px;
	padding: 30px;
	font-size: .9em;
}

#contattihome .colonnacontatti input, #contattihome .colonnacontatti textarea{

	background-color: var(--chiaro);
	color: #000;
	border: 1px solid #ccc;
	padding: 15px;
	margin: 10px 0;
	width: 80%;
}

#contattihome .colonnacontatti button{

	background-color: var(--chiaro);
	color: #000;
	border: 1px solid #ccc;
	padding: 10px 15px;
	margin: 15px 0;
	cursor: pointer;
}



#contattihome .colonnacontatti button:hover{
	
	background-color: var(--verde);
	color: #fff;
}

#contattihome span.privacy {
	position: absolute;
	top: 0px;
	left: 0;
}

#contatti {
	padding:0 30px 50px;
}

#contatti .alert {
	font-size: 1.5em;
	color: red;
}


#contatti label {

	padding: 10px 0;
}

#contatti h1 {
	font-family: "Roboto", sans-serif;
	font-size: 2em;
	line-height: 2.4rem;
	color: var(--scuro);
	padding:20px;
}


#contatti h3 {
	font-family: "Roboto", sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	color: var(--scuro);
	padding:10px 0;
}


#contatti form {
	padding: 20px;
}

#contatti label{
	display: block;
}

#contatti input{
	padding:10px 20px;
	width: 90%;
	background-color: #fff;
	border: 1px solid #ccc;
}

#contatti input.red{
	border: 1px solid red;
}

#contatti textarea{
	padding: 10px 20px;
	width: 90%;
	background-color: #fff;
	border: 1px solid #ccc;
	height: 200px;
	display: block;
}

#contatti button{
	padding:10px 20px;
	background-color:var(--scuro);
	color: #fff;
	border: 0;
	margin: 20px 0;
	display: block;
}

#contatti #mappa{
	height: 400px;
	background-color: #fff;
}

#contatti #mappa #gmaps-canvas{
	height: 400px;
}

#contatti .parte2 {
	display: none;
	padding: 40px;
}

#contatti .privacy {
	position: absolute;
	top: 2px;
	left: 2px;
}


/*_____________SEGNALAZIONI_______________*/

#segnalazioni {
	padding:50px 15%;
}

#segnalazioni .alert {
	font-size: 1.5em;
	color: red;
}

#segnalazioni .nonvis {
	display: none;
}


#segnalazioni label {
	display: block;
	padding: 5px 0;
}

#segnalazioni select{
	padding:10px 20px;
	width: 90%;
	margin: 5px 0;
	background-color: #fff;
	border: 1px solid #ccc;
}

#segnalazioni .campo-errore{
	border:1px solid red;
}

#segnalazioni input{
		margin: 5px 0;
	padding:10px 20px;
	width: 90%;
	background-color: #fff;
	border: 1px solid #ccc;
}

#segnalazioni input.red{
	border: 1px solid red;
}

#segnalazioni textarea{
	padding: 10px 20px;
		margin: 5px 0;
		width: 90%;
	background-color: #fff;
	border: 1px solid #ccc;
	height: 200px;
	display: block;
}

#segnalazioni button{
	padding:10px 20px;
	background-color:var(--scuro);
	color: #fff;
	border: 0;
	margin: 20px 0;
	display: block;
}


.parte2 {
	display: none;
	padding: 40px;
}

#segnalazioni .privacy {
	position: absolute;
	top: 2px;
	left: 2px;
}


#marchi {
	padding: 20px;
}

#marchi h2{
	padding: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 1.8em;
	font-weight: 500;
	color: var(--verde);
	line-height: 1.6rem;
	padding: 5px 20px;
	text-align: center;
}


#marchi ul{
	display: flex;
	flex-direction: row;
	justify-content: center;
}


#marchi ul li{
	height: 150px;
	margin: 10px;
}
#marchi ul li img{
	height: 150px;
}




.affidarsi-wtrendy {
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	line-height: 1.8em;
	color: var(--scuro);
	padding: 20px;
	background-color: var(--chiaro);
	border-left: 5px solid var(--verde);
	margin: 20px 0;
}

.affidarsi-wtrendy strong {
	font-weight: 600;
	color: var(--verde);
}

.affidarsi-wtrendy a {
	color: var(--verde);
	text-decoration: underline;
}

.affidarsi-wtrendy a:hover {
	color: var(--scuro);
}


.padding20 {
	padding: 20px;
}


.colonna33 {
	float: left;
	width: 33%;
}

.colonna50 {
	float: left;
	width: 50%;
}

.colonna70 {
	float: left;
	width: 70%;
}

.colonna80 {
	float: left;
	width: 80%;
}

.colonna20 {
	float: left;
	width: 20%;
}

.colonna30 {
	float: left;
	width: 30%;
}

.colonna60 {
	float: left;
	width: 60%;
}

.colonna40 {
	float: left;
	width: 40%;
}


.f_right {
	float: right;
}

#settori {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 50px 0;
}

#settori h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 1.4em;
	font-weight: 500;
	text-align: left;
	padding: 20px 0px;
}

#settori h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 1.3em;
	line-height: 1.6em;
	font-weight: 300;
	text-align: left;
	padding: 0px 0px;
	color: var(--verdechiaro);
}

#settori ul {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;

}



#settori ul li {
	width: 30%;	
	text-align: left;
	margin: 2% 1%;
	padding: 20px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	height: 600px;
	border-radius: 5px;
}


#settori a:link, #settori a:visited {
	color: #fff;
}


#settori a:hover{
	color: #fff;
}




#settori ul li .img{
	width: 100%;
	height:600px;
	background-size: cover;
	background-position: left;
	opacity: .8;
}


#settori ul li .sopra {
    position: absolute;
    top: 400px;
    width: 90%;
	padding: 30px;
	height: 200px;
    text-align: center;
	background-color: #444;
	opacity: 1;
    transition: top 0.3s ease-in-out, height 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

#settori ul li:hover .sopra {
    top: 20px;
    z-index: 2;
    height: 600px;
    margin: 0;
	opacity: .9;
}

#settori ul li .sopra p{
	font-size: 1.3em;
	line-height: 1.6em;
	font-weight: 200;
	padding: 20px 0;
	text-align: left;
	color: #fff;
	display: none;
}

#settori ul li:hover .sopra p{
	display: block
}





/*________________________SERVIZI______________*/

#servizi {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 50px 0;
}


#servizi h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 2.6em;
	font-weight: 200;
	text-align: left;
	color:var(--scuro);
	padding: 20px 20px;
}

#servizi p {
	font-size: 1.1em;
	text-align: left;
	padding: 20px;
	line-height: 1.5em;
	color:var(--scuro);
}

#servizi button {
	font-size: .7rem;
	text-align: left;
	padding: 5px 10px;
	margin-left: 20px;
	border-radius: 5px;
	line-height: 1.5em;
	border: 0;
	color:var(--scuro);
}


#servizi ul {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;

}


#servizi ul li:hover {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.25)!important;
	background-color: var(--chiaro);
}



#servizi ul li {
	width: 30%;	
	text-align: left;
	margin: 2% 1%;
	padding: 20px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	height: 400px;
	background-color: #fff;
	border-radius: 5px;
}

#servizi ul li h2{
	font-size: 1.4rem;
	font-weight: 500;
	padding-bottom: 0px;
}

#servizi ul li .img{
	margin-left: 20px;
	width: 100%;
	height:80px;
	background-size: contain;
	background-position: left;
	opacity: .8;
}


#servizi ul li .sopra{
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 400px;
	text-align: center;
}


#servizi ul li  h3{
	font-size: 1.2em;
	font-weight: 400;
	color: var(--verdechiaro);
	padding: 20px;
}


#servizi ul li .sopra p{
	font-size: 1em;
	font-weight: 400;
	padding: 20px;
	opacity: 0;
}

#servizi ul li .sopra:hover  {
	transition: transform 0.3s ease;
	transform:translateY(-100px);
}

#servizi ul li .sopra:hover p{
	transition: opacity 0.3s ease;
	opacity: 1;
}

#servizi ul li .sopra .icona {
    height: 180px;
    text-align: center;
    position: relative; /* Assicurati che l'elemento abbia una posizione relativa o assoluta per animare la proprietà left */
    animation: moveRight .5s forwards; /* Applica l'animazione all'elemento */
filter: none;
}
/* Definizione dell'animazione al passaggio del mouse */
@keyframes moveLeft {
    from {
		transform:rotate(0deg) ; /* Posizione iniziale (destra) */
    }
    to {
		transform:rotate(4deg) ; /* Posizione finale (sinistra) */
    }
}
/* Definizione dell'animazione */


/* Quando il mouse entra nell'elemento */
#servizi ul li .sopra:hover .icona {
    animation: none; /* Rimuove l'animazione predefinita */
    animation: moveLeft 1s forwards; /* Applica una nuova animazione al passaggio del mouse */
	opacity: .9;
}

@keyframes moveRight {
    from {
        transform:rotate(4deg) ; /* Posizione iniziale (sinistra) */
    }
    to {
        transform:rotate(0deg) ; /* Posizione finale (destra) */
    }
}


#servizi ul li .sopra .icona img{
	height: 150px;
}


#servizi ul li .sopra h3{
	font-size: 1.3em;
	font-weight: 400;
	color: var(--chiaro);
}

#servizi ul li .sopra h3 span{
	padding: 5px;
	background-color:var(--scuro);
}



.material-symbols-outlined {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
  
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
  
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
  
	/* Support for IE. */
	font-feature-settings: 'liga';
  }



#blog {
	position: relative;
	padding: 10% 0;
}

#blog h2 {
	font-family: 'Roboto',sans-serif;
	font-size: 5em;
	line-height: 4rem;
	padding: 0px 0px 30px 10%;
}

#blog h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 2em;
	line-height: 1rem;
	color: #c0aa8f;
	padding-left: 18%;
}

#blog p {
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	line-height: 1.8rem;
	padding: 20px 10%; 
	color: #c0aa8f;
}

#blog ul {
	display: flex;
	justify-content: left;
	flex-direction: row;
	padding: 0px 0;
}

#blog ul li{
	width: 30%;
	margin: 1.5%;
	padding: 0px;
	background-color: #fff;
}

#blog ul li div{

	padding: 20px;
}

#blog ul li .img{
	width: 100%;
	height: 280px;
	background-size: cover;
	background-position: right;
}


#blog ul li p {
	font-family: "Roboto",sans-serif;
	font-size: 1em;
	line-height: 1.5rem;
	padding: 5px 10px; 
	color: #c0aa8f;
}

#blog ul li h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 1.6em;
	line-height: 1.8rem;
	color: var(--scuro);
	padding: 10px 10px;
}

#blog ul li h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	line-height: 1.5rem;
	color: var(--scuro);
	padding: 5px 10px;
}

/*_______UN SOLO CONTENUTO _______*/


#blog ul.blog1 li{
	width: 100%;
	padding: 20px;
	background-color: #fff;
}

#blog ul.blog1 li div{

	padding: 40px;
}

#blog ul.blog1 li .img{
	float: left;
	width: 50%;
	height: 500px;
	margin-right: 30px;
	background-size: cover;
	background-position: right;
}

#blog ul.blog1  li p {
	font-size: 1.2em;
	line-height: 1.8rem;
	padding: 10px; 
	color: #c0aa8f;
}

#blog ul.blog1 li h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 2.6em;
	line-height: 2.8rem;
	color: var(--scuro);
	padding: 10px;
}

#blog ul.blog1 li h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 1.85em;
	line-height: 1.85rem;
	color: var(--scuro);
	padding: 10px;
}

/*_______DUE CONTENUTI _______*/

#blog ul.blog2 li{
	width: 44%;
	margin: 3%;
	height: 650px;
	padding: 0px;
	background-color: #fff;
}

#blog ul.blog2 li div{

	padding: 20px;
}

#blog ul.blog2 li .img{
	width: 100%;
	height: 330px;
	margin: 0;
	background-size: cover;
	background-position: right;
}

#blog ul.blog2  li p {
	font-size: 1.1em;
	line-height: 1.8rem;
	padding: 10px; 
	color: #c0aa8f;
}

#blog ul.blog2 li h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 2em;
	line-height: 2.2rem;
	color: var(--scuro);
	padding: 10px;
}

#blog ul.blog2 li h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 1.4em;
	line-height: 1.85rem;
	color: var(--scuro);
	padding: 10px;
}


main .paginazione {
	padding: 0px 50px 30px;


}

main .paginazione ul {
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
  

}

main .paginazione ul li{
    min-width: 30px;
	width: auto;
    font-size: .8em;
    padding: 5px;
    border: 1px solid #ccc;
    margin: 5px;
      text-align: center;
      cursor: pointer;
}

main .paginazione ul li.sele{
    background-color: var(--scuro);
    color: #fff;
}

main .paginazione ul li.senza{
    border: 0;
    width: 20px;
    margin: 5px 0;
    cursor: auto;
}



.relative {
	position: relative;
}

.conthover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9;
    display: none;
    background-color: #fff;
}

.conthover.opacity {
	opacity: .8;
}

.popup {
	top: 0;
	left: 0;
	position: fixed;
	width: 80%;
	height: 80vh;
	margin: 10vh 10%;
	background-color: #fff;
	z-index: 10;
	display: none;
}

.hover {
    position:absolute;
    top: 0;
    z-index: 10;
    left: 0;
    width: 100%;
    min-height: 100vh;
    display: none;
}

.hover .boxcontenuto{
    position: relative;
    width: 100%;
    max-width:1280px;
    margin: 0 auto;
    padding: 0px;

}

.hover .boxcontenuto input, .hover .boxcontenuto select, .hover .boxcontenuto textarea   {
    width: 95%;
    font-size: 1.2em;
    border: 0;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 5px 0;


}



.hover .boxcontenuto.esteso{
    max-width:none;
	height: 100vh;
	position: fixed;

}

.hover .boxcontenuto .altezza{
	height: 100vh;
	overflow-y: auto;
}

.hover .boxcontenuto .boxaccesso .accedigoogle {
	padding: 20px 40px;
	position: relative;
	padding-left: 50px;
	background-size: 40px;
	background-position: left;
	background-color: transparent;
	border: 1px solid #ccc;
	border-radius: 10px;
	color: #000;

}

.hover .boxcontenuto .boxaccesso .colonna{
	padding: 50px;
	display: flex;
	
align-items: center; /* Centrato verticalmente */
justify-content: center;

}


.hover .boxcontenuto .boxaccesso .colonna.bloccato{

	
align-items: normal; /* Centrato verticalmente */

}

.hover .boxcontenuto .boxaccesso .colonna100{
	width: 100%;
}

.hover .boxcontenuto .boxaccesso .colonna50.left{
	padding-left: 10%;

}



.hover .boxcontenuto ul.elenco-prodotti{
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 10px;


}

.hover .boxcontenuto ul.elenco-prodotti li{
	display: flex;
	flex-direction: row;
	padding: 5px;
	line-height: 1rem;
	align-content: center;
	border-bottom: 1px dotted #ccc;

}

.hover .boxcontenuto ul.elenco-prodotti .t_right{
	text-align: right;
}

.hover .boxcontenuto ul.elenco-prodotti .auto{
	width: 50%;
	padding: 5px;
	font-size: .9rem;
	line-height: 1.2rem;
}

.hover .boxcontenuto ul.elenco-prodotti .autoplus.t_right{
	text-align: right;
}



.hover .boxcontenuto ul.elenco-prodotti .autoplus{
	width: 100%;
	padding: 5px;
	font-size: .9rem;
	line-height: 1.2rem;
}

.hover .boxcontenuto ul.elenco-prodotti .media{
	width: 20%;
	padding: 5px;
	font-size: .9rem;
	line-height: 1.2rem;

}

.hover .boxcontenuto ul.elenco-prodotti .big{
	font-size: 2rem;

}

.hover .boxcontenuto ul.elenco-prodotti input{
	margin: 5px 0px;
	font-size: .9rem;
	padding: 5px;
	width:80%;

}





.hover .boxcontenuto .boxaccesso ul{
	display: flex;
	justify-content: left;
	flex-direction: column;

}

.hover .boxcontenuto .boxaccesso ul li{
	font-size: 1.5em;
	line-height: 1.8em;
	padding: 5px;

}

.hover .boxcontenuto .boxaccesso input{
	margin: 10px 0px;
	width:80%;

}

.hover .boxcontenuto .boxaccesso label{
	display: block;
	width:100%;
	white-space: wrap;

}

.hover .boxcontenuto .boxaccesso h3{
	font-size: 1.5rem;
	padding: 10px 0px;
}

.hover .boxcontenuto .boxaccesso p{
	font-size: 1.2rem;
	padding: 10px 20px;
}

.hover .boxcontenuto .boxaccesso p.dim{
	text-decoration: underline;
	cursor: pointer;
}

.hover .boxcontenuto .boxaccesso .dimpass{
	display: none;
}

.hover .boxcontenuto .boxaccesso p.dim:hover{
color:#c0aa8f
}

.hover .boxcontenuto .boxaccesso button{
	background-color:var(--scuro);
	color: #fff;
	padding: 10px 20px;
	margin: 20px;
	border: 0;
	cursor: pointer;
}

.hover .boxcontenuto .boxaccesso button:hover{
	background-color:#c0aa8f
}


.hover .chiudi{
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 2em;
    z-index: 2;

}

.t_center {
	text-align: center;
}



/*_________FOOTER_*/


.newsletter {
	background-color: var(--verde);
padding: 20px;
}

.newsletter ul.elenco-contenuti li {
	width: 50%;
	text-align: center;
}

.newsletter ul.elenco-contenuti li h3{
	font-size: 2.2em;
	text-align: right;
	color: #fff;
}

.newsletter ul.elenco-contenuti li h4{
	font-size: 1em;
	text-align: right;
	color: #fff;
}

.newsletter ul.elenco-contenuti li p{
	font-size: 1em;
	text-align: center;
	color: #fff;
	padding: 5px 0;
}

.newsletter ul.elenco-contenuti li p span{
	font-size: .9em;
	text-align: center;
	color: #fff;
}

.newsletter a:link, .newsletter a:visited{
	color: #fff;
	text-decoration: underline;
}


.newsletter input {
	background-color: #fff;
	padding: 10px 10px 10px 20px;
	border-radius: 20px 0 0 20px;
	border: 0;
width:100%;
max-width: 400px;
height: 40px;
overflow: hidden;
}

.newsletter button {
	background-color: #000;
	padding: 10px;
	border-radius: 0 20px 20px 0 ;
	border: 0;
width: 100px;
height: 40px;
overflow: hidden;
color: #fff;
}


.sfondofooter {
	position: absolute;
	background-position: top center;
	background-size: auto 200px;
	background-repeat: repeat-x;
	height: 40px;
	width: 100%;
	z-index: 3;
	margin-top: -30px;
}

footer {	
	margin: 0 auto;
	width: 100%;
	padding: 10px 30px;
	color: #ccc;
	max-width: 1480px;
}


footer a:link, footer a:visited {
	color: #c0aa8f;
}

footer a:hover {
	color: #fff;
}

footer .logo {
	position: absolute;
	top:-90px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	height: 140px;
	padding: 5px 0;
	z-index: 6;
}


footer .segnalazioni {
	background-color:var(--celeste);
	color:var(--scuro);
	padding: 10px 20px;
	border: 0;
	font-size: 1rem;
	cursor: pointer;
	border-radius: 5px;
}

footer .segnalazioni:hover {
	background-color: #c0aa8f;
}


footer .scritta {
	float: left;
	font-size: 1.6em;
	padding: 15px 10px;
	color:var(--scuro);
	font-weight: 600;
}

footer ul.elenco-contenuti {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

footer ul.elenco-contenuti li{
	text-align: left ;
	padding: 5px;

}

footer ul.elenco-contenuti li.right{
	text-align: right ;
	padding: 5px;

}



.blocca {
	margin: 0;
	clear: both;
}

.blocca1 {
	margin: 0;
	clear: both;
	border-bottom: 1px dotted #ccc;
}

.caricamento {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    line-height: 100vh;
    z-index: 12;
    text-align: center;
    display: none;
    background-color: #fff;
    opacity: .8;
}

.caricamento span{
    background-color: var(--scuro);
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 40px;
    font-size: 2em;
    animation-name: drager;
	animation-duration: 1s;
	animation-iteration-count: 5;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    line-height: 100vh;
    z-index: 12;
    text-align: center;
    background-color: #fff;
    opacity: .9;
	background-position: center;
	background-size: 100px;
}