.intro {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 50px;
}

.intro.servizi {
  background-image: url('../images/servizi-copertina.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.bg.chi-siamo {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/sfondo-chi-siamo.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/sfondo-chi-siamo.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bg.servizi {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/servizi-copertina.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/servizi-copertina.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bg.contatti {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/contatti.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/contatti.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bg.personalizzazioni {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/personalizzazioni-copertina.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/personalizzazioni-copertina.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.menu {
  position: absolute;
  right: 50px;
  z-index: 999;
}

.body {
  background-color: #000;
  font-family: Gayathri, sans-serif;
}

.link-menu {
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  font-family: Gothambook, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-menu:hover {
  border-bottom: 1px solid #fff;
}

.link-menu.w--current {
  border-bottom: 1px solid #fff;
}

.link-menu.last {
  margin-right: 0px;
}

.slider-home {
  position: absolute;
  left: 50%;
  top: 40%;
  z-index: 2;
  width: 80%;
  background-color: transparent;
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
}

.slide-nav {
  display: none;
}

.box-slide {
  position: relative;
  width: 40%;
  padding: 100px 0px 100px 100px;
  float: right;
}

.box-slide.page {
  width: 60%;
  float: left;
}

.box-slide.page.about {
  width: 80%;
}

.h2 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
}

.paragrafo {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.paragrafo.left {
  text-align: left;
}

.control-slide {
  position: absolute;
  left: 50px;
  bottom: 50px;
  z-index: 2;
}

.arrow {
  width: 30px;
  height: 30px;
  opacity: 0.5;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-decoration: none;
}

.arrow:hover {
  opacity: 1;
}

.button {
  padding-right: 0px;
  padding-left: 30px;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  font-family: Gothambook, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button.absolue {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-decoration: none;
}

.logo {
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: 999;
}

.link-logo {
  font-family: Gothambook, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: -10px;
  text-decoration: none;
}

.social {
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: 2;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  opacity: 0.5;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.social-link:hover {
  opacity: 1;
}

.social-link.last {
  margin-top: -1px;
}

.img-social {
  width: 15px;
}

.contatti-home {
  position: absolute;
  right: 250px;
  bottom: 50px;
  z-index: 2;
  padding-top: 20px;
  padding-left: 80px;
  border-top: 1px solid #fff;
  text-align: right;
}

.titolo-contatti {
  font-family: Gothambook, sans-serif;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.row-contatti {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 10px;
}

.info-contatti {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.line {
  width: 100%;
  height: 1px;
  margin-top: 12px;
  background-color: #fff;
}

.bg-video {
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.overlay-black {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.copyright {
  position: absolute;
  left: -70px;
  top: 50%;
  z-index: 2;
  -webkit-transform: rotate(-90deg) translate(0px, -50%);
  -ms-transform: rotate(-90deg) translate(0px, -50%);
  transform: rotate(-90deg) translate(0px, -50%);
  font-family: Gothambook, sans-serif;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
}

.rotate {
  position: absolute;
  width: 300px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.credits-home {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 4;
  width: 90%;
  opacity: 0.4;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #fff;
  text-align: center;
}

.section {
  position: relative;
  padding: 200px 100px;
}

.section.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.section.no-padding.no-bottom {
  padding-bottom: 50px;
}

.section.cta {
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.section.slide-section {
  overflow: hidden;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 5;
  width: 40px;
  height: 40px;
  padding: 5px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  font-family: Gayathri, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
}

.link-scroll {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 40px;
}

.box-team {
  position: relative;
  width: 50%;
  padding-bottom: 50px;
  padding-left: 50px;
}

.box-team.left {
  margin-right: 80px;
  float: right;
}

.box-team.right {
  margin-left: 30px;
  float: left;
}

.box-team.small {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.img-membro {
  position: relative;
}

.nome-membro {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}

.ruolo-membro {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
}

.row-staff {
  margin-bottom: 80px;
}

.row-staff.last {
  margin-bottom: 0px;
}

.titolo-sezione {
  position: absolute;
  left: 50px;
  top: 500px;
  display: inline-block;
  width: 60px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.titolo-sezione.servizi {
  top: 800px;
  z-index: 5;
}

.titolo-sezione.realizzazioni {
  top: 800px;
  z-index: 5;
}

.titolo-sezione.lavori {
  top: 0px;
  z-index: 5;
}

.section-title {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  font-weight: 400;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.footer {
  position: relative;
  padding: 50px 100px;
}

.contatti-footer {
  padding-top: 20px;
  padding-left: 70px;
  float: right;
  border-top: 1px solid #fff;
  color: #fff;
  text-align: right;
}

.credits-footer {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 70%;
  opacity: 0.4;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 2px;
}

.box-lavorazione {
  position: relative;
  width: 80%;
  float: right;
}

.box-lavorazione.left {
  float: left;
}

.content-lavorazione {
  overflow: hidden;
  margin-bottom: 80px;
}

.content-lavorazione.last {
  margin-bottom: 0px;
}

.lavorazione-testo {
  width: 65%;
  min-height: 500px;
  padding: 100px;
  float: right;
  background-color: #1d1d1d;
}

.lavorazione-testo.left {
  float: left;
}

.img-lavorazione {
  position: absolute;
  left: 100px;
  top: 50%;
  z-index: 2;
  width: 600px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.img-lavorazione.left {
  left: auto;
  right: 100px;
}

.lavorazioni-desc {
  position: absolute;
  top: 50%;
  right: 50px;
  width: 350px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.lavorazioni-desc.left {
  left: 50px;
  right: auto;
}

.icona-lavorazioni {
  width: 50px;
}

.titolo-lavorazioni {
  margin-bottom: 40px;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 2px;
}

.p-lavorazioni {
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}

.p-lavorazioni.normal {
  line-height: 24px;
}

.titolo-cta {
  margin-bottom: 40px;
  color: #656565;
  font-size: 40px;
  line-height: 65px;
  letter-spacing: 4px;
}

.button-cta {
  position: relative;
  overflow: hidden;
  padding: 20px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #656565;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #656565;
  font-size: 20px;
  text-transform: uppercase;
}

.button-cta:hover {
  border-color: transparent;
  color: #000;
}

.row-pers {
  height: 700px;
}

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

.colonna-pers.vert {
  height: 1200px;
}

.box-pers {
  position: relative;
  width: 50%;
  padding: 2px;
  float: left;
  background-color: transparent;
}

.box-pers.image-1 {
  height: 350px;
  float: left;
  background-image: url('../images/lavorazioni.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.box-pers.image-2 {
  height: 320px;
  background-image: url('../images/lavorazioni.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.box-pers._40-h {
  height: 45%;
}

.box-pers._40-h.a-sx {
  position: absolute;
  left: 0px;
  top: 0px;
}

.box-pers._40-h.b-dx {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.box-pers.h-60 {
  height: 55%;
}

.box-pers.h-60.b-sx {
  position: absolute;
  left: 0px;
  bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-pers.h-60.a-dx {
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-pers._30-h {
  height: 35%;
}

.box-pers._30-h.a-sx {
  position: absolute;
  left: 0px;
  top: 0px;
}

.box-pers._30-h.b-dx {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.box-pers._70-h {
  height: 65%;
}

.box-pers._70-h.b-sx {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.box-pers._70-h.a-dx {
  position: absolute;
  top: 0px;
  right: 0px;
}

.box-pers.vert-1 {
  width: 100%;
  height: 21%;
}

.box-pers.vert-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-pers.vert-3 {
  width: 100%;
  height: 39%;
}

.content-per {
  width: 100%;
}

.titolo-pers {
  margin-bottom: 20px;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 2px;
}

.p-pers {
  color: #fff;
  line-height: 24px;
}

.quadrato-pers {
  position: relative;
  width: 100%;
  height: 600px;
}

.slider-lavori {
  background-color: transparent;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
}

.h3.center {
  text-align: center;
}

.colonna-contatti {
  min-height: 180px;
  border-right: 1px solid #fff;
  text-align: center;
}

.colonna-contatti.last {
  border-right-style: none;
}

.icona-contatti {
  width: 30px;
}

.icona-contatti.phone {
  width: 25px;
}

.icona-contatti.enevelope {
  width: 35px;
  margin-top: 10px;
}

.titolo-contact {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

.titolo-contact.adjust {
  margin-top: 40px;
}

.info-contacts {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}

.info-contacts.indirizzo {
  margin-top: 0px;
}

.form-block {
  width: 60%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.field {
  height: 50px;
  margin-bottom: 30px;
  padding-left: 20px;
  border: 1px none #000;
  background-color: #3a3a3a;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

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

.button-form {
  position: relative;
  padding: 15px 60px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 18px;
  text-transform: uppercase;
}

.button-form:hover {
  border-color: transparent;
  background-color: #fff;
  color: #000;
}

.dropdown {
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
}

.drop-toggle {
  padding: 0px;
}

.link-drop {
  color: #fff;
  line-height: 14px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-drop.sub {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.link-drop.sub:hover {
  border-left: 1px solid #fff;
}

.link-drop.sub.w--current {
  border-left: 1px solid #fff;
  color: #fff;
}

.drop-list {
  margin-top: 5px;
  margin-left: -20px;
  padding-top: 35px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  background-color: transparent;
}

.content-slide {
  position: relative;
  height: 500px;
}

.slide {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 55%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.slide.slide-3 {
  z-index: 1;
}

.arrow-slider {
  position: absolute;
  right: 25%;
  bottom: 0px;
  z-index: 4;
}

.arrow-box {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 30px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.carousel {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 550px;
}

.carousel-item {
  position: absolute;
  width: 500px;
}

.slide-home {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.slide-1 {
  background-image: url('../images/lavorazioni-home.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.display-none {
  display: none;
}

.left-arrow {
  left: 50px;
  top: auto;
  bottom: 50px;
  width: 50px;
  height: 50px;
}

.right-arrow {
  left: 100px;
  top: auto;
  right: auto;
  bottom: 50px;
  width: 50px;
  height: 50px;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/servzizio-home.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/servzizio-home.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.slide-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/idea-home.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/idea-home.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.img-girato {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  opacity: 0;
  -webkit-transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.pre-img {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.pre-img.img-1 {
  background-image: url('../images/taglio-laser.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pre-img.img-2 {
  background-image: url('../images/ossitaglio.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pre-img.img-3 {
  background-image: url('../images/brunitura.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pre-img.img-4 {
  background-image: url('../images/zincatura.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pre-img.img-5 {
  background-image: url('../images/verniciatura.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pre-img.img-6 {
  background-image: url('../images/img-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.box-testo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #212121;
}

.icon {
  font-size: 30px;
}

.scroll-lavorazioni {
  overflow: hidden;
  height: 60px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}

.p-opacity {
  opacity: 0.3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.specifica-personalizzazioni {
  margin-bottom: 40px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.privacy {
  color: #fff;
}

.privacy-box {
  margin-bottom: 40px;
  color: #fff;
  text-align: left;
}

.iubenda-nostyle.iubenda-embed {
  color: #fff;
}

.link-footer {
  color: #fff;
  text-decoration: underline;
}

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

.menu-mobile {
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 999;
  display: none;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.menu-open {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.block-mobile {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.block-mobile._1 {
  background-color: #000;
}

.block-mobile.block-1 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  text-align: center;
}

.block-mobile.block-2 {
  background-color: #131212;
}

.block-mobile.block-3 {
  background-color: #1a1a1a;
}

.block-mobile.block-4 {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #242424;
}

.block-mobile.block-5 {
  background-color: #303030;
}

.link-mobile {
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.sub-click {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icona-sub {
  width: 50px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.sub-element {
  position: absolute;
  top: 0px;
  right: -350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 100%;
  padding-right: 70px;
  padding-left: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #242424;
}

.sub-principal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.close-menu {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 2;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.content-mappa {
  padding-right: 200px;
  padding-left: 200px;
}

.map {
  width: 100%;
  height: 450px;
}

.button-absolute {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 40px;
  padding-right: 0px;
  padding-left: 30px;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  font-family: Gothambook, sans-serif;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.container-feed {
  margin-top: 50px;
  margin-bottom: 80px;
}

html.w-mod-js *[data-ix="enter-left"] {
  opacity: 0;
  -webkit-transform: translate(120%, 0px);
  -ms-transform: translate(120%, 0px);
  transform: translate(120%, 0px);
}

html.w-mod-js *[data-ix="floatted"] {
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="servizio-right"] {
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="servizio-left"] {
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

@media screen and (max-width: 991px) {
  .menu {
    display: none;
  }

  .box-slide {
    width: 70%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .box-slide.page {
    width: 80%;
    float: right;
  }

  .box-slide.page.about {
    width: 100%;
  }

  .social {
    right: 20px;
    bottom: 20px;
  }

  .contatti-home {
    display: none;
  }

  .section {
    padding-right: 100px;
    padding-left: 100px;
  }

  .section.no-padding {
    padding-right: 50px;
    padding-left: 50px;
  }

  .section.no-padding.personalizzazioni {
    padding-right: 20px;
    padding-left: 150px;
  }

  .box-team.left {
    width: 80%;
    margin-right: 20px;
  }

  .box-team.right {
    width: 80%;
    margin-left: 20px;
  }

  .box-team.small {
    width: 100%;
  }

  .nome-membro {
    font-size: 25px;
    line-height: 25px;
  }

  .footer {
    padding-bottom: 80px;
  }

  .lavorazione-testo {
    position: relative;
    min-height: 600px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lavorazione-testo.left.customize {
    min-height: 650px;
  }

  .img-lavorazione {
    left: 30px;
    top: 50px;
    width: 400px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .lavorazioni-desc {
    top: auto;
    right: 20px;
    bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .lavorazioni-desc.left {
    left: 20px;
  }

  .titolo-lavorazioni {
    margin-bottom: 10px;
  }

  .p-lavorazioni {
    line-height: 20px;
  }

  .titolo-cta {
    font-size: 38px;
    line-height: 55px;
  }

  .colonna-pers.vert {
    height: 1000px;
  }

  .titolo-pers {
    font-size: 25px;
  }

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

  .quadrato-pers {
    height: 500px;
  }

  .carousel {
    right: 20px;
    width: 80%;
  }

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

  .scroll-lavorazioni {
    height: auto;
  }

  .p-opacity {
    opacity: 1;
  }

  .menu-mobile {
    top: 70px;
    display: block;
    padding-right: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    letter-spacing: 5px;
  }

  .menu-open {
    height: 100%;
  }

  .icona-sub {
    width: 30px;
  }

  .content-mappa {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .intro.page {
    height: auto;
    padding-bottom: 80px;
  }

  .slider-home.page {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .box-slide {
    padding-left: 50px;
  }

  .box-slide.page {
    width: 90%;
  }

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

  .paragrafo {
    text-align: justify;
  }

  .paragrafo.h-slide {
    text-align: left;
  }

  .logo {
    left: 20px;
    top: 50px;
    width: 80px;
  }

  .social {
    bottom: 10px;
  }

  .social.social-home {
    bottom: 50px;
  }

  .copyright {
    left: -111px;
  }

  .credits-home {
    font-size: 10px;
  }

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

  .box-team.left {
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .box-team.right {
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    float: right;
  }

  .box-team.small {
    width: 80%;
    margin-bottom: 40px;
    float: right;
  }

  .row-staff {
    margin-bottom: 0px;
  }

  .footer {
    padding-right: 50px;
    padding-bottom: 80px;
    padding-left: 50px;
  }

  .box-lavorazione.left {
    width: 90%;
  }

  .lavorazione-testo {
    width: 80%;
  }

  .lavorazione-testo.left {
    min-height: 550px;
  }

  .img-lavorazione.left {
    width: 300px;
  }

  .lavorazioni-desc {
    right: 0px;
    width: 100%;
  }

  .lavorazioni-desc.left {
    left: 0px;
    bottom: 10px;
  }

  .p-lavorazioni {
    line-height: 22px;
  }

  .colonna-pers.vert {
    height: 800px;
  }

  .colonna-contatti {
    border-right-style: none;
  }

  .form-block {
    width: 80%;
  }

  .left-arrow {
    left: 20px;
  }

  .right-arrow {
    left: 70px;
  }

  .scroll-lavorazioni {
    height: auto;
  }

  .p-opacity {
    opacity: 1;
  }

  .menu-mobile {
    top: 60px;
    right: 20px;
  }

  .link-mobile {
    font-size: 20px;
  }

  .link-mobile.sub {
    font-size: 16px;
    line-height: 20px;
  }

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

  .sub-principal {
    padding-right: 20px;
  }

  .close-menu {
    top: 20px;
    right: 20px;
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .intro.page {
    padding-right: 20px;
    padding-bottom: 110px;
    padding-left: 20px;
  }

  .box-slide {
    width: 90%;
  }

  .box-slide.page {
    width: 100%;
    margin-top: 50px;
    padding-left: 20px;
  }

  .box-slide.page.about {
    padding-top: 100px;
    padding-left: 20px;
  }

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

  .paragrafo.h-slide {
    text-align: left;
  }

  .social {
    bottom: 10px;
  }

  .social.social-home {
    bottom: 80px;
  }

  .copyright {
    display: none;
  }

  .section {
    padding: 200px 20px 100px;
  }

  .section.no-padding.personalizzazioni {
    padding-top: 100px;
    padding-left: 50px;
  }

  .box-team.left {
    width: 100%;
    margin-bottom: 40px;
  }

  .box-team.right {
    width: 100%;
    margin-bottom: 40px;
  }

  .box-team.small {
    width: 100%;
    margin-bottom: 40px;
  }

  .row-staff {
    margin-bottom: 0px;
  }

  .titolo-sezione {
    left: 20px;
    top: 150px;
  }

  .titolo-sezione.servizi {
    left: 6px;
    top: 370px;
  }

  .titolo-sezione.realizzazioni {
    left: 2px;
    top: 400px;
  }

  .titolo-sezione.lavori {
    left: 0px;
    top: -316px;
  }

  .section-title {
    font-size: 30px;
    line-height: 30px;
  }

  .contatti-footer {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0px;
    text-align: center;
  }

  .box-lavorazione {
    width: 80%;
  }

  .lavorazione-testo {
    width: 90%;
    min-height: 500px;
  }

  .img-lavorazione {
    left: 0px;
  }

  .img-lavorazione.left {
    right: 0px;
  }

  .titolo-lavorazioni {
    font-size: 20px;
  }

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

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

  .colonna-pers.vert {
    height: auto;
  }

  .box-pers._40-h.a-sx {
    position: relative;
    width: 100%;
    height: 200px;
  }

  .box-pers._40-h.b-dx {
    position: relative;
    bottom: auto;
    width: 100%;
    height: 200px;
  }

  .box-pers.h-60.b-sx {
    position: relative;
    width: 100%;
    height: 200px;
  }

  .box-pers.h-60.a-dx {
    position: relative;
    width: 100%;
    height: 200px;
  }

  .box-pers._30-h.a-sx {
    position: relative;
    width: 100%;
    height: 200px;
  }

  .box-pers._30-h.b-dx {
    position: relative;
    width: 100%;
    height: 200px;
  }

  .box-pers._70-h.b-sx {
    position: relative;
    width: 100%;
    height: 200px;
  }

  .box-pers._70-h.a-dx {
    position: relative;
    width: 100%;
    height: 200px;
  }

  .box-pers.vert-1 {
    height: 200px;
  }

  .box-pers.vert-2 {
    height: 200px;
  }

  .box-pers.vert-3 {
    height: 200px;
  }

  .quadrato-pers {
    height: auto;
  }

  .form-block {
    width: 100%;
  }

  .left-arrow {
    bottom: 100px;
  }

  .right-arrow {
    bottom: 100px;
  }

  .specifica-personalizzazioni {
    font-size: 14px;
  }

  .link-mobile {
    font-size: 18px;
  }

  .sub-click {
    padding-right: 5px;
    padding-left: 5px;
  }

  .icona-sub {
    width: 20px;
  }

  .close-menu {
    font-size: 25px;
    line-height: 55px;
  }

  .text-block {
    width: 100%;
  }

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

  .map {
    height: 350px;
  }
}

@font-face {
  font-family: 'Gothambook';
  src: url('../fonts/GothamBook.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}