body {
	background: #FFF;
	margin: 0;
	padding: 0;
	font-size: 0.9rem;
}

a {
	color: #003C71;
}

body, td, input, textarea, select, button {
	color: #505050;
	font-family: 'Segoe UI', Verdana, Arial;
}

td, input, textarea, select, button {
	font-size: 	1rem;
}

button {
	padding: 0.2rem 0.8rem;
}



.bpbgwrp {
	/*background: #FFFFFF;
	background-image: url('images/bg.jpg');
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;*/
}

.bpmainwrp {
	/*background-image: url('images/subbg.png');
	background-position: bottom left;
	background-repeat: repeat-x;*/
}

.bpheaderwrp, .bpmenuwrp, .bpbrcrwrp, .bpbodywrp, .bpfootwrp {
	text-align: center;
}

.bpheader, .bpmenu, .bpbody, .bpsubmenu, .bpcontainer, .gescontainer {
	width: 68rem;
	margin: auto;
	text-align: left;
}

.gesmaincnt {
	width: 50rem;
	border: 1px solid blue;
}

.bpmenu {
	position: relative;
}

.bpsubmenu {
	position: relative;
	top: -10px;
}

.bpheader {
	position: relative;
	height: 5rem;
}

.cmssubmenu li {
	float: left;
}

.cmssubmenu li a {
	display: inline-block;
	padding: 0.5em 1.1em;
	margin-right: 0.5em;
	text-decoration: none;
	border-radius: 0 0 0.6em 0.6em;
	color: #9e9e9e;
	background-color: #F0F0F0;
}

.cmssubmenu li a:hover {
	background-color: #E0E0E0;
}

.cmssubmenuoptsel a {
	background-color: #8689B7!important;
	color: #FFFFFF!important;
}

.bpmenuwrp {
	height: 2.25rem;
	background-color: #F5F5F5;
	position: relative;
	/*background-image: url('images/bgmn.gif');
	background-position: left bottom;
	background-repeat: repeat-x;*/
}

.bpmenuwrp:before {
	position: absolute;
	content: '';
	background-color: #D7D7D7;
	bottom: 0;
	left: 0;
	right: 0;
	height: 5px;
}

.bpbrcrwrp {
	height: 1rem;
}

.bpbreadcrumb {
	padding: 0 0 0.6em 0;
}

.zwbreadcrumb {

}

.zwbreadcrumb a {
	color: #505050;
}

/* ZWINLINE */

.bpfootwrp {
	font-size: 0.85em;
	padding: 0.8rem 0;
}

.bplogo {
	background-image: url('images/logo.svg');
	background-size: contain;
	display: inline-block;
	width: 14rem;
	height: 3rem;
	position: absolute;
	top: 1rem;
	left: 0;
	background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, h6, h7, h8, h9, h10 {
	font-family: 'Segoe UI', Arial;
	font-weight: normal!important;
	margin: 0;
}

h1 {
	color: #999999;
	font-size: 2.25em;
}

h2 {
	color: #999999;
	font-size: 1.7em;
}

h3 {
	color: #003C71;
	font-size: 1.5em;
	margin-top: 1em;
}

h3, h4, h5, h6, h7, h8 {

}

.bpbody {

}

.bpmaincnt {
	min-height: 32rem;
	
}

.cmsmainmenu {
	padding: 0;
}

.cmsmenuopt, .cmsmenuoptsel {
	display: inline-block;
	float: left;
}

.cmsmenuopt:hover, .cmsmenuoptsel {
	/*border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;*/
}

.cmsmenuopt a, .cmsmenuoptsel a {
	text-decoration: none;
	display: inline-block;
	padding: 6px 14px 0 14px;
	height: 2.25rem;
	box-sizing: border-box;
	color: #9E9E9E;
	font-size: 1em;
	margin: 0px;

}

.cmsmenuoptsel a, .cmsmenuopt a:hover {
	background-color: #F5F5F5;
	background-image: url('images/bgmnsel.png');
	background-position: bottom left;
	background-repeat: repeat-x;
	/*border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;*/
	/*padding: 6px 12px 0 12px;*/
	position: relative;
	color: #505050;
}

.cmsmenuoptsel a:before, .cmsmenuopt a:hover:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 5px;
	background-color: #E6A915;
	
}

.cmspgndxcnt {
	margin: 1Em 0 0 0;
	padding: 0;
}

.cmspgndxcnt li:first-child {
	border-top: 1px solid #003C71;
}

