<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');

.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);
  }
}

@keyframes pulse-border2 {
  0% {
    box-shadow: 0 0 0 0 rgba(22, 187, 182, 0.9);
  }
  70% {
    box-shadow: 0 0 0 40px rgba(22, 187, 182, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(22, 187, 182, 0);
  }
}

@keyframes pulse-border3 {
  0% {
    box-shadow: 0 0 0 0 rgba(155, 16, 14, 0.9);
  }
  70% {
    box-shadow: 0 0 0 40px rgba(155, 16, 14, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(155, 16, 14, 0);
  }
}

@keyframes pulse-border4 {
  0% {
    box-shadow: 0 0 0 0 rgba(44, 61, 220, 0.9);
  }
  70% {
    box-shadow: 0 0 0 40px rgba(44, 61, 220, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(44, 61, 220, 0);
  }
}



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

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

.hotpoint2 {
  width: 12%;
  height: 7%;
  border: 2px solid #16bbb6;
  animation: pulse-border2 2.3s infinite ease-in-out;
}

.hotpoint3 {
  width: 12%;
  height: 7%;
  border: 2px solid #9b100e;
  animation: pulse-border3 2.3s infinite ease-in-out;
}

.hotpoint4 {
  width: 12%;
  height: 7%;
  border: 2px solid #2c3ddc;
  animation: pulse-border4 2.3s infinite ease-in-out;
}

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

.hotpoint6 {
  width: 12%;
  height: 7%;
  border: 2px solid #9b100e;
  animation: pulse-border3 2.3s infinite ease-in-out;
}

.hotpoint7 {
  width: 12%;
  height: 7%;
  border: 2px solid #2c3ddc;
  animation: pulse-border4 2.3s infinite ease-in-out;
}

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

.card {
  position: fixed;
  background-color: white;
  width: 70%;
  min-width: 150px;
  max-height: 100%;
  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%);
  max-height: 90vh;
  max-width: 90vw;
  overflow-y: hidden;
}

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

.voci-menu-laterale {
  line-height: 24px;
}

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

.card p {
  margin: 5px 0;
}


/* Posiziona i tuoi hotpoint qui */
#hotpoint1 { top: 27%; left: 30.3%; }
#hotpoint2 { top: 46.3%; left: 62.7%; }
#hotpoint3 { top: 80.0%; left: 44.5%; }
#hotpoint4 { top: 31.5%; left: 56.5%; }
#hotpoint5 { top: 27%; left: 80%; }
#hotpoint6 { top: 45%; left: 75%; }
#hotpoint7 { top: 83%; left: 70%; }

@media (max-width: 800px) {
  .card {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .card {
    width: 70%;
  }
}

.testo {
	font-family: 'Zilla Slab', serif;
	font-weight: 300;
	font-size: 1.4em;
	padding: 0px;
	background-color: white;
	color: black;
}
.titolo {
	font-family: 'Fredericka the Great', serif;
	font-size: 2.4em;
	color: #14586d;
	font-weight: 600;
	text-align: center;
	padding: 35px 0px 0px 0px;
}

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

.titolo-luogo {
	font-family: 'Fredericka the Great', serif;
	font-size: 1.2em;
	color: black;
	font-weight: 600;
	display: flex;
  	align-items: center;
  	justify-content: center;
	text-align: center;
	
}

.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: 600px) {
  .tooltip .tooltiptext {
    width: 200px; /* Riduci la larghezza del tooltip su schermi piccoli */
    left: 50%;
    transform: translateX(-50%);
  }
}


.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;
}


</pre></body></html>