@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Lateef:wght@200;300;400;500;600;700;800&family=Tangerine:wght@400;700&display=swap");
html, body {
  width: 100%;
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Crimson Text", serif;
  background-color: #efefef;
  /*
   @media screen and (min-width: $xlarge) {
       overflow: hidden;
       overscroll-behavior: none;
   }
  */
}

p {
  font-size: 16px;
  /*
  hyphenate-limit-chars: 7;
  hyphens: auto;
  */
  text-align: justify;
  text-wrap: pretty;
  -moz-text-align-last: center;
       text-align-last: center;
}
@media screen and (min-width: 1200px) {
  p.text-left {
    -moz-text-align-last: left;
         text-align-last: left;
  }
  p.text-right {
    -moz-text-align-last: right;
         text-align-last: right;
  }
}

.top-nav .nav-item .nav-link, .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  font-family: Cabin, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

.navbar-mobile .nav {
  position: absolute;
  right: 10px;
  top: 10px;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(255, 255, 255);
  z-index: 100000;
}
#loading .spinner {
  width: 40px;
  height: 40px;
  border: 5px solid rgba(57, 30, 28, 0.1);
  border-top: 5px solid rgb(57, 30, 28);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.corsivo {
  font-family: "Tangerine", cursive;
  color: #c49716;
}

header {
  background-color: #391e1c;
}
@media screen and (min-width: 1200px) {
  header {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    max-width: 1922px;
    background-color: transparent;
    transition: all 0.5s;
    z-index: 99;
  }
  header .logo-home {
    opacity: 0;
    transition: all 0.5s;
  }
  header.scroll {
    background-color: rgba(57, 30, 28, 0.9);
    position: fixed;
  }
  header.scroll .logo-home {
    opacity: 1;
  }
  header.scroll .row-logo {
    display: none;
  }
}
header .row .col-lg-8 {
  justify-content: center;
  align-items: center;
}
header .row .col-lg-8 ul {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.wrapper {
  position: relative;
  z-index: 0;
  max-width: 1920px;
  margin: 0px auto;
  /*
  overflow: hidden;
  overflow-y: hidden !important;
  */
  background-color: #fff;
  transition: all 0.5s;
}

.container-relative {
  position: absolute;
  overflow: hidden;
  background-color: black;
}
.container-relative .relative {
  position: relative;
  z-index: 0;
  opacity: 0.8;
}
.container-relative .img-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: auto;
  height: 100%;
}
.container-relative .container-absolute {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

@media screen and (min-width: 1200px) {
  .container-title {
    min-height: 540px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.container-top {
  position: relative;
  overflow: hidden;
  background-color: black;
}
.container-top .relative {
  position: relative;
  z-index: 0;
  opacity: 0.8;
}
.container-top .img-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 100%;
  height: auto;
  opacity: 0.7;
}
.container-top .img-relative {
  position: relative;
  z-index: 0;
  opacity: 0.7;
}
.container-top .container-absolute {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .container-top .container-absolute {
    bottom: 140px;
  }
}
.container-top video {
  width: 100%;
  height: auto;
  max-width: 1920px;
}
.container-top .logo-mobile {
  position: absolute;
  left: 50%;
  top: 5px;
  transform: translateX(-50%);
  z-index: 99;
}

.display-1 {
  font-size: calc(1.625rem + 6.5vw);
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: calc(4.4rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media screen and (min-width: 1200px) {
  .display-2 {
    font-size: calc(1.4rem + 4.5vw);
  }
}

.container-divisione {
  z-index: 10;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .container-divisione {
    height: 600px;
  }
  .container-divisione .img-divisione {
    position: absolute;
    width: 100%;
    height: 150%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 90%;
    background-size: 100%;
    top: -100px;
  }
}

@media screen and (min-width: 1200px) {
  .mt-n {
    margin-top: -60px;
  }
}

@media screen and (min-width: 1200px) {
  .mt-n-200 {
    margin-top: -200px;
  }
}

@media screen and (min-width: 1200px) {
  .sticky {
    position: sticky;
    top: 286px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .col-title {
    position: sticky;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .pt-150 {
    padding-top: 150px;
  }
}

.invisibile {
  opacity: 0;
  transition: opacity 2s ease-out;
}

@media screen and (min-width: 1200px) {
  .element {
    transition: all 0.5s ease-out;
    padding-top: 0px;
  }
  .element.finished.is-inview {
    padding-top: 166px;
  }
}

.sticky-element { /* Per supportare browser basati su WebKit */
  position: sticky;
  top: 120px;
}

.sticky-element-text { /* Per supportare browser basati su WebKit */
  position: sticky;
  top: 160px;
}

.btn {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 80;
  letter-spacing: 1px;
  padding: 12px;
  font-family: Cabin, sans-serif;
  font-weight: 800;
}

.grid {
  display: grid;
  grid-template-columns: 50% auto;
  grid-gap: 1.5rem;
}
.grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1200px) {
  .col-square {
    position: relative;
    overflow: hidden;
    padding-top: 33.33%;
    margin-bottom: 0;
  }
  .col-square img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
    border: 5px solid #fff;
  }
}

@media screen and (min-width: 1200px) {
  .overflow-hidden-col {
    overflow: hidden;
  }
}

.bg-dark {
  background-color: rgb(57, 30, 28) !important;
}

footer .fab {
  font-size: 40px;
}/*# sourceMappingURL=stili.css.map */