/*
 * Parágrafos
 */

.paragraphs_div {
	gap: 16px;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	margin: 0 0 48px 0;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.paragraphs_div_mod_margin {
	margin: 28px 0 8px 0!important;
}

.p_1 {
	padding: 0;
	border: none;
	outline: none;
	margin: 0 auto;
	text-align: center;
	color: var(--cor10);
	word-break: break-word;
	transition: all 0.2s ease;
	text-align: -webkit-center;
	font: normal 20px/32px Figtree-Bold;
}

.p_2 {
	padding: 0;
	border: none;
	outline: none;
	margin: 0 auto;
	color: var(--cor1);
	text-align: center;
	word-break: break-word;
	transition: all 0.2s ease;
	text-align: -webkit-center;
	width: clamp(0%, 100%, 750px);
	font: normal 40px/48px Calistoga-Regular;
}

.p_2_mod_width {
	width: clamp(0%, 100%, 100%)!important;
}

.p_3 {
	padding: 0;
	border: none;
	outline: none;
	margin: 0 auto;
	text-align: center;
	color: var(--cor17);
	word-break: break-word;
	transition: all 0.2s ease;
	text-align: -webkit-center;
	font: normal 20px/26px Figtree-Regular;
}

@media screen and (max-width: 700px) {
	.p_1 {
		font: normal 18px/26px Figtree-Bold;
	}
	.p_2 {
		font: normal 32px/40px Calistoga-Regular;
	}
	.p_3 {
		font: normal 18px/22px Figtree-Regular;
	}
}

/*
 * Fim parágrafos
 *
 * Estatísticas
 */

.statistics_div {
	gap: 48px;
	padding: 0;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 auto 28px auto;
	width: clamp(0%, 100%, 750px);
	justify-content: space-between;
}

.statistic {
	gap: 0;
	margin: 0;
	padding: 0;
	border: none;
	flex-grow: 1;
	outline: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
}

.statistic svg {
	padding: 0;
	width: auto;
	border: none;
	height: 96px;
	outline: none;
	fill: var(--cor1);
	margin: 0 0 8px 0;
	box-sizing: content-box;
	transition: all 0.2s ease;
}

.statistic_value {
	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: normal 40px/48px Calistoga-Regular;
}

.statistic_desc {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	color: var(--cor4);
	text-align: center;
	word-break: break-word;
	transition: all 0.2s ease;
	text-align: -webkit-center;
	font: normal 18px/22px Figtree-Regular;
}

@media screen and (max-width: 700px) {
	.statistic svg {
		height: 82px;
	}
	.statistic_value {
		margin: 0;
		font: normal 32px/40px Calistoga-Regular;
	}
	.statistic_desc {
		font: normal 16px/20px Figtree-Regular;
	}
}

/*
 * Fim estatísticas
 *
 * Estatísticas 2
 */

.statistics2_div {
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	margin: 0 0 8px 0;
	position: relative;
	scrollbar-width: thin;
	scroll-behavior: auto;
	overflow-x: auto!important;
	overflow-y: hidden!important;
	background-color: transparent!important;
	scrollbar-color: var(--cor13) var(--cor2)!important;
}

.statistics2_div::-webkit-scrollbar {
	height: 8px;
}

.statistics2_div::-webkit-scrollbar-track {
	background-color: var(--cor2);
}

.statistics2_div::-webkit-scrollbar-thumb {
	background-color: var(--cor13);
}

.statistics2_div::-webkit-scrollbar-thumb:hover {
	background-color: rgba(var(--cor14), 0.6);
}

.statistics2_inner_div {
	gap: 32px;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: nowrap;
	overflow: visible;
	align-items: flex-start;
	transition: all 0.2s ease;
	justify-content: flex-start;
}

.statistics2 {
	margin: 0;
	padding: 0;
	height: 20vw;
	border: none;
	outline: none;
	display: flex;
	overflow: hidden;
	max-width: 444px;
	min-height: 190px;
	max-height: 280px;
	position: relative;
	align-items: center;
	border-radius: 32px;
	flex-direction: column;
	justify-content: center;
	transition: all 0.2s ease;
	min-width: calc(33.333333% - 21.333333px);
}

/*
.statistics2 a {
	gap: 8px;
	margin: 0;
	top: 24px;
	z-index: 2;
	width: auto;
	right: 24px;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 8px 16px;
	position: absolute;
	color: var(--cor1);
	border-radius: 8px;
	align-items: center;
	word-break: break-word;
	cursor: alias!important;
	transition: all 0.2s ease;
	justify-content: flex-start;
	max-width: calc(100% - 80px);
	font: normal 16px/22px Figtree-SemiBold;
	background-color: rgba(var(--cor14), 0.9);
}

.statistics2 a svg {
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
	height: 20px;
	outline: none;
	fill: var(--cor1);
	box-sizing: content-box;
	transition: all 0.2s ease;
}
*/

.statistics2 img {
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	transform: translate(-50%, -50%);
}

.statistics2_info_data {
	left: 0;
	gap: 16px;
	margin: 0;
	z-index: 1;
	border: none;
	outline: none;
	display: flex;
	padding: 0 24px;
	position: absolute;
	flex-direction: column;
	align-items: flex-start;
	width: calc(100% - 48px);
	transition: all 0.2s ease;
	justify-content: flex-start;
}

.statistics2_info_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 32px/40px Calistoga-Regular;
}

.statistics2_info_desc {
	gap: 12px;
	margin: 0;
	opacity: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 24px 0;
	align-items: flex-start;
	transition: all 0.2s ease;
	justify-content: space-between;
}

.statistics2_info_desc p {
	gap: 8px;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	color: var(--cor2);
	align-items: flex-end;
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	justify-content: flex-start;
	font: normal 16px/19px Figtree-Regular;
}

.statistics2_info_desc p span {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor11);
	white-space: nowrap;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: normal 32px/32px Calistoga-Regular;
}

.statistics2_spacer {
	padding: 0;
	min-width: 20px;
	margin: 0 0 0 -32px;
	height: calc(20vw + 24px);
	min-height: calc(190px + 24px);
	max-height: calc(280px + 24px);
	background-color: transparent!important;
}

/*
@media screen and (max-width: 1040px) {
	.statistics2 a {
		font: normal 14px/18px Figtree-SemiBold;
	}
	.statistics2 a svg {
		height: 18px;
	}
}
*/

@media screen and (max-width: 960px) {
	.statistics2 {
		min-width: 290px;
	}
	.statistics2_inner_div {
		gap: 24px;
	}
	.statistics2_spacer {
		margin: 0 0 0 -24px;
	}
	.statistics2_info_title {
		font: normal 26px/32px Calistoga-Regular;
	}
	.statistics2_info_desc p {
		font: normal 14px/17px Figtree-Regular;
	}
	.statistics2_info_desc p span {
		font: normal 26px/26px Calistoga-Regular;
	}
}

/*
 * Fim estatísticas 2
 *
 * Seccção botões
 */

.buttons_div {
	gap: 16px;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 76px 0;
	align-items: flex-start;
	justify-content: center;
}

.buttons_div .base_btn1 svg {
	height: 13px!important;
}

/*
 * Fim seccção botões
 */