@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

::-webkit-scrollbar-thumb {
	background-color: #00a1d8;
          border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

::-webkit-scrollbar-track {
  background-color: #ccc;  
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);     
    border-radius: 10px;
}

::-webkit-scrollbar {
	width: 8px;
         -webkit-appearance: none;
}

html{
	scroll-behavior: smooth;
}
body{
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	font-size: 16px;
	font-weight: 400;
	color: #3A3A3C;
}

/* Header */
header{
	position: fixed;
	width: 100%;
	z-index: 1000;
	padding: 5px 0;
	background: #00a1d8;
	top: 0;
}
a.logo{
	width: 100%;
	height: auto;
	cursor: pointer;
}
a.logo img{
	width: auto;
	height: 100%;
	max-height: 40px;
}
.menu span{
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    color: #FFFFFF;
    float: right;
}
.hero{
	margin-top: 90px;
	background: linear-gradient(277.08deg, #313132 11.89%, #151515 148.1%);
	text-align: center;
	padding: 120px 0;
}
.hero h1{
	font-weight: 700;
	font-size: 32px;
	line-height: 36px;
	text-align: center;
	color: #FFFFFF;
}
.hero p{
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	margin: 10px 0 20px 0;
}
a.ctaDefault, .ctaDefault{
	font-weight: 700;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	color: #383535;
	background: #00a1d8;
	border-radius: 4px;
	padding: 10px 40px;
	display: block;
	width: 100%;
    max-width: 450px;
    margin: 0 auto;
	border: 1px solid #00a1d8;
}
.ctaDefault img{
	margin-left: 5px;
}
a.ctaDefault2, .ctaDefault2{
	display: inline-block;
	width: auto;
	margin-top: 20px;
}
a.ctaDefault:hover, .ctaDefault:hover{
	text-decoration: none;
	background: #FFFFFF;
}
a.ctaDefault1, .ctaDefault1{
	color: #FFFFFF;
	font-weight: 700;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	padding: 10px 40px;
	display: block;
	width: 100%;
    margin: 20px auto;
	text-decoration: underline;
}
a.ctaDefault1:hover, .ctaDefault1:hover{
	color: #00a1d8;
}
.sobre{
	padding: 60px 0 60px 0;
}
h2.titulo{
	font-weight: 700;
    font-size: 30px;
    line-height: 34px;
	color: #313132;
}
.sobre h2.titulo{
	padding-top: 50px;
}
.boxAnalise{
	background: #FFFFFF;
	box-shadow: 0px 45.4398px 73.26px 33.3843px rgba(202, 209, 220, 0.1);
	border-radius: 18px;
	padding: 40px;
	margin: 30px 0;
}
.boxAnalise img{
	width: 50px;
	height: auto;
}
.tituloAnalise{
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #313132;
	margin: 15px 0 0 0;
}
.boxAnalise p{
	font-weight: 500;
	color: #313132;
	margin: 15px 0 0 0;
}
.sobre p{
	margin: 15px 0 0 0;
    font-size: 15px;
    line-height: 21px;
}
img.imgsobre1{
	width: 100%;
	height: auto;
}
.banner{
	background-color: #313132;
	background-image: url(images/fundo1.jpg);
    background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 20px;
	margin: 140px 0 140px 0;
	position: relative;
    padding: 100px 60px;
}
img.imgsobre2{
	width: 100%;
    height: auto;
    position: absolute;
    left: -70px;
    bottom: -100px;
}
.banner h2{
	color: #FFFFFF;
	font-weight: 700;
    font-size: 26px;
    line-height: 30px;
}
.banner p{
	color: #FFFFFF;
	margin: 15px 0 0 0;
    font-size: 15px;
    line-height: 21px;
}
.vantagens{
	background-color: #00a1d8;
	background-image: url(images/superestrela.svg);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 100px 0;	
}
.vantagens h2.titulo{
	text-align: center;
}
.boxVantagem{
	border: 1px solid #313132;
	border-radius: 18px;
	height: 100%;
	padding: 30px;
	color: #313132;
}
.boxVantagem img {
	width: 20px;
	height: auto;
}
.boxVantagem:hover{
	background-color: #313132;
	color: #FFFFFF;
}
.boxVantagem:hover img{
	filter: brightness(0) invert(1);
}
.tituloVant{
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	margin-top: 15px;
}
.boxVantagem p{
	margin: 15px 0 0 0;
    font-size: 15px;
    line-height: 21px;
}
.como{
	margin: 140px 0;
}
.blocoChecks{
	display: flex;
    flex-wrap: wrap;
}
.boxCheck{
	flex: 0 1 40%;
	width: 40%;
	padding-bottom: 30px;
	margin: 0 5% 5% 5%;
}
.boxCheck img{
	width: 40px;
	height: auto;
}
.tituloCheck{
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #313132;
	margin-top: 15px;
}
.boxCheck p{
	color: #313132;
	margin: 15px 0 0 0;
    font-size: 15px;
    line-height: 21px;
}
footer {
	background: #F1F3F5;
	padding: 10px 0;
	text-align: center;
}
footer a{
	font-weight: 700;
	font-size: 14px;
	line-height: 26px;
	color: #313132;
	margin: 0 5px;
	text-decoration: underline;
}
footer a:hover{
	color: #00a1d8;
}
footer span{
	font-weight: 500;
	font-size: 14px;
	line-height: 26px;
	color: #313132;
	margin: 0 5px;
}
.resultadoAnalise{
	border: 1px solid #00a1d8;
	border-radius: 24px;
	text-align: center;
	max-width: 450px;
	padding: 30px 40px 80px 40px;
	position: relative;
	margin: 0 auto 40px auto;
}
.resultadoAnalise h1{
	font-weight: 700;
	font-size: 64px;
	line-height: 50px;
	letter-spacing: -1px;
	color: #FFFFFF;
    margin: 0;
}
.resultadoAnalise h1 span{
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
}
.resultadoAnalise h1 b{
	font-weight: 700;
    font-size: 128px;
    line-height: 128px;
    letter-spacing: -7px;
}
.analise{
	text-align: center;
	padding: 100px 0;
}
.boxAnaliseResultado {
	background: #EBFFF4;
	border: 1px solid #5ED45E;
	padding: 50px 40px;
	text-align: left;
}
.boxAnaliseResultadoFalha{
	background: #FFF0F3;
	border: 1px solid #E34263;
}
.tituloAnaliseResultado {
	display: flex;
}
.tituloAnaliseResultado img {
	width: 30px;
	height: auto;
	margin-right: 10px;
}
.tituloAnaliseResultado span {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #313132;
}
.boxAnaliseResultado p {
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: #313132;
	margin: 15px 0 0 0;
}
.video{
	background: linear-gradient(277.08deg, #313132 11.89%, #151515 148.1%);
	color: #FFFFFF;
	padding: 100px 0;
	text-align: center;
}
.video h2.titulo{
	color: #FFFFFF;
}
.areaVideo {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 40px;
}
video {
	display: block;
	width: 100%;
	height: auto;
}
.quiz{
	padding: 120px 0 0 0;
	background: linear-gradient(277.08deg, #313132 11.89%, #151515 148.1%);
	text-align: center;
	min-height: 100vh;
	width: 100%;
}
.quiz h1{
	font-weight: 700;
	font-size: 32px;
	line-height: 36px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 50px;
}
span.aviso{
	font-weight: 500;
	font-size: 12px;
	line-height: 22px;
	color: #FFFFFF;
	text-align: left;
    display: block;
	margin: 40px 0 25px 0;
}
span.aviso a{
	text-decoration: underline;
	color: #FFFFFF;
}
span.aviso a:hover{
	color: #00a1d8;
}
form label{
    margin: 10px 0 5px 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: #FFFFFF;
    width: 100%;
}
.form-control{
	background: #FFFFFF;
	border-radius: 4px;
    border: none;
    height: 55px;
    padding: 15px 25px;
	font-size: 14px;
	margin-bottom: 15px;
	color: #848484;
	font-weight: 500;
}
.perguntas {
	overflow: hidden;    
	padding: 90px 0 0 0;
	position: relative;
}
.perguntas h1{
	font-weight: 700;
	font-size: 21px;
	line-height: 36px;
	text-align: center;
	color: #FFFFFF;
    padding-top: 35px;
}
.perguntas p{
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
	color: #FFFFFF;
}
button.voltarButton{
	font-weight: 600;
	font-size: 14px;
	line-height: 32px;
	color: #FFFFFF;
	margin: 60px auto 0 auto;
	display: block;
	border: none;
	background: none;
	display: block;
}
button.voltarButton img{
	margin-right: 10px;
}
button.voltarButton:hover{
	text-decoration: none;
	filter: brightness(0) saturate(100%) invert(78%) sepia(86%) saturate(913%) hue-rotate(337deg) brightness(101%) contrast(99%);
}
.pergunta{
    padding: 60px 0;
}
.contaPergunta{
	font-weight: 600;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 84px;
    padding: 10px 20px;
    min-width: 250px;
    display: inline-block;
}
.tituloPergunta{
	font-weight: 700;
	font-size: 32px;
	line-height: 36px;
	text-align: center;
	color: #FFFFFF;
	padding: 20px 0;
}
.perguntas:after{
	content: '';
	display: block;
	z-index: 10;
	background-image: url(images/degrade1.png);
	background-size: cover;
	background-position: top center;
	width: 100%;
	height: auto;
	width: 100%;
	height: 20vh;
	position: fixed;
	bottom: 0;
	-webkit-user-select: none;      
	-moz-user-select: none;
	-ms-user-select: none; 
	user-select: none; 
}
.blocoPerguntas{
	position: fixed;
    width: 100%;
}
.areaPerguntas{
	position: relative;
    margin-top: 30vh;
	height: calc(100vh - 30vh - 100px);
	overflow: hidden;
	padding-bottom: 40vh;
}
.button-wrap {
	position: relative;
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button-label {
	display: inline-block;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
	user-select: none;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    color: #383535;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 12px 20px;
    margin: 10px;
    cursor: pointer;
    width: auto;
    min-width: 150px;
}
.button-number{
	min-width: 50px;
}
.button-label h1 {
	font-size: 1em;
	font-family: "Lato", sans-serif;
}
.button-label:hover {
	background: #d6d6d0;
}
.button-label:active {
	transform: translateY(2px);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0px -1px 0 rgba(0, 0, 0, 0.22);
}  
.radio-label:checked + .button-label {
	background: #00a1d8;
}
.hidden {
	display: none;
}
.areaPerguntas .form-control{
	max-width: 450px;
	margin: 0 auto;
}
.checkbox-group {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	-webkit-user-select: none;
     	-moz-user-select: none;
      	-ms-user-select: none;
        	user-select: none;
}

#checkbox-especialidade{
    z-index: 20;
    position: relative;
    height: 200px;
    min-height: 200px;
    overflow-y: auto;
     -webkit-overflow-scrolling: auto;
     scrollbar-color: #FFF #2260ff !important;
}

#checkbox-especialidade::-webkit-scrollbar-thumb {
	background: #FFF !important;
          border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
      box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5) !important;
}

#checkbox-especialidade::-webkit-scrollbar-track {
  background-color: #FFF !important;  
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);     
    border-radius: 10px;
}

