@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

@import url("../vendor/bootstrap/bootstrap.css");
@import url("jquery-ui-1.10.0.custom/jquery-ui-1.10.0.tda.css");
@import url("../megadropdownmenu/css/megamenu.css");
@import url("colorbox/colorbox.css");
@import url("flexkit.css");


/*

* { outline: 1px solid rgba(255,93,93,0.40)!important; }
*/


/******** reset *******/

html {
	box-sizing: border-box;
  	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;

}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}


body {margin:0}

.__________________________________ {}



body {
	line-height: 1.5;
	height: 100%;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	min-width: 980px;
}
a, a:visited {
	color: rgb(27,50,105);
	text-decoration: none;
	margin-top: 0px;
}
a:hover {
	/* [disabled]color: rgb(255,64,23);
*/
	text-decoration: underline;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-top: 1px solid rgba(0,0,0,0.20);
	clear: both;
}

.clear-divhr {
	color: #C1CCDD;
	background-color: #C1CCDD;
	height: 1px;
	display: block;
	width: 100%;
	border-width: 0px;
	margin-bottom: 10px;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
img {
	border-width: 0px;
}
ul {
	list-style: none;
}
p {
	margin-bottom: 0;
	margin-top: 0;
}
.__________________________________ {}

#master-container {
	width: 100%;
	/* [disabled]min-width: 1000px;
*/
	/* [disabled]margin: 0;
*/
	/* [disabled]clear: both;
*/
}
#header-container {
	width: 100%;
	/* [disabled]background-color: #F00;
*/
	margin-bottom: 1px;
}
#header {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	/* [disabled]height: 150px;
*/
	position: relative;
	/* [disabled]background-color: #000;
*/
	background-image: url(header-bg4.png);
	background-repeat: no-repeat;
	background-position: -20px 0px;
	/* [disabled]padding-bottom: 10px;
*/
}
#header-logo {
	height: 85px;
	left: 0px;
	position: relative;
	width: 210px;
	padding-left: 10px;
	padding-top: 10px;
}
#megamenu-container {
	height: 40px;
	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;
	background: #830701;
	/*gradient original*/
	background: -webkit-linear-gradient(top, #d70b02, #830701);
	background: -moz-linear-gradient(top, #d70b02, #830701);
	background: -o-linear-gradient(top, #d70b02, #830701);
	background: -ms-linear-gradient(top, #d70b02, #830701);
	background: linear-gradient(top, #d70b02, #830701);
	/* SVG as background image (IE9/Chrome/Safari/Opera) */ 
/*	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc2ODciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNENzBCMDIiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM4MzA3MDEiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c2ODcpIiAvPgo8L3N2Zz4=);
	border: 1px solid #a40802;*/
	/* [disabled]border-top: 1px solid #fd190f;
*/
}
/***********************************/
/*
#header-navlist {
	position: absolute;
	width: 300px;
	top: 5px;
	right: 15px;
}


#header-navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#header-navlist li
{
display: inline;
list-style-type: none;
}

#header-navlist a { padding: 3px 10px; }

#header-navlist a:link, 
#header-navlist a:visited
{
	color: #fff;
	background-color: #036; 
	text-decoration: none;
}


#header-navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}
*/


/*#header-search-form {
	position: absolute;
	width: 460px;
	background-color: #C96;
	height: 80px;
	top: 30px;
	right: 15px;
}*/

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	/* [disabled]background-color: #FFF;
*/
	/* [disabled]background-color: #CCC;
*/
	/* [disabled]-moz-box-shadow: 0px 0px9px #000;
*/
	/* [disabled]-webkit-box-shadow: 0px 0px 9px #000;
*/
	/* [disabled]box-shadow: 0px 0px 9px #000;
*/
	/* [disabled]border: 1px solid #97A8BB;
*/
}
#body {
	padding-top: 20px;
	padding-bottom: 60px;
	padding-left: 10px;
	padding-right: 10px;
}

#footer-container {
	width: 100%;
	/* [disabled]background-color: #C96;
*/
	clear: both;
	height: 200px;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 980px;
	color: #C1C4D9;
	padding-bottom: 20px;
}
#footer a, #footer a:visited {
	color: #FFF;
}
.______________________{}

