* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: #E2E2E2;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  position: relative;
  min-height: 100vh;
  padding-bottom: 100px;
}

ul {
  margin: 0px;
  list-style-type: disc;
}

.page_container {
  position: relative;
  width: 100%;
}

#contatti_header {
  width: 100%;
  background: #C1D0DB;
  height: 45px;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
}

.info_contatti {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

.info_contatti .telefono {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
}

.info_contatti .telefono > i {
  margin-right: 7px;
}

.info_contatti .mail {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
}

.info_contatti .mail > i {
  margin-right: 7px;
}

.info_contatti a {
  text-decoration: none;
  color: inherit;
}

#header {
  width: 100%;
}

#header .menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  background: #D4D4D4;
}

#header .menu a {
  text-decoration: none;
  color: inherit;
}

#header .menu .link {
  text-align: center;
  font-size: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
}

#header .menu .link.main {
  grid-column: 1 / -1;
  font-size: 24px;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header .menu .link.main .e_logo {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#header .menu .link.main .e_logo img {
  vertical-align: middle;
  border: none;
}

.titolo_sezione {
  width: 100%;
  background: #99A6B0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.titolo_sezione .titolo {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  color: #F0F0F0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
}

.titolo_sezione .titolo span {
  padding-top: 10px;
  padding-bottom: 10px;
}

.banner {
  width: 100%;
  height: 112px;
  background: url("../assets/images/bg_banner.jpg");
  background-size: cover;
  background-position: bottom;
}

.banner .bg_banner {
  width: 100%;
  height: 100%;
  background: rgba(25, 25, 25, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner .text_banner {
  font-size: 24px;
  color: #ffffff;
}

.container {
  padding: 20px 20px 0px 20px;
}

.container .box {
  width: 100%;
  background: #C4C4C4;
  margin-bottom: 20px;
}

.container .box.light {
  background: #F0F0F0;
}

.container .box .boxbanner {
  height: 100px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container .box .boxbanner.logo {
  background-image: url("../assets/images/bg_home.jpg");
  background-position: center;
  background-size: cover;
}

.container .box .boxbanner.sectiontitle {
  height: 50px;
  background: #99A6B0;
  color: #F0F0F0;
  font-size: 24px;
  text-transform: uppercase;
  padding-left: 15px;
}

.container .box .boxbanner.sectiontitle a {
  text-decoration: none;
  color: inherit;
}

.container .box .title {
  font-size: 18px;
  padding-left: 15px;
  padding-top: 20px;
}

.container .box .text {
  padding: 20px 15px 10px 15px;
}

.container .box .text .nome_azienda {
  display: none;
}

.container .box a {
  text-decoration: none;
  color: #546471;
}

.container .box a:hover {
  text-decoration: underline;
}

.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: #546471;
  padding: 20px;
  color: #efefef;
  font-size: 18px;
}

.footer .contatti {
  margin-top: 10px;
}

@media (min-width: 960px) {
  #contatti_header {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100px;
  }
  #header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background: #E2E2E2;
    width: 920px;
  }
  #header .menu .link {
    text-align: center;
    padding: 30px 20px;
    line-height: 20px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  #header .menu .link.main {
    padding: 30px 20px;
    background: #D4D4D4;
  }
  .titolo_sezione .titolo {
    width: 920px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .titolo_sezione .titolo span {
    padding-left: 20px;
  }
  .banner {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .banner .bg_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 920px;
    background: none;
  }
  .banner .text_banner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(25, 25, 25, 0.5);
    padding: 0px;
    width: 350px;
  }
  .info_contatti {
    width: 920px;
  }
  .banner_sezione {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner_sezione .immagine_sezione {
    width: 920px;
    height: 200px;
    margin-top: 30px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background: url("../assets/images/bg_servizi.jpg");
  }
  .container {
    padding: 0px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .container .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0px;
    width: 920px;
  }
  .container .box .boxbanner.logo {
    width: 350px;
    height: 400px;
  }
  .container .box.azienda {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .container .box.azienda .text {
    width: 450px;
    padding-left: 40px;
    padding-top: 40px;
  }
  .container .box.azienda .text .nome_azienda {
    display: block;
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 20px;
  }
  .container .box.servizi {
    background: #99A6B0;
    height: 240px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .container .box.servizi .boxbanner {
    width: 200px;
    height: 100px;
    background-color: #8B8B8B;
    margin-left: 150px;
  }
  .container .box.servizi .boxbanner.sectiontitle {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0px;
  }
  .container .box.servizi .text {
    background: #F0F0F0;
    width: 450px;
    height: 200px;
  }
  .container .servizi_container {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 920px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .container .servizi_container .box {
    width: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .indirizzo {
    width: 920px;
  }
}

@media (max-width: 400px) {
  body {
    padding-bottom: 120px;
  }
  #contatti_header {
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
  }
  .footer {
    height: 120px;
  }
  .info_contatti {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*# sourceMappingURL=style.css.map */