*{
	margin:0px;
	padding:0px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
}


html, body {

	font-size: 100%;
	width: 100%;
	height: 100%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	position: relative;
}




.DMK-centraliza{
	width: 960px;
	margin: 0px auto;
}


/***********************************************************
	Estilos referentes ao header da página
***********************************************************/
.DMK-header {
	width: 100%;
	height: 115px;
	background: #FFF;
	position: relative;
}

.DMK-header-linha {
	width: 100%;
	height: 4px;
	background: #f56700; 
	position: absolute;
	z-index: 20;
	top: 0px;
	left: 0px;
}

.DMK-header-conteudo{
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	background: #FFF;
	height: 115px;
	z-index: 10;
	box-shadow: 0px 5px 2px rgba(0,0,0, 0.2);

}

.header-altura {
	height: 111px;
}

.DMK-header-logotipo {
	position: relative;
	width: 192px;
	height: 57px;
	background: url(../images/logotipo.png) no-repeat;
	left: 10px;
	top: 25px;
	display: inline-block;
}

.DMK-menu {
	position: relative;
	width: 685px;
	height: 30px;
	left: 78px;
	top: 40px;
	display: inline-block;
}

.DMK-menu-lista {
	width: 100%;
	height: 100%;
}

.DMK-menu-lista li {
	float: left;
	margin: 0px 10px;
}

.DMK-link {
	font-size: 14px;
	color: #174a67;
	text-decoration: none;
	font-weight: bold;
	transition:0.4s;
}

.DMK-link:hover {
	color: #f56700;
}

.DMK-link.vermelho, .DMK-link.vermelho:hover {
	color: #d41414;
}


/***********************************************************
	Estilos referentes a session Professores
***********************************************************/
.DMK-professores {
	width: 100%;
	height: 540px;
	background: url(../images/banner-1.jpg) no-repeat #FFF;
}

.DMK-professoresold {
	width: 100%;
	height: 540px;
	background: url(../images/banner-1old.jpg) no-repeat #FFF;
}

.professores-altura {
	height: 100%;
	position: relative;
}

.DMK-professores-titulo{
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 48px;
	text-transform: uppercase;
	display: inline-block;
	margin: 30px 0px 20px 0px;
	line-height: 50px;
}



.DMK-botao {
	padding: 10px 15px;
	text-align: center;
	color: #FFF;
	border-radius: 5px;	
	cursor: pointer;
}	

.DMK-botao.botao-azul {
	width: 420px;
	margin: 0px auto;
	font-size: 20px;
	background: #174a67;
}

.DMK-botao.botao-laranja {
	display: inline-block;
	margin: 20px 0px 0px 0px;
	font-size: 25px;
	font-weight: bold;	
	text-align: left;
	background: #f56700;
	border-color:#b95208;
	border-style: solid; 
	border-width: 0px 0px 3px 0px;  
}

.DMK-botao.botao-laranja:active {
	border-width: 1px 0px 1px 0px;	
}

.DMK-botao.botao-laranja.form{
	width: 100%;
	text-align: center;
} 

.DMK-professor-video {
	width: 543px;
	height: 320px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: url(../images/notebook.png) no-repeat center center;
}

.DMK-video-conteudo{
	float: left;
	width: 415px;
	height: 259px;
	margin: 21px 0px 0px 64px;
}

.DMK-professor-conteudo {
	width: 440px;
	height: 280px;
	position: absolute;
	bottom: 18px;
	right: 0px;
}

.DMK-professor-titulo-menor {
	width: 100%;
	display: inline-block;
	margin: 0px 0px 8px 0px;
	font-size: 25px;
	color: #FFF;
}

.DMK-professor-descricao {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	color: #FFF;
	margin: 1px 0px;
	line-height: 16px;
}





/***********************************************************
	Estilos referentes a session nivel de cursos
***********************************************************/

.DMK-nivel-cursos {
	width: 100%;
	height: 340px;
	background: #fff;
}

