/* banner disclaimer */
@import url("https://use.typekit.net/tjf2ifs.css");
#map {
  z-index: 1;
}

#disclaimer {
  padding: 20px 10vw 10px 10vw;
  background: rgb(35, 155, 189);
  background: linear-gradient(306deg, rgb(35, 155, 189) 0%, rgb(41, 90, 163) 28%, rgb(15, 171, 137) 76%, rgb(35, 155, 189) 100%);
  border-bottom: #FFC625 solid 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1568627451);
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 80vw;
  transform: translateY(0);
  transition: all 300ms ease-in-out;
}
#disclaimer.close {
  transform: translateY(calc(51px - 100%));
}
#disclaimer .istruzioni {
  padding: 15px 20px;
  border-radius: 20px;
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0.3098039216);
  width: -moz-fit-content;
  width: fit-content;
}
#disclaimer a {
  padding: 5px 10px;
  border-radius: 5px;
  margin-top: 10px !important;
  background-color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 900;
  font-size: 12px;
}

a, p, h1, h2 {
  letter-spacing: 0.5px;
  font-family: "forma-djr-micro", sans-serif;
  margin: 0 !important;
}

p, a {
  font-size: 14px;
  text-decoration: none;
}

h1, h2 {
  font-size: 24px;
}

.blu {
  color: #2A5AA4;
}

.azzurro {
  color: #2896C9;
}

.bianco {
  color: #fff;
}

.giallo {
  color: #FFC625;
}/*# sourceMappingURL=off_style.css.map */