.box{
	width:60%;
	min-height:300px;
	margin:auto;
	text-align:left;
}

.box .header{
	width:100.5% !important;
	height:25px !important;
	background-color:black !important;
	color:white !important;
	text-align:center !important;
	margin-top:-1px;
	margin-left:-2px;
}

.box label, .box input{
	margin:15px 0 0 20px;
	color:#5B5B5B;
}

.box label{
	cursor:pointer;
}

.box input{
	width:80%;
	padding:5px;
	border:solid 1px #C7C7C7;
}

.box textarea{
	width:92%;
	max-width:92%;
	height:150px;
	max-height:150px;
	margin:15px 0 0 20px;
}

.btEnviar{
	width:100px !important;
	background-color:black;
	color:white !important;
	padding:10px !important;
	margin:0 45% !important;
	border:none !important;
	transition:background 0.5s;
	cursor:pointer;
}

.btEnviar:hover{
	background-color:#006C00;
}

.coluna{
	width:12.8%;
	display:flex;
}


.coluna_valor{
	width:60%;
}

.coluna_valor input{
	width:110%;
}

.linha{
	width:100%;
	margin:2% 0;
	display:flex;
}

.required:after{
	content:"*  ";
	color:red;
	font-weight:bold;
}