/*
 * Necessário para o funcionamento dos scrolls pela página e esconder barras de scroll
 */

html {
	overflow-y: unset!important;
	overflow-x: unset!important;
	scrollbar-width: none!important;
	scroll-behavior: unset!important;
}

body {
	scrollbar-width: none!important;
	scroll-behavior: unset!important;
}

html::-webkit-scrollbar {
	width: 0px!important;
}

body::-webkit-scrollbar {
	width: 0px!important;
}

/*
 * Esconder menu normal do website e o rodapé
 */

.top_space,
header,
footer {
	display: none!important;
}

/*
 * Botão avançar
 */

.history_btn_next {
	margin: 0;
	left: 50%;
	padding: 0;
	opacity: 0;
	z-index: 10;
	border: none;
	bottom: 48px;
	outline: none;
	display: block;
	cursor: pointer;
	position: fixed;
	width: fit-content;
	white-space: nowrap;
	transform: translateX(-50%);
	background-color: transparent!important;
}

.history_btn_next svg {
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
	height: 13px;
	outline: none;
	fill: var(--cor2);
	box-sizing: content-box;
	transform: rotate(90deg);
	transition: all 0.2s ease;
}

.history_btn_next:hover > svg {
	fill: var(--cor11)!important;
}

/*
 * Menu
 */

