<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@300;600&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Laila:wght@600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredericka+the+Great&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&amp;family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;family=Noto+Sans:ital,wght@0,100..900;1,100..900&amp;family=Oswald:wght@200..700&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');

.wrapper {
     max-width: 100%;
     overflow-x: auto;
   }
   
.container {
  position: relative;
  width: 2000px; /* Larghezza fissa */
  height: auto;

  text-align: center;
}

.container img {
  width: 2000px; /* Larghezza fissa per l'immagine */
  height: auto; /* Mantiene le proporzioni dell'immagine */
}

@keyframes pulse-border1 {
  0% {
    box-shadow: 0 0 0 0 rgba(230, 178, 20, 0.9);
  }
  70% {
    box-shadow: 0 0 0 40px rgba(230, 178, 20, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(230, 178, 20, 0);
  }
}


.hotpoint {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #000;
  text-align: center;
}

.hotpoint1 {
  width: 6%;
  height: 4%;
  border: 2px solid #e6b214;
  animation: pulse-border1 2.3s infinite ease-in-out;
}
.hotpoint2 {
  width: 5%;
  height: 4%;
  border: 2px solid #e6b214;
  animation: pulse-border1 2.3s infinite ease-in-out;
}
.hotpoint3 {
  width: 5%;
  height: 4%;
  border: 2px solid #e6b214;
  animation: pulse-border1 2.3s infinite ease-in-out;
}
.hotpoint4 {
  width: 6%;
  height: 4%;
  border: 2px solid #e6b214;
  animation: pulse-border1 2.3s infinite ease-in-out;
}
.hotpoint5 {
  width: 6%;
  height: 4%;
  border: 2px solid #e6b214;
  animation: pulse-border1 2.3s infinite ease-in-out;
}
.hotpoint6 {
  width: 8%;
  height: 4%;
  border: 2px solid #e6b214;
  animation: pulse-border1 2.3s infinite ease-in-out;
}
.hotpoint7 {
  width: 7%;
  height: 4.5%;
  border: 2px solid #e6b214;
  animation: pulse-border1 2.3s infinite ease-in-out;
}
.hotpoint8 {
  width: 5.5%;
  height: 4%;
  border: 2px solid #e6b214;
  animation: pulse-border1 2.3s infinite ease-in-out;
}
.hotpoint9 {
  width: 5.5%;
  height: 3.7%;
  border: 2px solid #e6b214;
  animation: pulse-border1 2.3s infinite ease-in-out;
}
.hotpoint10 {
  width: 8%;
  height: 4%;
  border: 2px solid #e6b214;
  animation: pulse-border1 2.3s infinite ease-in-out;
}
.hotpoint11 {
  width: 6%;
  height: 4%;
  border: 2px solid #e6b214;
  animation: pulse-border1 2.3s infinite ease-in-out;
}
.hotpoint12 {
  width: 6%;
  height: 4%;
  border: 2px solid #e6b214;
  animation: pulse-border1 2.3s infinite ease-in-out;
}

.hotpoint13 {
  width: 5%;
  height: 3%;
  border: 2px solid #e6b214;
  animation: pulse-border1 2.3s infinite ease-in-out;
}



/* Posiziona i tuoi hotpoint qui */

#hotpoint1 { top: 56.5%; left: 40%; }
#hotpoint2 { top: 68%; left: 43%; }
#hotpoint3 { top: 64%; left: 35%; }
#hotpoint4 { top: 61%; left: 35%; }
#hotpoint5 { top: 62%; left: 30%; }
#hotpoint6 { top: 56%; left: 33%; }
#hotpoint7 { top: 65%; left: 38%; }
#hotpoint8 { top: 60%; left: 40%; }
#hotpoint9 { top: 50%; left: 52%; }
#hotpoint10 { top: 88%; left: 86%; }
#hotpoint11 { top: 84%; left: 47%; }
#hotpoint12 { top: 65%; left: 57%; }
#hotpoint13 { top: 29%; left: 56%; }  	



.hotpoint:hover, .hotpoint:focus {
  opacity: 1;
}

.card {
  position: fixed;
  background-color: white;
  color: white;
  width: 85%;
  min-width: 150px;
  max-width: 95vw;
  max-height: 85%;
  display: none;
  border: 2px solid #e6b214;
  padding: 25px;
  z-index: 3000; /* Assicurati che la card sia sopra il pannello laterale */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  overflow-y: hidden;
}


.nav {
  z-index: 2000; /* Assicurati che il pannello laterale sia sotto le card */
}

.card img {
  width: 100%;
  height: auto;
}

.card p {
  margin: 5px 0;
}



.testo {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 1.4em;
	padding: 0px;
	background-color: white;
	color: black;
}
.titolo {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4em;
	color: white;
	font-weight: 600;
	text-align: center;
	padding: 25px 0px 0px 0px;
}

.titolo-giallo {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.4em;
	color: #e9cb03;
	font-weight: 600;
	text-align: center;
	padding: 15px 0px 0px 0px;
}

.titoletto-giallo {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.75em;
	color: #e9cb03;
	font-weight: 400;
	text-align: center;
	padding: 0px 0px 0px 0px;
}  

.titolo-scheda {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8em;
	color: #14586d;
	font-weight: 600;
	text-align: left;
	padding: 25px 0px 0px 0px;
}

.titolo-luogo {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.75em;
	color: black;
	font-weight: 600;
	display: flex;
  	align-items: center;
  	justify-content: center;
	text-align: center;
	
}

.card .titolo-luogo .titolo-scheda {
	color: white;

}

.logo {
		width:25%; 
		margin: auto;
    	display: block;
		}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 350px;
  background-color: #afd0f6;
  color: #064289;
  text-align: left;
  border-radius: 6px;
  padding: 10px;

  /* Posizionamento */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;

  /* Transizioni per apparire lentamente */
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  bottom: auto;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1024px) {
  .tooltip .tooltiptext {
    width: 200px; /* Riduci la larghezza del tooltip su schermi piccoli */
    left: 50%;
    transform: translateX(-50%);
  }

}
  .card {
    height: 90vh; /* Mantieni l'altezza della card */
    display: flex; /* Imposta la card come contenitore flessibile */
    flex-direction: column; /* Orienta i figli in colonna */
    justify-content: flex-start; /* Spazia il contenuto in modo che occupi tutto lo spazio disponibile */
  }
}


