
.DMK-topo-conteudo {
	width: 100%;
	height: 45px;
	position: relative;
}

.DMK-topo-barraFixa {
	position: fixed;
	width: 100%;
	height: 45px;
	background: #245f7b;
	left: 0px;
}

.DMK-topo-barraFixa2 {
	position: fixed;
	width: 100%;
	height: 45px;
	background: #245f7b;
	left: 0px;
	display: none;
}

.DMK-topo-barraFixa.topo {
	top: 0px;
}
.DMK-topo-barraFixa2.topo {
	top: 0px;
}

.DMK-topo-barraFixa.baixo {
	bottom: 0px;
}

.DMK-topo-barraFixa-conteudo {
	top:0;
	/*position: absolute; */
	z-index:9999;
	width: auto;
	height: 45px;
	margin: 0px auto;
	display: table;
}

.DMK-logotipo {
	width: 101px;
	height: 29px;
	float: left;
	margin: 8px 0px 0px 10px;
}
.DMK-barraProcura-conteudo {
	max-width: 320px;
	height: 35px;
	background: #FFF;
	border-radius: 4px;
	float: left;
	margin: 5px 0px 0px 10px;
}

.form-procura {
	width: 100%;
	height: 100%;
}

.DMK-barraProcura-input {
	width: 245px;
	height: 35px;
	float: left;
	margin: 0px 0px 0px 15px;
	border: 0px;
	background: transparent;
	list-style: 33px;
	outline: 0;
	color: #b1b4b5;
}

.DMK-barraProcura-botao {
	width: 32px;
	height: 35px;
	float: right;
	margin: 0px;
	border: 0px;
	background: url('https://www.cursos24h.com.br/barras/busca/imagens/icon-procura.png') no-repeat center transparent;
	cursor: pointer;
	outline: 0;
}

.DMK-cursos-conteudo {
	width: 152px;
	height: 35px;
	float: left;
	margin: 5px 0px 0px 10px;
	background: url('https://www.cursos24h.com.br/barras/busca/imagens/icon-cursos.png') no-repeat;
}

a.DMK-cursos-link {
	display: block;
	float: right;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	width: 110px;
	text-decoration: none;
	font-family: tahoma;
}
.DMK-cursos-link:hover {
	text-decoration: underline;
}

@media all and (max-width: 580px) {
	.DMK-barraProcura-conteudo {
		width: 100% !important;
		max-width: calc(100% - 22px);
	}
	.DMK-barraProcura-input {
		width: calc(100% - 52px);
	}
	.DMK-topo-barraFixa, .DMK-topo-barraFixa-conteudo, .DMK-topo-barraFixa2, .DMK-topo-barraFixa-conteudo {
		height: 95px;
	}
	.ef-mobile {
		display: block;
		float: right;
	}
	.ef-desktop {
		display: none;
	}
}
@media all and (min-width: 581px) {
	.ef-mobile {
		display: none;
	}
	.ef-desktop {
		display: block;
	}
}
