* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Mouse Memoirs', sans-serif
}

.criador {
    color: #fff;
    font-family: Arial;
    font-size: 0.9em;
    font-style: normal
}

.criador a {
    font-family: inherit;
    color: #fff
}

.dia .clouds {
    background-color: #788cff
}

html.introducao,
body.intro {
    height: 100%;
    overflow: hidden
}

*,
*:before,
*:after {
    box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    background: url(../../src/images/bg-principal.png) repeat;
    background-size: cover;
    padding: 0;
    margin: 0
}

.tela-principal {
    width: 350px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    height: 95%;
    overflow: hidden;
    border-radius: 25px
}

@font-face {
    font-family: 'alarmclock';
    src: url("../fonts/alarmclock.woff") format("woff"), url("../fonts/alarmclock.ttf") format("truetype"), url("../fonts/alarm clock.eot"), url("../fonts/alarmclock.svg#alarmclock") format("svg"), url("../fonts/alarm clock.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal
}

#game {
    overflow-y: auto
}

#game::-webkit-scrollbar {
    width: 10px
}

#game::-webkit-scrollbar-thumb {
    background: url(../../src/images/barra.png) repeat;
    background-size: 100%
}

#game::-webkit-scrollbar-track {
    background-color: brown
}

#game .numero-niveis {
    width: 100%;
    text-align: center;
    background: #3f51b5;
    color: #fff;
    padding: 10px
}

#game .frase {
    width: 100%;
    text-align: center;
    display: none
}

#game .frase.ganhou {
    display: block
}

#game .frase.perdeu {
    display: block
}

#game .meta,
#game .movimento {
    width: 50%;
    float: left;
    text-align: center
}

#game .meta span,
#game .movimento span {
    font-weight: bold
}

#game .clear {
    cursor: pointer
}

#game .clear-bloqueado {
    pointer-events: none
}

#game .iniciar {
    background-color: #8BC34A;
    color: #fff;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    display: inline-block
}

#game ul {
    margin: 0;
    padding: 0
}

#game ul li {
    list-style: none
}

.share-social li.facebook-icon a:before {
    background: url(../../src/images/sprite.png) no-repeat;
    background-position: -185px -541px
}

.share-social li.instagram-icon a:before {
    background: url(../../src/images/sprite.png) no-repeat;
    background-position: -222px -541px
}

.share-social li.youtube-icon a:before {
    background: url(../../src/images/sprite.png) no-repeat;
    background-position: -149px -542px
}

.share-social li a {
    color: #fff;
    position: relative;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    text-decoration: none
}

.share-social li a:hover {
    color: #fac917
}

.share-social li a:before {
    width: 32px;
    height: 32px;
    content: "";
    left: 0;
    top: 3px;
    position: absolute
}

body .comment__header .author a {
    color: #fff !important
}

.msg-feedback {
    background-color: #333;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 999;
    display: none
}

.msg-feedback .wrapper {
    width: 100%;
    height: 100%;
    padding: 20px;
    display: inline-block;
    padding-top: 60px;
    overflow: auto
}

#disqus_thread a {
    color: #A37C27
}

.modal-feedback {
    color: #fff;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
    cursor: pointer
}

.modal-feedback:before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../../src/images/sprite.png) no-repeat;
    background-position: -259px -541px
}

.modal-feedback:hover {
    color: #fac917
}

.close-comment {
    width: 30px;
    height: 30px;
    top: 20px;
    position: absolute;
    right: 20px;
    background: url(../../src/images/sprite.png) no-repeat;
    background-position: -303px -542px;
    cursor: pointer
}

.screen-hidden {
    width: 100%;
    height: 100%;
    position: fixed;
    right: -350px;
    padding-left: 30px;
    padding-right: 30px;
    top: 0;
    z-index: 99999;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    background: #565A6F url(../../src/images/lado.png) no-repeat right bottom;
    background-size: cover;
    padding-top: 120px
}

.screen-hidden.animated {
    right: 0
}

.screen-hidden .status-jogo {
    border: 1px dashed #b7b7b7;
    background: rgba(255, 255, 255, 0.25);
    padding: 10px;
    position: relative;
    margin-bottom: 40px
}

.screen-hidden .status-jogo.status-share:before {
    content: "Rede social"
}

.screen-hidden .status-jogo.feedback:before {
    content: "Deixe seu feedback"
}

.screen-hidden .status-jogo:before {
    content: "Status do seu jogo";
    left: -1px;
    top: -28px;
    padding: 5px 10px;
    position: absolute;
    background-color: #000;
    color: #fff
}

.screen-hidden .status-jogo span {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 1.2em;
    position: relative;
    padding-left: 35px
}

.screen-hidden .status-jogo span:before {
    position: absolute;
    width: 30px;
    height: 30px;
    content: "";
    left: 0;
    background: url(../../src/images/sprite.png) no-repeat
}

.screen-hidden .status-jogo span.title:before {
    top: 6px;
    background-position: -50px -58px
}

.screen-hidden .status-jogo span.title-nivel:before {
    background-position: -106px -559px
}

.screen-hidden .status-jogo span i.text {
    font-style: normal;
    color: #fff;
    font-size: 1.2em;
    margin-right: 6px
}

.screen-hidden .status-jogo span i.number {
    font-style: normal;
    color: #fac917;
    font-size: 1.6em;
    margin-right: 6px
}

#game {
    display: block
}

.bg-noite {
    display: none
}

.logo {
    width: 270px
}

.logo img {
    max-width: 100%
}

