#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;
}
.button-wrap{
	white-space: nowrap;
}
.avisolgpd-close {
	background-color: #39b54a;
	color: #fff;
	font-weight: 700;
	border: none;
	border-radius: 4px;
	padding: 10px 15px;
	white-space: nowrap;
}
.avisolgpd-refuse {
	background-color: #a0a0a0;
	color: #fff;
	font-weight: 700;
	border: none;
	border-radius: 4px;
	padding: 10px 15px;
	white-space: nowrap;
	margin-left: 5px;
}

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