/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'latoregular';
  src: url("../fonts/lato-regular-webfont.eot");
  src: url("../fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato-regular-webfont.woff") format("woff"), url("../fonts/lato-regular-webfont.ttf") format("truetype"), url("../fonts/lato-regular-webfont.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'latolight';
  src: url("../fonts/lato-light-webfont.eot");
  src: url("../fonts/lato-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-light-webfont.woff2") format("woff2"), url("../fonts/lato-light-webfont.woff") format("woff"), url("../fonts/lato-light-webfont.ttf") format("truetype"), url("../fonts/lato-light-webfont.svg#latolight") format("svg");
  font-weight: normal;
  font-style: normal; }
.hide {
  display: none; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.clear {
  clear: both; }

.left {
  float: left; }

.right {
  float: right; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

.static {
  position: static; }

.fixed {
  position: fixed; }

.center {
  margin-left: auto;
  margin-right: auto; }

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.z1 {
  z-index: 1; }

.z2 {
  z-index: 2; }

.z3 {
  z-index: 3; }

.z4 {
  z-index: 4; }

.z5 {
  z-index: 5; }

.margin-left {
  margin-left: 20px; }

.margin-right {
  margin-right: 20px; }

.margin-top {
  margin-top: 20px; }

.margin-bottom {
  margin-bottom: 20px; }

.padding-left {
  padding-left: 20px; }

.padding-right {
  padding-right: 20px; }

.padding-top {
  padding-top: 20px; }

.padding-bottom {
  padding-bottom: 20px; }

.half {
  width: 50%; }

.ribbon {
  position: relative;
  display: block;
  padding: 19px 40px 0 40px;
  width: 420px;
  margin: 0 auto 20px auto;
  font-size: 1.8em; }
  .ribbon:before, .ribbon:after {
    content: "";
    position: absolute;
    top: 0;
    width: 80px;
    height: 38px;
    box-sizing: border-box;
    border-top: 19px solid #fff;
    border-bottom: 19px solid #fff; }
  .ribbon:before {
    left: 0;
    border-left: 12px solid transparent;
    border-right: 40px solid #ccc; }
  .ribbon:after {
    right: 0;
    border-left: 40px solid #ccc;
    border-right: 12px solid transparent; }
  .ribbon .ribbon-content {
    display: block;
    position: relative;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #fff;
    color: #0D143A;
    z-index: 1; }
  .ribbon.ribbon--default:before, .ribbon.ribbon--default:after {
    border-top-color: #fff !important;
    border-bottom-color: #fff !important; }
  .ribbon.ribbon--default:before {
    border-right-color: #ccc !important; }
  .ribbon.ribbon--default:after {
    border-left-color: #ccc !important; }
  .ribbon.ribbon--default .ribbon-content {
    background-color: #fff !important; }
  .ribbon.ribbon--yellow:before, .ribbon.ribbon--yellow:after, .timeline--yellow .ribbon:before, .timeline--yellow .ribbon:after {
    border-top-color: #FFD03B;
    border-bottom-color: #FFD03B; }
  .ribbon.ribbon--yellow:before, .timeline--yellow .ribbon:before {
    border-right-color: #FFC200; }
  .ribbon.ribbon--yellow:after, .timeline--yellow .ribbon:after {
    border-left-color: #FFC200; }
  .ribbon.ribbon--yellow .ribbon-content, .timeline--yellow .ribbon .ribbon-content {
    background-color: #FFD03B; }
  .ribbon.ribbon--red:before, .ribbon.ribbon--red:after, .timeline--red .ribbon:before, .timeline--red .ribbon:after {
    border-top-color: #E60863;
    border-bottom-color: #E60863; }
  .ribbon.ribbon--red:before, .timeline--red .ribbon:before {
    border-right-color: #A01052; }
  .ribbon.ribbon--red:after, .timeline--red .ribbon:after {
    border-left-color: #A01052; }
  .ribbon.ribbon--red .ribbon-content, .timeline--red .ribbon .ribbon-content {
    background-color: #E60863; }
  .ribbon.ribbon--orange:before, .ribbon.ribbon--orange:after, .timeline--orange .ribbon:before, .timeline--orange .ribbon:after {
    border-top-color: #FF6E00;
    border-bottom-color: #FF6E00; }
  .ribbon.ribbon--orange:before, .timeline--orange .ribbon:before {
    border-right-color: #CE4525; }
  .ribbon.ribbon--orange:after, .timeline--orange .ribbon:after {
    border-left-color: #CE4525; }
  .ribbon.ribbon--orange .ribbon-content, .timeline--orange .ribbon .ribbon-content {
    background-color: #FF6E00; }

.timeline {
  display: block;
  position: relative;
  text-align: center;
  background-repeat: repeat-y;
  background-position: center top;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///////yH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=="); }
  .timeline:after {
    content: "";
    display: table;
    clear: both; }
  .timeline.timeline--yellow {
    background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP/CAP///yH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=="); }
  .timeline.timeline--red {
    background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAOYIY////yH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=="); }
  .timeline.timeline--orange {
    background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAPNQHf///yH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=="); }
  .timeline .event {
    position: relative;
    left: 50%;
    width: 50%;
    margin-top: -10px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-top: 2px;
    font-size: 1.15em;
    text-align: left; }
    .timeline .event:before {
      content: "";
      box-sizing: border-box;
      position: absolute;
      top: 0;
      left: -10px;
      width: 20px;
      height: 20px;
      border: 3px solid #ABBFC6;
      border-radius: 100%;
      background-color: #394477; }
    .timeline .event .toggle-bubble-anchor {
      display: inline-block;
      position: relative;
      top: -2px;
      margin-left: 20px;
      vertical-align: middle; }
      .timeline .event .toggle-bubble-anchor .toggle-bubble {
        position: absolute;
        top: 0;
        left: 0; }

.toggle-bubble {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-image: url("../img/control_toggle_info.svg");
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .toggle-bubble.open {
    background-position: -25px 0px; }

.bubble {
  display: none;
  position: relative;
  width: 180px;
  padding: 19px;
  margin-bottom: 20px;
  margin-left: 19px;
  text-align: left;
  background-color: #fff;
  color: #0D143A;
  z-index: 5;
  -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.3); }
  .bubble.open {
    display: inline-block; }
  .bubble:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 100%;
    width: 19px;
    height: 19px;
    background-color: #fff;
    -webkit-transform: skew(45deg, 0) translate(50%, 0);
    -moz-transform: skew(45deg, 0) translate(50%, 0);
    -o-transform: skew(45deg, 0) translate(50%, 0);
    transform: skew(45deg, 0) translate(50%, 0); }
  .bubble.bubble--left {
    margin-left: 0;
    margin-right: 19px; }
    .bubble.bubble--left:before {
      right: auto;
      left: 100%;
      -webkit-box-shadow: 6px 0 0 rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 6px 0 0 rgba(0, 0, 0, 0.3);
      -ms-box-shadow: 6px 0 0 rgba(0, 0, 0, 0.3);
      -o-box-shadow: 6px 0 0 rgba(0, 0, 0, 0.3);
      box-shadow: 6px 0 0 rgba(0, 0, 0, 0.3);
      -webkit-transform: skew(-45deg, 0) translate(-50%, 0);
      -moz-transform: skew(-45deg, 0) translate(-50%, 0);
      -o-transform: skew(-45deg, 0) translate(-50%, 0);
      transform: skew(-45deg, 0) translate(-50%, 0); }
  .bubble.bubble--default, .bubble.bubble--default:before {
    background-color: #fff !important; }
  .bubble.bubble--yellow, .bubble.bubble--yellow:before, .timeline--yellow .bubble, .timeline--yellow .bubble:before {
    background-color: #FFD03B; }
  .bubble.bubble--red, .bubble.bubble--red:before, .timeline--red .bubble, .timeline--red .bubble:before {
    background-color: #E60863; }
  .bubble.bubble--orange, .bubble.bubble--orange:before, .timeline--orange .bubble, .timeline--orange .bubble:before {
    background-color: #FF6E00; }
  .bubble p {
    margin-bottom: 1em; }
    .bubble p:last-child {
      margin-bottom: 0; }

.label {
  display: block;
  margin: 40px 0;
  font-size: 1.3em;
  text-align: center;
  text-transform: uppercase; }

.illustration-panel {
  position: relative; }
  .illustration-panel:after {
    content: "";
    display: table;
    clear: both; }

.illustration {
  position: relative;
  display: inline-block; }

* {
  box-sizing: border-box; }

body {
  font-family: "latoregular";
  font-size: 14px;
  color: #231F20;
  min-width: 1024px;
  min-height: 720px;
  background-color: #3f436e;
  color: #fff; }

.main-wrapper {
  overflow: hidden;
  padding-top: 50px;
  width: 1024px;
  margin-left: auto;
  margin-right: auto; }

#tl--eternidade {
  padding-bottom: 100px; }

#ji--ceu {
  padding-top: 20px;
  margin-bottom: 20px; }
  #ji--ceu .ribbon {
    margin-top: -20px;
    margin-bottom: 60px; }
  #ji--ceu .nuvem_01,
  #ji--ceu .nuvem_02,
  #ji--ceu .nuvem_03,
  #ji--ceu .anjo_01,
  #ji--ceu .anjo_02,
  #ji--ceu .toggle_02,
  #ji--ceu .toggle_03,
  #ji--ceu .martelo {
    position: absolute; }
  #ji--ceu .nuvem_01 {
    left: 180px;
    top: 130px; }
  #ji--ceu .nuvem_02 {
    left: 290px;
    top: 40px; }
  #ji--ceu .nuvem_03 {
    left: 635px;
    top: 223px; }
  #ji--ceu .anjo_01 {
    left: 260px;
    top: 60px; }
  #ji--ceu .anjo_02 {
    left: 663px;
    top: 60px; }
  #ji--ceu .toggle_02 {
    left: 580px;
    top: 120px; }
  #ji--ceu .toggle_03 {
    left: 330px;
    top: 0px; }
  #ji--ceu .martelo {
    left: 360px;
    top: 130px;
    display: none; }

#ji--segunda-vinda {
  margin-top: 70px;
  margin-bottom: 20px;
  padding-bottom: 60px; }
  #ji--segunda-vinda .jesus {
    margin-bottom: 70px; }
  #ji--segunda-vinda .ascencao_salvos, #ji--segunda-vinda .morte_perdidos, #ji--segunda-vinda .salvos_mortos, #ji--segunda-vinda .caixao_frente, #ji--segunda-vinda .correntes,
  #ji--segunda-vinda .toggle_04, #ji--segunda-vinda .toggle_05, #ji--segunda-vinda .toggle_06, #ji--segunda-vinda .toggle_07, #ji--segunda-vinda .toggle_08,
  #ji--segunda-vinda .cranio_01, #ji--segunda-vinda .cranio_02, #ji--segunda-vinda .cranio_03, #ji--segunda-vinda .cranio_04, #ji--segunda-vinda .cranio_05,
  #ji--segunda-vinda .cruz_01, #ji--segunda-vinda .cruz_02, #ji--segunda-vinda .cruz_03 {
    position: absolute; }
  #ji--segunda-vinda .toggle_04 {
    left: 370px;
    top: 120px; }
  #ji--segunda-vinda .toggle_05 {
    left: 170px;
    top: 15px; }
  #ji--segunda-vinda .ascencao_salvos {
    left: 93px;
    top: -19px;
    display: none; }
  #ji--segunda-vinda .morte_perdidos {
    left: 191px;
    top: 0px;
    display: none; }
  #ji--segunda-vinda .cranio_01 {
    left: 130px;
    top: 170px;
    display: none; }
  #ji--segunda-vinda .cranio_02 {
    left: 330px;
    top: 135px;
    display: none; }
  #ji--segunda-vinda .cruz_01 {
    left: 150px;
    top: 100px;
    display: none; }
  #ji--segunda-vinda .cruz_02 {
    left: 355px;
    top: 70px;
    display: none; }
  #ji--segunda-vinda .cruz_03 {
    left: 390px;
    top: 180px;
    display: none;
    height: 40px; }
  #ji--segunda-vinda .segunda_vinda_mortos {
    margin-top: 70px;
    margin-bottom: 70px; }
  #ji--segunda-vinda .caixao_frente {
    left: 50%;
    top: 0px;
    margin-left: -48px; }
  #ji--segunda-vinda .salvos_mortos {
    left: 50%;
    top: -50px;
    margin-left: -48px;
    display: none; }
  #ji--segunda-vinda .cranio_03 {
    left: 165px;
    top: 150px;
    display: none; }
  #ji--segunda-vinda .cranio_04 {
    left: 340px;
    top: 110px;
    display: none; }
  #ji--segunda-vinda .cranio_05 {
    left: 315px;
    top: 180px;
    display: none; }
  #ji--segunda-vinda .toggle_06 {
    left: 340px;
    top: 0px; }
  #ji--segunda-vinda .toggle_07 {
    left: 180px;
    top: 0px; }
  #ji--segunda-vinda .correntes {
    left: 50%;
    top: 216px;
    margin-left: -89px;
    display: none; }
  #ji--segunda-vinda .toggle_08 {
    left: 440px;
    top: 0px; }

