.page--home--block--hero {
	height: 768px;
	position: relative;
}

.page--home--block--hero .hero-bg,
.page--home--block--hero .hero-bg-layer,
.page--home--block--hero .hero-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.page--home--block--hero .hero-bg {
	background: #223330;
	overflow: hidden;
}
.page--home--block--hero .hero-bg-noise {
	background: url(/img/home/bg-hero-noise-cut.png) repeat 50% 50%;
}
.page--home--block--hero .hero-bg-photo {
	background: url(/img/home/bg-hero-photo.png) no-repeat 50% 50%;
	transform: translate(-150px, 0);
}
.page--home--block--hero .hero-bg-circuit {
	background: url(/img/grafismo-vert-ponto-verde.svg) no-repeat 50% 50%;
	background-size: auto 1728px;
	transform: translate(-650px, 0);
	mix-blend-mode: overlay;
}
.page--home--block--hero .hero-content {
	color: white;
}

.page--home--block--hero .hero-content-wrap {
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-end;
	height: 100%;
}
.page--home--block--hero .hero-content-header {
	flex: 0 0 auto;
}
.page--home--block--hero .hero-content-middle-above {
	flex: 1 1 auto;
}
.page--home--block--hero .hero-content-middle {
	flex: 0 1 auto;
	width: 500px;
}
.page--home--block--hero .hero-content-middle-below {
	flex: 1 1 auto;
}
.page--home--block--hero .hero-title-text {
	padding: 0 8px 30px 24px;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
}
.page--home--block--hero .hero-content-footer {
	width: 100%;
	flex: 0 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 1em 0;
}
.page--home--block--hero .hero-content-footer a {
	display: inline-block;
	padding: 0 0 40px;
	font-size: 18px;
	color: white;
	text-decoration: none;
	background: url(/img/arrow-down.svg) no-repeat 50% 75%;
}

.page--home--block--hero .hero-contato {
	padding: 16px 8px 0 24px;
}
.page--home--block--hero .email-title h3 {
	margin: 0 0 0.5em;
	font-size: 1.25em;
	font-weight: 500;
	letter-spacing: 0.03em;
}
.page--home--block--hero .email-title h4 {
	margin: 0 0 1em;
	font-weight: 500;
	color: #fcb316;
}

@media (min-width: 1667px) {
	.page--home--block--hero .hero-bg-photo {
		background-position: 0% 50%;
		transform: translate(0, 0);
	}
	.page--home--block--hero .hero-bg-circuit {
		background-position: 0% 50%;
		background-size: auto 1728px;
		transform: translate(20px, 0);
	}
}

@media (max-width: 768px) {
	.page--home--block--hero {
		height: 670px;
		overflow-x: hidden;
	}
	.page--home--block--hero .hero-bg-photo {
		background: url(/img/home/bg-hero-photo.png) no-repeat 50% 100%;
		transform: translate(0, 0);
		background-size: auto 100%;
	}
	.page--home--block--hero .hero-bg-circuit {
		transform: translate(-400px, 0);
	}
	.page--home--block--hero .hero-content-wrap {
		width: 100%;
	}
	.page--home--block--hero .hero-content-middle-above,
	.page--home--block--hero .hero-content-middle-below,
	.page--home--block--hero .hero-content-footer,
	.page--home--block--hero .hero-title {
		display: none;
	}
	.page--home--block--hero .hero-content-middle {
		flex: 1 1 auto;
		display: flex;
		flex-flow: column nowrap;
		justify-content: space-between;
		width: 100%;
	}
	.page--home--block--hero .hero-title-text {
		margin: 0 auto;
		padding: 0 0 24px;
		max-width: 330px;
	}
	.page--home--block--hero .hero-contato {
		margin: 0 auto;
		padding: 16px 32px 32px;
		width: 100%;
		background: #2233305a;
	}
	.page--home--block--hero .email-title,
	.page--home--block--hero .email-form {
		margin: 0 auto;
		max-width: 312px;
	}
}