.click-down {
    background: rgba(97, 82, 77, 0.670588);
    z-index: 91;
    position: absolute;
    color: #fff;
    left: 0;
    top: 0;
    width: 100%;
    padding: 35px;
    font-size: 1.25em;
    display: inline-block;
    height: 100%;
    padding-top: 130px
}

.click-down i {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 25px;
    top: 95px;
    font-style: normal;
    font-size: 1.1em;
    line-height: 37px;
    font-family: arial;
    font-weight: bold;
    cursor: pointer;
    color: #FFEB3B
}

.click-down i:hover {
    color: #bba700
}

.click-down strong {
    color: #fff;
    background-color: #8BC34A;
    display: inline-block;
    padding: 9px;
    margin-top: 10px;
    font-weight: normal;
    cursor: pointer;
    width: 100%
}

.click-down strong:hover {
    background-color: #7eb73d
}

.button-song {
    position: absolute;
    bottom: 17px;
    right: 65px;
    background: url(../../src/images/sprite.png) no-repeat;
    width: 34px;
    height: 40px;
    border: none;
    outline: none;
    background-position: -66px -500px;
    cursor: pointer
}

.button-song:after {
    content: "Música";
    position: absolute;
    bottom: -8px;
    left: 0;
    font-family: arial;
    font-size: 0.6em;
    font-weight: bold;
    text-decoration: line-through;
    color: #d66868
}

.button-song.active {
    background-position: -9px -500px
}

.button-song.active:after {
    color: #000;
    text-decoration: initial
}

.ceu-tarde {
    background: #fc3232;
    background: -moz-linear-gradient(top, #fc3232 0%, #f7b634 100%);
    background: -webkit-linear-gradient(top, #fc3232 0%, #f7b634 100%);
    background: linear-gradient(to bottom, #fc3232 0%, #f7b634 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc3232', endColorstr='#f7b634', GradientType=0);
    height: 400px;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%
}

.ceu-tarde:before {
    background-color: #fedd33;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    z-index: 1;
    position: absolute
}

.noite .bg-noite {
    display: block
}

@keyframes move-twink-back {
    from {
        background-position: 0 0
    }

    to {
        background-position: -10000px 5000px
    }
}

@-webkit-keyframes move-twink-back {
    from {
        background-position: 0 0
    }

    to {
        background-position: -10000px 5000px
    }
}

@-moz-keyframes move-twink-back {
    from {
        background-position: 0 0
    }

    to {
        background-position: -10000px 5000px
    }
}

@-ms-keyframes move-twink-back {
    from {
        background-position: 0 0
    }

    to {
        background-position: -10000px 5000px
    }
}

.stars,
.twinkling {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 999
}

.stars {
    background: #000 url(../../src/images/stars.png) repeat top center;
    z-index: 0
}

.twinkling {
    background: transparent url(../../src/images/twinkling.png) repeat top center;
    z-index: 1;
    -moz-animation: move-twink-back 200s linear infinite;
    -ms-animation: move-twink-back 200s linear infinite;
    -o-animation: move-twink-back 200s linear infinite;
    -webkit-animation: move-twink-back 200s linear infinite;
    animation: move-twink-back 200s linear infinite
}

.clouds {
    height: 320px;
    position: absolute;
    z-index: 999;
    width: 100%;
    overflow: hidden;
    top: -20px
}

.cloud {
    width: 200px;
    height: 60px;
    background: #fff;
    border-radius: 200px;
    position: relative;
    z-index: 9
}

.cloud:before,
.cloud:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 100px;
    height: 80px;
    position: absolute;
    top: -15px;
    left: 10px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -moz-transform: rotate(30deg)
}

.cloud:after {
    width: 120px;
    height: 120px;
    top: -55px;
    left: auto;
    right: 15px
}

.c1 {
    -webkit-animation: moveclouds 70s linear infinite;
    -moz-animation: moveclouds 70s linear infinite;
    -o-animation: moveclouds 70s linear infinite;
    top: 185px
}

.c2 {
    left: 200px;
    top: 70px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0.6;
    -webkit-animation: moveclouds 65s linear infinite;
    -moz-animation: moveclouds 65s linear infinite;
    -o-animation: moveclouds 65s linear infinite
}

.c3 {
    left: -250px;
    top: -300px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.8;
    -webkit-animation: moveclouds 60s linear infinite;
    -moz-animation: moveclouds 60s linear infinite;
    -o-animation: moveclouds 60s linear infinite
}

.c4 {
    left: 470px;
    top: -250px;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0.75;
    -webkit-animation: moveclouds 58s linear infinite;
    -moz-animation: moveclouds 58s linear infinite;
    -o-animation: moveclouds 58s linear infinite
}

.c5 {
    left: -150px;
    top: -110px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.8;
    -webkit-animation: moveclouds 60s linear infinite;
    -moz-animation: moveclouds 60s linear infinite;
    -o-animation: moveclouds 60s linear infinite
}

@-webkit-keyframes moveclouds {
    0% {
        margin-left: 600px
    }

    100% {
        margin-left: -600px
    }
}

@-moz-keyframes moveclouds {
    0% {
        margin-left: 600px
    }

    100% {
        margin-left: -600px
    }
}

@-o-keyframes moveclouds {
    0% {
        margin-left: 600px
    }

    100% {
        margin-left: -600px
    }
}

#game {
    height: 100vh
}

@font-face {
    #game {
        font-family: 'alarmclock';
        src: url("../fonts/alarmclock.woff") format("woff"), url("../fonts/alarmclock.ttf") format("truetype"), url("../fonts/alarm clock.eot"), url("../fonts/alarmclock.svg#alarmclock") format("svg"), url("../fonts/alarm clock.eot?#iefix") format("embedded-opentype");
        font-weight: normal;
        font-style: normal
    }
}

