.body {
  font-family: Figtree, sans-serif;
}

.h-100 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.intro {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 100vh;
  min-height: 100vh;
}

.immagine-sito {
  height: 100%;
}

.immagine-sito.home {
  background-image: url('../images/foto-home.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.immagine-sito.contatti {
  background-image: url('../images/foto-contatti.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.immagine-sito.about {
  background-image: url('../images/foto-about-2.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.box-text {
  position: relative;
  padding: 50px 20px 0px;
}

.nome_sito {
  color: #2c3d33;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.h2 {
  margin-top: 200px;
  margin-bottom: 60px;
  color: #2c3d33;
  font-size: 80px;
  line-height: 80px;
}

.h2.titolo-contatti {
  margin-top: 0px;
  margin-bottom: 80px;
}

.h2.white {
  margin-top: 0px;
  color: #fff;
}

.p {
  margin-bottom: 25px;
  color: #202020;
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
}

.p.m-bottom {
  margin-bottom: 50px;
}

.p.small {
  font-size: 16px;
}

.button {
  padding: 15px 30px;
  border-radius: 18px;
  background-color: #2c3d33;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}

.button.white {
  margin-top: 25px;
  background-color: #fff;
  color: #2c3d33;
}

.box-contatti {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  justify-content: space-between;
  border-bottom: 1px solid silver;
}

.box-contatti.last {
  margin-bottom: 50px;
}

.box-contatti.white {
  border-bottom-color: #fff;
}

.nome {
  color: #2c3d33;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.nome.white {
  color: #fff;
}

.valore {
  color: #202020;
  font-size: 16px;
}

.valore.white {
  color: #fff;
}

.menu-burger {
  position: absolute;
  top: 70px;
  right: 20px;
  width: 30px;
  cursor: pointer;
}

.linea {
  width: 100%;
  height: 3px;
  background-color: #2c3d33;
}

.linea.l-1 {
  margin-bottom: 5px;
}

.linea.l-2 {
  margin-bottom: 5px;
}

.box-intro {
  display: flex;
  height: 100%;
}

.col-6 {
  width: 50%;
}

.col-8 {
  width: 60%;
}

.col-4 {
  width: 40%;
}

.menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 100px;
  padding-left: 100px;
  justify-content: center;
  align-items: center;
  background-color: #2c3d33;
  transform: translate(0px, -120%);
  transition: all 550ms ease;
}

.row {
  width: 100%;
}

.content-contatti {
  margin-bottom: 50px;
}

.content-contatti.in-menu {
  margin-top: 50px;
}

.form-block {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.field {
  height: 45px;
  margin-bottom: 20px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}

.field.textarea {
  min-height: 150px;
}

.h4 {
  margin-top: 25px;
  margin-bottom: 50px;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}

.close-menu {
  position: absolute;
  bottom: 20px;
  display: flex;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100%;
  cursor: pointer;
}

.slide {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 2;
  height: 100vh;
  background-color: #fff;
}

.slide.dark {
  background-color: #2c3d33;
}

.col-3 {
  width: 30%;
}

.col-9 {
  width: 70%;
}

.col-9.align-center {
  -ms-grid-row-align: center;
      align-self: center;
}

.h5 {
  margin-bottom: 30px;
  color: #2c3d33;
  font-size: 22px;
  line-height: 26px;
}

.h-90 {
  height: 90%;
}

.h-10 {
  display: flex;
  height: 10%;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.box-frase {
  display: flex;
  height: 100%;
  padding-right: 50px;
  padding-left: 50px;
  align-items: center;
}

.frase {
  color: #fff;
  font-size: 90px;
  line-height: 110px;
  font-weight: 300;
}

.colore {
  padding-right: 8px;
  padding-left: 8px;
  background-color: #fff;
  color: #2c3d33;
}

.copyright {
  color: #2c3d33;
}

.checkbox-label {
  color: #fff;
}

.link {
  color: #fff;
}

.iubenda-nostyle.no-brand.iubenda-noiframe.iubenda-embed {
  color: #2c3d33;
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  .box-text {
    padding: 50px 80px;
  }

  .h2 {
    margin-top: 200px;
    margin-bottom: 50px;
  }

  .h2.white {
    margin-top: 0px;
  }

  .p {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (min-width: 1920px) {
  .box-text {
    padding: 200px 100px 0px;
  }

  .h2 {
    margin-top: 120px;
    margin-bottom: 50px;
    font-size: 100px;
    line-height: 105px;
  }

  .h2.white {
    margin-top: 0px;
  }

  .p {
    font-size: 18px;
    line-height: 26px;
  }

  .p.m-bottom {
    margin-bottom: 80px;
    font-size: 24px;
    line-height: 30px;
  }

  .menu-burger {
    top: 220px;
    right: 100px;
  }

  .frase {
    font-size: 120px;
    line-height: 150px;
  }
}

@media screen and (max-width: 991px) {
  .h2 {
    margin-top: 60px;
    font-size: 40px;
    line-height: 45px;
  }

  .p {
    font-size: 12px;
  }

  .p.small {
    font-size: 14px;
    line-height: 22px;
  }

  .button {
    font-size: 12px;
  }

  .col-6.destra {
    width: 30%;
  }

  .col-6.sinistra {
    width: 70%;
  }

  .col-8 {
    width: 40%;
  }

  .col-4 {
    width: 60%;
  }

  .menu {
    padding-right: 50px;
    padding-left: 50px;
  }

  .close-menu {
    left: 50px;
  }

  .h5 {
    font-size: 20px;
    line-height: 22px;
  }

  .frase {
    font-size: 60px;
    line-height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .immagine-sito.home {
    height: 100%;
  }

  .box-text {
    padding-bottom: 50px;
  }

  .box-text.small {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .box-text.intro {
    padding-top: 20px;
  }

  .h2 {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .h2.titolo-contatti {
    margin-bottom: 50px;
  }

  .h2.white {
    margin-top: 50px;
    margin-bottom: 0px;
  }

  .p.m-bottom {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .button {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
  }

  .menu-burger {
    top: 35px;
  }

  .box-intro {
    display: block;
  }

  .box-intro.contatti {
    display: flex;
    flex-direction: column;
  }

  .col-6.destra {
    width: 100%;
    height: 40%;
  }

  .col-6.sinistra {
    width: 100%;
    height: 60%;
  }

  .col-8 {
    width: 100%;
    height: 30%;
    order: -1;
  }

  .col-4 {
    width: 100%;
    height: 70%;
  }

  .menu {
    align-items: flex-start;
  }

  .content-contatti.in-menu {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .form-block {
    width: 100%;
  }

  .field {
    height: 35px;
    margin-bottom: 10px;
  }

  .field.textarea {
    min-height: 80px;
  }

  .h4 {
    margin-bottom: 20px;
  }

  .close-menu {
    left: auto;
    right: 50px;
  }

  .col-3 {
    width: 100%;
    height: 30%;
  }

  .col-9.align-center {
    width: 100%;
    height: 70%;
  }

  .h5 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 20px;
  }

  .box-frase {
    padding-right: 20px;
    padding-left: 20px;
  }

  .frase {
    font-size: 50px;
    line-height: 65px;
  }
}

@media screen and (max-width: 479px) {
  .box-text {
    padding-right: 10px;
    padding-bottom: 80px;
    padding-left: 10px;
  }

  .box-text.intro {
    padding-right: 10px;
    padding-left: 10px;
  }

  .nome_sito {
    font-size: 16px;
    line-height: 16px;
  }

  .h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .p {
    font-size: 14px;
  }

  .p.small {
    font-size: 12px;
    line-height: 18px;
  }

  .nome {
    font-size: 14px;
  }

  .valore {
    font-size: 12px;
  }

  .menu-burger {
    top: 35px;
    right: 10px;
  }

  .menu {
    padding-right: 10px;
    padding-left: 10px;
  }

  .h4 {
    margin-top: 0px;
  }

  .close-menu {
    right: 20px;
    width: 60px;
    height: 60px;
  }

  .col-3 {
    height: 15%;
  }

  .col-9.align-center {
    height: 85%;
  }

  .h5 {
    font-size: 16px;
  }

  .frase {
    font-size: 40px;
    line-height: 55px;
  }

  .copyright {
    font-size: 10px;
    line-height: 10px;
  }
}

