/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
    line-height: 1.4; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

* {
    box-sizing: border-box;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

a {
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    text-decoration: none;
    color:inherit;
}



/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
    display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}@charset "UTF-8";
.ContentCenter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%; }

.DefaultPage {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: translateZ(0); }

.DefaultPage-fade-enter {
  z-index: 5;
  opacity: 0; }

.DefaultPage-fade-enter.DefaultPage-fade-enter-active {
  opacity: 1;
  transition: opacity 250ms ease-in; }

.DefaultPage-fade-exit {
  z-index: 1 !important;
  transition: opacity 100ms ease-in;
  opacity: 0; }

.DefaultIntro {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  width: 100%;
  height: 100%;
  transform: translateZ(0); }
  .DefaultIntro .content {
    position: relative;
    z-index: 10;
    text-align: center; }
    .DefaultIntro .content .title-galaxy {
      width: 128px;
      height: 20px;
      background-image: url(./src/styles/images/galaxyNote8@2x.png);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      margin: auto; }
    .DefaultIntro .content .title {
      width: 222px;
      height: auto;
      margin: auto; }
    .DefaultIntro .content .text {
      max-width: 310px;
      margin: auto;
      text-align: center;
      font-size: 12px;
      line-height: 200%;
      letter-spacing: 1px;
      color: #FFF; }
    .DefaultIntro .content .Button {
      margin: auto; }

.DefaultSuccessBadge {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 500;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transform: translateZ(0); }
  .DefaultSuccessBadge .AnimationPage {
    opacity: .8; }
  .DefaultSuccessBadge .content {
    position: relative;
    z-index: 10; }
    .DefaultSuccessBadge .content .badge {
      background-size: 1125px 1125px;
      width: 375px;
      height: 225px;
      font-size: 30px;
      color: #FFF;
      margin: auto; }
    .DefaultSuccessBadge .content .badge-title {
      background-repeat: no-repeat;
      background-size: contain;
      background-position: top center;
      width: 375px;
      height: 50px; }
    .DefaultSuccessBadge .content .text {
      width: 180px;
      margin: auto;
      text-align: center;
      font-size: 12px;
      line-height: 200%;
      letter-spacing: 1px;
      color: #FFF; }
    .DefaultSuccessBadge .content .Button {
      margin: auto; }

.fade-enter {
  opacity: 0.01; }

.fade-enter.fade-enter-active {
  opacity: 1;
  transition: opacity 400ms ease-in; }

.fade-exit {
  opacity: 1; }

.fade-exit.fade-exit-active {
  opacity: 0.01;
  transition: opacity 300ms ease-in; }

.animation-cloud {
  animation: wave 5.77778s 0.1s infinite linear; }

@keyframes wave {
  0% {
    transform: rotateZ(0deg) translate3d(0%, 2%, 0) rotateZ(0deg); }
  100% {
    transform: rotateZ(-360deg) translate3d(0%, 2%, 0) rotateZ(360deg); } }

.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block; }

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden; }

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  top: 0;
  left: 0; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots, .slick-next, .slick-prev {
  position: absolute;
  display: block;
  padding: 0; }

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0; }

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0; }

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1; }

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25; }

.slick-next:before, .slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff; }

.slick-prev {
  left: -25px; }

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '\E2\2020\90'; }

.slick-next:before, [dir=rtl] .slick-prev:before {
  content: '\E2\2020\2019'; }

.slick-next {
  right: -25px; }

[dir=rtl] .slick-next {
  right: auto;
  left: -25px; }

[dir=rtl] .slick-next:before {
  content: '\E2\2020\90'; }

.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  bottom: -25px;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0; }

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0; }

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\E2\20AC\A2';
  text-align: center;
  opacity: .25;
  color: #000; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000; }

.slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #FFF; }
  .slick-dots li.slick-active {
    background-color: #00b3e3; }
    .slick-dots li.slick-active button::before {
      content: ' '; }
html {
  /* fix: :active */
  -webkit-tap-highlight-color: transparent; }

body, html {
  background-color: #000; }

.offline-ui {
  display: none; }

@media only screen and (max-width: 1024px) {
  body, html, #app, #content, .Stage, .content-router, .content-transition-router {
    width: 100%;
    height: 100%; }
  .hide-header header, .hide-header footer {
    display: none; } }

@media only screen and (min-width: 1025px) {
  #app {
    background-image: url(./src/styles/images/bg.jpg);
    background-position: center -65px;
    background-repeat: no-repeat;
    text-align: center;
    min-height: 950px; }
    #app .Stage {
      display: inline-block;
      vertical-align: top;
      margin-top: 88px;
      text-align: left;
      background-color: #000;
      border-radius: 15px; }
      #app .Stage::after {
        content: '';
        background-image: url(./src/styles/images/note-8.png);
        background-repeat: no-repeat;
        background-position: top center;
        width: 397px;
        height: 858px;
        pointer-events: none;
        position: absolute;
        z-index: 1000;
        top: -42px;
        left: -10px; }
      #app .Stage:before {
        content: '';
        background-image: url(./src/styles/images/caneta.png);
        background-repeat: no-repeat;
        background-position: top center;
        width: 148px;
        height: 593px;
        pointer-events: none;
        position: absolute;
        z-index: 200;
        bottom: -2px;
        right: -162px; }
      #app .Stage .DefaultPage {
        height: 776px;
        background-color: #000; } }

