/* 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: 'roboto_slabbold';
  src: url("../fonts/robotoslab-bold-webfont.eot");
  src: url("../fonts/robotoslab-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/robotoslab-bold-webfont.woff2") format("woff2"), url("../fonts/robotoslab-bold-webfont.woff") format("woff"), url("../fonts/robotoslab-bold-webfont.ttf") format("truetype"), url("../fonts/robotoslab-bold-webfont.svg#roboto_slabbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'latobold';
  src: url("../fonts/lato-bold-webfont.eot");
  src: url("../fonts/lato-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-bold-webfont.woff2") format("woff2"), url("../fonts/lato-bold-webfont.woff") format("woff"), url("../fonts/lato-bold-webfont.ttf") format("truetype"), url("../fonts/lato-bold-webfont.svg#latobold") 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; }
@font-face {
  font-family: 'latolight_italic';
  src: url("../fonts/lato-lightitalic-webfont.eot");
  src: url("../fonts/lato-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-lightitalic-webfont.woff2") format("woff2"), url("../fonts/lato-lightitalic-webfont.woff") format("woff"), url("../fonts/lato-lightitalic-webfont.ttf") format("truetype"), url("../fonts/lato-lightitalic-webfont.svg#latolight_italic") format("svg");
  font-weight: normal;
  font-style: normal; }
.hide {
  display: none; }

.block {
  display: block; }

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

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

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

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

.absolute-center, .full-wrapper .content {
  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, .full-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

* {
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%;
  font-size: 10px; }

body {
  font-family: "latolight";
  color: #231F20;
  line-height: 1.3; }

strong {
  font-family: "latobold"; }

.full-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-width: 1024px;
  min-height: 768px;
  -webkit-transition: background-color 1500ms;
  -moz-transition: background-color 1500ms;
  -ms-transition: background-color 1500ms;
  -o-transition: background-color 1500ms;
  transition: background-color 1500ms; }
  .full-wrapper.menu-open {
    background-color: white !important; }
  .full-wrapper .content {
    width: 900px; }

h1, h2, h3 {
  margin-bottom: 0.7em;
  font-family: "roboto_slabbold";
  text-transform: uppercase;
  letter-spacing: 0.04em; }

h1 {
  font-size: 3.0rem; }

h2 {
  font-size: 3.8rem; }

h4 {
  font-family: "latobold";
  font-size: 1.4rem;
  margin-bottom: 0.5em; }

.reference {
  display: block;
  margin-top: 0.5em;
  font-family: "latobold";
  font-size: 0.9em; }

blockquote {
  font-family: "latolight_italic";
  font-size: 1.8rem; }

.ps-particle {
  position: absolute;
  -webkit-animation: smoke-particle 5s;
  -moz-animation: smoke-particle 5s;
  -o-animation: smoke-particle 5s;
  animation: smoke-particle 5s; }
  .ps-particle:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .ps-particle.smoke--light:before {
    background-color: #f4f4f4; }
  .ps-particle.smoke--dark:before {
    background-color: #a5a5a5; }

.simulation {
  position: absolute;
  bottom: 0;
  left: 50%; }

#mundo-natural, #planet-natural {
  color: #d3f744; }

#mundo-social, #planet-social {
  color: #cc529a; }

#mundo-religioso, #planet-religioso {
  color: #83ebfc; }

.main-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0d2a49;
  transition: all 1500ms;
  z-index: 1; }
  .main-menu.offscreen {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%); }
  .main-menu header {
    position: relative;
    width: 460px;
    margin: 105px auto 0 auto;
    text-align: center;
    color: #ffffff;
    z-index: 1;
    text-shadow: 0 0 3px #0d2a49; }
    .main-menu header blockquote {
      margin-left: 80px;
      margin-right: 80px; }

.main-nav-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.menu-clouds {
  display: block;
  width: 100%; }

.main-nav {
  margin-top: -50px;
  padding-bottom: 70px;
  text-align: center;
  background-color: #fff; }
  .main-nav a {
    display: inline-block;
    width: 205px;
    margin: 0 30px;
    font-family: "roboto_slabbold";
    font-size: 2.2rem;
    text-decoration: none;
    text-transform: uppercase;
    color: inherit; }
    .main-nav a.link--mundo-natural {
      color: #51c37c; }
    .main-nav a.link--mundo-social {
      color: #dd5fb0; }
    .main-nav a.link--mundo-religioso {
      color: #0f5a97; }
    .main-nav a img {
      display: block;
      width: 100%; }
    .main-nav a p {
      margin-top: 20px;
      padding: 0 20px;
      line-height: 1.15; }

.layer-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1500ms;
  -moz-transition: all 1500ms;
  -ms-transition: all 1500ms;
  -o-transition: all 1500ms;
  transition: all 1500ms; }
  .layer-container.offscreen {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%); }
  .layer-container .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.spinner-wheel {
  position: absolute;
  bottom: -130px;
  left: 50%; }
  .spinner-wheel .phase {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center; }
    .spinner-wheel .phase.slot--top {
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    .spinner-wheel .phase.slot--bottom {
      -webkit-transform: translate(-50%, 0) rotate(180deg);
      -moz-transform: translate(-50%, 0) rotate(180deg);
      -o-transform: translate(-50%, 0) rotate(180deg);
      transform: translate(-50%, 0) rotate(180deg); }
    .spinner-wheel .phase.phase--active {
      display: block; }
    .spinner-wheel .phase:before {
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 820px;
      height: 410px;
      border-top-left-radius: 900px;
      border-top-right-radius: 900px;
      border: 1px dashed;
      border-bottom: none; }
    .spinner-wheel .phase .planet {
      position: relative;
      display: block; }

.element-container {
  position: absolute;
  bottom: 130px;
  left: 50%; }
  .element-container .element {
    position: absolute;
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%); }
  .element-container .element--p1_illness {
    left: 98px;
    top: -170px; }
  .element-container .element--p1_cross_01 {
    left: 135px;
    top: -226px;
    -webkit-transform: translate(-50%, -100%) scale(0.9);
    -moz-transform: translate(-50%, -100%) scale(0.9);
    -o-transform: translate(-50%, -100%) scale(0.9);
    transform: translate(-50%, -100%) scale(0.9); }
  .element-container .element--p1_cross_02 {
    left: 134px;
    top: -162px;
    -webkit-transform: translate(-50%, -100%) scale(1.1);
    -moz-transform: translate(-50%, -100%) scale(1.1);
    -o-transform: translate(-50%, -100%) scale(1.1);
    transform: translate(-50%, -100%) scale(1.1); }
  .element-container .element--p1_cross_03 {
    left: 64px;
    top: -179px; }
  .element-container .element--p1_skull_01 {
    left: 85px;
    top: -212px; }
  .element-container .element--p1_skull_02 {
    left: 85px;
    top: -157px; }
  .element-container .element--p1_skull_03 {
    left: 170px;
    top: -180px; }
  .element-container .element--p1_cloud_01 {
    left: -150px;
    top: -280px;
    -webkit-animation: cloud-animation 2.7s linear alternate infinite;
    -moz-animation: cloud-animation 2.7s linear alternate infinite;
    -o-animation: cloud-animation 2.7s linear alternate infinite;
    animation: cloud-animation 2.7s linear alternate infinite; }
  .element-container .element--p1_cloud_02 {
    left: 0px;
    top: -285px;
    -webkit-animation: cloud-animation 2.2s linear alternate-reverse infinite;
    -moz-animation: cloud-animation 2.2s linear alternate-reverse infinite;
    -o-animation: cloud-animation 2.2s linear alternate-reverse infinite;
    animation: cloud-animation 2.2s linear alternate-reverse infinite; }
  .element-container .element--p1_tree_01 {
    left: -225px;
    top: -90px;
    -webkit-transform: translate(-50%, -100%) scale(0.7) rotate(-6deg);
    -moz-transform: translate(-50%, -100%) scale(0.7) rotate(-6deg);
    -o-transform: translate(-50%, -100%) scale(0.7) rotate(-6deg);
    transform: translate(-50%, -100%) scale(0.7) rotate(-6deg); }
  .element-container .element--p1_tree_02 {
    left: -165px;
    top: -90px;
    -webkit-transform: translate(-50%, -100%) scale(0.7) rotate(6deg);
    -moz-transform: translate(-50%, -100%) scale(0.7) rotate(6deg);
    -o-transform: translate(-50%, -100%) scale(0.7) rotate(6deg);
    transform: translate(-50%, -100%) scale(0.7) rotate(6deg); }
  .element-container .element--p1_fire {
    left: -202px;
    top: -50px;
    -webkit-animation: fire-animation 0.7s linear alternate infinite;
    -moz-animation: fire-animation 0.7s linear alternate infinite;
    -o-animation: fire-animation 0.7s linear alternate infinite;
    animation: fire-animation 0.7s linear alternate infinite; }
  .element-container .element--p1_tree_03 {
    left: -250px;
    top: -35px;
    -webkit-transform: translate(-50%, -100%) rotate(-6.5deg);
    -moz-transform: translate(-50%, -100%) rotate(-6.5deg);
    -o-transform: translate(-50%, -100%) rotate(-6.5deg);
    transform: translate(-50%, -100%) rotate(-6.5deg); }
  .element-container .element--p1_tree_04 {
    left: -202px;
    top: -50px;
    -webkit-transform: translate(-50%, -100%) scale(0.85) rotate(2deg);
    -moz-transform: translate(-50%, -100%) scale(0.85) rotate(2deg);
    -o-transform: translate(-50%, -100%) scale(0.85) rotate(2deg);
    transform: translate(-50%, -100%) scale(0.85) rotate(2deg); }
  .element-container .element--p1_tree_05 {
    left: -160px;
    top: -15px;
    -webkit-transform: translate(-50%, -100%) rotate(10deg);
    -moz-transform: translate(-50%, -100%) rotate(10deg);
    -o-transform: translate(-50%, -100%) rotate(10deg);
    transform: translate(-50%, -100%) rotate(10deg); }
  .element-container .element--p1_cloud_03 {
    left: 90px;
    top: -125px;
    -webkit-animation: cloud-animation 2.2s linear alternate infinite;
    -moz-animation: cloud-animation 2.2s linear alternate infinite;
    -o-animation: cloud-animation 2.2s linear alternate infinite;
    animation: cloud-animation 2.2s linear alternate infinite; }
  .element-container .element--p1_cloud_04 {
    left: 255px;
    top: -125px;
    -webkit-animation: cloud-animation 2.7s linear alternate-reverse infinite;
    -moz-animation: cloud-animation 2.7s linear alternate-reverse infinite;
    -o-animation: cloud-animation 2.7s linear alternate-reverse infinite;
    animation: cloud-animation 2.7s linear alternate-reverse infinite; }
  .element-container .element--p1_industry {
    left: 205px;
    top: -20px; }
  .element-container .element--p2_greed {
    left: -70px;
    top: -120px;
    -webkit-transform-origin: 49.6% 87.2%;
    -moz-transform-origin: 49.6% 87.2%;
    -o-transform-origin: 49.6% 87.2%;
    transform-origin: 49.6% 87.2%;
    -webkit-animation: fire-animation 1s alternate infinite;
    -moz-animation: fire-animation 1s alternate infinite;
    -o-animation: fire-animation 1s alternate infinite;
    animation: fire-animation 1s alternate infinite; }
  .element-container .element--p2_coins_01 {
    left: 45px;
    top: -120px; }
  .element-container .element--p2_coins_02 {
    left: -190px;
    top: -145px; }
  .element-container .element--p2_thief {
    left: 83px;
    top: -145px; }
  .element-container .element--p2_cross_01 {
    left: -297px;
    top: -63px; }
  .element-container .element--p2_cross_02 {
    left: -250px;
    top: -105px; }
  .element-container .element--p2_cross_03 {
    left: -212px;
    top: -55px; }
  .element-container .element--p2_skull_01 {
    left: -285px;
    top: -100px; }
  .element-container .element--p2_skull_02 {
    left: -252px;
    top: -25px; }
  .element-container .element--p2_skull_03 {
    left: -240px;
    top: -62px; }
  .element-container .element--p2_skull_04 {
    left: -207px;
    top: -95px; }
  .element-container .element--p2_poverty {
    left: -118px;
    top: -16px; }
  .element-container .element--p2_tear {
    left: -137px;
    top: -101px;
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-animation: tear-animation 2s linear infinite;
    -moz-animation: tear-animation 2s linear infinite;
    -o-animation: tear-animation 2s linear infinite;
    animation: tear-animation 2s linear infinite; }
  .element-container .element--p2_tank_01 {
    left: 170px;
    top: -94px; }
  .element-container .element--p2_tank_02 {
    left: 107px;
    top: -25px; }
  .element-container .element--p2_skull_05 {
    left: 220px;
    top: -60px; }
  .element-container .element--p2_skull_06 {
    left: 190px;
    top: -15px; }
  .element-container .element--p2_skull_07 {
    left: 310px;
    top: -50px; }
  .element-container .element--p2_soldier {
    left: 262px;
    top: -23px; }
  .element-container .element--p3_cloud_01 {
    left: -120px;
    top: -300px;
    -webkit-animation: cloud-animation 2.7s linear alternate infinite;
    -moz-animation: cloud-animation 2.7s linear alternate infinite;
    -o-animation: cloud-animation 2.7s linear alternate infinite;
    animation: cloud-animation 2.7s linear alternate infinite; }
  .element-container .element--p3_cloud_02 {
    left: 30px;
    top: -300px;
    -webkit-animation: cloud-animation 2.2s linear alternate-reverse infinite;
    -moz-animation: cloud-animation 2.2s linear alternate-reverse infinite;
    -o-animation: cloud-animation 2.2s linear alternate-reverse infinite;
    animation: cloud-animation 2.2s linear alternate-reverse infinite; }
  .element-container .element--p3_bible {
    left: -210px;
    top: -20px; }
  .element-container .element--p3_host {
    left: -180px;
    top: -140px; }
  .element-container .element--p3_blind {
    left: -125px;
    top: -115px; }
  .element-container .element--p3_clutch_01 {
    left: -5px;
    top: -125px;
    -webkit-transform: translate(-50%, -100%) rotate(-65deg);
    -moz-transform: translate(-50%, -100%) rotate(-65deg);
    -o-transform: translate(-50%, -100%) rotate(-65deg);
    transform: translate(-50%, -100%) rotate(-65deg); }
  .element-container .element--p3_clutch_02 {
    left: -37px;
    top: -118px;
    -webkit-transform: translate(-50%, -100%) rotate(55deg);
    -moz-transform: translate(-50%, -100%) rotate(55deg);
    -o-transform: translate(-50%, -100%) rotate(55deg);
    transform: translate(-50%, -100%) rotate(55deg); }
  .element-container .element--p3_miracle {
    left: -55px;
    top: -95px;
    -webkit-animation: miracle-animation 2s linear infinite;
    -moz-animation: miracle-animation 2s linear infinite;
    -o-animation: miracle-animation 2s linear infinite;
    animation: miracle-animation 2s linear infinite; }
  .element-container .element--p3_preacher {
    left: 165px;
    top: -155px; }
  .element-container .element--p3_fake_jesus {
    left: 100px;
    top: -90px; }
  .element-container .element--p3_mocker {
    left: 260px;
    top: -25px;
    -webkit-animation: mocker-animation 0.2s alternate infinite;
    -moz-animation: mocker-animation 0.2s alternate infinite;
    -o-animation: mocker-animation 0.2s alternate infinite;
    animation: mocker-animation 0.2s alternate infinite; }

.layer--content-wrapper {
  opacity: 1;
  -webkit-transition: opacity 500ms 1700ms;
  -moz-transition: opacity 500ms 1700ms;
  -ms-transition: opacity 500ms 1700ms;
  -o-transition: opacity 500ms 1700ms;
  transition: opacity 500ms 1700ms; }
  .menu-open .layer--content-wrapper {
    opacity: 0; }

.spinner-contact {
  position: absolute;
  bottom: -130px;
  left: 50%;
  width: 785px;
  height: 785px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.slide header {
  position: relative;
  width: 510px;
  margin: 70px auto 0 auto;
  text-align: center; }
  .slide header .control {
    width: 120px;
    position: absolute;
    top: 5px;
    font-size: 1rem;
    font-family: "roboto_slabbold";
    text-transform: uppercase;
    text-decoration: none;
    color: inherit; }
    .slide header .control:before {
      content: "";
      display: block;
      width: 48px;
      height: 48px;
      margin: 0 auto 13px auto;
      background-image: url(../img/control_arrows.svg); }
    .slide header .control.control--prev {
      right: calc(100% + 20px); }
    .slide header .control.control--next {
      left: calc(100% + 20px); }

.spin-arrow {
  position: absolute;
  bottom: 38px;
  left: 50%;
  height: 23px;
  width: 31px;
  margin-left: -15px;
  background-image: url("../img/spin_arrow.svg");
  background-repeat: no-repeat; }
  .spin-arrow.spin-arrow--left {
    -webkit-transform: translate(-400px, 0) rotate(-66deg);
    -moz-transform: translate(-400px, 0) rotate(-66deg);
    -o-transform: translate(-400px, 0) rotate(-66deg);
    transform: translate(-400px, 0) rotate(-66deg); }
  .spin-arrow.spin-arrow--right {
    -webkit-transform: translate(400px, 0) rotate(66deg);
    -moz-transform: translate(400px, 0) rotate(66deg);
    -o-transform: translate(400px, 0) rotate(66deg);
    transform: translate(400px, 0) rotate(66deg); }
  #mundo-natural .spin-arrow {
    background-position: 0px 0; }
  #mundo-religioso .spin-arrow {
    background-position: -31px 0; }
  #mundo-social .spin-arrow {
    background-position: -62px 0; }

#mundo-natural blockquote {
  color: #afe9e1; }
#mundo-natural .control--prev:before {
  background-position: 0px 0px; }
#mundo-natural .control--next:before {
  background-position: 48px 0px; }
#mundo-natural .show-data {
  color: #afe9e1;
  border-color: #afe9e1; }
#mundo-natural .slide-topics li:before, #mundo-natural .slide-topics li:after {
  border-color: #d3f744; }

#mundo-social blockquote {
  color: #ff6f42; }
#mundo-social .control--prev:before {
  background-position: 0px 96px; }
#mundo-social .control--next:before {
  background-position: 48px 96px; }
#mundo-social .show-data {
  color: #ff6f42;
  border-color: #ff6f42; }
#mundo-social .slide-topics li:before, #mundo-social .slide-topics li:after {
  border-color: #ff6f42; }

#mundo-religioso blockquote {
  color: #e7fc90; }
#mundo-religioso .control--prev:before {
  background-position: 0px 48px; }
#mundo-religioso .control--next:before {
  background-position: 48px 48px; }
#mundo-religioso .show-data {
  color: #e7fc90;
  border-color: #e7fc90; }
#mundo-religioso .slide-topics li:before, #mundo-religioso .slide-topics li:after {
  border-color: #e7fc90; }

.topic-line-right, .slide-topics .st-natural--terremotos, .slide-topics .st-social--hunger, .slide-topics .st-social--greed, .slide-topics .st-religioso--gospel, .slide-topics .st-religioso--fake-miracles {
  text-align: right; }
  .topic-line-right:before, .slide-topics .st-natural--terremotos:before, .slide-topics .st-social--hunger:before, .slide-topics .st-social--greed:before, .slide-topics .st-religioso--gospel:before, .slide-topics .st-religioso--fake-miracles:before {
    content: "";
    right: 0; }
  .topic-line-right:after, .slide-topics .st-natural--terremotos:after, .slide-topics .st-social--hunger:after, .slide-topics .st-social--greed:after, .slide-topics .st-religioso--gospel:after, .slide-topics .st-religioso--fake-miracles:after {
    content: "";
    left: 100%;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -o-transform: rotate(55deg);
    transform: rotate(55deg); }

.topic-line-left, .slide-topics .st-natural--epidemias, .slide-topics .st-natural--poluicao, .slide-topics .st-social--violence, .slide-topics .st-social--wars, .slide-topics .st-religioso--fake-prophets, .slide-topics .st-religioso--slanderers {
  text-align: left; }
  .topic-line-left:before, .slide-topics .st-natural--epidemias:before, .slide-topics .st-natural--poluicao:before, .slide-topics .st-social--violence:before, .slide-topics .st-social--wars:before, .slide-topics .st-religioso--fake-prophets:before, .slide-topics .st-religioso--slanderers:before {
    content: "";
    left: 0; }
  .topic-line-left:after, .slide-topics .st-natural--epidemias:after, .slide-topics .st-natural--poluicao:after, .slide-topics .st-social--violence:after, .slide-topics .st-social--wars:after, .slide-topics .st-religioso--fake-prophets:after, .slide-topics .st-religioso--slanderers:after {
    content: "";
    right: 100%;
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(-55deg);
    -moz-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    transform: rotate(-55deg); }

.slide-topics {
  position: absolute;
  bottom: 0;
  left: 50%;
  font-size: 1.3rem;
  opacity: 1;
  -webkit-transition: opacity 650ms;
  -moz-transition: opacity 650ms;
  -ms-transition: opacity 650ms;
  -o-transition: opacity 650ms;
  transition: opacity 650ms; }
  .spinning .slide-topics {
    opacity: 0; }
  .slide-topics li {
    position: absolute;
    width: 160px;
    padding-bottom: 12px;
    line-height: 1.4; }
    .slide-topics li:before {
      position: absolute;
      bottom: 0;
      width: 60px;
      border-bottom: 1px solid; }
    .slide-topics li:after {
      position: absolute;
      top: 100%;
      width: 140px;
      border-top: 1px solid;
      margin-top: -1px; }
  .slide-topics .st-natural--terremotos {
    left: -405px;
    bottom: 280px;
    width: 230px; }
    .slide-topics .st-natural--terremotos:after {
      width: 110px; }
  .slide-topics .st-natural--aumento {
    left: -190px;
    bottom: 305px;
    width: 115px;
    text-align: right; }
  .slide-topics .st-natural--epidemias {
    left: 125px;
    bottom: 320px;
    width: 150px; }
    .slide-topics .st-natural--epidemias:after {
      width: 40px; }
  .slide-topics .st-natural--poluicao {
    left: 310px;
    bottom: 220px; }
    .slide-topics .st-natural--poluicao:after {
      width: 100px; }
  .slide-topics .st-social--hunger {
    left: -460px;
    bottom: 240px;
    width: 170px; }
  .slide-topics .st-social--greed {
    left: -250px;
    bottom: 330px;
    width: 180px; }
    .slide-topics .st-social--greed:after {
      width: 100px; }
  .slide-topics .st-social--violence {
    left: 100px;
    bottom: 300px;
    width: 180px; }
    .slide-topics .st-social--violence:after {
      width: 80px; }
  .slide-topics .st-social--wars {
    left: 310px;
    bottom: 220px;
    width: 170px; }
    .slide-topics .st-social--wars:after {
      width: 110px; }
  .slide-topics .st-religioso--gospel {
    left: -470px;
    bottom: 210px;
    width: 200px; }
    .slide-topics .st-religioso--gospel:after {
      width: 110px; }
  .slide-topics .st-religioso--fake-miracles {
    left: -210px;
    bottom: 325px;
    width: 180px;
    text-align: left; }
    .slide-topics .st-religioso--fake-miracles:after {
      left: 60px;
      width: 130px; }
    .slide-topics .st-religioso--fake-miracles:before {
      right: auto;
      left: 0; }
  .slide-topics .st-religioso--fake-prophets {
    left: 145px;
    bottom: 320px;
    width: 170px; }
    .slide-topics .st-religioso--fake-prophets:after {
      width: 110px; }
  .slide-topics .st-religioso--slanderers {
    left: 340px;
    bottom: 260px;
    width: 150px; }

.show-data {
  display: inline-block;
  width: 105px;
  height: 32px;
  margin-top: 12px;
  margin-bottom: 5px;
  border: 1px solid;
  border-radius: 16px;
  font-family: "latolight";
  font-size: 1.4rem;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  color: inherit; }

.modal-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: visibility 0ms 450ms, opacity 450ms 0ms;
  -moz-transition: visibility 0ms 450ms, opacity 450ms 0ms;
  -o-transition: visibility 0ms 450ms, opacity 450ms 0ms;
  transition: visibility 0ms 450ms, opacity 450ms 0ms; }
  .modal-container.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0ms 0ms, opacity 450ms 0ms;
    -moz-transition: visibility 0ms 0ms, opacity 450ms 0ms;
    -o-transition: visibility 0ms 0ms, opacity 450ms 0ms;
    transition: visibility 0ms 0ms, opacity 450ms 0ms; }

.modal {
  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%);
  width: 840px;
  padding: 50px 55px;
  font-size: 1.8rem;
  background-color: #fff; }
  .modal .close-modal {
    position: absolute;
    overflow: hidden;
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    text-decoration: none;
    text-indent: 110%;
    white-space: nowrap;
    color: inherit; }
    .modal .close-modal:before, .modal .close-modal:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 25px;
      height: 0px;
      border-top: 1px solid; }
    .modal .close-modal:before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -moz-transform: translate(-50%, -50%) rotate(45deg);
      -o-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    .modal .close-modal:after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -moz-transform: translate(-50%, -50%) rotate(-45deg);
      -o-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }
  .modal.modal-natural {
    background-color: #235967;
    color: #d3f744; }
  .modal.modal-social {
    background-color: #471a39;
    color: #cc529a; }
  .modal ol {
    counter-reset: ordered-list;
    margin-bottom: 35px; }
    .modal ol li:before {
      counter-increment: ordered-list;
      content: counter(ordered-list) " .";
      display: inline-block;
      font-family: "latobold";
      margin-right: 0.8em; }

.modal-content {
  display: none; }
  .modal-content.active {
    display: block; }
  .modal-content h3 {
    padding-bottom: 5px;
    margin-bottom: 35px;
    border-bottom: 1px solid;
    font-family: "latolight";
    font-size: 2.2rem;
    text-transform: none; }
  .modal-content .modal-illustration {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    max-width: 100%; }

.bio-result-container {
  margin: 35px -15px; }
  .bio-result-container:after {
    content: "";
    display: table;
    clear: both; }
  .bio-result-container .bio-result {
    width: 33.33%;
    float: left;
    padding: 0 15px; }
    .bio-result-container .bio-result img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px;
      width: 100%; }
    .bio-result-container .bio-result p {
      text-align: center;
      padding: 0 15px; }

.modal-slideshow {
  overflow: hidden; }

.slideshow-container {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.modal-slide {
  width: 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

.modal-slideshow-markers {
  margin-top: 10px;
  text-align: center; }
  .modal-slideshow-markers a {
    -webkit-transition: opacity 350ms;
    -moz-transition: opacity 350ms;
    -ms-transition: opacity 350ms;
    -o-transition: opacity 350ms;
    transition: opacity 350ms;
    display: inline-block;
    margin: 5px;
    opacity: 0.3; }
    .modal-slideshow-markers a:before {
      content: '';
      display: block;
      width: 8px;
      height: 8px;
      border-radius: 100%;
      background-color: white; }
    .modal-slideshow-markers a:hover {
      opacity: 0.7; }
    .modal-slideshow-markers a.current {
      opacity: 0.9; }

@-webkit-keyframes cloud-animation {
  0% {
    -webkit-transform: translate(-10%, -10%);
    -moz-transform: translate(-10%, -10%);
    -o-transform: translate(-10%, -10%);
    transform: translate(-10%, -10%); }
  100% {
    -webkit-transform: translate(10%, -10%);
    -moz-transform: translate(10%, -10%);
    -o-transform: translate(10%, -10%);
    transform: translate(10%, -10%); } }
@keyframes cloud-animation {
  0% {
    -webkit-transform: translate(-10%, -10%);
    -moz-transform: translate(-10%, -10%);
    -o-transform: translate(-10%, -10%);
    transform: translate(-10%, -10%); }
  100% {
    -webkit-transform: translate(10%, -10%);
    -moz-transform: translate(10%, -10%);
    -o-transform: translate(10%, -10%);
    transform: translate(10%, -10%); } }
@-webkit-keyframes fire-animation {
  0% {
    -webkit-transform: translate(-50%, -100%) skewX(4deg);
    -moz-transform: translate(-50%, -100%) skewX(4deg);
    -o-transform: translate(-50%, -100%) skewX(4deg);
    transform: translate(-50%, -100%) skewX(4deg); }
  50% {
    -webkit-transform: translate(-50%, -100%) scaleY(0.95);
    -moz-transform: translate(-50%, -100%) scaleY(0.95);
    -o-transform: translate(-50%, -100%) scaleY(0.95);
    transform: translate(-50%, -100%) scaleY(0.95); }
  100% {
    -webkit-transform: translate(-50%, -100%) skewX(-4deg);
    -moz-transform: translate(-50%, -100%) skewX(-4deg);
    -o-transform: translate(-50%, -100%) skewX(-4deg);
    transform: translate(-50%, -100%) skewX(-4deg); } }
@keyframes fire-animation {
  0% {
    -webkit-transform: translate(-50%, -100%) skewX(4deg);
    -moz-transform: translate(-50%, -100%) skewX(4deg);
    -o-transform: translate(-50%, -100%) skewX(4deg);
    transform: translate(-50%, -100%) skewX(4deg); }
  50% {
    -webkit-transform: translate(-50%, -100%) scaleY(0.95);
    -moz-transform: translate(-50%, -100%) scaleY(0.95);
    -o-transform: translate(-50%, -100%) scaleY(0.95);
    transform: translate(-50%, -100%) scaleY(0.95); }
  100% {
    -webkit-transform: translate(-50%, -100%) skewX(-4deg);
    -moz-transform: translate(-50%, -100%) skewX(-4deg);
    -o-transform: translate(-50%, -100%) skewX(-4deg);
    transform: translate(-50%, -100%) skewX(-4deg); } }
@-webkit-keyframes fire-animation {
  0% {
    -webkit-transform: translate(-50%, -100%) skew(-3deg);
    -moz-transform: translate(-50%, -100%) skew(-3deg);
    -o-transform: translate(-50%, -100%) skew(-3deg);
    transform: translate(-50%, -100%) skew(-3deg); }
  100% {
    -webkit-transform: translate(-50%, -100%) skew(3deg);
    -moz-transform: translate(-50%, -100%) skew(3deg);
    -o-transform: translate(-50%, -100%) skew(3deg);
    transform: translate(-50%, -100%) skew(3deg); } }
@keyframes fire-animation {
  0% {
    -webkit-transform: translate(-50%, -100%) skew(-3deg);
    -moz-transform: translate(-50%, -100%) skew(-3deg);
    -o-transform: translate(-50%, -100%) skew(-3deg);
    transform: translate(-50%, -100%) skew(-3deg); }
  100% {
    -webkit-transform: translate(-50%, -100%) skew(3deg);
    -moz-transform: translate(-50%, -100%) skew(3deg);
    -o-transform: translate(-50%, -100%) skew(3deg);
    transform: translate(-50%, -100%) skew(3deg); } }
@-webkit-keyframes tear-animation {
  0% {
    -webkit-transform: translate(-50%, 0) scale(0);
    -moz-transform: translate(-50%, 0) scale(0);
    -o-transform: translate(-50%, 0) scale(0);
    transform: translate(-50%, 0) scale(0); }
  10% {
    -webkit-transform: translate(-50%, 0) scale(1);
    -moz-transform: translate(-50%, 0) scale(1);
    -o-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1); }
  40% {
    -webkit-transform: translate(-50%, 78px) scale(0.85, 1.15);
    -moz-transform: translate(-50%, 78px) scale(0.85, 1.15);
    -o-transform: translate(-50%, 78px) scale(0.85, 1.15);
    transform: translate(-50%, 78px) scale(0.85, 1.15); }
  50% {
    -webkit-transform: translate(-50%, 83px) scale(3, 0.2);
    -moz-transform: translate(-50%, 83px) scale(3, 0.2);
    -o-transform: translate(-50%, 83px) scale(3, 0.2);
    transform: translate(-50%, 83px) scale(3, 0.2);
    opacity: 1; }
  100% {
    -webkit-transform: translate(-50%, 85px) scale(4, 0.4);
    -moz-transform: translate(-50%, 85px) scale(4, 0.4);
    -o-transform: translate(-50%, 85px) scale(4, 0.4);
    transform: translate(-50%, 85px) scale(4, 0.4);
    opacity: 0; } }
@keyframes tear-animation {
  0% {
    -webkit-transform: translate(-50%, 0) scale(0);
    -moz-transform: translate(-50%, 0) scale(0);
    -o-transform: translate(-50%, 0) scale(0);
    transform: translate(-50%, 0) scale(0); }
  10% {
    -webkit-transform: translate(-50%, 0) scale(1);
    -moz-transform: translate(-50%, 0) scale(1);
    -o-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1); }
  40% {
    -webkit-transform: translate(-50%, 78px) scale(0.6, 1.3);
    -moz-transform: translate(-50%, 78px) scale(0.6, 1.3);
    -o-transform: translate(-50%, 78px) scale(0.6, 1.3);
    transform: translate(-50%, 78px) scale(0.6, 1.3); }
  50% {
    -webkit-transform: translate(-50%, 83px) scale(3, 0.2);
    -moz-transform: translate(-50%, 83px) scale(3, 0.2);
    -o-transform: translate(-50%, 83px) scale(3, 0.2);
    transform: translate(-50%, 83px) scale(3, 0.2);
    opacity: 1; }
  100% {
    -webkit-transform: translate(-50%, 85px) scale(4, 0.4);
    -moz-transform: translate(-50%, 85px) scale(4, 0.4);
    -o-transform: translate(-50%, 85px) scale(4, 0.4);
    transform: translate(-50%, 85px) scale(4, 0.4);
    opacity: 0; } }
@-webkit-keyframes miracle-animation {
  0% {
    -webkit-transform: translate(-50%, -100%) scale(1, 1);
    -moz-transform: translate(-50%, -100%) scale(1, 1);
    -o-transform: translate(-50%, -100%) scale(1, 1);
    transform: translate(-50%, -100%) scale(1, 1); }
  10% {
    -webkit-transform: translate(-50%, -100%) scale(1.05, 0.95);
    -moz-transform: translate(-50%, -100%) scale(1.05, 0.95);
    -o-transform: translate(-50%, -100%) scale(1.05, 0.95);
    transform: translate(-50%, -100%) scale(1.05, 0.95); }
  15% {
    -webkit-transform: translate(-50%, -100%) scale(0.95, 1.05);
    -moz-transform: translate(-50%, -100%) scale(0.95, 1.05);
    -o-transform: translate(-50%, -100%) scale(0.95, 1.05);
    transform: translate(-50%, -100%) scale(0.95, 1.05); }
  20% {
    -webkit-transform: translate(-50%, -110%) scale(1, 1);
    -moz-transform: translate(-50%, -110%) scale(1, 1);
    -o-transform: translate(-50%, -110%) scale(1, 1);
    transform: translate(-50%, -110%) scale(1, 1); }
  30% {
    -webkit-transform: translate(-50%, -100%) scale(1, 1);
    -moz-transform: translate(-50%, -100%) scale(1, 1);
    -o-transform: translate(-50%, -100%) scale(1, 1);
    transform: translate(-50%, -100%) scale(1, 1); }
  35% {
    -webkit-transform: translate(-50%, -100%) scale(1.05, 0.95);
    -moz-transform: translate(-50%, -100%) scale(1.05, 0.95);
    -o-transform: translate(-50%, -100%) scale(1.05, 0.95);
    transform: translate(-50%, -100%) scale(1.05, 0.95); }
  40% {
    -webkit-transform: translate(-50%, -100%) scale(1, 1);
    -moz-transform: translate(-50%, -100%) scale(1, 1);
    -o-transform: translate(-50%, -100%) scale(1, 1);
    transform: translate(-50%, -100%) scale(1, 1); }
  100% {
    -webkit-transform: translate(-50%, -100%) scale(1, 1);
    -moz-transform: translate(-50%, -100%) scale(1, 1);
    -o-transform: translate(-50%, -100%) scale(1, 1);
    transform: translate(-50%, -100%) scale(1, 1); } }
@keyframes miracle-animation {
  0% {
    -webkit-transform: translate(-50%, -100%) scale(1, 1);
    -moz-transform: translate(-50%, -100%) scale(1, 1);
    -o-transform: translate(-50%, -100%) scale(1, 1);
    transform: translate(-50%, -100%) scale(1, 1); }
  10% {
    -webkit-transform: translate(-50%, -100%) scale(1.05, 0.95);
    -moz-transform: translate(-50%, -100%) scale(1.05, 0.95);
    -o-transform: translate(-50%, -100%) scale(1.05, 0.95);
    transform: translate(-50%, -100%) scale(1.05, 0.95); }
  15% {
    -webkit-transform: translate(-50%, -100%) scale(0.95, 1.05);
    -moz-transform: translate(-50%, -100%) scale(0.95, 1.05);
    -o-transform: translate(-50%, -100%) scale(0.95, 1.05);
    transform: translate(-50%, -100%) scale(0.95, 1.05); }
  20% {
    -webkit-transform: translate(-50%, -110%) scale(1, 1);
    -moz-transform: translate(-50%, -110%) scale(1, 1);
    -o-transform: translate(-50%, -110%) scale(1, 1);
    transform: translate(-50%, -110%) scale(1, 1); }
  30% {
    -webkit-transform: translate(-50%, -100%) scale(1, 1);
    -moz-transform: translate(-50%, -100%) scale(1, 1);
    -o-transform: translate(-50%, -100%) scale(1, 1);
    transform: translate(-50%, -100%) scale(1, 1); }
  35% {
    -webkit-transform: translate(-50%, -100%) scale(1.05, 0.95);
    -moz-transform: translate(-50%, -100%) scale(1.05, 0.95);
    -o-transform: translate(-50%, -100%) scale(1.05, 0.95);
    transform: translate(-50%, -100%) scale(1.05, 0.95); }
  40% {
    -webkit-transform: translate(-50%, -100%) scale(1, 1);
    -moz-transform: translate(-50%, -100%) scale(1, 1);
    -o-transform: translate(-50%, -100%) scale(1, 1);
    transform: translate(-50%, -100%) scale(1, 1); }
  100% {
    -webkit-transform: translate(-50%, -100%) scale(1, 1);
    -moz-transform: translate(-50%, -100%) scale(1, 1);
    -o-transform: translate(-50%, -100%) scale(1, 1);
    transform: translate(-50%, -100%) scale(1, 1); } }
@-webkit-keyframes mocker-animation {
  0% {
    -webkit-transform: translate(-50%, -100%) skew(-0.75deg);
    -moz-transform: translate(-50%, -100%) skew(-0.75deg);
    -o-transform: translate(-50%, -100%) skew(-0.75deg);
    transform: translate(-50%, -100%) skew(-0.75deg); }
  100% {
    -webkit-transform: translate(-50%, -100%) skew(0.75deg);
    -moz-transform: translate(-50%, -100%) skew(0.75deg);
    -o-transform: translate(-50%, -100%) skew(0.75deg);
    transform: translate(-50%, -100%) skew(0.75deg); } }
@keyframes mocker-animation {
  0% {
    -webkit-transform: translate(-50%, -100%) skew(-0.75deg);
    -moz-transform: translate(-50%, -100%) skew(-0.75deg);
    -o-transform: translate(-50%, -100%) skew(-0.75deg);
    transform: translate(-50%, -100%) skew(-0.75deg); }
  100% {
    -webkit-transform: translate(-50%, -100%) skew(0.75deg);
    -moz-transform: translate(-50%, -100%) skew(0.75deg);
    -o-transform: translate(-50%, -100%) skew(0.75deg);
    transform: translate(-50%, -100%) skew(0.75deg); } }
@-webkit-keyframes smoke-particle {
  0% {
    opacity: 0; }
  15% {
    opacity: 1; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes smoke-particle {
  0% {
    opacity: 0; }
  15% {
    opacity: 1; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0; } }
