.container-404 {
	margin-top: 3rem;
	margin-bottom: 3rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.container-404 img {
	width: 30rem;
	height: auto;
	margin-bottom: 1rem;
}

.btn-home,
.btn-home:visited {
	background-color: var(--cor-primaria);
	color: #fff;
}

.btn-home:hover,
.btn-home:active {
	box-shadow: rgba(242, 92, 5, 0.25) 0 8px 15px;
	transform: translateY(-2px);
	color: #fff;
}
/* ==========================================================================
	Media Queries (Responsivo)
	========================================================================== */

/* Responsividade (Mobile) */
@media (max-width: 768px) {
	.container-404 {
		padding: 1.2rem;
	}
}
