/*
 * Secção menu 1
 */

.menu_section_1 {
	position: relative;
	padding: 90px 0 30px 0!important;
}

.menu_section_1_inner {
	gap: 72px;
	margin: 0;
	padding: 0;
	z-index: 2;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	align-items: flex-start;
	justify-content: center;
}

.menu_section_1_column {
	gap: 72px;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	display: flex;
	flex-direction: column;
	width: calc(50% - 36px);
	align-items: flex-start;
	justify-content: flex-start;
}

.menu_section_1_list {
	gap: 24px;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.menu_section_1_rows {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.menu_section_1_row {
	gap: 24px;
	margin: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	padding: 8px 0;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--cor7);
}

.menu_section_1_price {
	text-align: right;
	white-space: nowrap;
	text-align: -webkit-right;
}

@media screen and (max-width: 768px) {
	.menu_section_1_column {
		width: 100%;
		max-width: 400px;
	}
}

/*
 * Fim secção menu 1
 */