.history_menu {
	left: 0;
	margin: 0;
	top: 48px;
	opacity: 0;
	padding: 0;
	width: 100%;
	z-index: 20;
	border: none;
	outline: none;
	display: flex;
	position: fixed;
	overflow: hidden;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

.history_menu_boxed {
	padding: 0;
	border: none;
	outline: none;
	display: flex;
	margin: 0 auto;
	flex-wrap: nowrap;
	width: fit-content;
	align-items: center;
	justify-content: flex-start;
	overflow-x: auto!important;
	overflow-y: hidden!important;
	scrollbar-width: none!important;
	scroll-behavior: smooth!important;
	scrollbar-color: var(--cor4) var(--cor6)!important;
}

.history_menu_boxed::-webkit-scrollbar {
	height: 0px!important;
}

.history_menu_boxed::-webkit-scrollbar-track {
	background-color: var(--cor6);
}

.history_menu_boxed::-webkit-scrollbar-thumb {
	background-color: var(--cor4);
}

.history_menu_boxed::-webkit-scrollbar-thumb:hover {
	background-color: rgba(var(--cor5), 0.6);
}

.history_btn_external_menu,
.history_btn_external_menu_isolated {
	padding: 0;
	border: none;
	outline: none;
	display: block;
	cursor: pointer;
	margin: 0 0 0 20px;
	white-space: nowrap;
	background-color: transparent!important;
}

.history_btn_external_menu_isolated {
	top: 48px;
	left: 50%;
	margin: 0;
	opacity: 0;
	z-index: 30;
	border: none;
	outline: none;
	position: fixed;
	transform: translateX(-50%);
}

.history_btn_external_menu i,
.history_btn_external_menu_isolated i {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-size: 30px;
	line-height: 30px;
	color: var(--cor2);
	transition: color 0.2s ease;
}

.history_btn_external_menu i:hover,
.history_btn_external_menu_isolated i:hover {
	color: var(--cor11)!important;
}

.history_menu_inner_div {
	gap: 16px;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
}

.history_menu_element {
	margin: 0;
	border: none;
	outline: none;
	padding: 4px 8px;
	border-radius: 8px;
	white-space: nowrap;
	transition: color 0.2s ease;
	/*backdrop-filter: blur(16px);*/
	color: rgba(var(--cor3), 0.3);
	/*-webkit-backdrop-filter: blur(16px);*/
	font: normal 16px/22px Calistoga-Regular;
	/*background-color: rgba(var(--cor14), 0.05);*/
}

.history_menu_element_selected {
	color: var(--cor1)!important;
	background-color: var(--cor11)!important;
}

.history_spacer {
	margin: 0;
	padding: 0;
	width: 4px;
	height: 1px;
	border: none;
	outline: none;
	min-width: 4px;
	max-width: 4px;
	background-color: transparent!important;
}

.history_spacer:first-child {
	margin-left: auto!important;
}

.history_spacer:last-child {
	margin-right: auto!important;
}

/*
 * Menu de datas
 */

.history_dates_menu {
	top: 50%;
	gap: 16px;
	margin: 0;
	padding: 0;
	z-index: 6;
	left: 48px;
	opacity: 0;
	border: none;
	outline: none;
	display: flex;
	position: fixed;
	overflow: hidden;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
	transform: translateY(-50%);
	justify-content: flex-start;
	width: clamp(0%, calc(100% - 96px), 143px);
}

.history_dates_point {
	padding: 0;
	width: 6px;
	height: 6px;
	margin: 5px;
	outline: none;
	min-width: 6px;
	max-width: 6px;
	min-height: 6px;
	max-height: 6px;
	overflow: hidden;
	border-radius: 50%;
	background-color: var(--cor1);
}

.history_dates_point_date {
	gap: 16px;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
}

.history_dates_point_selected {
	margin: 0;
	padding: 0;
	width: 8px;
	height: 8px;
	outline: none;
	min-width: 8px;
	max-width: 8px;
	min-height: 8px;
	max-height: 8px;
	overflow: hidden;
	border-radius: 50%;
	background-color: var(--cor1);
	border: 4px solid var(--cor11);
}

.history_dates_date_selected {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-align: left;
	position: relative;
	color: var(--cor1);
	width: fit-content;
	white-space: nowrap;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: normal 20px/32px Calistoga-Regular;
}

@media screen and (max-width: 700px) {
	@keyframes hide_history_dates_menu {
		to {
			width: 0px;
			opacity: 0;
		}
	}
	.history_dates_menu {
		animation: hide_history_dates_menu 0.2s forwards;
	}
}

@media screen and (min-width: 701px) {
	@keyframes show_history_dates_menu {
		from {
			width: 0px;
		}
		to {
			width: clamp(0%, calc(100% - 96px), 143px);
		}
	}
	.history_dates_menu {
		animation: show_history_dates_menu 0.2s forwards;
	}
}

/*
 * Secções - geral
 */

.history_section {
	gap: 8px;
	margin: 0;
	border: none;
	outline: none;
	display: flex;
	position: relative;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: calc(100% - 40px);
	min-width: calc(100% - 40px);
	max-width: calc(100% - 40px);
	padding: 126px 20px 112px 20px;
	min-height: calc(100vh - 238px);
}

.history_section_flex {
	margin: 0;
	gap: 144px;
	z-index: 5;
	border: none;
	outline: none;
	display: flex;
	padding: 0 198px;
	flex-wrap: nowrap;
	position: relative;
	align-items: center;
	width: calc(100% - 396px);
	transition: all 0.2s ease;
	justify-content: flex-start;
	min-width: calc(100% - 396px);
}

.history_section_flex_img {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	overflow: hidden;
	max-width: 300px;
	position: relative;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	transition: all 0.2s ease;
}

.history_section_flex_info {
	gap: 8px;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.history_section_flex_info_maxw {
	gap: 8px;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	max-width: 300px;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.history_section_shadow {
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	position: absolute;
	background: transparent;
	background: linear-gradient(180deg, transparent 0%, rgba(var(--cor16), 0.5) 100%);
}

.history_text_1 {
	margin: 0;
	padding: 0;
	z-index: 5;
	border: none;
	outline: none;
	position: relative;
	text-align: center;
	color: var(--cor23);
	word-break: break-word;
	transition: all 0.2s ease;
	text-align: -webkit-center;
	width: clamp(0%, 100%, 900px);
	font: normal 32px/40px Calistoga-Regular;
}

.history_text_2 {
	margin: 0;
	padding: 0;
	z-index: 5;
	border: none;
	outline: none;
	position: relative;
	color: var(--cor2);
	text-align: center;
	word-break: break-word;
	transition: all 0.2s ease;
	text-align: -webkit-center;
	width: clamp(0%, 100%, 900px);
	font: normal 60px/72px Calistoga-Regular;
}

.history_text_3 {
	margin: 0;
	padding: 0;
	z-index: 5;
	border: none;
	outline: none;
	position: relative;
	color: var(--cor2);
	text-align: center;
	word-break: break-word;
	transition: all 0.2s ease;
	text-align: -webkit-center;
	width: clamp(0%, 100%, 800px);
	font: normal 20px/26px Figtree-Regular;
}

.history_text_4 {
	margin: 0;
	z-index: 5;
	border: none;
	outline: none;
	padding: 0 198px;
	position: relative;
	text-align: center;
	color: var(--cor17);
	word-break: break-word;
	transition: all 0.2s ease;
	text-align: -webkit-center;
	font: normal 20px/26px Figtree-Regular;
	width: clamp(0%, calc(100% - 396px), 500px);
}

.history_text_4_date_follower {
	margin: 0;
	z-index: 5;
	border: none;
	outline: none;
	display: none;
	padding: 0 198px;
	position: relative;
	text-align: center;
	color: var(--cor1);
	word-break: break-word;
	transition: all 0.2s ease;
	text-align: -webkit-center;
	font: normal 20px/32px Calistoga-Regular;
	width: clamp(0%, calc(100% - 396px), 500px);
}

.outside_follower {
	margin: 0;
	z-index: 5;
	border: none;
	outline: none;
	display: none;
	padding: 0 198px;
	position: relative;
	text-align: center;
	color: var(--cor1);
	word-break: break-word;
	width: calc(100% - 396px);
	transition: all 0.2s ease;
	text-align: -webkit-center;
	font: normal 20px/32px Calistoga-Regular;
}

.full_width_follower {
	margin: 0;
	z-index: 5;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: none;
	position: relative;
	text-align: center;
	color: var(--cor1);
	word-break: break-word;
	transition: all 0.2s ease;
	text-align: -webkit-center;
	font: normal 20px/32px Calistoga-Regular;
}

.history_section_hor_content_inner_follower .full_width_follower {
	text-align: left!important;
	word-break: unset!important;
	white-space: nowrap!important;
	text-align: -webkit-left!important;
}

.white_follower {
	color: var(--cor2)!important;
}

.history_text_5 {
	margin: 0;
	padding: 0;
	z-index: 5;
	border: none;
	outline: none;
	text-align: left;
	width: fit-content;
	position: relative;
	color: var(--cor23);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: normal 32px/40px Calistoga-Regular;
}

.history_text_6 {
	margin: 0;
	padding: 0;
	z-index: 5;
	border: none;
	outline: none;
	text-align: left;
	width: fit-content;
	position: relative;
	color: var(--cor2);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: normal 60px/72px Calistoga-Regular;
}

.history_text_7 {
	margin: 0;
	padding: 0;
	z-index: 5;
	border: none;
	outline: none;
	text-align: left;
	width: fit-content;
	position: relative;
	color: var(--cor2);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: normal 20px/26px Figtree-Regular;
}

.history_text_8 {
	margin: 0;
	padding: 0;
	z-index: 5;
	border: none;
	outline: none;
	text-align: left;
	position: relative;
	width: fit-content;
	color: var(--cor10);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: normal 20px/28px Calistoga-Regular;
}

.history_text_9 {
	margin: 0;
	padding: 0;
	z-index: 5;
	border: none;
	outline: none;
	text-align: left;
	position: relative;
	width: fit-content;
	color: var(--cor17);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: normal 20px/26px Figtree-Regular;
}

.history_text_10 {
	margin: 0;
	padding: 0;
	z-index: 5;
	border: none;
	outline: none;
	text-align: left;
	position: relative;
	width: fit-content;
	color: var(--cor17);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: normal 16px/24px Figtree-Regular;
}

.history_span_1 {
	color: var(--cor1)!important;
	font: normal 20px/26px Figtree-SemiBold!important;
}

@media screen and (max-width: 1300px) {
	.history_section_flex {
		gap: 96px;
		padding: 0 144px 0 198px;
		width: calc(100% - 342px);
		min-width: calc(100% - 342px);
	}
	.outside_follower {
		padding: 0 144px 0 198px;
		width: calc(100% - 342px);
	}
}

@media screen and (max-width: 1200px) {
	.history_section_flex {
		gap: 48px;
		padding: 0 0 0 198px;
		width: calc(100% - 198px);
		min-width: calc(100% - 198px);
	}
	.outside_follower {
		padding: 0 0 0 198px;
		width: calc(100% - 198px);
	}
}

@media screen and (max-width: 960px) {
	.history_section_flex {
		gap: 32px;
		flex-direction: column;
	}
	.history_section_reverse {
		flex-direction: column-reverse!important;
	}
	.history_text_4,
	.history_text_4_date_follower {
		padding: 0 28px 0 198px;
		width: clamp(0%, calc(100% - 226px), 500px);
	}
	.outside_follower {
		text-align: left;
		text-align: -webkit-left;
	}
}

@media screen and (max-width: 700px) {
	.history_section_flex {
		padding: 0;
		width: 100%;
		min-width: 100%;
	}
	.history_section_flex_info {
		align-items: center;
	}
	.center_text_after {
		text-align: center;
		text-align: -webkit-center;
	}
	.history_text_4,
	.history_text_4_date_follower {
		padding: 0;
		width: clamp(0%, 100%, 500px);
	}
	.history_text_4_date_follower,
	.full_width_follower {
		display: block;
	}
	.outside_follower {
		padding: 0;
		width: 100%;
		display: block;
		text-align: center;
		text-align: -webkit-center;
	}
	.history_text_1 {
		font: normal 26px/32px Calistoga-Regular;
	}
	.history_text_2 {
		font: normal 42px/50px Calistoga-Regular;
	}
	.history_text_3 {
		font: normal 18px/22px Figtree-Regular;
	}
	.history_text_4 {
		font: normal 18px/22px Figtree-Regular;
	}
	.history_text_4_date_follower {
		font: normal 18px/24px Calistoga-Regular;
	}
	.outside_follower {
		font: normal 18px/24px Calistoga-Regular;
	}
	.full_width_follower {
		font: normal 18px/24px Calistoga-Regular;
	}
	.history_text_5 {
		font: normal 26px/32px Calistoga-Regular;
	}
	.history_text_6 {
		font: normal 42px/50px Calistoga-Regular;
	}
	.history_text_7 {
		font: normal 18px/22px Figtree-Regular;
	}
	.history_text_8 {
		font: normal 18px/24px Calistoga-Regular;
	}
	.history_text_9 {
		font: normal 18px/22px Figtree-Regular;
	}
	.history_text_10 {
		font: normal 14px/20px Figtree-Regular;
	}
	.history_span_1 {
		font: normal 18px/22px Figtree-SemiBold!important;
	}
}

/*
 * Secções - especificidades
 */

.history_section_00 {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("/assets/images/historia/historia_1.png");
	background-color: var(--cor1);
}

.history_section_01,
.history_section_07,
.history_section_09 {
	background-color: var(--cor1);
}

.history_section_02,
.history_section_04,
.history_section_05,
.history_section_06,
.history_section_10,
.history_section_11,
.history_section_12,
.history_section_13,
.history_section_14,
.history_section_15,
.history_section_16,
.history_section_17,
.history_section_19,
.history_section_20,
.history_section_21,
.history_section_22,
.history_section_23,
.history_section_24,
.history_section_25,
.history_section_26,
.history_section_27,
.history_section_28,
.history_section_29,
.history_section_30,
.history_section_31,
.history_section_32,
.history_section_33,
.history_section_34,
.history_section_35,
.history_section_36,
.history_section_37,
.history_section_38,
.history_section_39,
.history_section_40,
.history_section_41,
.history_section_42 {
	background-color: var(--cor2);
}

.history_section_03,
.history_section_08,
.history_section_18 {
	background-color: var(--cor10);
}

/*
 * Secções horizontais
 */

.history_section_hor {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	min-width: 100%;
	max-width: 100%;
}

.history_section_hor_space_holder {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	position: relative;
}

.history_section_hor_sticky {
	top: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	height: 100vh;
	outline: none;
	position: sticky;
	min-height: 100vh;
	max-height: 100vh;
	overflow-x: hidden;
}

.history_section_hor_inner {
	margin: 0;
	padding: 0;
	z-index: 5;
	height: 100%;
	border: none;
	outline: none;
	min-width: 100%;
	overflow: hidden;
	position: absolute;
}

.history_section_hor_content {
	gap: 48px;
	margin: 0;
	border: none;
	outline: none;
	display: flex;
	overflow: hidden;
	position: relative;
	align-items: center;
	flex-flow: row nowrap;
	width: calc(100% - 436px);
	transition: all 0.2s ease;
	height: calc(100% - 238px);
	justify-content: flex-start;
	min-width: calc(100% - 436px);
	min-height: calc(100% - 238px);
	max-height: calc(100% - 238px);
	padding: 126px 218px 112px 218px;
}

.history_section_hor_content_inner_follower {
	gap: 8px;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	display: none;
	overflow: hidden;
	width: fit-content;
	flex-direction: column;
	align-items: flex-start;
	transition: all 0.2s ease;
	justify-content: flex-start;
}

.history_section_hor_content_inner_0 {
	gap: 8px;
	margin: 0;
	padding: 0;
	width: 450px;
	border: none;
	outline: none;
	display: flex;
	overflow: hidden;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.history_section_hor_content_inner_1 {
	gap: 8px;
	margin: 0;
	padding: 0;
	width: 680px;
	border: none;
	outline: none;
	display: flex;
	overflow: hidden;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.history_section_hor_content_inner_2 {
	gap: 8px;
	margin: 0;
	padding: 0;
	width: 560px;
	border: none;
	outline: none;
	display: flex;
	overflow: hidden;
	flex-direction: column;
	align-items: flex-start;
	transition: all 0.2s ease;
	justify-content: flex-start;
}

.history_section_hor_img {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	overflow: hidden;
	position: relative;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	transition: all 0.2s ease;
	height: calc(75vh - 238px);
}

.history_section_hor_img_back {
	background-color: rgba(var(--cor14), 0.6);
}

.history_section_hor_img img {
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	object-fit: contain;
	transform: translate(-50%, -50%);
}

.history_section_hor_img_info {
	gap: 32px;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

.history_section_hor_img_info p {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor2);
	width: fit-content;
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: normal 16px/22px Figtree-Regular;
}

.history_section_hor_img_info_p_darker {
	color: var(--cor1)!important;
}

.history_section_hor_img_info_icons {
	gap: 16px;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: nowrap;
	width: fit-content;
	align-items: center;
	justify-content: center;
}

.history_section_hor_img_info_icons svg {
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
	height: 13px;
	outline: none;
	fill: var(--cor1);
	box-sizing: content-box;
	transition: all 0.2s ease;
	cursor: pointer!important;
}

.history_section_hor_img_info_icons svg:first-child {
	transform: scale(-1, 1);
}

.history_section_hor_img_info_icons .inactive_svg {
	fill: rgba(var(--cor25), 0.4)!important;
}

.history_section_hor_img_desc {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor2);
	width: fit-content;
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: normal 14px/20px Figtree-Regular;
}

.history_section_hor_img_desc_darker {
	color: var(--cor17)!important;
}

@media screen and (max-width: 700px) {
	.history_section_hor_content {
		width: calc(100% - 192px);
		min-width: calc(100% - 192px);
		padding: 126px 96px 112px 96px;
	}
	.history_section_hor_content_inner_follower {
		display: flex;
	}
	.history_section_hor_img_info p {
		font: normal 14px/20px Figtree-Regular;
	}
	.history_section_hor_img_desc {
		font: normal 13px/17px Figtree-Regular;
	}
	.history_section_hor_content_inner_2 {
		width: 440px;
	}
}

@media screen and (max-width: 600px) {
	.history_section_hor_content {
		width: calc(100% - 96px);
		min-width: calc(100% - 96px);
		padding: 126px 48px 112px 48px;
	}
	.history_section_hor_content_inner_2 {
		width: 320px;
	}
}

@media screen and (max-width: 500px) {
	.history_section_hor_content {
		width: calc(100% - 40px);
		min-width: calc(100% - 40px);
		padding: 126px 20px 112px 20px;
	}
	.history_section_hor_content_inner_2 {
		width: 200px;
	}
}