/*
 * Secção tabs
 */

.tabs_section {
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: nowrap;
	margin: 0 0 28px 0;
	padding: 0 0 24px 0;
	align-items: flex-start;
	justify-content: flex-start;
	background-color: transparent;
}

.tab {
	margin: 0;
	padding: 0;
	width: 50%;
	border: none;
	outline: none;
	cursor: pointer!important;
	transition: all 0.4s ease;
	background-color: var(--cor2);
}

.inner_tab {
	border: none;
	outline: none;
	display: flex;
	padding: 0 20px;
	position: relative;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
	width: clamp(0%, calc(100% - 40px), 700px);
}

.tab_1 > .inner_tab {
	margin: 0 0 0 auto;
}

.tab_2 > .inner_tab {
	margin: 0 auto 0 0;
}

.tab_title {
	margin: 0;
	width: 100%;
	border: none;
	outline: none;
	padding: 16px 0;
	text-align: center;
	word-break: break-word;
	transition: all 0.2s ease;
	text-align: -webkit-center;
	color: rgba(var(--cor5), 0.2);
	font: normal 32px/40px Calistoga-Regular;
}

.tab_title:hover {
	color: var(--cor11);
}

.triangle {
	width: 0;
	height: 0;
	left: 50%;
	bottom: 0;
	opacity: 0;
	z-index: -1;
	position: absolute;
	transform: translateX(-50%);
	transition: opacity 0.2s ease 0.2s, bottom 0.4s ease 0.4s;
}

.active_tab {
	background-color: var(--cor1)!important;
}

.active_tab .inner_tab > .tab_title {
	color: var(--cor2);
}

.active_tab .inner_tab > .triangle {
	opacity: 1;
	bottom: -24px;
	border-top: 24px solid var(--cor1);
	border-left: 32px solid transparent;
	border-right: 32px solid transparent;
}

@media screen and (max-width: 700px) {
	.tab_title {
		font: normal 26px/32px Calistoga-Regular;
	}
}

@media screen and (max-width: 500px) {
	.tab_title {
		font: normal 5.2vw/6.2vw Calistoga-Regular;
	}
}

/*
 * Fim secção tabs
 *
 * Secção tab produtores
 */

#tab_produtores {
	opacity: 0;
	display: block;
}

