body { overflow-x: hidden; }

#menu-item-mais-opcoes {
	display: none !important;
}

@media only screen and (max-width:1023px) {
	
	.top_sidebar {
		display: flex;
		align-items: left;
		justify-content: left;
	}
	
	#menu-item-mais-opcoes {
		display: block !important;
	}
	
}

.none {
	display: none;
}

.hidden {
	visibility: hidden;
}

.clr {
	clear: both;
}

#form-curso label {
	display: block;
	float: left;
	width: 18%;
	text-align: right;
	padding: 4px 2% 0 0;
}
#form-curso .campo {
	display: block;
	float: left;
	width: 80%;
}
#form-curso input[type="text"], select {
	width: 100%;
}

#form-curso #telefone, #form-curso #celular, #form-curso #profissao, #form-curso #atividade, #form-curso #complemento, #form-curso #cep ,#form-curso #numero,#form-curso #bairro{
	display: block;
	float: left;
	width: 49%;
}

#form-curso #endereco_cidade {
	display: block;
	float: left;
	width: 69%;
}
#form-curso #endereco_uf  {
	display: block;
	float: left;
	width: 29%;
}
#form-curso .form-divisor {
	display: block;
	float: left;
	width: 2%;
	text-align: center;
}

.form-submit {
	clear: both;
	padding-top: 20px;
	text-align: center;
}

@media only screen and (max-width:540px) {
	
	#header a.logo {
		margin: 0px 0px 10px !important;
	}
	
	.content_wrap {
		padding: 16px 0 40px;
	}
	#form-curso label {
		width: 100%;
		text-align: left;
	}
	#form-curso .campo {
		width: 100%;
	}
	
	.hidden {
		display: none !important;
	}
}

#responsive-menu a {
	font-size: 13px;
	font-family: Verdana,arial;	
}

.bg-verde{
	background: #6ad61d;
}

.bg-laranja{
	background: #4f758b;
}

.bg-azul {
	background: #00008B;
}

.bg-azul a:hover { color: #ffffff; } 

#pre-inscricao {
	margin-top: -80px;
	padding-top: 90px;
}

.form-submit input[type=submit]{
	padding: 0 30px;
	height: 48px;
	font-size: 18px;
	line-height: 48px;
	background-image: none;	
}
.tabs li a{
	padding: 12px 14px;	
}

a.page-numbers {
	padding: 0 12px!important;
}
ul.page-numbers {
	padding: 0!important;
}