.erro-404{
	text-align: center;
	padding: 160px 0 120px;
	@include tablet {
		padding: 260px 0 150px;
	}
	@include mq-min(1920) {
		padding: valor-fluido(260, 1920) 0 valor-fluido(150, 1920);
	}
	h1{
		font-size: 25px;
		font-weight: 300;
		line-height: 1.2;
		margin-bottom: 20px;
		color: $color_destaque;
		@include tablet {
			font-size: 40px;
		}
		@include mq-min(1920) {
			margin-bottom: valor-fluido(20, 1920);
			font-size: valor-fluido(40, 1920);
		}
		b, strong{
			font-weight: 700;
		}
	}
	p{
		font-size: 20px;
		line-height: 1.2;
		@include tablet {
			font-size: 30px;
		}
		@include mq-min(1920) {
			font-size: valor-fluido(30, 1920);
		}
	}
}