#checkbox-especialidade::-webkit-scrollbar {
	width: 8px;
          -webkit-appearance: none;
}

.checkbox-input {
  	clip: rect(0 0 0 0);
  	-webkit-clip-path: inset(100%);
        clip-path: inset(100%);
  	height: 1px;
  	overflow: hidden;
  	position: absolute;
  	white-space: nowrap;
  	width: 1px;
}
.checkbox-input:checked + .checkbox-tile {
  	border-color: #2260ff;
  	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  	color: #2260ff;
}
.checkbox-input:checked + .checkbox-tile:before {
  	transform: scale(1);
  	opacity: 1;
}
.checkbox-input:checked + .checkbox-tile, .checkbox-input:checked + .checkbox-tile .checkbox-label {
  	color: #383535;
  	background: #00a1d8;
}
.checkbox-tile {
	user-select: none;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    color: #383535;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 12px 20px;
    margin: 5px 10px;
    cursor: pointer;
    width: auto;
    min-width: 150px;
    position: relative;
    display: block;
}
.checkbox-tile:before {
	content: "0";
	content: attr(contagem-ordem);
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    border: 2px solid #FFFFFF;
    background-color: #00a1d8;
    border-radius: 50%;
    top: 10px;
    left: -15px;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
    font-size: 16px;
    padding-top: 2px;
}
.checkbox-tile:hover:before {
  	transform: scale(0);
  	opacity: 1;
}
.checkbox-label {
	user-select: none;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    color: #383535;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 12px 20px;
    margin: 10px;
    cursor: pointer;
    width: auto;
    min-width: 150px;
}
.checkbox{
	display: inline-block;
}


