.info_block_outer {
	gap: 48px;
	margin: 0;
	z-index: 1;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	padding: 72px 0;
	overflow: hidden;
	position: relative;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.info_block_titles {
	gap: 10px;
	border: none;
	outline: none;
	display: flex;
	margin: 0 auto;
	padding: 0 20px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	width: clamp(0%, calc(100% - 40px), var(--boxed_body));
}

.info_block_titles .p_1 {
	padding: 0;
	border: none;
	outline: none;
	margin: 0 auto;
	text-align: center;
	color: var(--cor21);
	word-break: break-word;
	transition: all 0.2s ease;
	text-transform: uppercase;
	text-align: -webkit-center;
	font: normal 16px/20px PlusJakartaSans-SemiBold;
}

.info_block_titles .p_1 span {
	color: var(--cor17)!important;
}

.info_block_titles .p_2 {
	padding: 0;
	border: none;
	outline: none;
	margin: 0 auto;
	color: var(--cor5);
	text-align: center;
	word-break: break-word;
	transition: all 0.2s ease;
	text-align: -webkit-center;
	font: normal 44px/55px PlusJakartaSans-SemiBold;
}

.info_block_titles .p_3 {
	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: normal 40px/50px PlusJakartaSans-SemiBold;
}

.info_block_titles .p_4 {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	max-width: 641px;
	text-align: left;
	color: var(--cor21);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	text-transform: uppercase;
	font: normal 16px/20px PlusJakartaSans-SemiBold;
}

.info_block_titles .p_5 {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	max-width: 641px;
	text-align: left;
	color: var(--cor5);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: normal 24px/36px PlusJakartaSans-SemiBold;
}

.info_block_outer_bg1 {
	background-color: var(--cor15);
}

.info_block_outer_bg2 {
	background-color: var(--cor3);
}

.info_block {
	gap: 24px;
	border: none;
	outline: none;
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	padding: 0 20px;
	align-items: stretch;
	justify-content: center;
	transition: all 0.2s ease;
	width: clamp(0%, calc(100% - 40px), var(--boxed_body));
}

.info_block_sp {
	gap: 24px;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	transition: all 0.2s ease;
}

.info_block_element {
	gap: 24px;
	margin: 0;
	border: none;
	outline: none;
	display: flex;
	padding: 32px;
	flex-direction: column;
	align-items: flex-start;
	transition: all 0.2s ease;
	justify-content: flex-start;
	width: clamp(0%, calc(100% - 64px), calc(((var(--boxed_body) - 48px) / 3) - 64px)); /* 48 dos gaps e 64 do padding */
}

.info_block_element_sp {
	gap: 16px;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	display: flex;
	cursor: pointer;
	flex-direction: column;
	align-items: flex-start;
	transition: all 0.2s ease;
	justify-content: flex-start;
	width: clamp(0%, 100%, calc((var(--boxed_body) - 48px) / 3)); /* 48 dos gaps */
}

.info_block_element_sp:hover .info_block_img_sub {
	gap: 24px;
}

.info_block_element_sp:hover .info_block_img img {
	width: 110%;
	height: 110%;
}

.info_block_element_bg1 {
	background-color: var(--cor3);
}

.info_block_element_bg2 {
	background-color: var(--cor15);
}

.info_block_element_bg1:hover,
.info_block_element_bg2:hover {
	background-color: var(--cor1);
}

.info_block_element_bg1:hover > svg,
.info_block_element_bg2:hover > svg {
	fill: var(--cor3);
}

.info_block_element_bg1:hover > .info_block_p_1,
.info_block_element_bg2:hover > .info_block_p_1,
.info_block_element_bg1:hover > .info_block_p_2,
.info_block_element_bg2:hover > .info_block_p_2 {
	color: var(--cor3);
}

.info_block_element svg {
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
	height: 48px;
	outline: none;
	fill: var(--cor21);
	box-sizing: content-box;
	transition: all 0.2s ease;
}

.info_block_p_1 {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor5);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: normal 18px/26px PlusJakartaSans-Medium;
}

.info_block_p_2 {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	color: var(--cor1);
	flex-direction: column;
	word-break: break-word;
	align-items: flex-start;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	text-transform: uppercase;
	justify-content: flex-start;
	font: normal 18px/26px PlusJakartaSans-SemiBold;
}

.info_block_p_2 span {
	color: var(--cor17)!important;
	text-transform: none!important;
	font: normal 16px/24px PlusJakartaSans-Regular;
}

.info_block_img {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	height: 200px;
	overflow: hidden;
	position: relative;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	transition: all 0.2s ease;
}

.info_block_img img {
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	width: 101%;
	height: 101%;
	object-fit: cover;
	position: absolute;
	transition: all 0.4s ease;
	transform: translate(-50%, -50%);
}

.info_block_img_sub {
	gap: 16px;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	text-align: left;
	color: var(--cor1);
	align-items: center;
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.4s ease;
	justify-content: flex-start;
	font: normal 24px/30px PlusJakartaSans-SemiBold;
}

.info_block_img_sub svg {
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
	height: 20px;
	outline: none;
	fill: var(--cor1);
	box-sizing: content-box;
	transition: all 0.4s ease;
}

@media screen and (max-width: 760px) {
	.info_block_titles .p_1 {
		font: normal 14px/18px PlusJakartaSans-SemiBold;
	}
	.info_block_titles .p_2 {
		font: normal 32px/46px PlusJakartaSans-SemiBold;
	}
	.info_block_titles .p_3 {
		font: normal 32px/46px PlusJakartaSans-SemiBold;
	}
	.info_block_element {
		width: calc(100% - 64px);
	}
}