@charset "UTF-8";
@font-face {
  font-family: 'sci';
  src: url(scifly-sans.woff);
}

* {
  font-family: sci;
  font-size: 24px;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media only screen and (max-width: 735px) {
  * {
    font-size: 14px;
  }
}

a {
  color: unset;
}

html, body {
  height: 100%;
}

html {
  background: black;
}

body {
  min-height: 100%;
}

footer {
  background: #00ff00;
  height: 100px;
}

@media only screen and (max-width: 735px) {
  footer {
    height: 80px;
  }
}

.question, .slide {
  display: none;
  padding: 50px 0px;
  min-height: calc(100% - 100px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media only screen and (max-width: 735px) {
  .question, .slide {
    min-width: 320px;
    width: unset;
  }
}

.question input[type=button], .question button, .slide input[type=button], .slide button {
  background: none;
  border: none;
  color: white;
  text-align: left;
  font-size: 1.7vw;
  margin-top: 20px;
  cursor: pointer;
  width: 100%;
  font-weight: 300;
}

@media only screen and (max-width: 735px) {
  .question input[type=button], .question button, .slide input[type=button], .slide button {
    font-size: 5.0vw;
    line-height: 3vh;
    margin-top: 10px;
  }
}

.question input[type=button]:hover, .question button:hover, .slide input[type=button]:hover, .slide button:hover {
  color: #00ff00;
}

.question input[type=button].active, .question button.active, .slide input[type=button].active, .slide button.active {
  color: #00ff00;
}

.questions {
  padding: 0px 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 735px) {
  .questions {
    padding: 0px 10px;
  }
}

.questionTitle {
  background: #00ff00;
  font-size: 2.5vw;
  padding: 0px 20px;
  display: inline-block;
}

@media only screen and (max-width: 735px) {
  .questionTitle {
    font-size: 5vw;
  }
}

.paginator {
  padding: 0px 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media only screen and (max-width: 735px) {
  .paginator {
    margin-top: 60px;
    padding: 0px 5px;
  }
}

.paginator li {
  border: 2px solid #00ff00;
  width: 50px;
  height: 50px;
  color: #00ff00;
  margin-right: 20px;
  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;
}

@media only screen and (max-width: 735px) {
  .paginator li {
    margin-right: 5px;
    width: 40px;
    height: 40px;
  }
}

.paginator li.active {
  background: #00ff00;
  color: black;
}

p {
  color: white;
}

h1 {
  color: #00ff00;
  font-size: 48px;
}

h2 {
  color: #00ff00;
}

.nav {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0px;
  height: 140px;
}

.navsite {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0px;
  height: 140px;
}

.navsite img {
  height: 60px;
  width: 74px;
}

.navsite a {
  color: #00ff00;
  font-size: 16px !important;
}

.voltar, .avancar, .avancar-slide {
  height: 100px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 40px;
  font-size: 20px;
  background: none;
  border: none;
  cursor: pointer;
  width: 130px;
}

@media only screen and (max-width: 735px) {
  .voltar, .avancar, .avancar-slide {
    height: 60px;
  }
}

@media only screen and (max-width: 735px) {
  .voltar, .avancar, .avancar-slide {
    line-height: unset;
  }
}

.voltar img, .avancar img, .avancar-slide img {
  height: 80px;
}

@media only screen and (max-width: 735px) {
  .voltar img, .avancar img, .avancar-slide img {
    height: 40px !important;
  }
}

.avancar {
  color: #00ff00;
  display: none;
}

.avancar-slide {
  color: #00ff00;
  display: block;
}

.animal {
  display: none;
  color: white;
  text-align: center;
}

.animal img {
  width: 230px;
}

@media only screen and (max-width: 735px) {
  .animal img {
    height: 120px;
    width: unset;
  }
}

.animal ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 400px;
}

@media only screen and (max-width: 735px) {
  .animal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: unset;
  }
}

.animal ul li {
  padding: 20px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  text-align: left;
}

@media only screen and (max-width: 735px) {
  .animal ul li {
    padding: 5px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    text-align: center;
    width: 100%;
  }
}

.animal ul li b {
  border-bottom: 1px solid #00ff00;
  font-weight: 400;
  color: #00ff00;
}

.animal ul li h1, .animal ul li a {
  font-weight: 400 !important;
  color: #00ff00;
}

.animal ul li h2 {
  font-weight: 400 !important;
  color: #00ff00;
  font-size: 26px;
  text-transform: uppercase;
}

@media only screen and (max-width: 735px) {
  .animal ul li h1 {
    font-size: 38px;
  }
}

.flexon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexoff {
  display: none;
}

.eco1 {
  line-height: 120px;
  font-size: 160px;
  text-align: center;
}

@media only screen and (max-width: 735px) {
  .eco1 {
    font-size: 9vw;
    line-height: 5vh;
  }
}

.eco1 span {
  font-size: 160px;
  color: #00ff00;
}

@media only screen and (max-width: 735px) {
  .eco1 span {
    font-size: 9vw;
    line-height: 5vh;
  }
}

.eco2 {
  text-align: center;
  font-size: 130px;
}

@media only screen and (max-width: 735px) {
  .eco2 {
    font-size: 9vw;
    line-height: 5vh;
  }
}

.eco2 span {
  font-size: 130px;
  color: #00ff00;
}

@media only screen and (max-width: 735px) {
  .eco2 span {
    font-size: 9vw;
    line-height: 5vh;
  }
}

#slide1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 120px;
}

@media only screen and (max-width: 735px) {
  #slide1 {
    line-height: unset;
  }
}

