@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');


*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body {
	background: #ffffff;
	color: #333333;
	font-weight: 500;
	font-size: 1em;
	font-family: 'Montserrat', sans-serif;
}

a {
	color: #2fa0ec;
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: #333333;
	outline: none;
}


ul{
	margin: 0;
	padding: 0;
	overflow: hidden;
}

li{
	list-style: none;
}

main{
	height: auto;
}

h1, h2, h3, h4, h5, h6, p{
	margin: 0;
	padding: 0;
	line-height: normal;
	font-weight: normal;
}


.bloco{
	height: 100vh;
	min-height: 660px;
	color: white;
	display: table;
	width: 100%;
	background-color: #003056;
}

.bloco-interno{
	color: white;
	display: table-cell;
	vertical-align: middle;
}



.step{
	display: block;
	margin: 0 auto;
}

.pergunta01{

}

.situacao-cnh{
	display: none;
}

.resposta-f{
	display: none;
}

.resposta-detran{
	display: none;
}

.resposta-detran-a{
	display: none;
}

.resposta-detran-b{
	display: none;
}



.pergunta01 img{
	display: block;
	margin: 20px auto;

}
.pergunta01 h1{
	text-align: center;
	font-weight: 800;
	font-size: 30px;
	line-height: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	color: #3fadf2;

}

.pergunta01 h2{
	text-align: center;
	font-weight: normal;
	font-size: 26px;
	line-height: normal;
	margin: 0;
	padding: 0;

}

.pergunta01 span {
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
    padding-left: 18px;
    padding-top: 5px;
}

.btn-proximo{
	display: block;
	color: #ffffff;
	background: #62a205;
	border-radius: 10px;
	width: 200px;
	margin: 15px auto;
	font-weight: 800;
	text-transform: uppercase;
	height: 60px;
	padding: 14px 0;
	font-size: 20px;
	border: 0px solid transparent; 
	box-shadow: none;

}
.btn-proximo:hover, .btn-proximo:focus{
	color: #ffffff;
	background: #3c5f06;
	border: 0px solid transparent; 
	box-shadow: none;
}
.step h3{
	text-align: left;
	font-weight: 600;
	font-size: 28px;
	line-height: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}

.step strong{
	color: #3fadf2;
	font-weight: 600;
}

.step h4{
	text-align: left;
	font-weight: normal;
	font-size: 24px;
	line-height: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}

.btn-proximo-resposta{
	display: block;
	color: #ffffff;
	background: #62a205;
	border-radius: 10px;
	width: 200px;
	margin: 10px auto;
	font-weight: 800;
	text-transform: uppercase;
	height: 60px;
	padding: 14px 0;
	font-size: 20px;
	border: 0px solid transparent; 
	float: left;

}
.btn-proximo-resposta:hover{
	color: #ffffff;
	background: #3c5f06;
}


.step .campo-pergunta{
	display: block;
	margin: 0;
	margin-bottom: 20px;
}

.step .campo-pergunta input {
    width: 100%;
    height: 50px;
    background: transparent;
    border: 1px solid #ffffff;
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 10px;
    font-size: 18px;
    font-weight: normal;
    box-shadow: none;
}

.step .campo-pergunta input:hover, .step .campo-pergunta input:focus{
	border-radius: 10px;
	font-size: 18px;
    font-weight: normal;
    border: 1px solid #3fadf2;
	box-shadow: none;
}

.step .campo-pergunta input::placeholder{
	 color: #ffffff;
    font-size: 18px;
    font-weight: normal;
}



.btn-enviar-final{
	display: block;
	color: #ffffff;
	background: #62a205;
	border-radius: 10px;
	width: 100%;
	margin: 15px auto;
	font-weight: 800;
	text-transform: uppercase;
	height: 60px;
	padding: 14px 0;
	font-size: 20px;
	border: 0px solid transparent; 
	box-shadow: none;

}
.btn-enviar-final:hover, .btn-enviar-final:focus{
	color: #ffffff;
	background: #3c5f06;
	border: 0px solid transparent; 
	box-shadow: none;
}


.btn-proximo-f{
	display: none;
}

.pergunta01 .timer{
	display: inline-block;
	float: left;
	margin: 0 auto;
}


.pergunta01 .timer {
    display: inline-block;
    float: left;
    margin: 0 auto;
    width: 30px;
    height: 30px;
}

.teste-tempo {
    display: block;
    margin: 0 auto;
    width: fit-content;
}



.sucesso{
	height: 100vh;
			background-color: #003056;
	background: #003056;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #00346b, #003056);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #00346b, #003056); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: white;
	display: table;
	width: 100%;
	text-align: center;
}

.interno-sucesso{
	color: white;
	display: table-cell;
	vertical-align: middle;
}

.interno-sucesso h1{
	color: #ffffff;
	font-weight: 700;
	font-size: 28px;
	margin: 40px 0;
	line-height: normal;
}

.interno-sucesso p{
	color: dodgerblue;
	font-weight: 700;
	font-size: 18px;
	margin: 0 0;
	line-height: normal;	
}


.msg_atencao {
    padding: 16px;
    background-color: darkred;
    border-radius: 8px 8px 0 0;
}

.list-problemas {
	border: 2px solid darkred;
    border-radius: 0 0 8px 8px;
    padding: 24px 8px;
    background-color: white;
    color: darkslategray;
}


@media (max-width: 720px) {
	.interno-sucesso h1 {font-size: 21px; margin: 2em auto 0.5em;}
	.list-problemas {font-size: 12px;}
}



/* WhatsApp */

.btn-whats{
  position:fixed;
  width:80px;
  height:80px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
    font-size:48px;
  box-shadow: 2px 2px 3px #999;
    z-index:100;
    animation : pulse 0.5s 3s infinite alternate;
}

.icon-whats{
  margin-top:16px;
}


@keyframes pulse {
   from { transform: scale(1)   ; opacity: 1;    }
   to   { transform: scale(0.75); opacity: 0.25; }
}
