.hide {
	display: none;
}

.show {
	display: block;
}

.header {
	height: 135px;
	background: #ffffff;
	transition: all ease .4s;
	width: 100%;
	z-index: 999;
}

.header.header-fixed {
	height: 80px;
	position: fixed;
	width: 100%;
	top: 0;
}

.header_institucional {
	width: 100%;
	height: 42px;
	position: relative;
	padding-top: 18px;
}

.header_institucional-hidden {
	display: none;
}

.header_topo {
	margin-top: 17px;
}

.header.header-fixed .header_topo {
	margin-top: 10px;
}

.header_topo img {
	max-width: 198px;
}

.col_logotv, .col_logojd {
		flex: 1; /* Menor tamanho para as colunas laterais */
  }
  
.col_menu {
		flex: 3; /* Maior tamanho para a coluna central */
  }

.col_logotv {
	margin-top: 11px;
}

.col_logojd {
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 7px;
}

.col_logojd img {
	max-width:220px;
}

.bloco-bug {
	height: 54px;
	display: none;
}