/**
 * Ficha pública Fontes Ornamentais (body.fo-live).
 */

body.fo-live {
	--fo-cyan: #00a5cf;
	--fo-teal: #003b4a;
	--fo-mid: #236373;
	--fo-ice: #d5e7ec;
	--fo-white: #ffffff;
	--fo-ink: #1a1a1a;
	--fo-text: #333333;
	--fo-muted: #a2a2a2;
	--fo-shell: 1200px;
	--fo-gutter: 40px;
	--fo-radius: 6px;
	background: var(--fo-white);
	color: var(--fo-text);
	overflow-x: clip;
}

html:has(body.fo-live) {
	overflow-x: clip;
}

body.fo-live #content {
	padding-top: 0;
	background: var(--fo-white);
}

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

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

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

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

body.fo-live .fo-block.e-con {
	margin-top: 40px;
	max-width: 40rem;
	width: 100%;
}

body.fo-live .fo-shell > .fo-block.e-con:first-child {
	margin-top: 0;
}

body.fo-live .fo-kicker .elementor-heading-title {
	margin: 0 0 10px;
	font-family: Poppins, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--fo-cyan);
}

body.fo-live .fo-title .elementor-heading-title {
	margin: 0 0 16px;
	max-width: 18ch;
	font-family: "Old Standard TT", serif;
	font-size: clamp(2rem, 4vw, 2.75rem);
	font-weight: 400;
	font-style: italic;
	line-height: 1.2;
	text-transform: none;
	color: var(--fo-cyan);
}

body.fo-live .fo-lead p,
body.fo-live .fo-text p {
	margin: 0 0 1.15em;
	max-width: 40rem;
	font-family: Inter, sans-serif;
	font-size: 1rem;
	line-height: 1.7;
	color: var(--fo-text);
}

body.fo-live .fo-lead p {
	color: var(--fo-mid);
}

body.fo-live .fo-text p:last-child,
body.fo-live .fo-lead p:last-child {
	margin-bottom: 0;
}

body.fo-live .fo-sub .elementor-heading-title {
	margin: 0 0 14px;
	font-family: "Old Standard TT", serif;
	font-size: clamp(1.45rem, 2.4vw, 1.85rem);
	font-weight: 400;
	font-style: italic;
	line-height: 1.25;
	text-transform: none;
	color: var(--fo-cyan);
}

body.fo-live .fo-where {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px 32px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.fo-live .fo-where li {
	margin: 0;
}

body.fo-live .fo-where strong {
	display: block;
	margin-bottom: 6px;
	font-family: Poppins, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--fo-cyan);
}

body.fo-live .fo-where span {
	display: block;
	font-family: Inter, sans-serif;
	font-size: 0.95rem;
	line-height: 1.55;
	color: var(--fo-text);
}

body.fo-live .fo-proof {
	margin: 28px 0 0;
	max-width: 40rem;
	font-family: "Old Standard TT", serif;
	font-size: 1.25rem;
	font-style: italic;
	line-height: 1.4;
	color: var(--fo-cyan);
}

body.fo-live .fo-proof span,
body.fo-live .fo-proof em {
	display: block;
	margin: 0 0 4px;
	font-family: Poppins, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--fo-muted);
}

body.fo-live .fo-proof a {
	color: inherit;
	text-decoration: none;
}

body.fo-live .fo-proof a:hover,
body.fo-live .fo-proof a:focus-visible {
	color: var(--fo-ink);
}

body.fo-live .fo-actions.e-con {
	margin-top: 40px;
	width: 100%;
	max-width: 40rem;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 28px;
}

body.fo-live .fo-link .elementor-button {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: var(--fo-cyan) !important;
	font-family: Poppins, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
}

body.fo-live .fo-link .elementor-button:hover,
body.fo-live .fo-link .elementor-button:focus,
body.fo-live .fo-link .elementor-button:focus-visible {
	background: transparent !important;
	background-color: transparent !important;
	border: 0 !important;
	color: var(--fo-ink) !important;
	text-decoration: underline;
	text-underline-offset: 4px;
}

