.lgpd{
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index:100;	
}
.lgpd button{
	-webkit-border-radius: 5px;
	width: 100px;
	color: #000;
	background-color: #fff;
}
.lgpd a{
	color: #16eed7;	
}