.video-container {
position: relative;
padding-bottom: 75%;
height: 0;
overflow: hidden;
}
.video-container iframe,.video-container object,.video-container embed {
width: 80%;
height: 80%;
position: absolute;
top: 0;
left: 0;
}


.accordion-button {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 2.5em;
	color: #2b66b5;
	text-align: left;
	padding: 15px 15px 15px 15px;
	line-height: 15px;
}
.dida {
	font-family: 'Zilla Slab', serif;
	font-weight: 300;
	font-size: 2.3em;
	padding: 0px 25px 25px 25px;
	background-color: white;
}
.accordion {
  width: 1200px;
  margin: auto;
}
.accordion .accordion-item {
  margin-bottom: 20px; /* Sovrapposizione attiva delle immagini */
}
.accordion .accordion-item img {
  width: 100%;
  display: block;
}
.accordion .accordion-item button {
  width: 100%;
  padding: 20px;
  text-align: left;
  border: none;
  outline: none;
  transition: background-color 0.6s ease;
  background-color: #d1deed;
  cursor: pointer;
}
.accordion .accordion-item button:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.accordion .accordion-item button.active:after {
  content: "\2212";
}
.accordion .accordion-item .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.responsive-iframe {
    width: 100%;
    height: auto;
    padding-bottom: 75%;  /*Proporzione 4:3 */
    position: relative;
  }

.responsive-iframe iframe {
    position: absolute;
    width: 100%;
    height: 90vh;
    top: 0;
    left: 0;
    border: none;
  }
  
  @media screen and (max-width: 1024px) {
    .responsive-iframe {
      padding-bottom: 75%; /* Proporzione 4:3 per schermi piÃ¹ piccoli */
    }
    
  }</pre></body></html>