.lgpd{
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 20px;
    background-color: rgb(103, 128, 159);
    color: rgb(103, 128, 159);
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 8px;
	opacity: 0.9;
}
.lgpd a {
    color: rgb(33, 191, 253);
}
.lgpd button{
    background-color: rgb(103, 128, 159);
    border: 0;
    color: rgb(103, 128, 159);
    cursor: pointer;
    padding: 10px 30px;
	border-radius: 8px;
	font-weight: bold;
}