@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'HelveticaBold';
    src: url('HelveticaLTStd-Blk.eot');
    src: url('HelveticaLTStd-Blk.eot?#iefix') format('embedded-opentype'),
        url('HelveticaLTStd-Blk.woff') format('woff'),
        url('HelveticaLTStd-Blk.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('HelveticaLTStd-Roman.eot');
    src: url('HelveticaLTStd-Roman.eot?#iefix') format('embedded-opentype'),
        url('HelveticaLTStd-Roman.woff') format('woff'),
        url('HelveticaLTStd-Roman.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html{min-height: 100%;display: flex
;
    align-items: center;
    justify-content: center;}

body {
    font-family: 'Helvetica';
    text-align: center;
    background-color: #f3f3f3;
    padding: 20px;
	background: url("bg01.jpg");
	font-size: large;
}

h1{font-family: 'HelveticaBold'; color: #733A1F}

h2{margin: 45px 0;}

#quiz-container, #tela-inicial, #tela-final {
    /* min-width: 600px; */
	width: 90%;
    margin: auto;
    background: white;
    padding: 20px 20px 40px 20px;
    border-radius: 10px;
    /* box-shadow: 0px 0px 10px #ccc; */
}

li{list-style: none;}
ul{padding:0 !important;line-height: 2;}

label, input[type="text" i]
{display: block; 
	margin: 10px auto; 
	width: calc(70% - 12px);font-size: 20px;
border-radius: 5px;
    padding: 5px;
}

button {
    padding: 10px 20px;
    margin-top: 10px;
    font-size: 16px;
    background-color: #FF0000;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
	display: block;
	margin: 0 auto;
	width: 70%;
}

/* button:hover {
    background-color: #733A1F;
}*/

#progresso-container {
    width: 100%;
    background-color: #ccc;
    height: 20px;
    position: relative;
    border-radius: 5px;
    margin-bottom: 55px;
}

#barra-progresso {
    height: 100%;
    width: 0%;
    background-color: red;
    border-radius: 5px;
    transition: width 0.5s ease-in-out;
}

#texto-progresso {
    position: relative;
    width: 100%;
    text-align: center;
    font-weight: bold;
    top: 0;
    line-height: 20px;
}

.opcao {
    display: block;
    padding: 10px;
    margin: 5px auto;
    background: darkgray;
    border-radius: 5px;
    cursor: pointer;
}

.opcao:active {
    background: #EF8901;
}

#feedback {
    font-weight: bold;
    margin-top: 10px;
}

/* a:link, a:hover, a:visited, a:active, button {
    -webkit-transition: all 0.3s ease-out !important;
    -moz-transition: all 0.3s ease-out !important;
    -ms-transition: all 0.3s ease-out !important;
    -o-transition: all 0.3s ease-out !important;
    transition: all 0.3s ease-out !important;
    text-decoration: none !important;
}
*/
#contador{text-transform: uppercase;}