.bord-imglink-transp, .bord-imglink-transp:visited {
	/* [disabled]border: 1px solid transparent;*/
	padding: 1px;
}
.bord-imglink-transp:hover {
	border: 1px solid #3366CC;
	padding: 0px;
}
a img.bord-imglink, a img.bord-imglink:visited {
	border: 1px solid #A0A7AD;
}
a img.bord-imglink:hover {
	border: 1px solid #3366CC;
}
/*---------------------------------------*/


/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 40px;
	z-index: 9999;
	right: 40px;
}
#back-top a {
	width: 80px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 80px;
	height: 80px;
	display: block;
	margin-bottom: 7px;
	/* rounded corners */
	/* [disabled]-webkit-border-radius: 15px;*/
	/* [disabled]-moz-border-radius: 15px;*/
	/* [disabled]border-radius: 15px;*/
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	background-color: #FF0000;
	background-image: url(up-arrow.png);
	/*background-image: url(../css/up-arrow.png);*/
	background-repeat: no-repeat;
	background-position: center center;
}
#back-top a:hover span {
	background-color: #777;
}
/*---------------------------------------*/


.border-t {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F00;
}
.border-r {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F00;
}
.border-b {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}
.border-l {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F00;
}
.border {
	border: 1px solid #C9D2DC;
}


/* ------------------- clearfix  ------------------- */


.clearfix:after {
	content: "";
	display: block;
	clear: both;
}


/*------------------- clearfix todos os div containers */


#body:after, .grid12col-x1:after, .grid12col-x2:after, .grid12col-x3:after, .grid12col-x4:after, .grid12col-x5:after, .grid12col-x6:after, .grid12col-x7:after, .grid12col-x8:after, .grid12col-x10:after, .grid12col-x11:after, .grid12col-x12:after

{
	content: "";
	display: block;
	clear: both;
}

.row {
	margin-right: 0px;
	margin-left: 0px;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}



.________________________{}


/*box-sizing:border-box para os elementos layout */

/*.grid12col-x1, .grid12col-x2, .grid12col-x3, .grid12col-x4, .grid12col-x5, .grid12col-x6, .grid12col-x7, .grid12col-x8, .grid12col-x9, .grid12col-x10, .grid12col-x11, .grid12col-x12 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}*/

.grid12col-x1 {
	width: 60px;
	/* [disabled]background-color: #C5D9AE;
*/
	margin-right: 20px;
}
.grid12col-x2 {
	width: 140px;
	/* [disabled]background-color: #06C;
*/
	margin-right: 20px;
}
.grid12col-x3 {
	width: 220px;
	/* [disabled]background-color: #096;
*/
	margin-right: 20px;
}
.grid12col-x4 {
	width: 300px;
	margin-right: 20px;
	/* [disabled]background-color: #CC9; */
}
.grid12col-x5 {
	width: 380px;
	/* [disabled]background-color: #699;
*/
	margin-right: 20px;
}
.grid12col-x6 {
	width: 460px;
	/* [disabled]background-color: #699;
*/
	margin-right: 20px;
}
.grid12col-x7 {
	width: 540px;
	/* [disabled]background-color: #699;
*/
	margin-right: 20px;
}
.grid12col-x8 {
	width: 620px;
	/* [disabled]background-color: #699;
*/
	margin-right: 20px;
}
.grid12col-x9 {
	width: 700px;
	/* [disabled]background-color: #699;
*/
	margin-right: 20px;
}
.grid12col-x10 {
	width: 780px;
	/* [disabled]background-color: #699;
*/
	margin-right: 20px;
}
.grid12col-x11 {
	width: 860px;
	/* [disabled]background-color: #699;
*/
	margin-right: 20px;
}
.grid12col-x12 {
	width: 940px;
	/* [disabled]background-color: #699;
*/
}
._______________________ {}


