#page {
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #C9E0ED;
}

#header {
	margin: 0;
	padding: 0;
	border-top: 3px solid #C9E0ED;
}

#content {
	padding: 20px;
}

#sidebar {
	padding: 20px 20px 20px 0;
}

#footer {
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

.footer-link {
	color: #cecece;
}

.footer-link :hover {
	color: #337ab7;
}

#mainmenu {
	background: white url(bg.gif) repeat-x left top;
}

#mainmenu ul {
	padding: 6px 20px 5px 20px;
	margin: 0px;
}

#mainmenu ul li {
	display: inline;
}

#mainmenu ul li a {
	color: #ffffff;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 8px;
}

#mainmenu ul li a:hover,
#mainmenu ul li.active a {
	color: #6399cd;
	background-color: #EFF4FA;
	text-decoration: none;
}

div.flash-error,
div.flash-notice,
div.flash-success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}

div.flash-error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}

div.flash-notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}

div.flash-success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}

div.flash-error a {
	color: #8a1f11;
}

div.flash-notice a {
	color: #514721;
}

div.flash-success a {
	color: #264409;
}

div.form .rememberMe label {
	display: inline;
}

div.view {
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.search-form {
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet-decoration {
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content {
	font-size: 0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background: #EFFDFF;
}

.portlet-content ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.portlet-content li {
	padding: 2px 0 4px 0px;
}

.operations {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li {
	padding-bottom: 2px;
}

.operations li a {
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited {
	color: #0066A4;
}

.operations li a:hover {
	background: #80CFFF;
}

/* Custom CSS
---------------------------------------------------------------*/
.full-blue-row {
	padding-top: 25px;
	padding-bottom: 25px;
	width: 100%;
	background-attachment: fixed;
	background-position: 100% 0;
	background-size: cover;
	position: relative;
	z-index: 2;
	background-color: #36a9e1;
}

.news-section {
	padding-top: 25px;
	padding-bottom: 25px;
}

.form-text-input {
	padding: 28px 20px !important;
	border-radius: 15px;
}

.form-submit {
	height: auto !important;
	color: white !important;
	text-transform: uppercase;
	margin: 0 !important;
	padding: 6px 40px !important;
	border: none !important;
	border-radius: 15px !important;
	cursor: pointer !important;
	background-color: #1b3649 !important;
}

/* Counter Title */
.counter-title2 h2 {
	font-size: 28px;
	color: #ffffff;
	text-align: left;
	font-weight: 900;
	position: relative;
	margin-bottom: 20px;
}

/* Counter Title */
.counter-title3 h2 {
	font-size: 28px;
	color: #18364A;
	text-align: center;
	font-weight: 900;
	position: relative;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.news {
	float: left;
	width: 33.3%;
	padding: 15px;
}

@media only screen and (max-width: 991px) {
	.news {
		float: left;
		width: 100%;
		padding: 15px;
	}

	.news h4 {
		font-size: 20px !important;
		min-height: 10px !important;
	}

	.news p {
		font-size: 17px;
	}
}

.news h4 {
	font-size: 18px;
	min-height: 60px;
}

.news img {
	border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.news p {
	color: #18364A;
}

/* LinkedIn color Footer socials */
.widget.widget_socials .socials a.linkedin {
	background-color: rgba(14, 118, 168, 1.00);
}

/* Fichas de Projeto */
.proj-docs {
	margin-top: 20px
}

.copyright p a {
	color: #36a9e1;
}

/* -------------------- Categorias e Subcategorias -------------------- */
.flat-imagebox.style3 {
	padding: 40px 0 !important;
}

.subcategories {
	text-align: center;
}

/* .----------------------------- BreadCrumbs ----------------------------- */
.page-title .trail-items {
	display: table-cell;
	text-align: left !important;
	vertical-align: middle;
	width: 60%;
	font-family: "Poppins", sans-serif;
}