html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



@font-face {
	font-family: 'Aspira Light';
	src: url('../fonts/Aspira Light.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}



.escondido{
    display: none;
}

.pintaAmarelo {
    color: #fda500;
    font-weight: bold;
}


body{
    padding: 0px;
    overflow:auto;
    width: 100%;
    height: 100%;
    resize: both;
    display: block;

    background-image: url(../img/fundoVerde.jpg);
    background-repeat: no-repeat;
    background-size:100%;
}



div#cadastro{
    /*background: url(../img/fundo.jpg) ;
    border:0px #e5ff00 solid;
    width: 100%;
    height: 100%;
    */
    background-image: url(../img/fundoVerde.jpg);
    background-repeat: no-repeat;
    background-size:100%;
    bottom: 0;
    color: black;
    left: 0;
    overflow: auto;
    padding: 3em;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    text-align: center;
}

div#cadastro span#logo-inicial, div#agradecimento span#logo-inicial{
    padding-top: 50px;
    border: 0px #fff solid;
    width: 100%;
    height: auto;
    clear: both;
    padding-bottom: 50px;
}

div#agradecimento span#logo-inicial{
    color: #fff;
    font-family: 'Aspira Light';
    font-size: 28px;
    text-align: center;
    display: block;
}

div#agradecimento b{
    color: #fff;
    font-family: 'Aspira Light';
    font-size: 40px;
    font-weight: 800;
}

div#agradecimento .acertos{
    color: #ffc423;
    font-family: 'Aspira Light';
    font-size: 40px;
    font-weight: 800;
}

div#cadastro span#login{
    background-image: url(../img/caixaLogin.png);
    background-repeat: no-repeat;
    background-size:100%;
    border: 0px #fff solid;
    width: 650px;
    height: 440px;
    clear: both;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    
}

div#cadastro span#login span#formulario{
    border: 0px #c04b6e solid; 
    display: block;
    width: 580px;
    height: auto;
    text-align: right;
    margin: 0 auto;
    margin-top: 0px;
    
}

div#cadastro span#login span#formulario label{
    clear: both; 
    display: block;

    color: #000;
    font-family: 'Aspira Light';
    font-size: 20px;
    padding-top: 40px;
    font-weight: bold;
}

input[type="text"]{
    border: 0px;
    border-bottom: 1px #000 solid;
    padding: 5px;
    width: 410px;
    color: #b30000;
    font-family: 'Aspira Light';
    font-size: 22px;
    background: none;
    padding-left: 10px;
    margin-left: 15px;
}

select{
    border: 0px;
    border-bottom: 1px #000 solid;
    padding: 5px;
    width: 350px;
    color: #b30000;
    font-family: 'Aspira Light';
    font-size: 22px;
    background: none;
    padding-left: 10px;
    margin-left: 15px;
}

.btnComecar, .btnRecomecar, .btnProximo1, .btnProximo2, .btnProximo3, .btnFinalizar {
    padding: 15px;
    background-color: #fff;
    border: 2px #b30000 solid;
    border-radius: 10px;
    color: #b30000;
    font-family: 'Aspira Light';
    font-size: 25px;
}

/*
div#pergunta1, div#pergunta2, div#pergunta4, div#pergunta5, div#pergunta7, div#pergunta8, div#pergunta10, div#pergunta11, div#agradecimento {
    background-image: url(../img/fundo.jpg);
    background-repeat: no-repeat;
    background-size:100%;
    bottom: 0;
    color: black;
    left: 0;
    overflow: auto;
    padding: 3em;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    text-align: center;
}

div#pergunta3, div#pergunta6, div#pergunta9, div#pergunta12 {
    background-image: url(../img/fundo4.jpg);
    background-repeat: no-repeat;
    background-size:100%;
    bottom: 0;
    color: black;
    left: 0;
    overflow: auto;
    padding: 3em;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    text-align: center;
}
*/

