.block--servicos--hero {
	position: relative;
}
.block--servicos--hero .hero-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.block--servicos--hero .hero-bg::before,
.block--servicos--hero .hero-bg::after,
.block--servicos--hero .hero-bg-after {
	content: '';
	position: absolute; /* necessário no mobile */
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.block--servicos--hero .hero-bg-development {
	background: black url(/img/servicos/development/bg-hero.png) no-repeat 60% 160px;
	background-size: auto 101%;
	background-position-x: calc(50% + 100px);
}
.block--servicos--hero .hero-bg-development::before {
	/* background: #00AEEF;
	mix-blend-mode: hard-light;
	opacity: 0.58; */
	background: #2E3192;
	mix-blend-mode: hard-light;
	opacity: 0.62;
}
.block--servicos--hero .hero-bg-development .hero-bg-after {
	background: url(/img/ico-pilar-tech.svg) no-repeat 50% 50%;
	background-size: 1000px auto;
	background-position: calc(50% + 400px) calc(50% + 50px);
	mix-blend-mode: soft-light;
	opacity: 0.5;
}

.block--servicos--hero .hero-bg-analytics {
	background: black url(/img/servicos/analytics/bg-hero.png) no-repeat 50% 50%;
	background-size: auto 101%;
	background-size: cover;
}
.block--servicos--hero .hero-bg-analytics::before {
	background: #464646;
	mix-blend-mode: hard-light;
	opacity: 1;
}
.block--servicos--hero .hero-bg-analytics::after {
	background: #BFD730;
	mix-blend-mode: hard-light;
	opacity: 0.58;
}
.block--servicos--hero .hero-bg-analytics .hero-bg-after {
	background: url(/img/ico-pilar-bi.svg) no-repeat 50% 50%;
	background-size: 800px auto;
	background-position: calc(50% + 400px) calc(50% + 50px);
	mix-blend-mode: soft-light;
	opacity: 0.5;
}

.block--servicos--hero .hero-bg-ux {
	background: black url(/img/servicos/ux/bg-hero.png) no-repeat 50% 50%;
	background-size: auto 101%;
	background-size: cover;
}
.block--servicos--hero .hero-bg-ux::before {
	background: #464646;
	mix-blend-mode: hard-light;
	opacity: 0.62;
}
.block--servicos--hero .hero-bg-ux::after {
	background: #ED174D;
	mix-blend-mode: hard-light;
	opacity: 0.65;
}
.block--servicos--hero .hero-bg-ux .hero-bg-after {
	background: url(/img/ico-pilar-ux.svg) no-repeat 50% 50%;
	background-size: 800px auto;
	background-position: calc(50% + 500px) calc(50% + 80px);
	mix-blend-mode: soft-light;
	opacity: 0.5;
}

.block--servicos--hero .hero-bg-app-eventos {
	background: black url(/img/servicos/app-eventos/bg-hero.png) no-repeat 50% 50%;
	background-size: auto 101%;
}
.block--servicos--hero .hero-bg-app-eventos::before {
	background: #464646;
	mix-blend-mode: hard-light;
	opacity: 0.62;
}
.block--servicos--hero .hero-bg-app-eventos::after {
	background: #0DB14B;
	mix-blend-mode: hard-light;
	opacity: 0.65;
}

.block--servicos--hero .hero-bg-autoetl {
	background: black url(/img/servicos/autoetl/bg-hero.png) no-repeat 50% 50%;
	background-size: auto 101%;
	background-size: cover;
	background-position: 50% 70%;
}
.block--servicos--hero .hero-bg-autoetl::before {
	background: #464646;
	mix-blend-mode: overlay;
	opacity: 0.62;
}
.block--servicos--hero .hero-bg-autoetl::after {
	background: #F04E23;
	mix-blend-mode: hard-light;
	opacity: 0.65;
}
.block--servicos--hero .hero-bg-autoetl .hero-bg-after {
	background: url(/img/ico-prod-autoetl.svg) no-repeat 50% 50%;
	background-size: 750px auto;
	background-position: calc(50% + 400px) calc(50% + 50px);
	mix-blend-mode: soft-light;
	opacity: 0.75;
}

.block--servicos--hero .hero-content-wrap {
	position: relative;
}
.block--servicos--hero .hc-link-parent {
	margin: 0;
	padding: 0 0 2em;
}
.block--servicos--hero .hc-link-parent a {
	color: white;
}
.block--servicos--hero .hc-text-header {
	padding: 2em 0 0;
	color: white;
}
.block--servicos--hero .hc-text-header h1 {
	font-size: 3.5em;
	font-weight: 600;
	text-transform: uppercase;
}
.block--servicos--hero .hc-text-header h2 {
	margin: 1.5em 0;
	font-size: 1.5em;
	font-weight: 500;
}
.block--servicos--hero .hc-text-header blockquote {
	display: inline-block;
	margin-bottom: 2em;
}
.block--servicos--hero .hc-text-header blockquote h2 {
	font-style: italic;
	margin-bottom: 0.25em;
}
.block--servicos--hero .hc-text-header blockquote small {
	display: block;
	text-align: right;
}
.block--servicos--hero .hc-text-body {
	padding: 0 0 2em;
	color: white;
}
.block--servicos--hero .hc-text-body p {
	margin: 1em 0 0;
	line-height: 1.4;
	letter-spacing: 0.05em;
	font-weight: 400;
}
.block--servicos--hero .hc-text-body a {
	color: white;
}

@media (max-width: 768px) {
	.block--servicos--hero .hero-bg {
		height: auto;
	}
	.block--servicos--hero .hero-bg-development {
		background-position: 60% 50%;
		background-position-x: calc(50% + 150px);
		background-position-y: calc(50% + 80px);
	}
	.block--servicos--hero .hc-text-header {
		height: 22em;
	}
	.block--servicos--hero .hc-text-header h1 {
		font-size: 2em;
	}
	.block--servicos--hero .hc-text-header h2 {
		font-size: 1em;
		line-height: 1.6;
	}
	.block--servicos--hero .hc-text-header h2 br {
		display: none;
	}
	.block--servicos--hero .hc-text-body {
		padding: 2em 0 0;
		color: #464646;
	}
	.block--servicos--hero .hc-text-body p {
		font-weight: 400;
	}
	.block--servicos--hero .hc-text-body br {
		display: none;
	}
}
