<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#box-page-view {
	width: 100%;
	height: auto;
	background: #f00;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

.box-page-view-inner {
	padding: 10px 20px;
}

#box-page-view p {
	color: #fff;
	line-height: 28px;
	float: left;
}

#box-page-view .btn-fechar-view {
	float: right;
    color: #fff;
    border: 1px solid #fff;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#content .dados .boxIn {
	clear: left;
}

#content .dados .box {
	margin-bottom: 0;
}

#box-page-view .btn-fechar-view:hover {
	background-color: #FF3227;
}

#indices li span.indice-valor.arrow, span.indice-valor.arrow {
	padding-left: 16px;
}

#indices li span.indice-valor.arrow.arrow-up, span.indice-valor.arrow.arrow-up {
	background: url('../img/icon_alta.png') no-repeat left 0;
}

#indices li span.indice-valor.arrow.arrow-down, span.indice-valor.arrow.arrow-down {
	background: url('../img/icon_baixa.png') no-repeat left 0;
}

.home #indices li span.indice-valor.arrow.arrow-up, .home #indices li span.indice-valor.arrow.arrow-down {
	background-position: left center;
}

/* Editor */

.content-editor {
	padding-bottom: 20px;
}

.content-editor-min {
	width: 43%;
	margin-bottom: 40px;
	padding-top: 0;
	float: left;
}

.content-editor-min p {
	font-family: inherit;
}

.content-editor-nopad {
	padding-top: 2px;
}

.content-editor em {
	font-style: italic;
}

.content-editor h3 {font-size: 14px; color: #2c95c0; padding-bottom: 20px;}

.content-editor h3.titulo-interna {
	font-size: 22px;
	color: #6e605e;
	text-transform: uppercase;
	padding-bottom: 24px;
	font-weight: bold;
}

.content-editor p {
	word-wrap: break-word;
}

.content-editor iframe {
	max-width: 100%;
}

.content-editor p strong {font-weight: bold;}

.content-editor img.left {display: inline-block; margin: 0 20px 10px 0; float: left;}
.content-editor img.right {display: inline-block; margin: 0 0 10px 20px; float: right;}
.content-editor img.center {display: block; margin: 0 auto;}

.content-editor img {display: inline-block; margin: 0 1em 1em 0;}

.content-editor h1, .content-editor h2, .content-editor h3 {font-size: 18px; line-height: 22px; margin: 0 0 10px 0;}

.content-editor ul, .content-editor ol {
	padding-bottom: 1em;
}

.content-editor ol li {
	list-style: decimal;
}

.content-editor table th,
.content-editor table td {
  line-height: 18px;
  text-align: left;
  vertical-align: top;
}

.content-editor table th {
  font-weight: bold;
}

.content-editor table thead th {
  vertical-align: bottom;
}

.content-editor li {width: auto; height: auto; font-size: 1em; list-style: disc; margin-left: 20px; padding-bottom: 2px;}

.content-editor table caption + thead tr:first-child th,
.content-editor table caption + thead tr:first-child td,
.content-editor table colgroup + thead tr:first-child th,
.content-editor table colgroup + thead tr:first-child td,
.content-editor table thead:first-child tr:first-child th,
.content-editor table thead:first-child tr:first-child td {
  border-top: 0;
}

.content-editor table tbody + tbody {
  border-top: 2px solid #ccc;
}
.content-editor table {
	width: 100%;
	border-collapse: separate;
	*border-collapse: collapsed;
	border-left: 0;
	-webkit-border-radius: 8px;
	 -moz-border-radius: 8px;
	      border-radius: 8px;
	border-spacing: 0;
}

.content-editor a {
	display: inline;
	color: #7856ff;
}

#content .content-editor a.tinymce-btn-video {
	margin-top: 4px;
	color: #fff;
	text-transform: uppercase;
	float: left;
}

#content .content-editor a.tinymce-btn-video:hover {
	text-decoration: none;
}

.content-editor p {
	padding-bottom: 1.5em;
}

.content-editor a:hover {
	text-decoration: underline;
}

.content-editor table th,
.content-editor table td {
  color: #959494;
}

