@charset "UTF-8";

#gitebox::-webkit-scrollbar{
    display: none;
  }

@media (max-width: 360px){
}

	
	#footer{
	position: fixed;
	left: 0;
	bottom: 0;
	height: 40px;
	width: 100%;
	color: #fff;
	background-color:darkred;
	padding: 0.01em 16px;
	font-family: Verdana,sans-serif;
	font-size: 15px;
	line-height: 1.5;
	z-index: 99;
}

.bg-antique{background-color: #FFE39A;}
.antique{color:  #FFE39A;}
.orange {
	color: #FE7338;
}
.white {color:white;}

body {margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
    font-family: 'Baloo 2', cursive;
	font-family: 'DM Sans', sans-serif;
	background: linear-gradient(#ffbd6e 40%, #fff 100%);
	background-repeat: no-repeat;
	background-size: cover;
	
}


.d-flex{
	display: inline-flex;
	align-content: space-around;
}

h1,h2,h3 {
    color: darkgreen;
    padding: 0px;
    margin: 0px;
    font-family: 'Baloo 2', cursive;
}

.navmenu {
	position:sticky;
	align-items: center;
	display: flex;
	align-content: space-between;
    top:0px;
	background-color: darkgreen;
	color: white;
	height:38px;
	padding: 8px;
	z-index: 99;
	
}

html {
	margin: 0px;
	width: 100%;
}

.contentbox {
	z-index: 1;
	position: relative;
	display: flex;
	vertical-align: top;
	margin: 8px;
	padding: 8px;
	background-color: white;
	min-height: 60px;
	height: 150px;
	min-width: 240px;
	box-shadow: 0px 0px 8px grey;
border-radius: 12px}

.iconafoto img {	
	border-radius: 8px;
	}

.descrizione {padding-left: 8px;
	max-width: 100%;
	margin-top: -20px;
}

h5, h6 {
	font-weight: 100;
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
	color: inherit;
}

#gitebox {
overflow-x: scroll;
	min-height: 120px;
	height: 250px;
	margin: 20px 0px;
	overflow-y: hidden;
	display: flex;
	width: 100%;
}

gitebox::-webkit-scrollbar{
    display: none;
  }


.m-1{margin:8px;
	padding:8px;
}

p {
	font-size: 10pt;
	padding: 0px;
	margin:0px;
	text-align:auto;
}

.header {
	width: 100%;
	height: auto;
	margin-bottom: -5px;
	z-index: -10;
}

.fissotest {
	overflow: clip;
	display: block;
}

.static {
	position: static;
	width: 100%;
	
}

.bg-gradient {
	background: linear-gradient(#ffd7a8 0%, #fff 100%);
	height: 200px;
	margin: 0px;
}

.container {
	margin: 0px;
}

.navmenu1 {
	
position:sticky;
	align-items: center;
	display: flex;
	align-content: space-between;
    top:0px;
	background-color: white;
	color: white;
	height:18px;
	padding: 8px;}

.z-10 {
	z-index: 100;
}

.box {
	position: relative;
	border-radius: 16px;
	margin: 16px;
	padding: 8px;
	background-color: white;
	min-height: 100px;
	min-width: 240px;
	box-shadow: 0px 0px 8px grey;
}

.box1 {
	position: relative;
	border-radius: 16px;
	margin: 8px;
	padding: 8px;
	background-color: white;
	min-height: 60px;
	height: 150px;
	min-width: 240px;
	box-shadow: 0px 0px 8px grey;
}

.foto{
	padding: 8px;
	border-radius: 8px;
}

.partealta {
	display: flex;
	align-content: space-between;
	vertical-align: top;
	padding: 8px;
}

.rounded{border-radius:20px;
}

.select {
	font-family: 'Baloo 2', cursive;
	font-size: 400;
	border-radius: 99px;
	background-color: white;
	padding: 8px;
	border: none;
	box-shadow: 0px 0px 10px grey;
}

.button {
	background-color: #FE7338;
	padding: 8px;
	color: white;
	border-radius: 99px;
	min-width: 90px;
	width: 90px;
	text-align: center;
	font-family: 'Baloo 2', cursive;
	font-size: 400;
	box-shadow: 0px 0px 10px grey;
}

.blocco{
	margin: 0px;
	  overflow: hidden;
}

#box {
	height: 240px;
	
	
}

.boxrel {
		position: relative;
	border-radius: 16px;
	margin: 8px;
	padding: 0px;
	min-height: 180px;
	min-width: 280px;
	height: 200px;
}

h4 {
	padding: 0px;
		margin: 0px;
	font-family: "Baloo 2", cursive;
}
p{}

.infobox {
position: relative;
	border-radius: 16px;
	margin: 16px;
	padding: 8px;
	background-color: white;
	min-height: 100px;
	min-width: 240px;
	box-shadow: 0px 0px 8px grey;
}

.button-small {
	display: inline-block;
	background-color: green;
	padding: 4px 16px;
	margin: 4px 0px;
	color: white;
	border-radius: 99px;
	text-align: center;
	font-family: 'Baloo 2', cursive;
	box-shadow: 0px 0px 10px grey;
}

.modale {
	
	display: block;
	z-index: 1001;
	position: fixed;
	float: none;
	padding:  16px 0px;
	min-height: 100px;
	padding-bottom: 20px;
	width: 90%;
	background-color: white;
	border-radius: 24px;
	margin: 20px;
	box-shadow: 0px 0px 10px grey;
	text-align: center;
}
.modale img{margin-bottom:20px;margin-top:20px}

.scuro {
	z-index: 1001;
	display:block;
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.66);
	margin:0px;
	padding: 0px;
	
}

button {
	background-color: transparent;
	text-decoration: none;
	border: none;
	cursor: pointer;
}

#contenitore-info {
	background-color: #f0d8b4;

}