#jc--ceu {
  margin-bottom: 20px; }
  #jc--ceu .ribbon {
    margin-top: -20px;
    margin-bottom: 60px; }
  #jc--ceu .nuvem_01,
  #jc--ceu .nuvem_02,
  #jc--ceu .nuvem_03,
  #jc--ceu .salvos_milenio,
  #jc--ceu .toggle_09 {
    position: absolute; }
  #jc--ceu .nuvem_01 {
    left: 180px;
    top: 130px; }
  #jc--ceu .nuvem_02 {
    left: 290px;
    top: 40px; }
  #jc--ceu .nuvem_03 {
    left: 635px;
    top: 223px; }
  #jc--ceu .toggle_09 {
    left: 390px;
    top: 170px; }
  #jc--ceu .salvos_milenio {
    left: 200px;
    top: 90px;
    display: none; }

#jc--perdidos {
  margin-bottom: 40px; }
  #jc--perdidos .caixao_frente, #jc--perdidos .correntes,
  #jc--perdidos .cranio_06, #jc--perdidos .cranio_07, #jc--perdidos .cranio_08,
  #jc--perdidos .toggle_10, #jc--perdidos .toggle_11 {
    position: absolute; }
  #jc--perdidos .julgamento-satanas {
    width: 100%;
    margin-right: -50%;
    padding-bottom: 40px; }
  #jc--perdidos .caixao_frente {
    left: 50%;
    top: 0px;
    margin-left: -48px; }
  #jc--perdidos .cranio_06 {
    left: 165px;
    top: 150px;
    display: none; }
  #jc--perdidos .cranio_07 {
    left: 340px;
    top: 110px;
    display: none; }
  #jc--perdidos .cranio_08 {
    left: 315px;
    top: 180px;
    display: none; }
  #jc--perdidos .toggle_10 {
    left: 440px;
    top: 0px; }
  #jc--perdidos .toggle_11 {
    left: 180px;
    top: 0px; }
  #jc--perdidos .correntes {
    left: 50%;
    top: 216px;
    margin-left: -89px; }

