@font-face {
	font-family: "NeoSansIntel";
	src: url("../../fonts/NeoSansIntel.ttf") format("truetype");
}

@font-face {
	font-family: "NeoSansIntel-Light";
	src: url("../../fonts/NeoSansIntel-Light.ttf") format("truetype");
}

@font-face {
	font-family: "NeoSansIntel-Medium";
	src: url("../../fonts/NeoSansIntel-Medium.ttf") format("truetype");
}

@font-face {
	font-family: "OpenSans-Light";
	src: url("../../fonts/OpenSans-Light.ttf") format("truetype");
}

.container-fluid #martop {
	margin-top: -20px;
}
.container-fluid.content{
	min-height: 500px;
}

/* Menu e topo */
.topo {
	height: 166px;
	border-bottom: 36px solid #2b7379;
}
.p-top-12{
	padding-top: 12px;
}

.top-ul-menu li a, #pad-top{
	color: #3b979e !important;
}
.top-ul-menu li a:hover{
	color: white !important;
}
/*  Corpo de noticias*/
.container-fluid div#news {
	border-right: 1px solid lightgrey;
}

.container-fluid div#fbcat.col-sm-4.col-md-3.col-lg-3 {
	float: right;
	margin-right: 66px;
}

.container-fluid div#news .img-post{
	max-width: 800px;
	width: 100%;
	height: 100%;
}

@media ( max-width : 767px) {
	html body div.container-fluid div#news {
		border-right: 0px;
		text-align: center;
	}
	.container-fluid div#fbcat.col-sm-4.col-md-3.col-lg-3 {
		float: none;
		text-align: center;
		margin-top: 42px;
	}
}

@media ( max-width : 991px) {
	.container-fluid div#fbcat.col-sm-4.col-md-3.col-lg-3 {
		margin-right: 0px !important;
	}
}

.container-fluid {
	margin-top: 66px;
}

.container-fluid #news {
	margin-bottom: 23px;
}

.container-fluid div#news a .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(0, 140, 186, 0.6);
}

.container-fluid div#news a:hover .overlay {
	opacity: 1;
}

.container-fluid div#news .text {
	color: white;
	font-size: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.container-fluid div#news img.imagempost {
	width: 60%;
	height: 60%;
}

.container-fluid * {
	font-family: "NeoSansIntel";
}

.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

.container-fluid #hr hr {
	display: block;
	margin-top: 12pt;
	margin-bottom: 32pt;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid lightgrey;
}

.container-fluid #news p {
	text-align: justify;
	font-size: 18px;
}

.container-fluid #news a {
	text-decoration: none;
	color: #000000;
}

.container-fluid #news a:hover {
	color: #223d83;
}

/* Barra lateral categorias*/
.container-fluid .categories {
	margin-top: 42px;
}

.container-fluid .categories h3 {
	color: #223d83;
}

.container-fluid .categories ul li a {
	text-decoration: none;
	color: #223d83;
}

.container-fluid .categories ul li {
	list-style-type: none;
	padding-bottom: 6px;
	padding-top: 6px;
	border-bottom: 1px solid lightgrey;
}

.container-fluid .categories ul {
	padding-left: 3px;
}
#contato{
	border-top: 36px solid #2b7379;
}
