:root {
  --dim-grey: #6b6b6b;
  --white: white;
  --steel-blue: #4472c4;
  --color: #333;
  --saddle-brown: #874b0f;
  --steel-blue-2: #e3e700;
  --royal-blue: #fe0000;
  --red-neve: var(--royal-blue);
}

.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 {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #4387b8;
  border-bottom: 1px solid #4387b8;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5em;
}

h2 {
  color: #333;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
}

p {
  color: #333;
  text-align: justify;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

.section {
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.tx-h2-footer {
  margin-bottom: 10px;
}

.tx-footer {
  font-size: 12px;
  line-height: 18px;
}

.img-icona-contatto {
  height: 25px;
  display: block;
}

.tx-h1-contatto {
  margin-top: 3px;
  font-weight: 700;
}

.tx-contatto {
  font-weight: 400;
}

.div-contatti {
  margin-bottom: 10px;
}

.s {
  border-right: 20px solid var(--dim-grey);
  color: var(--white);
  margin-right: 5%;
}

.s.contatti {
  background-color: var(--dim-grey);
  color: var(--white);
  margin-right: 5%;
  padding: 140px 5%;
}

.img-logo-navbar {
  height: 80px;
}

.img-certificato {
  height: 300px;
}

.img-certificato:hover {
  box-shadow: 1px 1px 3px 0 var(--dim-grey);
}

.tx-h2-certificazioni {
  color: #333;
  margin-top: 3px;
  margin-bottom: 15px;
  font-size: 14px;
}

.tx-h1-certificazioni {
  color: #333;
  font-size: 16px;
  font-weight: 700;
}

.h1-bianco {
  border-bottom-color: var(--white);
  color: var(--white);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.img-logo-footer-basso {
  height: 50px;
  margin-bottom: 10px;
}

.map {
  color: var(--color);
}

.div-grey-20 {
  background-color: var(--dim-grey);
  height: 20px;
}

.div-cornice-blue {
  border-top: 10px solid var(--steel-blue);
  border-right: 10px solid var(--steel-blue);
  border-bottom: 10px solid var(--steel-blue);
  padding: 140px 5%;
}

.div-cornice-blue.azienda {
  padding-top: 60px;
}

.div-box-contatti {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.heading {
  border-bottom-color: var(--steel-blue);
  color: var(--steel-blue);
}

.div-cornice-bianca {
  border-bottom: 10px none var(--white);
  border-top-width: 10px;
  border-top-color: var(--dim-grey);
  width: 100%;
  height: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  padding-left: 5%;
}

.div-img-lavori-sx {
  border-top: 15px solid var(--steel-blue);
  flex-flow: column wrap;
  flex: 1;
  place-content: flex-start;
  padding-top: 10px;
  padding-bottom: 0;
  padding-right: 10px;
}

.div-img-lavori-sx.fogne {
  border-top-color: var(--saddle-brown);
  border-bottom-color: var(--saddle-brown);
}

.div-img-lavori-sx.gas {
  border-top-color: var(--steel-blue-2);
  border-bottom-color: var(--steel-blue-2);
}

.div-img-lavori-sx.neve {
  border-top-color: var(--royal-blue);
}

.div-img-lavori-dx {
  border-bottom: 15px solid var(--steel-blue);
  border-left: 15px solid var(--steel-blue);
  flex: none;
  width: 30px;
  padding-bottom: 60px;
}

.div-img-lavori-dx.fogne {
  border-bottom-color: var(--saddle-brown);
  border-left-color: var(--saddle-brown);
}

.div-img-lavori-dx.gas {
  border-bottom-color: var(--steel-blue-2);
  border-left-color: var(--steel-blue-2);
}

.div-img-lavori-dx.neve {
  border-bottom-color: var(--royal-blue);
  border-left-color: var(--royal-blue);
}

.div-img-lavori-dad {
  margin-top: 140px;
  display: flex;
}

.h2-lavori-bianco {
  border-bottom-color: var(--white);
  color: var(--white);
  flex: 1;
  font-size: 28px;
  line-height: 1.5em;
}

.lightbox-img-lavori {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}

.div-h1-img-tx-tipologia-lavori {
  color: var(--white);
  background-image: linear-gradient(#4472c4e6, #4472c4e6), url('../images/Manutenzione-reti-idriche-07.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 40px 30px 60px 60px;
}

.div-h1-img-tx-tipologia-lavori.gas {
  background-image: linear-gradient(#e3e700e6, #e3e700e6), url('../images/Manutenzione-reti-gas-6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-h1-img-tx-tipologia-lavori.fogne {
  background-image: linear-gradient(#874b0fe6, #874b0fe6), url('../images/Manutenzione-reti-idriche-07.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-h1-img-tx-tipologia-lavori.neve {
  background-image: linear-gradient(#fe0000e6, #fe0000e6), url('../images/Spazzamento-neve-2.jpg');
}

.div-box-certificazioni {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.div-certificato {
  text-align: center;
}

.grid-lavori-gallery {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: 200px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 200px;
}

.footer {
  color: var(--white);
  background-color: #4387b8;
  padding: 140px 5%;
}

.navbar {
  background-color: var(--white);
  padding: 15px 5%;
  position: fixed;
  inset: 0% 0% auto;
}

.navmenu {
  margin-top: 10px;
}

.navlink {
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 16px;
}

.navlink:hover {
  color: var(--steel-blue);
}

.navlink.w--current {
  border-bottom: 3px solid var(--steel-blue);
  color: var(--steel-blue);
  font-weight: 700;
}

.img-lavori {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-red-122 {
  background-color: var(--royal-blue);
  height: 120px;
}

.div-white-20 {
  background-color: var(--white);
  height: 15px;
}

.div-red-20 {
  background-color: var(--royal-blue);
  height: 10px;
}

.cl-footer-sx {
  padding-left: 0;
}

.cl-footer-dx {
  border-left: 1px solid var(--white);
}

.video-bg {
  margin-top: -100px;
  margin-left: 220px;
  overflow: visible;
}

.p_azienda {
  color: var(--white);
  background-color: #6b6b6bd6;
  padding: 60px 120px 120px 40px;
  position: relative;
}

.div-block {
  width: 100%;
}

.background-video {
  height: 300px;
}

.background-video-2 {
  margin-top: 30px;
}

.columns {
  margin-top: 40px;
  margin-bottom: 220px;
}

.paragraph {
  padding-bottom: 40px;
  padding-right: 40px;
}

.column {
  border-right: 1px solid var(--steel-blue);
  border-bottom: 1px solid var(--royal-blue);
}

.column-2 {
  padding-left: 40px;
}

.div-segnalazioni-sa8000 {
  border: 1px solid var(--dim-grey);
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.tx-form-segnalazioni-sa8000 {
  color: var(--color);
  margin-bottom: 20px;
  font-size: 18px;
}

.button {
  background-color: var(--royal-blue);
}

.p_lavori {
  padding-right: 5%;
}

@media screen and (max-width: 991px) {
  .s {
    border-right-width: 5px;
    margin-right: 0%;
  }

  .s.contatti {
    margin-right: 0%;
  }

  .img-logo-navbar {
    height: 70px;
  }

  .img-certificato {
    height: 150px;
  }

  .tx-h2-certificazioni {
    height: 50px;
  }

  .tx-h1-certificazioni {
    height: 40px;
  }

  .menu-bt {
    border: 1px solid var(--steel-blue);
    color: var(--steel-blue);
  }

  .img-logo-footer-basso {
    height: 40px;
    margin-bottom: 10px;
  }

  .div-cornice-blue, .div-cornice-bianca {
    border-bottom-width: 5px;
    border-right-width: 5px;
  }

  .div-img-lavori-sx {
    padding-left: 0;
  }

  .div-img-lavori-dx {
    border-bottom-style: none;
    width: 0;
  }

  .div-lavori-h1tx {
    padding-left: 0;
    padding-right: 0;
  }

  .lightbox-img-lavori {
    justify-content: space-around;
    margin-top: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-h1-img-tx-tipologia-lavori {
    padding-left: 20px;
  }

  .div-certificato {
    flex: 0 auto;
  }

  .footer {
    background-color: var(--steel-blue);
    display: block;
  }

  .navlink {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-red-122 {
    height: 120px;
  }

  .video-bg {
    margin-left: 0;
  }

  .p_azienda {
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    padding-bottom: 0;
    font-size: 28px;
  }

  .tx-h1-footer {
    font-size: 12px;
    font-weight: 700;
  }

  .tx-h2-footer {
    font-size: 12px;
  }

  .tx-footer {
    font-size: 10px;
  }

  .s {
    border-right-style: none;
  }

  .s.contatti {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 5%;
  }

  .img-logo-navbar {
    height: 55px;
    margin-bottom: 0;
  }

  .tx-h2-certificazioni, .tx-h1-certificazioni {
    height: auto;
  }

  .menu-bt {
    background-color: var(--white);
    color: #4387b8;
  }

  .menu-bt.w--open {
    background-color: var(--white);
    color: var(--dim-grey);
  }

  .map {
    margin-top: 20px;
  }

  .div-grey-20 {
    height: 10px;
  }

  .div-cornice-blue {
    border-top-width: 5px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-cornice-bianca {
    border-top-width: 5px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 1%;
  }

  .div-img-lavori-sx, .div-img-lavori-dx {
    border-bottom-style: none;
  }

  .h2-lavori-bianco {
    font-size: 24px;
  }

  .lightbox-img-lavori {
    justify-content: space-around;
    padding-right: 10px;
  }

  .div-h1-img-tx-tipologia-lavori {
    padding-right: 20px;
  }

  .div-box-certificazioni {
    justify-content: space-around;
  }

  .div-certificato {
    text-align: center;
  }

  .grid-lavori-gallery {
    grid-template-rows: auto auto;
    grid-auto-rows: auto;
  }

  .footer {
    margin-top: 0;
    display: block;
  }

  .navbar {
    padding-top: 10px;
  }

  .div-red-122 {
    height: 88px;
  }

  .div-white-20, .div-red-20 {
    height: 10px;
  }

  .cl-footer-sx {
    border-right-style: none;
  }

  .cl-footer-dx {
    padding-top: 10px;
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .div-contatti {
    flex: 0 auto;
  }

  .img-certificato {
    height: 200px;
  }

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

  .div-img-lavori-dx {
    border-left-width: 10px;
  }

  .h2-lavori-bianco {
    font-size: 20px;
    line-height: 32px;
  }

  .div-h1-img-tx-tipologia-lavori {
    padding-left: 10px;
    padding-right: 0;
  }

  .div-box-certificazioni {
    flex-direction: column;
    justify-content: center;
  }

  .div-certificato {
    text-align: center;
    flex: 0 auto;
    align-self: center;
  }

  .grid-lavori-gallery {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-right: 10px;
  }

  .cl-footer-sx {
    border-right-style: none;
  }

  .video-bg {
    height: 300px;
    margin-top: -80px;
  }

  .p_azienda {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block {
    width: 100%;
  }
}

#w-node-e19cae90-e339-badd-378a-7e437570f892-ea90eb7f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b0605c43-434c-f400-15e4-d278da5ed921-ea90eb7f {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: auto;
}

#w-node-_7322b159-e1f9-bd43-5e34-6974b369d446-ea90eb7f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4b321412-d932-934a-f1cf-1bfd784cc74f-ea90eb7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-ff1bbed4-a02b-b8e5-4f8c-5da9dd9c7eb9-ea90eb7f, #w-node-b8ad01b4-1737-8719-93dc-4e7213ee71c7-ea90eb7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7f21457-d253-dfb6-c1da-c201586992b8-ea90eb7f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_803b8e7c-61ef-c74f-57ba-784867e3b696-ea90eb7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e19cae90-e339-badd-378a-7e437570f8af-ea90eb7f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b93d1571-0052-22f8-b0b8-01bc6fedc85d-ea90eb7f {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: auto;
}

#w-node-b93d1571-0052-22f8-b0b8-01bc6fedc85e-ea90eb7f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b93d1571-0052-22f8-b0b8-01bc6fedc85f-ea90eb7f, #w-node-b93d1571-0052-22f8-b0b8-01bc6fedc860-ea90eb7f, #w-node-b93d1571-0052-22f8-b0b8-01bc6fedc861-ea90eb7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b93d1571-0052-22f8-b0b8-01bc6fedc862-ea90eb7f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b93d1571-0052-22f8-b0b8-01bc6fedc863-ea90eb7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e19cae90-e339-badd-378a-7e437570f8c5-ea90eb7f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-be01f1e0-1e64-3b4b-76c2-b9080865c4c9-ea90eb7f {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: auto;
}

#w-node-be01f1e0-1e64-3b4b-76c2-b9080865c4ca-ea90eb7f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-be01f1e0-1e64-3b4b-76c2-b9080865c4cb-ea90eb7f, #w-node-be01f1e0-1e64-3b4b-76c2-b9080865c4cc-ea90eb7f, #w-node-be01f1e0-1e64-3b4b-76c2-b9080865c4cd-ea90eb7f, #w-node-_443d29e6-4e39-6390-138b-5e467d6e936e-ea90eb7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_443d29e6-4e39-6390-138b-5e467d6e9370-ea90eb7f, #w-node-a5c4c493-922e-37ca-d569-32dfe214880d-ea90eb7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

@media screen and (max-width: 479px) {
  #w-node-be01f1e0-1e64-3b4b-76c2-b9080865c4cd-ea90eb7f {
    justify-self: auto;
  }
}


