.Header {
	height: 70px;
	z-index: 100;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;	
}







.Header .Header_Image {
	position: fixed;
	width: 100%;
	height: 70px;
	z-index: 105;
	background: url("../images/Background_Header.png") center center no-repeat;
	background-size: cover;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;	
}

.Header .HeightHeader {
	height: 70px;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;	
}







.Header .DivMenuLeft {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	pointer-events: none;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}




.Header .HamburgerMobile {
	/*display: none;*/
}

.Header .DivHamburger {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 100px;

	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.Header .DivHamburger .BtnHamburger {
	width: 40px;
	height: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #0b5d6c;
	border-radius: 100%;
	pointer-events: auto!important;
}

.HeaderSmall .HamburgerMobile {
	height: 70px!important;

	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}




.Header .LogoMenu {
	width: auto;
	height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	pointer-events: auto;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;	
}

.Header .LogoMenu .LogoLink {
	height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	pointer-events: auto;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;	
}

.Header .LogoMenu .LogoGrupoAcert {
	width: auto;
	height: 70%;
	margin: 0 0 0 20px;
}













.Header .DivMenuRight {
	position: absolute;
	right: 0;
	width: 100%;
	height: 70px;
	padding: 0 10px 0 0;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-start;
	align-items: center;
	pointer-events: none;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Header .DivMenuRight .DivSair {
	width: 70px;
	height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	pointer-events: auto;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;	
}

.Header .DivMenuRight .DivPerfil {
	width: auto;
	height: 70px;
	margin: 0 15px 0 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	pointer-events: auto;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;	
}





.Header .DivMenuRight .DivConfig {
	width: 40px;
	height: 70px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	pointer-events: auto;
	background: transparent;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Header .DivMenuRight .DivConfig img {
	width: 25px;
	height: auto;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Header .DivMenuRight .DivConfig img:hover {
	width: 30px;
	height: auto;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}




.Header .DivMenuRight .DivPerfil {
	width: auto;
	height: 70px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	pointer-events: auto;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Header .DivMenuRight .DivPerfil .DivIconePerfil {
	width: auto;
	height: 70px;
	display: flex;
}

.Header .DivMenuRight .DivPerfil .DivTextoPerfil {
	width: auto;
	height: 70px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	pointer-events: auto;
}

.Header .DivMenuRight .DivPerfil .IconePerfil {
	width: 23px;
	height: auto;
	margin-right: 10px;
}



.Header .DivMenuRight .DivAtualizar {
	width: 40px;
	height: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	pointer-events: auto;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Header .DivMenuRight .DivAtualizar img {
	width: 22px;
	height: auto;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Header .DivMenuRight .DivAtualizar img:hover {
	width: 28px;
	height: auto;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}










.HeaderSmall,
.HeaderSmall .Header_Image,
.HeaderSmall .HeightHeader,
.HeaderSmall .LogoMenu,
.HeaderSmall .DivMenuRight,
.HeaderSmall .DivMenuLeft,
.HeaderSmall .DivMenuRight .DivSair,
.HeaderSmall .DivMenuRight .DivPerfil,
.HeaderSmall .DivMenuRight .DivPerfil .AvatarCliente,
.HeaderSmall .DivMenuRight .DivPerfil .Info,
.HeaderSmall .DivMenuRight .DivNotification {
	height: 70px!important;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;	
}

.Show_Notification_Small {
	margin: 70px 0 0 0!important;
}

















/* Responsive Mobile*/
@media (max-width: 450px) {
	
	.Header .DivMenuRight {
		padding: 0;
	}
	
	.Header .LogoMenu .LogoGrupoAcert {
		height: 55%;
		margin: 0 0 0 10px;
	}

	.Show_NavMobile {
		margin-left: 0;
		
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	
	nav .DivIcones {
		height: 100%;
		border-right: 1px solid rgba(0,0,0,0.15);
	}
	
	nav .ItensMenu {
		width: 230px;
		padding: 20px 0 0 0;
	}
	
	.OverlayMenuMobile {
		position: fixed;
		width: 100%;
		height: 100vh;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 102;
		pointer-events: none;
		
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	
	.Show_OverlayMenuMobile {
		pointer-events: auto!important;
		
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	
	.CloseSubmenu {
		display: none;
	}
	
	.ChangeColorDesktop {
		display: none;
	}
}
