@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: 20vh;
  z-index: 20;
}
@media (max-width: 1280px) {
  section.home-slider .right-toc {
    display: none;
    visibility: hidden;
  }
}
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;
}

section.capitolo {
  display: block;
  text-align: center;
  margin-top: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #FFF;
  margin-left: 7%;
  margin-right: 7%;
}
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 .images-filters-buttons {
  margin-bottom: 1em;
  text-align: left;
}
section.capitolo .description-box .images-filters-buttons button {
  color: #56C1DC;
  text-transform: uppercase;
  background-color: Transparent;
  background-repeat: no-repeat;
  border: 1px solid #56C1DC;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  border-radius: 25px;
  padding: 7px 14px 7px 14px;
  font-family: "OpenSans-Light";
  margin-bottom: 0.5em;
}
section.capitolo .description-box .images-filters-buttons .filter-button-selected {
  color: #FFF;
  border: 1px solid #FFF;
  background-color: #56C1DC;
}
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: 800px;
}
@media screen and (min-width: 1280px) {
  section.capitolo .description-box .paragraph-description-gallery .fig {
    height: 30em;
    max-width: 10em;
  }
}
@media screen and (min-width: 701px) and (max-width: 1279px) {
  section.capitolo .description-box .paragraph-description-gallery .fig {
    height: 30em;
    max-width: 10em;
  }
}
@media screen and (max-width: 700px) {
  section.capitolo .description-box .paragraph-description-gallery .fig {
    height: 30em;
    max-width: 10em;
  }
}
@media all and (max-width: 480px) {
  section.capitolo .description-box .paragraph-description-gallery .fig {
    height: 20em;
    max-width: 6.5em;
  }
}
section.capitolo .description-box .paragraph-description-gallery .fig figure {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  background-color: #56c1dc;
  color: white;
}
@media all and (min-width: 481px) {
  section.capitolo .description-box .paragraph-description-gallery .fig figure {
    height: 25em;
  }
}
@media all and (max-width: 480px) {
  section.capitolo .description-box .paragraph-description-gallery .fig figure {
    height: 18em;
  }
}
section.capitolo .description-box .paragraph-description-gallery .fig figure figcaption {
  text-align: left;
  padding: 0.7em;
  line-height: 1.8em;
  font-size: 0.8em;
}
@media all and (max-width: 480px) {
  section.capitolo .description-box .paragraph-description-gallery .fig figure figcaption {
    font-size: 0.6em;
  }
}
section.capitolo .description-box .paragraph-description-gallery .fig figure img {
  width: 100%;
}
section.capitolo .picture {
  text-align: left;
  margin-top: 3em;
  margin-bottom: 3em;
}
section.capitolo .picture img {
  max-width: 50em;
  width: 100%;
}

section.contact-us {
  padding: 5em 0 5em;
  margin-left: 10%;
  margin-right: 10%;
}
section.contact-us .wrapper {
  width: 100%;
  margin: 0;
}

footer {
  z-index: 21;
}

/*# sourceMappingURL=about.css.map */
