/*
 * Secção herói
 */

.hero_section_1 {
	padding: 60px 0!important;
	background-color: var(--cor25)!important;
	background-image: url('/assets/images/includes/hero_section/hero_section_2.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-size: 101%;
}

.hero_section_1_inner {
	gap: 48px;
}

.hero_section_1_header {
	gap: 24px;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
}

.hero_section_1_header_label_1 {
	margin: 0;
	outline: none;
	padding: 0 8px;
	overflow: hidden;
	text-align: center;
	color: var(--cor11);
	border-radius: 99px;
	word-break: break-word;
	transition: all 0.2s ease;
	text-align: -webkit-center;
	background-color: var(--cor23);
	border: 1px solid var(--cor17);
	font: 500 14px/20px 'Inter', sans-serif;
	font-variation-settings: 'wght' 500, 'opsz' 14;
}

.hero_section_1_header_title_1 {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-align: center;
	color: var(--cor13);
	word-break: break-word;
	transition: all 0.2s ease;
	text-align: -webkit-center;
	font: 600 60px/72px 'Inter', sans-serif;
	font-variation-settings: 'wght' 600, 'opsz' 60;
}

.hero_section_1_header_subtitle_1 {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-align: center;
	color: var(--cor21);
	word-break: break-word;
	transition: all 0.2s ease;
	text-align: -webkit-center;
	font: 400 20px/30px 'Inter', sans-serif;
	font-variation-settings: 'wght' 400, 'opsz' 20;
}

.hero_section_1_card {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	height: 500px;
	overflow: hidden;
	flex-wrap: nowrap;
	position: relative;
	border-radius: 32px;
	align-items: flex-end;
	text-decoration: none;
	transition: all 0.2s ease;
	justify-content: flex-start;
	background-color: var(--cor27);
}

.hero_section_1_card:hover {
	background-color: var(--cor11);
	transition: all 0.4s ease!important;
}

.hero_section_1_card:hover .hero_section_1_card_img img {
	width: 110%;
	height: 110%;
	transition: all 0.4s ease!important;
}

.hero_section_1_card:hover .hero_section_1_card_data_title {
	margin-left: 24px;
	transition: all 0.4s ease!important;
}

.hero_section_1_card:hover .hero_section_1_card_data svg {
	margin-right: 0;
	transition: all 0.4s ease-out!important;
}

.hero_section_1_card_svg_bg {
	margin: 0;
	padding: 0;
	z-index: 0;
	width: auto;
	border: none;
	outline: none;
	height: 680px;
	right: -300px;
	bottom: -100px;
	fill: var(--cor11);
	position: absolute;
	stroke: transparent;
	box-sizing: content-box;
}

.hero_section_1_card_img {
	margin: 0;
	padding: 0;
	width: 50%;
	z-index: 1;
	height: 100%;
	border: none;
	outline: none;
	display: flex;
	overflow: hidden;
	position: relative;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	transition: all 0.2s ease;
}

.hero_section_1_card_img img {
	left: 0;
	top: 50%;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	transition: all 0.2s ease;
	transform: translateY(-50%);
}

.hero_section_1_card_data {
	gap: 12px;
	margin: 0;
	z-index: 1;
	border: none;
	outline: none;
	display: flex;
	padding: 44px;
	flex-wrap: nowrap;
	align-items: flex-end;
	width: calc(50% - 88px);
	justify-content: space-between;
}

.hero_section_1_card_data_title {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor1);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: 600 48px/60px 'Inter', sans-serif;
	font-variation-settings: 'wght' 600, 'opsz' 48;
}

.hero_section_1_card_data svg {
	padding: 0;
	width: auto;
	border: none;
	height: 26px;
	outline: none;
	fill: transparent;
	margin: 0 24px 0 0;
	stroke: var(--cor17);
	box-sizing: content-box;
	transition: all 0.2s ease;
}

@media screen and (max-width: 983px) {
	.hero_section_1_card_img {
		width: 40%;
	}
	.hero_section_1_card_data {
		width: calc(60% - 88px);
	}
}

@media screen and (max-width: 870px) {
	.hero_section_1_card_img,
	.hero_section_1_card_img img {
		transition: none;
	}
}

@media screen and (max-width: 768px) {
	.hero_section_1_card {
		height: auto;
		flex-direction: column;
		align-items: flex-start;
	}
	.hero_section_1_card_svg_bg {
		height: 570px;
		right: -200px;
		bottom: -120px;
	}
	.hero_section_1_card_img {
		width: 100%;
		height: 300px;
	}
	.hero_section_1_card_img img {
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.hero_section_1_card_data {
		width: calc(100% - 88px);
	}
}

@media screen and (max-width: 480px) {
	.hero_section_1_card:hover .hero_section_1_card_data_title {
		margin-left: 12px;
	}
	.hero_section_1_card_img {
		height: 200px;
		transition: all 0.2s ease;
	}
	.hero_section_1_card_data {
		padding: 24px;
		width: calc(100% - 48px);
	}
	.hero_section_1_card_data svg {
		height: 22px;
		margin: 0 12px 0 0;
	}
	.hero_section_1_header_label_1 {
		font: 500 13px/19px 'Inter', sans-serif;
		font-variation-settings: 'wght' 500, 'opsz' 13;
	}
	.hero_section_1_header_title_1 {
		font: 600 42px/54px 'Inter', sans-serif;
		font-variation-settings: 'wght' 600, 'opsz' 42;
	}
	.hero_section_1_header_subtitle_1 {
		font: 400 18px/26px 'Inter', sans-serif;
		font-variation-settings: 'wght' 400, 'opsz' 18;
	}
	.hero_section_1_card_data_title {
		font: 600 32px/42px 'Inter', sans-serif;
		font-variation-settings: 'wght' 600, 'opsz' 32;
	}
}

/*
 * Fim secção herói
 */