/*
 * Secção de dados tipo 1
 */

.data_section_1 {
	padding: 90px 0!important;
	background-color: var(--cor11)!important;
}

.data_section_1_inner {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	row-gap: 42px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	align-items: stretch;
	justify-content: center;
}

.data_section_1_data {
	gap: 12px;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	display: flex;
	align-items: center;
	flex-direction: column;
	transition: all 0.2s ease;
	justify-content: space-between;
	width: calc(calc(100% / 4) - calc(60px / 4));
}

.data_section_1_data_info {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	color: var(--cor1);
	text-align: center;
	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' 72;
}

.data_section_1_data_title {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	color: var(--cor1);
	text-align: center;
	word-break: break-word;
	transition: all 0.2s ease;
	text-align: -webkit-center;
	font: 600 18px/28px 'Inter', sans-serif;
	font-variation-settings: 'wght' 600, 'opsz' 18;
}

.data_section_1_data_subtitle {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-align: center;
	color: var(--cor17);
	word-break: break-word;
	transition: all 0.2s ease;
	text-align: -webkit-center;
	font: 400 16px/24px 'Inter', sans-serif;
	font-variation-settings: 'wght' 400, 'opsz' 16;
}

@media screen and (max-width: 983px) {
	.data_section_1_data {
		width: calc(calc(100% / 2) - calc(20px / 2));
	}
}

@media screen and (max-width: 870px) {
	.data_section_1_data {
		transition: none;
	}
}

@media screen and (max-width: 768px) {
	.data_section_1_data {
		width: 100%;
	}
}

/*
 * Fim secção de dados tipo 1
 *
 * Secção de dados tipo 2
 */

.data_section_2 {
	padding: 60px 0!important;
}

.data_section_2_sp_pd {
	padding: 60px 0 90px 0!important;
	background-color: var(--cor25)!important;
}

.data_section_2_inner {
	gap: 64px;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}

.data_section_2_data {
	gap: 8px;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	transition: all 0.2s ease;
	justify-content: flex-start;
	width: calc(calc(100% / 3) - calc(128px / 3));
}

.data_section_2_data_svg {
	border: none;
	outline: none;
	display: flex;
	padding: 12px;
	flex-wrap: nowrap;
	margin: 0 0 8px 0;
	aspect-ratio: 1/1;
	width: fit-content;
	align-items: center;
	border-radius: 100%;
	justify-content: center;
	background-color: rgba(var(--cor12), 0.1);
}

.data_section_2_data_svg svg {
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
	height: 22px;
	outline: none;
	fill: transparent;
	stroke: var(--cor11);
	box-sizing: content-box;
	transition: all 0.2s ease;
}

.data_section_2_data_title {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor29);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: 600 20px/30px 'Inter', sans-serif;
	font-variation-settings: 'wght' 600, 'opsz' 20;
}

.data_section_2_data_subtitle {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor45);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: 400 16px/24px 'Inter', sans-serif;
	font-variation-settings: 'wght' 400, 'opsz' 16;
}

@media screen and (max-width: 983px) {
	.data_section_2_inner {
		row-gap: 32px;
		column-gap: 48px;
	}
	.data_section_2_data {
		width: calc(calc(100% / 2) - calc(48px / 2));
	}
}

@media screen and (max-width: 870px) {
	.data_section_2_data {
		transition: none;
	}
}

@media screen and (max-width: 768px) {
	.data_section_2_data {
		width: 100%;
	}
}

/*
 * Fim secção de dados tipo 2
 *
 * Secção de dados tipo 3
 */

.data_section_3 {
	padding: 60px 0!important;
}

.data_section_3_sp_pd {
	padding: 90px 0!important;
}

.data_section_3_inner {
	gap: 24px;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: center;
}

.data_section_3_pair {
	gap: 24px;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	width: calc(calc(100% / 3) - calc(48px / 3));
}

.data_section_3_data {
	gap: 12px;
	margin: 0;
	outline: none;
	display: flex;
	overflow: hidden;
	padding: 32px 24px;
	border-radius: 12px;
	text-decoration: none;
	flex-direction: column;
	align-items: flex-start;
	width: calc(100% - 50px);
	cursor: pointer!important;
	transition: all 0.2s ease;
	justify-content: flex-start;
	border: 1px solid rgba(var(--cor8), 0.1);
	box-shadow: 0px 0px 4px 0px rgba(var(--cor8), 0.05);
}

