<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#avisolgpd {
	position: fixed;
	z-index: 2147483647;
	bottom: 16px;
	left: 16px;
	right: 16px;
	margin: auto;
	padding: 20px;
	max-width: 1334px;
	min-height: 70px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.4);
	border: solid 1px #eeeeee;
	background-color: #fff;
	display: none;
	justify-content: space-between;
	align-items: center;
}
#avisolgpd.aberto {
	display: flex;
}
.avisolgpd-text {
	font-size: 13px;
	margin-right: 20px;
}
.avisolgpd-text a {
	color: #0097e5;
}
.avisolgpd-text a:hover {
	color: #3b5998;
}
.avisolgpd-close {
	background-color: #39b54a;
	color: #fff;
	font-weight: 700;
	border: none;
	border-radius: 4px;
	padding: 10px 15px;
	white-space: nowrap;
}

@media only screen and (max-width: 769px) {
	#avisolgpd {
		flex-direction: column;
	}
	.avisolgpd-text {
		margin: 0 0 20px 0;
	}
}</pre></body></html>