@-webkit-keyframes appLoading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#app-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    animation: appLoadingIn 10s ease;
    -webkit-animation: appLoadingIn 10s ease;
    animation-fill-mode: forwards;
    overflow: hidden;
	margin-bottom: 30px;
}
#app-loading>div {
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border: .5rem solid #F5F5F5;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: appLoading 1.1s infinite linear;
    animation: appLoading 1.1s infinite linear;
}
#app-loading>div, #app-loading>div:after {
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
}	

.main-quiz {
	padding: 30px 0 80px;
}
.main-quiz h1 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 35px;
}

.acf-form-submit input,
.quiz-item {
	padding: 17px 20px;
	font-size: 18px;
}
.quiz-item {
	font-weight: bold;
}
.padding-fix {
	padding: 0 150px;
}

.quiz-items {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px;
}

.quiz-footer {
    width: 100%;
    padding-top: 300px;
}
.quiz-footer p {
	margin-bottom: 0;
	font-size: 11px;
	color: #999999;
}
.quiz-footer p a {
	color: #999999;
}
.quiz-footer p a:focus,
.quiz-footer p a:active {
	color: #999999;
}
.quiz-footer p a:hover {
	text-decoration: none;
}
.quiz-back {
	margin-bottom: 10px;
	font-weight: bold;
}
.quiz-back span {
	font-weight: bold;
	cursor: pointer;
}
.quiz-back button {
	display: flex;
	align-items: center;
	grid-gap: 4px;
	font-size: 16px;
}
.quiz-back button i {
	line-height: 10px;
	font-size: 18px;
}
.quiz-question-title {
	margin-bottom: 30px;
    font-size: 18px;
	font-weight: bold;
    line-height: 28px;
}

.quiz-question-group-last {
	margin: 80px 0 80px;
	display: none;
}
.quiz-question-group-last img {
	margin-bottom: 30px;
}

.quiz-nav {
	position: relative;
}


.quiz-steps {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 35px;
}
.quiz-steps .quiz-steps-number {
	font-size: 16px;
	position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #C6CCD6;
    text-align: center;
    color: #fff;
    font-weight: 500;
    border: 1px solid #C6CCD6;
    z-index: 2;
}

.quiz-steps-line {
    height: 4px;
    background: #C6CCD6;
    position: absolute;
    margin: 0 auto;
    left: 10px;
    right: 10px;
    top: 13px;
    z-index: 1;
}


.acf-form-submit {
	display: none;
}
#submitQuiz {
	display: block;
	width: 100%;
	font-weight: bold;
	border-radius: 8px;
}

.acf-form .error {
    border-color: red !important; 
}
.acf-form .acf-label {
	display: none;
}
#converteu {
	display: none !important;
}

.acf-form-submit input[disabled] {
	cursor: not-allowed !important;
	opacity: 0.5 !important;
}
#converteu .acf-input {
	display: none;
}
.acf-field {
	width: 100% !important;
	padding: 0 !important;
	margin:0 0 1rem !important;
}
.form-field,
.form-field input {
	box-shadow: none;
	height: 54px;
	border-radius: 8px;
	padding: 10px 17px;
	transition: none !important;
	margin:0 0 1rem;
}
.acf-fields > .acf-field {
	border:none !important
}
.form-field:focus,
.form-field input:focus {
	transition: none !important;
}

.acf-form-submit input {
	width: 100%;
}

 

