@charset "UTF-8";
@-webkit-keyframes equalize {
  0% {
    height: 20px;
  }
  4% {
    height: 17px;
  }
  8% {
    height: 14px;
  }
  12% {
    height: 10px;
  }
  16% {
    height: 5px;
  }
  20% {
    height: 15px;
  }
  24% {
    height: 18px;
  }
  28% {
    height: 10px;
  }
  32% {
    height: 5px;
  }
  36% {
    height: 10px;
  }
  40% {
    height: 15px;
  }
  44% {
    height: 19px;
  }
  48% {
    height: 18px;
  }
  52% {
    height: 20px;
  }
  56% {
    height: 10px;
  }
  60% {
    height: 13px;
  }
  64% {
    height: 20px;
  }
  68% {
    height: 16px;
  }
  72% {
    height: 10px;
  }
  76% {
    height: 5px;
  }
  80% {
    height: 15px;
  }
  84% {
    height: 19px;
  }
  88% {
    height: 12px;
  }
  92% {
    height: 20px;
  }
  96% {
    height: 11px;
  }
  100% {
    height: 20px;
  }
}
@keyframes equalize {
  0% {
    height: 20px;
  }
  4% {
    height: 17px;
  }
  8% {
    height: 14px;
  }
  12% {
    height: 10px;
  }
  16% {
    height: 5px;
  }
  20% {
    height: 15px;
  }
  24% {
    height: 18px;
  }
  28% {
    height: 10px;
  }
  32% {
    height: 5px;
  }
  36% {
    height: 10px;
  }
  40% {
    height: 15px;
  }
  44% {
    height: 19px;
  }
  48% {
    height: 18px;
  }
  52% {
    height: 20px;
  }
  56% {
    height: 10px;
  }
  60% {
    height: 13px;
  }
  64% {
    height: 20px;
  }
  68% {
    height: 16px;
  }
  72% {
    height: 10px;
  }
  76% {
    height: 5px;
  }
  80% {
    height: 15px;
  }
  84% {
    height: 19px;
  }
  88% {
    height: 12px;
  }
  92% {
    height: 20px;
  }
  96% {
    height: 11px;
  }
  100% {
    height: 20px;
  }
}
*, :after, :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0px;
  padding: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.pageWrapper_vih {
  font-family: NotoSerif-Regular, Georgia, Times New Roman, Times, serif;
  position: relative;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

.visible {
  visibility: visible !important;
}

.audioTrack {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 3;
}
.audioTrack .play_pause {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55px;
          flex: 0 0 55px;
  max-width: 55px;
  cursor: pointer;
  -webkit-transition: all 350ms ease-in;
  -o-transition: all 350ms ease-in;
  transition: all 350ms ease-in;
  opacity: 0.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.audioTrack .play_pause:hover {
  opacity: 1;
}
.audioTrack .play_pause.playing .icon .bar {
  -webkit-animation: equalize 5s 0s infinite;
          animation: equalize 5s 0s infinite;
}
.audioTrack .play_pause .icon {
  width: 40px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.audioTrack .play_pause .icon .bar {
  width: 3px;
  height: 10px;
  background: #ffffff;
  display: block;
}
.audioTrack .play_pause .icon .bar:nth-child(1) {
  height: 5px;
  -webkit-animation-delay: -1.9s;
          animation-delay: -1.9s;
}
.audioTrack .play_pause .icon .bar:nth-child(2) {
  height: 10px;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.audioTrack .play_pause .icon .bar:nth-child(3) {
  height: 15px;
  -webkit-animation-delay: -2.3s;
          animation-delay: -2.3s;
}
.audioTrack .play_pause .icon .bar:nth-child(4) {
  height: 10px;
  -webkit-animation-delay: -2.4s;
          animation-delay: -2.4s;
}
.audioTrack .play_pause .icon .bar:nth-child(5) {
  height: 15px;
  -webkit-animation-delay: -2.1s;
          animation-delay: -2.1s;
}
.audioTrack .play_pause .icon .bar:nth-child(6) {
  height: 20px;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.audioTrack .play_pause .icon .bar:nth-child(7) {
  height: 17px;
  -webkit-animation-delay: -1.7s;
          animation-delay: -1.7s;
}
.audioTrack .play_pause .icon .bar:nth-child(8) {
  height: 10px;
  -webkit-animation-delay: -1.3s;
          animation-delay: -1.3s;
}
.audioTrack .play_pause .legenda {
  font-family: "PT Sans", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
  font-size: 9px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 5px;
  display: inline-block;
  text-align: center;
  width: 55px;
}

.topContainer {
  background: rgb(239, 244, 246);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(239, 244, 246)), to(rgb(154, 174, 183)));
  background: -o-linear-gradient(top, rgb(239, 244, 246) 0%, rgb(154, 174, 183) 100%);
  background: linear-gradient(180deg, rgb(239, 244, 246) 0%, rgb(154, 174, 183) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eff4f6",endColorstr="#9aaeb7",GradientType=1);
  padding-bottom: 10vh;
  position: relative;
}
.topContainer .cursorArea {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  cursor: url("/DataJournalism/static/hiv/i/ic_arrow.png"), auto;
}
.topContainer .openTitle {
  height: 100vh;
  color: #121212;
  text-align: center;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.topContainer .openTitle h1, .topContainer .openTitle h2, .topContainer .openTitle h3, .topContainer .openTitle h4 {
  font-size: 92px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  margin: 0;
  font-family: "MonteCarlo", "Times New Roman", Times, serif;
  font-weight: normal;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.topContainer .openTitle h1 span, .topContainer .openTitle h2 span, .topContainer .openTitle h3 span, .topContainer .openTitle h4 span {
  color: #d80e2d;
}
.topContainer .openTitle h1 span:before, .topContainer .openTitle h2 span:before, .topContainer .openTitle h3 span:before, .topContainer .openTitle h4 span:before {
  content: "";
  background-image: url(https://www.sabado.pt/i/ic_quote.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 51px;
  height: 36px;
  background-size: contain;
  display: inline-block;
  top: -33px;
  position: relative;
}
.topContainer .openTitle h1 span:last-child:before, .topContainer .openTitle h2 span:last-child:before, .topContainer .openTitle h3 span:last-child:before, .topContainer .openTitle h4 span:last-child:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 17px;
}
.topContainer .openTitle .lead {
  margin-top: 40px;
  font-size: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  line-height: 1.5;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  max-width: 660px;
}
.topContainer .openTitle .creditos {
  color: #121212;
  font-size: 13px;
  /*position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);*/
  margin-top: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  font-family: "PT Sans", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topContainer .openTitle .creditos .name {
  margin-right: 20px;
}
.topContainer .openTitle .creditos .name:last-child {
  margin: 0 !important;
}
.topContainer .openTitle .creditos > span {
  display: block;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  margin-top: 20px;
  font-size: 11px;
}

.mainContainer .shadow {
  width: 100%;
  height: 400px;
  position: absolute;
  z-index: 2;
  background: rgb(239, 244, 246);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(239, 244, 246, 0)), to(rgb(154, 174, 183)));
  background: -o-linear-gradient(bottom, rgba(239, 244, 246, 0) 0%, rgb(154, 174, 183) 100%);
  background: linear-gradient(0deg, rgba(239, 244, 246, 0) 0%, rgb(154, 174, 183) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eff4f6",endColorstr="#9aaeb7",GradientType=1);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.bloco_multi_img {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow-x: hidden;
  /* Variação de tamanho */
  /* Variação posição */
}
.bloco_multi_img * {
  -webkit-box-sizing: initial;
          box-sizing: initial;
}
.bloco_multi_img .contentFixedElement {
  position: relative;
}
.bloco_multi_img .contentFixedElement.w640, .bloco_multi_img .contentFixedElement.w640 .content-img-fixed {
  width: 640px;
  margin: 0 auto;
}
.bloco_multi_img .contentFixedElement.w980, .bloco_multi_img .contentFixedElement.w980 .content-img-fixed {
  width: 980px;
  margin: 0 auto;
}
.bloco_multi_img .contentFixedElement.wFull, .bloco_multi_img .contentFixedElement.wFull .content-img-fixed {
  width: 100vw;
  margin: 0 auto;
  overflow-x: hidden;
}
.bloco_multi_img .contentFixedElement.right .text-fixed p {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.bloco_multi_img .contentFixedElement.right .content-img-fixed {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bloco_multi_img .contentFixedElement.left .text-fixed p {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bloco_multi_img .contentFixedElement.left .content-img-fixed {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.bloco_multi_img .contentFixedElement img {
  max-width: 100%;
  height: 100vh;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.bloco_multi_img .text-fixed {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.bloco_multi_img .text-fixed > div {
  min-height: 100vh;
  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;
  padding-top: 100%;
}
.bloco_multi_img .text-fixed > div:first-child {
  padding-top: 100%;
}
.bloco_multi_img .text-fixed .textContainer {
  width: 100%;
  margin: 0 40px;
  font-size: 18px;
  line-height: 1.6;
}
.bloco_multi_img .text-fixed .textContainer .text {
  display: block;
  margin-bottom: 80vh;
  background-color: rgba(255, 255, 255, 0.7);
  width: 40%;
  padding: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  /*&:first-child {
      margin-top: 100vh;
  }*/
}
.bloco_multi_img .text-fixed .textContainer .text h1, .bloco_multi_img .text-fixed .textContainer .text h2, .bloco_multi_img .text-fixed .textContainer .text h3, .bloco_multi_img .text-fixed .textContainer .text h4 {
  margin-top: 0;
  font-size: 26px;
  margin-bottom: 25px;
  line-height: 1.2;
  font-family: NotoSerif-Bold, Georgia, Times New Roman, Times, serif;
}
.bloco_multi_img .text-fixed .textContainer .text.fixed-right {
  left: calc(100% - 100px - 40%);
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.bloco_multi_img .text-fixed .textContainer .text.fixed-left {
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.bloco_multi_img .block-fixed {
  z-index: -99;
}
.bloco_multi_img .content-img-fixed {
  width: 100vw;
  height: 100vh;
  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;
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.bloco_multi_img .contentFixedElement img {
  height: 100vh;
}
.bloco_multi_img .content-img-fixed:nth-child(1) {
  opacity: 1;
}
.bloco_multi_img .fixed_top .content-img-fixed:nth-child(1) {
  opacity: 0;
}
.bloco_multi_img .container-imgs {
  position: relative;
}
.bloco_multi_img .visible {
  opacity: 1 !important;
  position: absolute;
  top: 0;
}
.bloco_multi_img .absolute_bottom .content-img-fixed, .bloco_multi_img .absolute_bottom {
  position: absolute !important;
  bottom: 0 !important;
  top: inherit !important;
}
.bloco_multi_img .absolute_bottom .content-img-fixed:nth-child(1) {
  opacity: 0;
}
.bloco_multi_img .fixed_top .content-img-fixed, .bloco_multi_img .fixed_top {
  position: fixed !important;
  top: 0 !important;
  bottom: inherit !important;
}
.bloco_multi_img .buttons-position {
  position: fixed;
  right: 0;
  padding: 30px;
  z-index: 999999;
}
.bloco_multi_img .buttons-position ul {
  padding: 0;
  margin: 0;
}
.bloco_multi_img .buttons-position li {
  list-style-type: none;
  display: inline-block;
  margin: 5px;
  padding: 10px;
  border-radius: 5px;
  background: #ccc;
  color: #fff;
  cursor: pointer;
  width: 80px;
  text-align: center;
}

@media (max-width: 768px) {
  .topContainer .openTitle h1 span:before, .topContainer .openTitle h2 span:before, .topContainer .openTitle h3 span:before, .topContainer .openTitle h4 span:before {
    width: 18px;
    height: 13px;
    top: -27px;
  }
  .bloco_multi_img {
    /*.text-fixed > div {
        margin: 0;
        padding: 20px;
    }*/
    /*.text-fixed span {
        margin: 0;
        width: 90%;
        padding: 30px;
        font-size: 18px;
        line-height: 1.6;
    }*/
  }
  .bloco_multi_img .contentFixedElement, .bloco_multi_img .contentFixedElement.w980, .bloco_multi_img .contentFixedElement.w980 .content-img-fixed, .bloco_multi_img .contentFixedElement.w640, .bloco_multi_img .contentFixedElement.w640 .content-img-fixed {
    width: 100vw;
  }
  .bloco_multi_img .img-block-fixed {
    width: 100%;
  }
  .bloco_multi_img .content-img-fixed {
    height: 100vh;
  }
}
@media (max-width: 991px) {
  .topContainer .openTitle h1, .topContainer .openTitle h2, .topContainer .openTitle h3, .topContainer .openTitle h4 {
    font-size: 52px;
    line-height: 1.2;
  }
  .topContainer .openTitle .lead {
    margin-top: 40px;
    font-size: 17px;
    line-height: 1.7;
  }
  .topContainer .cursorArea {
    background: url("/DataJournalism/static/hiv/i/ic_arrow.png") no-repeat;
    background-position: center;
    background-size: 58px;
  }
  .bloco_multi_img .text-fixed .textContainer {
    margin: 0;
    padding: 10px;
  }
  .bloco_multi_img .text-fixed .textContainer .text, .bloco_multi_img .text-fixed .textContainer .text.fixed-right, .bloco_multi_img .text-fixed .textContainer .text.fixed-left {
    left: inherit;
    width: auto;
    padding: 25px;
  }
}