.cmspgndxcnt li:last-child {
	border-bottom: 1px solid #003C71;
}

.cmspgndxcnt li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px dotted #C0C0C0;
}

.cmspgndxcnt li a {
	padding: 0.4em 0 0.4em 0.5em;
	display: block;
	text-decoration: none;
	color: #404040;
}

.cmspgndxcnt li a:hover {
	background-color: #e0e0e0;
}

.bpmnunfo {
	position: absolute;
	top: 0px;
	right: 0px;
}

.zwcaption {
	margin-bottom: 5px;
}

.bppagefoot a {
	color: #FFFFFF;
	opacity: 0.8;
}

.cmsfootmncap a {
	opacity: 1;
}

.bppagefoot {
	padding: 1rem 1rem 2rem 1rem;
	position: relative;
	background-color: #003C71;
	color: #FFFFFF;
	min-height: 7rem;
}

.slideviewer {
	border-radius: 20px;
}

.tbleven {
	background-color: #F0F0F0;
}

.tblodd {
	background-color: #FFFFFF;
}


.tblheader, .tblodd, .tbleven {
	font-size: 1em;
}

.tblheader {
	font-weight: bold;
	color: #444444;
	background-image: url('images/bgheader.png');
	background-position: bottom center;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

.tblheader td {
	padding: 0px 2px!important;
	height: 21px!important;
	border-bottom: 0px!important;
}

.bdrall {
	border: 1px solid #FF961F;
}

.bdrtop {
	border-top: 1px solid #FF961F;
}

.bdrright {
	border-right: 1px solid #FF961F;
}

.bdrbottom {
	border-bottom: 1px solid #FF961F;
}

.bdrleft {
	border-left: 1px solid #FF961F;
}

.searchmark {
	background-color: #515B8E;
	color: #FFFFFF;
}

.inputtext, select, textarea {
	border: 1px solid #C0C0C0;
	padding: 0.3rem;
	background-position: bottom left;
	background-repeat: repeat-x;
}

.cmslightboxbg {
	background-color: rgba(255, 255, 255, 0.5)!important;
}

.cmslightboxfr, .cmslightbox, .cmslightboxsh {
	border-radius: 8px;
}

.cmslightbox {
	border: 1px solid #515B8E;
}

.zwcompact, .cmslightboxobj {
	padding: 10px;
	/*background-image: url('images/bgc.jpg');
	background-repeat: no-repeat;
	background-position: left top;*/
	background-color: #FFFFFF;
}

.cmsligthboxshad {
	box-shadow: 0 0 20px 0 #ccc!important;
}

.zwfrmactions {
	text-align: right;
	padding: 0.3rem 0;
	margin-top: 0.3rem;
}

.bpmidicon {
	background-repeat: no-repeat;
	padding-left: 72px;
	background-position: 0px 5px;
}

.bpiconcnt {
	background-image: url('images/licons/query.png');
}

.bpiconcal {
	background-image: url('images/licons/calendar.png');
}

.bpicongraph {
	background-image: url('images/licons/graph.png');
}

.bpsrvicon {
	background-image: url('images/bgbutton.png');
	background-color: #FDCD69;
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
	display: inline-block;
	padding: 0.4em 0.8em;
	font-size: 11pt;
	text-transform: uppercase;
	border-radius: 8px;
	border-bottom: 1px solid #FAAB06;
	color: #404040;
	margin-top: 15px;
	font-weight: bold;
	float: right;
}

.bpsrvchild {
	padding-left: 50px;
}

.bpsrvdetail {
	margin-bottom: 15px;
}

.bpservicenode {

}

.bpservicenode h1 {
	font-size: 16pt;
	padding-top: 15px;
}

.bpservicenode h2 {
	font-size: 12pt;
}

.bpservicenode h3, .bpservicenode h4, .bpservicenode h5, .bpservicenode h6, .bpservicenode h7  {
	font-size: 10pt;
}

.tblsel td {
	background-color: #FCCC69;
}

.bptable {
	border: 1px solid #C0C0C0;
	background-color: #FFFFFF;
	border-radius: .7em;
	padding: 0.2em;
	background-image: url('images/bgheader.png');
	background-repeat: repeat-x;
	background-position: 0 4px;
	text-align: left;
	margin: auto;
}

.requiredfield {
	color: #DC143C;
}

.textpet {
	color: #7E90BB;
	font-size: 95%;
}

.bpleft {
	float: left;
}

.bprigth {
	float: right;
}

.bpresaltado {
	padding: 0.7em;
	border-top: 1px solid #003C71;
	border-bottom: 1px solid #003C71;
	font-size: 1.2em;
	font-style: italic;
	color: #003C71;
}

.tblfoot td {
	border-top: 1px solid #003C71;
	background-color: #FFFFFF;
}

.cmsfootmenu a {
	text-decoration: none;
}

.cmsfootmncap {
	font-size: 1.5em;
}

.gesmrkadvft, .gesmrkadv {
	background-color: #8689B7;
	color: #FFFFFF;
	border-radius: 3px;
	padding: 0 3px;
	font-size: 9px;
}

.gesmrkadvft {

}

.gesmrkadv {
	position: relative;
	top: -20px;
	left: 4px;
}

.cmsctxopt DIV {
	/*font-size: 1.15em!important;*/
}

.bpdestzone {
	background-color: #FFEABF;
	border-radius: 1em;
	padding: 1em 2em;
	border-top: 3px solid #FFAD00;
	border-bottom: 3px solid #FFAD00;
}

.bpdestzone p:first-child {
	margin-top: 0!important;
}

.bpdestzone p:last-child {
	margin-bottom: 0!important;
}

.cmsuseractions {
	padding-top: 0;
	height: 1.85rem;
	box-sizing: border-box;
}

.zwformgrphdr {
	margin: 1em 0 0.5em 0!important;
	font-size: 1.2em;
}

.bpcmpbody H1 {
	font-size: 1.5em;
}

.cmsfootmngrp {
	margin-right: 1rem;
}

.cmsfootmngrp li {
	font-size: 0.8rem;
}

.cmsfootmncap {
	font-size: 0.9rem;
}

.cmplogo {
	width: 9.5rem;
	height: 2rem;
	background-image: url('../default/images/logo.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.newscovercontainer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.blglatpost h3 {
	margin-top: 0.5rem;
}

.newscovermore {
	margin-bottom: 2rem;
}

.newscoverentry {
	width: 30%;
}

.newscoverimg {
	width: 100%;
}

.newscoverimg > img {
	width: 100%;
}

.newscovermore {
	flex-grow: 1;
}

.newsdettext img {
	float: none;
	width: 100%;
}

.bpsearch {
	float: right;
	position: relative;
	top: 0rem;
	padding: 0.5rem 1rem;
	background-color: #F0F0F0;
	border-radius: 0 0 1rem 1rem;
}

.bpsearch .inputtext {
	padding: 0.14rem;
	font-size: 0.80rem;
}

.bpsearch button {
	font-size: 0.80rem;
	margin-left: 0.5rem;
	padding: 0.1rem 0.5rem!important;
}


.zwblogcnt table {
	margin: 1rem auto;
}

/* NO!
.zwblogcnt table td {
	min-width: 20rem;
}
*/

.cmsfloatingmenu  {
	top: 7.25rem;
}

@media only screen and (max-width: 1120px) {
	.bpheader, .bpmenu, .bpbody, .bpsubmenu, .bpcontainer, .gescontainer {
		width: 100%;
		padding-left: 1rem;
		padding-right: 1rem;
		box-sizing: border-box;
	}

	.bplogo {
		left: 1rem;
	}

	.zwrow {
		display: flex;
		flex-direction: column;
	}
	
	.zwcell {
		width: auto!important;
	}
	
	.bpbrcrwrp {
		height: 1rem;
	}
}

@media only screen and (max-width: 644px) {
	.newscovercontainer {
		flex-direction: column;	
	}
	
	.newscoverentry {
		width: auto;
	}
	
	.zwblogentimg {
		float: none;
		margin-right: 0;
	}
	
	.cmsfootmngrp {
    	margin-right: 0;
	}

	.cmsfootmngrp {
		float: none;
		text-align: center;
	}
	
	.zwblogentimg img {
		width: 100%;
	}
	
	.zwblogimgcnt {
		padding-left: 0;
	}	
	
	.cmsfrmcol input, .cmsfrmcol textarea {
		width: 100%!important;
	}
	
	img {
		max-width: 100%;
	}
	
	.co_1_4 {
		order: 2;
		margin-bottom: 2rem;
	}
	
	.co_1_12 {
		order: 1;
	}
	
	.zn_css_12_2, .zn_css_12_1 {
		top: 0!important;
	}
}