.mCSB_scrollTools .mCSB_draggerRail {
    background: none;
}
.mCSB_scrollTools .mCSB_draggerContainer {
    background: #FEC422;
    border-radius: 10px;
    width: 6px;
}


/*		Responsive CSS 		*/
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
	.menu span {
		font-size: 14px;
	}
	a.logo img {
		max-height: 35px;
	}
	.hero {
		padding: 80px 0;
	}
	.hero h1 {
		font-size: 28px;
		line-height: 30px;
	}	
	.hero h1 br, .hero p br, .sobre h2.titulo br {
		display: none;
	}
	.resultadoAnalise h1 br{
		display: block;
	}
	.resultadoAnalise {
		padding: 30px 40px 30px 40px;
	}
	.boxAnalise {
		padding: 30px;
		margin: 10px 0;
	}
	.banner{
		background-position: -100px 400px;
		background-size: auto;
		margin: 80px 0 80px 0;
		padding: 50px 50px 0px 50px;
	}
	img.imgsobre2 {
		position: relative;
		left: 0px;
		bottom: 0px;
		margin-top: 50px;
	}
	.como {
		margin: 80px 0;
	}
	.boxCheck {
		flex: 0 1 100%;
		padding-bottom: 30px;
		margin: 10% 0% 0% 0%;
	}
	.perguntas:after {
		height: 10vh;
		bottom: -2px;
	}
	.tituloPergunta {    
		font-size: 22px;
		line-height: 24px;
	}
	.perguntas h1 {
		font-size: 16px;
		line-height: 17px;
	}
	.perguntas p {
		line-height: 21px;
	}
	.blocoPerguntas {    
		padding: 0 15px;    
		position: relative;
	}
	.pergunta {
		padding: 25px 0 0 0;
		min-height: 60vh;
	}
	.button-wrap {
		flex-wrap: wrap;
	}
	button.voltarButton {
		margin: 12px auto 0 auto;
	}
	.areaPerguntas {
		margin-top: 0px;
		height: 80vh;
	}
	.checkbox-group {
		overflow: auto;
		height: 40vh;
	}
	.quiz{
		padding-bottom: 50px;
	}
	.quiz.perguntas{
		padding-bottom: 0px;
	}
	.quiz h1 {
		padding-top: 25px;
	}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	.menu span {
		font-size: 14px;
	}
	a.logo img {
		max-height: 35px;
	}
	.hero {
		padding: 80px 0;
	}
	.hero h1 {
		font-size: 28px;
		line-height: 30px;
	}	
	.hero h1 br, .hero p br, .sobre h2.titulo br {
		display: none;
	}
	.resultadoAnalise h1 br{
		display: block;
	}
	.resultadoAnalise {
		padding: 30px 40px 30px 40px;
	}
	.boxAnalise {
		padding: 30px;
		margin: 10px 0;
	}
	.banner{
		background-position: -100px 400px;
		background-size: auto;
		margin: 80px 0 80px 0;
		padding: 50px 50px 0px 50px;
	}
	img.imgsobre2 {
		position: relative;
		left: 0px;
		bottom: 0px;
		margin-top: 50px;
	}
	.como {
		margin: 80px 0;
	}
	.boxCheck {
		flex: 0 1 100%;
		padding-bottom: 30px;
		margin: 10% 0% 0% 0%;
	}
	.perguntas:after {
		height: 10vh;
		bottom: -2px;
	}
	.tituloPergunta {
		font-size: 26px;
		line-height: 32px;
	}
	.perguntas h1 {
		font-size: 20px;
		line-height: 22px;
	}
	.perguntas p {
		line-height: 21px;
	}
	.blocoPerguntas {    
		padding: 0 15px;
	}
	.pergunta {
		padding: 60px 0;
	}
	.button-wrap {
		flex-wrap: wrap;
	}
	button.voltarButton {
		margin: 30px auto 0 auto;
	}
	.areaPerguntas {
		margin-top: 20vh;
		height: calc(100vh - 20vh - 90px);
	}
	.checkbox-group {
		overflow: auto;
		height: 40vh;
	}
	.quiz{
		padding-bottom: 50px;
	}
	.quiz.perguntas{
		padding-bottom: 0px;
	}
	.quiz h1 {
		padding-top: 25px;
	}

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	.banner{
		background-image: none;
	}
	img.imgsobre2 {
		width: 150%;
	}
	button.voltarButton {
		margin: 30px auto 0 auto;
	}
	.areaPerguntas {
		margin-top: 20vh;
		height: calc(100vh - 20vh - 90px);
	}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	.perguntas:after {
		height: 10vh;
		bottom: -2px;
	}
}