.table_titles {
	margin: 0;
	gap: 16px;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.table_titles p {
	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 32px/40px Calistoga-Regular;
}

.table_titles input[type="search"] {
	margin: 0;
	outline: none;
	padding: 12px;
	border-radius: 8px;
	color: var(--cor17);
	transition: all 0.2s ease;
	border: 2px solid var(--cor1);
	width: clamp(0%, 100%, 500px);
	background-color: var(--cor2);
	font: normal 18px/26px Figtree-Regular;
}

.table_scrollable {
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	position: relative;
	scrollbar-width: thin;
	scroll-behavior: auto;
	margin: -20px 0 68px 0;
	overflow-x: auto!important;
	overflow-y: hidden!important;
	background-color: transparent!important;
	scrollbar-color: var(--cor13) var(--cor2)!important;
}

.table_scrollable::-webkit-scrollbar {
	height: 8px;
}

.table_scrollable::-webkit-scrollbar-track {
	background-color: var(--cor2);
}

.table_scrollable::-webkit-scrollbar-thumb {
	background-color: var(--cor13);
}

.table_scrollable::-webkit-scrollbar-thumb:hover {
	background-color: rgba(var(--cor14), 0.6);
}

.table {
	border: none;
	height: 100%;
	outline: none;
	padding: 0 20px;
	margin: 0 0 0 -20px;
	border-spacing: 0px 8px;
	width: calc(100% + 40px);
	border-collapse: separate;
}

.table_head {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
}

.table_head th {
	margin: 0;
	border: none;
	outline: none;
	min-width: 98px;
	text-align: left;
	color: var(--cor15);
	word-break: break-word;
	vertical-align: bottom;
	text-align: -webkit-left;
	padding: 0 12px 4px 12px;
	transition: font 0.2s ease;
	font: normal 16px/19px Figtree-SemiBold;
}

.table_head th:nth-last-child(2) {
	text-align: center!important;
	text-align: -webkit-center!important;
}

.table_head th:last-child {
	text-align: center!important;
	text-align: -webkit-center!important;
}

.table_body {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
}

.table_body tr {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	cursor: pointer!important;
}

.table_body tr td {
	margin: 0;
	padding: 0;
	border: none;
	height: 100%;
	outline: none;
}

.table_body tr td div {
	margin: 0;
	border: none;
	height: 100%;
	outline: none;
	display: flex;
	flex-wrap: wrap;
	border-radius: 0;
	text-align: left;
	overflow: hidden;
	color: var(--cor4);
	padding: 18px 12px;
	align-items: center;
	box-sizing: border-box;
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	justify-content: flex-start;
	font: normal 16px/19px Figtree-Regular;
}

.table_body tr td:first-child div {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border-top: 1px solid var(--cor13);
	border-left: 1px solid var(--cor13);
	border-bottom: 1px solid var(--cor13);
}

.table_body tr td:not(:first-child):not(:last-child) div {
	border-top: 1px solid var(--cor13);
	border-bottom: 1px solid var(--cor13);
}

.table_body tr td:nth-last-child(2) div {
	text-align: center!important;
	justify-content: center!important;
	text-align: -webkit-center!important;
}

.table_body tr td:last-child div {
	border-top-right-radius: 8px;
	text-align: center!important;
	border-bottom-right-radius: 8px;
	justify-content: center!important;
	border-top: 1px solid var(--cor13);
	border-right: 1px solid var(--cor13);
	text-align: -webkit-center!important;
	border-bottom: 1px solid var(--cor13);
}

.table_body tr:hover td div {
	background-color: rgba(var(--cor20), 0.1);
}

.table_body tr:hover td:first-child div {
	border-top: 1px solid var(--cor11);
	border-left: 1px solid var(--cor11);
	border-bottom: 1px solid var(--cor11);
}

.table_body tr:hover td:not(:first-child):not(:last-child) div {
	border-top: 1px solid var(--cor11);
	border-bottom: 1px solid var(--cor11);
}

.table_body tr:hover td:last-child div {
	border-top: 1px solid var(--cor11);
	border-right: 1px solid var(--cor11);
	border-bottom: 1px solid var(--cor11);
}

@media screen and (max-width: 700px) {
	.table_titles p {
		font: normal 26px/32px Calistoga-Regular;
	}
	.table_titles input[type="search"] {
		font: normal 16px/19px Figtree-Regular;
	}
	.table_head th {
		font: normal 14px/18px Figtree-SemiBold;
	}
	.table_body tr td div {
		font: normal 14px/18px Figtree-Regular;
	}
}

/*
 * Fim secção tab produtores
 *
 * Secção tab sidrarias
 */

#tab_sidrarias {
	opacity: 0;
	display: none;
}

.info_block_div {
	gap: 64px;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 76px 0;
	align-items: flex-start;
	transition: all 0.2s ease;
	justify-content: flex-start;
}

.info_block {
	gap: 10px;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
	width: calc(50% - 32px);
	transition: all 0.2s ease;
	justify-content: flex-start;
}

.info_block_img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 22vw;
	border: none;
	outline: none;
	display: flex;
	overflow: hidden;
	min-height: 200px;
	max-height: 300px;
	position: relative;
	align-items: center;
	border-radius: 32px;
	flex-direction: column;
	justify-content: center;
	transition: all 0.2s ease;
}

.info_block_img img {
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	transform: translate(-50%, -50%);
}

.info_block_title {
	margin: 0;
	padding: 0;
	width: 100%;
	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 32px/40px Calistoga-Regular;
}

.info_block_subtitle {
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor17);
	margin: -11px 0 0 0;
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: normal 18px/22px Figtree-Regular;
}

.info_block button svg {
	height: 13px;
}

@media screen and (max-width: 960px) {
	.info_block_div {
		gap: 32px;
	}
	.info_block {
		width: calc(50% - 16px);
	}
}

@media screen and (max-width: 700px) {
	.info_block {
		width: 100%;
	}
	.info_block_img {
		height: 43vw;
	}
	.info_block_title {
		font: normal 26px/32px Calistoga-Regular;
	}
	.info_block_subtitle {
		font: normal 16px/20px Figtree-Regular;
	}
}

/*
 * Fim secção tab sidrarias
 *
 * Estatísticas 3
 */

.statistics3_div {
	margin: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	padding: 76px 0;
	overflow: hidden;
	position: relative;
	align-items: center;
	justify-content: center;
	background-color: var(--cor13);
}

