body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

main {
	flex: 1 0 auto;
	background-image: url(images/bg2.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

footer.page-footer{
	margin-top: 0;
	padding-top: 0;
}

nav .brand-logo{
	height: 100%;
    padding: 8px;
}

nav .brand-logo img{
	height: 100%;
}

.centralizar{
	margin:auto;
	display: block;
}

.tituloArea{
	text-align: center;
	position: absolute;
	width: 100%;
	color: #848484;
	font-size: 24px;
	font-weight: 300;
	z-index: 9999;
}

.conteudoInterno{
	padding-left: 300px;

}

.bgLight{
	background: rgba(255, 255, 255, 0.9);
	padding-bottom: 20px;
	overflow: hidden;
}

.hrLight{
	opacity: 0.2;
}

.tituloTabela{
	font-weight: 300;
    font-size: 21px;
}

.valorGlobalTabela{
    font-weight: 500;
    font-size: 17px;
    background: #ececec;
    padding: 10px;
}

.tabelaBene{
	margin-bottom: 25px;
}

.titDados{
	font-weight: 300;
    font-size: 19px;
    margin-bottom: 1px;
}

.contVal{
	font-size: 13px;
    letter-spacing: 1px;
}

.espacoMenu{
	padding: 0 16px;
}

.alertaLogin{
	background: rgb(255, 255, 255);
    position: fixed;
    top: 76px;
    display: block;
    margin: auto;
    width: 100%;
    padding: 6px;
    text-align: center;
    color: #c00;
    font-weight: 500;
    font-size: 18px;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.27);
}

.containerEmpresa{
overflow: visible;
}


@media screen and (max-width:992px) {
	.conteudoInterno {
	    padding-left: 0;
	}
}


