#bg-head {
	margin: 0 auto;
	position: relative;
    width: 100%;
    margin: 0px;
    margin-top: 60px;
    margin-bottom: 0;
    z-index: 100;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
	}

#bg-head .slogan{
	margin: 0 auto;
	position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 200;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
	}

#bg-head .slogan .text{
	margin: 0 auto;
	position: relative;
    max-width: 1500px;
    font-size: 2.8em;
    font-weight: 700;
    line-height: 60px;
	color: var(--verde2);
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
	}

#title-sez {
    margin: 0 auto;
	position: relative;
    max-width: 1500px;
    font-size: 3.2em;
    font-weight: 700;
    margin-top: 80px;
    line-height: 60px;
    padding: 4px;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
	}

#sotto-tit {
    display: block;
	margin: 0 auto;
	max-width: 1500px;
	position: relative;
    font-size: 2em;
    font-weight: 600;
    line-height: 34px;
    margin-top: 50px;
    padding: 4px;
	}

#text {
    display: block;
	margin: 0 auto;
	max-width: 1500px;
	position: relative;
    font-size: 1.6em;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 4px;
    font-weight: 500;
	}

#privacy {
	max-width: 1500px;
	margin: 0 auto;
	margin-top: 50px;
    margin-bottom: 90px;
    font-size: 1.3em;
    line-height: 30px;
	}

#privacy p{;
	text-align: left;
	max-width: 95%;
	margin-left: 5px;
	}

#privacy .par{
	font-size: 0.95em;
	line-height: 23px;
	text-align: left;
	max-width: 95%;
	margin-left: 5px;
	}

#privacy .bigtitle{
	color: #de1f29;
	font-weight: 400;
	font-size: 1.6em;
	line-height: 40px;
	}

#privacy .title{
	font-size: 0.9em;
	font-weight: 600;
	}

#privacy .azienda{
	color: #000;
	font-weight: 600;
	}

#privacy a{
	line-height: 30px;
	font-size: 1.7em;
	
	}

#privacy a:hover{
	
	}

#privacy .sub-intestazione{
	font-size: 1.1em;
	line-height: 40px;
	margin-top: 5px;
	}

#privacy .cookies{
	color: #000;
	font-weight: bold;
	}

#privacy .b{
	font-weight: bold;
	}

#link a{
	font-size: 1.1em;
	text-decoration: underline;
	}




/* responsive rules */
@media screen and (min-width: 1900px) {


	
}

@media screen and (min-width: 1800px) and (max-width: 1899px) {



}

@media screen and (min-width: 1600px) and (max-width: 1799px) {
	

	
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
    


	
}

@media screen and (min-width: 1220px) and (max-width: 1399px) {
    


	
}

@media screen and (min-width: 1001px) and (max-width: 1219px) {


	
    
    
}


@media screen and (min-width: 851px) and (max-width: 1000px) {
    



}


@media screen and (min-width: 651px) and (max-width: 850px) {
    


    
	
}

@media screen and (min-width: 451px) and (max-width: 650px) {





}


@media screen and (min-width: 291px) and (max-width: 450px) {


    
	
}

@media screen and (max-width: 290px) {
	

	
#bg-head .slogan .text{
    font-size: 2.4em;
    line-height: 56px;
	}

#title-sez {
    font-size: 2.8em;
	}

	
	
}