div#pergunta1, div#pergunta2, div#pergunta3, div#pergunta4, div#pergunta5, div#pergunta6, div#pergunta7, div#pergunta8, div#pergunta9, div#pergunta10, div#pergunta11, div#pergunta12, div#agradecimento {
    border:0px #000 solid;
    width: 800px;
    height: auto;

    margin:30px 0px 20px -400px;
    position: relative;
    left: 50%;

    padding-top: 20px;
}


hr{
    width: 50%;
    border-top: 1px #fff solid;
    border-style: dashed;
    margin-top: 40px;

}


span#logo-interno {
    padding-top: 40px;
    border:0px #ff00c8 solid;
    width: 100%;
    height: 100%;
    max-height: 200px;
    display: block;
    clear: both;
    text-align: center;
}

span#pergunta {
    padding-top: 20px;
    border:0px #ffffff solid;
    width: 100%;
    height: auto;
    display: block;
    clear: both;
    color: #fff;
    font-family: 'Aspira Light';
    font-size: 23px;
    line-height: 32px;
    text-transform: uppercase;
    padding-bottom: 20px;
    text-align: center;
}

span#pergunta span#pergTitulo{
    color: #fda500;
    font-weight: 900;
    text-shadow: 2px 2px 4px #000000;
    font-family: 'Aspira Light';
    font-size: 23px;
}

span#pergunta b{
    color: #fda500;
    font-weight: 900;
}

span#respostas {
    padding-top: 10px;
    border:0px #ffffff solid;
    width: 100%;
    height: 100%;
    max-height: 200px;
    display: block;
    clear: both;
    text-align: center;
    
}

div#pergunta1 span#respostas table {
    border: 0px #000 solid; 
    width: 680px;
    height: auto;
    display: block;
    clear: both;
    margin: 0 auto;
}

div#pergunta2 span#respostas table {
    border: 0px #000 solid; 
    width: 600px;
    height: auto;
    display: block;
    clear: both;
    margin: 0 auto;
}

div#pergunta3 span#respostas table {
    border: 0px #000 solid; 
    width: 600px;
    height: auto;
    display: block;
    clear: both;
    margin: 0 auto;
}

div#pergunta4 span#respostas table {
    border: 0px #000 solid; 
    width: 450px;
    height: auto;
    display: block;
    clear: both;
    margin: 0 auto;
}

div#pergunta5 span#respostas table {
    border: 0px #000 solid; 
    width: 550px;
    height: auto;
    display: block;
    clear: both;
    margin: 0 auto;
}

div#pergunta6 span#respostas table {
    border: 0px #000 solid; 
    width: 600px;
    height: auto;
    display: block;
    clear: both;
    margin: 0 auto;
}

div#pergunta7 span#respostas table {
    border: 0px #000 solid; 
    width: 600px;
    height: auto;
    display: block;
    clear: both;
    margin: 0 auto;
}

div#pergunta8 span#respostas table {
    border: 0px #000 solid; 
    width: 550px;
    height: auto;
    display: block;
    clear: both;
    margin: 0 auto;
}

div#pergunta9 span#respostas table {
    border: 0px #000 solid; 
    width: 550px;
    height: auto;
    display: block;
    clear: both;
    margin: 0 auto;
}

div#pergunta10 span#respostas table {
    border: 0px #000 solid; 
    width: 500px;
    height: auto;
    display: block;
    clear: both;
    margin: 0 auto;
}

div#pergunta11 span#respostas table {
    border: 0px #000 solid; 
    width: 500px;
    height: auto;
    display: block;
    clear: both;
    margin: 0 auto;
}

div#pergunta12 span#respostas table {
    border: 0px #000 solid; 
    width: 600px;
    height: auto;
    display: block;
    clear: both;
    margin: 0 auto;
}




span#respostas table tr td {
    color: #ffffff;
    font-family: 'Aspira Light';
    font-size: 25px;
    padding: 5px;
}


input[type="radio"] {
    appearance: none;

    border-radius: 50%;
    width: 27px;
    height: 27px;
  
    border: 2px solid #fff;
    transition: 0.2s all linear;
    margin-right: 5px;
  
    position: relative;
    top: 4px;
}

input[type="radio"]:hover {
    background-color: lightcoral;
}

input[type="radio"]:checked {
    background-color: #fff;
    color: white;
}