        /* --- RESET E REGOLE BASE --- */
		
		
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
		
		html {
			scroll-behavior: smooth;
    scroll-timeline: 1s; /* Regola la durata */
		}

        body {
            font-family: Arial, Helvetica, sans-serif;
            background-color: #ffffff;
            line-height: 1.6;
			color: #0c1a3f;
			
        }

        /* --- MENU DI NAVIGAZIONE --- */
        .navbar {
            width: 100%;
            background-color: #0c1a3f;
            border-bottom: 1px solid #f4ebe4;
            position: sticky;
            top: 0;
            z-index: 1000;
        }

        .nav-container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px;
        }
		
		
		.nav-container img {
		width:500px;
		height: auto;		
		max-width:90%;
		}

   /*
        .nav-menu {
            display: flex;
            list-style: none;
            gap: 20px;
        }

        .nav-menu a {
            text-decoration: none;
            color: #555555;
            font-weight: 500;
            transition: color 0.3s ease;
        }

        .nav-menu a:hover {
            color: #000000;
        }*/
		
		

        /* --- SEZIONE HERO --- */
        .hero {
            width: 100%;
            padding: 80px 20px;

background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 85vh;
  background-image: url(../notte02.jpg);
  position: relative;

        }

        .hero-content {            
            margin: 0 auto;
			 position: absolute;
  margin-left: 16%;
  top: 30%;
  max-width: 1200px; /*INSERIRE I VALORI IN REM*/
  			
        }

        .hero h1 {
            font-size: 55px; /*INSERIRE I VALORI IN REM*/
            margin-bottom: 20px;
            color: #111111;
            width: auto;
  /*background: #575757;
  background: rgba(0,0,0,0.6);*/
  padding: 0.5em;
  font-weight: normal;
  line-height: 1.1;
  text-shadow: 1px 1px 0 #575757;
  color: white;
  text-align: left;
 
        }

        .hero p {
            font-size: 18px;
            color: #666666;
            margin-bottom: 30px;
			text-align: left;
			padding-left: 35px;
        }

        .hero-btn {
            display: inline-block;
            padding: 12px 30px;
            background-color: #93021f;
            color: #ffffff;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold;
            transition: background 0.3s ease;			
			background-image: url('../foto_posti/cerchio-rosso.png');
			/*background-size: cover; */      
			background-position: 10%;  
			background-repeat: no-repeat; 
			color: white;
        }

        .hero-btn:hover {
            background-color: #333333;
        }

        /* --- SPAZIO DI TESTO (MAIN CONTENT) --- */
		
		#percorso {
		}
		
		
        .main-content {
            width: 100%;
            padding: 60px 20px;
            background-color: #ffffff;
			max-width: 1300px;
  margin: 0 auto;
        }

        .text-container {
            max-width: 800px;
            margin: 0 auto;
        }

        .text-container h2 {
            font-size: 28px;
            margin-bottom: 20px;
            color: #111111;
        }

        .text-container p {
            margin-bottom: 20px;
            font-size: 16px;
            color: #444444;
        }
		
		
		#ContenitoreContenuto {
  background-color: white;
  margin-top: 0;
  margin-top: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0; 
  }
  
  .immaginePort {
  display: inline-block;
  width: 218px;
  padding: 3px;
  margin: 5px;
  vertical-align: top;
  }
  
  .immaginePort img {
  width: 200px;
  height: 150px;
  -webkit-box-shadow: 2px 2px 7px #ccc;
  box-shadow: 2px 2px 7px #ccc;
  /*border: 2px solid #f4ebe4 !important;*/
  border-radius: 10px;
}




#contenuto h1 {
color: #93021f;}

#contenuto a, .footer a {
            color: #0c1a3f;
            font-weight: 700;
            text-decoration: none;
            transition: color 0.2s ease;
        }

        #contenuto a:hover, .footer a:hover {
            color: #000;
            text-decoration: underline;
        }
		
		
		
/* STILE PER IL PULSANTE EVENTI */
#contenuto .btn-eventi {
    display: inline-block;
    background-color: #93021f;
    color: #ffffff;            /* Testo bianco per renderlo leggibile sul rosso */
    padding: 12px 24px;        /* Spaziatura interna (sopra/sotto e destra/sinistra) */
    text-decoration: none;     /* Rimuove la sottolineatura classica del link */
    border-radius: 7px;        /* Arrotonda leggermente gli angoli */
    font-weight: bold;
    margin-top: 10px;          /* Dà un po' di respiro rispetto al testo sopra */
	margin-right: 1em;
    transition: background-color 0.3s ease, transform 0.2s ease;
	box-shadow: 2px 2px 7px #ccc;
	background-image: url('../foto_posti/cerchio-rosso.png');
			/*background-size: cover; */      
			background-position: 10%;  
			background-repeat: no-repeat; 
			color: white;
}
#contenuto .btn-eventi a, contenuto .btn-eventi a:link, contenuto .btn-eventi a:visited {
color: #fff!important;}

/* Effetto al passaggio del mouse */
#contenuto .btn-eventi:hover {
    background-color: #333333; 
    color: #fff!important;  
		text-decoration: none!important;
	
}

/* Effetto click (leggero feedback visivo) */
.btn-eventi:active, .hero-btn:active {
    transform: scale(0.98);
}		


/*stile lista*/

.lista-chic {
  list-style: none; /* Rimuove i pallini brutti di default */
  padding: 0;
  margin: 20px 0;
}

.lista-chic li {
  position: relative;
  padding: 12px 15px 12px 50px; 
  margin-bottom: 10px;         
  background-color: #fff;   
  border-radius: 8px;           
  font-weight: 500;
  transition: all 0.3s ease;    
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.1); 
    font-size: 1.1rem;

}

.lista-chic li::before {
  content: "★"; 
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
  color: #93021f; 
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}

.lista-chic li:hover {
  transform: translateX(8px);   /* La riga si sposta leggermente a destra */
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.1); 
}

.lista-chic li:hover::before {
  transform: translateY(-50%) rotate(90deg); 
}



/* Contenitore principale */
.button-container {
  display: flex;            /* Attiva Flexbox per allineare in orizzontale */
  justify-content: center;  /* Centra il gruppo di pulsanti nella pagina */
  gap: 15px;                /* Gestisce lo spazio tra un pulsante e l'altro */
  padding: 20px;
}

/* Stile base dei singoli pulsanti */
.btn {
  padding: 12px 24px;
  font-size: 16px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  color: #ffffff;
  background-color: #93021f; 
  border: none;
  border-radius: 6px;        /* Angoli leggermente arrotondati */
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease; /* Rende le animazioni fluide */
}

/* Effetto al passaggio del mouse (Hover) */
.btn:hover {
  background-color: #333333; /*grigio scuro*/
  transform: translateY(-2px); /* Effetto micro-sollevamento */
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

/* Effetto al click (Active) */
.btn:active {
  transform: translateY(0); /* Il pulsante torna giù quando cliccato */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}



        /* --- FOOTER --- */
        .footer {
            width: 100%;
            background-color: #ffffff;
            border-top: 1px solid #e0e0e0;
            padding: 30px 20px;
            text-align: center;
            font-size: 14px;
            color: #777777;
        }

        /* --- RESPONSIVE (MOBILE) --- */
        @media (max-width: 768px) {
            .nav-container {
                flex-direction: column;
                gap: 15px;
            }

            .nav-menu {
                flex-direction: column;
                align-items: center;
                gap: 12px;
            }

            .hero h1 {
                font-size: 38px;
            }

            .hero p {
                font-size: 16px;
            }
        }