.page--home--block--hero {
	height: 100vh;
	min-height: 416px;
	max-height: 768px;
	position: relative;
}

.page--home--block--hero .hero-bg,
.page--home--block--hero .hero-bg .app--bg-animation,
.page--home--block--hero .hero-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.page--home--block--hero .hero-bg {
	background: #052460 url(/img/home/bg-hero.jpg) repeat 25% 65%;
}
.page--home--block--hero .hero-bg::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: transparent linear-gradient(180deg,
		#2E3192 0%,
		#1E0071 100%
	) 0% 0% no-repeat padding-box;
	mix-blend-mode: hard-light;
}
.page--home--block--hero .hero-bg::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('/img/s-transparente.svg') no-repeat 50% 50%;
	background-size: 900px auto;
	opacity: 0.25;
	background-position: 100% 50%;
	background-position: calc(50% + 400px) 50%;
	/* transform: translate(200px, 200px); */
}
.page--home--block--hero .hero-content {
	color: white;
}

.page--home--block--hero .hero-content-wrap {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	height: 100%;
}
.page--home--block--hero .hero-content-header {
	flex: 0 0 auto;
}
.page--home--block--hero .hero-content-wrap h3 {
	margin: 0 0 0.5em;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0.03em;
}
.page--home--block--hero .hero-content-middle {
	flex: 1 1 auto;
	display: flex;
	height: 260px;
	justify-content: space-evenly;
	flex-direction: column;
	flex-wrap: wrap;
}
.page--home--block--hero .hero-content-footer {
	flex: 0 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 1em 0;
}
.page--home--block--hero .hero-content-footer > span:nth-child(1) {
	width: 120px;
	font-weight: 400;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: center;
	letter-spacing: 0.08em;
}
.page--home--block--hero .hero-content-footer > img {
	width: 100px;
	position: relative;
	bottom: 0;
}
/* .page--home--block--hero .hero-content-footer > img:nth-child(3) {
	width: 100px;
	position: relative;
	top: -2px;
}
.page--home--block--hero .hero-content-footer > img:nth-child(4) {
	width: 100px;
	/* position: relative;
	top: 5px;
}
.page--home--block--hero .hero-content-footer > img:nth-child(5) {
	width: 135px;
}
.page--home--block--hero .hero-content-footer > img:nth-child(6) {
	width: 120px;
} */

.page--home--block--hero .hero-title {
	max-width: 620px;
	padding: 1rem 0;
	font-size: 2em;
	font-weight: 400;
	text-transform: uppercase;
}
.page--home--block--hero .hero-title strong {
	color: #fcb316;
}
.page--home--block--hero .hero-contato {
	max-width: 360px;
	padding: 1rem 0;
}
.page--home--block--hero .email-title h3 {
	margin: 0 0 0.5em;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0.03em;
}
.page--home--block--hero .email-title h4 {
	margin: 0 0 1em;
	font-weight: 500;
	color: #fcb316;
}

.page--home--block--hero #dialog {
	top: 0;
	left: 0;
	position: fixed;
	width: 100vw;
	height: 100vh;
	border: none;
	margin: 0;
	padding: 0;
	background-color: rgb(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 2%;
	z-index: 10;
}
.page--home--block--hero #dialog:not([open]) {
	display: none;
}

/* container */
.page--home--block--hero #dialog > .dialog-wrap {
	background-color: white;
	max-width: 500px;
	max-height: 300px;
	padding: 1rem;
}

@media (max-width: 940px) {
	.page--home--block--hero .hero-content-footer > img:nth-child(6) {
		display: none;
	}
}

@media (max-width: 768px) {
	.page--home--block--hero {
		min-height: 616px;
		max-height: unset;
	}
	.page--home--block--hero .hero-title {
		font-size: 1.25em;
		text-align: center;
		line-height: 1.6;
	}
	.page--home--block--hero .hero-contato {
		margin: 0 auto;
	}
	.page--home--block--hero .hero-content-footer {
		position: relative;
		padding: 3em 0 1em;
	}
	.page--home--block--hero .hero-content-footer > span:nth-child(1) {
		position: absolute;
		left: 50%;
		top: 0;
		width: 120px;
		transform: translateX(-50%);
	}
	/* .page--home--block--hero .hero-content-footer > img:nth-child(2) {
		width: 24%;
		bottom: 1px;
	}
	.page--home--block--hero .hero-content-footer > img:nth-child(3) {
		width: 13%;
		/* top: -3px;
	}
	.page--home--block--hero .hero-content-footer > img:nth-child(4) {
		width: 16%;
	} */
	.page--home--block--hero .hero-content-footer > img {
		width: 15%;
	}
	/* .page--home--block--hero .hero-content-footer > img:nth-child(6) {
		width: 32%;
	} */
}