body {
  background-color: #f5f5f5;
  font-family: Eurostile, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 0px 0px 18px;
  font-family: 'Roboto Condensed';
  font-size: 43px;
  line-height: 47px;
  font-weight: 500;
}

h2 {
  margin: 30px 0px 20px;
  font-family: 'Roboto Condensed';
  font-size: 28px;
  line-height: 31px;
  font-weight: 400;
}

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

h4 {
  margin: 10px 0px 18px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

h5 {
  margin: 5px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

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

p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Roboto Slab';
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
}

.contatti-copertina {
  font-family: Eurostile, sans-serif;
  font-size: 180%;
  line-height: 30px;
  font-weight: 400;
}

.all-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.testo-servizi-copertina {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 200%;
  line-height: 30px;
  font-weight: 400;
}

.footer-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.34);
  text-align: center;
}

.footer-nav-link {
  display: block;
  width: 20%;
  height: 58px;
  padding-top: 15px;
  float: left;
  border-right: 1px solid hsla(0, 0%, 100%, 0.34);
  opacity: 0.8;
  -webkit-transition: opacity 250ms ease, background-color 250ms ease;
  transition: opacity 250ms ease, background-color 250ms ease;
  text-decoration: none;
}

.footer-nav-link:hover {
  background-color: hsla(0, 0%, 100%, 0.09);
  opacity: 1;
}

.footer-nav-link.w--current {
  width: 20%;
}

.main-column {
  position: relative;
  width: 50%;
  height: 100%;
  float: left;
}

.main-column.header {
  display: block;
  width: 35%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 180px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #070000;
  background-image: url('../images/copertina.png');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: inset -3px 0 0 0 rgba(0, 0, 0, 0.28);
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.64);
}

.main-column.content {
  display: block;
  overflow: scroll;
  width: 65%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.12);
  font-family: Roboto;
  font-weight: 400;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-style: solid none;
  border-width: 1px;
  border-color: #d6d6d6;
  background-color: #fff;
}

.nav-menu {
  float: left;
}

.nav-link {
  margin-left: 0px;
  padding: 19px 22px;
  border-style: none solid;
  border-width: 0.5px;
  border-color: #d6d6d6;
  font-family: 'Charter 04', sans-serif;
  color: #333;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

.nav-link:hover {
  background-color: transparent;
  box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.12), 0 1px 0 0 #000;
}

.nav-link.w--current {
  border-right-style: solid;
  border-right-width: 0.5px;
  border-left-style: solid;
  font-family: 'Charter 04', sans-serif;
  color: #010101;
}

.nav-link.w--current:hover {
  background-color: transparent;
}

.servizio {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px;
  border-top: 1px solid #dedede;
  color: #000;
  text-decoration: none;
}

.servizio:hover {
  background-color: #fcfcfc;
  color: #0050b8;
}

.servizio.w--current {
  padding: 10px 20px;
}

.servizio-testo {
  display: block;
  width: 80%;
  padding-left: 10px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.arrow {
  margin-top: 0px;
  margin-bottom: 0px;
  float: right;
  font-size: 23px;
}

.section {
  padding: 40px 40px 20px;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.12);
  text-align: center;
}

.team-column {
  margin-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.header-image {
  position: relative;
  height: 470px;
  padding-top: 49px;
  background-image: url('../images/plumbing.jpg');
  background-position: 50% 15%;
  background-size: cover;
  background-repeat: repeat;
  opacity: 1;
}

.header-image.pulizie {
  background-image: url('../images/cleanliness.jpg');
  background-position: 50% 50%;
}

.header-image.sanificazione {
  background-image: url('../images/vacuum.jpg');
  background-position: 50% 65%;
}

.header-image.traslochi {
  background-image: url('../images/key.jpg');
  background-position: 50% 45%;
}

.header-image.sgomberi {
  background-image: url('../images/cartons.jpg');
}

.header-image.trasporti {
  background-image: url('../images/ford.jpg');
  background-position: 50% 50%;
  -o-object-fit: fill;
  object-fit: fill;
}

.header-image.manutenzione {
  background-image: url('../images/plumbing_1.jpg');
  background-position: 50% 10%;
}

.header-image.combinate {
  background-image: url('../images/office.jpg');
}

.content-section {
  position: relative;
  z-index: 10;
  padding-top: 47px;
  padding-bottom: 47px;
  background-color: #fff;
}

.content-section.footer {
  text-align: center;
}

.home-button {
  display: inline-block;
  padding: 7px 15px;
  border: 2px solid #fff;
  border-radius: 100px;
  background-color: #000;
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
  font-family: Eurostile, sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.19);
}

.home-button:hover {
  border-color: #0050b8;
}

