footer {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	overflow: hidden;
	position: relative;
	z-index: 998!important;
	width: clamp(0%, 100%, 100%);
	background-color: var(--cor11);
}

.footer_boxed {
	gap: 24px;
	border: none;
	outline: none;
	display: flex;
	margin: 0 auto;
	color: var(--cor1);
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 60px 20px 60px 20px;
	width: clamp(0%, calc(100% - 40px), var(--boxed_md));
}

.footer_title_0 {
	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: 500 14px/20px 'Inter', sans-serif;
	font-variation-settings: 'wght' 500, 'opsz' 14;
}

.footer_title_1 {
	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: 500 16px/24px 'Inter', sans-serif;
	font-variation-settings: 'wght' 500, 'opsz' 16;
}

.footer_title_2 {
	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: 400 16px/24px 'Inter', sans-serif;
	font-variation-settings: 'wght' 400, 'opsz' 16;
}

.footer_title_1:hover,
.footer_title_2:not(.not_hover):hover {
	color: var(--cor13);
}

.footer_content {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: wrap;
}

.footer_content_gap_1 {
	row-gap: 4px;
	column-gap: 24px;
}

.footer_content_gap_2 {
	row-gap: 4px;
	column-gap: 36px;
}

.footer_content_flex {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: wrap;
}

.footer_content_column {
	gap: 12px;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	display: flex;
	flex-direction: column;
}

.footer_content_nowrap {
	flex-wrap: nowrap;
}

.footer_content_start_start {
	align-items: flex-start;
	justify-content: flex-start;
}

.footer_content_start_space {
	align-items: flex-start;
	justify-content: space-between;
}

.footer_content_center_center {
	text-align: center;
	align-items: center;
	justify-content: center;
	text-align: -webkit-center;
}

.footer_content_logo {
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	max-width: 140px;
	flex-wrap: nowrap;
	margin: 0 0 20px 0;
	align-items: flex-start;
	justify-content: flex-start;
}

.footer_content_logo img {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
}

.footer_divider_1 {
	padding: 0;
	width: 100%;
	outline: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px auto 0 auto;
	border-bottom: 1px solid var(--cor21);
}

@media screen and (max-width: 768px) {
	.footer_content {
		flex-direction: column;
	}
}

@media screen and (max-width: 260px) {
	.footer_content_nowrap {
		flex-wrap: wrap;
	}
}