.novaHeroCurso {
	--heroCursoOffsetTop: 24px;
	box-sizing: border-box;
	width: min(1392px, calc(100% - 48px));
	margin: 0 auto var(--heroCursoOffsetTop);
	padding-top: var(--heroCursoOffsetTop);
	position: relative;
	color: #fff;
}

.novaHeroCurso__surface {
	min-height: 700px;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.novaHeroCurso__surface::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(12, 12, 16, 0.04) 0%, rgba(12, 12, 16, 0.16) 54%, rgba(12, 12, 16, 0.34) 100%),
		linear-gradient(90deg, rgba(12, 12, 16, 0.14) 0%, rgba(12, 12, 16, 0.02) 54%);
}

.novaHeroCurso__surface > * {
	position: relative;
	z-index: 2;
}

.novaHeroCurso__content {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	width: min(1096px, calc(100% - 48px));
	min-height: inherit;
	margin: 0 auto;
	padding: 180px 0 76px;
	text-align: center;
}

.novaHeroCurso__badge {
	align-self: center;
	min-height: 43px;
	margin-bottom: 28px;
	padding: 4px 8px;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #dc2809;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	color: #fff;
}

.novaHeroCurso__content h1 {
	margin: 0;
	width: 100%;
	font-size: clamp(40px, 4.2vw, 48px);
	font-weight: 400;
	line-height: 1.18;
	letter-spacing: 0;
	text-align: center;
	color: inherit;
}

.novaHeroCurso__content h1 em,
.novaHeroCurso__content h1 i {
	font-style: italic;
	font-weight: 600;
}

.novaHeroCurso__content h1 strong {
	font-weight: 600;
}

@media (max-width: 1024px) {
	.novaHeroCurso {
		--heroCursoOffsetTop: 16px;
		width: min(100%, calc(100vw - 32px));
	}

	.novaHeroCurso__surface {
		min-height: 620px;
	}

	.novaHeroCurso.is-menu-open .novaHeroCurso__content {
		filter: blur(5px);
		opacity: 0.16;
		transform: scale(0.99);
		pointer-events: none;
	}

	.novaHeroCurso__content {
		width: min(960px, calc(100% - 32px));
		padding-top: 170px;
		padding-bottom: 64px;
	}
}

@media (max-width: 640px) {
	.novaHeroCurso {
		--heroCursoOffsetTop: 8px;
		width: min(100%, calc(100vw - 16px));
	}

	.novaHeroCurso__surface {
		min-height: 500px;
	}

	.novaHeroCurso__content {
		width: min(100%, calc(100% - 24px));
		padding: 132px 0 44px;
	}

	.novaHeroCurso__badge {
		margin-bottom: 20px;
		font-size: 16px;
	}

	.novaHeroCurso__content h1 {
		font-size: clamp(32px, 8vw, 38px);
		line-height: 1.14;
	}
}
