.acord-custom {
	background: white;
	padding: 33px 0px;
}

.acord-custom-button{
	float: left;
	margin: 10px;
	width: 40px;
	height: 40px;
	border: solid #CCC 1px;
	border-radius: 50%;
	text-align: center;
	background: var(--xcolors-root-vermelho);
	color: white;
}

.acord-custom h4{
	margin: 0;
	font-size:15px;
}

.acord-custom p {
	display: none;
	padding: 0px 0 0px 60px;
	border: none;
	height: auto;
	margin: 2px;
	width: 100%;
}

.politica-de-privacidade-page{
	padding-bottom: 75px;
}

.politica-de-privacidade-page h1{
	text-align: left;
}
.politica-de-privacidade-page .text-white{
	text-align: left;
	line-height: 25px;
}

.politica-de-privacidade-page .text-white a{
	color: #ada2a2;
}

.politica-de-privacidade-page .text-white a:hover{
	color: var(--xcolors-root-vermelho);
}

.page-item.active .page-link, .page-link:hover, .page-link:focus {
	z-index: 3;
	color: #fff;
	background-color: var(--xcolors-root-vermelho);
	border-color: var(--xcolors-root-vermelho);
	box-shadow: none;
}

.page-link {
	z-index: 2;
	color: #666666;
	background-color: #FFFFFF;
	border-color: var(--xcolors-root-vermelho);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin: 7px;
	text-align: center;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
	border-radius: 50%;
}