*{
    margin: 0 auto;
}

a{
    text-decoration: none;
    color: inherit;
}

@font-face {
    src: url("fonts/theboldfont.ttf");
    font-family: "The Bold Font";
}

@font-face {
    src: url("fonts/codelight.otf");
    font-family: "CODE Light";
}

@font-face {
    src: url("fonts/codebold.otf");
    font-family: "CODE Bold";
}

table{
    text-align: left;
}

/*QUESTIONARIO*/

.icone{
    float: right;
    margin-top: 20px;
}

#pergunta, .alternativas > div, .btn-responder, #btn-jogar-novamente{
}

.questionario{
    background-image: url("../img/fundo_branco.png");
}

.container{
    width: 1080px;
    height: 1920px;
}

#pergunta{
    position: absolute;
    top: 656px;
    width: 535px;
    height: 110px;
    padding: 10px;
    background-color: #000000;
    color: #FFFFFF;
    line-height: 105px;
    font-size: 80px;
    text-align: center;
    left: 0px;
    right: 34px;
}

#pergunta-descricao{
    position: absolute;
    width: 880px;
    height: 475px;
    max-height: 475px;
    top: 815px;
    color: #333333;
    font-size: 45px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 100px;
    padding-right: 100px;
    font-family: "CODE Bold";
    text-align: center;
    display: table;
}

#pergunta-descricao > p{
    display: table-cell;
    vertical-align: middle;
    line-height: 55px;
}

.respostas{
    display: table;
    text-align: center;
    width: 940px;
    height: auto;
    padding-left: 70px;
    padding-right: 70px;
    position: absolute;
    bottom: 310px;
    border-collapse: separate;
    border-spacing: 15px;
}

.alternativas{
    display: table-row;
    width: 500px;
    padding: 5px;
}

.alternativas > div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color: #333333;
    color: #FFFFFF;
    padding: 10px 20px;
    border: 1px solid transparent;
}

.selecionada > div{
    background-color: #f07d00;
}

.correta > div{
    background-color: #95c11f!important;
}

.errada > div{
    background-color: #e6332a!important;
}

h4{
    font-weight: lighter;
    font-family: "The Bold Font";
}


.alternativa{
    width: 80px!important;
    max-width: 80px;
    background-color: #FFFFFF;
    margin-right: 10px!important;
    font-size: 75px;
}

.resposta{
    height: 93px;
    width: 800px;
    background-color: #FFFFFF;
    vertical-align: middle;
    align-items: center;
    font-size: 50px;
    text-align: left!important;
}

.resposta > h4{
    line-height: 55px;
    display: inline-flex;
    float: left;

}

.feedback{
    z-index: 1000;
    background-image: url("../img/fundo_preto.jpg");
}

.fade{
    animation-name: fade;
    animation-delay: 0s;
    animation-duration: 0.1s;
    animation-timing-function: ease-in-out;
}

.ruim-1{
    background-image: url("../img/bg/ruim-1.png");
}

.ruim-2{
    background-image: url("../img/bg/ruim-2.png");
}

.bom-3{
    background-image: url("../img/bg/bom-3.png");
}

.bom-4{
    background-image: url("../img/bg/bom-4.png");
}

.otimo-5{
    background-image: url("../img/bg/otimo-5.png");
}

.stage{
    width: 1080px;
    height: 1920px;
    position: absolute;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.btn-responder{
    position: absolute;
    width: 600px;
    height: 140px;
    bottom: 150px;
    left: 0;
    right: 0;
    background-color: #575757;
    text-align: center;
    font-size: 80px;
    line-height: 140px;
    border: none;
    outline: none;
    color: #6d6d6d;
    box-shadow: 2px 5px 1px #333333;
}

.btn-resposta-selecionada{
    background-color: #575757!important;
    color: #EBEBEB;
}

.prosseguir{
    background-color: transparent!important;
    border: 2px solid #333333!important;
    color: #333333!important;
}

#btn-responder:active{
    opacity: .9;
}

#pgt-img{
    width: 1080px;
    height: 722px;
    background-color: #FFFFFF;
    background-position: center;
    background-size: 105%;
    background-repeat: no-repeat;
}

.animation-image{
    animation-name: imagem;
}

