<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container{
	font-family: "Source Sans Pro", sans-serif;
	font-size:24px;
	text-align: left;
	overflow: hidden;
	width: 640px;
	height: 770px;
}

header{
	font-family:"Oswald", sans-serif;
	background-color: #23AAE2;
	height: 60px;
	color: #ffffff;
	text-align:center;
	font-size: 30px;
	line-height:60px;
	text-transform: uppercase;
}
figure{
	margin: 0;
}
.DBlock{
	display: block !important;
}
.container-options{
	display: none;
	width: 640px;
	transition: all .444s ease-in;	
	-webkit-transition: all .444s ease-in;
}
.container-options.last{
	transition: all .999s ease-in;	
	-webkit-transition: all .999s ease-in;	
}



.container-options 
	&gt; .imgcontainer{
		height: 170px;
		overflow: hidden;
		max-height: 170px;
}	
.container-options 
	&gt; .imgcontainer 
		&gt; .imgcape{
			width: auto;
			position: relative;
} 

.question{
	width: 620px;
	margin: 5px 0;
	padding: 10px;
	/* min-height: 100px;  */
	/* margin-right: 10px; */
	transition: all .222s linear;	
	-webkit-transition: all .222s linear;	
}

.option{
	background-color: #cacaca;
	margin-bottom: 2%;
	padding: 10px 0 10px 10px;
	cursor: pointer;
	transition: all 2s;
	/* border: 4px solid #fff; */
	
}
.answerCorrect{
	background-color: #329646;
}

.answerWrong{
	border: 4px solid #DD1E32;
}


.option:hover,
.option:focus{
	background-color: #aaaaaa;
}


/* Classe usada para configurar opÃ§Ãµes com imagens
	Neste caso trocar o .OPTION por .LADO

 */
/* .lado{
	width: 200px;
	height: 220px;
	display:inline-block;
	background-color: #a1d4a1;
	margin-bottom: 2%; 
	margin-right: 5px;
	margin-left: 5px;
	padding: 10px 10px 10px px;
	cursor: pointer;
	float: left;
}
.lado:hover{
	background-color: #79C478;
}
.type1{
	margin: 0;
	padding: 10px 0 0 10px;
	width: 180px;
	height: 180px;
}

.type2{
	padding: 10px 0 0 25px;
	width: 150px;
	height: 150px;
} */


.answer 
	&gt; .imgcontainer{
		height: 337px;
		overflow: hidden;
		max-height: 337px;
}

.answer 
	&gt; .imgcontainer
		&gt; .figanswer{
			width: auto;
			position: relative;
}


	
.answer
	&gt; span{
		padding-left: 10px;
		padding-right: 10px;
		display: none; 
		text-align: left;
}
.answer
	&gt; span
		&gt; p{
			margin: 10px 0 10px 0;
}
.answer
	&gt;p{
		margin: 10px;
		font-weight: bold;
}

.share{
	display: none;
	
}
.share 
	&gt; img{
		max-height:80px;
		max-width: 80px;
		position: absolute;
		bottom:2%;
		right:3%;
		cursor: pointer;
		
}
.share 
	&gt; img:active{
		transform: translateY(4px);
		-webkit-transform: translateY(4px);
}
.progressbar{
	height: 21px;
	position: relative;
	padding: 10px 10px 5px 20px;
	background-color: #fff;
	
}
.progressbartwo{
	display: block;
	height: 100%;
	min-width: 20px; 
	border-top: 1px solid #000;
	position: relative;
	overflow: hidden;
	transition: all .666s linear;
	-webkit-transition: all .666s linear;
	
}

.progressbartwo 
	&gt; p{
		color: #000000;
		text-align: right;
		position: relative;
		font-size: 18px;
		right: 0;
		top: -85%;
}


.information{
	/* position: relative; */
	width:260px;
	opacity :0;
	/* margin: 10px; */
	transition: opacity .666s linear;
	-webkit-transition: opacity .666s linear;
}

.botao{
	opacity: 0;
	position: relative;
	cursor: pointer;
	height: 50px;
	width: 130px;
	border-radius:50px;
	right: -75%;
	background-color: cacaca;
	
	text-align:center;
	font-size: 24px;
	line-height:50px;
	transition: all .444s linear;
	-webkit-transition: all .444s linear;
}
.botao:hover{
	background-color: #aaaaaa;
}
.botao:active{
	transform: translateY(4px);
	-webkit-transform: translateY(4px);
}

.comecar{
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
	background-color: #25adfa;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
	border-radius: 50px;
	margin-top: 50px;
	
}



@keyframes examples {
	0%{
        transform:rotate(10deg);
    }
    
	50%{
        transform:rotate(0deg);
    }
    
	100%{
        transform:rotate(-10deg);
    }
}

@-webkit-keyframes examples {
	0%{
        transform:rotate(10deg);
    }
    
	50%{
        transform:rotate(0deg);
    }
    
	100%{
        transform:rotate(-10deg);
    }
}



.photo{
	width:              250px;
	height:             250px;
	border:             5px solid #a61e27;
	border-radius:      50%;
	-webkit-animation:  examples 500ms linear 0s infinite alternate; 
    animation:          examples 500ms linear 0s infinite alternate;
}

.certo{
	border: 5px solid #329646;
}

.show-image{
	top: 100px;
	position: absolute; 
	left:50%;
	margin-left: -130px;
	opacity:1;
}
.texto-resposta{
	text-align: center;
}

.test{
	opacity:0;
}
.test2{
	display: block;
	transition: all 666ms linear;
	-webkit-transition: all 666ms linear;
	opacity:1 ;
}

.intro{
	transition: opacity 222ms linear;
	-webkit-transition: opacity 222ms linear;
}</pre></body></html>