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

body {
    display: flex;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.questionario {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    position: absolute;
    background: #000000c4;
}

.areaAbertura {
    width: 100%;
    height: 100vh;
    /*display: none;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.aberturaCentro {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgb(138, 128, 38);
    color: white;
    font-weight: 900;
    transition: 0.5s;
}


/*.imagemAbertura {
    background-image: url("http://localhost/novoQuiz/assets/imagens/nucleo.png");
}
*/

.classButton button {
    width: 50%;
    height: 7vh;
    color: #fff;
    font-size: 19px;
    background: #05006d;
    border: 0;
    border-radius: 4px;
    border: solid 1px #fff;
    cursor: pointer;
}

.classButton span {
    font-size: 16px;
    color: #fafafa;
    text-align: center;
}

.classButton {
    width: 105%;
    font-size: 19px;
    background: #adacb3;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-top: solid 1px #fff;
    bottom: 0px;
    position: absolute;
}

.aberturaCentro img {
    width: 35%;
    filter: drop-shadow(-7px 1px 11px #000);
}

.aberturaCentro span {
    margin-top: 30px;
    padding: 10px;
    text-align: center;
    letter-spacing: 4px;
}

.img {
    background-image: url("https://quiz.gruponem.com.br/assets/imagens/nucleo.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 29vh;
    top: 60px;
    position: absolute;
    display: none;
    z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999;
    filter: drop-shadow(-1px 2px 6px #034);
}

h1 {
    color: #a8ac84;
    margin: 20px 0;
    z-index: 10;
}

.opcoes {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    border-radius: 50px;
    padding: 10px;
    /* background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(213 213 213 / 76%) 100%); */
    z-index: 10;
    box-shadow: -2px 0px 8px 0px rgb(191 151 59);
}

.opcoes .opt {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #f4f4f4;
    text-align: center;
    margin: 10px;
    cursor: pointer;
    border: solid 1px #f6f6f6;
    /* left: 0; */
    font-size: 22px;
    font-weight: 900;
    top: 77px;
    /* box-shadow: -2px 0px 8px 10px rgba(0, 0, 0, 0.3); */
    box-shadow: 0px -7px 0px -1px #be953a;
    z-index: 10;
}

.ativo {
    transition: all ease 0.5s;
    transition-delay: all ease 0.5s;
    background-color: rgb(189 149 65);
    /* opacity: 0.5; */
    /* margin: -60px !important; */
}

.token {
    display: none;
}

.progress {
    height: 5px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
}

.progress--bar {
    background-color: #20dd81;
    height: 130%;
    transition: all ease .2s;
    z-index: 10;
}

.questionArea,
.scoreArea {
    display: none;
    z-index: 10;
}

.scoreArea img {
    height: 250px;
    width: 464px;
    margin-bottom: 10px;
}

.scoreArea a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    margin: 10px;
    color: #704dc1;
    text-decoration: none;
}

.scoreArea a img {
    height: 48px;
    width: 50px;
}

.questionArea {
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all ease 0.3s;
    z-index: 10;
    width: 100%;
    height: 100vh;
}

.questoes {
    font-size: 20px;
    margin: 20px 0;
    transition: 0.5s;
    z-index: 10;
    padding: 20px;
    color: #ffffff;
    font-weight: 900;
}

.option {
    display: flex;
    align-items: center;
    height: 40px;
    /*background-color: rgba(0, 0, 0, 0.3);*/
    border-radius: 10px;
    margin-bottom: 5px;
    color: #AAA;
    font-size: 16px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
}


/*.option span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin-left: 5px;
    margin-right: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #555;
    }*/

.scoreArea {
    background-color: rgb(254 254 254);
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    width: 100%;
}

.prizeImage {
    width: auto;
    height: 100px;
    margin-bottom: 10px;
}

.scoreText1 {
    color: #373736;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 30px;
}

.scorePct {
    color: #bd3c80;
    font-size: 20px;
    font-weight: bold;
    margin: 10px;
    padding-left: 22px;
    padding-right: 22px;
}

.scorePct strong {
    color: #1cb92c;
    font-size: 20px;
    font-weight: bold;
    margin: 4px;
}

.scoreText2 {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}

.scoreArea button {
    border: 0;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #CCC;
    padding: 10px;
    margin-top: 20px;
    cursor: pointer;
}

.scoreArea button:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

footer {
    margin-top: 20px;
    color: #FFF;
    font-size: 13px;
}

@media (max-width:450px) {
    .aberturaCentro img {
        width: 20rem;
    }
}