.informativa_1 {
  position: fixed;
  display: block;
  margin: 5%;
	background-color: #006633;
  color: black;
  border-radius: 24px;
  z-index: 1002;
  height: 85%;
  top: 0px;
  left: 0px;
  width: 90%;
	box-shadow: 0px 0px 8px grey;
}
.informativa_titolo {
	font-family: 'Baloo 2', cursive;
	font-size: 25px;
	font-weight: 700;
	line-height:1.6rem;
	display: block;
	background-color: #f0d8b4;
	color: green;
	text-align: center;
	border-radius: 24px 24px 0px 0px;
	padding: 0px;
	padding-top: 10px;
}
.informativa_corpo {
	display: block;
	background-color: white;
	color: black;
	height: 400px;
	border-radius: 0px 0px 24px 24px;
	padding: 2rem;
}
.informativa_corpo_verde {
	display: block;
	background-color: white;
	color: black;
	height: 80%;
	border-radius: 24px 24px 24px 24px;
	margin: 12px;
}
.informativa_footer {
	display: block;
	position: absolute;
	bottom: 0px;
	font-family: 'Baloo 2', cursive;
	font-size: 2rem;
	font-weight: 700;
	background-color: #006633;
	color: green;
	text-align: center;
	border-radius: 0px 0px 24px 24px;
	width: 100%;
	padding-bottom: 12px;
}
.informativa_immagine {
	display: block;
	text-align: center;
	border-radius: 24px 24px 0px 0px;
	width: 100%;
}
.informativa_icona {
	display: inline-block;
	text-align: center;
	border-radius: 999px;
	width: 96px;
	height: 96px;
	top: 10px;
	border: 5px solid white;
	box-shadow: 2px 2px 4px #000000;
	position: relative;
	left: 5px;
}
.informativa_pulsante {
	display: inline-block;
	margin: 5px 5px;
	font-family: 'Baloo 2', cursive;
	font-size: 1rem;
	font-weight: 700;
	background-color: #f19101;
	color: white;
	border-radius: 999px;
	padding: 5px 20px;
}
.informativa_pulsante_bordato {
	display: inline-block;
	margin: 5px 5px;
	font-family: 'Baloo 2', cursive;
	font-size: 1rem;
	font-weight: 700;
	background-color: #006633;
	border: 2px solid #f19101;
	color: white;
	border-radius: 999px;
	padding: 5px 20px;
}

.button1 {
	font-family: 'Baloo 2', cursive;
	font-size: 1rem;
	font-weight: 700;
	position: absolute;
	right: 6px;
	bottom: 57px;
	background-color: greenyellow;
	color: green;
	border-radius: 999px;
	padding: 0px 6px;
}

.mappa1 {
	display:block;
	position: absolute;
	width: 100%;
	height: 90%;
}
.mappa_footer {
	display: block;
	position: fixed;
	bottom: 0px;
	font-family: 'Baloo 2', cursive;
	font-size: 2rem;
	font-weight: 700;
	background-color: white;
	color: black;
	text-align: center;
	border-radius: 24px 24px 0px 0px;
	width: 100%;
	padding-bottom: 12px;
	z-index: 100001;
	max-height: 350px;
	height: 350px;
	transition: all 0.2s linear;
}
.tondo {
	padding: 4px 12px;
	border: 4px solid #f19101;
}
.blocco_punto_interesse {
	border-radius: 8px;
	background-color: #ececec;
	color: black;
	margin: 4px;
	display:flex;
	justify-content: space:between;
	padding: 4px;
}
.linguettatop {
	display: block;
	height: 50px;
	color: gray;
	background-color: white;
	border-radius: 24px 24px 0px 0px;
	font-size: 1rem;
}
.contenitore_pi {
	height: 300px;
	overflow-y: auto;
}
.icona_interesse {
	border-radius: 8px;
	border: 2px solid green;
}}
