.img-fundo
{
	position: fixed;
	bottom: -120px;
	left: 0px;
	min-width: 100vw;
	min-height: 100vh;
	z-index: 1;
}
.fundo-escuro
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #292b2c;
	opacity: 0.9;
}
.fundo-corpo
{
	height: 100%;
	font-size: 18px;
	z-index: 3;
	position: relative;
}
.corpo
{
	width: 100%;
}
.button-grid
{
	width: 100%;
	max-width: 200px;
	min-height: 180px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 5px;
}
.button-icon {
	object-fit: contain;
}
.button-label {
	font-size: 18px;
}

.img-botao-opcao
{
	width: 96px;
	height: 96px;
}
.titulo
{
	padding: 10px;
	margin-bottom: 30px;
}
.tabela
{
	text-align: center;
	width: 100%;
}
.campo
{
	
}
.loading
{
	background-color: #272727;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	opacity: 0.8;
	display: none;
}

.conteudo-corpo
{
	max-width: 500px;
	/*box-shadow: 0px 0px 10px gray;*/
	border: 1px solid #ddd;
	background-color: white;
	border-radius: 10px;
	padding: 20px;
}