.card-foto {
	margin-bottom: 20px;
  background-color: #fff;
}

.card-corpo-texto {
	border-top: 5px solid #f4d348;
	padding: 25px 20px 30px 34px;
	margin-bottom: 20px;
  background-color: #fff;
}

.institucional-texto {
	font-size: 18px;
	line-height: 1.22;
	color: #adb5bd;
}

.institucional-texto b,
.institucional-texto strong {
  color: #4097cf;
}

.institucional-texto p {
	margin-bottom: 0;
}

.card-header:first-child {
	border-radius: 0;
}

.card-header {
	background-color: #fff;
	border-bottom: none;
	padding-bottom: 0;
	color: #4097cf;
}

.card-body h5 b {
	font-size: 26px;
	color: #4097cf;
	line-height: 1.23;
	font-family: 'Montserrat-SemiBold';
}

.card-body a {
	display: block;
	border: 1px solid #eee;
	padding: 12px;
	border-radius: 5px;
	margin-bottom: 10px;
	color: #adb5bd;
}

.card-body p {
	margin-bottom: 0;
	color: #adb5bd;
}

.card-body a:hover h5 b {
	text-decoration: underline;
}

.card-body a:hover,
.card-body a:hover p {
	color: #4097cf;
}

.card-body span {
	color: #f4d348;
}

.card-arquivo,
.card-mais-institucional {
	margin-bottom: 20px;
  background-color: #fff;
}

.card-columns {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

@media only screen and (max-width: 800px) {
	.card-columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

@media only screen and (max-width: 720px) {
	.card-columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}