#fgv-lgpd * {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
  
#fgv-lgpd {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	background-color: #f6f6f6;
	border: 1px #ddd solid;
	width: 100%;
	z-index: 1000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: normal;
	color: #212529;
}

#fgv-lgpd p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: normal;
	color: #212529;
}

#fgv-lgpd .container {
	padding: 12px;
	margin: auto;
	display: table;
	clear: both;
	/*width: 100%;*/
	width: auto;
	max-width: 1170px;
}

.fgv-lgbt-text-container,
.fgv-lgbt-button-container {
	float: left;
	display: flex;
	align-items: center;
	min-height: 44px;
}

.fgv-lgbt-text-container {
	width: 88%;
}

.fgv-lgbt-button-container {
	width: 12%;
	justify-content: center;
}

#fgv-lgpd a {
  display: inline;
  color: #007bff;
  text-decoration: none;
}

#fgv-lgpd a:hover {
  color: #003e7e;
  text-decoration: none;
}

#fgv-lgpd a.btn {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

#fgv-lgpd a.btn:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
}

@media (max-width:641px)  {
	.fgv-lgbt-text-container {
		width: 100%;
	}	
	.fgv-lgbt-button-container {
		width: 100%;
		justify-content: initial;
	}
}