.data_section_3_data:hover {
	transform: scale(1.02);
	transition: all 0.4s ease!important;
}

.data_section_3_data:hover .data_section_3_data_see_more {
	gap: 16px;
	transition: all 0.4s ease!important;
}

.data_section_3_data_img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 74px;
	border: none;
	outline: none;
	max-width: 130px;
	object-fit: contain;
	object-position: left;
	transition: all 0.2s ease;
}

.data_section_3_data_desc {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor45);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: 400 16px/24px 'Inter', sans-serif;
	font-variation-settings: 'wght' 400, 'opsz' 16;
}

.data_section_3_data_see_more {
	gap: 8px;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: nowrap;
	margin: 36px 0 0 0;
	align-items: center;
	transition: all 0.2s ease;
	justify-content: flex-start;
}

.data_section_3_data_see_more span {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor11);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: 600 14px/20px 'Inter', sans-serif;
	font-variation-settings: 'wght' 600, 'opsz' 14;
}

.data_section_3_data_see_more svg {
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
	height: 12px;
	outline: none;
	fill: transparent;
	stroke: var(--cor11);
	box-sizing: content-box;
	transition: all 0.2s ease;
}

@media screen and (max-width: 983px) {
	.data_section_3_inner {
		align-items: center;
		flex-direction: column;
		justify-content: flex-start;
	}
	.data_section_3_pair {
		width: 100%;
		flex-direction: row;
		align-items: stretch;
	}
}

@media screen and (max-width: 768px) {
	.data_section_3_pair {
		max-width: 500px;
		flex-direction: column;
		align-items: flex-start;
	}
}

/*
 * Fim secção de dados tipo 3
 *
 * Secção de dados tipo 4
 */

.data_section_4 {
	padding: 90px 0!important;
}

.data_section_4_boxed_sp_gap {
	gap: 40px;
}

.data_section_4_inner {
	gap: 40px;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}

.data_section_4_data_1 {
	gap: 16px;
	margin: 0;
	flex-grow: 1;
	border: none;
	outline: none;
	display: flex;
	padding: 32px;
	flex-wrap: wrap;
	overflow: hidden;
	border-radius: 20px;
	flex-direction: column;
	align-items: flex-start;
	transition: all 0.2s ease;
	justify-content: flex-start;
	background-color: var(--cor55);
	width: calc(calc(100% / 4) - calc(376px / 4));
}

.data_section_4_data_2 {
	margin: 0;
	border: none;
	outline: none;
	display: flex;
	padding: 32px;
	row-gap: 24px;
	flex-wrap: wrap;
	overflow: hidden;
	column-gap: 48px;
	border-radius: 20px;
	align-items: flex-start;
	width: calc(100% - 64px);
	transition: all 0.2s ease;
	justify-content: flex-start;
	background-color: var(--cor55);
}

.data_section_4_data_2_inner {
	gap: 8px;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	display: flex;
	width: fit-content;
	flex-direction: column;
	align-items: flex-start;
	transition: all 0.2s ease;
	justify-content: flex-start;
	width: calc(calc(100% / 4) - calc(144px / 4));
}

.data_section_4_data_3 {
	gap: 16px;
	margin: 0;
	flex-grow: 1;
	border: none;
	outline: none;
	display: flex;
	padding: 32px;
	flex-wrap: wrap;
	overflow: hidden;
	border-radius: 20px;
	flex-direction: column;
	align-items: flex-start;
	transition: all 0.2s ease;
	justify-content: flex-start;
	background-color: var(--cor55);
	width: calc(calc(20% / 2) - calc(168px / 2));
}

.data_section_4_data_4 {
	margin: 0;
	flex-grow: 1;
	border: none;
	outline: none;
	display: flex;
	padding: 32px;
	row-gap: 24px;
	flex-wrap: wrap;
	overflow: hidden;
	column-gap: 48px;
	border-radius: 20px;
	align-items: flex-start;
	transition: all 0.2s ease;
	justify-content: flex-start;
	background-color: var(--cor55);
	width: calc(calc(80% / 2) - calc(168px / 2));
}

.data_section_4_data_main_svg {
	border: none;
	outline: none;
	display: flex;
	padding: 12px;
	flex-wrap: nowrap;
	margin: 0 0 8px 0;
	aspect-ratio: 1/1;
	width: fit-content;
	align-items: center;
	border-radius: 100%;
	justify-content: center;
	background-color: rgba(var(--cor12), 0.1);
}

