

label.error{
	font-size: 0.9em;
	position:relative;
	top: 0px;
	margin: 2px;
	padding: 0 0 0 10px;
	color: red;
	float: left;
}

.togglebox{
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

.togglebox p{
	font-family: 'Barlow Semi Condensed', sans-serif;
	width: 100%;
	height: auto;
	font-size: 1rem;
	color: #3d3d5a;
	margin: 0px;
	padding: 5px 0;
	text-align: justify;
	line-height: 1.6em;
}

.h-dois{
	height: auto;
	text-align: left; 
	font-size: 1.1rem; 
	text-transform: uppercase; 
	font-weight: 500; 
	color: #000;
	margin: 10px 0;
	padding: 10px 5px; 
	background: rgba(17,161,198,0.1);
	cursor: pointer;
	letter-spacing: -1px;
	
	/* rounded corner */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	border: .5px solid rgba(255,255,255,0.5);
	border-width: thin;
}

.togglebox a{
	font-family: 'Barlow Semi Condensed', sans-serif;
	width: 100%;
	height: auto;
	font-size: 1.1em;
	color: #3d3d5a;
	margin: 5px auto;
	padding: 0;
	text-align: justify;
	line-height: 1.6em;
}

.content{
	width: 98%;
	margin: 0 auto;
	color: #3d3d5a;
}