.step-slider-wrap {
	position: relative;
  }

  body {
	counter-reset: section;
  }


  .step-progress .step-slider {
	display: flex;
	justify-content: space-between;
  }

  .step-progress .step-slider-wrap {
	margin-bottom: 35px;
  }
  
  .step-progress .step-slider .step-slider-item {
	flex: 1;
	height: 3px;
	position: relative;
	background-color: #E0E0E0;
  }
  .step-progress .step-slider .step-slider-item:last-child {
	display: none;
  }
  .step-slider-item:after {
	counter-increment: section;
    content: "" counter(section) "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: -14px;
    right: -9px;
    background-color: #ffffff;
    border: 3px solid #E0E0E0;
    border-radius: 50%;
    z-index: 2;
    transition: all 0.3s ease-out 0.2s;
    -webkit-transition: all 0.3s ease-out 0.2s;
    display: flex;
    justify-content: center;
    font-size: 14px;
    align-items: center;
  }
  .step-slider-item:last-child:after {
	right: 0;
  }
  .step-slider-item.last:after {
	right: 0;
  }
  
  .step-slider-item-first:after {
	left: 0 !important;
	right: inherit !important;
  }
  
  .step-progress .step-slider .step-slider-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 3px;
	background-color: #B0BEC5;
	z-index: 1;
	-webkit-transition: all 0.5s ease-out;
  }
  
  .step-progress .step-slider .step-slider-item.active:before {
	width: 100%;
  }
  
  .step-content .step-content-foot button {
	border: 0;
	background-color: transparent;
	outline: 0;
  }
  
  .step-content .step-content-foot button:active {
	background-color: transparent;
  }
  
  .step-content .step-content-foot button.out {
	display: none;
  }
  

  
  .step-content .step-content-body.out {
	display: none;
  }


  @media (max-width: 830px) {
	.padding-fix {
		padding: 0;
	}
  }

  @media (max-width: 639px) {
	.quiz-footer {
		padding-top: 300px;
	}
	.quiz-footer p {
		line-height: 15px;
	}
  	.main-quiz h1 {
		font-size: 20px;
		line-height: 25px;
	}
	.main-quiz {
		padding: 20px 20px 80px;
	}
	.quiz-question-title {
		font-size: 18px;
		margin-bottom: 22px;
		padding-top: 10px;
	}
	.step-progress .step-slider-wrap {
		margin-bottom: 28px;
	}
	.acf-form-submit input,
	.quiz-item {
		padding: 17px 15px;
		font-size: 16px;
	}
	.quiz-back {
		margin-bottom: 22px;
	}
	
	.quiz-question-group-last {
		margin: 40px 0 40px;
		display: none;
	}
  }


  
  
._form-branding {
	display: none !important;
}
._form {
	padding:0 !important;
}
#form-sms form label,
#form form label {
	font-family: 'Poppins', Arial !important;
}
#form-sms form ._submit,
#form form ._submit {
	margin-bottom: 0;
	display: block;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	font-weight: bold !important;
	cursor: pointer;
	border-radius: 8px !important;
	transition: none;
	outline: none;
	padding: 17px 20px !important;
	font-size: 18px;
	font-family: 'Poppins', Arial !important;
}
#form-sms form ._submit.processing,
#form form ._submit.processing {
	border-radius: 8px !important;
	padding: 17px 20px !important;
}

#form-sms form input[type="text"],
#form form input[type="text"],
#form form input[type="email"] {
    padding: 14px 17px !important;
    height: auto !important;
    font-size: 15px !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    border: 1px solid #cacaca !important;
	font-family: 'Poppins', Arial !important;
}
#form-sms form input:focus,
#form form input:focus {
	border-color: #555555 !important;
}
#form-sms form input.error,
#form form input.error {
    border-color: red !important; 
}


.button-custom, .button-sms {
	border:none !important;
	padding: 19px 15px !important;
    font-size: 18px !important;
	display: block;
	width: 100%;
}
.button-sms img, .button-custom img {
	display: none;
	margin-top: -2px;
	margin-right: 3px;
}

.form-check {
	display: flex;
	align-items: center;
	grid-gap: 8px;
	margin-bottom: 20px;
	cursor: pointer;
}
.form-check input {
	margin: 0;
	cursor: pointer;
	margin-top: -1px;
}

.quiz-question-group-last-wrapper {
	display: flex;
	align-items: center;
	height: 100vh;
	justify-content: center;
}
.quiz-question-group-last-wrapper img {
	max-width: 44% !important;
	margin-bottom: 15px;
}


@media (max-width: 639px) { 
	
.quiz-question-group-last-wrapper img {
	max-width: 90% !important;
}

}

body.fixed #step-last {
	height: 100vh;
	padding: 0;
	margin: 0;
}
body.fixed .main-quiz {
	padding: 0;
}


.button-disabled[disabled] {
	opacity: 10 !important;
}