@media only screen and (max-height: 480px) {
  #app {
    min-height: 490px; } }

.is-medium.Stage, .is-large.Stage {
  position: relative;
  width: 375px;
  height: 812px;
  margin: auto; }

#app {
  position: relative; }

*:not(input) {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

*:focus {
  outline: none; }

body {
  position: relative;
  min-width: 320px;
  background-color: #000; }

.bold {
  font-weight: bold; }

.embed-samsung-interface {
  font-family: SamsungIFRg, Arial; }

.embed-samsung-one {
  font-family: SamsungOne, Arial; }

.embed-samsung-sharp {
  font-family: SamsungSharpSans, Arial; }

@media only screen and (min-width: 1025px) {
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    background-color: #F5F5F5; }
  ::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }
  ::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    background-color: #535353; } }
.HomePageFallback {
  position: relative;
  background-image: url(./src/pages/home/images/bgIlha@2x.jpg);
  background-size: cover;
  min-height: 480px; }
  .HomePageFallback .content {
    position: relative;
    z-index: 10;
    margin-top: 200px; }
    .HomePageFallback .content .logo {
      width: 191px;
      height: 105px;
      margin: auto; }
      .HomePageFallback .content .logo img {
        width: 100%;
        height: auto; }
    .HomePageFallback .content .text {
      width: 220px;
      margin: auto;
      font-size: 16px;
      color: #FFF;
      text-align: center; }
    .HomePageFallback .content .Button {
      margin: auto; }
    .HomePageFallback .content .link-mobile {
      position: relative;
      width: 230px;
      height: 70px;
      border-radius: 7px;
      background-color: #FFF;
      margin: auto;
      line-height: 70px; }
      .HomePageFallback .content .link-mobile .ic-mobile {
        position: absolute;
        top: 0px;
        left: 20px;
        width: 23px;
        height: 100%;
        background-image: url(./src/pages/homeFallback/images/icon-mobile.jpg);
        background-position: center center;
        background-repeat: no-repeat; }
      .HomePageFallback .content .link-mobile span {
        font-size: 18px;
        font-weight: bold;
        color: #000;
        letter-spacing: .2px;
        margin-left: 60px; }
.Loading {
  position: absolute;
  z-index: 600;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #000; }
  .Loading .image {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -187.5px;
    margin-top: -125px;
    background-image: url(./src/components/loading/images/loading.jpg);
    background-size: 1500px 1250px;
    width: 375px;
    height: 250px; }

@keyframes playX {
  from {
    background-position: 0px 0px; }
  to {
    background-position: -1500px 0px; } }

@keyframes playY {
  from {
    background-position: 0px 0px; }
  to {
    background-position: 0px 1250px; } }
.InputAns2.is-success .input::after {
  background-image: url(./src/components/answerChallenge/inputAns2/images/inputSuccess@2x.png); }

.InputAns2.is-success .input input {
  color: #00b3e3; }

.InputAns2.is-error .input::after {
  background-image: url(./src/components/answerChallenge/inputAns2/images/inputError@2x.png); }

.InputAns2.is-error .input input {
  color: #ff4337; }

.InputAns2 .input {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0px; }
  .InputAns2 .input.input-small {
    margin: 0px -5px; }
  .InputAns2 .input:after {
    content: ' ';
    position: absolute;
    bottom: -4px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 26px;
    background-image: url(./src/components/answerChallenge/inputAns2/images/inputNeutro@2x.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat; }
  .InputAns2 .input input {
    display: block;
    position: relative;
    z-index: 2;
    margin-bottom: 8px;
    width: 50px;
    line-height: 30px;
    font-family: SamsungSharpSans, Arial;
    font-size: 25px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    border: 0px;
    background-color: transparent;
    transition: color .8s; }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }
.AnswerChallenge {
  position: absolute;
  left: 0px;
  bottom: -132px;
  z-index: 100;
  background-image: url(./src/components/answerChallenge/images/bg@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 132px;
  overflow: hidden;
  transition: opacity .5s, transform .6s, bottom .6s; }
  .AnswerChallenge.is-show {
    bottom: -54px; }
  .AnswerChallenge.is-opened {
    bottom: 0px; }
  .AnswerChallenge .btn {
    width: 100%;
    height: 74px;
    text-align: center;
    padding-top: 22px; }
    .AnswerChallenge .btn .animDecifre {
      position: absolute;
      top: 39px;
      left: 50%;
      width: 375px;
      height: 25px;
      margin-left: -187px;
      background-image: url(./src/components/answerChallenge/images/2xdecifre[750,50].png);
      background-size: 1875px 175px;
      background-repeat: no-repeat; }
    .AnswerChallenge .btn .text {
      font-size: 15px;
      font-weight: bold;
      color: #FFF;
      letter-spacing: 1.5px;
      text-align: center;
      line-height: 30px; }
  .AnswerChallenge .InputAns, .AnswerChallenge .InputAns2 {
    position: absolute;
    z-index: 5;
    left: 0px;
    bottom: 12px;
    display: block;
    text-align: center;
    white-space: nowrap;
    width: 100%; }
.BadgeSmall {
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 22px;
  text-align: center;
  margin: 0px 3px; }
  .BadgeSmall .badge {
    width: 100%;
    height: auto; }
  .BadgeSmall .lock {
    position: relative;
    text-align: center; }
    .BadgeSmall .lock img {
      width: 9px;
      height: auto; }
    .BadgeSmall .lock .brightness {
      position: absolute;
      bottom: -8px;
      left: -3px;
      background-image: url(./src/components/headerChallenge/badgeSmall/images/brilho@2x.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 29px;
      height: 10px; }
.TipsChallenge {
  position: relative; }
  .TipsChallenge .bgTips {
    position: fixed;
    z-index: 10;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent; }
  .TipsChallenge .avatar {
    width: 58px;
    height: 58px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, transform 0.5s cubic-bezier(0.75, 0, 0, 2);
    transform: scale(0.8, 0.8); }
    .TipsChallenge .avatar img {
      width: 100%;
      height: auto; }
    .TipsChallenge .avatar .count {
      position: absolute;
      z-index: 10;
      top: 0px;
      left: 0px;
      width: 14px;
      height: 14px;
      background-color: #0077C8;
      border-radius: 4px;
      font-size: 10px;
      color: #FFF;
      text-align: center;
      line-height: 14px; }
    .TipsChallenge .avatar.is-visible {
      opacity: 1;
      visibility: visible;
      transform: scale(1, 1); }
  .TipsChallenge .tip {
    position: absolute;
    top: 68px;
    left: 0px;
    margin-left: -256px;
    padding: 10px 30px;
    background-color: #FFF;
    width: 372px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px) scale(0.2, 0.2);
    transition: opacity 0.1s, transform 0.5s cubic-bezier(0.5, 0, 0, 1.5);
    transform-origin: 75% 0px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); }
    .is-large .TipsChallenge .tip, .is-medium .TipsChallenge .tip {
      width: 380px;
      margin-left: -260px; }
    .TipsChallenge .tip.is-animation {
      visibility: visible; }
    .TipsChallenge .tip.is-visible {
      opacity: 1;
      transform: translateY(0px) scale(1, 1); }
    .TipsChallenge .tip:after {
      content: '';
      position: absolute;
      z-index: 1;
      top: -7px;
      right: 80px;
      background-image: url(./src/components/headerChallenge/tipsChallenge/images/mensagemBg@2x.png);
      background-repeat: no-repeat;
      background-position: top center;
      background-size: contain;
      width: 17px;
      height: 7px; }
    .TipsChallenge .tip .text {
      font-size: 15px;
      color: #000;
      text-align: left;
      line-height: 150%; }
    .TipsChallenge .tip .send-by {
      font-size: 10px;
      color: #666; }

@media only screen and (max-width: 340px) {
  .TipsChallenge .tip {
    width: 320px;
    margin-left: -204px; } }
.HeaderChallenge {
  position: absolute;
  top: 4px;
  left: 0px;
  width: 100%;
  min-width: 320px;
  height: 60px;
  z-index: 100; }
  .HeaderChallenge .badges {
    position: absolute;
    left: 0px;
    top: 0px;
    margin-left: 10px;
    margin-top: 19px; }
  .HeaderChallenge .timer {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    line-height: 60px;
    font-size: 30px;
    text-align: center;
    color: #FFF;
    transition: .3s color, .3s opacity; }
    .HeaderChallenge .timer.is-stopped {
      opacity: .3; }
    .HeaderChallenge .timer.red {
      color: #FF5B50; }
  .HeaderChallenge .TipsChallenge {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-right: 60px; }
  .HeaderChallenge .btn-restart {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-right: 10px;
    margin-top: 9px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-image: url(./src/components/headerChallenge/images/iconRecomecar@2x.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%; }

@media only screen and (max-width: 340px) {
  .HeaderChallenge .timer {
    font-size: 20px; } }
.Button {
  cursor: pointer;
  position: relative;
  width: 176px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  -webkit-appearance: none;
  overflow: hidden; }
  .Button:active {
    animation: button .5s ease-out; }
    .Button:active .Button__wrap .Button__over {
      animation: buttonOpacity .5s ease-out; }
  .Button .Button__wrap {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    border-radius: 27px;
    width: calc(100% - 3px);
    height: calc(100% - 10px);
    margin: 5px 1px;
    overflow: hidden; }
    .Button .Button__wrap .Button__progress {
      position: absolute;
      z-index: 2;
      top: 0px;
      left: 0px;
      width: 0px;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.1);
      transition: width 1s linear; }
    .Button .Button__wrap .Button__over {
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: opacity .3s;
      background-color: rgba(255, 255, 255, 0.4); }
  .Button .Button__text {
    position: relative;
    z-index: 5;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: 1.5px; }
  .Button .Button__bg_noAnimation {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    background-image: url(./src/components/button/images/bg@2x.png);
    background-size: cover;
    width: 100%;
    height: 100%; }
  .Button .Button__bg {
    position: absolute;
    z-index: 1;
    top: -2px;
    left: -98px;
    background-image: url(./src/components/button/images/button.png);
    background-size: 2250px 504px;
    background-position: top center;
    width: 375px;
    height: 63px; }

@keyframes button {
  0% {
    transform: scale(1, 1); }
  30% {
    transform: scale(0.8, 0.8); }
  60% {
    transform: scale(1.1, 1.1); }
  100% {
    transform: scale(1, 1); } }

@keyframes buttonOpacity {
  20% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.TimerTrigger {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #FFF; }
.Canvas {
  user-select: none; }
.SliderCustom .rc-slider-rail {
  height: 2px;
  background-color: #FFF; }

.SliderCustom .rc-slider-track {
  height: 2px;
  background-color: #949484; }

.SliderCustom .rc-slider-handle {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  background-color: transparent;
  border: 0px; }
  .SliderCustom .rc-slider-handle:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 18px;
    height: 18px;
    margin-top: 6px;
    margin-left: 6px;
    background-color: #FFF;
    border-radius: 100%;
    border: 0px; }
  .SliderCustom .rc-slider-handle:active {
    background-color: transparent; }
.BgFx {
  position: absolute !important;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .BgFx .fx {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-image: url(./src/components/bgFx/images/fx@2x.png);
    background-size: cover;
    background-repeat: no-repeat; }
  .BgFx .cloud {
    position: absolute;
    z-index: 10;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important; }
    .BgFx .cloud .image {
      position: relative;
      background-image: url(./src/components/bgFx/images/nuvem@2x.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 621px;
      height: 302px; }
    .BgFx .cloud.cloud-one {
      top: 0px !important;
      right: 0px !important;
      margin-right: -430px; }
    .BgFx .cloud.cloud-two {
      bottom: 90px !important;
      left: 0px !important;
      margin-left: -440px; }
.ModalExit .content-modal {
  text-align: center; }

.ModalExit .title {
  font-size: 32px;
  font-weight: bold;
  color: #FFF;
  line-height: 120%; }

.ModalExit .text {
  font-size: 12px;
  color: #FFF;
  letter-spacing: 1px;
  line-height: 160%; }

.ModalExit .Button {
  margin: auto; }

.ModalExit .link-buy {
  display: block;
  font-size: 12px;
  color: #FFF;
  text-decoration: underline; }
.ModalTimeEnd .content-modal {
  text-align: center; }

.ModalTimeEnd .title {
  font-size: 32px;
  font-weight: bold;
  color: #FFF;
  line-height: 120%; }

.ModalTimeEnd .text {
  font-size: 12px;
  color: #FFF;
  letter-spacing: 1px;
  line-height: 160%; }

.ModalTimeEnd .Button {
  margin: auto; }

.ModalTimeEnd .link-buy {
  display: block;
  font-size: 12px;
  color: #FFF;
  text-decoration: underline; }
.AnimationPage {
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url(./src/components/animationPage/images/page-in.png);
  background-size: 200% 400%; }
.fake-modal {
  display: none; }

.Modal {
  display: flex;
  align-items: center;
  text-align: center;
  position: fixed;
  z-index: 501;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  overflow: auto;
  transition: visibility .3s, opacity .3s;
  visibility: hidden;
  opacity: 0; }
  .is-large .Modal, .is-medium .Modal {
    position: absolute; }
  .Modal.is-visible {
    visibility: visible;
    opacity: 1; }
  .Modal .bg-modal {
    z-index: 500;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    width: calc(100% - 18px);
    height: 100%;
    background-color: transparent; }
  .Modal .content-modal {
    position: relative;
    z-index: 505;
    margin: auto; }
.HomePage {
  background-image: url(./src/pages/home/images/bgIlha@2x.jpg);
  background-size: cover;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateZ(0); }
  .HomePage .content {
    position: relative;
    z-index: 10; }
    .HomePage .content .logo {
      width: 191px;
      height: 105px;
      margin: auto; }
      .HomePage .content .logo img {
        width: 100%;
        height: auto; }
    .HomePage .content .text {
      width: 220px;
      margin: auto;
      font-size: 16px;
      color: #FFF;
      text-align: center; }
    .HomePage .content .Button {
      margin: auto; }
    .HomePage .content .footer-home {
      text-align: center; }
      .HomePage .content .footer-home .btn-share {
        cursor: pointer;
        display: inline-block;
        vertical-align: top; }
        .HomePage .content .footer-home .btn-share img {
          width: 22px;
          height: 22px;
          float: left; }
        .HomePage .content .footer-home .btn-share span {
          font-size: 13px;
          color: #FFF;
          font-weight: bold;
          line-height: 22px;
          letter-spacing: 1.5px;
          margin-left: 8px;
          text-decoration: underline; }
    .HomePage .content .link-buy {
      display: block;
      font-size: 12px;
      color: #FFF;
      text-decoration: underline; }
.IntroPage {
  text-align: center;
  overflow: auto; }
  .IntroPage .cloud {
    display: none !important; }
  .IntroPage .wrap-intro {
    position: relative;
    min-height: calc(100% - 75px - 26px); }
  .IntroPage .image-intro img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto; }
  .IntroPage .slick-slider {
    position: relative;
    z-index: 10;
    text-align: center;
    padding-bottom: 20px; }
    .IntroPage .slick-slider .slick-dots {
      bottom: -15px; }
    .IntroPage .slick-slider .image {
      position: relative;
      visibility: hidden; }
      .IntroPage .slick-slider .image img {
        width: 100%;
        height: auto; }
    .IntroPage .slick-slider .text {
      width: 300px;
      margin: 0px auto;
      font-size: 16px;
      color: #fff;
      line-height: 26px;
      letter-spacing: 0.25px; }
  .IntroPage .ButtonSkip {
    cursor: pointer;
    position: relative;
    bottom: 0px;
    left: 0px;
    margin: auto;
    width: 100%;
    height: 100px;
    overflow: hidden; }
    .IntroPage .ButtonSkip:active:after {
      opacity: 1; }
    .IntroPage .ButtonSkip:after {
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 68px;
      margin-top: 32px;
      transition: opacity .3s;
      background-color: rgba(255, 255, 255, 0.4);
      opacity: 0; }
    .IntroPage .ButtonSkip .text {
      margin-top: 32px;
      line-height: 68px;
      position: relative;
      z-index: 5;
      font-size: 13px;
      font-weight: bold;
      text-transform: uppercase;
      color: #FFF;
      letter-spacing: 1.5px; }
    .IntroPage .ButtonSkip .bg {
      position: absolute;
      z-index: 1;
      top: 0px;
      left: 50%;
      margin-left: -187px;
      background-size: 2625px 800px;
      background-position: top center;
      width: 375px;
      height: 100px;
      background-image: url(./src/pages/intro/images/button-anim.png); }
      .IntroPage .ButtonSkip .bg:after, .IntroPage .ButtonSkip .bg:before {
        content: '';
        position: absolute;
        top: 0px;
        left: -100%;
        width: 100%;
        height: 100%;
        background-image: url(./src/pages/intro/images/button-anim.png);
        background-position: top center;
        background-size: 2625px 800px;
        background-repeat: repeat; }
      .IntroPage .ButtonSkip .bg:before {
        left: 100%; }

@media only screen and (max-height: 569px) {
  /* ios 7 */
  .IntroPage .slick-slider .text {
    font-size: 13px;
    line-height: 16px;
    margin-top: -40px; } }
@media only screen and (max-height: 500px) {
  .ChallengeOnePage {
    /* only success and intro*/
    min-height: 565px; } }
.IntroOne {
  background-image: url(./src/pages/challengeOne/intro/images/bgBlur@2x.jpg); }
.ChallengeOne {
  background-image: url(./src/pages/challengeOne/challenge/images/bg@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-top: 60px;
  padding-bottom: 30px; }
  .ChallengeOne:after {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    background-image: url(./src/pages/challengeOne/challenge/images/header.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center; }
  .ChallengeOne .animation-dialog {
    max-height: 0px;
    overflow: hidden; }
    .ChallengeOne .animation-dialog.origin-left {
      transform-origin: 0% 50%; }
    .ChallengeOne .animation-dialog.origin-right {
      transform-origin: 100% 50%; }
  .ChallengeOne .wrap-content-dialog {
    position: relative;
    z-index: 5;
    width: 100%;
    margin: auto;
    height: 100%; }
    .ChallengeOne .wrap-content-dialog.is-scroll {
      overflow: auto; }
      .ChallengeOne .wrap-content-dialog.is-scroll::-webkit-scrollbar {
        display: none; }
      .ChallengeOne .wrap-content-dialog.is-scroll .content-dialog {
        position: relative; }
  .ChallengeOne .content-dialog {
    position: absolute;
    margin-bottom: -50px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    overflow: hidden;
    animation: all .3s;
    padding: 0px 20px; }
  .ChallengeOne .img-test {
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 100%; }
  .ChallengeOne .image-animation {
    position: relative;
    z-index: 1;
    width: 125px;
    height: 125px;
    margin-left: 14px; }
    .ChallengeOne .image-animation.leao {
      background-size: 875px 1125px;
      background-image: url(./src/pages/challengeOne/challenge/images/leao.png); }
    .ChallengeOne .image-animation.olho {
      background-size: 1000px 1125px;
      background-image: url(./src/pages/challengeOne/challenge/images/olho.png); }
    .ChallengeOne .image-animation.sereia {
      background-size: 1000px 1250px;
      background-image: url(./src/pages/challengeOne/challenge/images/sereia.png); }
.SuccessOne {
  /*@keyframes playXBadge {
    from { background-position:0px 0px; }
    to { background-position: 1125px 0px; }
  }

  @keyframes playYBadge {
    from { background-position:0px 0px; }
    to { background-position: 0px 1125px; }
  }*/ }
  .SuccessOne .badge {
    background-image: url(./src/pages/challengeOne/success/images/badge.png); }
  .SuccessOne .badge-title {
    background-image: url(./src/pages/challengeOne/success/images/title.png); }
.Dialog {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 281px;
  opacity: 1; }
  .Dialog img {
    display: block;
    width: 100%;
    height: auto;
    font-size: 0px; }
  .Dialog .bg {
    display: block;
    background-image: url(./src/pages/challengeOne/challenge/dialog/images/dialog@2x_2.png);
    background-repeat: repeat-y;
    background-size: 100%;
    width: 100%; }
    .Dialog .bg .text {
      padding: 0px;
      font-size: 15px;
      color: #FFF;
      width: 90%;
      margin: auto;
      text-align: left; }
  .Dialog .send-by {
    position: absolute;
    bottom: 14px;
    left: 14px;
    font-size: 10px;
    color: #FFF; }

.wrap-dialog {
  width: 100%;
  text-align: right; }
.DialogWhite {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 292px;
  opacity: 1; }
  .DialogWhite img {
    display: block;
    width: 100%;
    height: auto;
    font-size: 0px; }
  .DialogWhite .bg {
    display: block;
    background-image: url(./src/pages/challengeOne/challenge/dialogWhite/images/dialogWhite@2x_2.png);
    background-repeat: repeat-y;
    background-size: 100%;
    width: 100%; }
    .DialogWhite .bg .text {
      padding: 0px;
      font-size: 15px;
      color: #FFF;
      width: 85%;
      margin-left: 30px;
      text-align: left; }
  .DialogWhite .send-by {
    position: absolute;
    bottom: 14px;
    right: 20px;
    font-size: 10px;
    color: #FFF; }

.wrap-dialog-white {
  width: 100%;
  text-align: left; }
.DialogSquare {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 141px;
  height: 130px;
  margin: 0px;
  opacity: 1; }
  .DialogSquare .bg {
    position: absolute;
    z-index: 5;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(./src/pages/challengeOne/challenge/dialogSquare/images/rectangle@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center; }
  .DialogSquare.is-last .bg {
    background-image: url(./src/pages/challengeOne/challenge/dialogSquare/images/rectangle2@2x.png); }
  .DialogSquare .send-by {
    position: absolute;
    z-index: 5;
    bottom: 14px;
    right: 20px;
    font-size: 10px;
    color: #FFF; }

.wrap-dialog-square-white {
  width: 100%;
  text-align: left; }
@media only screen and (max-height: 500px) {
  .ChallengeTwoPage {
    /* only success and intro*/
    min-height: 565px; } }
.IntroTwo {
  background-image: url(./src/pages/challengeTwo/intro/images/bgBlur@2x.jpg); }
.ChallengeTwo {
  background-image: url(./src/pages/challengeTwo/challenge/images/imagemDesafio201@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%; }
  .ChallengeTwo.is-opened .slider, .ChallengeTwo.is-opened .text-foco {
    opacity: 0 !important; }
  .is-large .ChallengeTwo, .is-medium .ChallengeTwo {
    background-position: top center;
    height: 93%; }
    .is-large .ChallengeTwo .threes .three-1, .is-large .ChallengeTwo .threes .three-2, .is-large .ChallengeTwo .threes .three-3, .is-medium .ChallengeTwo .threes .three-1, .is-medium .ChallengeTwo .threes .three-2, .is-medium .ChallengeTwo .threes .three-3 {
      background-position: top center;
      height: 93%; }
  .is-extraSmall.is-landscape .ChallengeTwo, .is-small.is-landscape .ChallengeTwo {
    background-size: contain; }
    .is-extraSmall.is-landscape .ChallengeTwo:before, .is-small.is-landscape .ChallengeTwo:before {
      content: '';
      background-image: url(./src/pages/challengeThree/challenge/images/shadow.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      position: absolute;
      z-index: 2;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%; }
  .ChallengeTwo .fogs {
    position: absolute !important;
    z-index: 5;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
    .ChallengeTwo .fogs .fog-1, .ChallengeTwo .fogs .fog-2 {
      position: absolute !important;
      transform: translateZ(0); }
      .ChallengeTwo .fogs .fog-1 .image, .ChallengeTwo .fogs .fog-2 .image {
        background-repeat: no-repeat;
        background-size: contain; }
    .ChallengeTwo .fogs .fog-2 {
      top: 26px !important;
      left: -80px !important; }
      .ChallengeTwo .fogs .fog-2 .image {
        background-image: url(./src/pages/challengeTwo/challenge/images/fog2@2x.png);
        width: 425px;
        height: 384px; }
    .ChallengeTwo .fogs .fog-1 {
      top: auto !important;
      bottom: 26px !important;
      left: -190px !important; }
      .ChallengeTwo .fogs .fog-1 .image {
        background-image: url(./src/pages/challengeTwo/challenge/images/fog1@2x.png);
        width: 750px;
        height: 231px; }
  .ChallengeTwo .threes .three-1, .ChallengeTwo .threes .three-2, .ChallengeTwo .threes .three-3 {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .3s;
    transform: translateZ(0); }
  .ChallengeTwo .threes .three-1 {
    background-image: url(./src/pages/challengeTwo/challenge/images/c@2x.png); }
  .ChallengeTwo .threes .three-2 {
    background-image: url(./src/pages/challengeTwo/challenge/images/x@2x.png); }
  .ChallengeTwo .threes .three-3 {
    background-image: url(./src/pages/challengeTwo/challenge/images/v@2x.png); }
  .is-extraSmall.is-landscape .three-1, .is-extraSmall.is-landscape .three-2, .is-extraSmall.is-landscape .three-3, .is-small.is-landscape .three-1, .is-small.is-landscape .three-2, .is-small.is-landscape .three-3 {
    background-size: contain; }
  .ChallengeTwo .slider {
    position: absolute;
    z-index: 10;
    bottom: 120px;
    left: 50%;
    margin-left: -140px;
    width: 280px;
    text-align: center;
    opacity: 1;
    transition: opacity .3s; }
    .ChallengeTwo .slider .SliderCustom, .ChallengeTwo .slider .icon {
      display: inline-block;
      vertical-align: top; }
    .ChallengeTwo .slider .SliderCustom {
      width: 70%;
      margin-top: 2px; }
    .ChallengeTwo .slider .icon {
      width: 16px;
      height: auto; }
      .ChallengeTwo .slider .icon:first-child {
        margin-right: 20px; }
      .ChallengeTwo .slider .icon:last-child {
        margin-left: 20px; }
  .ChallengeTwo .text-foco {
    position: absolute;
    z-index: 10;
    opacity: 1;
    transition: opacity .3s;
    width: 100%;
    left: 0px;
    bottom: 100px;
    text-align: center;
    font-size: 12px;
    color: #FEFB00;
    letter-spacing: 1.3px; }
.SuccessTwo .badge {
  background-image: url(./src/pages/challengeTwo/success/images/badge.png); }

.SuccessTwo .badge-title {
  background-image: url(./src/pages/challengeTwo/success/images/title.png); }
@media only screen and (max-height: 500px) {
  .ChallengeThreePage {
    /* only success and intro*/
    min-height: 565px; } }
.IntroThree {
  background-image: url(./src/pages/challengeThree/intro/images/bgBlur@2x.jpg); }
.ChallengeThree {
  background-image: url(./src/pages/challengeThree/challenge/images/imagemDesafio3@2x.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%; }
  .is-medium .ChallengeThree, .is-large .ChallengeThree {
    background-size: cover;
    height: 100%; }
  .ChallengeThree:before {
    content: '';
    background-image: url(./src/pages/challengeThree/challenge/images/shadow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: translateZ(0); }
  .ChallengeThree .message {
    position: absolute;
    z-index: 10;
    top: 80px;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
    padding: 10px 15px;
    padding-bottom: 20px;
    background-color: #FFF;
    border-radius: 7px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s; }
    .is-large .ChallengeThree .message, .is-medium .ChallengeThree .message {
      top: 140px;
      width: 88%; }
    .ChallengeThree .message.is-visible {
      opacity: 1;
      visibility: visible; }
    .ChallengeThree .message .text {
      font-size: 15px;
      color: #000;
      text-align: left; }
    .ChallengeThree .message .translate {
      position: absolute;
      right: 5px;
      bottom: 5px;
      font-size: 8px;
      color: #b7b7b7; }
      .ChallengeThree .message .translate img {
        width: 31px;
        height: auto;
        float: right;
        margin-left: 4px; }
.SuccessThree .badge {
  background-image: url(./src/pages/challengeThree/success/images/badge.png); }

.SuccessThree .badge-title {
  background-image: url(./src/pages/challengeThree/success/images/title.png); }
.Pen {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  background-image: url(./src/pages/challengeThree/challenge/pen/images/caneta@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 333px;
  height: 347px;
  margin-left: 0px;
  margin-top: -347px;
  opacity: 0;
  top: 35%;
  left: 79%;
  transition: opacity .2s;
  transform: translateZ(0); }
.Hits {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  text-align: center; }
  .Hits .aspect {
    display: inline-block;
    vertical-align: top;
    opacity: 0; }
  .Hits .hit-border {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0%;
    opacity: 0;
    transition: opacity .3s; }
    .Hits .hit-border .border {
      position: absolute;
      background-repeat: no-repeat;
      background-size: contain;
      width: 18px;
      height: 18px;
      opacity: 1; }
      .Hits .hit-border .border.border-1 {
        top: -5px;
        left: -5px;
        background-image: url(./src/pages/challengeThree/challenge/hits2/images/bordasSeleO1@2x.png); }
      .Hits .hit-border .border.border-2 {
        top: -5px;
        right: -5px;
        background-image: url(./src/pages/challengeThree/challenge/hits2/images/bordasSeleO2@2x.png); }
      .Hits .hit-border .border.border-3 {
        bottom: -5px;
        left: -5px;
        background-image: url(./src/pages/challengeThree/challenge/hits2/images/bordasSeleO3@2x.png); }
      .Hits .hit-border .border.border-4 {
        bottom: -5px;
        right: -5px;
        background-image: url(./src/pages/challengeThree/challenge/hits2/images/bordasSeleO4@2x.png); }
  .Hits .hit {
    position: absolute; }
    .Hits .hit .hit-text {
      position: absolute;
      top: 37%;
      left: 47%;
      width: 41%;
      height: 27%; }
      .is-large .Hits .hit .hit-text, .is-medium .Hits .hit .hit-text {
        width: 46%; }
      .Hits .hit .hit-text .c-hit {
        width: 100%;
        height: 18%;
        margin: 2%;
        background-color: rgba(97, 196, 169, 0.34);
        opacity: 0;
        transition: opacity .3s; }
        .Hits .hit .hit-text .c-hit.hit-0 {
          width: 88%; }
        .Hits .hit .hit-text .c-hit.hit-1 {
          width: 92%;
          margin-left: 8%; }
        .Hits .hit .hit-text .c-hit.hit-2 {
          width: 74%; }
        .Hits .hit .hit-text .c-hit.hit-3 {
          margin-left: 5%;
          width: 68%; }
        .Hits .hit .hit-text .c-hit.hit-4 {
          margin-left: 8%;
          width: 64%; }
@media only screen and (max-height: 390px) {
  .ChallengeFourPage {
    /* only success and intro*/
    min-height: 565px; } }
.IntroFour {
  background-image: url(./src/pages/challengeFour/intro/images/bgBlur@2x.jpg); }
  .IntroFour .BgFx {
    background-color: rgba(0, 0, 0, 0.6); }
.ChallengeFour {
  overflow: hidden;
  width: 100%;
  height: 100%; }
  .ChallengeFour .parallax {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
    .ChallengeFour .parallax .bg {
      width: 130%;
      height: 130%;
      margin-left: -15%;
      margin-top: -15%;
      background-image: url(./src/pages/challengeFour/challenge/images/bgDesafio4@2x.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
  .ChallengeFour canvas {
    position: absolute;
    z-index: 15;
    top: 0px;
    left: 0px; }
  .ChallengeFour .frame {
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 0px;
    margin-left: -180px;
    width: 388px;
    height: 577px;
    transform: scale(2, 2);
    transition: transform 1s; }
    .is-large .ChallengeFour .frame, .is-medium .ChallengeFour .frame {
      bottom: 50px; }
    .ChallengeFour .frame.is-loaded {
      transform: scale(1, 1); }
    .ChallengeFour .frame .bg-frame {
      position: relative;
      z-index: 5;
      background-image: url(./src/pages/challengeFour/challenge/images/mO@2x.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: bottom center;
      width: 100%;
      height: 100%; }
    .ChallengeFour .frame .screen {
      position: absolute;
      z-index: 1;
      left: 50%;
      bottom: 100px;
      margin-left: -134px;
      background-image: url(./src/pages/challengeFour/challenge/images/telaCelular@2x.jpg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: bottom center;
      width: 223px;
      height: 458px; }
    .ChallengeFour .frame .screen-eraser {
      position: absolute;
      z-index: 10;
      left: 50%;
      bottom: 100px;
      margin-left: -134px;
      width: 223px;
      height: 458px; }
      .ChallengeFour .frame .screen-eraser .circle {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 20;
        width: 48px;
        height: 48px;
        margin-top: -24px;
        margin-left: -24px;
        background-image: url(./src/pages/challengeFour/challenge/images/oval@2x.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        opacity: 0;
        transform: scale(0.1, 0.1); }

@media only screen and (max-width: 330px) {
  .ChallengeFour .frame {
    bottom: 38px;
    margin-left: -150px;
    width: 300px;
    height: 446px; }
    .ChallengeFour .frame .screen, .ChallengeFour .frame .screen-eraser {
      bottom: 76px;
      margin-left: -103px;
      width: 172px;
      height: 352px; } }
.SuccessFour .badge {
  background-image: url(./src/pages/challengeFour/success/images/badge.png); }

.SuccessFour .badge-title {
  background-image: url(./src/pages/challengeFour/success/images/title.png); }
.WinPage {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 540px; }
  .WinPage .content {
    position: relative;
    z-index: 10; }
    .WinPage .content .logo-win {
      background-image: url(./src/pages/win/images/logo@2x.png);
      background-size: contain;
      background-position: top center;
      width: 375px;
      height: 224px;
      margin: auto;
      margin-top: -20px; }
    .WinPage .content .text {
      font-size: 12px;
      color: #FFF; }
    .WinPage .content .timer {
      font-size: 60px;
      font-weight: 300;
      color: #FFF;
      line-height: 1; }
    .WinPage .content .user {
      width: 320px;
      margin: auto;
      font-size: 18px;
      color: #FFF;
      line-height: 1;
      letter-spacing: 1.5px; }
    .WinPage .content .Button {
      margin: auto; }
      .WinPage .content .Button .Button__text {
        margin-left: 15px; }
      .WinPage .content .Button .ic-share-fb {
        position: absolute;
        top: 22px;
        left: 22px;
        width: 7px;
        height: 14px;
        background-image: url(./src/pages/win/images/f@3x.png);
        background-repeat: no-repeat;
        background-size: cover; }
    .WinPage .content .link-buy {
      display: block;
      font-size: 12px;
      color: #FFF;
      text-decoration: underline; }

/*# sourceMappingURL=styles.css.map*/