* {
  margin: 0;
  padding: 0;
  font-family: "EB Garamond", serif;
  letter-spacing: 1px;
  max-width: 100%;
  font-size: 16px;
}

#preloader {
  background: #000 url(../images/loader.gif) no-repeat center center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 99;
}
.containerMapouter {
  background-image: url(../images/menu/142.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: auto;
}

.containerMapouter .mapouter {
  margin: 1rem auto;
  max-width: 90vw;
}

.footer {
  width: 100vw;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-image: url(../images/menu/143.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.footer .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}

.footer section {
  padding: 0.5rem;
  margin: 1rem 0;
  border-radius: 1.2rem;
  width: 15rem;
  background-color: rgba(0, 0, 0, 0.5);
}

.footer section a {
  text-decoration: none;
  color: #fff;
  font-size: 1.5rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer section a:hover,
.footer section a.cliccato {
  font-size: 1.8rem;
  color: #d0b13c;
  -webkit-text-decoration: #d0b13c 0.2rem underline;
  text-decoration: #d0b13c 0.2rem underline;
}

.footer section a.cliccato {
  pointer-events: none;
}

.footer .subsection {
  margin: 1rem 0;
  width: 100%;
}

.footer .sectiontitle {
  color: #d0b13c;
  font-size: 2.2rem;
  font-weight: bold;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .footertext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: initial;
  letter-spacing: 0.1rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .footertext img {
  width: 2rem;
  margin-right: 2px;
}

autore {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.288);
}

autore a {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.288);
  text-decoration: none;
}

.tornasu.scrolled {
  opacity: 0.6;
  pointer-events: all;
  cursor: pointer;
}

.tornasu {
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  opacity: 0;
  right: 5vw;
  bottom: 20px;
  background-color: black;
  min-width: 50px;
  min-height: 50px;
  width: calc(10vw + 10px);
  height: calc(10vw + 10px);
  max-width: 60px;
  max-height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
  -webkit-clip-path: circle(40%);
  clip-path: circle(40%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.tornasu img {
  max-width: 65%;
  max-height: 65%;
  margin: 0;
}

.navbar-top {
  height: 8vh;
  width: 100vw;
  min-height: 50px;
  max-height: 60px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 11;
}

.logo {
  margin-left: 2vw;
}

.logo img {
  height: 50px;
  width: 140px;
  -o-object-fit: contain;
  object-fit: contain;
}

.ul-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  width: 88vw;
  padding: 0 0.7vw;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 0;
}

.ul-links li {
  position: relative;
}

.ul-links li a {
  font-family: "Roboto", sans-serif;
  font-weight: bolder;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  margin: 0 0.7vw;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.ul-links li a:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  color: #d0b13c;
  -webkit-text-decoration: #d0b13c 0.2rem underline;
  text-decoration: #d0b13c 0.2rem underline;
}

.ul-links li.navlinkcliccato a {
  pointer-events: none;
  cursor: none;
  color: #d0b13c;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-text-decoration: #d0b13c 0.2rem underline;
  text-decoration: #d0b13c 0.2rem underline;
}

.hamburger {
  display: none;
}

.hamburger div {
  width: 30px;
  height: 3px;
  background: #ffffff;
  margin: 5px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.toggle .line1 {
  -webkit-transform: rotate(250deg) translate(-5px, 2px) scale(1.5);
  transform: rotate(250deg) translate(-5px, 2px) scale(1.5);
}

.toggle .line1 a {
  color: #ffd84d !important;
  display: block;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 1;
  font-size: 1.2rem;
  z-index: 99;
  -webkit-transform: rotate(-270deg) translate(-20px, 10px) scale(0.7);
  transform: rotate(-270deg) translate(-20px, 10px) scale(0.7);
}

.toggle .line2 {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 0;
}

.toggle .line3 {
  -webkit-transform: rotate(240deg) translate(1px, -10px) scale(1.5);
  transform: rotate(240deg) translate(1px, -10px) scale(1.5);
}

@media screen and (max-width: 800px) {
  * {
    font-size: 14px;
  }
  .navbar-top {
    position: fixed;
    z-index: 10;
    height: 8vh;
  }
  .hamburger {
    display: block;
    position: fixed;
    cursor: pointer;
    right: 5%;
    top: 4%;
    -webkit-transform: translate(-5%, -50%);
    transform: translate(-5%, -50%);
    z-index: 2;
  }
  .line1 a {
    opacity: 0;
  }
  .ul-links {
    position: fixed;
    background: #131419;
    height: 100vh;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    clip-path: circle(50px at 90% -20%);
    -webkit-clip-path: circle(50px at 90% -10%);
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    pointer-events: none;
  }
  .ul-links li {
    opacity: 0;
  }
  .ul-links li:nth-child(1) {
    -webkit-transition: all 0.8s ease 0.2s;
    transition: all 0.8s ease 0.2s;
  }
  .ul-links li:nth-child(2) {
    -webkit-transition: all 0.8s ease 0.4s;
    transition: all 0.8s ease 0.4s;
  }
  .ul-links li:nth-child(3) {
    -webkit-transition: all 0.8s ease 0.6s;
    transition: all 0.8s ease 0.6s;
  }
  .ul-links li:nth-child(4) {
    -webkit-transition: all 0.8s ease 0.7s;
    transition: all 0.8s ease 0.7s;
  }
  .ul-links li:nth-child(5) {
    -webkit-transition: all 0.8s ease 0.8s;
    transition: all 0.8s ease 0.8s;
  }
  .ul-links li.fade {
    opacity: 1;
  }
  .ul-links li.navlinkcliccato a {
    pointer-events: none;
    cursor: none;
    color: #d0b13c;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    -webkit-text-decoration: #d0b13c 0.2rem underline;
    text-decoration: #d0b13c 0.2rem underline;
  }
  .ul-links.open {
    clip-path: circle(1000px at 100% 0);
    -webkit-clip-path: circle(1300px at 100% 0);
    pointer-events: all;
  }
  .ul-links.open a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer section {
    max-width: 90%;
    width: 27rem;
  }
  .footer section .footertext {
    font-size: 1.4rem;
    padding: 0;
  }
  .footer section a {
    margin: 0;
  }
}

@media screen and (max-width: 450px) {
  * {
    font-size: 13px;
  }
}
/*# sourceMappingURL=index.css.map */
