*, :after, :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0px;
  padding: 0;
  background: #121212;
}

#jj_intro {
  background-image: url(/DataJournalism/i/jorgejesus/BG_JJ_1600x900_desktop.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  min-height: 100vh;
}

@-webkit-keyframes animateBg {
  0% {
    background-position: right center;
  }
  50% {
    background-position: left center;
  }
  100% {
    background-position: right center;
  }
}

@keyframes animateBg {
  0% {
    background-position: right center;
  }
  50% {
    background-position: left center;
  }
  100% {
    background-position: right center;
  }
}
@-webkit-keyframes animateJJ {
  0% {
    right: -300px;
    opacity: 0;
  }
  30% {
    right: -225px;
    opacity: 1;
  }
  100% {
    right: -150px;
  }
}
@keyframes animateJJ {
  0% {
    right: -300px;
    opacity: 0;
  }
  30% {
    right: -225px;
    opacity: 1;
  }
  100% {
    right: -150px;
  }
}
#jj_intro {
  -webkit-animation: animateBg 20s linear infinite;
          animation: animateBg 20s linear infinite;
  overflow: hidden;
}
#jj_intro .jj {
  width: 65vw;
  height: 120vh;
  position: absolute;
  z-index: 10;
  background: url(/DataJournalism/i/jorgejesus/jj_bola.png) no-repeat center scroll;
  background-size: contain;
  top: -50px;
  right: -150px;
  -webkit-animation: animateJJ 3s linear;
          animation: animateJJ 3s linear;
  display: block;
  text-decoration: none;
}
#jj_intro .main_container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 15px;
  position: relative;
}
#jj_intro .titulo_intro {
  background: url(/DataJournalism/i/golos_ronaldo/intro_titulo_d.png) no-repeat center scroll;
  background-size: contain;
  width: 60%;
  height: 260px;
  display: block;
  text-decoration: none;
}
#jj_intro .title {
  display: inline-block;
  width: 100%;
  padding: 50px 54% 0 0;
  margin-top: 70px;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  color: #ffffff;
  font-size: 37px;
  text-transform: uppercase;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  position: relative;
  text-shadow: 2px 2px 3px #000000;
}
#jj_intro .title:after {
  position: absolute;
  left: 39%;
  right: 0;
  bottom: 10px;
  background: rgba(255, 255, 255, 0.5);
  height: 1px;
  content: "";
  display: block;
}
#jj_intro .title span {
  font-weight: 600;
}
#jj_intro .lead_intro {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
  color: #ffffff;
  position: relative;
  padding: 20px 54% 50px 0;
  width: 100%;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
#jj_intro .lead_intro:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  height: 1px;
  content: "";
  display: block;
}
#jj_intro .avancar {
  width: 121px;
  height: 34px;
  background: url(/DataJournalism/i/jorgejesus/intro_avancar.png) center no-repeat scroll;
  background-size: contain;
  display: block;
  text-decoration: none;
  outline: none;
  opacity: 1;
  margin-top: 30px;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
#jj_intro .avancar:hover {
  opacity: 0.5;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #jj_intro {
    background-size: cover;
  }
  #jj_intro .jj {
    width: 75vw;
  }
  #jj_intro .title {
    padding: 50px 45% 0 0;
  }
  #jj_intro .title:after {
    left: 55%;
  }
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes animateJJ {
    0% {
      top: auto;
      right: -40px;
      opacity: 0;
    }
    30% {
      top: auto;
      right: -30px;
      opacity: 1;
    }
    100% {
      top: auto;
      right: -10px;
    }
  }
  @keyframes animateJJ {
    0% {
      top: auto;
      right: -40px;
      opacity: 0;
    }
    30% {
      top: auto;
      right: -30px;
      opacity: 1;
    }
    100% {
      top: auto;
      right: -10px;
    }
  }
  #jj_intro {
    height: 810px;
    -webkit-animation: animateBg 60s linear infinite;
            animation: animateBg 60s linear infinite;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #jj_intro .jj {
    width: 400px;
    height: 375px;
    background: url(/DataJournalism/i/jorgejesus/jj_bola_m.png) no-repeat center scroll;
    background-size: 400px;
    top: auto;
    right: -10px;
    bottom: 10px;
    position: relative;
  }
  #jj_intro .main_container {
    padding: 10px;
  }
  #jj_intro .titulo_intro {
    background: url(/DataJournalism/i/golos_ronaldo/intro_titulo_m.png) no-repeat center scroll;
    background-size: contain;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    height: 140px;
  }
  #jj_intro .title {
    margin-top: 0;
    padding: 30px 5px 0 5px;
    font-size: 26px;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  #jj_intro .title:after {
    display: none;
  }
  #jj_intro .lead_intro {
    font-size: 18px;
    padding: 20px 5px 30px 5px;
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  #jj_intro .lead_intro .avancar {
    right: auto;
    left: 0;
    top: auto;
    bottom: -10px;
    width: 50px;
    height: 70px;
    opacity: 1;
  }
  #jj_intro .avancar {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
}
@media screen and (max-width: 320px) {
  #jj_intro .title {
    font-size: 22px;
  }
  #jj_intro .jj {
    bottom: 0;
    background-size: 375px;
  }
}