.statistics3_boxed {
	border: none;
	outline: none;
	display: flex;
	padding: 20px;
	margin: 0 auto;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	width: clamp(0%, calc(100% - 40px), 1248px);
}

.p_1 {
	padding: 0;
	border: none;
	outline: none;
	text-align: center;
	color: var(--cor10);
	word-break: break-word;
	margin: 0 auto 16px auto;
	transition: all 0.2s ease;
	text-align: -webkit-center;
	width: clamp(0%, 100%, 750px);
	font: normal 20px/32px Figtree-Bold;
}

.p_2 {
	padding: 0;
	border: none;
	outline: none;
	color: var(--cor1);
	text-align: center;
	word-break: break-word;
	margin: 0 auto 64px auto;
	transition: all 0.2s ease;
	text-align: -webkit-center;
	width: clamp(0%, 100%, 750px);
	font: normal 40px/48px Calistoga-Regular;
}

.statistics3_inner_div {
	gap: 24px;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}

.statistics3_inner_div div {
	gap: 12px;
	margin: 0;
	border: none;
	outline: none;
	display: flex;
	padding: 16px;
	flex-wrap: nowrap;
	border-radius: 8px;
	align-items: center;
	justify-content: flex-start;
	background-color: var(--cor2);
	width: clamp(232px, calc(33.333333% - 48px), calc(100% - 32px));
}

.statistics3_inner_div div p:first-child {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor1);
	white-space: nowrap;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: normal 40px/48px Calistoga-Regular;
}

.statistics3_inner_div div p:not(:first-child) {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor4);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: normal 18px/22px Figtree-Regular;
}

.statistics3_ods {
	gap: 64px;
	padding: 0;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin: 64px auto 0 auto;
	width: clamp(0%, 100%, 1024px);
	justify-content: space-between;
}

.statistics3_ods_gen_img_div {
	gap: 24px;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: nowrap;
	width: calc(50% - 32px);
	align-items: flex-start;
	justify-content: flex-start;
}

.statistics3_ods_gen_img {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	overflow: hidden;
	position: relative;
	align-items: center;
	border-radius: 24px;
	flex-direction: column;
	justify-content: center;
	transition: all 0.2s ease;
	height: clamp(300px, 38vw, 400px);
}

.statistics3_ods_gen_img img {
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	transform: translate(-50%, -50%);
}

.statistics3_ods_tags {
	gap: 24px;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
	width: calc(50% - 32px);
	justify-content: flex-start;
}

.statistics3_ods_tags_title {
	margin: 0;
	padding: 0;
	width: 100%;
	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 32px/40px Calistoga-Regular;
}

.statistics3_ods_div {
	gap: 16px;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.statistics3_ods_div img {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	border-radius: 8px;
	width: clamp(0%, 100%, 96px);
}

@media screen and (max-width: 800px) {
	.statistics3_ods {
		gap: 32px;
		flex-direction: column-reverse;
	}
	.statistics3_ods_gen_img_div {
		width: 100%;
		justify-content: center;
	}
	.statistics3_ods_gen_img {
		max-width: 200px;
	}
	.statistics3_ods_tags {
		width: 100%;
	}
	.statistics3_ods_tags_title {
		text-align: center;
		text-align: -webkit-center;
		font: normal 26px/32px Calistoga-Regular;
	}
	.statistics3_ods_div {
		justify-content: center;
	}
	.statistics3_ods_div img {
		width: clamp(0%, 100%, 82px);
	}
}

@media screen and (max-width: 700px) {
	.p_1 {
		font: normal 18px/26px Figtree-Bold;
	}
	.p_2 {
		font: normal 32px/40px Calistoga-Regular;
	}
	.statistics3_inner_div div p:first-child {
		font: normal 32px/40px Calistoga-Regular;
	}
	.statistics3_inner_div div p:not(:first-child) {
		font: normal 16px/20px Figtree-Regular;
	}
}

@media screen and (max-width: 400px) {
	.statistics3_ods_gen_img_div {
		flex-wrap: wrap;
	}
	.statistics3_ods_gen_img:not(:first-child) {
		display: none;
	}
}

@media screen and (max-width: 300px) {
	.statistics3_inner_div div {
		flex-wrap: wrap;
		justify-content: center;
	}
	.statistics3_inner_div div p:first-child {
		white-space: normal;
	}
}

/*
 * Fim estatísticas 3
 */