body.fo-live .fo-btn .elementor-button {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0 22px !important;
	background: var(--fo-cyan) !important;
	background-color: var(--fo-cyan) !important;
	border: 0 !important;
	border-radius: var(--fo-radius) !important;
	box-shadow: none !important;
	color: var(--fo-white) !important;
	font-family: Poppins, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
}

body.fo-live .fo-btn .elementor-button:hover,
body.fo-live .fo-btn .elementor-button:focus {
	background: var(--fo-teal) !important;
	background-color: var(--fo-teal) !important;
	border: 0 !important;
	color: var(--fo-white) !important;
}

body.fo-live .fo-hero {
	position: relative;
	min-height: clamp(420px, 72vh, 760px);
	background: var(--fo-teal);
	color: var(--fo-ice);
}

body.fo-live .fo-hero .elementor-widget-image,
body.fo-live .fo-hero .elementor-widget-image .elementor-widget-container,
body.fo-live .fo-hero .elementor-widget-image figure,
body.fo-live .fo-hero .elementor-widget-image .elementor-image {
	margin: 0;
	width: 100%;
}

body.fo-live .fo-hero .fo-hero__img img,
body.fo-live .fo-hero .elementor-widget-image img {
	display: block;
	width: 100%;
	height: clamp(420px, 72vh, 760px);
	object-fit: cover;
}

body.fo-live.fo-live--fontes-musicais .fo-hero .fo-hero__img img,
body.fo-live.fo-live--fontes-musicais .fo-hero .elementor-widget-image img {
	object-position: center 64%;
}

body.fo-live .fo-hero.e-con {
	position: relative;
}

body.fo-live .fo-hero__veil.e-con {
	position: absolute !important;
	inset: 0;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex;
	align-items: flex-end;
	background: linear-gradient(
		to top,
		rgba(0, 59, 74, 0.92) 0%,
		rgba(0, 59, 74, 0.42) 42%,
		rgba(0, 59, 74, 0.12) 100%
	);
}

body.fo-live .fo-hero__copy {
	padding-bottom: 48px;
}

body.fo-live .fo-hero .fo-kicker .elementor-heading-title {
	color: var(--fo-ice);
}

body.fo-live .fo-hero .fo-title .elementor-heading-title {
	max-width: 14ch;
	font-size: clamp(2.4rem, 5.5vw, 4rem);
	color: var(--fo-white);
}

body.fo-live .fo-hero .fo-lead p {
	max-width: 32rem;
	margin-bottom: 0;
	color: var(--fo-ice);
	font-size: 1.05rem;
}

body.fo-live .fo-copy {
	padding: 48px 0 96px;
	background: var(--fo-white);
}

body.fo-live .elementor-element-83db328 {
	width: 100% !important;
	max-width: none !important;
}

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

body.fo-live .elementor-widget {
	margin: 0;
}

body.fo-live .fo-proof-wrap,
body.fo-live .fo-proof {
	margin-top: 28px;
}

body.fo-live .fo-photos.e-con {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
	gap: 12px;
	margin-top: 40px;
	width: 100%;
	max-width: none;
}

body.fo-live .fo-photos .elementor-widget-image,
body.fo-live .fo-photos .elementor-widget-image .elementor-widget-container,
body.fo-live .fo-photos figure,
body.fo-live .fo-photos .elementor-image {
	margin: 0;
	width: 100%;
}

body.fo-live .fo-photos img {
	display: block;
	width: 100%;
	height: 180px;
	object-fit: cover;
}

@media (max-width: 900px) {
	body.fo-live .fo-hero__copy {
		padding-bottom: 32px;
	}
}

@media (max-width: 767px) {
	body.fo-live {
		--fo-gutter: 24px;
	}

	body.fo-live .fo-copy {
		padding: 32px 0 64px;
	}

	body.fo-live .fo-hero,
	body.fo-live .fo-hero .fo-hero__img img,
	body.fo-live .fo-hero .elementor-widget-image img {
		min-height: 0;
		height: clamp(320px, 58vh, 520px);
	}

	body.fo-live .fo-where {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	body.fo-live .fo-actions.e-con {
		flex-direction: column;
		align-items: flex-start;
	}

	body.fo-live .fo-photos.e-con {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	body.fo-live .fo-photos img {
		height: 200px;
	}
}
