:root {
	--f5-primary: #d71920;
	--f5-secondary: #a80f15;
	--f5-dark: #262626;
	--f5-text: #202020;
	--f5-muted: #6b7280;
	--f5-bg: #ffffff;
	--f5-container: 1180px;
	--f5-radius: 2px;
	--f5-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	--f5-border: #e7e7e7;
	--f5-soft: #f7f7f7;
	--f5-shadow: 0 12px 30px rgba(0, 0, 0, .07);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--f5-bg);
	color: var(--f5-text);
	font-family: var(--f5-font);
	font-size: 16px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}
body.f5-menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--f5-primary); }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.f5-container { width: min(calc(100% - 32px), var(--f5-container)); margin-inline: auto; }
.site-main { min-height: 55vh; }
.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
	clip: auto !important; width: auto; height: auto; margin: 0; padding: 12px 16px;
	background: #fff; color: #111; z-index: 100000; left: 10px; top: 10px;
}

/* Topo */
.f5-topbar { background: var(--f5-primary); color: #fff; font-size: 12px; font-weight: 700; }
.f5-topbar-inner { min-height: 30px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.f5-topbar-right { justify-self: end; text-transform: uppercase; letter-spacing: .04em; }
.f5-topbar a:hover { color: #fff; opacity: .8; }
.f5-social-links { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; }
.f5-social-links a {
	display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 50%;
	background: currentColor; color: var(--f5-primary); font-size: 10px; font-weight: 900;
}
.f5-social-links a span { color: inherit; mix-blend-mode: multiply; }
.f5-social-top a { color: #fff; }
.f5-social-top a span { color: var(--f5-primary); }

.site-header { background: #fff; border-bottom: 1px solid var(--f5-border); z-index: 100; }
.f5-sticky-header .site-header { position: sticky; top: 0; }
.admin-bar.f5-sticky-header .site-header { top: 32px; }
.f5-brand-row { min-height: 96px; display: grid; grid-template-columns: minmax(230px, 300px) 1fr minmax(230px, 300px); align-items: center; gap: 28px; }
.f5-branding { min-width: 0; justify-self: center; text-align: center; }
.site-logo { max-width: 270px; max-height: 74px; width: auto; object-fit: contain; }
.custom-logo { max-width: 270px; max-height: 74px; width: auto; }
.site-title-text { display: inline-block; font-size: clamp(25px, 3vw, 38px); line-height: 1; font-weight: 900; letter-spacing: -.05em; text-transform: uppercase; }
.site-title-text span { color: var(--f5-primary); }
.f5-header-weather { min-width: 0; justify-self: start; }
.f5-weather-widget { display: inline-flex; align-items: center; gap: 12px; min-height: 48px; }
.f5-weather-icon { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #fff2d6; color: #d18a00; font-size: 21px; box-shadow: inset 0 0 0 1px rgba(209,138,0,.16); }
.f5-weather-text { display: flex; flex-direction: column; gap: 3px; line-height: 1.1; }
.f5-weather-text strong { color: var(--f5-text); font-size: 14px; font-weight: 800; text-transform: uppercase; }
.f5-weather-text span { color: var(--f5-muted); font-size: 12px; font-weight: 600; }
.f5-header-promos { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); align-items: center; gap: 22px; padding: 0 0 12px; }
.f5-header-promo { display: flex; justify-content: center; min-width: 0; }
.f5-header-promo img { max-height: 72px; width: auto; object-fit: contain; }
.f5-header-search { justify-self: end; width: 100%; max-width: 270px; }
.f5-search-form { position: relative; display: flex; align-items: center; }
.f5-search-field { width: 100%; height: 39px; border: 1px solid #dadada; border-radius: var(--f5-radius); padding: 0 42px 0 13px; outline: 0; background: #fff; font-size: 13px; }
.f5-search-field:focus { border-color: var(--f5-primary); box-shadow: 0 0 0 2px color-mix(in srgb, var(--f5-primary) 15%, transparent); }
.f5-search-form button { position: absolute; right: 0; width: 42px; height: 39px; border: 0; background: transparent; color: #555; font-size: 20px; }
.f5-menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 9px; }
.f5-menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: #111; }

.f5-primary-nav { border-top: 1px solid #efefef; background: #fff; }
.f5-nav-inner { display: flex; justify-content: center; }
.f5-menu, .f5-menu ul { margin: 0; padding: 0; list-style: none; }
.f5-menu { display: flex; align-items: stretch; justify-content: center; flex-wrap: wrap; }
.f5-menu > li { position: relative; }
.f5-menu > li > a { display: flex; align-items: center; min-height: 44px; padding: 0 13px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .015em; }
.f5-menu > li.current-menu-item > a, .f5-menu > li.current-category-ancestor > a, .f5-menu > li > a:hover { color: var(--f5-primary); }
.f5-menu .sub-menu { position: absolute; z-index: 20; top: 100%; left: 0; min-width: 220px; background: #fff; box-shadow: var(--f5-shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; }
.f5-menu li:hover > .sub-menu, .f5-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.f5-menu .sub-menu a { display: block; padding: 10px 14px; border-bottom: 1px solid #eee; font-size: 13px; font-weight: 700; }
.f5-compact-header .f5-brand-row { min-height: 72px; }
.f5-compact-header .site-logo, .f5-compact-header .custom-logo { max-height: 52px; }

/* Menu mobile */
.f5-mobile-panel { position: fixed; inset: 0 auto 0 0; z-index: 1001; width: min(88vw, 390px); padding: 20px; background: #fff; transform: translateX(-102%); transition: transform .28s ease; overflow-y: auto; box-shadow: 16px 0 50px rgba(0,0,0,.18); }
.f5-mobile-panel.is-open { transform: translateX(0); }
.f5-mobile-overlay { position: fixed; inset: 0; z-index: 1000; background: rgba(0,0,0,.5); }
.f5-mobile-panel-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 22px; }
.f5-mobile-panel-head .site-logo, .f5-mobile-panel-head .custom-logo { max-width: 210px; max-height: 60px; }
.f5-menu-close { border: 0; background: #f0f0f0; width: 38px; height: 38px; border-radius: 50%; font-size: 26px; line-height: 1; }
.f5-mobile-search { margin-bottom: 20px; }
.f5-mobile-menu, .f5-mobile-menu ul { list-style: none; margin: 0; padding: 0; }
.f5-mobile-menu a { display: block; padding: 12px 0; border-bottom: 1px solid #eee; font-size: 14px; font-weight: 800; text-transform: uppercase; }
.f5-mobile-menu .sub-menu { padding-left: 16px; }
.f5-social-mobile { margin-top: 24px; }
.f5-social-mobile a { background: var(--f5-primary); color: #fff; }
.f5-social-mobile a span { color: #fff; mix-blend-mode: normal; }

/* Componentes */
.f5-kicker, .f5-overline { display: inline-block; margin-bottom: 6px; color: var(--f5-primary); font-size: 10px; line-height: 1.2; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.f5-card { min-width: 0; }
.f5-card-image { display: block; position: relative; overflow: hidden; border-radius: var(--f5-radius); background: #ececec; aspect-ratio: 16 / 10; }
.f5-card-image img, .f5-card-image .f5-placeholder { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.f5-card:hover .f5-card-image img { transform: scale(1.035); }
.f5-card-content { padding-top: 9px; }
.f5-card-title { margin: 0; font-size: 17px; line-height: 1.18; font-weight: 850; letter-spacing: -.015em; }
.f5-card-content p { margin: 8px 0 0; color: var(--f5-muted); font-size: 13px; line-height: 1.45; }
.f5-placeholder { display: grid; place-items: center; min-height: 120px; background: linear-gradient(135deg, #ececec, #d8d8d8); color: #777; font-size: 12px; font-weight: 800; text-transform: uppercase; text-align: center; }
.f5-card-small { display: grid; grid-template-columns: 126px 1fr; gap: 12px; min-width: 0; }
.f5-card-small + .f5-card-small { border-top: 1px solid var(--f5-border); padding-top: 12px; margin-top: 12px; }
.f5-card-small-image { display: block; aspect-ratio: 16/10; overflow: hidden; border-radius: var(--f5-radius); background: #eee; }
.f5-card-small-image img, .f5-card-small-image .f5-placeholder { width: 100%; height: 100%; object-fit: cover; }
.f5-card-small h3 { margin: 0; font-size: 13px; line-height: 1.25; font-weight: 800; }
.f5-card-small time { display: block; margin-top: 5px; color: var(--f5-muted); font-size: 10px; }
.f5-grid { display: grid; gap: 22px; }
.f5-grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.f5-grid-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.f5-section-heading-front { position: relative !important; margin: 0 0 36px !important; text-align: center !important; }
.f5-section-heading-front::before { content: '' !important; position: absolute !important; left: 0 !important; right: 0 !important; bottom: 13px !important; height: 3px !important; background: #d6d6d6 !important; }
.f5-section-heading-front span { display: none !important; }
.f5-section-heading-front h2 { position: relative !important; z-index: 1 !important; display: inline-block !important; margin: 0 !important; padding: 0 26px 23px !important; background: var(--f5-bg) !important; color: var(--f5-primary) !important; font-family: var(--f5-heading-font), Inter, Helvetica, Arial, sans-serif !important; font-size: 34px !important; line-height: 1 !important; font-weight: 800 !important; text-transform: uppercase !important; letter-spacing: -.03em !important; }
.f5-section-heading-front h2::after { content: '' !important; position: absolute !important; left: 50% !important; bottom: 0 !important; width: 72px !important; height: 10px !important; background: var(--f5-primary) !important; transform: translateX(-50%) !important; }

/* Compatibilidade com a estrutura original/importada do modelo: h1.news-card__title e h1.section__title */
body h1.news-card__title,
body h1.section__title,
body .news-card__title,
body .section__title,
body .news-card__title.--color-first,
body .news-card__title.--color-second,
body .news-card__title.--color-tertiary,
body .section__title.--secondary {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	margin: 0 0 36px !important;
	padding: 0 0 23px !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--f5-primary) !important;
	font-family: var(--f5-heading-font), Inter, Helvetica, Arial, sans-serif !important;
	font-size: 34px !important;
	line-height: 1 !important;
	font-weight: 800 !important;
	letter-spacing: -.03em !important;
	text-align: center !important;
	text-transform: uppercase !important;
}
body h1.news-card__title::before,
body h1.section__title::before,
body .news-card__title::before,
body .section__title::before {
	content: '' !important;
	position: absolute !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 13px !important;
	height: 3px !important;
	background: #d6d6d6 !important;
	z-index: 0 !important;
}
body h1.news-card__title::after,
body h1.section__title::after,
body .news-card__title::after,
body .section__title::after {
	content: '' !important;
	position: absolute !important;
	left: 50% !important;
	bottom: 0 !important;
	width: 72px !important;
	height: 10px !important;
	background: var(--f5-primary) !important;
	transform: translateX(-50%) !important;
	z-index: 1 !important;
}
.f5-ad-slot { display: flex; align-items: center; justify-content: center; width: 100%; margin: 26px auto; overflow: visible; text-align: center; }
.f5-ad-slot > *, .f5-ad-code-inner > * { margin-left: auto !important; margin-right: auto !important; }
.f5-ad-slot a { display: inline-flex; align-items: center; justify-content: center; max-width: 100%; }
.f5-ad-code-inner { display: flex; align-items: center; justify-content: center; width: 100%; max-width: 100%; text-align: center; }
.f5-ad-slot img, .f5-ad-slot iframe, .f5-ad-slot ins { max-width: 100%; }
.f5-ad-slot img.aligncenter { display: block; }
.f5-ad-horizontal { width: min(970px, 100%); max-width: 970px; min-height: 0; }
.f5-ad-horizontal img { width: 970px !important; max-width: 100% !important; height: auto; max-height: 150px; aspect-ratio: 970 / 150; object-fit: contain; }
.f5-ad-square { width: min(300px, 100%); max-width: 300px; }
.f5-ad-square img { width: 300px !important; height: 300px !important; max-width: 100% !important; max-height: 300px; aspect-ratio: 1 / 1; object-fit: cover; }
.f5-global-header-ad-wrap { padding: 22px 0 0; }
.f5-global-header-ad { margin: 0 auto; }
.widget { margin-bottom: 28px; }
.widget-title { margin: 0 0 12px; padding-bottom: 9px; border-bottom: 2px solid var(--f5-primary); font-size: 16px; text-transform: uppercase; }
.widget ul { margin: 0; padding-left: 18px; }

/* Home */
.f5-home { padding-top: 28px; }
.f5-hero-news { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(280px, .85fr); gap: 28px; }
.f5-hero-main h1 { max-width: 850px; margin: 0; color: var(--f5-primary); font-size: clamp(29px, 4.1vw, 50px); line-height: .99; letter-spacing: -.045em; font-weight: 900; }
.f5-hero-main > p { max-width: 830px; margin: 11px 0 16px; color: var(--f5-muted); font-size: 15px; line-height: 1.35; }
.f5-hero-image { display: block; aspect-ratio: 16/9; overflow: hidden; border-radius: var(--f5-radius); background: #eee; }
.f5-hero-image img, .f5-hero-image .f5-placeholder { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.f5-hero-image:hover img { transform: scale(1.025); }
.f5-hero-side { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; align-content: start; }
.f5-hero-side-item { padding: 4px 0 17px; border-bottom: 1px solid var(--f5-border); }
.f5-hero-side-item:nth-child(n+3) { padding-top: 17px; }
.f5-hero-side-item h2 { margin: 0; font-size: 17px; line-height: 1.18; font-weight: 850; }
.f5-hero-bottom { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; margin-top: 2px; padding-top: 20px; border-top: 1px solid var(--f5-border); }
.f5-hero-bottom .f5-card { display: grid; grid-template-columns: 150px 1fr; gap: 12px; }
.f5-hero-bottom .f5-card-content { padding-top: 0; }
.f5-home-widget-area { margin-top: 28px; }
.f5-home-section { margin-top: 66px; }
.f5-feature-grid { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(300px,.8fr); gap: 28px; }
.f5-feature-large { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.f5-feature-large .f5-card-title { font-size: 20px; }
.f5-feature-small { display: flex; flex-direction: column; }
.f5-home-section-3 .f5-card-title { font-size: 18px; }
.f5-video-band { margin-top: 70px; padding: 42px 0 46px; background: #202020; color: #fff; }
.f5-video-band .f5-section-heading-front span { background: #3b3b3b; }
.f5-video-band .f5-section-heading-front h2 { color: #fff; }
.f5-video-main { width: min(100%, 920px); margin: 0 auto; text-align: center; }
.f5-video-main h2 { margin: 13px 0 0; font-size: 21px; }
.f5-video-cover { position: relative; display: block; overflow: hidden; aspect-ratio: 16/9; background: #111; }
.f5-video-cover img, .f5-video-cover .f5-placeholder { width: 100%; height: 100%; object-fit: cover; }
.f5-play { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); display: grid; place-items: center; width: 58px; height: 58px; padding-left: 4px; border: 2px solid #fff; border-radius: 50%; background: rgba(0,0,0,.55); color: #fff; font-size: 19px; }
.f5-responsive-embed { position: relative; overflow: hidden; padding-top: 56.25%; background: #111; }
.f5-responsive-embed iframe, .f5-responsive-embed video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.f5-video-thumbs { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; width: min(100%, 920px); margin: 28px auto 0; }
.f5-video-thumbs article { min-width: 0; }
.f5-video-thumbs a { position: relative; display: block; aspect-ratio: 16/9; overflow: hidden; background: #111; }
.f5-video-thumbs img, .f5-video-thumbs .f5-placeholder { width: 100%; height: 100%; object-fit: cover; opacity: .72; }
.f5-video-thumbs span { position: absolute; inset: auto 10px 9px; color: #fff; font-size: 12px; font-weight: 800; line-height: 1.2; text-shadow: 0 1px 8px #000; }
.f5-video-more-wrap { margin-top: 30px; text-align: center; }
.f5-video-more-button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 24px; border: 2px solid var(--f5-primary); border-radius: 999px; background: var(--f5-primary); color: #fff; font-size: 13px; line-height: 1; font-weight: 900; text-transform: uppercase; letter-spacing: .03em; }
.f5-video-more-button:hover { background: transparent; color: #fff; }
.f5-triple-sections { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; margin-top: 66px; }
.f5-mini-section .f5-section-heading-front { grid-template-columns: 0 auto 1fr; gap: 10px; }
.f5-mini-section .f5-section-heading-front h2::after { margin-left: 0; }
.f5-mini-section > .f5-card { margin-bottom: 18px; }
.f5-mini-section > .f5-card .f5-card-title { font-size: 16px; }
.f5-mini-section .f5-card-small { grid-template-columns: 100px 1fr; }
.f5-authors-section { margin-top: 64px; }
.f5-authors-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
.f5-author-card { display: flex; align-items: center; gap: 13px; min-width: 0; }
.f5-author-card img { width: 70px; height: 70px; border-radius: 50%; object-fit: cover; filter: grayscale(1); }
.f5-author-card span { min-width: 0; }
.f5-author-card strong, .f5-author-card small { display: block; }
.f5-author-card strong { font-size: 13px; text-transform: uppercase; }
.f5-author-card small { margin-top: 4px; overflow: hidden; color: var(--f5-muted); font-size: 11px; white-space: nowrap; text-overflow: ellipsis; }
.f5-rankings { display: grid; grid-template-columns: 1fr 1fr 1.15fr; gap: 34px; margin: 64px 0 70px; }
.f5-ranking-column > h2 { margin: 0 0 16px; padding-bottom: 10px; border-bottom: 1px solid var(--f5-border); color: var(--f5-primary); font-size: 15px; text-transform: uppercase; }
.f5-ranked-item { display: grid; grid-template-columns: 38px 1fr; gap: 12px; padding: 10px 0; border-bottom: 1px solid #eee; }
.f5-ranked-item > span { color: #d2d2d2; font-size: 32px; line-height: 1; font-weight: 900; }
.f5-ranked-item h3, .f5-latest-item h3 { margin: 0; font-size: 12px; line-height: 1.25; }
.f5-latest-item { position: relative; padding: 9px 48px 9px 0; border-bottom: 1px solid #eee; }
.f5-latest-item time { position: absolute; top: 12px; right: 0; color: var(--f5-muted); font-size: 10px; }
.f5-ranking-column .f5-card-small { grid-template-columns: 110px 1fr; }

/* Matéria */
.f5-breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; margin: 22px 0; color: var(--f5-muted); font-size: 12px; }
.f5-breadcrumbs a { color: var(--f5-primary); }
.f5-single-category-title { margin: 6px 0 28px; border-bottom: 1px solid #d9d9d9; text-align: center; }
.f5-single-category-title span { position: relative; bottom: -9px; display: inline-block; padding: 0 18px; background: var(--f5-bg); font-size: 18px; font-weight: 900; text-transform: uppercase; }
.f5-single-category-title span::after { content: ''; display: block; width: 44px; height: 4px; margin: 6px auto 0; background: #333; }
.f5-single-layout { display: grid; grid-template-columns: minmax(0, 790px) 370px; justify-content: center; gap: 34px; align-items: start; }
.f5-single-no-sidebar { grid-template-columns: minmax(0, 880px); }
.f5-entry-header h1 { max-width: 790px; margin: 0; color: #000; font-size: clamp(38px, 4.2vw, 58px); line-height: 1.08; letter-spacing: -.035em; font-weight: 900; }
.f5-entry-subtitle { max-width: 790px; margin: 18px 0 24px; color: #777; font-size: 21px; line-height: 1.42; font-weight: 400; }
.f5-entry-meta-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 22px; padding-bottom: 18px; border-bottom: 1px solid #ddd; }
.f5-entry-meta { display: flex; flex-direction: column; gap: 4px; color: #111; font-size: 16px; line-height: 1.25; }
.f5-entry-meta a { color: #111; font-weight: 900; }
.f5-entry-author { font-weight: 900; }
.f5-entry-date { color: #111; font-weight: 500; }
.f5-share-buttons { display: flex; gap: 10px; align-items: center; }
.f5-share-buttons a { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; color: #fff; font-size: 15px; font-weight: 900; text-decoration: none; }
.f5-share-buttons a span { transform: translateY(-1px); }
.f5-share-facebook { background: #31559a; }
.f5-share-x { background: #1da1f2; }
.f5-share-whatsapp { background: #20b038; }
.f5-share-linkedin { background: #2577a9; }
.f5-share-linkedin span { font-size: 12px; transform: none; }
.f5-featured-figure { margin: 24px 0; }
.f5-featured-figure img { width: 100%; border-radius: var(--f5-radius); }
.f5-featured-figure figcaption { margin-top: 6px; color: var(--f5-muted); font-size: 11px; }

.f5-single-main .f5-breadcrumbs { margin-bottom: 24px; }
.f5-single-main .f5-featured-figure { margin-top: 30px; }
.f5-single-main .f5-featured-figure img { width: 100%; height: auto; display: block; }
.f5-single-main .f5-featured-figure figcaption { margin-top: 10px; color: #777; font-size: 15px; text-align: center; }

.f5-entry-content { font-family: var(--f5-font); font-size: 17px; line-height: 1.72; }
.f5-entry-content > * { max-width: 100%; }
.f5-entry-content h2 { margin: 36px 0 13px; font-size: 26px; line-height: 1.2; }
.f5-entry-content h3 { margin: 30px 0 10px; font-size: 21px; }
.f5-entry-content p { margin: 0 0 19px; }
.f5-entry-content a { color: var(--f5-primary); text-decoration: underline; }
.f5-entry-content blockquote { margin: 28px 0; padding: 18px 22px; border-left: 4px solid var(--f5-primary); background: var(--f5-soft); font-size: 20px; font-weight: 700; }
.f5-entry-content figure { margin: 26px 0; }
.f5-entry-content figcaption { color: var(--f5-muted); font-size: 12px; }
.f5-entry-content table { width: 100%; border-collapse: collapse; }
.f5-entry-content th, .f5-entry-content td { padding: 10px; border: 1px solid #ddd; text-align: left; }
.f5-post-video { margin-top: 34px; }
.f5-source-box { margin-top: 30px; padding: 14px 16px; border-left: 3px solid var(--f5-primary); background: var(--f5-soft); font-size: 13px; }
.f5-source-box a { color: var(--f5-primary); }
.f5-entry-footer { margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--f5-border); }
.f5-tags { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; }
.f5-tags > span { font-weight: 800; }
.f5-tags a { padding: 7px 10px; background: var(--f5-primary); color: #fff; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.f5-sidebar { padding-top: 0; }
.f5-sidebar-ads { display: grid; gap: 18px; margin: 0 0 28px; justify-items: center; }
.f5-sidebar-ad-wrap { display: flex; justify-content: center; margin: 0 0 28px; }
.f5-sidebar-ad-second { margin-top: 28px; }
.f5-sidebar-ad { margin: 0 auto; }
.f5-sidebar-ranking { margin: 0 0 30px; }
.f5-sidebar-ranking > h2 { position: relative; margin: 0 0 31px; padding: 0 0 18px; border-bottom: 2px solid #ddd; color: var(--f5-primary); font-size: 25px; line-height: 1.1; font-weight: 900; text-align: center; text-transform: uppercase; }
.f5-sidebar-ranking > h2::after { content: ''; position: absolute; left: 50%; bottom: -2px; width: 72px; height: 10px; background: var(--f5-primary); transform: translateX(-50%); }
.f5-sidebar-ranking article { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 10px 0; border-bottom: 0; }
.f5-sidebar-ranking article > span { display: grid; place-items: center; width: 70px; height: 60px; background: #f3f3f3; color: #aaa; font-size: 40px; line-height: 1; font-weight: 900; }
.f5-sidebar-ranking h3 { margin: 3px 0 0; font-size: 16px; line-height: 1.28; font-weight: 900; }
.f5-sidebar-ranking h3 a { color: var(--f5-primary); }
.f5-sidebar-ranking .f5-kicker { margin-bottom: 4px; color: #777; font-size: 12px; font-weight: 900; letter-spacing: 0; }
.f5-related-posts { margin-top: 70px; }
.f5-comments-area { max-width: 820px; margin: 60px auto; }
.comment-list { padding-left: 0; list-style: none; }
.comment-list .comment { margin-bottom: 18px; padding: 16px; background: var(--f5-soft); }
.comment-list .children { list-style: none; }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea { width: 100%; border: 1px solid #ddd; padding: 10px; }
.comment-form .submit { border: 0; padding: 11px 18px; background: var(--f5-primary); color: #fff; font-weight: 800; }

/* Listagens e páginas */
.f5-listing-page, .f5-page-main { padding-bottom: 70px; }
.f5-archive-header { margin: 28px 0; padding-bottom: 14px; border-bottom: 1px solid var(--f5-border); }
.f5-archive-header h1 { margin: 0; font-size: 36px; letter-spacing: -.025em; }
.f5-archive-description { color: var(--f5-muted); }
.f5-listing-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 48px; }
.f5-post-list > .f5-card-small { grid-template-columns: 270px 1fr; gap: 20px; padding: 0 0 22px; margin: 0 0 22px; border-bottom: 1px solid var(--f5-border); }
.f5-post-list .f5-card-small h3 { font-size: 22px; line-height: 1.17; }
.navigation.pagination { margin-top: 30px; }
.nav-links { display: flex; gap: 6px; }
.page-numbers { display: grid; place-items: center; min-width: 38px; height: 38px; padding: 0 10px; border: 1px solid #ddd; font-weight: 700; }
.page-numbers.current, .page-numbers:hover { border-color: var(--f5-primary); background: var(--f5-primary); color: #fff; }
.f5-page-container { max-width: 930px; }
.f5-page-article > header h1 { margin: 25px 0; font-size: clamp(36px,5vw,58px); line-height: 1.05; }
.f5-page-featured { margin: 0 0 28px; }
.f5-empty-state, .f5-error-page { max-width: 620px; margin: 90px auto; text-align: center; }
.f5-empty-state h1, .f5-error-page h1 { font-size: 38px; }
.f5-error-page > strong { display: block; color: var(--f5-primary); font-size: 100px; line-height: 1; }
.f5-error-page .f5-search-form { margin: 24px auto; max-width: 420px; }
.f5-button { display: inline-block; padding: 12px 18px; border-radius: var(--f5-radius); background: var(--f5-primary); color: #fff; font-weight: 800; }

/* Rodapé */
.site-footer { position: relative; margin-top: 0; background: var(--f5-dark); color: #eee; border-top: 3px solid var(--f5-primary); }
.f5-footer-accent { display: flex; justify-content: center; height: 0; }
.f5-footer-accent span { display: block; width: 160px; height: 7px; transform: translateY(-5px); background: var(--f5-primary); }
.f5-footer-brand { display: flex; justify-content: center; padding: 30px 0 24px; }
.f5-footer-brand .site-logo, .f5-footer-brand .custom-logo { max-width: 220px; max-height: 58px; filter: brightness(0) invert(1); }
.f5-footer-brand .site-title-text { color: #fff; font-size: 25px; }
.f5-footer-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 50px; padding-bottom: 36px; }
.f5-footer-column h3 { margin: 0 0 14px; color: #fff; font-size: 13px; text-transform: uppercase; }
.f5-footer-column p, .f5-footer-column li, .f5-footer-column a { color: #c8c8c8; font-size: 12px; }
.f5-footer-menu { columns: 2; gap: 25px; margin: 0; padding: 0; list-style: none; }
.f5-footer-menu li { break-inside: avoid; margin-bottom: 7px; }
.f5-social-footer { margin-top: 18px; }
.f5-social-footer a { background: var(--f5-primary); color: #fff; }
.f5-social-footer a span { color: #fff; mix-blend-mode: normal; }
.f5-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0 24px; border-top: 1px solid rgba(255,255,255,.12); color: #aaa; font-size: 11px; }
.f5-footer-bottom p { margin: 0; }
.f5-footer-bottom a { color: #fff; }

@media (max-width: 1100px) {
	.f5-brand-row { grid-template-columns: minmax(200px, 250px) 1fr minmax(200px, 250px); }
	.f5-header-ad { display: none; }
	.f5-hero-news { grid-template-columns: minmax(0,1.4fr) minmax(270px,.8fr); }
	.f5-hero-side { grid-template-columns: 1fr; }
	.f5-hero-side-item:nth-child(n+2) { padding-top: 14px; }
	.f5-hero-side-item:nth-child(n+4) { display: none; }
	.f5-single-layout { grid-template-columns: minmax(0,1fr) 270px; gap: 32px; }
}

@media (max-width: 900px) {
	.admin-bar.f5-sticky-header .site-header { top: 46px; }
	.f5-topbar-inner { grid-template-columns: 1fr auto; }
	.f5-topbar-center { display: none; }
	.f5-brand-row { min-height: 72px; grid-template-columns: 46px 1fr 210px; gap: 12px; }
	.f5-menu-toggle { display: block; }
	.f5-primary-nav { display: none; }
	.f5-global-header-ad-wrap { padding-top: 14px; }
	.f5-ad-horizontal img { max-height: 150px; }
	.f5-branding { display: flex; justify-content: center; }
	.site-logo, .custom-logo { max-width: 220px; max-height: 58px; }
	.f5-hero-news { grid-template-columns: 1fr; }
	.f5-hero-side { grid-template-columns: repeat(2,1fr); }
	.f5-hero-side-item:nth-child(n+4) { display: block; }
	.f5-feature-grid { grid-template-columns: 1fr; }
	.f5-feature-small { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
	.f5-feature-small .f5-card-small + .f5-card-small { margin-top: 0; padding-top: 0; border-top: 0; }
	.f5-triple-sections { grid-template-columns: 1fr 1fr; }
	.f5-authors-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.f5-rankings { grid-template-columns: 1fr 1fr; }
	.f5-ranking-column:last-child { grid-column: 1/-1; }
	.f5-single-layout, .f5-listing-layout { grid-template-columns: minmax(0,1fr); }
	.f5-sidebar { margin-top: 30px; }
	.f5-sidebar-ranking { max-width: 620px; }
	.f5-footer-grid { grid-template-columns: 1fr 1fr; }
	.f5-footer-column:last-child { grid-column: 1/-1; }
}

@media (max-width: 680px) {
	body { font-size: 15px; }
	.f5-container { width: min(calc(100% - 24px), var(--f5-container)); }
	.f5-topbar-left { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
	.f5-topbar-right { font-size: 10px; }
	.f5-brand-row { grid-template-columns: 42px 1fr 42px; }
	.f5-header-search { width: 42px; }
	.f5-header-search .f5-search-field { display: none; }
	.f5-header-search .f5-search-form button { position: static; width: 42px; border-radius: 50%; background: #f4f4f4; }
	.site-logo, .custom-logo { max-width: 180px; max-height: 54px; }
	.f5-home { padding-top: 20px; }
	.f5-hero-main h1 { font-size: 31px; }
	.f5-hero-main > p { font-size: 14px; }
	.f5-hero-side { grid-template-columns: 1fr; }
	.f5-hero-side-item:nth-child(n+4) { display: none; }
	.f5-hero-bottom { grid-template-columns: 1fr; }
	.f5-hero-bottom .f5-card { grid-template-columns: 120px 1fr; }
	.f5-home-section { margin-top: 48px; }
	.f5-section-heading-front { margin-bottom: 28px !important; }
	.f5-section-heading-front::before { bottom: 10px !important; }
	.f5-section-heading-front h2 { font-size: 28px !important; padding: 0 16px 18px !important; }
	.f5-section-heading-front h2::after { width: 64px !important; height: 8px !important; }
	body h1.news-card__title,
	body h1.section__title,
	body .news-card__title,
	body .section__title { font-size: 28px !important; margin-bottom: 28px !important; padding-bottom: 18px !important; }
	body h1.news-card__title::before,
	body h1.section__title::before,
	body .news-card__title::before,
	body .section__title::before { bottom: 10px !important; }
	body h1.news-card__title::after,
	body h1.section__title::after,
	body .news-card__title::after,
	body .section__title::after { width: 64px !important; height: 8px !important; }
	.f5-section-heading-front { gap: 10px; margin-bottom: 18px; }
	.f5-section-heading-front h2 { font-size: 14px; }
	.f5-feature-large, .f5-feature-small { grid-template-columns: 1fr; }
	.f5-feature-small .f5-card-small + .f5-card-small { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--f5-border); }
	.f5-grid-3, .f5-grid-4 { grid-template-columns: 1fr; }
	.f5-home-section-3 .f5-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
	.f5-home-section-3 .f5-card-title { font-size: 14px; }
	.f5-video-band { margin-top: 50px; padding: 34px 0; }
	.f5-video-main h2 { font-size: 17px; }
	.f5-video-thumbs { grid-template-columns: 1fr 1fr; }
	.f5-triple-sections { grid-template-columns: 1fr; margin-top: 48px; }
	.f5-authors-grid { grid-template-columns: 1fr; }
	.f5-rankings { grid-template-columns: 1fr; margin: 48px 0; }
	.f5-ranking-column:last-child { grid-column: auto; }
	.f5-single-category-title { margin-top: 0; }
	.f5-entry-header h1 { font-size: 34px; }
	.f5-entry-subtitle { font-size: 15px; }
	.f5-entry-meta-row { align-items: flex-start; flex-direction: column; }
	.f5-share-buttons { margin-top: 2px; }
	.f5-sidebar-ranking article { grid-template-columns: 62px 1fr; gap: 14px; }
	.f5-sidebar-ranking article > span { width: 62px; height: 56px; font-size: 34px; }
	.f5-entry-content { font-size: 17.5px; line-height: 1.75; }
	.f5-entry-content h2 { font-size: 23px; }
	.f5-related-posts .f5-grid { grid-template-columns: 1fr 1fr; }
	.f5-related-posts .f5-card-title { font-size: 17px; line-height: 1.25; }
	.f5-single-main .f5-related-posts .f5-section-heading-front h2 { font-size: 22px; }
	.f5-post-list > .f5-card-small { grid-template-columns: 120px 1fr; gap: 13px; }
	.f5-post-list .f5-card-small h3 { font-size: 16px; }
	.f5-archive-header h1 { font-size: 30px; }
	.f5-footer-grid { grid-template-columns: 1fr; gap: 28px; }
	.f5-footer-column:last-child { grid-column: auto; }
	.f5-footer-bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 420px) {
	.f5-home-section-3 .f5-grid, .f5-related-posts .f5-grid { grid-template-columns: 1fr; }
	.f5-card-small { grid-template-columns: 108px 1fr; }
	.f5-post-list > .f5-card-small { grid-template-columns: 110px 1fr; }
	.f5-single-main .f5-entry-content { font-size: 18px; line-height: 1.76; }
	.f5-related-posts .f5-card-title { font-size: 17.5px; }
}
.f5-footer-widgets { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:36px; padding:30px 0; border-top:1px solid rgba(255,255,255,.12); }
.f5-footer-widgets .widget-title { color:#fff; border-color:var(--f5-primary); }
.f5-footer-widgets .widget, .f5-footer-widgets a { color:#c8c8c8; font-size:12px; }
@media(max-width:680px){.f5-footer-widgets{grid-template-columns:1fr;gap:12px}}

/* ==========================================================
   Portal Notícias F5 2.0 — layout editorial inspirado no HTML
   fornecido pelo cliente.
   ========================================================== */

h1, h2, h3, h4, h5, h6,
.f5-menu,
.f5-section-heading-front,
.f5-news-featured,
.f5-news-side,
.f5-card-title {
	font-family: var(--f5-heading-font, var(--f5-font));
}

/* Cabeçalho editorial */
.f5-topbar {
	min-height: 40px;
	background: var(--f5-primary);
}
.f5-topbar-inner {
	min-height: 40px;
	grid-template-columns: 1fr auto 1fr;
	font-size: 13px;
}
.f5-topbar-left { font-weight: 800; }
.f5-topbar-center { justify-self: center; }
.f5-topbar-right {
	display: flex;
	align-items: center;
	justify-self: end;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
}
.f5-topbar-separator {
	width: 1px;
	height: 18px;
	margin: 0 11px;
	background: rgba(255,255,255,.72);
}
.f5-social-links { gap: 8px; }
.f5-social-links a {
	width: 27px;
	height: 27px;
	padding: 6px;
	background: #fff;
	color: var(--f5-primary);
}
.f5-social-links svg { display: block; width: 100%; height: 100%; fill: currentColor; }

.site-header { border-bottom: 0; box-shadow: none; }
.f5-brand-row {
	min-height: 112px;
	grid-template-columns: minmax(260px, 300px) minmax(380px, 1fr) minmax(260px, 300px);
	gap: 28px;
}
.site-logo, .custom-logo {
	max-width: var(--f5-logo-width, 280px);
	max-height: 88px;
}
.f5-header-promos {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: center;
	justify-items: center;
	gap: 14px;
	min-width: 0;
}
.f5-header-promo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 0;
}
.f5-header-promo a { display: flex; align-items: center; justify-content: center; width: 100%; }
.f5-header-promo img {
	width: auto;
	max-width: 100%;
	max-height: 78px;
	object-fit: contain;
}
.f5-header-search { max-width: 270px; }
.f5-header-weather { justify-self: start; }
.f5-branding { justify-self: center; text-align: center; }
.f5-header-search { justify-self: end; }

.f5-search-field {
	height: 42px;
	border-color: #d8d8d8;
	border-radius: 4px;
	padding-left: 16px;
	font-size: 14px;
}
.f5-search-form button { height: 42px; font-size: 0; }
.f5-search-form button::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	margin: auto;
	border: 2px solid #191919;
	border-radius: 50%;
}
.f5-search-form button::after {
	content: '';
	position: absolute;
	right: 12px;
	top: 25px;
	width: 7px;
	height: 2px;
	transform: rotate(45deg);
	transform-origin: right center;
	background: #191919;
}
.f5-primary-nav {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}
.f5-menu { width: 100%; justify-content: space-between; }
.f5-menu > li > a {
	min-height: 53px;
	padding: 0 9px;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
}
.f5-menu .menu-item-has-children > a::after {
	content: '';
	width: 7px;
	height: 7px;
	margin: -4px 0 0 7px;
	border-right: 2px solid var(--f5-primary);
	border-bottom: 2px solid var(--f5-primary);
	transform: rotate(45deg);
}

/* Destaque principal */
.f5-home { padding-top: 0; }
.f5-ad-top { margin: 22px 0 10px; }
.f5-main-news {
	margin-top: 0;
	padding: 34px 28px 31px;
	background: #fbfbfb;
	background: color-mix(in srgb, var(--f5-soft) 42%, #ffffff 58%);
	border: 0;
	box-shadow: none;
}
.f5-news-featured { margin: 0 0 28px; }
.f5-news-featured > span,
.f5-news-side span,
.f5-text-news-card span {
	display: block;
	margin-bottom: 6px;
	color: var(--f5-muted);
	font-size: 15px;
	line-height: 1.1;
	font-weight: 800;
	text-transform: uppercase;
}
.f5-news-featured h1 {
	max-width: 1060px;
	margin: 0;
	color: var(--f5-primary);
	font-size: clamp(36px, 4.2vw, 56px);
	line-height: .99;
	font-weight: 800;
	letter-spacing: -.032em;
}
.f5-news-featured h1 a:hover { color: var(--f5-secondary); }
.f5-news-featured p {
	max-width: 1060px;
	margin: 14px 0 0;
	color: #313131;
	font-size: clamp(16px, 1.55vw, 21px);
	line-height: 1.38;
}
.f5-main-news-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(380px, .92fr);
	gap: 30px;
	align-items: stretch;
}
.f5-hero-slider {
	position: relative;
	min-width: 0;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	border-radius: 5px;
	background: #151515;
}
.f5-hero-slides, .f5-hero-slide, .f5-news-block-main, .f5-news-block-main figure {
	position: absolute;
	inset: 0;
}
.f5-hero-slide {
	opacity: 0;
	visibility: hidden;
	transition: opacity .42s ease, visibility .42s ease;
}
.f5-hero-slide.is-active { opacity: 1; visibility: visible; z-index: 2; }
.f5-news-block-main figure { margin: 0; }
.f5-news-block-main figure::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.84) 100%);
}
.f5-news-block-main img,
.f5-news-block-main .f5-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.f5-news-block-main-content {
	position: absolute;
	z-index: 3;
	left: 30px;
	right: 30px;
	bottom: 29px;
	color: #fff;
}
.f5-news-block-main-content h2 {
	max-width: 90%;
	margin: 0;
	font-size: clamp(25px, 2.35vw, 38px);
	line-height: 1.08;
	font-weight: 800;
	letter-spacing: -.025em;
	text-shadow: 0 2px 12px rgba(0,0,0,.5);
}
.f5-hero-arrow {
	position: absolute;
	z-index: 8;
	top: 50%;
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	padding: 0 0 4px;
	transform: translateY(-50%);
	border: 0;
	border-radius: 5px;
	background: var(--f5-primary);
	color: #fff;
	font-size: 32px;
	line-height: 1;
}
.f5-hero-arrow:hover { background: var(--f5-secondary); }
.f5-hero-prev { left: 12px; }
.f5-hero-next { right: 12px; }
.f5-hero-counter {
	position: absolute;
	z-index: 8;
	top: 14px;
	right: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 34px;
	padding: 0 7px;
	border-radius: 50%;
	background: var(--f5-primary);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
}
.f5-hero-counter strong { font-weight: inherit; }
.f5-news-right {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px 34px;
	align-content: start;
}
.f5-news-side { min-width: 0; }
.f5-news-side h2 {
	margin: 0;
	color: var(--f5-primary);
	font-size: clamp(20px, 1.7vw, 27px);
	line-height: 1.08;
	font-weight: 800;
	letter-spacing: -.018em;
}
.f5-news-side a:hover h2 { color: var(--f5-secondary); }

/* Chamadas abaixo do destaque */
.f5-after-hero { padding-top: 30px; }
.f5-after-hero-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 26px;
	padding: 0;
}
.f5-after-hero-cards { padding-top: 0; }
.f5-after-hero-horizontal-ad { margin-top: 30px; }
.f5-after-hero-horizontal-ad { display: flex; justify-content: center; }
.f5-after-hero-horizontal-ad .f5-ad-slot { margin: 26px auto 0; }
.f5-after-hero-horizontal-ad img,
.f5-after-hero-horizontal-ad iframe { width: 100%; max-width: 100%; }
.f5-ad-after-hero img { max-height: 150px; object-fit: contain; }
.f5-ad-compact img { width: 100%; max-height: 150px; object-fit: contain; }

/* Seções editoriais */
.f5-home-section { margin-top: 62px; }
.f5-section-heading-front {
	grid-template-columns: 1fr auto 1fr;
	margin-bottom: 27px;
}
.f5-section-heading-front h2 {
	color: #303030;
	font-size: 17px;
}
.f5-section-heading-front h2::after {
	width: 42px;
	height: 4px;
	margin-top: 8px;
	background: var(--f5-primary);
}
.f5-editorial-featured {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	align-items: start;
}
.f5-editorial-featured.f5-has-center-ad {
	grid-template-columns: minmax(0, 1fr) minmax(220px, .78fr) minmax(0, 1fr);
}
.f5-editorial-featured .f5-card-title {
	font-size: 20px;
	line-height: 1.14;
}
.f5-editorial-ad { min-width: 0; display: grid; place-items: center; }
.f5-editorial-ad .f5-ad-slot { margin: 0 auto; }
.f5-editorial-small-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	margin-top: 25px;
}
.f5-editorial-small-grid .f5-card-title { font-size: 15px; }
.f5-editorial-small-grid .f5-card-image { aspect-ratio: 16 / 10.5; }
.f5-sports-grid .f5-card-title { font-size: 17px; }
.f5-ad-break { margin: 40px 0 10px; }

/* Ajustes dos cards */
.f5-kicker, .f5-overline {
	margin-bottom: 5px;
	color: var(--f5-muted);
	font-size: 10px;
	font-weight: 800;
}
.f5-card-title { font-weight: 800; }
.f5-card-image { border-radius: 3px; }
.f5-card-content { padding-top: 8px; }

/* Vídeos */
.f5-video-band {
	margin-top: 68px;
	padding: 36px 0 44px;
	background: #202020;
}
.f5-video-band .f5-section-heading-front { margin-bottom: 24px; }
.f5-video-main { width: min(100%, 820px); }
.f5-video-thumbs { width: min(100%, 820px); }
.f5-video-main h2 { font-size: 18px; }

/* Blocos inferiores */
.f5-triple-sections { margin-top: 60px; }
.f5-authors-section { margin-top: 58px; }
.f5-authors-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.f5-author-card img { width: 66px; height: 66px; }
.f5-rankings { margin-top: 60px; }
.f5-ranking-column > h2 { font-size: 14px; }

/* Rodapé */
.site-footer {
	margin-top: 0;
	border-top: 3px solid var(--f5-primary);
	background: #303030;
}
.f5-footer-accent span { width: 158px; height: 7px; }
.f5-footer-brand { padding: 31px 0 21px; }
.f5-footer-brand .site-logo,
.f5-footer-brand .custom-logo {
	max-width: var(--f5-footer-logo-width, 210px);
	max-height: 65px;
}
.f5-footer-navigation { padding: 0 0 28px; }
.f5-footer-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 24px;
	columns: initial;
	list-style: none;
}
.f5-footer-menu > li { margin: 0; }
.f5-footer-menu > li > a {
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}
.f5-footer-menu .sub-menu {
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.f5-footer-menu .sub-menu li { margin: 4px 0; }
.f5-footer-menu .sub-menu a { color: #bdbdbd; font-size: 10px; }
.f5-footer-contact {
	max-width: 760px;
	margin: 0 auto;
	padding: 0 0 30px;
	color: #d0d0d0;
	font-size: 12px;
	line-height: 1.55;
	text-align: center;
}
.f5-footer-contact p { margin: 5px 0; }
.f5-footer-contact a { color: #fff; }
.f5-footer-legal { font-weight: 900; text-transform: uppercase; }
.f5-footer-description { margin-bottom: 13px !important; }
.f5-social-footer { justify-content: center; margin-top: 16px; }
.f5-social-footer a { background: #fff; color: var(--f5-primary); }
.f5-footer-bottom {
	justify-content: center;
	flex-wrap: wrap;
	padding: 17px 0 23px;
	text-align: center;
}

/* Cookies */
.f5-cookie-consent {
	position: fixed;
	z-index: 9999;
	left: 50%;
	bottom: 0;
	width: min(calc(100% - 24px), 460px);
	transform: translateX(-50%);
	background: rgba(0,0,0,.9);
	color: #fff;
	box-shadow: 0 -8px 30px rgba(0,0,0,.18);
}
.f5-cookie-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	padding: 20px;
	font-size: 13px;
	text-align: left;
}
.f5-cookie-content p { margin: 0; }
.f5-cookie-content a { color: #ff9ca2; text-decoration: underline; }
.f5-cookie-content button {
	min-width: 150px;
	height: 37px;
	border: 0;
	border-radius: 5px;
	background: var(--f5-primary);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
}

@media (max-width: 1150px) {
	.f5-brand-row {
		grid-template-columns: minmax(220px, 260px) 1fr minmax(220px, 260px);
		gap: 20px;
	}
	.f5-header-promo-3 { display: none; }
	.f5-header-promos { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.f5-main-news-grid { grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); }
	.f5-news-side h2 { font-size: 22px; }
}

@media (max-width: 900px) {
	.f5-topbar-inner { grid-template-columns: 1fr auto; }
	.f5-topbar-center { display: none; }
	.f5-brand-row {
		min-height: 82px;
		grid-template-columns: 46px 1fr 46px;
		gap: 12px;
	}
	.f5-menu-toggle { display: block; }
	.f5-header-weather { display: none; }
	.f5-branding { display: flex; justify-content: center; }
	.f5-header-promos { display: none; }
	.f5-header-search { width: 46px; }
	.f5-header-search .f5-search-field { display: none; }
	.f5-header-search .f5-search-form button {
		position: static;
		width: 42px;
		border-radius: 50%;
		background: #f4f4f4;
	}
	.f5-header-search .f5-search-form button::after { top: 26px; right: 10px; }
	.f5-primary-nav { display: none; }
	.f5-global-header-ad-wrap { padding-top: 14px; }
	.f5-ad-horizontal img { max-height: 150px; }
	.f5-main-news-grid { grid-template-columns: 1fr; }
	.f5-hero-slider { aspect-ratio: 16/9; }
	.f5-news-right { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.f5-after-hero-row { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.f5-editorial-featured,
	.f5-editorial-featured.f5-has-center-ad { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.f5-editorial-ad { grid-column: 1/-1; }
	.f5-editorial-small-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.f5-footer-menu { gap: 10px 18px; }
}

@media (max-width: 680px) {
	.f5-topbar { min-height: 32px; }
	.f5-topbar-inner { min-height: 32px; grid-template-columns: 1fr auto; gap: 10px; }
	.f5-topbar-left { font-size: 10px; }
	.f5-topbar-right { font-size: 10px; }
	.f5-topbar-separator { height: 14px; margin: 0 7px; }
	.site-logo, .custom-logo { max-width: min(var(--f5-logo-width, 280px), 190px); max-height: 58px; }
	.f5-main-news { padding: 24px 18px; }
	.f5-news-featured { margin-bottom: 21px; }
	.f5-news-featured > span { font-size: 12px; }
	.f5-news-featured h1 { font-size: 31px; line-height: 1.02; }
	.f5-news-featured p { margin-top: 10px; font-size: 15px; }
	.f5-main-news-grid { gap: 22px; }
	.f5-news-block-main-content { left: 18px; right: 18px; bottom: 18px; }
	.f5-news-block-main-content h2 { max-width: 100%; font-size: 24px; }
	.f5-hero-arrow { width: 35px; height: 35px; font-size: 27px; }
	.f5-hero-counter { top: 10px; right: 10px; min-width: 30px; height: 30px; font-size: 11px; }
	.f5-news-right { grid-template-columns: 1fr; gap: 19px; }
	.f5-news-side { padding-bottom: 17px; border-bottom: 1px solid var(--f5-border); }
	.f5-news-side h2 { font-size: 21px; }
	.f5-after-hero-row { grid-template-columns: 1fr; gap: 20px; }
	.f5-after-hero-cards { padding-top: 0; }
	.f5-after-hero-horizontal-ad { margin-top: 24px; }
	.f5-home-section { margin-top: 48px; }
	.f5-section-heading-front { margin-bottom: 28px !important; }
	.f5-section-heading-front::before { bottom: 10px !important; }
	.f5-section-heading-front h2 { font-size: 28px !important; padding: 0 16px 18px !important; }
	.f5-section-heading-front h2::after { width: 64px !important; height: 8px !important; }
	body h1.news-card__title,
	body h1.section__title,
	body .news-card__title,
	body .section__title { font-size: 28px !important; margin-bottom: 28px !important; padding-bottom: 18px !important; }
	body h1.news-card__title::before,
	body h1.section__title::before,
	body .news-card__title::before,
	body .section__title::before { bottom: 10px !important; }
	body h1.news-card__title::after,
	body h1.section__title::after,
	body .news-card__title::after,
	body .section__title::after { width: 64px !important; height: 8px !important; }
	.f5-editorial-featured,
	.f5-editorial-featured.f5-has-center-ad { grid-template-columns: 1fr; }
	.f5-editorial-ad { grid-column: auto; }
	.f5-editorial-small-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
	.f5-editorial-small-grid .f5-card-title { font-size: 14px; }
	.f5-sports-grid { grid-template-columns: 1fr; }
	.f5-video-band { margin-top: 50px; }
	.f5-footer-navigation { display: none; }
	.f5-footer-contact { padding-bottom: 24px; }
	.f5-cookie-content { font-size: 12px; }
}

@media (max-width: 430px) {
	.f5-topbar-left { display: none; }
	.f5-topbar-inner { display: flex; justify-content: flex-end; }
	.f5-editorial-small-grid { grid-template-columns: 1fr; }
}


/* Rankings no estilo editorial da referência enviada */
.f5-rankings {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) !important;
	gap: 30px !important;
	align-items: start !important;
	margin: 64px 0 76px !important;
}
.f5-ranking-column > h2 {
	position: relative !important;
	margin: 0 0 32px !important;
	padding: 0 16px 20px !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--f5-primary) !important;
	font-family: var(--f5-heading-font), Inter, Helvetica, Arial, sans-serif !important;
	font-size: clamp(28px, 2.6vw, 36px) !important;
	line-height: 1 !important;
	font-weight: 900 !important;
	letter-spacing: -.035em !important;
	text-align: center !important;
	text-transform: uppercase !important;
}
.f5-ranking-column > h2::before {
	content: '' !important;
	position: absolute !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 8px !important;
	height: 3px !important;
	background: #d9d9d9 !important;
}
.f5-ranking-column > h2::after {
	content: '' !important;
	position: absolute !important;
	left: 50% !important;
	bottom: 0 !important;
	width: 72px !important;
	height: 10px !important;
	background: var(--f5-primary) !important;
	transform: translateX(-50%) !important;
}
.f5-ranking-column:nth-child(3) > h2 {
	color: var(--f5-text) !important;
}
.f5-ranking-column:nth-child(3) > h2::after {
	background: var(--f5-text) !important;
}
.f5-rankings .f5-kicker,
.f5-rankings .f5-overline {
	margin: 0 0 7px !important;
	color: var(--f5-muted) !important;
	font-size: 14px !important;
	line-height: 1.1 !important;
	font-weight: 900 !important;
	letter-spacing: -.01em !important;
	text-transform: uppercase !important;
}
.f5-ranked-item {
	display: grid !important;
	grid-template-columns: 70px minmax(0, 1fr) !important;
	gap: 20px !important;
	align-items: start !important;
	padding: 0 0 20px !important;
	border: 0 !important;
}
.f5-ranked-item + .f5-ranked-item {
	margin-top: 19px !important;
}
.f5-ranked-item > span {
	display: grid !important;
	place-items: center !important;
	width: 70px !important;
	height: 66px !important;
	background: #f3f3f3 !important;
	color: #b7b7b7 !important;
	font-size: 44px !important;
	line-height: 1 !important;
	font-weight: 800 !important;
	letter-spacing: -.05em !important;
}
.f5-ranked-item h3,
.f5-latest-item h3,
.f5-ranking-column .f5-card-small h3 {
	margin: 0 !important;
	font-family: var(--f5-heading-font), Inter, Helvetica, Arial, sans-serif !important;
	font-size: 17px !important;
	line-height: 1.17 !important;
	font-weight: 850 !important;
	letter-spacing: -.025em !important;
}
.f5-ranked-item h3 a,
.f5-latest-item h3 a {
	color: var(--f5-primary) !important;
}
.f5-latest-item {
	position: relative !important;
	padding: 0 0 20px !important;
	border-bottom: 1px solid #dcdcdc !important;
}
.f5-latest-item + .f5-latest-item {
	margin-top: 18px !important;
}
.f5-latest-item time {
	display: none !important;
}
.f5-ranking-column:nth-child(3) .f5-card-small {
	display: grid !important;
	grid-template-columns: 128px minmax(0, 1fr) !important;
	gap: 18px !important;
	align-items: start !important;
	padding: 0 0 19px !important;
	border-bottom: 1px solid #dcdcdc !important;
}
.f5-ranking-column:nth-child(3) .f5-card-small + .f5-card-small {
	margin-top: 19px !important;
}
.f5-ranking-column:nth-child(3) .f5-card-small-image {
	position: relative !important;
	width: 128px !important;
	aspect-ratio: 128 / 104 !important;
	border-radius: 4px !important;
	background: #eee !important;
}
.f5-ranking-column:nth-child(3) .f5-card-small-image::before {
	content: '' !important;
	position: absolute !important;
	z-index: 2 !important;
	left: 50% !important;
	top: 50% !important;
	width: 38px !important;
	height: 38px !important;
	border-radius: 50% !important;
	background: rgba(255,255,255,.78) !important;
	transform: translate(-50%, -50%) !important;
	box-shadow: 0 2px 10px rgba(0,0,0,.2) !important;
}
.f5-ranking-column:nth-child(3) .f5-card-small-image::after {
	content: '' !important;
	position: absolute !important;
	z-index: 3 !important;
	left: calc(50% + 2px) !important;
	top: 50% !important;
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important;
	border-left: 14px solid rgba(0,0,0,.45) !important;
	transform: translate(-50%, -50%) !important;
}
.f5-ranking-column:nth-child(3) .f5-card-small h3 a {
	color: var(--f5-text) !important;
}
.f5-ranking-column:nth-child(3) .f5-card-small time {
	display: none !important;
}
.f5-ranking-column:nth-child(3) .f5-card-small h3 {
	font-size: 15px !important;
	line-height: 1.2 !important;
}

@media (max-width: 900px) {
	.f5-rankings {
		grid-template-columns: 1fr !important;
		gap: 42px !important;
	}
	.f5-ranking-column:last-child {
		grid-column: auto !important;
	}
	.f5-ranking-column > h2 {
		font-size: 28px !important;
	}
}
@media (max-width: 520px) {
	.f5-ranked-item {
		grid-template-columns: 58px minmax(0, 1fr) !important;
		gap: 15px !important;
	}
	.f5-ranked-item > span {
		width: 58px !important;
		height: 58px !important;
		font-size: 36px !important;
	}
	.f5-ranking-column:nth-child(3) .f5-card-small {
		grid-template-columns: 112px minmax(0, 1fr) !important;
		gap: 14px !important;
	}
	.f5-ranking-column:nth-child(3) .f5-card-small-image {
		width: 112px !important;
	}
}


/* Ajustes v2.0.8 - vídeos e rodapé */
.f5-video-band .f5-section-heading-front h2,
.f5-video-band h1.news-card__title,
.f5-video-band .news-card__title {
	background: transparent !important;
	color: #ffffff !important;
	text-shadow: none !important;
}
.f5-video-band .f5-section-heading-front h2 a {
	color: #ffffff !important;
}
.f5-video-band .f5-section-heading-front::before,
.f5-video-band .f5-section-heading-front span {
	background: rgba(255,255,255,.72) !important;
}
.f5-video-band .f5-section-heading-front h2::after {
	background: var(--f5-primary) !important;
}
.f5-footer-bottom {
	justify-content: center !important;
	text-align: center !important;
}
.f5-footer-bottom p:only-child {
	margin-left: auto !important;
	margin-right: auto !important;
}


/* v2.1.0 - vídeos com player dinâmico e página individual */
.f5-video-main-media { width: 100%; }
.f5-video-thumb-link { cursor: pointer; }
.f5-video-thumb-link.is-active { outline: 3px solid var(--f5-primary); outline-offset: 3px; }
.f5-video-main h2 a { color: #fff; }
.f5-video-main h2 a:hover { color: var(--f5-primary); }
.f5-single-video-player { margin: 0 0 30px; }
.f5-single-video-cover { margin-bottom: 30px; }
.f5-video-archive-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.f5-video-archive-grid .pagination { grid-column: 1 / -1; }
.f5-video-single-article .f5-entry-header h1 { color: var(--f5-primary); }
@media (max-width: 720px) {
	.f5-video-archive-grid { grid-template-columns: 1fr; }
}


/* Página individual de vídeo: player centralizado e sem barra lateral */
.f5-single-video-main .f5-video-single-layout {
	display: block;
	max-width: 980px;
	margin: 0 auto;
}
.f5-single-video-main .f5-video-single-article {
	max-width: 980px;
	margin: 0 auto;
}
.f5-single-video-main .f5-entry-header {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.f5-single-video-main .f5-entry-meta-row {
	justify-content: center;
}
.f5-single-video-main .f5-single-video-player,
.f5-single-video-main .f5-single-video-cover {
	width: min(100%, 920px);
	margin-left: auto;
	margin-right: auto;
}
.f5-single-video-main .f5-responsive-embed {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.f5-single-video-main .f5-entry-content {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}


/* v2.1.5 - correções de destaque, seções e título completo dos vídeos */
.f5-main-news {
	overflow: hidden !important;
}
.f5-main-news-grid {
	grid-template-columns: minmax(0, 58%) minmax(0, 42%) !important;
	gap: 30px !important;
	align-items: stretch !important;
}
.f5-hero-slider,
.f5-news-right {
	min-width: 0 !important;
	max-width: 100% !important;
}
.f5-hero-slider {
	width: 100% !important;
	z-index: 1 !important;
}
.f5-news-right {
	position: relative !important;
	z-index: 2 !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.f5-news-side h2 {
	font-size: clamp(18px, 1.45vw, 24px) !important;
	line-height: 1.12 !important;
}
.f5-news-featured h1 {
	max-width: 100% !important;
}
.f5-triple-sections {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 28px !important;
}
.f5-mini-section {
	min-width: 0 !important;
}
.f5-video-band .f5-section-heading-front h2 {
	white-space: normal !important;
}
@media (max-width: 980px) {
	.f5-main-news-grid {
		grid-template-columns: 1fr !important;
	}
	.f5-news-right {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}
@media (max-width: 720px) {
	.f5-triple-sections,
	.f5-news-right {
		grid-template-columns: 1fr !important;
	}
}


@media (max-width: 640px) {
	.f5-video-thumbs { grid-template-columns: 1fr !important; }
	.f5-video-thumbs article { display: block !important; }
	.f5-video-thumbs span { font-size: 13px; }
	.f5-video-more-button { width: min(100%, 240px); }
}


/* Menu gaveta estilo portal: desktop e mobile */
.f5-nav-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
}
.f5-desktop-drawer-toggle {
	display: inline-flex !important;
	align-items: center;
	gap: 14px;
	align-self: stretch;
	width: auto;
	height: auto;
	min-height: 53px;
	padding: 0 18px;
	border: 0;
	border-radius: 0;
	background: var(--f5-primary);
	color: #fff;
	font-weight: 900;
	letter-spacing: .01em;
	text-transform: uppercase;
}
.f5-desktop-drawer-toggle > span:not(.screen-reader-text):not(.f5-menu-label) {
	width: 22px;
	height: 2px;
	margin: 0;
	background: #fff;
}
.f5-desktop-drawer-toggle .f5-menu-label {
	display: inline-block;
	font-size: 13px;
	line-height: 1;
}
.f5-brand-menu-toggle .f5-menu-label { display: none; }
.f5-menu-toggle > span:not(.screen-reader-text):not(.f5-menu-label) { display: block; height: 2px; margin: 5px 0; background: currentColor; }
.f5-mobile-panel {
	width: min(86vw, 272px);
	padding: 18px 20px 28px;
	background: #fff;
	box-shadow: 18px 0 40px rgba(0,0,0,.25);
}
.f5-mobile-overlay { background: rgba(0,0,0,.68); }
.f5-mobile-panel-head {
	justify-content: flex-end;
	min-height: 28px;
	margin-bottom: 8px;
}
.f5-mobile-panel-head .f5-branding,
.f5-mobile-panel-head .site-logo,
.f5-mobile-panel-head .custom-logo,
.f5-mobile-search,
.f5-social-mobile { display: none !important; }
.f5-menu-close {
	width: 34px;
	height: 34px;
	background: transparent;
	color: #777;
	font-size: 32px;
	font-weight: 300;
}
.f5-mobile-menu a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 9px 0;
	border-bottom: 0;
	color: #777;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.15;
	letter-spacing: -.02em;
	text-transform: none;
}
.f5-mobile-menu a:hover { color: var(--f5-primary); }
.f5-mobile-menu .menu-item-has-children > a::after {
	content: '›';
	margin-left: auto;
	color: var(--f5-primary);
	font-size: 28px;
	font-weight: 300;
	line-height: 1;
}
.f5-mobile-menu .sub-menu {
	display: none;
	padding: 2px 0 8px 16px;
}
.f5-mobile-menu .menu-item-has-children:hover > .sub-menu,
.f5-mobile-menu .menu-item-has-children:focus-within > .sub-menu { display: block; }
.f5-mobile-menu .sub-menu a {
	padding: 7px 0;
	font-size: 15px;
	font-weight: 400;
	color: #8a8a8a;
}
.f5-mobile-menu > li:nth-last-child(5) { margin-top: 20px; padding-top: 18px; border-top: 1px solid #eee; }

@media (max-width: 900px) {
	.f5-brand-menu-toggle {
		display: inline-flex !important;
		align-items: center;
		gap: 12px;
		width: auto;
		height: 44px;
		padding: 0 12px;
		color: #111;
	}
	.f5-brand-menu-toggle .f5-menu-label {
		display: inline-block;
		font-size: 12px;
		font-weight: 900;
		line-height: 1;
		color: currentColor;
	}
	.f5-primary-nav { display: none !important; }
}

@media (max-width: 680px) {
	.f5-brand-row { grid-template-columns: auto 1fr 42px; }
	.f5-brand-menu-toggle { padding-left: 4px; }
	.f5-mobile-panel { width: min(86vw, 272px); }
}

/* Correção do ícone dos botões hamburguer */
.f5-menu-toggle > span:not(.screen-reader-text):not(.f5-menu-label) { display: none !important; }
.f5-menu-toggle::before {
	content: '';
	display: block;
	flex: 0 0 auto;
	width: 22px;
	height: 16px;
	background:
		linear-gradient(currentColor 0 0) top left / 100% 2px no-repeat,
		linear-gradient(currentColor 0 0) center left / 100% 2px no-repeat,
		linear-gradient(currentColor 0 0) bottom left / 100% 2px no-repeat;
}
.f5-desktop-drawer-toggle { color: #fff; }
.f5-brand-menu-toggle { color: #111; }


/* Menu gaveta refinado - estilo lista vertical */
.f5-mobile-panel {
	width: min(86vw, 272px) !important;
	padding: 22px 20px 30px !important;
	background: #fff !important;
	box-shadow: 18px 0 40px rgba(0,0,0,.24) !important;
}
.f5-mobile-overlay { background: rgba(0,0,0,.68) !important; }
.f5-mobile-panel-head {
	display: none !important;
}
.f5-mobile-search,
.f5-social-mobile {
	display: none !important;
}
.f5-mobile-menu,
.f5-mobile-menu ul,
.f5-mobile-menu li,
.f5-mobile-menu .sub-menu,
.f5-mobile-menu .children {
	list-style: none !important;
	margin: 0 !important;
}
.f5-mobile-menu,
.f5-mobile-menu > ul {
	display: block !important;
	padding: 0 !important;
}
.f5-mobile-menu > li {
	display: block !important;
	width: 100% !important;
	float: none !important;
	position: relative !important;
}
.f5-mobile-menu a {
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	width: 100% !important;
	min-height: 0 !important;
	padding: 9px 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #777 !important;
	font-family: var(--f5-font), Arial, sans-serif !important;
	font-size: 20px !important;
	font-weight: 300 !important;
	line-height: 1.2 !important;
	letter-spacing: -.02em !important;
	text-align: left !important;
	text-transform: none !important;
	box-shadow: none !important;
}
.f5-mobile-menu a:hover,
.f5-mobile-menu a:focus {
	color: var(--f5-primary) !important;
	outline: none !important;
}
.f5-mobile-menu .menu-item-has-children > a::after,
.f5-mobile-menu .page_item_has_children > a::after,
.f5-mobile-menu .cat-parent > a::after {
	content: '›' !important;
	display: inline-block !important;
	margin-left: 14px !important;
	color: var(--f5-primary) !important;
	font-size: 28px !important;
	font-weight: 300 !important;
	line-height: 1 !important;
}
.f5-mobile-menu .sub-menu,
.f5-mobile-menu .children {
	display: none !important;
	padding: 0 0 8px 16px !important;
}
.f5-mobile-menu li:hover > .sub-menu,
.f5-mobile-menu li:focus-within > .sub-menu,
.f5-mobile-menu li:hover > .children,
.f5-mobile-menu li:focus-within > .children {
	display: block !important;
}
.f5-mobile-menu .sub-menu a,
.f5-mobile-menu .children a {
	padding: 7px 0 !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	color: #8a8a8a !important;
}
.f5-drawer-separator {
	display: block !important;
	height: 1px !important;
	margin: 18px 0 16px !important;
	padding: 0 !important;
	background: #eee !important;
}
.f5-nav-inner {
	justify-content: flex-start !important;
}
.f5-nav-inner > .f5-menu {
	flex: 1 1 auto !important;
	justify-content: center !important;
}
.f5-desktop-drawer-toggle {
	min-width: 112px !important;
	justify-content: center !important;
	background: var(--f5-primary) !important;
	color: #fff !important;
}

@media (max-width: 900px) {
	.f5-brand-menu-toggle {
		background: var(--f5-primary) !important;
		color: #fff !important;
		height: 44px !important;
		padding: 0 14px !important;
	}
	.f5-mobile-panel { width: min(86vw, 272px) !important; }
}


/* v2.1.9 - Ajustes finais do botão MENU e logo na gaveta */
.f5-primary-nav {
	border-top: 0 !important;
}
.f5-nav-inner {
	align-items: center !important;
}
.f5-desktop-drawer-toggle {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 12px !important;
	min-width: 112px !important;
	min-height: 53px !important;
	height: 53px !important;
	padding: 0 18px !important;
	line-height: 1 !important;
	vertical-align: middle !important;
	box-shadow: none !important;
}
.f5-desktop-drawer-toggle::before,
.f5-brand-menu-toggle::before {
	margin: 0 !important;
	align-self: center !important;
}
.f5-desktop-drawer-toggle .f5-menu-label,
.f5-brand-menu-toggle .f5-menu-label {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
}
.f5-mobile-panel {
	padding-top: 22px !important;
}
.f5-mobile-panel-head {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: auto !important;
	margin: 0 0 22px !important;
	padding: 0 42px 20px !important;
	border-bottom: 1px solid #eeeeee !important;
	position: relative !important;
}
.f5-mobile-panel-head .site-logo-link,
.f5-mobile-panel-head .site-logo,
.f5-mobile-panel-head .custom-logo,
.f5-mobile-panel-head .site-title-text {
	display: block !important;
}
.f5-mobile-panel-head .site-logo,
.f5-mobile-panel-head .custom-logo {
	max-width: 178px !important;
	max-height: 58px !important;
	width: auto !important;
	height: auto !important;
	object-fit: contain !important;
}
.f5-mobile-panel-head .site-title-text {
	font-size: 24px !important;
	line-height: 1 !important;
	text-align: center !important;
}
.f5-mobile-panel-head .f5-menu-close {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
}
@media (max-width: 900px) {
	.f5-brand-menu-toggle {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		gap: 12px !important;
		height: 52px !important;
		min-height: 52px !important;
		min-width: 112px !important;
		padding: 0 18px !important;
		line-height: 1 !important;
	}
}


/* v2.2.0 - Ajuste final do menu gaveta e botão MENU */
.f5-desktop-drawer-toggle,
.f5-brand-menu-toggle {
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 14px !important;
	text-decoration: none !important;
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
	overflow: hidden !important;
}
.f5-desktop-drawer-toggle::before,
.f5-brand-menu-toggle::before {
	content: '' !important;
	position: static !important;
	display: block !important;
	flex: 0 0 24px !important;
	width: 24px !important;
	height: 18px !important;
	margin: 0 !important;
	transform: none !important;
	background:
		linear-gradient(currentColor 0 0) top left / 100% 2px no-repeat,
		linear-gradient(currentColor 0 0) center left / 100% 2px no-repeat,
		linear-gradient(currentColor 0 0) bottom left / 100% 2px no-repeat !important;
}
.f5-desktop-drawer-toggle .f5-menu-label,
.f5-brand-menu-toggle .f5-menu-label {
	position: static !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	color: inherit !important;
	line-height: 1 !important;
	text-decoration: none !important;
	box-shadow: none !important;
	border: 0 !important;
	z-index: 2 !important;
}
.f5-desktop-drawer-toggle .f5-menu-label::before,
.f5-desktop-drawer-toggle .f5-menu-label::after,
.f5-brand-menu-toggle .f5-menu-label::before,
.f5-brand-menu-toggle .f5-menu-label::after {
	content: none !important;
	display: none !important;
}
.f5-mobile-panel {
	padding-top: 38px !important;
}
.f5-mobile-panel-head {
	margin: 0 0 26px !important;
	padding: 6px 42px 22px !important;
}
.f5-mobile-panel-head .f5-menu-close {
	top: 4px !important;
	right: 0 !important;
}
@media (max-width: 900px) {
	.f5-brand-menu-toggle {
		gap: 14px !important;
	}
}


/* v2.2.1 - Mobile: cabeçalho volta ao botão hambúrguer simples */
@media (max-width: 900px) {
	.f5-brand-row {
		grid-template-columns: 46px 1fr 46px !important;
	}
	.f5-brand-menu-toggle {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 46px !important;
		min-width: 46px !important;
		height: 46px !important;
		min-height: 46px !important;
		padding: 0 !important;
		margin: 0 !important;
		gap: 0 !important;
		background: transparent !important;
		color: var(--f5-primary) !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		overflow: visible !important;
	}
	.f5-brand-menu-toggle .f5-menu-label {
		display: none !important;
	}
	.f5-brand-menu-toggle::before {
		content: '' !important;
		display: block !important;
		flex: 0 0 auto !important;
		width: 24px !important;
		height: 18px !important;
		margin: 0 !important;
		background:
			linear-gradient(currentColor 0 0) top left / 100% 2px no-repeat,
			linear-gradient(currentColor 0 0) center left / 100% 2px no-repeat,
			linear-gradient(currentColor 0 0) bottom left / 100% 2px no-repeat !important;
	}
}

@media (max-width: 680px) {
	.f5-brand-menu-toggle {
		width: 42px !important;
		min-width: 42px !important;
		height: 42px !important;
		min-height: 42px !important;
	}
}


/* v2.2.2 - Restauração do cabeçalho e menu desktop justificado */
@media (min-width: 901px) {
	.f5-brand-row {
		display: grid !important;
		grid-template-columns: minmax(260px, 300px) minmax(380px, 1fr) minmax(260px, 300px) !important;
		align-items: center !important;
		gap: 28px !important;
	}
	.f5-brand-menu-toggle {
		display: none !important;
	}
	.f5-brand-row .f5-header-weather {
		display: block !important;
		grid-column: 1 !important;
		justify-self: start !important;
	}
	.f5-brand-row .f5-branding {
		grid-column: 2 !important;
		justify-self: center !important;
		text-align: center !important;
	}
	.f5-brand-row .f5-header-search {
		grid-column: 3 !important;
		justify-self: end !important;
	}
	.f5-primary-nav {
		display: block !important;
		border-top: 1px solid #e7e7e7 !important;
		border-bottom: 1px solid #e7e7e7 !important;
		background: #fff !important;
	}
	.f5-nav-inner {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		gap: 16px !important;
	}
	.f5-desktop-drawer-toggle {
		position: relative !important;
		flex: 0 0 auto !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		gap: 12px !important;
		min-width: 112px !important;
		height: 53px !important;
		min-height: 53px !important;
		padding: 0 18px !important;
		margin: 0 !important;
		background: var(--f5-primary) !important;
		color: #fff !important;
		border: 0 !important;
		box-shadow: none !important;
		line-height: 1 !important;
		text-transform: uppercase !important;
	}
	.f5-desktop-drawer-toggle::before {
		content: '' !important;
		position: static !important;
		display: block !important;
		flex: 0 0 24px !important;
		width: 24px !important;
		height: 18px !important;
		margin: 0 !important;
		background:
			linear-gradient(currentColor 0 0) top left / 100% 2px no-repeat,
			linear-gradient(currentColor 0 0) center left / 100% 2px no-repeat,
			linear-gradient(currentColor 0 0) bottom left / 100% 2px no-repeat !important;
	}
	.f5-desktop-drawer-toggle .f5-menu-label {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		margin: 0 !important;
		padding: 0 !important;
		background: transparent !important;
		color: inherit !important;
		font-size: 13px !important;
		font-weight: 900 !important;
		line-height: 1 !important;
		box-shadow: none !important;
		border: 0 !important;
	}
	.f5-desktop-drawer-toggle .f5-menu-label::before,
	.f5-desktop-drawer-toggle .f5-menu-label::after {
		content: none !important;
		display: none !important;
	}
	.f5-nav-inner > .f5-menu {
		flex: 1 1 auto !important;
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		gap: 12px !important;
		width: auto !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
	}
}

@media (max-width: 900px) {
	.f5-primary-nav {
		display: none !important;
	}
	.f5-brand-row {
		display: grid !important;
		grid-template-columns: 46px 1fr 46px !important;
		align-items: center !important;
		gap: 12px !important;
	}
	.f5-brand-menu-toggle {
		display: inline-flex !important;
		grid-column: 1 !important;
		align-items: center !important;
		justify-content: center !important;
		width: 46px !important;
		min-width: 46px !important;
		height: 46px !important;
		min-height: 46px !important;
		padding: 0 !important;
		margin: 0 !important;
		background: transparent !important;
		color: var(--f5-primary) !important;
		border: 0 !important;
		box-shadow: none !important;
	}
	.f5-brand-menu-toggle::before {
		content: '' !important;
		display: block !important;
		flex: 0 0 24px !important;
		width: 24px !important;
		height: 18px !important;
		margin: 0 !important;
		background:
			linear-gradient(currentColor 0 0) top left / 100% 2px no-repeat,
			linear-gradient(currentColor 0 0) center left / 100% 2px no-repeat,
			linear-gradient(currentColor 0 0) bottom left / 100% 2px no-repeat !important;
	}
	.f5-brand-menu-toggle .f5-menu-label {
		display: none !important;
	}
	.f5-header-weather {
		display: none !important;
	}
	.f5-branding {
		grid-column: 2 !important;
		justify-self: center !important;
		display: flex !important;
		justify-content: center !important;
	}
	.f5-header-search {
		grid-column: 3 !important;
		justify-self: end !important;
		width: 46px !important;
	}
}

/* v2.2.4 - Pesquisa mobile em sobreposição central */
@media (max-width: 900px) {
	body.f5-search-open { overflow: hidden; }
	body.f5-search-open::before {
		content: '';
		position: fixed;
		inset: 0;
		z-index: 1990;
		background: rgba(0,0,0,.42);
		pointer-events: none;
	}
	.f5-brand-row { position: relative !important; }
	.f5-brand-row .f5-header-search { z-index: 70 !important; }
	.f5-brand-row .f5-header-search.is-open {
		position: fixed !important;
		left: 50% !important;
		right: auto !important;
		top: 50% !important;
		transform: translate(-50%, -50%) !important;
		width: min(380px, calc(100vw - 36px)) !important;
		max-width: 380px !important;
		padding: 12px !important;
		background: #fff !important;
		border-radius: 14px !important;
		box-shadow: 0 22px 70px rgba(0,0,0,.28) !important;
		justify-self: auto !important;
		z-index: 2000 !important;
	}
	.f5-brand-row .f5-header-search.is-open .f5-search-form {
		width: 100% !important;
		display: block !important;
		position: relative !important;
	}
	.f5-brand-row .f5-header-search.is-open .f5-search-field {
		display: block !important;
		width: 100% !important;
		height: 50px !important;
		padding: 0 56px 0 17px !important;
		border: 1px solid #e2e2e2 !important;
		border-radius: 10px !important;
		background: #fff !important;
		box-shadow: none !important;
		font-size: 15px !important;
	}
	.f5-brand-row .f5-header-search.is-open .f5-search-form button {
		position: absolute !important;
		top: 4px !important;
		right: 6px !important;
		width: 42px !important;
		height: 42px !important;
		background: transparent !important;
		border-radius: 50% !important;
	}
}

.f5-single-main .f5-tags, .single .f5-entry-footer { display: none; }