#slide1 span {
  color: #00ff00;
}

#slide2 span {
  color: #00ff00;
}

#slide2 div {
  text-align: center;
}

footer ul {
  height: 100%;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer ul li {
  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;
  width: 150px;
}

@media only screen and (max-width: 735px) {
  footer ul li {
    padding: 5px 5px;
  }
}

footer ul li object {
  width: 105px;
  height: 70px;
}

@media only screen and (max-width: 735px) {
  footer ul li object {
    width: 100%;
  }
}

.fbinsta {
  background: black;
  height: 80px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fbinsta li {
  width: 50px !important;
  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;
  width: 150px;
}

@media only screen and (max-width: 735px) {
  .fbinsta li {
    padding: 5px 5px;
  }
}

.fbinsta li img {
  width: 36px;
  height: 36px;
}

@media only screen and (max-width: 735px) {
  .fbinsta li object {
    width: 100%;
  }
}

.wrapper {
  margin: 50px auto;
  width: 800px;
}

@media only screen and (max-width: 735px) {
  .wrapper {
    width: 100%;
    padding: 120px 20px;
  }
}

.wrapper p {
  margin-bottom: 50px;
  font-size: 20px;
}

.wrapper .stitle {
  line-height: 55px;
  font-size: 60px;
  color: #00ff00;
}

@media only screen and (max-width: 735px) {
  .wrapper .stitle {
    line-height: 25px;
    font-size: 30px;
  }
}

.wrapper .title {
  line-height: 45px;
  font-size: 40px;
  color: #00ff00;
}

@media only screen and (max-width: 735px) {
  .wrapper .title {
    line-height: 25px;
    font-size: 30px;
  }
}

.wrapper .subtitle {
  line-height: 35px;
  font-size: 30px;
  color: #00ff00;
  margin-bottom: 0px;
}

@media only screen and (max-width: 735px) {
  .wrapper .subtitle {
    line-height: 25px;
    font-size: 30px;
  }
}

.wrapper .links p {
  margin-bottom: 0px;
}

.wrapper .links a {
  text-decoration: underline;
  color: #ffffff;
}

video {
  margin: 0 auto;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
}

.video-parallax {
  -webkit-transition-position: fixed;
  position: fixed;
  background: #222;
}

.video-container {
  min-width: 100%;
  min-height: 100%;
}

.slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100%);
}

.imgs, .fullScreenPhoto {
  background: url(../assets/wallpapers022.jpg);
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.box {
  background: black;
  color: white;
  padding: 50px;
}

@media only screen and (max-width: 735px) {
  .box {
    padding: 10px;
  }
}

.box .animals {
  width: 800px;
  margin: 0px auto;
  text-align: center;
}

@media only screen and (max-width: 735px) {
  .box .animals {
    width: 100%;
  }
  .box .animals h1 {
    font-size: 6vw !important;
  }
}

.box .animals ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 50px;
}

.box .animals li {
  text-align: left;
  padding: 10px;
  line-height: 30px;
  width: 390px;
}

@media only screen and (max-width: 735px) {
  .box .animals li {
    line-height: 16px;
  }
}

.box .animals li h1, .box .animals li h2 {
  margin: 10px 0px;
}

.box .animals .right {
  text-align: right;
}

.box .animals object {
  width: 300px;
  height: 360px;
}

@media only screen and (max-width: 735px) {
  .box .animals object {
    width: 150px;
    height: 160px;
  }
}

.box .animals .quizbox {
  border: 1px solid #00ff00;
  color: #00ff00;
  width: 240px;
  padding: 20px;
  margin: 0px auto;
}

.box .animals .quizbox .text {
  color: white;
  font-size: 40px;
}

.box .animals .quizbox .green {
  font-size: 40px;
  color: #00ff00 !important;
}

.box .animals .quizbox a {
  color: #00ff00;
}

.box .green {
  color: #00ff00 !important;
}

.box1 {
  padding: 50px;
  background: rgba(0, 0, 0, 0);
  color: white;
  display: block;
  position: relative;
}

.box1 #toptext {
  bottom: 20px;
  position: relative;
}

