/*
 * Estatísticas 4
 */

.statistics4_div {
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	margin: 0 0 76px 0;
	align-items: center;
	justify-content: center;
}

.statistics4_inner_div {
	gap: 32px;
	margin: 0;
	border: none;
	outline: none;
	display: flex;
	padding: 48px;
	flex-wrap: nowrap;
	min-height: 504px;
	border-radius: 32px;
	align-items: center;
	width: calc(100% - 96px);
	justify-content: space-between;
	background-color: var(--cor1);
}

.statistics4_data {
	gap: 48px;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	width: clamp(0%, 100%, 560px);
}

.statistics4_data_title {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor2);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: normal 48px/60px Calistoga-Regular;
}

.statistics4_inner_data {
	gap: 32px;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.statistic4 {
	gap: 0;
	margin: 0;
	padding: 0;
	border: none;
	flex-grow: 1;
	outline: none;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.statistic4 svg {
	padding: 0;
	width: auto;
	border: none;
	height: 64px;
	outline: none;
	margin: 0 0 8px 0;
	fill: var(--cor11);
	box-sizing: content-box;
	transition: all 0.2s ease;
}

.statistic4_value {
	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: normal 40px/48px Calistoga-Regular;
}

.statistic4_desc {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	color: var(--cor2);
	text-align: center;
	word-break: break-word;
	transition: all 0.2s ease;
	text-align: -webkit-center;
	font: normal 18px/22px Figtree-Regular;
}

.statistics4_map {
	gap: 32px;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	width: clamp(0%, 100%, 600px);
}

.statistics4_map_title {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	text-align: right;
	color: var(--cor11);
	word-break: break-word;
	transition: all 0.2s ease;
	text-align: -webkit-right;
	font: normal 26px/32px Calistoga-Regular;
}

@media screen and (max-width: 960px) {
	.statistics4_inner_div {
		gap: 48px;
		flex-direction: column;
	}
	.statistics4_data {
		align-items: center;
		width: clamp(0%, 100%, 100%);
	}
	.statistics4_data_title {
		text-align: center;
		text-align: -webkit-center;
		width: clamp(0%, 100%, 560px);
	}
	.statistic4 {
		align-items: center;
	}
	.statistics4_map_title {
		text-align: center;
		text-align: -webkit-center;
		font: normal 22px/28px Calistoga-Regular;
	}
}

@media screen and (max-width: 700px) {
	.statistics4_inner_div {
		padding: 32px;
		width: calc(100% - 64px);
	}
	.statistics4_data_title {
		font: normal 42px/50px Calistoga-Regular;
	}
	.statistic4 svg {
		height: 54px;
	}
	.statistic4_value {
		margin: 0;
		font: normal 32px/40px Calistoga-Regular;
	}
	.statistic4_desc {
		font: normal 16px/20px Figtree-Regular;
	}
}

@media screen and (max-width: 350px) {
	.statistics4_inner_div {
		padding: 24px;
		width: calc(100% - 48px);
	}
}

/*
 * Fim estatísticas 4
 *
 * Conhecer
 */

.meet_div {
	margin: 0!important;
}

/*
 * Fim conhecer
 */