#je--ceu {
  margin-bottom: 20px; }
  #je--ceu .ribbon {
    margin-top: -30px;
    margin-bottom: 60px; }

#je--perdidos {
  padding-top: 15px;
  margin-bottom: 80px; }
  #je--perdidos > .clearfix {
    padding-left: 75px;
    padding-right: 75px; }
  #je--perdidos .caixao_frente, #je--perdidos .perdido_ressuscitado,
  #je--perdidos .cranio_09, #je--perdidos .cranio_10, #je--perdidos .cranio_11,
  #je--perdidos .toggle_12 {
    position: absolute; }
  #je--perdidos .caixao_frente {
    left: 50%;
    top: 0px;
    margin-left: -48px; }
  #je--perdidos .cranio_09 {
    left: 60px;
    top: 85px; }
  #je--perdidos .cranio_10 {
    left: 240px;
    top: 190px; }
  #je--perdidos .cranio_11 {
    left: 390px;
    top: 170px; }
  #je--perdidos .toggle_12 {
    left: 95px;
    top: 10px; }
  #je--perdidos .perdido_ressuscitado {
    left: 50%;
    top: -50px;
    margin-left: -48px;
    display: none; }

#je--satanas {
  margin-bottom: 80px; }
  #je--satanas .correntes, #je--satanas .toggle_13 {
    position: absolute; }
  #je--satanas .correntes {
    left: 50%;
    top: 216px;
    margin-left: -89px; }
  #je--satanas .toggle_13 {
    left: 50%;
    top: 10px;
    margin-left: 60px; }

