.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;
	justify-content: space-between;
}

.header.header-fixed .header_topo {
	margin-top: 10px;
}

.header_topo img {
	max-width: 198px;
}


.col_logotv {
	margin-top: 11px;
}


/*
.col_logojd {
	text-align: right;
	align-items: center;
	display: flex;
	justify-content: end;
}
	*/

.col_logojd {
	margin-top: 18px;
}


.col_logojd img {
	max-width:220px;
}

.bloco-bug {
	height: 54px;
	display: none;
}