.novaHeroCurso {
	--heroCursoOffsetTop: var(--nova-shell-gutter-desktop);
	box-sizing: border-box;
	width: var(--nova-shell-width);
	margin: 0 auto var(--heroCursoOffsetTop);
	padding-top: var(--heroCursoOffsetTop);
	position: relative;
	color: #fff;
}

@media (min-width: 1025px) {
	.novaHeroCurso {
		top: var(--heroCursoOffsetTop);
		padding-top: 0;
	}

	.wp-block-uve-builder-hero-curso > .site-header:not(.is-scrolled) {
		position: fixed;
		inset: 0 0 auto;
		z-index: 220;
		background: transparent;
		pointer-events: none;
	}

	.wp-block-uve-builder-hero-curso > .site-header:not(.is-scrolled) .site-header__shell {
		width: var(--siteHeaderEmbeddedWidth);
		padding: 42px var(--nova-shell-gutter-desktop) 0;
		pointer-events: auto;
	}

	.wp-block-uve-builder-hero-curso > .site-header:not(.is-scrolled) .site-header__inner {
		padding: 0;
		border: 1px solid transparent;
		border-radius: 24px;
		background: transparent;
		backdrop-filter: blur(0) saturate(100%);
		-webkit-backdrop-filter: blur(0) saturate(100%);
		box-shadow: none;
	}
}

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

.novaHeroCurso__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

.novaHeroCurso__mediaImage {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.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__surface > .novaHeroCurso__media {
	position: absolute;
	z-index: 0;
}

.novaHeroCurso__content {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	width: min(1096px, calc(100% - (var(--nova-shell-gutter-desktop) * 2)));
	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: var(--nova-shell-gutter-tablet);
		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: var(--nova-shell-gutter-mobile);
		width: min(100%, calc(100vw - 16px));
	}

	.novaHeroCurso__surface {
		min-height: 500px;
		background-image: var(--hero-curso-mobile-background-image, var(--hero-curso-background-image));
		background-position: var(--hero-curso-mobile-background-position, center);
	}

	.novaHeroCurso__mediaImage {
		object-position: var(--hero-curso-mobile-background-position, center);
	}

	.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;
	}
}