.DMK-divisao-descritivo{
	width: 530px;
	float: left;
	height: 100%;
	margin-left: 12px;
}


.DMK-page-titulo {
	width: 100%;
	font-size: 42px;
	color: #174a67;
	font-weight: 700;
	display: inline-block;
	margin: 30px 0px 10px 0px;
}

.DMK-page-descritivo {
	width: 100%;
	font-size: 14px;
	color: #174a67;
	line-height: 16px;
	display: inline-block;
	margin: 1px 0px;
}

.DMK-page-subtitulo {
	width: 100%;
	font-size: 22px;
	line-height: 25px;
	font-weight: bold;
	color: #174a67;
	display: inline-block;
	margin: 10px 0px 10px 0px;
}

.DMK-divisao-icone{
	width: 410px;
	float: right;
	height: 289px;
	margin: 0px;
}

.DMK-divisao-icone.icon-conhecimento {
	background: url(../images/icon-basico-avancado.png) no-repeat center center;
}



/***********************************************************
	Estilos referentes a session Certificado
***********************************************************/

.DMK-certificado {
	width: 100%;
	height: 462px;
	background: url(../images/bg-certifcado.jpg) no-repeat center center;
}

.DMK-certificadoold {
	width: 100%;
	height: 462px;
	background: url(../images/bg-certifcadoold.jpg) no-repeat center center;
}

.DMK-divisao-icone.icon-certificado{
	float: left;
	height: 370px;
	margin: 60px 0px 0px 0px;
	background: url(../images/icon-certificado.png) no-repeat center center;
}

.DMK-divisao-descritivo.certificado{
	margin: 80px 0px 0px 0px;
}

.DMK-page-subtitulo.branco{
	color: #FFF;
	font-weight: bold;
	font-size: 28px;
	line-height: 34px;
}

.DMK-page-descritivo.branco{
	color: #FFF;
}



.DMK-matricula{
	width: 100%;
	height: 591px;
	background: #FFF;
}

.DMK-matricula-titulo{
	width: 100%;
	float: left;
	font-weight: bold;
	text-align: center;
	margin: 50px 0px 20px 0px;
	font-size: 44px;
	color: #174a67;
}

.DMK-matricula-detalhe{
	width: 100%;
	float: left;
	margin-left:35px;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}

.DMK-matricula-titulo.left{
	text-align: left;
	font-size: 34px;
	margin-left: 30px;
}

.vermelho{
	color: #d41414;	
}

.DMK-matricula-subtitulo{
	width: 100%;
	float: left;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 20px 0px;
	font-size: 22px;
	color: #174a67;
}

.DMK-divisao-icone.icon-economia{
	float: left;
	margin: 30px 0px 0px 0px;
	height: 300px;
	background: url(../images/icon-economia.png) no-repeat center center ;
}

.DMK-form-matricula{
	float: left;
	margin: 10px 0px 0px 30px;
	width: 330px;
	display: table;
	height: 200px;
}

.DMK-form-input{
	display: inline-block;
	width: 100%;
	border: 1px solid #ddd;
	background: #f0f0f0;
	height: 30px;
	border-radius: 5px;
	margin: 5px 0px;
	padding-left: 5px;
	outline: 0;
}

.error{
	border: 1px solid #FF7373;
	background: #FF9999
}




.DMK-fundo {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
}


.DMK-modal-mensage {
	display: none;
	width: 300px;
	height: 150px;
	border: 2px solid #f56700;
	border-radius: 6px;
	background: #FFF;
	position: fixed;
	top: 50%;
	bottom:50%;
	left: 50%;
	right: 50%;
	margin-top: -75px; 
	margin-left: -150px; 
	z-index: 110;
}

.DMK-modal-mensage-text{
	width: 90%;
	float: left;
	margin: 60px 5% 0px 5%;
	font-size: 18px;
	color: #f56700;
}


