.section-hero {
  justify-content: center;
  align-items: center;
  height: 75vh;
  display: flex;
}

.div-hero {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.div-hero.blue {
  background-color: #97c7e9;
  display: flex;
}

.div-hero.red {
  background-color: #f76c50;
}

.div-department {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 20px 40px;
  display: flex;
}

.div-department.blue {
  background-image: url('../images/alessandro-bombonato-idraulica.webp');
  background-position: 50%;
  background-size: cover;
}

.div-department.red {
  background-image: url('../images/alessandro-bombonato-climatizzazione.webp');
  background-position: 50%;
  background-size: cover;
}

.title-department {
  color: #000;
  text-transform: uppercase;
  font-family: Milkyroad, Trebuchet MS, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.button {
  text-transform: uppercase;
  background-color: #000;
  border-radius: 999px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.button.hero {
  position: absolute;
}

.section-servizi {
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

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

.div-servizio {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-servizio.blue {
  background-color: #97c6e9;
  border-radius: 10px;
  padding: 40px;
}

.div-servizio.red {
  background-color: #f76c50;
  border-radius: 10px;
}

.text-block {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  line-height: 14px;
}

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

.section-presentazione {
  background-color: #ffcb49;
  justify-content: center;
  align-items: center;
  min-height: 75vh;
  padding: 40px;
  display: flex;
}

.social-icon {
  width: 100%;
  height: 100%;
}

.footer-title {
  color: #fff;
  text-transform: uppercase;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.footer-info {
  justify-content: center;
  align-items: center;
  width: 80vw;
  display: flex;
}

.div-footer {
  flex-direction: column;
  display: flex;
}

.info-footer {
  color: #fff;
  text-align: center;
  margin-right: 20px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 13px;
  line-height: 13px;
}

.footer-link-list {
  flex-direction: column;
  display: flex;
}

.grid-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80vw;
  padding-top: 20px;
  padding-bottom: 60px;
  display: grid;
}

.footer {
  background-color: #f76c50;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 40px;
  display: flex;
  position: relative;
}

.footer-link {
  color: #fff;
  margin-top: 5px;
}

.link-social-icons {
  width: 30px;
  height: 30px;
}

.image-presentazione {
  border-radius: 10px;
  width: 25%;
}

.text-presentazione {
  color: #000;
  text-align: left;
  padding-left: 40px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.text-span {
  text-transform: uppercase;
  font-family: Milkyroad, Trebuchet MS, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.button-contatti {
  z-index: 99;
  background-color: #000;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: fixed;
  inset: auto 40px 40px auto;
}

.button-contatti._2 {
  left: 40px;
  right: auto;
}

.link-contatti {
  width: 50%;
}

.nav {
  z-index: 99;
  background-color: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 70px;
  display: flex;
}

.div-nav {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 30px;
}

.image-nav {
  height: 50px;
}

@media screen and (max-width: 991px) {
  .div-servizi {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .section-presentazione {
    flex-flow: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-footer {
    grid-column-gap: 33px;
    width: 90vw;
  }

  .image-presentazione {
    width: 50%;
  }

  .text-presentazione {
    padding-top: 40px;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .section-hero {
    flex-flow: column;
  }

  .div-hero {
    width: 100%;
  }

  .div-department.blue, .div-department.red {
    background-size: contain;
  }

  .div-footer {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer-link-list {
    text-align: center;
  }

  .grid-footer {
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 80vw;
  }

  .link-social-icons {
    width: 25px;
    height: 25px;
  }

  .div-nav {
    position: static;
  }
}

@media screen and (max-width: 479px) {
  .div-servizi {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-title {
    font-size: 16px;
  }

  .footer-info {
    flex-direction: column;
  }

  .info-footer {
    text-align: center;
  }

  .grid-footer {
    grid-row-gap: 25px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-link {
    margin-top: 0;
    font-size: 12px;
  }

  .link-social-icons {
    margin-top: 5px;
  }

  .image-presentazione {
    width: 100%;
  }

  .button-contatti {
    bottom: 20px;
    right: 20px;
  }

  .button-contatti._2 {
    left: 20px;
  }
}

#w-node-_029b8cde-acef-9f91-b0c5-3688b1948590-401a8909 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Milkyroad';
  src: url('../fonts/MilkyRoad.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}