#game .sea {
    overflow: hidden;
    position: relative;
    z-index: 9999;
    width: 100%;
    bottom: -245px
}

#game .sea .submarine-wrapper {
    height: 200px;
    width: 200px;
    padding: 0;
    animation: diving 3s ease-in-out infinite, diving-rotate 3s ease-in-out infinite;
    margin: 0 auto;
    left: 0;
    right: 0
}

#game .sea .submarine-wrapper .submarine-body {
    width: 175px;
    height: 100px;
    position: absolute;
    margin-top: 50px;
    left: 0px;
    background-color: #FFC107;
    border-radius: 50%;
    background: linear-gradient(#FFC107, #FF9800);
    overflow: hidden
}

#game .sea .submarine-wrapper .submarine-body:before {
    width: 30px;
    content: "";
    left: -10px;
    background-color: #000;
    height: 100%;
    position: absolute;
    border-bottom-left-radius: 100%;
    border-top-left-radius: 100%;
    top: 0
}

#game .sea .submarine-wrapper .submarine-body .janela {
    width: 37px;
    height: 37px;
    position: absolute;
    margin-top: 31px;
    background: linear-gradient(#fff, #9ce3ff);
    border-radius: 50%;
    border: 3px solid #000000
}

#game .sea .submarine-wrapper .submarine-body .janela.janela1 {
    left: 35px
}

#game .sea .submarine-wrapper .submarine-body .janela.janela2 {
    right: 56px
}

#game .sea .submarine-wrapper .submarine-body .janela:after {
    content: "";
    position: absolute;
    margin-top: 3px;
    margin-left: 3px;
    width: 25px;
    height: 25px;
    left: 0;
    border-radius: 50%;
    background-color: transparent;
    opacity: 0.8;
    border-top: 3px solid #a0b8c3;
    transform: rotate(-45deg)
}

#game .sea .submarine-wrapper .submarine-body .motor {
    width: 30px;
    height: 30px;
    position: absolute;
    margin-top: 32px;
    right: 20px;
    background-color: #1a1a1a;
    border-radius: 50%;
    border: 5px solid #333;
    top: 3px
}

#game .sea .submarine-wrapper .submarine-body .motor:after,
#game .sea .submarine-wrapper .submarine-body .motor:before {
    position: absolute;
    content: "";
    border-radius: 2px;
    background-color: white;
    animation: spin 900ms linear infinite;
    opacity: 0.8
}

#game .sea .submarine-wrapper .submarine-body .motor:after {
    top: 8px;
    width: 20px;
    height: 4px;
    left: 0
}

#game .sea .submarine-wrapper .submarine-body .motor:before {
    left: 8px;
    width: 4px;
    height: 20px
}

#game .sea .submarine-wrapper .helice {
    width: 30px;
    height: 48px;
    position: absolute;
    margin-top: 75px;
    right: 0px;
    background-color: #333;
    border-radius: 7px;
    background: linear-gradient(#333, #1a1a1a);
    overflow: hidden
}

#game .sea .submarine-wrapper .helice:after {
    content: "";
    position: absolute;
    margin-top: 6px;
    margin-left: 7px;
    width: 17px;
    height: 35px;
    left: 0;
    border-radius: 3px;
    background-color: transparent;
    opacity: 0.8;
    background: linear-gradient(to bottom, #333, #333 50%, #595959 50%, #595959);
    background-size: 100% 20px;
    animation: movimento_helice 110ms linear infinite
}

#game .sea .submarine-wrapper .topo-cabine {
    width: 65px;
    height: 25px;
    position: absolute;
    margin-top: 29px;
    left: 58px;
    background-color: #333;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(#333, #2b2b2b)
}

#game .sea .submarine-wrapper .topo-cabine .cano {
    position: absolute;
    width: 7px;
    height: 20px;
    background-color: #9e9e9e;
    margin-top: -27px;
    margin-left: 24px;
    border-radius: 5px 5px 0 0
}

#game .sea .submarine-wrapper .topo-cabine .cano:after,
#game .sea .submarine-wrapper .topo-cabine .cano:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 7px;
    border-radius: 5px;
    background-color: #9e9e9e
}

#game .sea .submarine-wrapper .topo-cabine .cano:before {
    right: 4px
}

#game .sea .submarine-wrapper .topo-cabine .cano:after {
    right: 0
}

#game .sea .submarine-wrapper .topo-cabine .luzes-area {
    width: 53px;
    height: 13px;
    position: relative;
    top: 7px;
    left: 7px;
    background-color: #333;
    border-radius: 10px;
    background: linear-gradient(#141414, #0a0a0a)
}

#game .sea .submarine-wrapper .topo-cabine .luzes-area .luzes {
    position: absolute;
    margin-top: 4px;
    margin-left: 7px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    animation: leds-off 500ms linear infinite
}

#game .sea .submarine-wrapper .topo-cabine .luzes-area .luzes:after,
#game .sea .submarine-wrapper .topo-cabine .luzes-area .luzes:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff
}

#game .sea .submarine-wrapper .topo-cabine .luzes-area .luzes:after {
    margin-top: 0px;
    margin-left: 17px
}

#game .sea .submarine-wrapper .topo-cabine .luzes-area .luzes:before {
    margin-top: 0px;
    margin-left: 34px
}

