/* CSS Document */

#article_inner{
	position: relative;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
}

#article_inner h1{
  font-family: Gilroy;
  font-size: 32px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #627179;
	margin-top: 40px;
	margin-bottom: 20px;

}
#article_inner .bloco{
	position: relative;
	
}
.bloco{
	margin-bottom: 30px;
}
#pj{
	display: none;
}
.form h2{
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.liajudar{
	display: none;
}
.campo::placeholder{
    color: #C8C8C8;
}