*{
	margin: 0;
	padding: 0;
	font-family: 'Montserrat'; 
	box-sizing: border-box;
	overflow-x: hidden;
}

nav{
	display: flex;
	justify-content: center;
	position: relative;
	position: fixed;
	z-index: 1;
	width: 100%;
	margin-top: 10px;
}

section {
	display: flex;
	justify-content: center;
}

.content-nav{
	width: 70%;
	padding: 30px 70px;
	display: flex;
	justify-content: space-between;
	background-color: #3cc401;
	box-shadow: #393939 1px 1px 5px;
}

.line-nav{
	height: 60px;
	width: 30px;
	background-color: #2c9101;
	margin-top: 15px;
}

.separator{
	width: 70px;
	height: 5px;
	background-color: #3cc401;
	margin: 20px 0;
}

.center{
	margin:20px 47%;
}

a{
	text-decoration: none;
	color: white;
	font-size: 18px;
	transition: all 0.3s;
	cursor: pointer;
}

a:hover{
	color: #34558c;
	text-decoration: none;
	transition: all 0.3s;
}

#home{
	background-image: url('imagens/cco3.jpg');
	width: 100%;
	height: 690px;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
}

#oque{
	background-color: #ededed;
	width: 100%;
	padding: 70px;
}

#fluxograma, #simulador{
	width: 100%;
	min-height: 350px;
	padding: 70px;
}

#pontos{
	width: 100%;
	padding: 70px;
}

.btn-simulador{
	padding: 15px 30px;
	border: none;
	background-color: #34558c;
	color: white;
	border-radius: 4px;
	margin: 30px auto;
	display: block;
	cursor: pointer;
	transition: all .5s;
}

.btn-simulador:hover{
	border: solid 1px #34558c;
	background-color: transparent;
	color: #34558c;
	transition: all .5s;
}

.btn-simulador-verde{
	padding: 15px 30px;
	border: none;
	background-color: #3cc401;
	color: white;
	border-radius: 4px;
	margin-top: -10px;
	cursor: pointer;
	transition: all .5s;
}

.btn-simulador-verde:hover{
	border: solid 1px #3cc401;
	background-color: transparent;
	color: #3cc401;
	transition: all .5s;
}

#menu{
	display: none;
}

.panel{
	border: solid 1px #444;
	border-radius: 4px;
	padding: 20px;
	margin-top: 75px;
}

.text-center{
	text-align: center;
}

h4{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.2rem;
}

.white{
	color: white;
}

.black{
	color: #7a7a7a;
}


p{
	line-height: 27px;
}

h1{
	font-family: 'Montserrat';
	font-weight: bold;
}

h2{
	color: #34558c;
	width: 100%;
	text-align: center;
}

h3{
	color: white;
	font-size: 20px;
	font-weight: 600;
}

.rgba{
	height: 100%;
	width: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 170px 70px;
	overflow-y: hidden;
}

.grey{
	color: #cecece;
}

footer{
	position: relative;
	bottom: 0;
	width: 100%;
	display: flex;
	padding: 40px 70px;
	background-image: url('imagens/footer.jpg');
	background-size: auto 180px;
	height: 120px;
}

.after_footer{
	height: 70px;
	width: 100%;
	padding: 30px 70px 40px 70px;
	background-color: #495e76;
	display: flex;
	align-items: center;
	justify-content: space-between; 
	overflow-y: hidden;
}

.flex{
	width: 100%;
	display: flex;
	justify-content: center;
}

.after_footer>img{
	height: 60px;
}

#simulador_categorias{
	padding-top: 70px;
	min-height: 70vh;
}

label{
	display: block;
	margin-bottom: 15px;
	width: 900px;
	padding-right: 10px;
}

input[type="checkbox"]{
	margin-right: 15px;
}

.pontuacao{
	max-width: 100px;
	border-left: solid 1px grey;
	padding-left: 10px;
}

.tit_pont{
	font-size: 12px;
}

.pontos{
	font-size: 30px;
}

.content-question{
	display: flex;
	max-width: 80%;
	margin-bottom: 20px;
	margin-left: 140px;
}

.numeric{
    font-size: 37px;
    font-style: italic;
    color: #CCC;
    display: inline;
    width: 60px;
    margin-right: 25px;
}

form{
	position: relative;
}

#form_categoria1, #form_categoria2, #form_categoria3, #form_categoria4, #form_categoria5{
	position: relative;
	/*min-height: 620px;*/
}

.medal{
	text-align: center;
	transition: all 0.5s;
	max-width: 200px;
}
#medal1, #medal2, #medal3{
	overflow-y: hidden;
	height: 500px;
}

.panel-medalha1{
	margin-top: 135px;
}

.panel-medalha3{
	margin-top: 165px;
}

.painel-medalha2{
	margin-top: 90px;
}

.panel-medalha4{
	margin-top: 50px;
}

.content-medal{
	width: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	padding-right: 25px;
}
/*.podio{
	width: 100%;
	height: 400px;	
	background-image: url('imagens/podio.jpg');
	background-repeat: no-repeat; 
	background-size: cover;
	background-position: 0 -100px;
}*/
.content-podio{
	height: 190px;
	display: flex;
	align-items: flex-end;
	margin-top: 320px;
	overflow-y: hidden;
}

.desenho-podio{
	width: 100%;
	overflow-y: hidden;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.subtext-podio{
	text-align: center;
	font-size: 20px;
	line-height: 25px;
	color: white;
	margin: 0!important;
	padding: 0!important;
}
.text-podio{
	text-align: center;
	font-size: 40px;
	line-height: 55px;
	color: #444;
	font-weight: bold;
	margin: 0!important;
	padding: 0!important;
}

.text-podio-obs{
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	color: #444;
	font-weight: bold;
	margin: 0!important;
	padding: 0!important;
}

.desenho-podio1{
	height: 110px;
} 

.desenho-podio2{
	height: 150px;
} 

.desenho-podio3{
	height: 80px;
} 

.desenho-podio4{
	height: 190px;
}

.medal:hover{
	transition: all 0.5s;
	background-color: white;
}

#menu-resp{
	display: none;
	background-color: #3cc401;
	width: 500px;
	padding-top: 20px;
	display: none;
}

#downloads{
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 820px){
	#menu{
		display: block;
	}
	.links{
		display: none;
	}
	.content-nav{
		display: block;
	}
	a{
		display: block;
	}

	#home{
		height: 1200px;
	}

	.content-podio{
		display: none;
	}

	#medal1, #medal2, #medal3{
		height: 300px;
	}

	.panel-medalha1, .panel-medalha3{
		margin-top: 90px!important;
	}
}

@media screen and (max-width: 440px){
	.rgba{
		padding: 170px 0px;
	}
	#home{
		height: 1200px;
	}
	#oque, #fluxograma, #simulador, #pontos{
		padding: 70px 0px;
	}
	.img-arvore{
		width: 90%;
		height: 270px;
	}
	.img-medalha{
		height: 150px;
		width: 150px;
	}
	.content-question{
		margin-left: 20px;
		max-width: 90%;
		margin-top: 30px!important; 
	}
}