@keyframes spin {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes leds-off {
    100% {
        opacity: 0.3
    }
}

@keyframes movimento_helice {
    100% {
        background: linear-gradient(to bottom, #595959 50%, #595959, #333, #333 50%);
        background-size: 100% 20px
    }
}

@keyframes diving {
    0% {
        margin-top: 5px
    }

    50% {
        margin-top: 15px
    }

    100% {
        margin-top: 5px
    }
}

@keyframes diving-rotate {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(3deg)
    }

    75% {
        transform: rotate(-2deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

#game .onda {
    display: block;
    position: absolute;
    height: 100px;
    z-index: 999;
    width: 100%;
    top: 275px
}

#game .msg {
    width: 130px;
    display: inline-block;
    margin: 0 auto;
    left: -43px;
    right: 0;
    line-height: 19px;
    position: relative;
    padding: 12px;
    padding-top: 25px;
    background: url(../../src/images/sprite.png) no-repeat;
    background-position: -139px -403px;
    height: 130px;
    top: -1px;
    font-size: 0.8em
}

#game .msg strong {
    width: 100%;
    display: inline-block;
    font-size: 1.3em;
    color: #009688
}

#game .msg-game-over.show:before {
    position: absolute;
    left: 56px;
    top: 0;
    content: "Você não tem vidas ainda para voltar a jogar :(";
    background: url(../../src/images/sprite.png) no-repeat;
    background-position: 1px -369px;
    color: #333;
    width: 92px;
    padding: 24px;
    text-align: left;
    font-size: 1.2em;
    height: 73px;
    padding-top: 28px
}

#game .icon-loose {
    position: relative;
    padding-top: 56px
}

#game .icon-loose:before {
    width: 46px;
    height: 46px;
    content: "";
    left: 0;
    right: 0;
    content: "";
    top: 0;
    margin: 0 auto;
    position: absolute;
    background: url(../../src/images/sprite.png) no-repeat;
    background-position: -6px -6px
}

#game .icon-win {
    position: relative;
    padding-top: 56px
}

#game .icon-win:before {
    width: 86px;
    height: 53px;
    content: "";
    left: 0;
    right: 0;
    content: "";
    top: 0;
    margin: 0 auto;
    position: absolute;
    background: url(../../src/images/sprite.png) no-repeat;
    background-position: -56px -2px
}

#game .star {
    padding: 0;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px
}

#game .star li {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../../src/images/sprite.png) no-repeat;
    background-position: -80px -58px
}

#game .star li.win {
    background: url(../../src/images/sprite.png) no-repeat;
    background-position: -50px -58px
}

#game .close-nivel {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../../src/images/sprite.png) no-repeat;
    background-position: -74px -229px;
    cursor: pointer;
    background-color: #614439
}

#game .status-nivel {
    color: #fff;
    float: left;
    width: 50%;
    text-align: left;
    position: relative;
    padding-left: 25px;
    margin-top: 10px
}

#game .status-nivel i {
    color: #fc6155
}

#game .status-nivel:before {
    width: 16px;
    height: 16px;
    position: absolute;
    content: "";
    left: 0;
    top: 0px;
    background: url(../../src/images/sprite.png) no-repeat;
    background-position: -5px -340px
}

#game .status-nivel.desbloqueado:before {
    background-position: -24px -340px
}

#game .status-nivel.desbloqueado i {
    color: #8BC34A
}

#game .status-nivel strong {
    font-weight: normal
}

#game .status-nivel i {
    font-style: normal
}

#game .estrelas {
    float: right;
    text-align: right;
    color: #fff;
    margin-top: 10px
}

#game .estrelas strong {
    font-weight: normal
}

#game .estrelas i {
    font-style: normal
}

#game .mensagem-1 {
    position: absolute;
    left: 0;
    bottom: -800px;
    content: "";
    width: 100%;
    height: 178px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 1
}

#game .mensagem-1.exibe {
    opacity: 1;
    bottom: 217px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#game .mensagem-1.acertou {
    background-color: rgba(139, 195, 74, 0.8)
}

#game .mensagem-1.acertou .status-win-or-loose:before {
    background: url(../../src/images/sprite.png) no-repeat;
    background-position: -69px -269px
}

#game .mensagem-1.errou {
    background-color: rgba(244, 67, 54, 0.9)
}

#game .mensagem-1.errou .status-win-or-loose:before {
    background: url(../../src/images/sprite.png) no-repeat;
    background-position: 4px -267px
}

#game .mensagem-1 .status-msg {
    color: #fff
}

#game .mensagem-1 .status-win-or-loose {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    color: #fff;
    font-size: 2em;
    text-shadow: 1px 1px 1px #626262;
    position: relative;
    width: 100%;
    display: inherit;
    padding-top: 40px
}

#game .mensagem-1 .status-win-or-loose:before {
    width: 67px;
    height: 67px;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: -35px
}

#game .mensagem-2 {
    position: absolute;
    left: 0;
    bottom: -800px;
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.9);
    padding-top: 25px
}

#game .mensagem-2.exibe {
    opacity: 1;
    bottom: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#game .mensagem-2 .jogar-novamente {
    text-indent: -9999px;
    width: 40px;
    position: relative;
    background: #4CAF50;
    padding: 0
}

#game .mensagem-2 .jogar-novamente:before {
    background: url(../../src/images/sprite.png) no-repeat;
    background-position: -6px -62px;
    width: 28px;
    height: 27px;
    content: "";
    left: 0;
    top: 4px;
    position: absolute;
    right: 0;
    margin: 0 auto
}

#game .mensagem-2.errou .proximo-nivel {
    display: none
}

