/*
 * Secção textos
 */

.texts_section_1 {
	padding: 60px 0!important;
}

.texts_section_1_sp_pd {
	padding: 90px 0 0 0!important;
}

.texts_section_1_bg_1 {
	background-color: var(--cor25)!important;
}

.texts_section_1_inner_1 {
	gap: 20px;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
}

.texts_section_title_1 {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	text-align: center;
	color: var(--cor29);
	word-break: break-word;
	transition: all 0.2s ease;
	text-align: -webkit-center;
	font: 600 36px / 44px 'Inter', sans-serif;
	font-variation-settings: 'wght' 600, 'opsz' 36;
}

.texts_section_subtitle_1 {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	text-align: center;
	color: var(--cor29);
	word-break: break-word;
	transition: all 0.2s ease;
	text-align: -webkit-center;
	font: 600 36px/44px 'Inter', sans-serif;
	font-variation-settings: 'wght' 600, 'opsz' 36;
}

.texts_section_desc_1 {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	text-align: center;
	color: var(--cor45);
	word-break: break-word;
	transition: all 0.2s ease;
	text-align: -webkit-center;
	font: 400 20px/30px 'Inter', sans-serif;
	font-variation-settings: 'wght' 400, 'opsz' 20;
}

.texts_section_max_w_1 {
	max-width: 640px;
}

.texts_section_max_w_2 {
	max-width: 680px;
}

/*
 * Fim secção textos
 */