:root {
  --black: black;
  --orange: #ffa311;
  --dim-grey: #6b6b6b;
}

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

.header {
  z-index: 3;
  justify-content: space-between;
  align-items: center;
  padding: 10px 80px;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 7px #0000004d;
}

.brand {
  width: 80px;
}

.navigation {
  align-self: center;
}

.link-menu {
  color: var(--black);
  letter-spacing: 2px;
  margin-left: 5px;
  margin-right: 10px;
  padding-left: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  transition: all .45s;
  position: relative;
}

.link-menu:hover {
  padding-left: 35px;
}

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

.line-menu {
  background-color: var(--black);
  width: 50px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}

.slider {
  height: 700px;
}

.hide {
  display: none;
}

.slide {
  height: 100%;
}

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

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

.titoli-slide {
  justify-content: center;
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.big-slide {
  color: var(--orange);
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-family: Bebas Neue, sans-serif;
  font-size: 300px;
  font-weight: 400;
  line-height: 230px;
}

.small-title-slider {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section.full {
  padding: 0 100px;
}

.section.full.m-bottom {
  margin-bottom: 0;
}

.section.full.m-bottom.padding-mobile.civile {
  margin-bottom: 100px;
}

.section.gallery {
  height: 900px;
  margin-top: 150px;
  margin-bottom: 150px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.section.black {
  background-color: var(--black);
}

.section.cta {
  background-image: url('../images/pattern.jpg');
  background-position: 0 0;
  background-size: auto;
  margin-top: 100px;
}

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

.h2 {
  letter-spacing: 4px;
  margin-bottom: 30px;
  font-family: Bebas Neue, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.h2.center {
  text-align: center;
  margin-bottom: 20px;
}

.h2.center.white {
  color: #fff;
  margin-bottom: 30px;
}

.p {
  color: #6b6b6b;
  line-height: 24px;
}

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

.p.center.white {
  color: #fff;
}

.p.certificazione {
  font-size: 12px;
}

.bottone {
  color: var(--black);
  letter-spacing: 2px;
  background-color: #0000;
  padding: 20px 70px;
  font-family: Bebas Neue, sans-serif;
  font-size: 22px;
  line-height: 22px;
  position: relative;
}

.bottone.m-top {
  margin-top: 40px;
}

.bottone.white {
  color: #fff;
}

.bottone.white.in-slide {
  margin-left: 0;
}

.conten-numeri {
  border: 1px solid #000;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.box-numero {
  text-align: center;
}

.numero {
  color: var(--black);
  margin-bottom: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 80px;
  line-height: 80px;
}

.info-numero {
  letter-spacing: 3px;
  font-family: Bebas Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.row-numeri {
  margin-bottom: 40px;
}

.eq-height {
  align-items: center;
  display: flex;
}

.eq-height.no-align, .eq-height._100 {
  align-items: stretch;
}

.pad-left {
  padding-left: 60px;
}

.h1 {
  border-left: 2px solid var(--orange);
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 50px;
  font-family: Bebas Neue, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 45px;
}

.h1.right {
  border-right: 2px solid var(--orange);
  border-left-style: none;
  padding-left: 0;
  padding-right: 50px;
}

.h1.center {
  text-align: center;
  border-left-style: none;
  padding-top: 0;
  padding-left: 0;
  line-height: 75px;
}

.h1.center.title-cta {
  margin-bottom: 0;
  font-size: 50px;
  line-height: 60px;
}

.blocco-testo {
  background-image: url('../images/pattern.jpg');
  background-position: 0 0;
  background-size: auto;
  padding: 80px 120px 80px 50px;
}

.blocco-testo.right {
  text-align: left;
  padding-left: 100px;
  padding-right: 50px;
}

.blocco-testo.bordato {
  border: 1px solid #000;
  padding-left: 0;
  padding-right: 0;
}

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

.offset-testo {
  padding-left: 50px;
}

.slider-tipo {
  width: 120%;
  height: 400px;
  position: relative;
  bottom: -200px;
  left: -106px;
}

.slider-tipo.left {
  z-index: 5;
  left: 0;
}

.adjust-flex {
  width: 100%;
  height: 100%;
}

.conolla-100 {
  align-self: auto;
  height: 100%;
  min-height: 100%;
}

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

.civile-2 {
  background-image: url('../images/slider-3-def.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

.row-gallery {
  height: 500px;
  padding-left: 10px;
  padding-right: 10px;
}

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

.gallery-60 {
  width: 100%;
  height: 60%;
}

.gallery-40 {
  width: 100%;
  height: 40%;
}

.lightbox-gallery {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.lightbox-gallery._1 {
  background-image: url('../images/gallery-1.jpg');
}

.lightbox-gallery._2 {
  background-image: url('../images/gallery-2.jpg');
}

.lightbox-gallery._3 {
  background-image: url('../images/gallery-3.jpg');
}

.lightbox-gallery._4 {
  background-image: url('../images/gallery-4.jpg');
}

.lightbox-gallery._5 {
  background-image: url('../images/gallery-5.jpg');
}

.lightbox-gallery._6 {
  background-image: url('../images/gallery-6.jpg');
}

.container-blocco {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.box-info-gallery {
  cursor: pointer;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.indicatore-gallery {
  width: 5%;
  padding-top: 10px;
  position: relative;
}

.nome-cantiere {
  width: 100%;
}

.numero-mezzo {
  letter-spacing: 4px;
  padding-top: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 16px;
}

.nome-del-mezzo {
  border-left: 1px solid var(--orange);
  letter-spacing: 4px;
  padding-top: 10px;
  padding-left: 15px;
  font-family: Bebas Neue, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 16px;
}

.info-mezzo {
  color: var(--dim-grey);
  margin-top: 20px;
  padding-left: 15px;
}

.img-mezzi {
  margin-top: 50px;
}

.row-mezzi {
  margin-top: 80px;
}

.img {
  width: 100%;
}

.row-certificazione {
  margin-top: 50px;
}

.h3 {
  color: var(--black);
  letter-spacing: 2px;
  font-family: Bebas Neue, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.h3.title-contatti {
  margin-top: 0;
}

.link-testo {
  padding-left: 20px;
  text-decoration: none;
  transition: all .4s;
  position: relative;
}

.link-testo:hover {
  padding-left: 30px;
}

.texso-nel-link {
  z-index: 2;
  color: var(--black);
  letter-spacing: 2px;
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}

.linea-link {
  z-index: 1;
  background-color: var(--black);
  width: 50px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.box-contatti {
  margin-bottom: 30px;
  padding-left: 50px;
}

.box-contatti.first {
  margin-top: 80px;
}

.form-block {
  margin-top: 50px;
}

.field {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 20px;
}

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

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

.bottoni-form {
  text-align: center;
}

.box-field {
  margin-bottom: 30px;
}

.box-field.privacy {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.label-privacy {
  color: #fff;
}

.link {
  color: var(--black);
  font-weight: 700;
  text-decoration: none;
}

.link.white {
  color: #fff;
}

.footer {
  padding: 0;
}

.logo-footer {
  width: 100px;
  margin-bottom: 20px;
}

.text-footer {
  color: var(--black);
  font-size: 12px;
  line-height: 18px;
}

.colonna-footer-1 {
  padding-right: 50px;
}

.titolo-footer {
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-family: Bebas Neue, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 27px;
}

.contatti-footer {
  margin-bottom: 8px;
}

.top-footer {
  padding: 50px 100px;
}

.bottom-footer {
  border-top: 1px solid #000;
  padding: 30px 100px;
}

.copyright {
  color: var(--black);
  text-align: center;
  font-size: 12px;
}

.center {
  text-align: center;
}

.center.border-lati {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.text-menu {
  z-index: 2;
  background-color: #fff;
  padding: 10px 0 10px 5px;
  position: relative;
}

.row-doppio {
  margin-bottom: 100px;
}

.loader {
  z-index: 99;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.quadrato-loader {
  background-color: var(--black);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0);
}

.subtitle-slider {
  color: #fff;
  letter-spacing: 1px;
  width: 500px;
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.subtitle-cta {
  margin-top: 5px;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
}

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

.box-gallery {
  margin-top: 50px;
}

.content-gallery {
  padding-left: 5%;
  transition: all .55s;
  overflow: hidden;
}

.content-gallery.attivo {
  height: auto;
}

.ligh-gallery {
  width: 100%;
  position: relative;
}

.ligh-gallery.gal-1 {
  background-image: url('../images/gallery-cantiere-1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ligh-gallery.gal-2 {
  background-image: url('../images/gallery-cantiere-1-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.row-gallery-cantieri {
  margin-bottom: 20px;
}

.column-gallery {
  height: 100%;
}

.freccia-gallery {
  width: 25px;
  transition: all .65s;
}

.hover-gallery {
  z-index: 2;
  opacity: 0;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.icon-gallery {
  width: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box-social {
  display: flex;
}

.link-social {
  width: 30px;
  margin-right: 8px;
}

.subtitle-contatti {
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.elenco-servizi {
  margin-top: 50px;
}

.box-servizio {
  align-items: center;
  display: flex;
}

.testo-servizio {
  align-items: center;
}

.titolo-servizio {
  border-left: 1px solid var(--orange);
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-left: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.alert-realizzazione {
  color: var(--black);
  letter-spacing: 1px;
  font-family: Bebas Neue, sans-serif;
  font-size: 16px;
}

.b {
  color: var(--black);
}

.burger, .menu-open {
  display: none;
}

.gallery-box {
  width: 100%;
  height: 100%;
}

.gallery-box.g_1 {
  background-image: url('../images/gallery-cantiere-1-9.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-box.g_2 {
  background-image: url('../images/gallery-cantiere-1-14.jpg');
  background-position: 50% 0;
  background-size: auto;
}

.gallery-box._1 {
  background-image: url('../images/gallery-1_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-box._2 {
  background-image: url('../images/gallery-2_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-box._3 {
  background-image: url('../images/gallery-3_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-box._4 {
  background-image: url('../images/gallery-4_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.gallery-box._5 {
  background-image: url('../images/gallery-5_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.gallery-box._6 {
  background-image: url('../images/gallery-6_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-box._7 {
  background-image: url('../images/gallery-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-box._8 {
  background-image: url('../images/gallery-8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-box._9 {
  background-image: url('../images/gallery-9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-box._10 {
  background-image: url('../images/gallery-10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-box._11 {
  background-image: url('../images/gallery-11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-box._12 {
  background-image: url('../images/gallery-12.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.row-interna-gallery {
  height: 50%;
}

.row-interna-gallery._100 {
  height: 100%;
}

.box-lightbox {
  height: 100%;
  padding: 2px;
}

.nascondi {
  display: none;
}

.link-footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

html.w-mod-js [data-ix="fadetop"] {
  opacity: 0;
  transform: translate(0, -100px);
}

html.w-mod-js [data-ix="fadein"] {
  opacity: 0;
}

html.w-mod-js [data-ix="fadeleft"] {
  opacity: 0;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="faderight"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="fadebottom"] {
  opacity: 0;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="barraloading"] {
  transform: translate(102%);
}

@media screen and (min-width: 1440px) {
  .section.cta {
    margin-top: 100px;
  }
}

@media screen and (min-width: 1920px) {
  .section.full.m-bottom {
    margin-bottom: 0;
  }

  .section.cta {
    margin-top: 100px;
  }

  .blocco-testo {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-right: 150px;
  }

  .blocco-testo.right {
    padding-left: 200px;
  }

  .slider-tipo {
    height: 550px;
    bottom: -120px;
  }

  .row-gallery {
    height: 700px;
  }

  .row-mezzi {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .row-doppio {
    margin-bottom: 200px;
  }

  .row-doppio.last {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    width: 60px;
  }

  .titoli-slide {
    width: 80%;
  }

  .big-slide {
    font-size: 200px;
    line-height: 150px;
  }

  .section.full, .section.full.m-bottom.padding-mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.cta {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .bottone.m-top {
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 16px;
  }

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

  .pad-left {
    padding-left: 0;
  }

  .h1 {
    font-size: 55px;
    line-height: 45px;
  }

  .h1.center.title-cta {
    font-size: 35px;
    line-height: 35px;
  }

  .blocco-testo {
    padding-left: 20px;
  }

  .blocco-testo.bordato {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .offset-testo {
    padding-left: 0;
  }

  .row-gallery {
    height: 350px;
  }

  .container-blocco {
    width: 90%;
  }

  .top-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-menu {
    font-size: 14px;
    line-height: 14px;
  }

  .subtitle-cta {
    font-size: 18px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .titoli-slide {
    width: 90%;
  }

  .big-slide {
    font-size: 100px;
    line-height: 80px;
  }

  .section.full, .section.full.m-bottom.padding-mobile {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.cta, .section.certificati {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2.center {
    font-size: 35px;
  }

  .bottone.white.in-slide {
    font-size: 18px;
    line-height: 18px;
  }

  .conten-numeri {
    margin-bottom: 60px;
  }

  .eq-height {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

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

  .h1 {
    padding-left: 20px;
    font-size: 45px;
    line-height: 55px;
  }

  .h1.center.title-cta {
    font-size: 25px;
  }

  .blocco-testo {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .slider-tipo {
    width: 100%;
    height: 300px;
    margin-top: 50px;
    bottom: 0;
    left: 0;
  }

  .conolla-100 {
    padding-left: 0;
    padding-right: 0;
  }

  .row-gallery {
    height: 250px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .indicatore-gallery {
    width: 5%;
  }

  .nome-cantiere {
    width: 95%;
  }

  .nome-del-mezzo {
    letter-spacing: 2px;
    font-size: 18px;
  }

  .info-mezzo {
    font-size: 12px;
    line-height: 18px;
  }

  .row-certificazione {
    margin-top: 0;
  }

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

  .box-contatti {
    padding-left: 20px;
  }

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

  .colonna-footer-1 {
    margin-bottom: 20px;
  }

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

  .subtitle-slider {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
  }

  .subtitle-cta {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 16px;
  }

  .freccia-gallery {
    width: 18px;
  }

  .gallery-box {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    z-index: 10;
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand {
    width: 50px;
  }

  .navigation {
    display: none;
  }

  .link-menu {
    padding-left: 30px;
  }

  .line-menu {
    background-color: var(--orange);
    width: 25px;
  }

  .slider {
    height: 450px;
  }

  .big-slide {
    font-size: 70px;
  }

  .small-title-slider {
    font-size: 14px;
    line-height: 14px;
  }

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

  .section.black, .section.certificati {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .bottone.m-top {
    letter-spacing: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .bottone.white.in-slide {
    font-size: 14px;
  }

  .conten-numeri {
    margin-bottom: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .info-numero {
    letter-spacing: 1px;
    font-size: 14px;
  }

  .eq-height {
    padding-left: 0;
    padding-right: 0;
  }

  .h1 {
    font-size: 40px;
    line-height: 37px;
  }

  .blocco-testo {
    padding-right: 20px;
  }

  .slider-tipo {
    height: 220px;
  }

  .row-gallery {
    height: auto;
  }

  .indicatore-gallery {
    width: 10%;
  }

  .nome-cantiere {
    width: 90%;
  }

  .nome-del-mezzo {
    padding-top: 0;
    line-height: 20px;
  }

  .h3.title-contatti {
    margin-bottom: 2px;
    font-size: 18px;
    line-height: 20px;
  }

  .box-contatti.first {
    margin-top: 50px;
  }

  .bottom-footer, .center.border-lati {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-menu {
    background-color: var(--black);
    color: var(--orange);
    font-size: 22px;
  }

  .subtitle-slider {
    font-size: 12px;
  }

  .column-gallery {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .burger {
    width: 40px;
    display: block;
  }

  .line {
    background-color: var(--orange);
    width: 100%;
    height: 4px;
    padding-bottom: 0;
    padding-right: 0;
    transition: all .55s;
  }

  .line.l-1, .line.l-2 {
    margin-bottom: 5px;
  }

  .menu-open {
    z-index: 9;
    background-color: var(--black);
    width: 100%;
    height: 100vh;
    padding-top: 100px;
    padding-bottom: 50px;
    padding-right: 0;
    transition: all .55s;
    display: block;
    position: fixed;
    transform: translate(0, -120%);
  }

  .box-menu-mobile {
    text-align: right;
    margin-bottom: 10px;
  }

  .row-interna-gallery, .row-interna-gallery._100 {
    height: 150px;
  }
}


