.total-header{
	width:100%;
	margin: 0 auto;
	height:513px;
	background: url('../../imagens/novo_bg.jpg') center top no-repeat;
}
.total-header .conteudo{
	min-height:10px;	
}
.logo-header{
	display: table;
	margin: 0 auto;
	padding-top: 105px;
}
.logo-header img{
	max-width: 100%;
}
.total-menu-header{
	width: 100%;
	background: #FFFFFF;
	border-bottom:1px solid #969696;
}
.conteudo-header{
	max-width: 1920px;
	margin: 0 auto;
}
.conteudo-header > .conteudo{
	position: relative;
}
.menu-header{
	display: table;
	margin: 0 auto;
	padding-top: 30px;
}
.menu-selecionado{
	background: #029245 !important;
}
.menu-header a{
	color:#5A5A5A;
	float:left;
	padding-left:35px;
	padding-right:35px;
	text-align:center;
	font-weight:600;
	font-size:16px;
	-webkit-transition:0.5s;
	transition:0.5s;
	position: relative;
    font-family: 'Ubuntu', sans-serif;
}
.borda-menu{
	width: 100%;
	height: 2px;
	margin-top: 25px;
	background: #FFF;
}
.menu-header a:hover .borda-menu{
	background: #029245;
}
.webmail-header{
	display: table;
	position: absolute;
	top:55px;
	right: 0px;
    font-family: 'Ubuntu', sans-serif;
}
.webmail-header a{
	font-size: 18px;
	text-decoration: underline;
	font-weight: 500;
	text-align: center;
	color: #5A5A5A;
	margin-bottom: 3px;
    font-family: 'Ubuntu', sans-serif;
}
.webmail-header span{
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #5A5A5A;
    font-family: 'Ubuntu', sans-serif;
}
@media (max-width: 767px){
	.logo-header{
		width:100%;
		text-align:center;
		float:none;	
		display: table;
		padding-top: 0px;
		padding-left:0px;
		padding-right: 0px;
	}
	.total-header{
		min-height:10px;
		height: auto;
		padding-bottom:50px;
		padding-top: 50px;
	}
	.total-menu-header{
		border-bottom: 0px;
	}
	.webmail-header{
		display: none;
	}
}
@media (min-width:768px) and (max-width:999px){
	.logo-header{
		width:100%;
		text-align:center;
		float:none;	
		display: table;
		padding-top: 0px;
		padding-left:0px;
		padding-right: 0px;
	}
	.total-header{
		min-height:10px;
		height: auto;
		padding-bottom:50px;
		padding-top: 50px;
	}
	.total-menu-header{
		border-bottom: 0px;
	}
	.webmail-header{
		display: none;
	}
}