header {
	width: 100%;
	position: sticky;
	top: 0;
	z-index: 10000;
	height: var(--header-height);
	background-color: #FFF;


	-webkit-box-shadow: 0px 3px 15px -5px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 3px 15px -5px rgba(0, 0, 0, 0.40);
	box-shadow: 0px 3px 15px -5px rgba(0, 0, 0, 0.40);
}

header img {
	width: var(--empleate-img-header);
	margin: calc(var(--empleate-img-header)/2 - var(--header-height)) 0;
}

header .link_button {
	font-size: 10pt;
	width: 150px;
	margin-left: 20px;
	padding: 10px 0 !important;
	text-align: center;
}

header .container {
	display: flex;
	position: relative;
	max-height: 100%;
}

header a {
	text-decoration: none;
	color: black;
	margin: auto 0;
}

header nav ul {
	display: flex;
	list-style: none;
	justify-content: flex-end;
	height: 100%;
	gap: 15px;
}

header nav {
	width: calc(100% - 190px);
}

header nav ul li {
	margin: auto 0;
}

header nav ul li a {
	font-weight: 600;
}