.title_section {
	margin: 0;
	padding: 0;
	z-index: 1;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	overflow: hidden;
	min-height: 400px;
	position: relative;
	align-items: center;
	justify-content: flex-start;
}

.title_section_no_min_h {
	padding: 52px 0;
	margin: 0 0 44px 0;
	min-height: unset!important;
}

.title_section_bg_1 {
	background-color: var(--cor1);
}

.title_section_flex {
	gap: 24px;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.title_section img {
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	width: 101%;
	height: 101%;
	object-fit: cover;
	position: absolute;
	transform: translate(-50%, -50%);
}

.title_section_p_1 {
	padding: 0;
	z-index: 1;
	border: none;
	outline: none;
	margin: 0 auto;
	text-align: center;
	position: relative;
	color: var(--cor3);
	word-break: break-word;
	transition: all 0.2s ease;
	text-align: -webkit-center;
	font: normal 60px/72px PlusJakartaSans-SemiBold;
}

.title_section_p_2 {
	margin: 0;
	padding: 0;
	z-index: 1;
	border: none;
	outline: none;
	text-align: left;
	position: relative;
	color: var(--cor3);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: normal 60px/72px PlusJakartaSans-SemiBold;
}

.title_section_p_3 {
	z-index: 1;
	border: none;
	outline: none;
	margin: 0 auto;
	padding: 8px 16px;
	text-align: center;
	position: relative;
	border-radius: 8px;
	color: var(--cor21);
	word-break: break-word;
	text-transform: uppercase;
	transition: all 0.2s ease;
	text-align: -webkit-center;
	background-color: rgba(var(--cor18), 0.2);
	font: normal 16px/20px PlusJakartaSans-SemiBold;
}

.title_section_desc {
	margin: 0;
	padding: 0;
	z-index: 1;
	border: none;
	outline: none;
	text-align: left;
	position: relative;
	color: var(--cor19);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	text-transform: uppercase;
	font: normal 20px/28px PlusJakartaSans-Medium;
}

.title_section_desc_1 {
	padding: 0;
	z-index: 1;
	border: none;
	outline: none;
	margin: 0 auto;
	text-align: center;
	position: relative;
	color: var(--cor21);
	word-break: break-word;
	transition: all 0.2s ease;
	text-align: -webkit-center;
	font: normal 64px/80px PlusJakartaSans-SemiBold;
}

.title_section_desc_2 {
	padding: 0;
	z-index: 1;
	border: none;
	outline: none;
	margin: 0 auto;
	text-align: center;
	position: relative;
	color: var(--cor17);
	word-break: break-word;
	transition: all 0.2s ease;
	text-align: -webkit-center;
	font: normal 64px/80px PlusJakartaSans-SemiBold;
}

.title_section_desc_3 {
	margin: 0;
	padding: 0;
	z-index: 1;
	border: none;
	outline: none;
	text-align: left;
	position: relative;
	color: var(--cor15);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: normal 32px/40px PlusJakartaSans-Medium;
}

.title_section_back_btn {
	margin: 0;
	padding: 0;
	width: 48px;
	height: 48px;
	border: none;
	outline: none;
	display: flex;
	min-width: 48px;
	max-width: 48px;
	min-height: 48px;
	max-height: 48px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	cursor: pointer!important;
	background-color: rgba(var(--cor22), 0.2);
}

.title_section_back_btn i {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-size: 14px;
	color: var(--cor15);
}

@media screen and (max-width: 760px) {
	.title_section_p_1,
	.title_section_p_2,
	.title_section_desc_1,
	.title_section_desc_2 {
		font: normal 42px/52px PlusJakartaSans-SemiBold;
	}
	.title_section_p_3 {
		font: normal 14px/18px PlusJakartaSans-SemiBold;
	}
	.title_section_desc {
		font: normal 18px/26px PlusJakartaSans-Medium;
	}
	.title_section_desc_3 {
		font: normal 26px/32px PlusJakartaSans-Medium;
	}
}