.page-header{
	padding: 20px 0;
	margin-bottom: 15px;
	position: relative;
}

.page-header h1,
.page-header h2{
	color: #002040;
	font-weight: 600;
	font-size: 34px;
	padding-bottom: 10px;
	border-bottom: 1px solid #b5b5b5;
}
.page-header:after{
	content: "";
	width: 50%;
	height: 3px;
	top: 60px;
	position: absolute;
	border-bottom: 5px solid #d4a560;
	display: block;
}

.topic{
	color: var(--cor-principal);
	margin-bottom: 15px;
	font-size: 30px;
}
@media(max-width:768px){
	.topic{
		font-size: 26px;
	}	
}
.topic2{
	color: #546060;
	font-weight: 600;
	font-size: 16px;
}

.h2{
	font-size: 28px;
	margin-bottom: 25px;
}

.h3 strong,
.h3{
	font-size: 18px;
	font-family: 'Montserrat', sans-serif !important;
}
.tt{
	color: var(--cor-principal);
	font-size: 26px;
}

.text-dark{
	color: #000;
}
.cabecalho {
	padding-left: 15px;
	display: block;
	margin-bottom: 30px;
	border-left: 2px solid #d4a560;
}
.cabecalho h2{
	color: var(--cor-principal);
	font-size: 22px;
}