#game .mensagem-2 .grupo-msg {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    background: url(../../src/images/sprite.png) no-repeat;
    background-position: -196px -15px;
    width: 230px;
    padding: 10px
}

#game .mensagem-2 .grupo-msg .conteudo-box {
    padding: 10px;
    border: 1px dashed #fff
}

#game .mensagem-2 .time-box {
    color: #fff;
    width: 100%;
    display: inline-block
}

#game .mensagem-2 .time-box i {
    font-family: 'alarmclock';
    font-size: 2em;
    color: #fff;
    display: inline-block;
    font-style: normal;
    width: 100%
}

#game .mensagem-2 .status-msg {
    color: #ffe500;
    display: inline-block;
    width: 100%;
    text-shadow: 1px 1px 1px #626262;
    font-size: 1.5em;
    margin-bottom: 10px;
    line-height: 25px
}

#game .mensagem-2 .time {
    color: #fff
}

#game .mensagem-2 .time i {
    font-style: normal
}

#game .mensagem-3 {
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0
}

#game .mensagem-3 .close-msg {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../../src/images/sprite.png) no-repeat;
    background-position: -74px -229px;
    cursor: pointer;
    background-color: #614439
}

#game .mensagem-3 .grupo-msg {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    background: url(../../src/images/sprite.png) no-repeat;
    background-position: -196px -15px;
    width: 230px;
    padding: 10px
}

#game .mensagem-3 .grupo-msg .conteudo-box {
    padding: 10px;
    border: 1px dashed #fff
}

#game .msg-life {
    font-size: 1.4em;
    width: 100%;
    text-align: left;
    padding-left: 64px;
    display: inline-block
}

#game .status-top {
    background-color: #f1f1f1;
    width: 100%;
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 0;
    position: fixed;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    z-index: 999999;
    display: block;
    height: 65px;
    left: 0
}

#game .status-top .item {
    position: absolute;
    top: 0;
    width: 55px;
    height: 65px;
    background-color: #dcdddf;
    cursor: pointer
}

#game .status-top .item img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-bottom: 20px;
    padding-left: 14px;
    padding-top: 22px;
    width: 100%;
    padding-right: 14px;
    height: 100%
}

#game .status-top .item-left,
#game .status-top .msg-game-over {
    left: 0;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px
}

#game .status-top .item-right {
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    right: 0
}

#game .lifes {
    text-align: left;
    margin: 0;
    padding: 0;
    padding-left: 60px
}

#game .lifes li.heart {
    display: inline-block;
    background: url(../../src/images/shapes.svg) no-repeat;
    width: 16px;
    height: 15px;
    margin-left: 2px;
    margin-right: 2px
}

#game .lifes li.heart i {
    display: none
}

#game .content-center {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute
}

#game .button {
    padding: 10px;
    display: inline-block;
    width: 100%;
    border-radius: 35px;
    color: #fff;
    font-size: 1.9em;
    cursor: pointer
}

#game .button.proximo-nivel,
#game .button.sair-nivel {
    border-radius: 20px;
    background-color: #2fb534;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    font-size: 1.3em;
    cursor: pointer;
    margin-top: 10px
}

#game .button.button-start {
    background-color: #3f51b5
}

#game .button.button-start:hover {
    background-color: #32408f
}

#game .button.button-api {
    background-color: #f44336
}

#game .niveis-controle {
    margin-top: 20px;
    width: 50px;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 400px;
    z-index: 3;
    padding-bottom: 85px
}

#game .niveis-controle:before {
    width: 3px;
    height: 100%;
    background-color: #ff6b5a;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    z-index: 2
}

#game .niveis-controle li {
    width: 50px;
    height: 50px;
    background-color: #f8f5d6;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    border: 3px solid #ff6b5a;
    border-radius: 100%;
    color: #333;
    margin-top: 88.65%;
    font-size: 1.5em;
    position: relative;
    z-index: 2;
    cursor: no-drop
}

#game .niveis-controle li:after {
    width: 14px;
    height: 18px;
    content: "";
    right: -24px;
    position: absolute;
    bottom: 13px;
    background: url(../../src/images/sprite.png) no-repeat -50px -129px
}

#game .niveis-controle li.msg-nivel:before {
    content: "Nível bloqueado";
    position: absolute;
    left: -27px;
    top: 4px;
    background-color: #000;
    width: 100px;
    margin: 0 auto;
    right: 0;
    color: #fff;
    line-height: 20px;
    font-size: 0.7em;
    padding: 8px;
    z-index: 9;
    text-transform: uppercase;
    opacity: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

#game .niveis-controle li.desbloqueado {
    background-color: #ffc107;
    color: #fff;
    cursor: pointer
}

#game .niveis-controle li.desbloqueado:hover {
    background-color: #d39e00
}

#game .niveis-controle li.desbloqueado:before {
    display: none
}

#game .niveis-controle li.desbloqueado:after {
    display: none
}

#game .msg-load {
    opacity: 0;
    color: #fff;
    font-size: 1.8em
}

#game .tela {
    height: 100%;
    display: block;
    text-align: center;
    width: 100%;
    position: relative
}

#game .tela.tela-1,
#game .tela.tela-2 {
    background: url("../../src/images/bg2.jpg");
    background-position: center center;
    background-size: 100%
}

#game .tela.tela-1.hide,
#game .tela.tela-2.hide {
    display: none
}

#game .tela.tela-1:before,
#game .tela.tela-2:before {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: ""
}

