
.header .menu {
	z-index: 0;
}
#error-404 {
	display: table;
	grid-gap: 10px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	color: #FFF;
	text-align: center;
	z-index: 9998;
	letter-spacing: 1px;
}

#error-404:after {
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	background-image: url('../../uploads/documents/configuracoes/logo-intranet.svg');
	background-repeat: no-repeat;
	background-size: 70%;
	background-position: center;
	opacity: .3;
}

#error-404 h1 {
	font-family: OpenSansLight;
	font-size: 10vw;
	width: 100%;
}

#error-404 .button {
	display: flex;
	max-width: 400px;
	max-height: 0 auto;
	align-items: center;
	justify-content: center;
	background: #09C;
	color: #FFF;
	padding: 20px;
	border: none;
	border-radius: 5px;
	margin-top: 20px;
	font-size: 1.15em;
}

#error-404 .button:hover {
	cursor: pointer;
	background: #456;
}

#error-404 .button span {
	padding-top: 5px;
}

#error-404 .button img {
	height: 35px;
	display: inline-block;
	margin-right: 15px;
}

#error-404 td * {
	position: relative;
	opacity: 1;
	z-index: 99999;
}

#error-404 h2,
#error-404 div {
	text-transform: uppercase;
}