
:root {
	--color-durazno:#FFAC81;
	---font-principal:'Montserrat';
	--color-font:#202F22;
   }

/***** QUESTION TEST *****/

.f1-steps { overflow: inherit; position: relative; margin-top: 32px; }

.f1-progress { position: absolute; top: -15px; left: 0; width: 100%; height: 10px; background: #ffab8148; border-radius: 20px; }
.f1-progress-line { position: absolute; top: 0; left: 0; height: 10px; background: #FFAC81;  border-radius: 20px;  }

.f1-step { position: relative; float: left; width: 33.333333%; padding: 0 5px; }

.f1-step-icon {
	display: inline-block; width: 40px; height: 40px; margin-top: 4px; background: #ddd;
	font-size: 16px; color: #fff; line-height: 40px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
.f1-step.activated .f1-step-icon {
	background: #fff; border: 1px solid #f35b3f; color: #f35b3f; line-height: 38px;
}
.f1-step.active .f1-step-icon {
	width: 48px; height: 48px; margin-top: 0; background: #f35b3f; font-size: 22px; line-height: 48px;
}


.f1-step.activated p { color: #f35b3f; }

.f1 fieldset { display: none; text-align: left; }

.f1-buttons { text-align: right; }

.f1 .input-error { border-color: #f35b3f; }

.btn-check-test{
	background: #ffffff;
	border:solid 2px #FFAC81 !important;
	height: 50px;
	width:100%;
	margin: 8px;
	font-size: 12px;
	color: #FFAC81 !important;
	border-radius: 50px;
	padding: 10px;
}
.btn-check:checked + .btn-check-test{
	background: #FFAC81 !important;
color: #fff!important;
}
.btn-next{
	color: #FFAC81;
	background-color: #ddd;
	text-decoration: underline;
}
.btn-previous{
	color: #706762;
	background-color: #ddd;
	text-decoration: underline;
}
button.btn.btn-next,
button.btn.btn-next:focus,
button.btn.btn-next:active:focus, button.btn.btn-next.active:focus { background: #ffab8100; }

button.btn.btn-submit,
button.btn.btn-submit:focus,
button.btn.btn-submit:active:focus, button.btn.btn-submit.active:focus { background: #ffab8100; }

button.btn.btn-previous,
button.btn.btn-previous:focus,
button.btn.btn-previous:active:focus, button.btn.btn-previous.active:focus { background: #1f1e1e00; }
.title-test{
	color: #181C28;
    font-weight: bold;
    font-size: 40PX;
    font-family: var(---font-principal);
}

.test-content2{
	padding-top: 50px;
	padding-bottom: 50px;
}

.test-content{
padding-top: 50px;
padding-bottom: 50px;
}

.view-all-products-btn{

	font-family: var(---font-principal);
	color: var(--color-durazno);
	font-size: 16px;

}
.view-all-products-btn:hover{
	color: #181C28;

}
.nav-test{
	justify-content: space-between;
}