:root {
  --teal: #014c9f;
  --dark-slate-blue: #374a67;
  --khaki: #fefe6f;
  --white: white;
  --grey: #8d8d8d;
  --black: #333;
  --darkblue: #070038;
  --white-smoke: #f3f3f3;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  font-family: Electrolize, sans-serif;
}

h1 {
  color: var(--teal);
  font-size: 46px;
}

h2 {
  color: var(--dark-slate-blue);
  margin-top: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: var(--dark-slate-blue);
  text-align: justify;
  font-family: Electrolize, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

a {
  color: #00e;
  background-color: rgba(0, 0, 0, 0);
}

.footer {
  background-color: var(--dark-slate-blue);
  padding: 50px 5% 70px;
}

.navbar {
  border-bottom: 1px solid var(--teal);
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 37px;
  padding-bottom: 0;
  font-family: Electrolize, sans-serif;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.t_footer {
  box-shadow: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-family: Electrolize, sans-serif;
  line-height: 16px;
}

.t_footer.h1 {
  margin-bottom: 5px;
  font-family: Electrolize, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.t_footer.h2 {
  text-transform: uppercase;
  font-size: 12px;
}

.t_footer.p {
  border-bottom: 1px solid var(--khaki);
  margin-top: 7px;
  padding-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
}

.materialeimg {
  height: 130px;
  margin-top: 15px;
}

.tx_garanzie_p {
  color: var(--white);
  font-family: Electrolize, sans-serif;
  font-size: 16px;
}

.s_home {
  height: 100vh;
  max-width: 1800px;
  background-color: var(--dark-slate-blue);
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testohomebox {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 45px;
}

.testohomebox.type {
  margin-bottom: 0;
  font-size: 21px;
}

.titolisezioni {
  color: var(--dark-slate-blue);
  margin-bottom: 15px;
  font-family: Electrolize, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

.tx_contatti_h {
  color: var(--dark-slate-blue);
  margin-right: 7px;
  font-family: Electrolize, sans-serif;
  font-size: 17px;
  font-weight: 700;
  display: inline;
}

.materialetesto {
  color: #070038;
  font-family: Electrolize, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.navlink {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  margin-left: 15px;
  padding-left: 4px;
  padding-right: 4px;
  font-family: Electrolize, sans-serif;
  font-size: 16px;
}

.navlink.w--current {
  color: var(--dark-slate-blue);
  background-image: url('../images/Sfondo-orizzontale-TMA.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 10px;
  padding-bottom: 12px;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 700;
}

.div_slidebox {
  width: 50%;
  align-self: stretch;
}

.img_garanzie {
  height: 100px;
  border-radius: 6px;
  margin-bottom: 25px;
}

.maps {
  margin-top: 30px;
}

.tx_garanzie_h {
  color: var(--khaki);
  margin-bottom: 15px;
  font-family: Electrolize, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.tx_contatti_p {
  font-family: Electrolize, sans-serif;
  font-size: 17px;
  display: inline;
}

.div_txbox {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  margin-top: 136px;
  padding-left: 5%;
  display: flex;
}

.div_box_contatti {
  width: 50%;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.img_navbar {
  height: 110px;
  padding-top: 0;
  padding-bottom: 5px;
  display: inline-block;
}

.div_materiale {
  width: 140px;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}

.img_logo-footer {
  height: 30px;
  margin-bottom: 10px;
}

.slider-home {
  height: 100vh;
  padding-top: 123px;
}

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

.arrow-ghost {
  display: none;
}

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

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

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

.bt_home {
  width: 150px;
  border: 1px solid var(--khaki);
  color: var(--khaki);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  margin-top: 10px;
}

.bt_home:hover {
  border-color: var(--khaki);
  color: var(--khaki);
}

.div_box_materiale {
  justify-content: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-white {
  color: var(--white);
}

.div_navbar {
  max-width: 1800px;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.navbar-ghost {
  display: none;
}

.div_form {
  width: 50%;
  background-color: var(--dark-slate-blue);
  align-self: stretch;
  padding: 20px 20px 20px 25px;
}

.div_form.ghost {
  display: none;
}

.div-block {
  display: flex;
}

.div_box_garanzie {
  flex-wrap: wrap;
  margin-top: 30px;
  display: flex;
}

.div_garanzie_imgtx {
  width: 48%;
  border: 1px solid var(--khaki);
  margin-bottom: 15px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 25px 30px;
}

.tx_form_h1 {
  color: var(--white);
  margin-bottom: 15px;
  font-size: 20px;
}

.tx_form_h2 {
  color: var(--white);
  margin-bottom: 15px;
  font-size: 16px;
}

.campo_form._50 {
  width: 48%;
  float: left;
  margin-right: 2%;
}

.form {
  flex-wrap: wrap;
  justify-content: space-between;
}

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

.textarea {
  width: 98%;
  min-height: 150px;
}

.div_img_tx_home {
  background-image: url('../images/Saldatura-bianca.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 4px;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 40px;
  display: flex;
}

.div_img_tx_home.ultimo {
  margin-bottom: 25px;
}

.div_contackt {
  margin-bottom: 20px;
}

.img_robot-1 {
  height: 400px;
  margin-left: 100px;
}

.img_macchinari-240 {
  height: 240px;
  margin-right: 40px;
}

.tx_form_informativa-privacy {
  color: #fff;
}

.link_form_informativa-privacy {
  color: #979797;
}

.section {
  padding: 180px 5% 100px;
}

.section.presentazione {
  z-index: 2;
  padding-top: 100px;
}

.section.lavorazioni-offerte {
  background-image: linear-gradient(135deg, var(--white) 32%, rgba(255, 255, 255, .95) 55%, transparent), url('../images/thumbnail_large-1-1.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  padding-top: 110px;
  padding-bottom: 90px;
}

.section.materiale-lavorato {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.macchinari {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.garanzie {
  background-color: var(--dark-slate-blue);
  padding-top: 90px;
  padding-bottom: 90px;
}

.section.certificazioni {
  padding-top: 135px;
}

.section.contatti {
  background-image: url('../images/Sfondo-orizzontale-TMA.png');
  background-position: 0 570px;
  background-repeat: no-repeat;
  background-size: 100% 40px;
  padding-top: 200px;
}

.grid {
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

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

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

.div_img_3 {
  background-image: url('../images/7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div_img_4 {
  height: 400px;
  background-image: url('../images/8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div_img_5 {
  height: 200px;
  background-image: url('../images/11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div_img_6 {
  height: 200px;
  background-image: url('../images/15.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div_img_7 {
  height: 200px;
  background-image: url('../images/16.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div_img_8 {
  height: 300px;
  background-image: url('../images/17.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div_img_9 {
  height: 300px;
  background-image: url('../images/18.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div_img_10 {
  height: 300px;
  background-image: url('../images/20.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div_img_11 {
  height: 300px;
  background-image: url('../images/22.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div_img_12 {
  height: 300px;
  background-image: url('../images/23.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div_3-img-macchinari {
  text-align: left;
  margin-top: 40px;
}

.cl_2_macchinari-img {
  text-align: left;
  padding-top: 50px;
}

.section-home {
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.div_max {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.div_max.overnav {
  justify-content: flex-end;
  display: flex;
}

.tx_esempi-lavori {
  color: var(--grey);
  text-align: center;
  text-transform: uppercase;
  background-image: url('../images/Saldatura-Grigio.png');
  background-position: 50% 70%;
  background-repeat: repeat-x;
  background-size: auto 10px;
  padding-top: 150px;
  padding-bottom: 150px;
  font-size: 80px;
}

.grid-lavorazioni-offerte {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.div_grid_lavorazioni-1 {
  filter: brightness(200%);
  background-image: url('../images/thumbnail_large-1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div_grid_lavorazioni-2 {
  height: 50px;
  background-color: var(--khaki);
}

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

.div_grid_lavorazioni-4 {
  height: 50px;
  background-color: var(--dark-slate-blue);
  box-shadow: inset 8px 0 2px -20px var(--white);
}

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

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

.div_grid_lavorazioni-7 {
  filter: invert();
  background-image: url('../images/thumbnail_large-1-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div_grid_lavorazioni-8 {
  height: 50px;
  background-color: var(--white);
}

.h1_home_giallo {
  color: var(--khaki);
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 28px;
}

.titolo-paragrafi {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.titolo-paragrafi.giallo {
  color: var(--khaki);
}

.div_boxlavorazioni {
  border-bottom: 3px solid var(--dark-slate-blue);
  margin-top: 60px;
  padding-bottom: 30px;
}

.div_boxlavorazioni.first {
  margin-top: 40px;
}

.imgfooter1 {
  height: 5px;
  text-align: right;
  position: relative;
  top: 0;
  right: -73%;
  transform: rotate(17deg);
}

.imgfooter2 {
  height: 5px;
  text-align: right;
  position: relative;
  top: 156px;
  right: -37%;
  transform: rotate(-37deg);
}

.paragraph {
  color: var(--dark-slate-blue);
}

.over-nav {
  background-color: var(--dark-slate-blue);
  padding: 6px 5%;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.img-icon-over-nav {
  height: 25px;
  margin-right: 5px;
}

.div-overnav-info {
  color: var(--white);
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.titolo-sottoparagrafi {
  color: var(--dark-slate-blue);
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 22px;
}

.cl2-lavorazioni-offerte {
  display: none;
}

.tx-overnav {
  padding-top: 4px;
}

.div-separatore-blue {
  height: 10px;
  background-color: var(--dark-slate-blue);
}

.div-separatore-giallo {
  height: 10px;
  background-color: var(--khaki);
}

.nav-menu {
  margin-top: 18px;
}

.div-storia-blue {
  width: 80%;
  height: 20px;
  background-color: var(--dark-slate-blue);
  transform: rotate(0);
}

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

.slide-3 {
  width: 70%;
  background-image: url('../images/Sede2.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-tx-storia {
  border: 2px solid var(--dark-slate-blue);
  background-color: var(--white);
  box-shadow: inset -1px -1px 4px 0 var(--dark-slate-blue);
  margin-top: 20px;
  padding: 30px 25px;
  position: relative;
}

.div-storia-giallo {
  height: 20px;
  background-color: var(--khaki);
  box-shadow: 1px 1px 5px 0 var(--khaki);
  margin-left: 15%;
  position: relative;
}

.slider {
  margin-top: 20px;
}

.slide-2 {
  width: 30%;
  background-color: var(--white);
  background-image: url('../images/Sede3.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/Storia1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/Storia2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/Storia3.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.slide-8 {
  background-image: url('../images/Storia5.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/Storia6.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div_img_13 {
  height: 300px;
  background-image: url('../images/Saldatura-forno1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div_img_14 {
  height: 300px;
  background-image: url('../images/Saldatura-forno3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div_img_15 {
  height: 300px;
  background-image: url('../images/Saldatura-MIG-con-Robot2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div_img_16 {
  height: 300px;
  background-image: url('../images/Saldatura-MIG-con-Robot4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tx-lavorazioni-specifica-p {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
}

.lightbox-lavorazioni {
  width: 100%;
  height: 300px;
  background-image: url('../images/15.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lightbox-lavorazioni.puntatura-tig {
  background-image: url('../images/Saldatura-forno1_1.png');
}

.lightbox-lavorazioni.saldobrasatura-induzione {
  background-image: url('../images/1.jpg');
}

.lightbox-lavorazioni.saldatura-mig {
  background-image: url('../images/Saldatura-MIG-con-Robot1.png');
}

.cl_2-lavorazioni {
  text-align: center;
}

.cl_1-lavorazioni {
  padding-left: 0;
  padding-right: 0;
}

.img-iso-9001 {
  height: 1100px;
}

.lb-iso-9001 {
  text-align: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (min-width: 1280px) {
  .section.certificazioni {
    background-image: none;
  }

  .div-storia-blue {
    height: 20px;
  }

  .div-tx-storia {
    width: 100%;
    margin-top: auto;
  }

  .div-storia-giallo {
    height: 20px;
    top: auto;
  }

  .slider {
    width: 100%;
    top: auto;
  }

  .img-iso-9001 {
    height: 1100px;
  }

  .lb-iso-9001 {
    text-align: center;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .imgfooter1 {
    top: -1px;
    right: -76%;
  }

  .imgfooter2 {
    top: 117px;
    right: -46%;
  }

  .img-iso-9001 {
    height: 1100px;
  }

  .lb-iso-9001 {
    text-align: center;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  p {
    font-size: 26px;
    line-height: 1.5em;
  }

  .t_footer.h1 {
    font-size: 18px;
  }

  .t_footer.h2, .t_footer.p {
    font-size: 16px;
  }

  .tx_garanzie_p {
    font-size: 21px;
  }

  .s_home {
    max-width: none;
  }

  .testohomebox.type {
    font-size: 30px;
  }

  .tx_garanzie_h {
    font-size: 24px;
  }

  .section-home {
    background-color: var(--dark-slate-blue);
  }

  .div_max {
    max-width: 1800px;
  }

  .h1_home_giallo {
    font-size: 42px;
    line-height: 1.5em;
  }

  .titolo-paragrafi {
    line-height: 1.5em;
  }

  .imgfooter1 {
    position: relative;
    top: 0;
    right: -84%;
  }

  .imgfooter2 {
    position: relative;
    top: 117px;
    right: -61%;
  }

  .tx-lavorazioni-specifica-p {
    font-size: 26px;
  }

  .heading {
    font-size: 28px;
  }

  .body {
    max-width: 1920px;
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .footer {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .materialeimg {
    height: 70px;
  }

  .testohomebox {
    font-size: 17px;
    font-weight: 400;
    line-height: 35px;
  }

  .testohomebox.type {
    font-size: 16px;
  }

  .navlink {
    border-bottom: 1px solid var(--dark-slate-blue);
    color: #070038;
    margin-left: 0;
    padding-left: 30px;
  }

  .navlink:hover {
    background-color: var(--grey);
    color: #fff;
  }

  .navlink.w--current {
    background-color: var(--dark-slate-blue);
    color: var(--white);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 20px;
    padding-left: 30px;
    font-size: 14px;
  }

  .bt_menu {
    border: 1px solid var(--dark-slate-blue);
    color: var(--dark-slate-blue);
    margin-top: 5px;
  }

  .bt_menu.w--open {
    color: var(--dark-slate-blue);
    background-color: #fff;
    border-color: #070038;
  }

  .div_txbox {
    margin-top: 70px;
    padding-left: 4%;
    padding-right: 30px;
  }

  .div_box_contatti {
    width: 100%;
    flex-flow: column wrap;
    align-content: stretch;
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  .img_navbar {
    height: 80px;
  }

  .div_materiale {
    width: 120px;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-home {
    padding-top: 89px;
  }

  .div_box_materiale {
    justify-content: flex-start;
  }

  .div_navbar {
    margin-left: 0%;
    margin-right: 0%;
    padding: 5px 5%;
  }

  .div_form {
    width: 100%;
  }

  .div-block.contatti {
    flex-direction: column;
  }

  .div_img_tx_home {
    margin-bottom: 10px;
  }

  .img_robot-1 {
    height: 300px;
    margin-left: 10px;
  }

  .img_macchinari-240 {
    height: 200px;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .section.presentazione {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section.lavorazioni-offerte {
    background-image: linear-gradient(135deg, var(--white), rgba(255, 255, 255, .95) 64%, transparent), url('../images/thumbnail_large-1-1.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section.materiale-lavorato {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .section.macchinari, .section.garanzie {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section.contatti {
    padding-top: 120px;
  }

  .cl_2_macchinari-img {
    padding-top: 40px;
  }

  .div_max.lavorazioni {
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .div_max.esempi-lavori {
    padding-top: 0;
  }

  .tx_esempi-lavori {
    padding-top: 70px;
    padding-bottom: 70px;
    font-size: 46px;
  }

  .h1_home_giallo {
    font-size: 22px;
    line-height: 32px;
  }

  .titolo-paragrafi {
    font-size: 32px;
  }

  .imgfooter1 {
    top: 50px;
    right: -50%;
  }

  .imgfooter2 {
    top: 130px;
    right: -55%;
  }

  .over-nav {
    display: none;
    position: static;
  }

  .nav-menu {
    margin-top: 0;
  }

  .div-tx-storia {
    padding-left: 25px;
  }

  .img-iso-9001 {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 30px;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .materialeimg {
    height: 80px;
  }

  .s_home {
    height: auto;
    background-image: none;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .div_slidebox {
    width: 100%;
    margin-top: 30px;
  }

  .bt_menu {
    color: var(--dark-slate-blue);
    background-color: rgba(0, 0, 0, 0);
    margin-top: 8px;
    margin-right: 10px;
  }

  .div_txbox {
    width: 100%;
    margin-top: auto;
    padding-left: 0%;
  }

  .img_navbar {
    box-shadow: 0 0 6px #fff;
  }

  .div_materiale {
    width: 140px;
    margin-top: 25px;
  }

  .slider-home {
    height: 250px;
    padding-top: 0;
    position: static;
  }

  .bt_home {
    display: none;
  }

  .div_box_materiale {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 20px;
  }

  .div_navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div_img_tx_home {
    padding-bottom: 3px;
  }

  .img_macchinari-240 {
    margin-top: 30px;
  }

  .section.contatti {
    padding-top: 140px;
  }

  .section.lavorazioni-saldatura {
    padding-top: 90px;
  }

  .div_img_1, .div_img_2 {
    height: 200px;
  }

  .div_img_3, .div_img_4, .div_img_5 {
    height: 150px;
  }

  .div_img_6, .div_img_7 {
    height: 200px;
  }

  .div_img_8, .div_img_9, .div_img_10, .div_img_11, .div_img_12 {
    height: 150px;
  }

  .section-home {
    height: auto;
    background-color: var(--dark-slate-blue);
    background-image: none;
    flex-direction: column;
    padding: 115px 5% 40px;
    display: block;
  }

  .tx_esempi-lavori {
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 40px;
  }

  .titolo-paragrafi {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 26px;
  }

  .imgfooter1 {
    display: none;
    right: -29%;
  }

  .imgfooter2 {
    display: none;
  }

  .titolo-sottoparagrafi {
    font-size: 18px;
  }

  .div-storia-blue {
    width: 98%;
  }

  .div-storia-giallo {
    margin-left: 2%;
  }

  .div_img_13, .div_img_14, .div_img_15, .div_img_16 {
    height: 150px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .testohomebox {
    font-weight: 600;
  }

  .testohomebox.type {
    line-height: 22px;
  }

  .tx_contatti_h {
    height: 24px;
    display: block;
  }

  .navlink {
    border-style: none none solid;
  }

  .img_garanzie {
    height: 80px;
    margin-top: 30px;
  }

  .div_box_contatti {
    background-color: var(--white);
  }

  .div_materiale {
    width: 130px;
    padding-right: 0;
  }

  .slider-home {
    height: 200px;
  }

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

  .div_box_garanzie {
    flex-direction: column;
  }

  .div_garanzie_imgtx {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .campo_form._50 {
    width: 98%;
  }

  .form {
    flex-direction: column;
    display: flex;
  }

  .div_img_tx_home {
    margin-bottom: 25px;
    padding-bottom: 8px;
  }

  .img_robot-1 {
    height: 250px;
    margin-left: 0;
  }

  .img_macchinari-240 {
    height: 200px;
    margin-right: 0;
  }

  .section.presentazione, .section.lavorazioni-offerte, .section.materiale-lavorato, .section.macchinari, .section.garanzie, .section.certificazioni {
    padding-top: 35px;
  }

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

  .grid {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 18px;
    flex-wrap: wrap;
    grid-template-areas: ".";
    grid-auto-flow: row;
  }

  .div_img_1 {
    height: 150px;
    background-size: cover;
  }

  .div_img_2 {
    height: 150px;
  }

  .div_img_3 {
    background-size: cover;
  }

  .div_img_4, .div_img_6 {
    height: 150px;
  }

  .div_img_7 {
    height: 150px;
    background-size: cover;
  }

  .div_img_8, .div_img_11 {
    height: 150px;
  }

  .div_3-img-macchinari {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .cl_2_macchinari-img {
    text-align: center;
  }

  .tx_esempi-lavori {
    padding-top: 70px;
    padding-bottom: 70px;
    line-height: 50px;
  }

  .h1_home_giallo, .titolo-paragrafi {
    font-size: 20px;
  }

  .div_boxlavorazioni, .div_boxlavorazioni.first {
    margin-top: 40px;
  }

  .div-storia-blue {
    width: 96%;
  }

  .slide-3 {
    width: 100%;
  }

  .div-tx-storia {
    border-width: 1px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .slide-2 {
    width: 100%;
  }

  .img-logo-storia {
    margin-bottom: 25px;
  }

  .div_img_13, .div_img_14 {
    height: 150px;
  }

  .div_img_15 {
    height: 150px;
    background-size: cover;
  }

  .div_img_16 {
    height: 150px;
  }

  .lightbox-lavorazioni {
    text-align: center;
  }

  .cl_1-lavorazioni {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_95689e6d-45f5-a1c7-16aa-ff123adda536-3825c36b {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_7cac04e5-2c85-1b18-bbdc-afafacf7187a-3825c36b {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_90a5967f-5314-a09a-11ff-aab130ac15e1-3825c36b, #w-node-b06d9b73-ae7e-cdd5-c646-4d7aa1b6be6d-3825c36b {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_0e881e26-4367-b557-828d-1b4afc0633f6-3825c36b {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-_8073719c-a1fc-a9cf-9a00-6e900cbb3062-7d96361b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_726b75c9-a888-678a-c09d-14e203cf7d8b-7d96361b {
  grid-area: span 3 / span 5 / span 3 / span 5;
}

#w-node-_55d56d39-bdf2-3665-54b7-abbd5bd36dd1-7d96361b {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-d2845af4-159a-35a9-d24e-513381d4f988-7d96361b {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_6ecef83b-d6e5-2d75-8e70-fac816e96696-7d96361b {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_29cc905f-6f9f-54fa-b696-4ae4fa0cc58f-7d96361b {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-b770b325-6ba3-8919-2f2a-baf8c408bc40-7d96361b, #w-node-d880abd5-60aa-18e6-445b-03f008c2d13c-7d96361b, #w-node-_886814e6-8df9-0a3c-e153-42f90cdec5e8-7d96361b {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-b07350bc-f4da-17b3-1cee-9694840dec40-7d96361b {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_9230f1cf-f2e4-4d2c-40d0-e7b17f3bbe84-7d96361b {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_03a92167-d186-39f9-5d68-cace76eab0ee-7d96361b, #w-node-_3df70e51-d7bf-b815-6901-84465d9c0b13-7d96361b {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_70107ea6-8825-974a-a18e-cbb8f6847883-7d96361b {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_5fd38520-5cde-e774-dfb5-ff945be7fb14-7d96361b, #w-node-cefb36fc-1c74-ff40-b1cd-8a8c11fa3f09-7d96361b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_5b368620-dfbc-c49b-1de8-03ebf17bf127-7d96361b {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_55e43ffa-2118-cdc2-44db-25631154acef-7d96361b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_1ef96cfe-8fde-ab1b-1c56-56527632a0b8-7d96361b {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: auto;
}

#w-node-a2487444-e3e8-0d3f-6c82-f128ba51be5d-7d96361b, #w-node-_7275b62d-aa84-da40-00ea-e0fb02431643-7d96361b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 767px) {
  #w-node-_8073719c-a1fc-a9cf-9a00-6e900cbb3062-7d96361b {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_726b75c9-a888-678a-c09d-14e203cf7d8b-7d96361b, #w-node-_55d56d39-bdf2-3665-54b7-abbd5bd36dd1-7d96361b {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-d2845af4-159a-35a9-d24e-513381d4f988-7d96361b {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_29cc905f-6f9f-54fa-b696-4ae4fa0cc58f-7d96361b {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d880abd5-60aa-18e6-445b-03f008c2d13c-7d96361b, #w-node-_886814e6-8df9-0a3c-e153-42f90cdec5e8-7d96361b {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_9230f1cf-f2e4-4d2c-40d0-e7b17f3bbe84-7d96361b {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_03a92167-d186-39f9-5d68-cace76eab0ee-7d96361b {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_3df70e51-d7bf-b815-6901-84465d9c0b13-7d96361b {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_70107ea6-8825-974a-a18e-cbb8f6847883-7d96361b {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_55e43ffa-2118-cdc2-44db-25631154acef-7d96361b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8073719c-a1fc-a9cf-9a00-6e900cbb3062-7d96361b, #w-node-_726b75c9-a888-678a-c09d-14e203cf7d8b-7d96361b, #w-node-_55d56d39-bdf2-3665-54b7-abbd5bd36dd1-7d96361b, #w-node-d2845af4-159a-35a9-d24e-513381d4f988-7d96361b {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_6ecef83b-d6e5-2d75-8e70-fac816e96696-7d96361b, #w-node-_29cc905f-6f9f-54fa-b696-4ae4fa0cc58f-7d96361b {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-b770b325-6ba3-8919-2f2a-baf8c408bc40-7d96361b {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-d880abd5-60aa-18e6-445b-03f008c2d13c-7d96361b, #w-node-_886814e6-8df9-0a3c-e153-42f90cdec5e8-7d96361b {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-b07350bc-f4da-17b3-1cee-9694840dec40-7d96361b, #w-node-_9230f1cf-f2e4-4d2c-40d0-e7b17f3bbe84-7d96361b {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_03a92167-d186-39f9-5d68-cace76eab0ee-7d96361b, #w-node-_3df70e51-d7bf-b815-6901-84465d9c0b13-7d96361b {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_70107ea6-8825-974a-a18e-cbb8f6847883-7d96361b {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_5fd38520-5cde-e774-dfb5-ff945be7fb14-7d96361b, #w-node-cefb36fc-1c74-ff40-b1cd-8a8c11fa3f09-7d96361b {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_5b368620-dfbc-c49b-1de8-03ebf17bf127-7d96361b {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_55e43ffa-2118-cdc2-44db-25631154acef-7d96361b {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_1ef96cfe-8fde-ab1b-1c56-56527632a0b8-7d96361b {
    grid-area: span 1 / span 6 / span 1 / span 6;
    justify-self: auto;
  }

  #w-node-a2487444-e3e8-0d3f-6c82-f128ba51be5d-7d96361b, #w-node-_7275b62d-aa84-da40-00ea-e0fb02431643-7d96361b {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}