.clear {
	clear: both;
}
.clear-push {
	clear: both;
	height: 40px;
}
.clear-hr {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.chamada {
	color: #666666;
	/* [disabled]font-size: 11px;*/
	/* [disabled]line-height: 14px;*/
}
.fleft, .float-left {
  float: left !important;
}
.fright, .float-right {
	float: right !important;
}


.__________{
}
/*If the width property is set to 100%, the image will be responsive and scale up and down:*/
.auto-width-image,
.auto-width-image img {
	width: 100%;
	height: auto;
	display: block;
}
/*If the max-width property is set to 100%, the image will scale down if it has to, but never scale up to be larger than its original size:*/
.auto-maxwidth-image,
.auto-maxwidth-image img {
	max-width: 100%;
	height: auto;
	display: block;
}



/*If the width property is set to 100%, the image will be responsive and scale up and down:*/
.img-fluid-up,
.img-fluid-up img {
  width: 100%;
  height: auto;
}

/*If the max-width property is set to 100%, the image will scale down if it has to, but never scale up to be larger than its original size:*/
.img-fluid,
.img-fluid img {
  max-width: 100%;
  height: auto;
}




._____________________ {}

a strong {
	font-weight: normal;
	color: #C30;
}



.bg-body {
	background-repeat: repeat;
	background-color: #DDE3EA;
}

.bg-header {
	background-color: #435B74;
}


.bg-dark {
	/* [disabled]background-image: url(pattern.gif);
*/
	background-repeat: repeat;
	background-color: #485B6F;
}
.bg-black {
	background: #000;
}
.bg-white {
	background-color: #FFF;
}
.bg-yellownotes {
	background-color: #FF9;
}
.bg-azulcinz {
	background-color: #C9D2DC;
}
.cat {
	margin-bottom: 4px;
	letter-spacing: 2px;
	font-size: 11px;
	/* [disabled]border-top-width: 1px;
*/
	/* [disabled]border-top-style: solid;
*/
	/* [disabled]border-top-color: #8B9EB4;
*/
	text-transform: uppercase;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
}
.cat-grelhas {
	background-color: #9EAEC0;
}
.cat-grupos {
	background-color: #336699;
}
.cat-recup {
	background-color: rgba(153,204,0,0.9);
}
.cat-ventil {
	background-color: rgba(204,102,0,0.9);
}
.colorbox {
	outline: none;
}
/*---------------------------------------*/
a.gotobox:link, a.gotobox:visited {
	color: rgb(255,255,255);
	display: block;
	padding-right: 26px;
	text-decoration: none;
	/* [disabled]border: 1px solid #1759A2;
*/
	font-size: 14px;
	background-color: #C84B00;
	background-image: url(ArrowRight-white.png);
	background-repeat: no-repeat;
	background-position: right top;
	/* [disabled]width: 65px;
*/
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
a.gotobox:hover {
	/* [disabled]background-color: #0B4397;
*/
	background-image: url(ArrowRight-white.png);
	background-repeat: no-repeat;
	background-position: right top;
}
a.gotobox span:hover {	/*	color: rgb(255, 102, 9);*/
	outline: medium none;
	text-decoration: underline;
}
.arrow-right {
	padding-left: 5px;
}
.gradient_red {
	background: #830701;
	background: -webkit-linear-gradient(top, #d70b02, #830701);
	background: -moz-linear-gradient(top, #d70b02, #830701);
	background: -o-linear-gradient(top, #d70b02, #830701);
	background: -ms-linear-gradient(top, #d70b02, #830701);
	background: linear-gradient(top, #d70b02, #830701);
}
.gradient-nivo {
	/*gradient via nivo-slider */
	background: -moz-linear-gradient(top, #d70b02 0%, #830701 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d70b02), color-stop(100%, #830701)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d70b02 0%, #830701 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d70b02 0%, #830701 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d70b02 0%, #830701 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d70b02 0%, #830701 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d70b02', endColorstr='#830701', GradientType=0 ); /* IE6-9 */
/*  o filtro ms gradient altera o z-index*/

}
/*---------------------------------------*/

.hand {
	cursor: pointer;
}
/*---------------------------------------*/

#navigation-list UL LI A:list-selected {
 text-decoration: underline;
 background: #000;
}
.head-topdiv {
	min-height: 90px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B7C5D1;
	margin-bottom: 30px;
}


h1, h2, h3, h4,
.head, .head-1, .head-2, .head-2-light   {
	line-height: 1.1em;
	font-family: "Roboto Condensed", sans-serif;
}



.head {
	font-size: 2rem;
	line-height: 1.1em;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 300;
	color: #036;
}
.head-1 {
	font-size: 1.8rem ;
	line-height: 1.1em;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 300;
	color: #036;
}
.head-2 {
	font-size: 1.5rem ;
	line-height: 1.1;
	font-family: "Roboto Condensed", sans-serif;
	color: #036;
}


.head-2-light {
	font-size: 1.5rem ;
	font-weight: 300;

}




.head-2-destaque {
	font-size: 25px;
	line-height: 1.1em;
	color: #036;
	font-weight: 300;
	font-family: "Roboto Condensed", sans-serif;
	line-height: 33px;
	text-align: justify;
}
.head-3 {
	font-size: 18px;
	line-height: 1.2em;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	color: #036;
}







table {
	width: 100%;
}




.linhaHorizontal {
	min-height: 1px;
	clear: both;
	width: 100%;
	border-bottom: 1px solid #d1d1d1;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#list-gallery {
	width: auto;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#list-gallery ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#list-gallery ul li {
	display: inline;
	float: left;
}
#list-gallery ul a img {
	margin-right: 4px;
	display: block;
	border: 1px solid #DBDBDB;
	margin-top: 15px;
}
#list-gallery ul a:hover img {
	color: #fff;
	border: 1px solid #06F;
}
.legendas {
	color: #CC9900;
	font-size: 14px;
	line-height: 14px;
}
.minh-3xh2 {
	min-height: 80px;
}
.minh-2xh2 {
	min-height: 70px;
}
.mtop {
	margin-top: 20px;
}
.mtop-litle {
	/* [disabled]background-color: #FCF;
*/
	margin-top: 10px;
}
.mright {
	margin-right: 20px;
}
.mright-litle {
	/* [disabled]background-color: #FCF;
*/
	margin-right: 10px;
}
.mbottom {
	margin-bottom: 10px;
}
.mbottom-big {
	margin-bottom: 20px;
}
.mbottom-litle {
	/* [disabled]background-color: #FCF;
*/
	margin-bottom: 10px;
}
.mleft {
	margin-left: 20px;
}
.mleft-litle {
	/* [disabled]background-color: #FCF;
*/
	margin-left: 10px;
}
.m-neg-right {
	margin-right: -10px;
	padding-right: 10px;
}
.m-neg-left {
	margin-left: -10px;
	padding-left: 10px;
}
.nm {
	margin-right: 0!important;
}
.nopad {
	padding: 0px !important;
}
.pad {
	padding: 20px;
}
.nobreak {
	white-space: nowrap;
}
.textomaior {
	font-size: 1rem;
}




/******** listmatic **********/


ul.navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
.navlist li {
	display: inline;
	list-style-type: none;
}
.navlist a {
	padding: 3px 10px;
}
.navlist a:link, .navlist a:visited {
	color: #fff;
	background-color: #036;
	text-decoration: none;
}
.navlist a:hover {
	color: #fff;
	background-color: #369;
	text-decoration: none;
}
.navlist a.navlist-current {
	color: #fff;
	background-color: #F00;
	text-decoration: none;
}
/***********************************/

.pdf-container {
	padding: 9px;
	/* [disabled]background-color: #E4EBED;
*/
	/* [disabled]min-height: 110px;
*/
	border: 1px solid #B0BDCC;
}
.pdf-thumb a img {
	border: 1px solid #0066FF;
	margin-bottom: 5px;
}
.pdf-thumb {
	/* [disabled]background-image: url(../index-imagens/pdficon_large.png);
*/
	/* [disabled]background-repeat: no-repeat;
*/
	/* [disabled]background-position: left bottom;
*/
	/* [disabled]height: 200px;
*/
}
.pdf-thumb a:hover img {
	border: 1px solid #FF0000;
	margin-bottom: 5px;
}
.pdf-icon-large {
	height: 35px;
	width: 35px;
}
.pdf-icon-small {
	height: 12px;
	width: 20px;
}
.pdf-frase {
	width: 120px;
	color: #666;
	line-height: 17px !important;
	font-size: 14px;
	margin-top: 10px;
}
.shadow-1 {
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
}
.shadow-2 {
	-moz-box-shadow: 0px 0px 9px #000;
	-webkit-box-shadow: 0px 0px 9px #000;
	box-shadow: 0px 0px 9px #000;
}
.shadow-3 {
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	}
/*http://www.css-opacity.pascal-seven.de/*/
.transparent50 {
	-moz-opacity: 0.50;
	opacity: 0.50;
}
/****************  fim do submenu*************/


.tabelaDados {
	border-collapse: separate;
	border-spacing: 2px 2px;
	width: 100%;
	border: 1px solid #B0BDCC;
	font-size: 14px;
	line-height: 16px;
}
.tabelaDados td {
	vertical-align: middle;
	padding: 2px;
}
.tabelaDados tr {
	background-color: #ECEEF7;
}
.tabelaDados tr:hover {
	background-color: #C0CBDE;
}
.tabelaDados .trTopo, .tabelaDados .trTopo:hover {
	background-color: #32404D;
	color: #FFF;
}

.tabelaDados th {
	background-color: #C0CBDE;
}
.tabelaDados .trBranco {
	background-color: #FFF;
	/* [disabled]font-weight: bold;
*/
	/* [disabled]border: 2px solid #F00;
*/
}
.textopequeno {
	font-size: 14px;
	line-height: 14px !important;
}

.type-white {
	color: #FFFFFF !important;
}




ul.vert-list-menu { /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	/* [disabled]background-color: #F00;
*/
	font-size: 14px;
}
ul.vert-list-menu li a, ul.vert-list-menu li a:visited {
	PADDING-RIGHT: 33px;
	DISPLAY: block;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 4px;
	WIDTH: auto;
	COLOR: #000000;
	PADDING-TOP: 4px;
	TEXT-DECORATION: none;
	background-color: #D9DBDD;
	border: 1px solid #FFF;
}
ul.vert-list-menu li a:hover { /*hover state CSS*/
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #FF120F;
}
ul.vert-list-menu li a.vert-list-menu-selected {
	/* [disabled]color: #A70303;
*/
	background-color: #FFFFFF;
	border: 1px solid #FF120F;
}


ul.submenu-menor  {
	padding-left: 0px;
}



.submenu-menor a:link, .submenu-menor a:visited {
	font-size: 14px;
	line-height: 15px;
	PADDING-RIGHT: 4px;
	DISPLAY: block;
	PADDING-LEFT: 8px;
	PADDING-BOTTOM: 6px;
	WIDTH: auto;
	PADDING-TOP: 6px;
	TEXT-DECORATION: none;
	border-top: 1px solid #D4D4D4;
	background-color: #FFFFFF;
	color: #000000;
	-webkit-transition: all 100ms;
	transition: all 100ms;
}
.submenu-menor a:hover {
	DISPLAY: block;
	WIDTH: auto;
	COLOR: #000000;
	BACKGROUND-COLOR: #D1D9DC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-decoration: none;
}
.submenu-menor a.submenu-menorSelected {
	font-size: 14px;
	line-height: 17px;
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 8px;
	PADDING-BOTTOM: 6px;
	COLOR: #FFF;
	PADDING-TOP: 6px;
	BACKGROUND-COLOR: #8A9CA4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A2B0B7;
}




ul.ulist-bullet {
	padding: 0;
}

p.ulist-bullet,
ul.ulist-bullet li {
	background-image: url(bulletK.png);
	background-repeat: no-repeat;
	background-position: 0em 0.4em;
	padding-left: 12px;
	font-size: 14px;
}


p.ulist-square,
ul.ulist-square li {
	background-image: url(bullet-blue-square.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.3em;
	padding-left: 14px;
}

p.ulist-square-big,
ul.ulist-square-big li {
	background-image: url(bullet-blue-square-big.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.1em;
	padding-left: 21px;
}









#tabs table {
	width: 100%;
}
#accordion ul.vert-list-menu a {
	padding-left: 2em;
}
.list-dot {
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: 0em 0.4em;
	background-image: url(bulletK.gif);
}
.list-square {
	background-image: url(bullet-square.gif);
	background-repeat: no-repeat;
	background-position: -1px 7px;
	padding-left: 14px;
}
.list-arrow {
	background-image: url(goRight-bg-arrow-orange.png);
	background-repeat: no-repeat;
	background-position: 0px -4px;
	padding-left: 20px;
}
.list-arrow:hover {
	background-image: url(goRight-bg-arrow-black.png);
	background-repeat: no-repeat;
	background-position: 0px -4px;
	text-decoration: underline;
}
.wrap {
	background-color: #FCF;
	padding: 20px;
}
.wrap-litle {
	/* [disabled]background-color: #FCF;
*/
	padding: 10px;
}
.wrapper {
	margin: 12px;
	/* [disabled]background-color: #CCC;
*/
}

/* -- o border-box não aplica às margens, utilizar antes o pad*/
.wrapper-pad {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.spacer2x {
	width: 20px
}
.________________________ {}

#search {}
#search input[type="text"] {
	border: 0 none;
	font: 13px Arial, Helvetica, Sans-serif;
	color: #d7d7d7;
	width: 100px;
	margin-right: 0px;
	/*height: 28px;*/
	
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	padding-top: 4px;
	padding-right: 30px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-color: #444;
	/* [disabled]background-image: url(search-white.png);*/
	/* [disabled]background-repeat: no-repeat;*/
	/* [disabled]background-position: 6px 6px;*/

}
#search input[type="text"]:focus {
	color: #6a6f75;
	width: 250px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	background-color: #fcfcfc;
	/* [disabled]background-image: url(search-dark.png);*/
	/* [disabled]background-repeat: no-repeat;*/
	/* [disabled]background-position: 6px 6px;*/
}
#search .btn {
	border: 0 none;
	/* [disabled]color: #d7d7d7;*/
	width: 30px;
	-o-transition: all 0.7s ease 0s;
	background-color: transparent;
	background-image: url(search-white.png);
	background-repeat: no-repeat;
	background-position: center center;
	/* [disabled]float: right;*/
	cursor: pointer;
	position: relative;
	top: 0px;
	right: 0px;
}
#search .btn:hover {
	width: 30px;
	background-image: url(search-dark.png);
	background-repeat: no-repeat;
	/* [disabled]background-position: 10px 4px;*/
	/* [disabled]background-color: #FFF;*/
}

.__________________overrides-ou-acrescenta-megamenu {}

/*---box-sizing tem de ser content-box, não pode herdar o border-box do reset */
.megamenu_wrapper,
.megamenu_wrapper_full {
	box-sizing: content-box;
}


/* .liform copiado da class .noactive do menu original original */


.liform, .liform:hover {
	margin-left: 10px;
	padding-top: 8px;
}
.megamenu h2 {
	font-family: "Roboto Condensed", sans-serif !important;
	font-size: 16px !important;
}
/* Red */

.megamenu_red {
	/* SVG as background image (IE9/Chrome/Safari/Opera) */ 
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc2ODciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNENzBCMDIiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM4MzA3MDEiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c2ODcpIiAvPgo8L3N2Zz4=);
}
/*
.border-left-luis {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #830701;
}
.border-right-luis {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #830701;
}


.menu li.nodrop:hover a {
	padding: 0;
	border-top-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
	border-left-color: transparent !important;
}
*/

._____________________overrides-jquery-ui {
}
/* luis editado -- para sobrepor o original: 1em 2.2em;*/ 

.ui-widget {
	/* [disabled]font-family: Arial, Helvetica, sans-serif !important;
*/
	font-size: 1em !important;
}
.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.ui-accordion-content {
	padding: 0 !important;
	border-top: 0;
	overflow: auto !important;
	zoom: 1;
}





.___________importados-do-bootstrap {}
/* 
importados do Bootstrap 
Comentei os  estilos margens e padding laterais
*/



.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}



