.banner-lgpd {
	background-color: #fff;
	border-radius: 25px;
	padding: 24px;
	font-size: 15px;
	line-height: 1.5;
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
	position: fixed;
	bottom: 24px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: calc(100% - 40px);
	z-index: 999999999;
	text-align: center;
	display: none;
}


@media screen and (min-width: 768px) {
    .banner-lgpd {
        width: 400px;
        text-align: left;
        right: inherit;
        left: 32px;
        bottom: 32px;
    }
}


.banner-lgpd a {
    color: #54595F;
    text-decoration: underline;
}

.banner-lgpd a:hover {
    color: #54595F;
    text-decoration: underline;
}

.banner-lgpd .button-lgpd {
    display: block;
    width: 100%;
    margin-top: 25px;
	background: #0b66c8;
    border-color: #0b66c8;
	color: #fff;
}


.banner-lgpd .button-lgpd:hover {
	border-color: #0b66c8;
	background: #0b66c8;
	color: #fff;
}
