/**
 * /termos-e-condicoes/ — página legal, coluna de leitura.
 */

body.termos-page {
	--ua-cyan: var(--ast-global-color-0, #00A5CF);
	--ua-ink: var(--ast-global-color-2, #1a1a1a);
	--ua-text: var(--ast-global-color-3, #333333);
	--ua-muted: var(--ast-global-color-1, #a2a2a2);
	--ua-white: var(--ast-global-color-5, #ffffff);
	--ua-teal: #003b4a;
	--ua-teal-mid: #236373;
	--ua-shell: 740px;
	--ua-gutter: 40px;
	background: var(--ua-white);
	color: var(--ua-text);
	overflow-x: clip;
}

html:has(body.termos-page):not(.elementor-html) {
	overflow-x: clip;
}

body.termos-page #content {
	padding-top: 0;
	background: var(--ua-white);
}

body.termos-page .site-content > .ast-container {
	max-width: none;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}

body.termos-page #primary,
body.termos-page .site-main,
body.termos-page .entry-content,
body.termos-page .elementor {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: none;
	float: none;
}

body.termos-page.ast-separate-container .ast-article-single {
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
}

body.termos-page .elementor-widget {
	margin: 0;
}

body.termos-page .termos-shell,
body.termos-page .termos-shell.e-con {
	width: min(100% - (var(--ua-gutter) * 2), var(--ua-shell)) !important;
	max-width: 100%;
	margin-inline: auto;
}

body.termos-page .termos-intro {
	padding: 48px 0 28px;
	background: var(--ua-white);
}

body.termos-page .termos-intro .termos-shell.e-con,
body.termos-page .termos-intro .termos-shell {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

body.termos-page .termos-intro .termos-title .elementor-heading-title {
	margin: 0 0 12px;
	font-family: "Old Standard TT", serif !important;
	font-size: clamp(2rem, 4vw, 2.75rem);
	font-weight: 400;
	font-style: italic !important;
	line-height: 1.2;
	text-align: start;
	text-transform: uppercase;
	color: var(--ua-cyan);
}

body.termos-page .termos-intro .termos-lead,
body.termos-page .termos-intro .termos-lead p {
	margin: 0;
	max-width: 42rem;
	font-family: Inter, sans-serif !important;
	font-size: 1rem;
	line-height: 1.6;
	color: var(--ua-teal-mid);
}

body.termos-page .termos-mount.e-con {
	padding: 24px 0 72px !important;
	background: var(--ua-white);
}

body.termos-page .termos-body.e-con,
body.termos-page .termos-body.e-con > .e-con-inner {
	display: flex !important;
	flex-direction: column !important;
	gap: 44px !important;
	width: 100%;
}

body.termos-page .termos-article.e-con,
body.termos-page .termos-article.e-con > .e-con-inner {
	display: flex !important;
	flex-direction: column !important;
	gap: 0 !important;
	width: 100% !important;
}

body.termos-page .termos-article__title .elementor-heading-title {
	margin: 0 0 12px;
	font-family: "Old Standard TT", serif !important;
	font-size: 24px;
	font-weight: 400 !important;
	font-style: italic !important;
	line-height: 1.3;
	text-transform: none;
	letter-spacing: 0;
	color: var(--ua-cyan);
}

body.termos-page .termos-article__text,
body.termos-page .termos-article__text p {
	margin: 0 0 14px;
	font-family: Inter, sans-serif !important;
	font-size: 1rem;
	line-height: 1.7;
	color: var(--ua-teal-mid);
}

body.termos-page .termos-article__text p:last-child {
	margin-bottom: 0;
}

body.termos-page .termos-article__sub .elementor-heading-title {
	margin: 18px 0 10px;
	font-family: "Old Standard TT", serif !important;
	font-size: 20px;
	font-weight: 400 !important;
	font-style: italic !important;
	line-height: 1.3;
	text-transform: none;
	letter-spacing: 0;
	color: var(--ua-teal-mid);
}

body.termos-page .termos-article__title + .termos-article__sub .elementor-heading-title {
	margin-top: 4px;
}

body.termos-page .termos-article__text a {
	color: var(--ua-cyan);
	text-decoration: none;
	text-underline-offset: 3px;
}

body.termos-page .elementor-element-83db328 .elementor-invisible,
body.termos-page .elementor-element-83db328 .elementor-widget {
	visibility: visible !important;
	opacity: 1 !important;
	transform: none !important;
}

@media (max-width: 1024px) {
	body.termos-page {
		--ua-gutter: 32px;
	}

	body.termos-page .termos-article__title .elementor-heading-title {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	body.termos-page {
		--ua-gutter: 24px;
	}

	body.termos-page .termos-intro {
		padding: 36px 0 20px;
	}

	body.termos-page .termos-article__title .elementor-heading-title {
		font-size: 20px;
	}

	body.termos-page .termos-article__sub .elementor-heading-title {
		font-size: 18px;
	}

	body.termos-page .termos-mount.e-con {
		padding: 16px 0 56px !important;
	}

	body.termos-page .termos-body.e-con,
	body.termos-page .termos-body.e-con > .e-con-inner {
		gap: 40px !important;
	}
}