#je--cidade-santa {
  margin-bottom: 80px; }
  #je--cidade-santa .toggle_14 {
    position: absolute;
    left: 50%;
    top: 40px;
    margin-left: 170px; }

#je--destruicao-mal {
  margin-bottom: 100px; }
  #je--destruicao-mal .fogo_01,
  #je--destruicao-mal .fogo_02,
  #je--destruicao-mal .toggle_15 {
    position: absolute; }
  #je--destruicao-mal .destruicao-satanas {
    width: 100%;
    float: left;
    margin-right: -50%; }
  #je--destruicao-mal .destruicao-perdidos {
    padding-top: 45px;
    padding-left: 75px;
    text-align: center;
    font-size: 0; }
  #je--destruicao-mal .perdido {
    display: inline-block;
    margin: 0 20px; }
  #je--destruicao-mal .fogo_01 {
    left: 420px;
    top: 165px;
    display: none; }
  #je--destruicao-mal .fogo_02 {
    left: 170px;
    top: 165px;
    display: none; }
  #je--destruicao-mal .toggle_15 {
    left: 650px;
    top: 50px; }

#je--paraiso {
  margin-bottom: 80px; }
  #je--paraiso .nuvens, #je--paraiso .anjo, #je--paraiso .salvos, #je--paraiso .toggle_16 {
    position: absolute; }
  #je--paraiso .nuvens {
    left: 455px;
    top: -10px;
    display: none; }
  #je--paraiso .anjo {
    left: 355px;
    top: 250px;
    height: 188px;
    display: none; }
  #je--paraiso .salvos {
    left: 570px;
    top: 250px;
    height: 179px;
    display: none; }
  #je--paraiso .toggle_16 {
    left: 750px;
    top: 90px; }