.data_section_4_data_svg {
	margin: 0;
	border: none;
	outline: none;
	display: flex;
	padding: 12px;
	flex-wrap: nowrap;
	aspect-ratio: 1/1;
	width: fit-content;
	align-items: center;
	border-radius: 100%;
	justify-content: center;
	background-color: rgba(var(--cor12), 0.1);
}

.data_section_4_data_main_svg svg {
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
	height: 22px;
	outline: none;
	fill: transparent;
	stroke: var(--cor11);
	box-sizing: content-box;
	transition: all 0.2s ease;
}

.data_section_4_data_svg_fill {
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
	height: 22px;
	outline: none;
	fill: var(--cor11);
	stroke: transparent;
	box-sizing: content-box;
	transition: all 0.2s ease;
}

.data_section_4_data_svg_stroke {
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
	height: 22px;
	outline: none;
	fill: transparent;
	stroke: var(--cor11);
	box-sizing: content-box;
	transition: all 0.2s ease;
}

.data_section_4_data_title {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor29);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: 600 18px/28px 'Inter', sans-serif;
	font-variation-settings: 'wght' 600, 'opsz' 18;
}

.data_section_4_data_subtitle_1 {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor45);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: 400 16px/24px 'Inter', sans-serif;
	font-variation-settings: 'wght' 400, 'opsz' 16;
}

.data_section_4_data_subtitle_2 {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor29);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: 600 16px/24px 'Inter', sans-serif;
	font-variation-settings: 'wght' 600, 'opsz' 16;
}

.data_section_4_data_subtitle_3 {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor33);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: 500 14px/20px 'Inter', sans-serif;
	font-variation-settings: 'wght' 500, 'opsz' 14;
}

.data_section_4_data_subtitle_icons_flex {
	gap: 16px;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	transition: all 0.2s ease;
	justify-content: flex-start;
}

.data_section_4_data_subtitle_icon {
	gap: 8px;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
}

.data_section_4_data_subtitle_icon_svg_stroke {
	margin: 0;
	padding: 0;
	width: 18px;
	border: none;
	height: auto;
	outline: none;
	fill: transparent;
	stroke: var(--cor49);
	box-sizing: content-box;
	transition: all 0.2s ease;
}

.data_section_4_data_subtitle_icon_svg_fill {
	margin: 0;
	padding: 0;
	width: 18px;
	border: none;
	height: auto;
	outline: none;
	fill: var(--cor49);
	stroke: transparent;
	box-sizing: content-box;
	transition: all 0.2s ease;
}

.data_section_4_data_external_link {
	gap: 6px;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	text-decoration: none;
	justify-content: flex-start;
}

.data_section_4_data_external_link_title {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor11);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: 600 16px/24px 'Inter', sans-serif;
	font-variation-settings: 'wght' 600, 'opsz' 16;
}

.data_section_4_data_external_link_svg_static {
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
	height: 18px;
	outline: none;
	box-sizing: content-box;
	transition: all 0.2s ease;
}

.data_section_4_data_external_link_svg {
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
	height: 12px;
	outline: none;
	fill: transparent;
	stroke: var(--cor11);
	box-sizing: content-box;
	transition: all 0.2s ease;
}

@media screen and (max-width: 983px) {
	.data_section_4_inner,
	.data_section_4_boxed_sp_gap {
		gap: 30px;
	}
	.data_section_4_data_1 {
		padding: 16px 32px;
		width: calc(calc(100% / 2) - calc(158px / 2));
	}
	.data_section_4_data_2,
	.data_section_4_data_3,
	.data_section_4_data_4 {
		padding: 16px 32px;
	}
	.data_section_4_data_2_inner {
		width: calc(calc(100% / 2) - calc(48px / 2));
	}
}

@media screen and (max-width: 870px) {
	.data_section_4_inner,
	.data_section_4_data_1,
	.data_section_4_data_2,
	.data_section_4_data_3,
	.data_section_4_data_4,
	.data_section_4_data_2_inner {
		transition: none;
	}
}

@media screen and (max-width: 768px) {
	.data_section_4_inner,
	.data_section_4_boxed_sp_gap {
		gap: 20px;
	}
	.data_section_4_data_1,
	.data_section_4_data_2,
	.data_section_4_data_3,
	.data_section_4_data_4 {
		max-width: 500px;
		padding: 16px 24px;
		width: calc(100% - 48px);
	}
	.data_section_4_data_2_inner {
		width: 100%;
	}
}

/*
 * Fim secção de dados tipo 4
 */