.intro-header {
  position: relative;
  z-index: 20;
  height: 100vh;
  background-image: url('../images/sfondo-palmino.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.h1 {
  font-family: 'Open Sans', sans-serif;
  color: #009136;
  font-size: 80px;
  line-height: 90px;
  font-weight: 400;
  text-transform: none;
}

.logo {
  display: block;
  width: 100px;
  height: auto;
  margin-right: 20px;
  float: left;
  background-image: url('../images/logo_header.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section {
  position: relative;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
}

.h2 {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #009136;
  font-size: 40px;
  text-transform: uppercase;
}

.paragraph {
  font-family: 'Open Sans', sans-serif;
  color: #696969;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
}

.button {
  margin-top: 60px;
  padding: 15px 25px;
  background-color: #009136;
  font-size: 25px;
  text-transform: uppercase;
}

.button.form {
  margin-top: 10px;
  font-size: 18px;
}

.container-section {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 85%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.numero {
  position: absolute;
  left: 50px;
  top: 50px;
  opacity: 0.38;
  text-align: center;
}

.titolo-sezione {
  margin-bottom: 60px;
  font-family: 'Open Sans', sans-serif;
  color: #9c9c9c;
  font-size: 150px;
  line-height: 150px;
  text-align: center;
}

.titolo-sezione.right {
  text-align: center;
}

.titolo-sezione.big {
  font-size: 100px;
  line-height: 100px;
}

.titolo-sezione.contatti {
  margin-bottom: 5px;
  font-size: 70px;
  line-height: 65px;
  text-align: center;
}

.titolo-sezione.form {
  margin-bottom: 70px;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
}

.small {
  margin-top: -30px;
  font-size: 80px;
  line-height: 80px;
}

.area-dock {
  position: fixed;
  right: 0px;
  z-index: 1000;
  width: 100px;
  height: 100vh;
}

.to-top {
  position: absolute;
  left: 50%;
  bottom: 50px;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  text-align: center;
}

.linktop {
  width: 50px;
  height: 50px;
  background-image: url('../images/top.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  color: #009136;
  font-size: 50px;
  line-height: 50px;
  font-weight: 300;
  text-decoration: none;
}

.menu {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.link-menu {
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  border: 2px solid #009136;
  border-radius: 100%;
  color: #908d8d;
  font-size: 35px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}

.body {
  overflow: hidden;
}

.dock {
  width: 100%;
  height: 100%;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.container {
  text-align: center;
}

.bottom {
  position: absolute;
  left: 50%;
  bottom: 50px;
  width: 60px;
  height: 60px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.bottom.first {
  bottom: 20px;
}

.link-down {
  width: 100%;
  height: 100%;
  margin-top: 60px;
  background-image: url('../images/down.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-down.scopri {
  position: relative;
  bottom: 10px;
  width: auto;
  height: auto;
  margin-top: 40px;
  padding: 10px;
  border: 1px solid #fff;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.alert-menu {
  position: absolute;
  width: 100%;
  height: 100%;
}

.navbar {
  position: absolute;
  width: 100%;
  background-color: rgba(8, 90, 159, 0.5);
}

.bottom-sfondo {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100px;
  background-color: hsla(0, 0%, 100%, 0.6);
}

.centrale {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 200px;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  background-color: rgba(8, 90, 159, 0.7);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.testo-centrale {
  position: relative;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
}

.testo-iniziale {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  padding: 10px 30px;
  background-color: hsla(0, 0%, 100%, 0.7);
}

.titolo {
  float: left;
  font-family: Montserrat, sans-serif;
  color: #009136;
  font-size: 24px;
  line-height: 25px;
  font-weight: 400;
  text-transform: uppercase;
}

.titolo.right {
  margin-left: 50px;
}

.link {
  color: #009136;
  text-decoration: none;
}

.icona-contatti {
  width: 50px;
  margin-bottom: 20px;
}

.link-contatti {
  display: block;
  color: #009136;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

.link-contatti.margin-bottom {
  margin-bottom: 80px;
}

.site {
  margin-top: 50px;
  color: #009136;
  font-size: 25px;
  line-height: 26px;
}

.footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 10px 30px;
}

.credits {
  font-family: Montserrat, sans-serif;
  color: #696969;
  text-align: center;
}

.lin {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 100px;
  background-color: #009136;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.passi {
  position: relative;
  opacity: 0.35;
}

.passi.right {
  left: auto;
  right: 0px;
}

.box-passi {
  position: absolute;
  left: 0px;
  top: 20px;
}

.box-passi.right {
  left: auto;
  top: 20px;
  right: 0px;
}

.box-passi._3 {
  top: 0px;
}

.testo-passi {
  position: absolute;
  left: 50px;
  top: 70px;
  z-index: 5;
  font-family: 'Open Sans', sans-serif;
  color: #009136;
  font-size: 28px;
  line-height: 35px;
  font-weight: 200;
  text-transform: none;
}

.testo-passi._3 {
  top: 10px;
}

.testo-passi._5 {
  top: 0px;
}

.div-block {
  text-align: left;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.margin-bottom {
  margin-bottom: 20px;
}

.column-2 {
  text-align: left;
}

.column-form {
  padding-right: 10px;
  padding-left: 10px;
}

.field {
  background-color: hsla(0, 0%, 61.2%, 0.2);
}

.field.text-area {
  min-height: 200px;
}

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

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

.colonna-contatti {
  padding-top: 30px;
  padding-right: 50px;
  padding-left: 50px;
}

.div-block-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  margin-bottom: 10px;
}

.image {
  position: relative;
  z-index: 99;
  display: none;
  margin-top: -13px;
  margin-right: auto;
  margin-left: auto;
}

.image-2 {
  position: relative;
  z-index: 99;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.text-block {
  position: relative;
  z-index: 99;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.link-footer {
  color: #7c7c7c;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .logo {
    width: 80px;
  }

  .paragraph {
    font-size: 25px;
    line-height: 30px;
    text-align: left;
  }

  .paragraph.right {
    text-align: right;
  }

  .button {
    margin-top: 40px;
    float: right;
    font-size: 16px;
    line-height: 18px;
  }

  .button.form {
    float: left;
  }

  .button.left {
    float: left;
  }

  .container-section {
    left: auto;
    top: 30%;
    right: 50px;
    width: 60%;
    -webkit-transform: translate(0px, -30%);
    -ms-transform: translate(0px, -30%);
    transform: translate(0px, -30%);
  }

  .container-section.left {
    left: 50px;
    right: auto;
  }

  .container-section.full {
    width: 90%;
  }

  .titolo-sezione {
    font-size: 60px;
    line-height: 60px;
    text-align: left;
  }

  .area-dock {
    display: none;
  }

  .body {
    overflow: visible;
  }

  .centrale {
    height: 250px;
  }

  .titolo {
    font-size: 16px;
  }

  .icona-contatti {
    width: 50px;
  }

  .link-contatti {
    font-size: 16px;
  }

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

  .credits {
    font-size: 10px;
  }

  .box-passi {
    top: 50px;
    width: 300px;
  }

  .box-passi._3 {
    top: 50px;
  }

  .testo-passi {
    top: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .testo-passi._3 {
    top: 0px;
    font-size: 20px;
    line-height: 28px;
  }

  .colonna-contatti {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-2 {
    margin-bottom: 10px;
  }

  .image {
    display: block;
  }

  .image-2 {
    display: none;
  }

  .text-block {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    height: auto;
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .button {
    font-size: 14px;
  }

  .container-section {
    position: relative;
    top: auto;
    right: 0px;
    width: 90%;
    margin-right: 10px;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .container-section.left {
    left: auto;
    margin-right: auto;
    margin-left: 10px;
  }

  .container-section.full {
    margin-right: auto;
  }

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

  .titolo-sezione.right {
    text-align: right;
  }

  .bottom {
    bottom: 0px;
    width: 30px;
    height: 30px;
  }

  .centrale {
    height: 300px;
  }

  .testo-iniziale {
    width: 90%;
  }

  .titolo {
    font-size: 14px;
  }

  .link-contatti {
    margin-bottom: 20px;
  }

  .link-contatti.margin-bottom {
    margin-bottom: 20px;
  }

  .box-passi {
    position: relative;
    top: 0px;
  }

  .box-passi.right {
    top: 0px;
    margin-right: 0px;
    margin-left: auto;
  }

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

  .div-block-2 {
    margin-bottom: 10px;
  }

  .text-block {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .paragraph {
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph.right {
    font-size: 14px;
  }

  .button {
    float: none;
    font-size: 12px;
    line-height: 18px;
  }

  .container-section.full {
    width: 98%;
  }

  .titolo-sezione {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 45px;
  }

  .titolo-sezione.contatti {
    font-size: 30px;
    line-height: 30px;
  }

  .titolo-sezione.form {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .titolo.right {
    margin-left: 0px;
    float: none;
    text-align: center;
  }

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

  .div-block-2 {
    margin-bottom: 10px;
  }

  .image {
    margin-bottom: 10px;
  }

  .text-block {
    margin-bottom: 20px;
    font-size: 14px;
  }
}