@media(max-width: 991px){
    .checkbox-label{
        text-align: center;
        padding: 7px 15px;
        line-height: 12px;
        font-size: 14px;
    }
    a.ctaDefault, .ctaDefault{
        font-size: 14px;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 

}

@media (min-width: 1600px) { 
	.pergunta {
		padding: 80px 0 120px 0;
	}
}

@media(max-width: 1500px) AND (min-width: 768px) {
    .pergunta{
        padding: 30px 0;
    }
    header{
        padding: 10px 0;
    }
    #checkbox-especialidade{
        height: 300px;
    }
}

@media(max-width: 1400px) AND (min-width: 1024px){
    .areaPerguntas{
        margin-top: 20vh;
    height: calc(100vh - 20vh - 100px);
    }
    button.voltarButton{
        margin: 10px auto 0 auto;
    }
    .perguntas h1{
        font-size: 19px;
        padding-top: 35px;
    }
}

@media (max-height: 680px) and (min-width: 1100px) { 
	button.voltarButton {
		margin: 0px auto 0 auto;
	}
	.perguntas:after{
		display: none;
	}
	.tituloPergunta {
		font-size: 26px;
		line-height: 32px;
	}
	.pergunta {
		padding: 40px 0 80px 0;
	}
	.checkbox-group {
		overflow: auto;
		height: 85px;
	}
	.perguntas h1 {
		font-size: 20px;
		line-height: 22px;
	}
	.perguntas p {
		line-height: 21px;
	}
}