<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.img-fluid{
    max-width: 100%;
    height: auto;
}

.wizard-nav.dots .wizard-step{
    pointer-events: none
}
.wizard-step span:last-child{
    display: none;
}
.wizard.vertical .wizard-nav{
    flex: none !important;
    padding: 0 !important;
    padding-left: 1.5rem !important;
}
.wizard-btn.btn.prev{
    display: none !important;
}
.hidden{
    display: none !important;
}
.wizard.vertical .wizard-nav{
    min-height: 400px;
    max-height: 400px;
}
.correct{
    background-color: #94c576 !important;
}
.incorrect{
    background-color: #c65c5c !important;
}
.wizard .wizard-nav.dots .wizard-step.active:before {
    background: #0a213f !important;
}
.wizard .wizard-nav.dots .wizard-step.active .dot {
    background-color: #cdc09d !important;
    box-shadow: 0 0 0 6px #a7936b !important;
}
.wizard .wizard-nav.dots .wizard-step.active~.wizard-step .dot {
    background: #0a213f !important;
    box-shadow: 0 0 0 4px #0a213f !important;
}
.wizard .wizard-nav.dots .wizard-step.active~.wizard-step:after {
    background: #0a213f !important;
}
.wizard.vertical .wizard-nav .wizard-step:after,.wizard.vertical .wizard-nav .wizard-step:before {
    left: -11px !important;
}
.wizard .wizard-nav.dots .wizard-step .dot{
    height: 10px !important;
    width: 10px !important;
}

.wizard .wizard-nav.dots .wizard-step:before, .wizard .wizard-nav.dots .wizard-step .dot{
    background: #ababab;
}
#telaQuiz .col-md-10.mx-auto{
    padding: 6rem 3rem;
}
.padding-img{
    padding: 0rem 3rem;
}
.wizard .wizard-content .wizard-step.active{
    text-align: left;
}
.wizard.vertical .wizard-content{
    width: 90%;
}
.header-step h4{
    color: #0a213f;
    font-size: 1.2em;
    font-weight: 800;
    padding-left: 1rem;
}
#mensagemFinal{
    color: #0a213f;
    font-size: 1.2em;
    font-weight: 800;
    padding-left: 1rem;
    text-align: left;
    text-transform: uppercase;
}
.pergunta{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.pergunta p{
    font-weight: 600;
    font-size: 0.875em;
    color: #0a213f;
    border-left: 2.2px solid #d4c7a3;
    padding-left: 1rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
.acertos p.desc{
    font-weight: 800;
    font-size: 1.3em;
    color: #0a213f;
    border-left: 2.2px solid #d4c7a3;
    padding-left: 1rem;
    /* padding-top: 0.8rem; */
    padding-bottom: 0.8rem;
    text-align: left;
}
.acertos .resposta{
    font-size: .9em;
    text-align: left;
    margin-top: 3rem;
}
.wizard.vertical .wizard-nav{
    margin-top: 2.5rem;
}

.form-group{
    padding-left: 1rem;
}

.resposta{
    /* margin-left: 1rem; */
    padding: 1rem;
    border: 2px solid #d2d2d2;
    border-radius: 10px;
    color:#6a6868;
    font-size:.9em;
}
.wizard.vertical .wizard-buttons{
    flex-basis: 50%;
    transition: all .3s ease-in;
}
.btn-reset {
    width: auto;
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 1.3em;
    text-transform: capitalize;
    font-weight: bold;
    border-radius: 8px;
    background-color:#857049 !important;
    color: #fff !important;
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    transition: all .3s ease-in;
    margin: 2rem 10px;
}
.wizard-btn.btn.next, .wizard-btn.btn.finish{
    background-color:#857049 !important;
    color: #fff !important;
}
.wizard .wizard-buttons{
    transition: all .3s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    /* padding-left: 4rem; */
}
.wizard .wizard-buttons .wizard-btn{
    width: auto;
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 1.3em;
    text-transform: capitalize;
    font-weight: bold;
    border-radius: 8px;
}
input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.ask-box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: 100%;
    background: #0a213f;
    padding: 0.8rem;
    gap: 1%;
    color: #fff;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 10px;
}
.check{
  display: block;
  position: relative;
  border: 5px solid #AAAAAA;
  border-radius: 100%;
  height: 18px;
  width: 18px;
  /* top: 30px;
  left: 20px; */
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}
 .check {
  border: 2px solid #FFFFFF;
}

.check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  height: 11px;
  width: 11px;
  top: 2px;
	left: 2px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
    /* background-color: #fff; */
}

input[type=radio]:checked ~ .check {
  border: 2px solid #fff;
}

input[type=radio]:checked ~ .check::before{
  background: #fff;
}

input[type=radio]:checked ~ label{
  color: #fff;
}

.signature {
	margin: 10px auto;
	padding: 10px 0;
	width: 100%;
}

.signature p{
	text-align: center;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.85em;
	color: #AAAAAA;
}

.signature .much-heart{
	display: inline-block;
	position: relative;
	margin: 0 4px;
	height: 10px;
	width: 10px;
	background: #AC1D3F;
	border-radius: 4px;
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.signature .much-heart::before, 
.signature .much-heart::after {
	  display: block;
  content: '';
  position: absolute;
  margin: auto;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #AC1D3F;
  top: -4px;
}

.signature .much-heart::after {
	bottom: 0;
	top: auto;
	left: -4px;
}

.signature a {
	color: #AAAAAA;
	text-decoration: none;
	font-weight: bold;
}
@media (min-width: 768px){
    .img-quiz {
        padding-left: 5rem;
    }
    .hidden-md{
        display: none;
    }
    .wizard .wizard-buttons{
        padding-left: 4rem;
    }
    .resposta{
        margin-left: 1rem;
    }
}
@media (max-width: 767px) {
    .wizard-step .row{
        display: flex;
        flex-direction: column;
    }
    .wizard-step .row .col-xs-12.col-md-6:first-child{
        order: 2;
    }
    .col-xs-12.col-md-6.img-quiz{
        margin-top: -20px;
    }
    .acertos .row{
        display: flex;
        flex-direction: column;
    }
    .acertos .row .col-xs-12.col-md-6.order-2{
        order: 2;
    }
    #mensagemFinal{
        font-size: .9em;
        margin-top: 2rem;
    }
    .acertos p.desc{
        font-size: .9em;
    }
}</pre></body></html>