@media only screen and (max-width: 735px) {
  .box1 #toptext {
    bottom: 5vh;
    position: relative;
  }
}

.box1 span {
  display: inline !important;
}

.box1 .label {
  background: #00ff00;
  color: black;
  font-size: 90px;
  padding: 10px 20px;
  line-height: 94px;
}

@media only screen and (max-width: 735px) {
  .box1 .label {
    font-size: 30px;
    line-height: 50px;
  }
}

.box1 .branco {
  color: white !important;
}

header {
  position: absolute;
  top: 0px;
  padding: 20px;
  z-index: 100;
  width: 100%;
}

header * {
  color: white;
  font-size: 40px;
}

@media only screen and (max-width: 735px) {
  header {
    padding: 10px;
  }
  header .logo {
    margin-top: 70px;
  }
}

header .logo span {
  background: rgba(0, 0, 0, 0.5);
  padding: 0px 5px;
}

header .logo span.green {
  color: #00ff00 !important;
  display: inline;
  background: none;
}

.bottomtext {
  margin-top: 50px;
  padding-left: 20px;
  position: relative;
}

@media only screen and (max-width: 735px) {
  .bottomtext {
    margin-top: 0px;
    padding-left: 10px;
    bottom: 4vh;
  }
}

.bottomtext span {
  font-size: 60px;
}

@media only screen and (max-width: 735px) {
  .bottomtext span {
    font-size: 30px;
    line-height: 30px;
  }
}

.boxright {
  position: absolute;
  bottom: 250px;
  right: 50px;
  padding-left: 20px;
  text-align: right;
}

@media only screen and (max-width: 735px) {
  .boxright {
    bottom: 14vh;
  }
}

.boxright span {
  font-size: 60px;
}

.boxright .label {
  background: #00ff00;
  color: black;
  font-size: 90px;
  padding: 10px 20px;
  line-height: 100px;
}

@media only screen and (max-width: 735px) {
  .boxright .label {
    font-size: 30px;
    line-height: 50px;
  }
}

.boxright .branco {
  color: white !important;
  font-size: 90px;
}

@media only screen and (max-width: 735px) {
  .boxright .branco {
    font-size: 30px;
    line-height: 50px;
  }
}

.boxright .hashtag {
  font-size: 20px !important;
}

@media only screen and (max-width: 735px) {
  .boxright .hashtag {
    font-size: 20px;
    line-height: 10px;
  }
}

nav {
  position: fixed;
  background: #00ff00;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 100;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

nav .branco {
  color: white;
}

nav ul {
  width: 500px;
  text-align: center;
}

nav ul li {
  margin-bottom: 50px;
}

@media only screen and (max-width: 735px) {
  nav ul li {
    font-size: 30px !important;
  }
  nav ul li * {
    font-size: 30px !important;
  }
}

nav ul li a {
  color: black;
}

#btnNav {
  z-index: 101;
  background: url(../assets/nav.svg) no-repeat center right 20px rgba(0, 0, 0, 0);
  background-size: 50px;
  border: none;
  width: 100px;
  height: 100px;
  position: fixed;
  z-index: 100;
  right: 0px;
  top: 0px;
}

@media only screen and (max-width: 735px) {
  #btnNav {
    height: 60px;
    width: 100%;
    background: url(../assets/nav.svg) no-repeat center right 20px rgba(0, 0, 0, 0.65);
    -webkit-box-shadow: 10px 0px 20px black;
            box-shadow: 10px 0px 20px black;
  }
}

#btnNavX {
  z-index: 101;
  background: url(../assets/fechar.svg) no-repeat center;
  background-size: 30px;
  border: none;
  width: 100px;
  height: 100px;
  position: fixed;
  z-index: 100;
  right: 0px;
  top: 0px;
}

.arrows {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 50%;
  margin-left: -75px;
  bottom: 100px;
}

.arrows path {
  stroke: white;
  fill: transparent;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes arrow /*Safari and Chrome*/ {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
  /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
  /* Safari 和 Chrome */
}

.arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  /* Safari 和 Chrome */
}

.vimeo-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#poster-image {
  background: url(poster.jpg) center center;
  background-size: cover;
  bottom: 0;
  left: 0;
  opacity: 1.0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#somon, #somoff {
  background: url(../assets/somoff.svg) no-repeat center rgba(0, 0, 0, 0);
  background-size: 25px;
  border: none;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 20px;
  top: 90px;
}

@media only screen and (max-width: 735px) {
  #somon, #somoff {
    top: 70px;
    height: 25px;
    width: 25px;
  }
}

#somoff {
  display: none;
  background: url(../assets/somon.svg) no-repeat center rgba(0, 0, 0, 0);
  background-size: 25px;
}

#poster-image {
  background: url(poster.jpg) center center;
  background-size: cover;
  bottom: 0;
  left: 0;
  opacity: 1.0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/*# sourceMappingURL=styles.css.map */