.tablepress caption {
	display: none;
}

.tablepress tfoot th a {
	text-decoration: underline;
}

.tablepress thead th,
.tablepress thead th a,
.tablepress tfoot th,
.tablepress tfoot th a {
	background-color: transparent;
	font-weight: normal;
	color: #C7C7C7 !important;
}

.divflex {
	display: flex;
}

.conheca {
	display: none;
}

.tablepress {
	width: 100%;
	min-width: 0;
}

.entry>table tr,
table:not(#tabela-entidade) tr,
table tr td {
	border: none;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
}

.header {
	background-color: #1659bf;
	border-radius: 5px 5px 0 0 !important;
	font-weight: bold !important;
	text-align: center !important;
	color: #FFF !important;
	font-size: 16px !important;
	font-family: Helvetica !important;
	padding: 8px !important;
}

#sidebar_left ul li h2 {
	background: none repeat scroll 0 0 #1659BF;
	color: #ffffff;
	height: 17px;
	border-radius: 5px 5px 0 0;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
	background-color: #1659bf;
	font-family: "open_sansbold", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 8px 8px 8px 10px;
	text-transform: uppercase;
	border-top: none;
}

.icones1 {
	width: 130px;
	margin: 0 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.icones1 h5 {
	margin: 5px 0;
}

.box_botao {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.tablepress img {
	height: 70px;
	width: 70px;
}

.tablepress h5 {
	color: #1659BF;
	text-align: center;
}

.teste h2 {
	color: pink;
}

tbody tr:last-child td:not(.centro td,
.Ocentro td) {
	border-bottom: solid #edeff1;
	padding-bottom: 50px;
}

@media screen and (max-width: 720px) {

	.servicos .icones1 {
		margin: 0 8px;
	}

}