@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


:root {
  --verde1: #184738;
  --verde2: #009b68;
  --verde3: #00e69b;
  --ocra: #efc712;
}

::-moz-selection  {
background: var(--verde2);
color: white;
}
::selection   {
background: var(--verde2);
color: white;
}

html, body    {  
	width: 100%;   
   	height: 100%;   
 	margin: 0;   
    padding: 0; 
	}

body {
	background-color: #f1e9d4;
	color: #222;
	font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
	font-weight: 400;
	line-height: 25px;
	 margin: 0;   
    padding: 0;
	text-align: center;
	}

#container{
	overflow: hidden;
}

a {
    color: var(--verde2);
	text-decoration: none;
	outline: none;
}

a:hover{
	color:var(--theme1);
	}

.verde1{color:var(--verde1);}
.verde2{color:var(--verde2);}
.verde3{color:var(--verde3);}
.ocra{color:var(--ocra);}

#clear{clear:both;}


#key{
	color:#f1e9d4; 
	position: absolute;
	font-size: 0.5em;
	line-height: 10px;
}

#header{
	display: block;
	margin: 0 auto;
	width: 100%;
	background-color: #f1e9d4;
	z-index: 105;
	position: relative;
    margin-top: 60px;
    height: 62px;
	}

#testa{
	display: block;
	margin: 0 auto;
	max-width: 1500px;
	}

#logo{
	display: inline;
	float: left;
	margin-top: -26px;
	width: 30%;
	text-align: left;
	z-index: 110;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
	}

#logo img{
	width: 100%;
	max-width: 220px;
	}

#sotto-menu {
	display: block;
	margin: 0 auto;
	max-width: 1500px;
	position: relative;
    text-align: left;
    padding: 1px 5px 8px 0px;
    margin-top: 0px;
    font-size: 1.2em;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}

#sotto-menu a{
    font-size: 1.1em;
	color: var(--verde2);
    font-weight: 400;
}

#sotto-menu a:hover{
	color: var(--verde1);
}

#sotto-menu2 {
	display: block;
	margin: 0 auto;
	max-width: 1500px;
	position: relative;
    text-align: left;
    padding: 1px 5px 8px 0px;
    margin-top: 20px;
    font-size: 1.2em;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}

#sotto-menu2 a{
    font-size: 1.1em;
	color: var(--verde2);
    font-weight: 400;
}

#sotto-menu2 a:hover{
	color: var(--verde1);
}

#footer {
	margin: 0 auto;
    position: relative;
	background-color: #2b3330;
	color: #fff;
	padding-top: 40px;
	z-index: 700;
    font-size: 1.05em;
	}

#logo-footer {
	margin: 0 auto;
    margin-top: -80px;
	width: 100%;
	max-width: 140px;
	}

#categorie-f {
    max-width: 1300px;
	display: block;
	margin: 0 auto;
	line-height: 28px;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
	}

#categorie-f .cat {
	margin: 0 auto;
	display: inline;
	float: left;
	width: 24.5%;
    padding-bottom: 30px;
    text-align: left;
    padding-left: 6px;
    line-height: 40px;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
	}

#footer .cat span{
	font-size: 1.3em;
	}

#footer .passaro {
	font-size: 0.9em;
	font-weight: 400;
	}

#footer a {
    color: #fff;
	text-decoration: none;
}

#footer a:hover{
	color: var(--verde3);
	border-bottom: solid 1px var(--verde3);
}

#footer a.tel {
    cursor: default;
}

#footer a.tel:hover {
    color: #fff;
	border-bottom: solid 0px #333;
}

#footer span{
	color: #fff;
	}

#footer .key{
	color: #555;
    font-size: 0.8em;
    line-height: 18px;
	}

#top{
    width:50px;
    padding:5px;
    position:fixed;
    bottom:50px; 
    right:15px;
    cursor:pointer;
    z-index:800;
	display: none;
	}

#top img{
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
	}

#top img:hover{
    border-radius: 50%;
	}








/* responsive rules */
@media screen and (min-width: 1900px) {
    

.menu-container{
	width: 69%;
    font-size: 1.25em;
}

#sotto-menu {
    margin-top: 80px;
}

#sotto-menu2 {
	margin-top: 40px;
}
	
}

@media screen and (min-width: 1800px) and (max-width: 1899px) {

.menu-container{
	width: 69%;
    font-size: 1.25em;
}

#sotto-menu {
    margin-top: 80px;
}

#sotto-menu2 {
	margin-top: 40px;
}
    
    
}

@media screen and (min-width: 1600px) and (max-width: 1799px) {
    
.menu-container{
	width: 69%;
    font-size: 1.25em;
}

#sotto-menu {
    margin-top: 80px;
}

#sotto-menu2 {
	margin-top: 40px;
}
	
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
    
.menu-container{
	width: 69%;
    font-size: 1.25em;
}

