/*
 * Secção herói
 */

.hero_section_1_bg_1 {
	padding: 96px 0!important;
	background-color: var(--cor59)!important;
}

.hero_section_1_bg_2 {
	background-color: var(--cor59)!important;
}

.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;
	justify-content: flex-start;
	flex-direction: column-reverse;
}

.hero_section_1_header_title_1 {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	max-width: 900px;
	text-align: center;
	color: var(--cor61);
	word-break: break-word;
	transition: all 0.2s ease;
	text-align: -webkit-center;
	text-transform: uppercase!important;
	font: 400 20px/26px 'Figtree', sans-serif;
	font-variation-settings: 'wght' 400, 'opsz' 20;
}

.hero_section_1_header_subtitle_1 {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-align: center;
	color: var(--cor11);
	word-break: break-word;
	transition: all 0.2s ease;
	text-align: -webkit-center;
	text-transform: uppercase!important;
	font: 400 60px/72px 'FjallaOne', sans-serif;
}

.hero_section_1_header_subtitle_1 span {
	color: var(--cor63)!important;
}

.hero_section_1_card {
	padding: 0;
	border: none;
	outline: none;
	display: flex;
	height: 500px;
	overflow: hidden;
	flex-wrap: nowrap;
	position: relative;
	margin: 0 0 0 -20px;
	text-decoration: none;
	align-items: flex-start;
	width: calc(100% + 40px);
	justify-content: flex-start;
	background-color: var(--cor63);
}

.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 {
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	transition: all 0.2s ease;
	transform: translate(-50%, -50%);
}

.hero_section_1_card_data {
	gap: 24px;
	margin: 0;
	z-index: 1;
	border: none;
	outline: none;
	display: flex;
	padding: 44px;
	align-items: flex-end;
	flex-direction: column;
	width: calc(50% - 88px);
	height: calc(100% - 88px);
	justify-content: space-between;
}

.hero_section_1_card_data_svg_1 {
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
	height: 63px;
	outline: none;
	fill: var(--cor65);
	stroke: transparent;
	box-sizing: content-box;
	transition: all 0.2s ease;
}

.hero_section_1_card_data_inner {
	gap: 12px;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	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;
	text-transform: uppercase!important;
	font: 400 48px/60px 'FjallaOne', sans-serif;
}

.hero_section_1_card_data_svg_2 {
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
	height: 26px;
	outline: none;
	fill: transparent;
	stroke: var(--cor1);
	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_img {
		width: 100%;
		height: 300px;
	}
	.hero_section_1_card_data {
		padding: 44px 24px;
		width: calc(100% - 48px);
	}
	.hero_section_1_card_data_svg_1 {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.hero_section_1_card_img {
		height: 200px;
		transition: all 0.2s ease;
	}
	.hero_section_1_card_data {
		padding: 24px;
		height: calc(100% - 48px);
	}
	.hero_section_1_card_data_svg_2 {
		height: 22px;
	}
	.hero_section_1_header_title_1 {
		font: 400 18px/24px 'Figtree', sans-serif;
		font-variation-settings: 'wght' 400, 'opsz' 18;
	}
	.hero_section_1_header_subtitle_1 {
		font: 400 42px/54px 'FjallaOne', sans-serif;
	}
	.hero_section_1_card_data_title {
		font: 400 32px/42px 'FjallaOne', sans-serif;
	}
}

/*
 * Fim secção herói
 */