h1.privacidade_header {
	padding-top: 40px;
}

h2.privacidade_header {
	padding-top: 20px;
}

section.privacidade_content {
	font-size: 13pt;
	margin-bottom: 50px;
}

section.privacidade_sub_content {
	font-size: 12pt;
	margin-bottom: 30px;
}

.collapsible {
	background-color: #a7a7a7;
	color: white;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 18px;
	font-weight: bold;
}

.active,
.collapsible:hover {
	background-color: #888;
}

.content {
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	background-color: #f7f7f7;
	font-size: 15px;
}

.marginBottom {
	margin-bottom: 20px;
}

.collapsible:after {
	content: '\02795';
	/* Unicode character for "plus" sign (+) */
	font-size: 13px;
	color: white;
	float: right;
	margin-left: 5px;
}

.active:after {
	content: "\2796";
	/* Unicode character for "minus" sign (-) */
	color: white;
}