.card {
	background: var(- -surface-e);
	padding: 2rem;
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0
		rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
	border-radius: 4px;
	margin-bottom: 2rem;
}

.panel-cpf {
	padding: 20px;
	background-color: antiquewhite;
	border-radius: 20px;
	margin-bottom: 20px;
	width: 100%
}


.panel-geral-recurso{
	padding: 20px
}


.panel-motivos {	
    margin-top: 12px;
}