body {
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5em;
}

.cls-1{fill:#000;}
.cls-2{fill:#fff;}
.cls-3{opacity:0.6;}
.cls-4{opacity:0.7;}

p {
  color: #222222;
}
p:not(:last-child) {
  margin-bottom: 1.5em;
}
p a {
  font-weight: 700;
  color: #04A77A;
  text-decoration: underline;
}
p.subtitle {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: #000;
  margin-top: 1.5rem;
}
p.subtitle span {
  font-weight: 300;
}
.section {
  padding-top: 0;
  padding-bottom: 0;
}
.between-containers {
  width: 100%;
}
.container.content, .container.full-media {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.full-media video {
  width: 100%;
}
.container.contratos {
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 3rem 0;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.container.contratos p.title {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 24px;
  text-align: center;
  color: #000;
  margin-top: 1.5rem;
}
.container.contratos span.counter {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #444444;
  line-height: 1em;
  display: block;
}

#note-cover {
  background-color: #113932;
}
.top-word-1 {
  opacity: 0;
}
.top-word-2 {
  opacity: 0;
}
.top-word-3 {
  opacity: 0;
}
.intro p {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
}
.intro {
  padding-bottom: 8rem;
  margin-bottom: 0 !important;
}
.intro hr {
  background-color: #58C9AA;
  margin: 3rem 0 0.5rem;
}
.intro-share, .note-share {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1em;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.note-share {
  color: #113932;
}
.intro-share ul, .note-share ul {
  display: inline;
  list-style: none;
  margin-left: 0.5rem;
  margin-top: 0;
}
.intro-share ul li, .note-share ul li {
  display: inline;
  margin: 0 1px;
}
.intro-share ul li a {
  color: #FFF;
}
.note-share ul li a {
  color: #113932;
}
.intro-share ul li a i, .note-share ul li a i {
  font-size: 30px;
}



.img-modal {
  position: relative;
  display: inline-block;
}
.img-modal::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.contratos .img-modal {
  box-shadow: 0 3px 3px rgba(0,0,0,0.4);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.contratos .img-modal:hover {
  transform: scale(1.1);
  box-shadow: 0px 3px 4px rgba(0,0,0,0.3);
}
.contratos .img-modal::after {
  display: none;
}
.img-modal .hand {
  font-size: 20px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #FFF;
  background-color: #000;
  border-radius: 5px;
  z-index: 1;
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
}
.img-modal img {

}
.modal.image-modal {
  overflow: unset;
  max-width: 90% !important;
  padding: 10px;
}
.modal.image-modal .image-wrapper img {
  margin: 0 auto;
}

.author {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2em;
  color: #113932;
  text-decoration: none;
  text-align: center;
  display: block;
}
.author span {
  font-weight: 400;
  font-size: 9px;
}
.author img {
  margin: 0 auto;
}



.cover {
  height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.cover .bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.cover .logos {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.cover .logos a {
  display: inline-block;
}
.cover .logos a:not(:last-child) {
  margin-right: 15px;
}
.cover .logos a img {
  height: 56px;
}


.story-header {
  height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #333;
  position: relative;
}
.story-header .bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.story-header .chap-counter {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1em;
  color: #FFF;
  text-align: center;
}
.story-header .chap-title {
  overflow: visible;
}
.section.story {
  background-color: #FFF;
}







#scroll-down {
  display: block;
  position: fixed;
  padding-top: 36px;
  text-align: center;
  width: 1rem;
  bottom: 1.5rem;
  right: 1rem;
}
.arrow-down {
  display: block;
  margin: 0 auto;
  width: 10px;
}
.arrow-down::after {
  content: '';
  display: block;
  margin: 0;
  padding: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  behavior: url(-ms-transform.htc);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
#scroll-title {
  display: block;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 400;
  white-space: nowrap;
  transform: rotate(90deg) translate(-8.75rem, 0.1em);
}
#scroll-down::before {
  -webkit-animation: elasticus 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  /* Safari 4+ */
  -moz-animation: elasticus 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  /* Fx 5+ */
  -o-animation: elasticus 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  /* Opera 12+ */
  animation: elasticus 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  /* IE 10+, Fx 29+ */
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -2px;
  width: 2px;
  height: 40px;
  background: #FFF;
  content: ' ';
}
@-webkit-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@-moz-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@-o-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}


p.media-footer {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.35em;
  color: #444444;
}
p.media-footer:first-of-type {
  margin-top: 0.35rem;
}
.full-media p.media-footer:first-of-type {
  margin-top: 0;
}

.has-aside {

}
.aside {
  width: 66.6666%;
  float: left;
  margin-right: 1.5rem;
  margin-left: calc(-33.3333% - 0.75rem);
}



.page-footer {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.page-footer p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 1.4em;
  text-align: center;
}
.page-footer .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-footer .logo a {
  display: inline-block;
}
.page-footer .logo img {
  width: 160px;
}


/* Mobile */
@media screen and (max-width: 767px) {
  .intro-share, .note-share {
    flex-flow: column;
  }
  .intro-share ul, .note-share ul {
    margin-top: 0.75rem;
  }
  .aside {
    width: 100%;
    float: unset;
    margin-right: 0;
    margin-left: 0;
  }
}


/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1007px) {
  .aside {
    width: 50%;
    float: left;
    margin-right: 1.5rem;
    margin-left: calc(-25% - 0.75rem);
  }
}