#agradecimentos,
#acertos{
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    color: #FFFFFF;
    font-family: "CODE Bold";
    text-shadow: 2px 5px 10px #000;
}

#acertos {
    top: 850px;
    font-size: 90px;
}

#agradecimentos {
    top: 1600px;
    font-size: 60px;
}

#acertos > b{
    color: #f07d00;
}



@keyframes imagem {
    from{
        background-size: 150%;
    }

    to{
        background-size: 100%;
    }
}

@keyframes fade {
    from{
        opacity: 0;
    }

    to{
        opacity: 1;
    }
}

/***************CADASTRO**************/

.btn{
    width: 420px;
    height: 150px;
    background-color: transparent;
    border: 0;
    outline: none;
    margin-top: 50px;
    color: #333333;
    font-size: 50px;
    font-family: "The Bold Font";
    box-shadow: 2px 2px 1px #333333;
}

.btn:active {
    background-color: #575757!important;
    border: 5px #474747 solid!important;
}

.cadastro{
    background-image: url("../img/fundo_preto.jpg");
    overflow: hidden;
}

#form-cadastro{
    position: absolute;
    width: 100%;
    height: auto;
    top: 350px;
    text-align: center;
}

#form-cadastro > input{
    outline: none;
    background-color: #EBEBEB;
    border: 5px #333333 solid;
    border-radius: 5px;
}

.form-input{
    margin-left: 36px;
    padding-left: 40px;
    padding-right: 20px;
    font-size: 50px;
    width: 761px;
    height: 135px;
    text-transform: uppercase;
    margin-top: 46px;
    color: #333333;
    font-family: "The Bold Font";
    font-weight: 800;
}

.form-input::placeholder{
    color: #ed7766;
}

#input3{
    margin-top: 34px;
    margin-left: 40px;
}

#cadastrar{
    margin-top: 52px;
    margin-left: 30px;
}

#cadastrar:focus{
    background-color: #000000!important;
    opacity: .2;
}

#teclado{
    max-width: 1080px;
    text-align: center;
    width: 100%;
    height: auto;
    position: absolute;
    top: 1245px;
}

#teclado > div{
    width: 100%;
    height: auto;
}

#teclado > div > span{
    margin: 5px;
    border: 2px #c7c7c7 solid;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    font-family: "Arial Narrow";
    font-size: 30px;
    color: #EBEBEB;

}

.number{
    width: 65px;
    height: 65px;
    line-height: 65px;
}

.func-key, .key{
    width: 80px;
    height: 80px;
    line-height: 75px;
}

.number:active, .key:active{
    background-color: #474747;
}

.func-key > img{
    horiz-align: center ;
    vertical-align: middle;
    display: inline-block;
}

#backspace{
    width: 110px;
}

#space{
    width: 420px;
}

#cedilha{
    position: absolute;
    bottom: 150px;
    background-color: #474747;
    left: 340px;
}

.hide{
    display: none!important;
}

#cadastro_titulo {
    width: 100%;
    position: absolute;
    top: 150px;
    color: #FFFFFF;
    font-family: "The Bold Font";
    text-shadow: 2px 5px 10px #000000;
    text-align: center;
    font-size: 90px;
}

/**********FIRST*********/

a{
    outline: none;
}

.index{
    background-image: url("../img/fundo_preto.jpg");
}

.texto {
    position: absolute;
    font-family: "The Bold Font";
    color: #FFFFFF!important;
}

.texto-titulo {
    text-align: center;
    font-size: 80px;
    padding: 0 50px;
    top: 600px;
    text-shadow: 1px 2px 5px #000000;
}

.texto-topico {
    font-size: 60px;
    width: 100%;
    top: 1000px;
    color: #EBEBEB!important;
    text-align: center;
}

button {
    -webkit-appearance: none!important;
    border: 0;
    font-size: inherit;
    font-family: inherit;
    background-color: inherit;
    color: inherit;
}

a>button{
    width: 305px;
    padding: 10px;
    border: 5px solid #9d9d9d;
    border-radius: 10px;
    outline: none;
    background-color: #333333;
    color: #FFFFFF;
    text-align: center;
    display: inline-block;
    margin: 0 auto;

}

#produtos {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
}

.laranja {
    color: #f04734 !important;
}

#logo {
    top: 50px;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
}