.content-editor table th strong,
.content-editor table td strong {
    color: #7b7979;
}

.content-editor table caption + thead tr:first-child th,
.content-editor table caption + tbody tr:first-child th,
.content-editor table caption + tbody tr:first-child td,
.content-editor table colgroup + thead tr:first-child th,
.content-editor table colgroup + tbody tr:first-child th,
.content-editor table colgroup + tbody tr:first-child td,
.content-editor table thead:first-child tr:first-child th,
.content-editor table tbody:first-child tr:first-child th,
.content-editor table tbody:first-child tr:first-child td {
  border-top: 0;
}

.content-editor table thead:first-child tr:first-child th:first-child,
.content-editor table tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 8px;
          border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
}

.content-editor table thead:first-child tr:first-child th:last-child,
.content-editor table tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 8px;
          border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
}

.content-editor table thead:last-child tr:last-child th:first-child,
.content-editor table tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 8px;
     -moz-border-radius: 0 0 0 8px;
          border-radius: 0 0 0 8px;
  -webkit-border-bottom-left-radius: 8px;
          border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
}

.content-editor table thead:last-child tr:last-child th:last-child,
.content-editor table tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 8px;
          border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
}

.content-editor .table tbody tr:hover td,
.content-editor .table tbody tr:hover th {
	background-color: #f5f5f5;
}

.content-editor .tinymce-video-cadastro {
	width: 733px;
	height: auto;
	margin: 0 auto;
}

.content-editor .tinymce-video-cadastro iframe {
	width: 733px;
	height: 412px;
}

.content-editor .tinymce-video-cadastro .tinymce-btn-video {
  
}

.atuacao .content-editor p {
	margin-bottom: 0;
}

.content-editor-programacao {
	padding: 0;
}

.eventos_det .carouselHoras .content-editor-programacao h4, 
.eventos_det .carouselHoras .content-editor-programacao h4 span {
	font: normal 400 0.75em/1.2em 'Bree Serif';
    color: #dfe0e1;
    display: block;
    margin: 0;
    padding: 0;
}

.eventos_det .carouselHoras .content-editor-programacao h4 {
	padding-top: 15px;
}

.eventos_det .carouselHoras .content-editor-programacao p {
	color: #858687;
    font: normal 400 0.85em/1.2em 'Bree Serif';
    margin: 0;
    padding: 0;
}

.eventos_det .carouselHoras .content-editor-programacao p strong {
	font: inherit;
    font-weight: bold;
    color: #a5a6a7;
}

@media (max-width: 770px){
	#box-page-view p {
		font-size: 14px;
    	line-height: 16px;
		text-align: center;
		float: none;
	}

	#box-page-view .btn-fechar-view {
		width: 100px;
		float: none;
		margin: 0 auto;
		margin-top: 10px;
		text-align: center;
	}

	#box-page-view br {
		display: none;
	}
}

.grafico {
	position: relative;
	overflow: hidden;
}

.chart_div {
	position: relative;
}

.table_div {
	position: relative;
}

.pagina-biblioteca.institucional #master .filtro-biblioteca {
	display: block;
	height: auto;
}

.pagina-biblioteca a.btn-filtro-biblioteca span {
	display: none;
}

.pagina-negociacoes.institucional #master .filtro-negociacoes-coletivas {
	display: block;
	height: auto;
}

.pagina-negociacoes a.btn-filtro-negociacoes-coletivas span {
	display: none;
}

.pagina-imprensa.institucional #master .filtro-imprensa {
	display: block;
	height: auto;
}

.pagina-imprensa a.btn-filtro-imprensa span {
	display: none;
}

.pagina-indices #master .filtro-indices,
.pagina-estudos #master .filtro-estudos {
	display: block;
	height: auto;
}

.pagina-indices a.btn-filtro-indices span {
	display: none;
}

.pagina-estudos a.btn-filtro-estudos span {
	display: none;
}

.breadcrumb-menuPesquisas a {
	display: none;
}

.breadcrumb-menuPesquisas a.show {
	display: block;
}</pre></body></html>