#game .tela.tela-3 .conteudo {
    height: 7180px;
    background: #353B71 url(../../src/images/bg2.jpg);
    background-size: 100%;
    background-position: 0px bottom;
    background-repeat: no-repeat
}

#game .tela.tela-3 .conteudo:after {
    height: 300px;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    background-color: #353b71
}

#game .tela .wrapper-button {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    width: 70%
}

#game .tela .wrapper-button .button {
    margin-bottom: 10px;
    margin-top: 10px
}

#game .tela-1,
#game .tela-2 {
    position: fixed
}

#game .tela-2,
#game .tela-3 {
    display: none
}

#game .valor-movimentos {
    position: relative
}

#game .valor-movimentos:before {
    opacity: 0
}

#game .valor-movimentos.explosao:before {
    width: 30px;
    height: 30px;
    position: absolute;
    content: "";
    left: -10px;
    top: -2px;
    background: url(../../src/images/sprite.png) no-repeat;
    background-position: -73px -194px;
    z-index: -1;
    opacity: 1
}

#game .nivel {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    top: 0;
    padding: 20px;
    padding-top: 80px
}

#game .nivel .meta {
    width: 39%;
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #b696ee;
    text-align: left;
    font-size: 1.3em;
    position: relative;
    padding-left: 33px;
    text-transform: uppercase;
    letter-spacing: 1px
}

#game .nivel .meta span {
    color: #fff
}

#game .nivel .meta:before {
    width: 30px;
    height: 30px;
    content: "";
    left: 0;
    position: absolute;
    background: url(../../src/images/sprite.png) no-repeat;
    background-position: -71px -128px
}

#game .nivel .movimento {
    width: 59%;
    vertical-align: top;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    color: orange;
    text-align: right;
    font-size: 1.3em;
    letter-spacing: 1px;
    position: relative;
    padding-left: 40px;
    float: right
}

#game .nivel .movimento span {
    color: #fff
}

#game .nivel .movimento i {
    position: relative;
    font-style: normal
}

#game .nivel .movimento i:before {
    width: 30px;
    height: 30px;
    content: "";
    left: -40px;
    position: absolute;
    background: url(../../src/images/sprite.png) no-repeat;
    background-position: -98px -129px
}

#game .nivel .total {
    width: 100%;
    display: inline-block;
    text-align: right;
    position: relative
}

#game .nivel .total span {
    font-family: 'alarmclock';
    color: #3E3D3E;
    font-size: 4em;
    text-align: right
}

#game .nivel .total span:before {
    content: "88888";
    font-family: 'alarmclock';
    position: absolute;
    left: -40px;
    top: 0;
    width: 100%;
    opacity: 0.1;
    letter-spacing: -1px
}

#game .nivel .nome-nivel {
    width: 50%;
    text-align: left;
    float: left;
    color: #fff;
    font-size: 1.3em;
    height: 30px
}

#game .nivel .tempo {
    float: right;
    width: 50%;
    display: inline;
    height: 30px
}

#game .nivel time {
    position: relative;
    display: inline-block;
    height: 100%;
    width: 100%;
    padding-right: 10px;
    text-align: right
}

#game .nivel time i {
    font-family: 'alarmclock';
    font-weight: bold;
    color: #fff;
    font-style: normal;
    padding-top: 7px;
    display: inline-block;
    font-size: 1em
}

#game .nivel time:before {
    width: 110px;
    background: url(../../src/images/sprite.png) no-repeat;
    background-position: -26px -92px;
    position: absolute;
    content: "";
    height: 100%;
    right: 0;
    z-index: -1;
    padding-top: 5px;
    display: inline-block
}

#game .nivel .wrapper-calculadora {
    width: 100%;
    display: inline-block;
    background-color: #a5b8a2;
    padding: 10px;
    text-align: center
}

#game .nivel .wrapper-calculadora:before {
    background-color: rgba(96, 125, 139, 0.96);
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2
}

#game .nivel .wrapper-calculadora.hide:before {
    display: none
}

#game .nivel .wrapper-calculadora .calculadora {
    background-color: #e3dbce;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

#game .nivel .wrapper-calculadora .calculadora li {
    list-style: none;
    width: 30%;
    display: inline-block;
    background-color: #b3afa3;
    height: 50px;
    margin-bottom: 3px;
    border-radius: 10px;
    line-height: 40px;
    font-size: 1.2em;
    color: #fff;
    vertical-align: top;
    letter-spacing: 1px;
    margin: 1%
}

#game .nivel .wrapper-calculadora .calculadora li em {
    font-style: normal;
    font-size: 1.4em;
    display: inline-block;
    margin-right: 5px;
    font-family: arial;
    position: relative;
    top: -3px
}

#game .nivel .wrapper-calculadora .calculadora li i {
    font-style: normal;
    font-size: 1.55em;
    display: inline-block;
    position: relative;
    top: 0px
}

#game .nivel .wrapper-calculadora .calculadora li.disabled {
    background-color: #aeaeae;
    pointer-events: none;
    box-shadow: 0 9px #868686
}

#game .nivel .wrapper-calculadora .calculadora li.disabled span {
    color: #4a4a4a
}

#game .nivel .wrapper-calculadora .calculadora li.disabled:active {
    box-shadow: 0 5px #868686
}

#game .nivel .wrapper-calculadora .calculadora li:active {
    outline: none;
    transform: translateY(4px)
}

#game .nivel .wrapper-calculadora .calculadora li.clear {
    background-color: #c62e2d;
    height: 40px;
    box-shadow: 0 9px #8f2623
}

#game .nivel .wrapper-calculadora .calculadora li.clear:active {
    box-shadow: 0 5px #8f2623
}

