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

header{
	font-family:"Oswald", sans-serif;
	background-color: #b63f9c;
	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{
	font-size: 22px;
	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;
        display: inline-block
}	
.container-options 
	&gt; .imgcontainer 
		&gt; .imgcape{
			width: 200px;
			position: relative;
} 

.question{
	width: 620px;
	margin: 5px 0;
	padding: 10px;
    font-weight: 600;
	/* min-height: 100px;  */
	/* margin-right: 10px; */
	transition: all .222s linear;	
	-webkit-transition: all .222s linear;
    color: #3c3c3c;
    font-size: 24px;
    
}

.option{
    border: 2px solid #b63f9c;
    border-radius: 10px;
	margin-bottom: 2%;
	padding: 10px 0 10px 10px;
	cursor: pointer;
    width: 95%;
    margin-left: 10px;
    color:#505050; 
    font-size: 20px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
	/* transition: all 2s, opacity 666ms; */
	/* border: 4px solid #fff; */
	
}
.answerCorrect{
	background-color: #329646;
}

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


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

.addImage{
	width: 200px;
	height: 200px;
    border-radius: 200px;
}

/* 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{
	display: none;
}
.answerShow{
	display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap
}

.answer 
	&gt; .imgcontainer{
        width: 200px;
		height: 200px;
		overflow: hidden;
        margin-left: 10px;
}

.answer 
	&gt; .imgcontainer
		&gt; .figanswer{
			width: 200px;
            border-radius: 50px;
			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;
			font-weight: 600;
			font-size: 22px;
            width: 100%;
            color:#3c3c3c;
            text-align: left;
            
}
.answer
	&gt;p{
		margin: 10px;
		font-weight: bold;
}

.share{
	display: none;
	
}
.share 
	&gt; img{
		max-height:80px;
		max-width: 80px;
		position: relative;
		margin-bottom: 2%;
		cursor: pointer;
        left: 100%
		
        
}
.share 
	&gt; img:active{
		transform: translateY(4px);
		-webkit-transform: translateY(4px);
}
.progressbar{
	height: 25px;
	position: relative;
	padding: 10px 10px 5px 20px;
	background-color: #fff;
	
}
.progressbartwo{
	display: block;
	height: 100%;
	min-width: 20px; 
	border-top: 5px solid #b63f9c;
	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: 20px;
		right: 0;
		top: -85%;
        font-weight: 400;
}


.information{
	/* position: relative; */
	width:260px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items:center;
	opacity :0;
	/* margin: 10px; */
	transition: opacity .666s linear;
	-webkit-transition: opacity .666s linear;
}
.image-father{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center; 
	
}
.image-father p{
	margin: 10px 0 10px 0;
	display: flex;
	text-align: center;
}

.information p {
	margin: 10px 0 10px 0;
	display: flex;
	text-align: center;
}

.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: flex;
    flex-wrap: wrap;
	opacity:1 ;
}

.intro{
	transition: opacity 222ms linear;
	-webkit-transition: opacity 222ms linear;
}

.removecontainer{
	margin-left:-100%;
}
.addShare{
    margin-top: 20px;
	width: 80%;
    display: flex;
}
.img-pergunta{
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

.img-pergunta-maior{
    width: 120px;
    height: 120px;
    border-radius: 100px;
}

.text-pergunta{
    width: 100%;
    text-align: left;
}

.addcontainer {
    display: flex;
    flex-wrap: wrap;
}
.sub-texto{
    display: flex;
    font-size: 24px;
    font-weight: 300;
}</pre></body></html>