@media (min-width: 1024px) {
	header{
		overflow:visible;
	}
	header .toolbar {
		display: flex;
		align-items: center;
		justify-content: space-between;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) !important;
	}
	header .toolbar .menu {
		display: flex;
		align-items: center;
		gap: 8px;
	}
	header .toolbar .btToobar.btMenuGeral{
		display:none;
	}
	
	
	header .toolbar .menu .btSecundarios .perfil {
		will-change: transform;
		transition: transform .3s ease;
	}
	header .toolbar .menu .btSecundarios:hover .perfil {
		transform: translate(0px);
		
	}

}