#sotto-menu {
    margin-top: 80px;
}

#sotto-menu2 {
	margin-top: 40px;
}
	
}

@media screen and (min-width: 1220px) and (max-width: 1399px) {
    
.menu-container{
	width: 69%;
    font-size: 1.25em;
}

#sotto-menu {
    margin-top: 80px;
}

#sotto-menu2 {
	margin-top: 40px;
}
	
}

@media screen and (min-width: 1150px) and (max-width: 1219px) {
    

.menu-container{
	width: 69%;
    font-size: 1.25em;
}

#sotto-menu {
    margin-top: 80px;
}

#sotto-menu2 {
	margin-top: 40px;
}
    
#categorie-f .cat {
    width: 24%;
	}
	
}

@media screen and (min-width: 1001px) and (max-width: 1149px) {

#logo{
	width: 27%;
} 
    
.menu-container{
    width: 72%;
    font-size: 1.25em;
}

#sotto-menu {
    margin-top: 80px;
}

#sotto-menu2 {
	margin-top: 40px;
}
    
#categorie-f {
    max-width: 900px;
	}
    
#categorie-f .cat {
	width: 48.5%;
	}

}


@media screen and (min-width: 851px) and (max-width: 1000px) {
    
#header{
	background-color: var(--verde1);
    margin-top: 10px;
    height: 110px;
	}
    
#logo{
	width: 60%;
	float:left;
    margin-top: -7px;
    margin-bottom: -10px;
}
    
.menu-container{
    font-size: 1.25em;
}

.menu-container a.top{
    padding: 22px 6px;
}

.menu-mobile {
    margin-top: -40px;
}

#sotto-menu {
    margin-top: 290px;
}

#categorie-f {
    max-width: 700px;
	}
    
#categorie-f .cat {
	width: 48.5%;
	}
	
}


@media screen and (min-width: 651px) and (max-width: 850px) {
    
#header{
	background-color: var(--verde1);
    margin-top: 10px;
    height: 110px;
	}
    
#logo{
	width: 60%;
	float:left;
    margin-top: -7px;
    margin-bottom: -10px;
}
    
.menu-container{
    font-size: 1.25em;
}

.menu-container a.top{
    padding: 22px 6px;
}

.menu-mobile {
    margin-top: -40px;
}

#sotto-menu {
    margin-top: 290px;
}

#categorie-f {
    max-width: 550px;
	}
    
#categorie-f .cat {
	width: 48.5%;
	}	
    
	

}

@media screen and (min-width: 451px) and (max-width: 650px) {

    
#header{
	background-color: var(--verde1);
    margin-top: 10px;
    height: 100px;
	}
    
#logo{
	width: 68%;
	float:left;
    margin-top: -7px;
    margin-bottom: -10px;
}
    
#logo img{
	width: 100%;
	max-width: 200px;
}
    
.menu-container{
    font-size: 1.25em;
}

.menu-container a.top{
    padding: 22px 6px;
}

.menu-mobile {
    margin-top: -30px;
}

#sotto-menu {
    margin-top: 250px;
}

#footer {
    font-size: 1em;
	}
    
#categorie-f .cat {
	width: 48%;
	}


}


@media screen and (min-width: 291px) and (max-width: 450px) {
    
#header{
	background-color: var(--verde1);
    margin-top: 10px;
    height: 87px;
	}
    
#logo{
	width: 67%;
	float:left;
    margin-top: -7px;
    margin-bottom: -10px;
}
    
#logo img{
	width: 100%;
	max-width: 170px;
}
    
.menu-container{
    font-size: 1.2em;
}

.menu-container a.top{
    padding: 21px 6px;
}

.menu-mobile {
    margin-top: -20px;
}

.menu-mobile:after {
    margin-right: -10px;
}

#sotto-menu {
    margin-top: 230px;
}

#footer {
    font-size: 1em;
	}

#categorie-f {
    max-width: 250px;
	}
    
#categorie-f .cat {
	width: 98%;
	}
	
	
}

@media screen and (max-width: 290px) {
    
    
#header{
	background-color: var(--verde1);
    margin-top: 10px;
    height: 87px;
	}
    
#logo{
	width: 60%;
	float:left;
    margin-top: -7px;
    margin-bottom: -10px;
}
    
#logo img{
	width: 100%;
	max-width: 150px;
}
    
.menu-container{
    font-size: 1.2em;
}

.menu-container a.top{
    padding: 21px 6px;
}

.menu-mobile {
    margin-top: -4px;
}

.menu-mobile:after {
    font-size: 1.05em;
    margin-right: -15px;
}

#sotto-menu {
    margin-top: 100px;
}

#footer {
    font-size: 1em;
	}

#categorie-f {
    max-width: 250px;
	}
    
#categorie-f .cat {
	width: 98%;
	}	
	
	
}