@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
html, body {
  width: 100%;
  height: 100%;
  font-family: "Open Sauce Sans";
}

body {
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
}

.logo {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 30px;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .logo {
    font-size: 3vw;
    color: #222;
  }
}

.splitting .char {
  animation: slide-in 0.7s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation-delay: calc(50ms * var(--char-index));
}

.swiper-full {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.swiper-full .over-page {
  position: absolute;
  background-color: #222;
  width: 100%;
  z-index: 999;
}
@media screen and (min-width: 992px) {
  .swiper-full .over-page {
    left: 50px;
    top: 50px;
    background-color: transparent;
    width: unset;
  }
}
.swiper-full .over-page p {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .swiper-full .over-page p {
    color: #222;
  }
}
.swiper-full .over-page ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 100%;
}
.swiper-full .over-page ul li {
  width: 50%;
}
.swiper-full .over-page ul li a {
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .swiper-full .over-page ul li a {
    color: #222;
  }
}
.swiper-full .swiper-wrapper {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: relative;
  padding-top: 100px;
}
@media screen and (min-width: 992px) {
  .swiper-full .swiper-wrapper {
    padding-top: 0px;
  }
}
.swiper-full .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #222;
}
@media screen and (min-width: 992px) {
  .swiper-full .swiper-wrapper .swiper-slide img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }
}
.swiper-full .swiper-wrapper .swiper-slide .caption {
  color: #fff;
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .swiper-full .swiper-wrapper .swiper-slide .caption {
    position: absolute;
    right: 25px;
    bottom: 75px;
    background-color: rgba(0, 0, 0, 0.6);
    max-width: 300px;
    z-index: 9999;
  }
}
.swiper-full .swiper-wrapper .swiper-slide .custom-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  box-sizing: border-box;
  justify-content: start;
  align-items: center;
  color: #fff;
}
.swiper-full .swiper-wrapper .swiper-slide .custom-controls button {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
.swiper-full .swiper-wrapper .swiper-slide .custom-controls input {
  margin-left: 15px;
  margin-right: 15px;
}
.swiper-full .swiper-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  color: #222;
  font-size: 3rem;
  padding: 20px;
  cursor: pointer;
  cursor: hand;
}
@media screen and (min-width: 992px) {
  .swiper-full .swiper-button:hover {
    color: #fff;
  }
}
.swiper-full .swiper-button.swiper-button-up {
  top: 105px;
}
@media screen and (min-width: 992px) {
  .swiper-full .swiper-button.swiper-button-up {
    top: 0;
  }
}
.swiper-full .swiper-button.swiper-button-down {
  bottom: 105px;
}
@media screen and (min-width: 992px) {
  .swiper-full .swiper-button.swiper-button-down {
    bottom: 0;
  }
}
@media screen and (orientation: portrait) {
  .swiper-full .swiper-button {
    background-color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1rem;
    padding: 10px;
    color: #222;
  }
}

.over-contatti {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -9999999;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.over-contatti.open {
  z-index: 9999999;
}
.over-contatti .container {
  max-width: 600px;
  position: relative;
}
.over-contatti .container p {
  margin-bottom: 0;
}
.over-contatti .container .btn {
  position: absolute;
  right: 10px;
  top: 10px;
}
@media only screen and (min-width: 900px) {
  .over-contatti .container .btn {
    right: 0;
    top: 0;
    transform: translate(-50%, -50%);
  }
}/*# sourceMappingURL=stili.css.map */