*
{
	font-family:  					'Mulish', sans-serif;			
}

/*-- LEFT CONTAINER --*/
.left-content
{
	background: 					#02429e;
	padding: 						100px;
	height: 						auto;
	min-height:  					100vh;
}
.left-content a
{
	display:  						block;
	position:  						relative;
	font-weight:  					800;
	font-size: 						14px;
	color: 							white;
	text-decoration: 				none;
	margin-bottom:  				50px;
}
.left-content h2
{
	font-weight:  					800;
	font-size: 						48px;
	color: 							white;
	box-shadow: 					-10px 0 0 0 #027c9e, 10px 0 0 0 #027c9e;
	background:  					#027c9e;
	padding: 						5px;
	text-align:  					left;
}
.left-content p
{
	font-weight: 					400;
	font-size: 	 					18px;
	color: 							white;
	text-align:  					justify;
	margin-top:  					25px;
}

/*-- RIGHT CONTAINER --*/
.right-content
{
	padding: 						100px;
	height: 						auto;
	min-height:  					100vh;

}
.right-content img
{
	display:  						block;
	position:  						relative;
	width:  						285px;
	height:  						auto;
	margin-left:  					auto;
	margin-right:  					auto;
}
.right-content form
{
	display: 						block;
	position:  						relative;
	width: 							100%;
	height: 						auto;
}
.field-inline
{
	display:  						inline-block;
	position:  						relative;
	width: 							49%;
	height: 						50px;
	padding:  						5px 15px;
	background:  					none;
	border: 						1px solid #027c9e;
	border-radius:  				25px;
	color: 							#333;
	margin-top:  					5px;
	margin-bottom:  				5px;
}
.field-normal
{
	display:  						block;
	position:  						relative;
	width: 							100%;
	height: 						50px;
	padding:  						5px 15px;
	background:  					none;
	border: 						1px solid #027c9e;
	border-radius:  				25px;
	color: 							#333;
	margin-top:  					5px;
	margin-bottom:  				5px;
}
.right-content form label
{
	font-weight: 					400;
	font-size: 	 					18px;
	color: 							#02429e;
	text-align:  					justify;
	margin-top: 					20px;
	margin-bottom: 					10px;
}
.field-enviar
{
	display: 						block;
	position: 						relative;
	width: 							50%;
	height: 						50px;
	background: 					#02429e;
	color: 							white;
	text-align:  					center;
	padding:  						10px;
	margin-left:  					auto;
	margin-right:  					auto;
	margin-top:  					50px;
	border: 						none;
	border-radius:  				25px;
}
.field-file
{
	margin-top: 					5px;
	margin-bottom: 					5px;
}
.field-enviar:hover
{
	background: 					#027c9e;
}
.right-content a
{
	display:  						block;
	position:  						relative;
	font-weight:  					800;
	font-size: 						14px;
	color: 							#02429e;
	text-align: 					center;
	text-decoration: 				none;
	margin-top:  				25px;
}

@media (max-width: 767.98px){
	.left-content, .right-content
	{
		min-height: 				0px;
		padding: 					25px;
	}
	.left-content h2
	{
		font-size: 					36px;
		text-align:  				center;
	}
	.left-content p
	{
		font-size:  				16px;
	}
	.field-inline
	{
		display:  						block;
		position:  						relative;
		width: 							100%;
	}
	.right-content img
	{
		width: 							265px;
	}
	.right-content form label
	{
		font-size:  					16px;
	}
	.field-enviar
	{
		width: 							75%;
		margin-bottom:  				50px;
	}

}