.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}




.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}


/* abaixo só têm efeito em flex-container*/

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}







.border {
  border: 1px solid #e9ecef !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #868e96 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}





.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50%;
}

.rounded-0 {
  border-radius: 0;
}



.___________fim-importados-do-bootstrap {}




.___________override-ventilnorte {}


				#header-wrapper,
				#page-wrapper,
				#footer-wrapper 			{width: 980px !important;}

				.coluna_x1 					{ width: 192px !important;	}
				.coluna_x2 					{ width: 384px !important;	}
				.coluna_x3 					{ width: 576px !important;	}
				.coluna_x4 					{ width: 768px !important;	}
				.coluna_x5 					{ width: 960px !important;	}
				.coluna_x3-half  			{ width: 288px !important; }
				.coluna_x3-half-half 		{ width: 144px !important;	}
				.coluna_1-de-3 				{ width: 320px !important; }





/*-------------- list submenu-claro --------------*/

.submenu-claro {
	padding: 0px;
	margin: 0px;
	list-style: none; 
}

.submenu-claro li a {
	PADDING-RIGHT: 33px;
	DISPLAY: block;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 4px;
	WIDTH: auto;
	COLOR: #000000;
	PADDING-TOP: 4px;
	TEXT-DECORATION: none;
	background-color: #D9DBDD;
	border: 1px solid #FFF;
}
.submenu-claro li a:hover  { 
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #FF120F;
}
.submenu-claro li a.submenu-claro-selected {
	background-color: #FFFFFF;
	border: 1px solid #FF120F;
	COLOR: #000000;
}