.picture-servizio-in {
  display: block;
  width: 150px;
  height: 100px;
  margin: -70px auto 18px;
  border: 2px solid #fff;
  border-radius: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

.servizio-column {
  padding-right: 63px;
  padding-left: 40px;
  text-align: center;
}

.divisore-background {
  padding-top: 52px;
  padding-bottom: 52px;
  background-color: #b8c6cc;
  background-image: url('../images/copertina.png');
  background-position: 100% 20%;
  background-size: cover;
  opacity: 0.75;
  color: #fff;
  text-align: center;
}

.offerta-servizi {
  margin-top: 20px;
  padding-left: 50px;
  font-family: Eurostile, sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  letter-spacing: 1px;
}

.offerta-servizi.special {
  padding-left: 20px;
}

.paragrafo-introduzione {
  margin-bottom: 24px;
  padding-bottom: 31px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  font-family: Eurostile, sans-serif;
  font-size: 20px;
  line-height: 23px;
  font-weight: 300;
  text-align: justify;
}

.titolo-altri-servizi {
  margin-top: 0px;
  font-weight: 300;
}

.titolo-altri-servizi.suggestions {
  margin-bottom: 36px;
  font-family: Eurostile, sans-serif;
  font-size: 32px;
  text-align: center;
}

.footer-link {
  margin-right: 9px;
  margin-left: 9px;
  border-bottom: 2px solid #fff;
  -webkit-transition: color 250ms ease, border-color 250ms ease;
  transition: color 250ms ease, border-color 250ms ease;
  font-family: Eurostile, sans-serif;
  color: #a6a6a6;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  border-bottom: 2px solid #c7c7c7;
}

.footer-link.proof {
  padding: 7px 8px;
  border: 2px solid rgba(0, 0, 0, 0.12);
  border-radius: 100px;
  font-family: Eurostile, sans-serif;
}

.footer-link.proof:hover {
  border-color: #0050b8;
  color: #0050b8;
}

.titolo {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Eurostile, sans-serif;
}

.container-servizio {
  padding-top: 345px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 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;
  background-color: #fff;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.container_intro {
  display: block;
  margin: 10px auto 20px;
  padding-right: 40px;
  padding-left: 40px;
}

.immagine-logo-scritta-bianca {
  -webkit-filter: hue-rotate(180deg);
  filter: hue-rotate(180deg);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block {
  display: inline-block;
  margin-bottom: 10px;
  padding: 20px;
  border-style: none;
  border-width: 5px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 0px;
  font-size: 16px;
}

.footer-picture {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.logo-e-sole {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragrafo {
  margin-top: 20px;
  font-family: Eurostile, sans-serif;
  color: #000;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.paragrafo.nome {
  margin-top: 30px;
  font-size: 20px;
}

.paragrafo.sudinoi {
  display: inline-block;
  width: 90%;
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
}

.paragrafo.servizi {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  text-align: left;
}

.picture_servizio {
  position: static;
  display: block;
  width: 150px;
  height: 100px;
  max-width: none;
  margin-right: 40px;
  float: none;
  clear: none;
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
  border-radius: 100px;
  opacity: 0.75;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.link-copertina {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  text-decoration: none;
}

.picture-ticino {
  display: block;
  width: 80%;
  margin: 40px auto;
  border-radius: 100px;
  opacity: 0.7;
}

.bold-text {
  margin-right: auto;
  margin-left: auto;
  color: #000;
  letter-spacing: 1px;
  text-decoration: none;
}

.bold-text.su-di-noi {
  letter-spacing: 1px;
}

.titolo-servizio {
  font-family: Eurostile, sans-serif;
}

.titolo-servizio.h2 {
  font-size: 38px;
}

.container {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bold-text-2 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-contatti {
  display: block;
  color: #2d3992;
  text-decoration: none;
}

.link-7 {
  text-decoration: none;
}

.paragrafo-in {
  font-family: Eurostile, sans-serif;
  font-size: 20px;
  text-align: justify;
}

._404-picture {
  margin-bottom: 40px;
}

.avatar {
  margin-top: 20px;
}

.bold-text-3 {
  white-space: normal;
}

.bold-text-4 {
  letter-spacing: 1px;
}

.bold-text-5 {
  display: block;
}

.bold-text-6 {
  letter-spacing: 2px;
}

@media screen and (max-width: 991px) {
  .all-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 59px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .testo-servizi-copertina {
    display: block;
  }
  .footer-wrapper {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #000;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .main-column.header {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1000px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-position: 50% 5%;
    background-size: cover;
  }
  .main-column.content {
    overflow: visible;
    width: 100%;
  }
  .navbar {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav-link {
    padding-right: 13px;
    padding-left: 13px;
  }
  .section {
    padding: 25px 20px;
  }
  .header-image {
    height: 357px;
  }
  .header-image.pulizie {
    height: 380px;
  }
  .header-image.sanificazione {
    height: 380px;
  }
  .header-image.traslochi {
    height: 380px;
  }
  .header-image.sgomberi {
    height: 380px;
  }
  .header-image.trasporti {
    height: 380px;
  }
  .header-image.manutenzione {
    height: 380px;
  }
  .content-section {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
  }
  .picture-servizio-in {
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .servizio-column {
    position: relative;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: solid none;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.09) #d6d6d6;
    text-align: left;
  }
  .article-body-column {
    display: block;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .offerta-servizi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .offerta-servizi.special {
    padding-left: 0px;
    text-align: center;
  }
  .paragrafo-introduzione {
    font-size: 20px;
    line-height: 20px;
  }
  .titolo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .titolo.pagina {
    -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;
    text-align: center;
  }
  .titolo.luogo {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .titolo.noi {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container-servizio {
    padding-top: 241px;
  }
  .titolo-servizio {
    font-size: 30px;
  }
  .titolo-servizio.h2 {
    font-size: 30px;
  }
  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .columns-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .columns-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .columns-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .bold-text-3 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .all-content {
    position: relative;
    padding-bottom: 59px;
  }
  .footer-wrapper {
    background-color: #000;
  }
  .main-column {
    width: 100%;
    max-width: 1000px;
  }
  .main-column.header {
    position: static;
    max-width: 1000px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    text-align: left;
  }
  .navbar {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .nav-menu {
    background-color: #000;
  }
  .nav-link {
    box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.23);
    color: #fff;
  }
  .nav-link.w--current {
    box-shadow: none;
  }
  .section {
    padding: 27px 10px;
  }
  .header-image {
    height: 117px;
    padding-top: 0px;
  }
  .header-image.trasporti {
    height: 300px;
  }
  .content-section {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .picture-servizio-in {
    margin: 10px 15px 10px 0px;
    float: left;
  }
  .servizio-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .article-body-column {
    padding-right: 20px;
    padding-left: 20px;
  }
  .divisore-background {
    padding-right: 28px;
    padding-left: 28px;
  }
  .offerta-servizi {
    display: block;
    margin-bottom: 20px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .offerta-servizi.special {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .paragrafo-introduzione {
    font-size: 20px;
  }
  .container-servizio {
    padding-top: 66px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .menu {
    margin-top: 1px;
    float: right;
    font-family: 'Roboto Condensed';
    font-size: 17px;
  }
  .menu-icon {
    margin-right: 5px;
    float: left;
  }
  .menu-wrapper {
    border-left: 1px solid rgba(0, 0, 0, 0.09);
  }
  .menu-wrapper.w--open {
    background-color: #000;
  }
  .div-block {
    padding-left: 0px;
  }
  .bold-text-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }
  .contatti-copertina {
    display: block;
    -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;
    line-height: 30px;
    text-align: center;
  }
  .testo-servizi-copertina {
    display: block;
  }
  .main-column.header {
    padding: 90px 20px 41px;
  }
  .main-column.content {
    overflow: visible;
  }
  .nav-link.w--current {
    box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.22);
  }
  .servizio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .servizio-testo {
    width: 100%;
  }
  .team-column {
    text-align: center;
  }
  .header-image.pulizie {
    height: 150px;
  }
  .header-image.sanificazione {
    height: 150px;
  }
  .header-image.traslochi {
    height: 150px;
  }
  .header-image.sgomberi {
    height: 150px;
  }
  .header-image.trasporti {
    height: 150px;
    background-position: 50% 0%;
    opacity: 0.75;
  }
  .header-image.manutenzione {
    height: 150px;
  }
  .home-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-color: rgba(0, 0, 0, 0.63);
    text-align: center;
  }
  .picture-servizio-in {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .servizio-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article-body-column {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .offerta-servizi {
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
  }
  .offerta-servizi.special {
    padding-left: 0px;
    text-align: center;
  }
  .paragrafo-introduzione {
    text-align: center;
  }
  .footer-link {
    display: block;
    margin-bottom: 17px;
  }
  .titolo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .container-servizio {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }
  .menu {
    font-family: Eurostile, sans-serif;
  }
  .container_intro {
    padding-right: 20px;
    padding-left: 20px;
  }
  .immagine-logo-scritta-bianca {
    margin-right: auto;
    margin-left: auto;
  }
  .div-block {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
  }
  .paragrafo.servizi {
    text-align: center;
  }
  .picture_servizio {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .titolo-servizio.h2 {
    line-height: 30px;
  }
  .columns-6 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragrafo-in {
    text-align: center;
  }
}

@font-face {
  font-family: 'Eurostile';
  src: url('../fonts/eurostile.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Charter 06';
  src: url('../fonts/Charter-Black-06.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Charter 05';
  src: url('../fonts/Charter-BlackItalic-05.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Charter 04';
  src: url('../fonts/Charter-Bold-04.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Charter 02';
  src: url('../fonts/Charter-Italic-02.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Charter roman 01';
  src: url('../fonts/Charter-Roman-01.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Charter 03';
  src: url('../fonts/Charter-BoldItalic-03.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Eurostyle';
  src: url('../fonts/EuroStyle-Normal.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}