#game .nivel .wrapper-calculadora .calculadora li.clear-bloqueado {
    background-color: #985b5b;
    box-shadow: 0 9px #5d3130
}

#game .nivel .wrapper-calculadora .calculadora li.clear-bloqueado:active {
    box-shadow: 0 5px #5d3130
}

#game .nivel .wrapper-calculadora .calculadora li span {
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    border-radius: 10px;
    width: 100%;
    line-height: 20px;
    color: #fff;
    cursor: pointer
}

#game .nivel .wrapper-calculadora .calculadora [data-operador] {
    background-color: #44494C;
    box-shadow: 0 9px #181a19;
    height: 40px
}

#game .nivel .wrapper-calculadora .calculadora [data-operador]:active {
    box-shadow: 0 5px #181a19
}

#game .nivel .wrapper-calculadora .calculadora .operador-remover {
    background-color: #FF5722;
    box-shadow: 0 9px #bb2d00;
    height: 40px
}

#game .nivel .wrapper-calculadora .calculadora .operador-remover:active {
    box-shadow: 0 5px #bb2d00
}

#game .nivel .wrapper-calculadora .calculadora .operador-agregar {
    background-color: #be18da;
    box-shadow: 0 9px #6e0e7e;
    height: 40px
}

#game .nivel .wrapper-calculadora .calculadora .operador-agregar:active {
    box-shadow: 0 5px #6e0e7e
}

#game .nivel .wrapper-calculadora .calculadora .operador-inverter {
    background-color: #b78f40;
    box-shadow: 0 9px #6b5426;
    height: 40px
}

#game .nivel .wrapper-calculadora .calculadora .operador-inverter em {
    font-size: 0.8em;
    font-family: Arial
}

#game .nivel .wrapper-calculadora .calculadora .operador-inverter:active {
    box-shadow: 0 5px #6b5426
}

#game .nivel .wrapper-calculadora .calculadora .operador-elevado {
    background-color: #ff6b5a;
    box-shadow: 0 9px #f31900;
    height: 40px
}

#game .nivel .wrapper-calculadora .calculadora .operador-elevado em {
    margin-right: 0
}

#game .nivel .wrapper-calculadora .calculadora .operador-elevado:active {
    box-shadow: 0 5px #f31900
}

#game .nivel .wrapper-calculadora .calculadora .operador-trocar,
#game .nivel .wrapper-calculadora .calculadora .operador-trocar2 {
    background-color: #009688;
    box-shadow: 0 9px #00302c;
    height: 40px
}

#game .nivel .wrapper-calculadora .calculadora .operador-trocar i,
#game .nivel .wrapper-calculadora .calculadora .operador-trocar2 i {
    font-size: 1.1em
}

#game .nivel .wrapper-calculadora .calculadora .operador-trocar:active,
#game .nivel .wrapper-calculadora .calculadora .operador-trocar2:active {
    box-shadow: 0 5px #00302c
}

#game .nivel .wrapper-calculadora .calculadora .operador-trocar3 {
    background-color: #3e5bff;
    box-shadow: 0 9px #0020d7;
    height: 40px
}

#game .nivel .wrapper-calculadora .calculadora .operador-trocar3 i {
    font-size: 1.1em
}

#game .nivel .wrapper-calculadora .calculadora .operador-trocar3:active {
    box-shadow: 0 5px #0020d7
}

#game .show {
    opacity: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#game .meta-do-jogo {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 2;
    width: 250px;
    position: absolute
}

#game .meta-do-jogo .number {
    font-family: 'alarmclock';
    background-color: #a5b8a2;
    color: #3E3D3E;
    padding: 5px 15px;
    display: inline-block;
    font-style: normal;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 3.5em
}

#game .meta-do-jogo .button-start-nivel {
    border-radius: 10px;
    background-color: #2fb534;
    display: inline-block;
    padding: 10px 25px;
    color: #fff;
    font-size: 2em;
    cursor: pointer
}

#game .meta-do-jogo .header {
    width: 100%;
    display: inline-block;
    padding: 10px 20px;
    background-color: #2a346b;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: left;
    position: relative
}

#game .meta-do-jogo .header .close {
    position: absolute;
    right: 10px;
    top: 11px
}

#game .meta-do-jogo .header .close:after {
    width: 28px;
    height: 28px;
    content: "";
    right: 0;
    position: absolute;
    top: -1px;
    cursor: pointer;
    background: url(../../src/images/sprite.png) no-repeat;
    background-position: -6px -133px
}

#game .meta-do-jogo .header span {
    color: #fff;
    font-size: 2em
}

#game .meta-do-jogo .objetivos {
    width: 100%;
    display: inline-block;
    padding: 10px 20px;
    background-color: #f2f2f2
}

#game .meta-do-jogo .objetivos span {
    display: inline-block;
    width: 100%;
    color: #ababab
}

#game .meta-do-jogo .objetivos span.title {
    color: #333;
    font-size: 2em
}

#game .meta-do-jogo .objetivos span.descr {
    font-size: 0.85em
}

#game .meta-do-jogo .footer {
    width: 100%;
    display: inline-block;
    padding: 10px 20px;
    background-color: #2a346b;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}

.pular {
    position: absolute;
    top: 20px;
    right: 0;
    background: red;
    z-index: 9;
    cursor: pointer;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff
}

.teste {
    height: 100%;
    overflow: hidden
}

svg {
    overflow: visible
}

.slide__text p {
    color: #fff;
    font-size: 2.5em;
    text-shadow: 1px 1px 1px #333
}

