#banner-cookie-privacidade {
	position: fixed;
	right: 0;
    bottom: 0;
    left: 0;
	width: 100vw;
	border-top: 1px solid #ccc;
	background-color: #fff;
	min-height: 80px;
	display: none;
	justify-content: center;
	z-index: 999;
}
#banner-cookie-privacidade.exibir {
	display: flex;
}
#banner-cookie-privacidade>div {
	max-width: 1024px;
	margin: 10px 30px;
	text-align: center;
}
#banner-cookie-privacidade div#botao-cookie {
	background-color: #337ab7;
	border-color: #2e6da4;
	border-radius: 0.375rem;
	color: #fff;
	clear: both;
	width: 100px;
    padding: 5px;
    margin: 0px auto;
	cursor: pointer;
}