@charset "UTF-8";
section.home-slider .picture img {
  width: 100%;
  height: auto;
}
section.home-slider .right-toc {
  font-family: "OpenSans-Light";
  font-size: 1em;
  color: #56c1dc;
  position: fixed;
  top: 50vh;
  right: 25vh;
}
section.home-slider .right-toc > ul {
  list-style-type: none;
}
section.home-slider .right-toc > ul > li {
  margin: 1em 0;
  padding-left: 1.4em;
}
section.home-slider .right-toc > ul > li.navtoc {
  list-style-type: "ᐊ";
}
section.home-slider .right-toc > ul > li.ballpoint {
  margin-bottom: 2em;
}
section.home-slider .right-toc > ul > li.ballpoint:before {
  position: absolute;
  content: " ";
  border: 1px solid #56c1dc;
  border-radius: 25px;
  background-color: transparent;
  width: 1em;
  height: 1em;
  border-radius: 25px;
  margin-left: -2.3em;
}
section.home-slider .right-toc > ul > li.connect:after {
  position: absolute;
  width: 1px;
  content: " ";
  border-left: 1px solid #56c1dc;
  height: 1.9em;
  margin-left: -1.75em;
  margin-top: 0.13em;
}
section.home-slider .right-toc > ul > li a, section.home-slider .right-toc > ul > li a:visited, section.home-slider .right-toc > ul > li a:hover {
  text-decoration: none;
  color: #56c1dc;
  display: block;
}

.btn-call-to-action {
  display: block;
  color: white;
  background-color: #56c1dc;
  cursor: pointer;
  outline: none;
  border-radius: 25px;
  margin-left: 10%;
  margin-bottom: 5em;
  max-width: 15em;
  padding: 0.5em;
  text-align: center;
  font-family: "OpenSans-Light";
}
.btn-call-to-action a {
  color: #FFF;
}

section.capitolo {
  display: block;
  text-align: center;
  margin-top: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #FFF;
  margin-left: 10%;
  margin-right: 10%;
}
section.capitolo .title {
  padding-top: 1em;
  display: block;
  text-transform: uppercase;
  text-align: left;
  font-family: "OpenSans-Bold";
  font-size: 2.1em;
  color: #56c1dc;
  margin-bottom: 1em;
}
section.capitolo .description-box .title {
  padding-top: 1em;
  display: block;
  text-transform: uppercase;
  text-align: left;
  font-family: "OpenSans-Bold";
  font-size: 1.2em;
  color: #56c1dc;
  margin-bottom: 1em;
}
section.capitolo .description-box .paragraph-description {
  font-family: "OpenSans-Light";
  font-size: 1em;
  line-height: 1.3em;
  text-align: justify;
  max-width: 55em;
}
section.capitolo .picture {
  text-align: left;
  margin-top: 3em;
  margin-bottom: 3em;
}
section.capitolo .picture img {
  max-width: 50em;
}

section.contact-us .wrapper {
  padding: 1em 0 10em 12em;
}

section.contact-us .wrapper {
  max-width: 55em;
  margin: inherit;
  font-family: "OpenSans-Regular";
}

/*# sourceMappingURL=lavora-con-noi.css.map */