.slider-container {
    position: relative;
    height: 100%;
    user-select: none;
    cursor: all-scroll;
    display: none
}

.slider-container.hide {
    display: none
}

.slider-control {
    z-index: 2;
    position: absolute;
    bottom: 20px;
    width: 40px;
    height: 40px;
    transition: opacity 0.3s;
    will-change: opacity;
    opacity: 1
}

.slider-control.left {
    left: 20px;
    background: url(../../src/images/sprite.png) no-repeat;
    background-position: -4px -544px
}

.slider-control.right {
    right: 20px;
    background: url(../../src/images/sprite.png) no-repeat;
    background-position: -58px -544px
}

.slider-control.inactive:hover {
    cursor: auto
}

.slider-control:not(.inactive):hover {
    opacity: 1;
    cursor: pointer
}

.slider-pagi {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 2rem;
    transform: translateX(-50%);
    font-size: 0;
    list-style-type: none
}

.slider-pagi__elem {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 1rem;
    height: 1rem;
    margin: 0 0.5rem;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer
}

.slider-pagi__elem:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.2rem;
    height: 1.2rem;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.3s;
    transform: translate(-50%, -50%) scale(0)
}

.slider-pagi__elem.active:before,
.slider-pagi__elem:hover:before {
    transform: translate(-50%, -50%) scale(1)
}

.slider {
    z-index: 1;
    position: relative;
    height: 100%
}

.slider.animating {
    transition: transform 0.5s;
    will-change: transform
}

.slider.animating .slide__bg {
    transition: transform 0.5s;
    will-change: transform
}

.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.slide.active .slide__overlay,
.slide.active .slide__text {
    opacity: 1;
    transform: translateX(0)
}

.slide__bg {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-size: cover;
    will-change: transform
}

.slide:nth-child(1) {
    left: 0
}

.slide:nth-child(1) .slide__bg {
    left: 0;
    background-image: url("https://www.solodev.com/assets/flexslider/slide1.jpg")
}

.slide:nth-child(1) .slide__overlay-path {
    fill: #e99c7e
}

.slide:nth-child(2) {
    left: 100%
}

.slide:nth-child(2) .slide__bg {
    left: -50%;
    background-image: url("https://www.solodev.com/assets/flexslider/slide3.jpg")
}

.slide:nth-child(2) .slide__overlay-path {
    fill: #303030
}

.slide:nth-child(3) {
    left: 200%
}

.slide:nth-child(3) .slide__bg {
    left: -100%;
    background-image: url("https://www.solodev.com/assets/flexslider/slide4.jpg")
}

.slide:nth-child(3) .slide__overlay-path {
    fill: #29424a
}

.slide:nth-child(4) {
    left: 300%
}

.slide:nth-child(4) .slide__bg {
    left: -150%;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/3d-slider-4.jpg")
}

.slide:nth-child(4) .slide__overlay-path {
    fill: #cbc6c3
}

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

.slide__overlay path {
    opacity: 0.8
}

.slide__text {
    position: absolute;
    width: 25%;
    bottom: 15%;
    left: 12%;
    color: #fff;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
    will-change: transform, opacity;
    transform: translateY(-50%);
    opacity: 0
}

@media (max-width: 991px) {
    .slide__text {
        left: 0;
        bottom: 0;
        width: 100%;
        height: 25rem;
        text-align: center;
        transform: translateY(50%);
        transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
        padding: 0 1rem
    }
}

.slide__text-heading {
    font-family: "Polar", Helvetica, Arial, sans-serif;
    font-size: 5rem;
    margin-bottom: 2rem
}

@media (max-width: 991px) {
    .slide__text-heading {
        line-height: 10rem;
        font-size: 3.5rem
    }
}

.slide__text-desc {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    margin-bottom: 1.5rem
}

@media (max-width: 991px) {
    .slide__text-desc {
        display: none
    }
}

.slide__text-link {
    z-index: 5;
    display: inline-block;
    position: relative;
    padding: 0.5rem;
    cursor: pointer;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 2.3rem;
    perspective: 1000px
}

@media (max-width: 991px) {
    .slide__text-link {
        margin: -2rem 0 8rem
    }
}

.slide__text-link:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transform-origin: 50% 100%;
    transform: rotateX(-85deg);
    transition: transform 0.3s;
    will-change: transform
}

.slide__text-link:hover:before {
    transform: rotateX(0)
}

#loading {
    display: block;
    width: 100%;
    position: fixed;
    height: 100vh;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 999999
}

#loading img {
    width: 45px
}

#loading .content {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 9;
    text-align: center;
    width: 100%
}

#loading .content span {
    font-size: 20px;
    width: 100%;
    display: inline-block;
    font-family: Arial;
    color: #6f6f6f
}

#loading .content span strong {
    font-family: Arial;
    color: #009688;
    font-style: italic
}

@media screen and (max-width: 800px) {
    .screen-hidden {
        width: 350px
    }

    body {
        background: #353B71 url(../../src/images/bg2.jpg)
    }

    #game .tela.tela-3 .conteudo {
        height: 8640px;
        background-position: center bottom;
        background-size: 100%
    }

    #game .niveis-controle li {
        margin-top: 130.18%
    }

    .slider-container {
        display: block
    }

    .tela-principal {
        width: 100%;
        transform: none;
        -webkit-transform: none;
        left: inherit;
        top: inherit;
        position: inherit;
        height: inherit;
        overflow: hidden;
        border-radius: 0
    }
}

#game,
.conteudo {
    overflow-anchor: none;
}