/*!
Theme Name: Atuação Sistêmica
Theme URI: http://underscores.me/
Author: Carlos Souza
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atuacao-sistemica
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Atuação Sistêmica is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Site Title Hidden (SEO)
--------------------------------------------------------------*/
.site-title-hidden {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	margin: 0;
	padding: 0;
	border: 0;
}

.visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Fonts - Bitter
--------------------------------------------------------------*/
@font-face {
    font-family: 'Bitter';
    src: url('fonts/Bitter-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bitter';
    src: url('fonts/Bitter-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bitter';
    src: url('fonts/Bitter-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bitter';
    src: url('fonts/Bitter-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bitter';
    src: url('fonts/Bitter-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bitter';
    src: url('fonts/Bitter-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bitter';
    src: url('fonts/Bitter-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bitter';
    src: url('fonts/Bitter-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bitter';
    src: url('fonts/Bitter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bitter';
    src: url('fonts/Bitter-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bitter';
    src: url('fonts/Bitter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bitter';
    src: url('fonts/Bitter-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bitter';
    src: url('fonts/Bitter-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bitter';
    src: url('fonts/Bitter-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bitter';
    src: url('fonts/Bitter-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bitter';
    src: url('fonts/Bitter-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bitter';
    src: url('fonts/Bitter-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bitter';
    src: url('fonts/Bitter-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* Bitter é a fonte global do tema */
body,
body * {
    font-family: 'Bitter', serif;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: 'Courier 10 Pitch', courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}

a:visited {
    color: #800080;
}

a {
    transition: opacity 0.2s ease, color 0.2s ease;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:not([class*="share-button"]):not([class*="btn"]):not([class*="button"]):not([class*="link"]):not([class^="etapa-"]):hover {
    opacity: 0.85;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

button {
    transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

button:not([class*="share-button"]):not([class*="btn"]):not([class*="button"]):hover {
    opacity: 0.85;
}

/* Forms
--------------------------------------------- */
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
    border-color: #aaa #bbb #bbb;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Content - Default
--------------------------------------------------------------*/

.content-container {
    width: 100%;
    font-size: 16px;
    background-color: #fff;
}

body.contraste .content-container {
    background-color: #000000;
}

.content-default {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding: 6.25rem 20px;
}

.content-default p {
    font-size: 1.125rem;
    line-height: 1.94;
    color: #121212;
    margin-bottom: 2.777em;
}

.content-default > * {
    color: #121212;
}

.content-default ul,
.content-default ol,
.content-default .wp-block-list {
    font-size: 1.125rem;
    line-height: 1.94;
    margin: 0 0 2.777em 0;
    padding-left: 1.5em;
}

.content-default ul ul,
.content-default ol ol,
.content-default ul ol,
.content-default ol ul {
    margin-top: 0.75em;
    margin-bottom: 0;
}

.content-default li {
    margin-bottom: 0.5em;
}

.content-default li:last-child {
    margin-bottom: 0;
}

.content-default h2,
.content-default h3,
.content-default h4,
.content-default h5,
.content-default h6 {
    color: #121212;
    line-height: 1.3;
    margin: 0 0 1em 0;
}

.content-default blockquote {
    margin: 0 0 2.777em 0;
    padding-left: 1.25em;
    border-left: 3px solid #F89000;
    font-size: 1.125rem;
    line-height: 1.94;
    color: #121212;
}

.content-default figure,
.content-default table,
.content-default pre {
    margin: 0 0 2.777em 0;
}

.content-item {
    margin-bottom: 4.375rem;
}

.content-item:last-child {
    margin-bottom: 0;
}

.content-share {
    width: 100%;
    max-width: 920px;
    margin: 1em 0 2em 0;
    display: flex;
    align-items: center;
    gap: 1em;
}

.content-share-label {
    font-size: 1.125em;
    font-weight: bold;
    color: #333333;
    margin: 0;
    padding: 0;
}

.content-share-buttons {
    display: flex;
    gap: 0.75em;
    align-items: center;
}

.content-share-button {
    width: 1.875em;
    height: 1.875em;
    border-radius: 50%;
    background-color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: opacity 0.3s ease;
    border: none;
    cursor: pointer;
}

.content-share-button:hover {
    opacity: 0.8;
}

.content-share-button img {
    width: 1.1em;
    height: 1.1em;
    filter: brightness(0) invert(1);
}

.content-item .content {
    margin-top: 0;
}

.content-item .content p {
    font-size: 1.125rem;
    line-height: 1.94;
    color: #121212;
    margin-bottom: 2em;
}

@media (max-width: 768px) {
    .content-default {
        padding: 40px 40px;
    }

    .content-default p {
        font-size: 1rem;
    }

    .content-default ul,
    .content-default ol,
    .content-default .wp-block-list,
    .content-default blockquote {
        font-size: 1rem;
    }
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

/*--------------------------------------------------------------
# Archive Pesquisa Ação Header
--------------------------------------------------------------*/
.archive-pesquisa-acao-header {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    background-color: #fff;
}

body.contraste .archive-pesquisa-acao-header {
    background-color: #000000;
}

.archive-pesquisa-acao-header-background {
    width: 100%;
    max-width: 87.5em;
    height: 33.75em;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.archive-pesquisa-acao-header-content-box {
    background-color: #E54B00;
    padding: 0 4.375em;
    margin: 0 auto;
    width: 100%;
    max-width: 920px;
    height: 13.25em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.5em;
    position: absolute;
    bottom: 2.5em;
    left: 0;
    right: 0;
}

.archive-pesquisa-acao-header-title {
    font-size: 2.05em;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.archive-pesquisa-acao-header-subtitle {
    font-size: 1.3125em;
    color: #ffffff;
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

.archive-pesquisa-acao-header-share {
    width: 100%;
    max-width: 920px;
    margin: 2em auto 0 auto;
    display: flex;
    align-items: center;
    gap: 1em;
}

.archive-pesquisa-acao-header-share-label {
    font-size: 1.125em;
    font-weight: bold;
    color: #333333;
    margin: 0;
    padding: 0;
}

body.contraste .archive-pesquisa-acao-header-share-label {
    color: #ffffff;
}

.archive-pesquisa-acao-header-share-buttons {
    display: flex;
    gap: 0.75em;
    align-items: center;
}

.archive-pesquisa-acao-header-share-button {
    width: 1.875em;
    height: 1.875em;
    border-radius: 50%;
    background-color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: opacity 0.3s ease;
    border: none;
    cursor: pointer;
}

.archive-pesquisa-acao-header-share-button:hover {
    opacity: 0.8;
}

.archive-pesquisa-acao-header-share-button img {
    width: 1.1em;
    height: 1.1em;
    filter: brightness(0) invert(1);
}

.archive-pesquisa-acao-header.no-thumbnail {
    min-height: 13.25em;
    padding-top: 2em;
}

.archive-pesquisa-acao-header.no-thumbnail .archive-pesquisa-acao-header-content-box {
    position: relative;
    bottom: auto;
    margin-top: 0;
}

@media (max-width: 768px) {
    .archive-pesquisa-acao-header {
        font-size: 14px;
    }

    .archive-pesquisa-acao-header-share {
        padding: 0 40px;
    }
}

/*--------------------------------------------------------------
# Archive Produções Header
--------------------------------------------------------------*/
.archive-producoes-header {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    background-color: #fff;
    padding-bottom: 2em;
}

body.contraste .archive-producoes-header {
    background-color: #000000;
    
}

.archive-producoes-header-background {
    width: 100%;
    max-width: 87.5em;
    height: 33.75em;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.archive-producoes-header-content-box {
    background-color: #E54B00;
    padding: 0 4.375em;
    margin: 0 auto;
    width: 100%;
    max-width: 920px;
    height: 13.25em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.5em;
}

.archive-producoes-header-content-box.has-thumbnail {
    position: absolute;
    bottom: 4.5em;
    left: 0;
    right: 0;
}

.archive-producoes-header-content-box.no-thumbnail {
    position: relative;
    margin-top: 4.375em;
    margin-bottom: 2em;
}

.archive-producoes-header-title {
    font-size: 2.8125em;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.archive-producoes-header-descricao {
    font-size: 1.3125em;
    color: #ffffff;
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

.archive-producoes-header-descricao p {
    margin: 0;
    padding: 0;
}

.archive-producoes-header-share {
    width: 100%;
    max-width: 920px;
    margin: 2em auto 0 auto;
    display: flex;
    align-items: center;
    gap: 1em;
    position: relative;
    z-index: 1;
}

.archive-producoes-header-share-label {
    font-size: 1.125em;
    font-weight: bold;
    color: #333333;
    margin: 0;
    padding: 0;
}

body.contraste .archive-producoes-header-share-label {
    color: #ffffff;
}

.archive-producoes-header-share-buttons {
    display: flex;
    gap: 0.75em;
    align-items: center;
}

.archive-producoes-header-share-button {
    width: 1.875em;
    height: 1.875em;
    border-radius: 50%;
    background-color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: opacity 0.3s ease;
    border: none;
    cursor: pointer;
}

.archive-producoes-header-share-button:hover {
    opacity: 0.8;
}

.archive-producoes-header-share-button img {
    width: 1.1em;
    height: 1.1em;
    filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
    .archive-producoes-header {
        font-size: 14px;
    }

    .archive-producoes-header-share {
        padding: 0 40px;
    }
}

body.contraste .page-header {
    background-color: #000000;
}

body.contraste .page-header-share-label {
    color: #ffffff;
}

.page-header-background {
    width: 100%;
    max-width: 87.5em;
    height: 33.75em;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-header-content-box {
    background-color: #E54B00;
    padding: 0 4.375em;
    margin: 0 auto;
    width: 100%;
    max-width: 920px;
    height: 13.25em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.5em;
    position: absolute;
    bottom: 2.5em;
    left: 0;
    right: 0;
}

.page-header-title {
    font-size: 2.8125em;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.page-header-subtitle {
    font-size: 1.3125em;
    color: #ffffff;
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

.page-header-share {
    width: 100%;
    max-width: 920px;
    margin: 2em auto 0 auto;
    display: flex;
    align-items: center;
    gap: 1em;
}

.page-header-share-label {
    font-size: 1.125em;
    font-weight: bold;
    color: #333333;
    margin: 0;
    padding: 0;
}

.page-header-share-buttons {
    display: flex;
    gap: 0.75em;
    align-items: center;
}

.page-header-share-button {
    width: 1.875em;
    height: 1.875em;
    border-radius: 50%;
    background-color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: opacity 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-header-share-button:hover {
    opacity: 0.8;
}

.page-header-share-button img {
    width: 1.1em;
    height: 1.1em;
    filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
    .page-header {
        font-size: 14px;
    }

    .page-header-share {
        padding: 0 40px;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header#masthead {
    width: 100%;
    background-color: #9a0e22;
    font-size: 16px;
}

body.contraste header#masthead {
    background-color: #000000;
}

header#masthead .header-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 1350px;
    padding: 1.875em 20px;
}

header#masthead .header-container .header-left,
header#masthead .header-container .header-right,
header#masthead .header-container .main-navigation {
    display: flex;
    align-items: center;
}

header#masthead .header-container .header-right {
    gap: 0.625em;
}

header#masthead .header-container .header-left {
    gap: 1.875em;
}

header#masthead .header-container .header-left .logo-atuacao-sistemica img {
    height: 100%;
    max-height: 2.8125em;
}

header#masthead .header-container .header-left .logo-separator {
    border-left: dotted 2px #f89001;
    align-self: stretch;
}

header#masthead .header-container .header-left .logo-aprendiz img {
    height: 100%;
    max-height: 2.5em;
}

header#masthead .header-container .main-navigation {
    flex: 1;
    justify-content: center;
}

header#masthead .header-container .main-navigation .menu-toggle {
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4px;
}

header#masthead .header-container .main-navigation .menu-icon {
    width: 24px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}

header#masthead .header-container .main-navigation .menu-icon::before,
header#masthead .header-container .main-navigation .menu-icon::after {
    content: '';
    width: 24px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
}

header#masthead .header-container .main-navigation .menu-icon::before {
    top: -8px;
}

header#masthead .header-container .main-navigation .menu-icon::after {
    top: 8px;
}

header#masthead .header-container .main-navigation .menu-toggle[aria-expanded='true'] .menu-icon {
    background-color: transparent;
}

header#masthead .header-container .main-navigation .menu-toggle[aria-expanded='true'] .menu-icon::before {
    top: 0;
    transform: rotate(45deg);
}

header#masthead .header-container .main-navigation .menu-toggle[aria-expanded='true'] .menu-icon::after {
    top: 0;
    transform: rotate(-45deg);
}

header#masthead .header-mobile-icons {
    display: none;
    background-color: #4a4a4a;
    padding: 1em;
    justify-content: center;
    align-items: center;
    gap: 0.625em;
}

header#masthead .header-container .main-navigation ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2.5em;
    align-items: center;
}

header#masthead .header-container .main-navigation ul li {
    margin: 0;
    padding: 0;
}

header#masthead .header-container .main-navigation ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9375em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: opacity 0.3s ease;
}

header#masthead .header-container .main-navigation ul li a:hover {
    opacity: 0.8;
    color: #F89000;
}

header#masthead .header-container .main-navigation ul li.menu-item-has-children,
header#masthead .header-container .main-navigation ul li.page_item_has_children {
    position: relative;
}

header#masthead .header-container .main-navigation ul li.menu-item-has-children > a::after,
header#masthead .header-container .main-navigation ul li.page_item_has_children > a::after {
    content: '';
    display: inline-block;
    margin-left: 0.35em;
    vertical-align: 0.2em;
    width: 0.4em;
    height: 0.4em;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}

header#masthead .header-container .main-navigation ul li.menu-item-has-children:hover > a::after,
header#masthead .header-container .main-navigation ul li.menu-item-has-children.focus > a::after,
header#masthead .header-container .main-navigation ul li.page_item_has_children:hover > a::after,
header#masthead .header-container .main-navigation ul li.page_item_has_children.focus > a::after {
    transform: rotate(-135deg);
}

header#masthead .header-container .main-navigation ul ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    margin-top: 0;
    min-width: 12.5em;
    padding: 0.35em 0 0.5em 0;
    list-style: none;
    margin-left: 0;
    background-color: #9a0e22;
    box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    display: none;
    z-index: 100;
}

body.contraste header#masthead .header-container .main-navigation ul ul {
    background-color: #1a1a1a;
    box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.5);
}

header#masthead .header-container .main-navigation ul li:hover > ul,
header#masthead .header-container .main-navigation ul li.focus > ul {
    display: block;
}

header#masthead .header-container .main-navigation ul ul li {
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}

header#masthead .header-container .main-navigation ul ul li a {
    display: block;
    padding: 0.6em 1.25em;
    font-size: 0.9em;
    text-transform: none;
    letter-spacing: 0.02em;
    border: none;
}

header#masthead .header-container .main-navigation ul ul li a:hover {
    background-color: #F89000;
    color: #fff;
    opacity: 1;
}

header#masthead .header-container .main-navigation ul ul li.menu-item-has-children > a::after,
header#masthead .header-container .main-navigation ul ul li.page_item_has_children > a::after {
    float: right;
    margin-left: 0;
    vertical-align: 0.15em;
    transform: rotate(-45deg);
}

header#masthead .header-container .main-navigation ul ul ul {
    left: 100%;
    top: 0;
    margin-top: 0;
    margin-left: 0.25em;
    transform: none;
}

header#masthead .header-container .main-navigation ul ul ul li:hover > ul,
header#masthead .header-container .main-navigation ul ul ul li.focus > ul {
    display: block;
}
header#masthead .header-container .header-right .accessibility-menu {
    display: flex;
    gap: 0.625em;
}

header#masthead .header-container .header-right .accessibility-menu .accessibility-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: solid 1px #fff;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

header#masthead .header-container .header-right .accessibility-menu .accessibility-btn span {
    font-size: 12.8px;
    color: #fff;
    font-family: sans-serif;
}

header#masthead .header-container .header-right .accessibility-menu .accessibility-btn.dark-mode-toggle {
    padding: 7.2px;
}

header#masthead .header-container .header-right .accessibility-menu .accessibility-btn.dark-mode-toggle>div {
    width: 100%;
    height: 100%;
    border: solid 1px #fff;
    border-radius: 50%;
    padding: 1px;
}

header#masthead .header-container .header-right .accessibility-menu .accessibility-btn.dark-mode-toggle>div>div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(to right, transparent 0 50%, #fff 50% 100%);
}

header#masthead .header-container .header-right .social-menu {
    display: flex;
    gap: 0.625em;
    align-items: center;
}

header#masthead .header-container .header-right .social-menu .social-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: solid 1px #fff;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

header#masthead .header-container .header-right .social-menu .social-btn img {
    width: 16px;
    height: 16px;
    display: block;
    filter: brightness(0) invert(1);
}

header#masthead .header-container .header-right .social-menu .social-btn:hover {
    transform: scale(1.1);
    background-color: rgba(255, 255, 255, 0.1);
}

header#masthead .header-container .header-right .search-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: solid 1px #fff;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    margin: 0;
}

header#masthead .header-container .header-right .search-btn img {
    width: 16px;
    height: 16px;
    display: block;
    filter: brightness(0) invert(1);
}

header#masthead .header-container .header-right .search-btn:hover {
    transform: scale(1.1);
    background-color: rgba(255, 255, 255, 0.1);
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Section - Dobra 1
--------------------------------------------------------------*/

.dobra-1 {
    position: relative;
    width: 100%;
    height: calc(100vh - 100px);
    max-height: calc(100vh - 100px);
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-size: 16px;
}

body.admin-bar .dobra-1 {
    height: calc(100vh - 132px);
    max-height: calc(100vh - 132px);
}

.dobra-1-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.dobra-1-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.dobra-1-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle,
            transparent 1px,
            rgba(0, 0, 0, 0.3) 1px);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
    z-index: 2;
    pointer-events: none;
}

.dobra-1-content {
    position: absolute;
    bottom: 3rem;
    left: 0;
    right: 0;
    z-index: 3;
    text-align: center;
    margin: 0;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.dobra-1-titulo {
    color: #ffffff;
    background-color: #f89000;
    font-size: 2.5rem;
    font-weight: 700;
    width: fit-content;
    margin: 0;
    padding: 0 1.5rem;
}

.dobra-1-subtitulo {
    color: #ffffff;
    background-color: #aa1e38;
    font-size: 2.5rem;
    font-weight: 400;
    margin: 0;
    padding: 0 1.5rem;
}

body.contraste .dobra-1-titulo,
body.contraste .dobra-1-subtitulo {
    background-color: #000000;
}

@media (max-width: 768px) {
    .dobra-1 {
        height: calc(100vh - 134px);
        max-height: calc(100vh - 134px);
        min-height: 240px;
    }

    body.admin-bar .dobra-1 {
        height: calc(100vh - 180px);
        max-height: calc(100vh - 180px);
    }

    .dobra-1-content {
        bottom: 2rem;
    }

    .dobra-1-titulo {
        font-size: 1.5rem;
    }

    .dobra-1-subtitulo {
        font-size: 1.5rem;
    }

}

/*--------------------------------------------------------------
# Section - Dobra 2
--------------------------------------------------------------*/
.dobra-2 {
    font-size: 16px;
    padding: 4em 2em;
    background-color: #edefe3;
}

body.contraste .dobra-2 {
    background-color: #000000;
}

body.contraste .dobra-2-titulo,
body.contraste .dobra-2-subtitulo {
    color: #ffffff;
}

.dobra-2-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 3rem;
    border-radius: 0px;
}

.dobra-2-video-wrapper {
    flex: 0 0 50%;
    position: relative;
}

.dobra-2-thumbnail {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 0px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dobra-2-thumbnail::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    height: 52px;
    transform: translate(-50%, -50%);
    background: rgba(235, 235, 235, 0.68);
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
    z-index: 2;
    pointer-events: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.dobra-2-thumbnail::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid rgba(70, 70, 70, 0.9);
    z-index: 3;
    pointer-events: none;
    transition: transform 0.2s ease;
}

.dobra-2-thumbnail:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.dobra-2-thumbnail:hover::before {
    transform: translate(-50%, -50%) scale(1.05);
    filter: brightness(1.02);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.22);
}

.dobra-2-thumbnail:hover::after {
    transform: translate(-40%, -50%) scale(1.05);
}

.dobra-2-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.dobra-2-content {
    flex: 1;
}

.dobra-2-titulo {
    margin: 0 0 1.5rem 0;
    color: #292929;
    font-size: 2.8125rem;
    font-weight: 700;
    line-height: 1.2;
}

.dobra-2-subtitulo {
    margin: 0;
    color: #292929;
    font-size: 1.3125rem;
    font-weight: 400;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .dobra-2 {
        padding: 2rem 40px;
    }

    .dobra-2-container {
        flex-direction: column;
        gap: 2rem;
    }

    .dobra-2-video-wrapper {
        flex: 1 1 100%;
        width: 100%;
    }

    .dobra-2-thumbnail::before {
        width: 60px;
        height: 44px;
    }

    .dobra-2-thumbnail::after {
        border-top-width: 8px;
        border-bottom-width: 8px;
        border-left-width: 13px;
    }

    .dobra-2-titulo {
        font-size: 1.5rem;
    }

    .dobra-2-subtitulo {
        font-size: 1rem;
    }
}

/*--------------------------------------------------------------
# Section - Como chegamos até aqui
--------------------------------------------------------------*/
#como-chegamos {
    font-size: 16px;
    background-color: #006f96;
    width: 100%;
}

body.contraste #como-chegamos {
    background-color: #313131;
    border-top: 1px solid #707070;
}

#como-chegamos .como-chegamos-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

#como-chegamos .como-chegamos-imagem-wrapper {
    flex: 1;
    align-self: stretch;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#como-chegamos .como-chegamos-imagem {
    max-width: 90%;
    max-height: 90%;
    height: auto;
    display: block;
}

#como-chegamos .como-chegamos-content {
    flex: 1;
    display: flex;
    gap: 1.25em;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 70px 0;
}

#como-chegamos .como-chegamos-content h2.como-chegamos-titulo {
    color: #ffffff;
    text-align: left;
    font-size: 2.8125rem;
    line-height: 1.11;
}

#como-chegamos .como-chegamos-texto p {
    color: #ffffff;
    font-size: 1.3125rem;
    width: 100%;
    max-width: 550px;
    line-height: 1.66;
}

@media (max-width: 768px) {
    #como-chegamos {
        padding: 35px 40px;
    }

    #como-chegamos .como-chegamos-container {
        flex-direction: column;
    }

    #como-chegamos .como-chegamos-imagem-wrapper {
        order: 2;
    }

    #como-chegamos .como-chegamos-content {
        padding: 0;
    }

    #como-chegamos .como-chegamos-content h2.como-chegamos-titulo {
        font-size: 1.75rem;
        text-align: center;
    }

    #como-chegamos .como-chegamos-texto p {
        font-size: 1.125rem;
    }

}

/*--------------------------------------------------------------
# Section - Download da Pesquisa
--------------------------------------------------------------*/
#download-pesquisa {
    font-size: 16px;
    background-color: #edefe3;
    width: 100%;
    overflow: hidden;
}

body.contraste #download-pesquisa {
    background-color: #000;
}

#download-pesquisa .download-pesquisa-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3em;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4em 3em;
}

#download-pesquisa .download-pesquisa-capa-wrapper {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 2em 0;
}

#download-pesquisa .download-pesquisa-capa-wrapper .download-pesquisa-link {
    position: relative;
    display: block;
}

#download-pesquisa .download-pesquisa-capa-wrapper .download-pesquisa-adesivo-laranja {
    position: absolute;
    top: -2.5em;
    left: -3.5em;
    width: 8em;
    height: 7.5em;
    max-width: 45%;
    object-fit: contain;
}

#download-pesquisa .download-pesquisa-capa-wrapper .download-pesquisa-adesivo-amarelo {
    position: absolute;
    width: 7.5em;
    height: 7em;
    bottom: -2em;
    right: -2.75em;
    max-width: 40%;
    object-fit: contain;
}

#download-pesquisa .download-pesquisa-capa-wrapper .download-pesquisa-capa {
    width: 100%;
    max-width: 18em;
    height: auto;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    display: block;
}

#download-pesquisa .download-pesquisa-content {
    flex: 1 1 50%;
    min-width: 0;
    display: flex;
    gap: 1.25em;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 1em 0 1em 1.5em;
}

#download-pesquisa .download-pesquisa-content h2.download-pesquisa-titulo {
    color: #4e2646;
    text-align: left;
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    max-width: 100%;
    line-height: 1.2;
    margin: 0;
}

body.contraste #download-pesquisa .download-pesquisa-titulo {
    color: #ffffff;
}

#download-pesquisa .download-pesquisa-texto {
    margin: 0;
}

#download-pesquisa .download-pesquisa-texto p {
    color: #4e2646;
    font-size: clamp(0.9375rem, 2vw, 1.25rem);
    width: 100%;
    max-width: 100%;
    line-height: 1.5;
    margin: 0 0 0.5em 0;
}

#download-pesquisa .download-pesquisa-texto p:last-child {
    margin-bottom: 0;
}

body.contraste #download-pesquisa .download-pesquisa-texto p {
    color: #ffffff;
}

#download-pesquisa .download-pesquisa-btn {
    color: #ffffff;
    background-color: #548523;
    border: 1px solid #707070;
    border-radius: 1em;
    font-size: 1.0625em;
    text-decoration: none;
    padding: 0.2em 1.70588em;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

#download-pesquisa .download-pesquisa-btn:hover {
    background-color: #ffffff;
    color: #548523;
    border: 1px solid #548523;
}

@media (max-width: 768px) {
    #download-pesquisa .download-pesquisa-container {
        padding: 3em 1.5em;
        flex-direction: column;
        gap: 2em;
    }

    #download-pesquisa .download-pesquisa-capa-wrapper {
        padding: 1.5em 0;
    }

    #download-pesquisa .download-pesquisa-capa-wrapper .download-pesquisa-capa {
        max-width: 14em;
    }

    #download-pesquisa .download-pesquisa-capa-wrapper .download-pesquisa-adesivo-laranja {
        top: -1.75em;
        left: -2.25em;
        width: 5.5em;
        height: 5.25em;
    }

    #download-pesquisa .download-pesquisa-capa-wrapper .download-pesquisa-adesivo-amarelo {
        width: 5em;
        height: 4.75em;
        bottom: -1.25em;
        right: -1.75em;
    }

    #download-pesquisa .download-pesquisa-content {
        padding: 0;
        align-items: center;
        text-align: center;
    }

    #download-pesquisa .download-pesquisa-content h2.download-pesquisa-titulo {
        font-size: 1.5rem;
        text-align: center;
    }

    #download-pesquisa .download-pesquisa-texto p {
        font-size: 1rem;
        text-align: center;
    }

    #download-pesquisa .download-pesquisa-btn {
        text-align: center;
        display: inline-block;
        margin: 0 auto;
    }
}

/*--------------------------------------------------------------
# Modal de Vídeo
--------------------------------------------------------------*/
.atuacao-sistemica-video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.atuacao-sistemica-video-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.atuacao-sistemica-video-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
}

.atuacao-sistemica-video-modal-content {
    position: relative;
    width: 90%;
    max-width: 900px;
    z-index: 1;
}

.atuacao-sistemica-video-modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.atuacao-sistemica-video-modal-close:hover {
    opacity: 0.7;
}

.atuacao-sistemica-video-modal-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background-color: #000000;
    border-radius: 8px;
}

.atuacao-sistemica-video-modal-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    header#masthead .header-container .main-navigation {
        flex: 0;
        justify-content: flex-end;
        position: relative;
    }

    header#masthead .header-container .main-navigation .menu-toggle {
        display: flex;
    }

    header#masthead .header-container .main-navigation ul {
        display: none;
    }

    header#masthead .header-container .main-navigation.toggled ul {
        display: flex;
        position: absolute;
        width: 100vw;
        top: 134px;
        right: -20px;
        background-color: #9a0e22;
        flex-direction: column;
        padding-left: 0;
        gap: 0;
        z-index: 1000;
    }

    body.contraste header#masthead .header-container .main-navigation.toggled ul {
        background-color: #000000;
    }

    header#masthead .header-container .main-navigation.toggled ul li {
        width: 100%;
        margin: 0;
    }

    header#masthead .header-container .main-navigation.toggled ul li a {
        display: block;
        width: 100%;
        text-align: left;
        transition: all ease 0.3s;
        padding: 1em 1em 1em 2.25em;
    }

    header#masthead .header-container .main-navigation.toggled ul li a:hover {
        background-color: #F89000;
        color: #fff;
    }

    header#masthead .header-container .main-navigation.toggled ul ul {
        position: static;
        transform: none;
        display: none;
        min-width: 0;
        margin-top: 0;
        padding: 0;
        box-shadow: none;
        background-color: rgba(0, 0, 0, 0.15);
        border-radius: 0;
        margin-left: 0;
    }

    body.contraste header#masthead .header-container .main-navigation.toggled ul ul {
        background-color: rgba(255, 255, 255, 0.08);
    }

    header#masthead .header-container .main-navigation.toggled ul li.sub-menu-open > ul {
        display: block;
    }

    header#masthead .header-container .main-navigation.toggled ul ul li a {
        padding: 0.75em 1em 0.75em 2.5em;
        font-size: 1em;
    }

    header#masthead .header-container .main-navigation.toggled ul ul li a:hover {
        background-color: #F89000;
        color: #fff;
    }

    header#masthead .header-container .main-navigation.toggled ul li.menu-item-has-children > a::after,
    header#masthead .header-container .main-navigation.toggled ul li.page_item_has_children > a::after {
        transform: rotate(45deg);
    }

    header#masthead .header-container .main-navigation.toggled ul li.sub-menu-open.menu-item-has-children > a::after,
    header#masthead .header-container .main-navigation.toggled ul li.sub-menu-open.page_item_has_children > a::after {
        transform: rotate(-135deg);
    }

    header#masthead .header-container .main-navigation.toggled ul ul ul {
        left: 0;
        margin-left: 0;
        padding-left: 1em;
    }

    header#masthead .header-container .main-navigation.toggled ul ul li.menu-item-has-children > a::after,
    header#masthead .header-container .main-navigation.toggled ul ul li.page_item_has_children > a::after {
        float: right;
    }

    header#masthead .header-container .main-navigation.toggled ul {
        display: flex;
    }

    header#masthead .header-container .main-navigation ul li a {
        font-size: 1.125em;
        padding: 0.5em 0;
    }

    header#masthead .header-container .header-right {
        display: none;
    }

    header#masthead .header-mobile-icons {
        display: flex;
    }

    header#masthead .header-mobile-icons .accessibility-menu,
    header#masthead .header-mobile-icons .social-menu {
        display: flex;
        gap: 0.625em;
        align-items: center;
    }

    header#masthead .header-mobile-icons .accessibility-btn,
    header#masthead .header-mobile-icons .social-btn,
    header#masthead .header-mobile-icons .search-btn {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: solid 1px #fff;
        background-color: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        padding: 0;
        margin: 0;
        text-decoration: none;
    }

    header#masthead .header-mobile-icons .accessibility-btn span {
        font-size: 12.8px;
        color: #fff;
        font-family: sans-serif;
    }

    header#masthead .header-mobile-icons .social-btn img,
    header#masthead .header-mobile-icons .search-btn img {
        width: 16px;
        height: 16px;
        display: block;
        filter: brightness(0) invert(1);
    }

    header#masthead .header-mobile-icons .accessibility-btn:hover,
    header#masthead .header-mobile-icons .social-btn:hover,
    header#masthead .header-mobile-icons .search-btn:hover {
        transform: scale(1.1);
        background-color: rgba(255, 255, 255, 0.1);
    }

    header#masthead .header-mobile-icons .accessibility-btn.dark-mode-toggle {
        padding: 7.2px;
    }

    header#masthead .header-mobile-icons .accessibility-btn.dark-mode-toggle>div {
        width: 100%;
        height: 100%;
        border: solid 1px #fff;
        border-radius: 50%;
        padding: 1px;
    }

    header#masthead .header-mobile-icons .accessibility-btn.dark-mode-toggle>div>div {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: linear-gradient(to right, transparent 0 50%, #fff 50% 100%);
    }

    .atuacao-sistemica-video-modal-content {
        width: 95%;
    }

    .atuacao-sistemica-video-modal-close {
        top: -35px;
        font-size: 35px;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    background-color: #f7f7f4;
    padding: 2em 20px;
}

.footer-container {
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 3em;
}

.footer-license {
    flex-shrink: 0;
}

.cc-license-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
    gap: 0.5em;
}

.cc-icon {
    display: block;
}

.cc-text {
    color: #292929;
    font-family: 'Bitter', serif;
    font-size: 0.9375em;
    line-height: 1.4;
}

.footer-parceiros {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3em;
    flex-wrap: wrap;
}

.parceiro-item {
    display: flex;
    align-items: center;
}

.parceiro-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.parceiro-link:hover {
    opacity: 0.8;
}

.parceiro-logo {
    height: auto;
    max-height: 60px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
}

.parceiro-title {
    color: #292929;
    font-size: 1em;
}

#colophon .logos-rodape .logos-grupo-container .logos-grupo a img {
    height: 100%;
    max-height: 2.5em;
    vertical-align: top;
    object-fit: contain;
}

.logos-rodape {
    margin: auto;
}

.logos-rodape img {
    margin: 0 15px;
    text-align: center;
}

.logos-rodape {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 15px 0;
    margin: 0 auto;
    gap: 50px;
}

.logos-rodape > .logos-grupo-container {
    align-self: flex-start;
}

.logos-grupo-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin: 0;
}

.logos-grupo-titulo {
    font-size: 0.8em;
    font-weight: bold;
    text-align: left;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1.2;
    height: 1.2em;
    color: #572929;
    align-self: flex-start;
    box-sizing: content-box;
}

.logos-rodape img {
    margin: 0 !important;
    text-align: center;
}

.logos-grupo {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.logos-grupo a {
    display: flex;
    align-items: flex-start;
}

.logos-grupo a img {
    display: block;
    align-self: flex-start;
}

@media (max-width: 768px) {
    .logos-grupo {
        flex-direction: column;
    }
}

@media screen and (max-width: 500px) {
    #colophon {
        padding: 4vh 0;
    }
    #colophon img {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 2em;
    }

    .footer-parceiros {
        width: 100%;
        justify-content: flex-start;
        gap: 2em;
    }

    .footer-license {
        order: 2;
    }
}

/* TEMPLATE - SOBRE */
section#sobre {
    background-color: #ffffff;
}

body.contraste section#sobre {
    background-color: #000000;
}

body.contraste .content-default * {
    background-color: #000000;
    color: #fff;
}

.sobre-equipe-container {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding: 0 20px 6.25rem 20px;
}

.sobre-equipe-container .sobre-equipe-titulo {
    font-size: 1.875rem;
    color: #4e2646;
    line-height: 1.66;
    border-bottom: solid 1px #f89001;
}

body.contraste .sobre-equipe-container .sobre-equipe-titulo {
    color: #ffffff;
    border-bottom: solid 1px #f89001;
}

.sobre-equipe-container h3 {
    font-size: 1.125rem;
    color: #121212;
    font-weight: bold;
    margin-top: 2rem;
    line-height: 1.94;
}

body.contraste .sobre-equipe-container h3 {
    color: #ffffff;
}

.sobre-equipe-container span {
    font-size: 1.125rem;
    color: #121212;
    line-height: 1.94;
    display: block;
}

body.contraste .sobre-equipe-container span {
    color: #ffffff;
}

@media (max-width: 768px) {
    .sobre-equipe-container {
        padding: 0 40px 40px 40px;
    }
}

/* TEMPLATE - ABORDAGEM SISTÊMICA */
#abordagem-sistemica {
    background-color: #fff
}

body.contraste #abordagem-sistemica {
    background-color: #000000;
}

#abordagem-sistemica .content-default {
    padding-bottom: 2.5rem;
}

#abordagem-sistemica .content-default p {
    margin-bottom: 1.25em;
}

#abordagem-sistemica .content-default p:last-child {
    margin-bottom: 0;
}

#caminhos-para-uma-atuacao-sistemica {
    padding: 4em 6.25em 6.25em;
    background: url('assets/images/grafismo.png') center center / cover no-repeat;
}

body.contraste #caminhos-para-uma-atuacao-sistemica {
    background-color: #313131;
}

body.contraste #caminhos-para-uma-atuacao-sistemica h2 {
    color: #ffffff;
}


#caminhos-para-uma-atuacao-sistemica h2 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px 6.25rem 20px;
    font-size: 2.8125rem;
    color: #4e2646;
}

#caminhos-para-uma-atuacao-sistemica .caminhos-para-uma-atuacao-sistemica-grid {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    justify-items: center;
    align-items: start;
}

#caminhos-para-uma-atuacao-sistemica .caminhos-para-uma-atuacao-sistemica-grid .caminhos-para-uma-atuacao-sistemica-grid-item {
    width: 100%;
    max-width: 370px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}

#caminhos-para-uma-atuacao-sistemica .caminhos-para-uma-atuacao-sistemica-grid .caminhos-para-uma-atuacao-sistemica-grid-item .titulo {
    color: #4e2646;
    font-size: 1.625rem;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 0;
}

#caminhos-para-uma-atuacao-sistemica .caminhos-para-uma-atuacao-sistemica-grid .caminhos-para-uma-atuacao-sistemica-grid-item .resumo {
    color: #404040;
    font-size: 1.0625rem;
    font-weight: normal;
    text-align: center;
    margin: 0;
    padding: 0;
}

body.contraste #caminhos-para-uma-atuacao-sistemica .caminhos-para-uma-atuacao-sistemica-grid .caminhos-para-uma-atuacao-sistemica-grid-item .titulo {
    color: #ffffff;
}

body.contraste #caminhos-para-uma-atuacao-sistemica .caminhos-para-uma-atuacao-sistemica-grid .caminhos-para-uma-atuacao-sistemica-grid-item .resumo {
    color: #ffffff;
}

#caminhos-para-uma-atuacao-sistemica .caminhos-para-uma-atuacao-sistemica-grid .caminhos-para-uma-atuacao-sistemica-grid-item .link a {
    background-color: #6a8e3c;
    color: #ffffff;
    border-radius: 2rem;
    padding: 0.5em 1.75em;
    font-size: 1.0625rem;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

#caminhos-para-uma-atuacao-sistemica .caminhos-para-uma-atuacao-sistemica-grid .caminhos-para-uma-atuacao-sistemica-grid-item .link a:hover {
    background-color: #ffffff;
    color: #6a8e3c;
    border: 1px solid #6a8e3c;
}

@media (max-width: 768px) {
    #abordagem-sistemica .content-default {
        padding-bottom: 1.5rem;
    }

    #abordagem-sistemica .content-default p {
        margin-bottom: 1em;
    }

    #caminhos-para-uma-atuacao-sistemica {
        margin: 0;
        padding: 24px 40px 35px;
    }

    #caminhos-para-uma-atuacao-sistemica h2 {
        padding: 0;
        margin: 0;
        font-size: 1.75rem;
    }

    #caminhos-para-uma-atuacao-sistemica .caminhos-para-uma-atuacao-sistemica-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Infográficos de Abordagem Sistêmica */
#abordagem-sistemica-infograficos {
    background-color: #edefe3;
    padding: 6.25em 20px;
    width: 100%;
}

body.contraste #abordagem-sistemica-infograficos {
    background-color: #000000;
}

.abordagem-sistemica-infograficos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.abordagem-sistemica-infograficos-grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 330px;
    gap: 1.25rem;
}

.abordagem-sistemica-infograficos-grid-item .thumbnail-link {
    display: block;
    width: 100%;
    transition: opacity 0.3s ease;
}

.abordagem-sistemica-infograficos-grid-item .thumbnail {
    width: 100%;
    height: 19.6875rem;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.abordagem-sistemica-infograficos-grid-item .titulo {
    font-size: 1.625rem;
    color: #4e2646;
    line-height: 1.23;
    margin: 0;
}

.abordagem-sistemica-infograficos-grid-item .titulo-link {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.abordagem-sistemica-infograficos-grid-item .thumbnail-link:hover,
.abordagem-sistemica-infograficos-grid-item .thumbnail-link:focus-visible,
.abordagem-sistemica-infograficos-grid-item .titulo-link:hover,
.abordagem-sistemica-infograficos-grid-item .titulo-link:focus-visible {
    opacity: 0.85;
}

body.contraste .abordagem-sistemica-infograficos-grid-item .titulo {
    color: #ffffff;
}

.abordagem-sistemica-infograficos-grid-item .resumo {
    font-size: 1.0625rem;
    color: #404040;
    line-height: 1.647;
    text-align: center;
}

body.contraste .abordagem-sistemica-infograficos-grid-item .resumo {
    color: #ffffff;
}

.abordagem-sistemica-infograficos-grid-item .link a {
    background-color: #6a8e3c;
    color: #ffffff;
    border-radius: 2rem;
    padding: 0.5em 1.75em;
    font-size: 1.0625rem;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.abordagem-sistemica-infograficos-grid-item .link a:hover {
    background-color: #ffffff;
    color: #6a8e3c;
    border: 1px solid #6a8e3c;
}

@media (max-width: 768px) {
    #abordagem-sistemica-infograficos {
        padding: 40px 60px;
    }

    .abordagem-sistemica-infograficos-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/* Orientações metodológicas e instrumentos - mesmo layout das caixinhas da taxonomia etapas */
#abordagem-sistemica-orientacoes-metodologicas-e-instrumentos {
    font-size: 16px;
    width: 100%;
    padding: 3em 20px;
    background-color: #fff;
}

body.contraste #abordagem-sistemica-orientacoes-metodologicas-e-instrumentos {
    background-color: #000000;
}

#abordagem-sistemica-orientacoes-metodologicas-e-instrumentos h2 {
    width: 100%;
    text-align: center;
    margin: 0 auto 2rem auto;
    padding: 0 20px;
    font-size: 2.25rem;
    color: #4E2646;
    line-height: 1.33;
}

body.contraste #abordagem-sistemica-orientacoes-metodologicas-e-instrumentos h2 {
    color: #ffffff;
}

@media (max-width: 768px) {
    #abordagem-sistemica-orientacoes-metodologicas-e-instrumentos {
        padding: 40px 0 0 0;
    }

    #abordagem-sistemica-orientacoes-metodologicas-e-instrumentos h2 {
        padding: 0 20px;
        font-size: 1.75rem;
    }
}

/* PRODUÇÃO RELACIONADA - SINGLE ABORDAGEM SISTÊMICA */
.content-container.has-producao-relacionada .content-default {
    padding-bottom: 1.5rem;
}

.content-container.has-producao-relacionada .content-default p:last-child {
    margin-bottom: 0;
}

.abordagem-sistemica-producao-relacionada {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #006F96;
}

.producao-relacionada-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 25em;
    text-decoration: none;
    max-width: 320px;
    margin: 0 auto;
    padding: 2em 20px;
}

.producao-relacionada-item:hover {
    opacity: 1 !important;
}

.producao-relacionada-item .titulo {
    color: #ffffff;
    font-size: 1.625rem;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 0;
}

.producao-relacionada-item .resumo {
    color: #ffffff;
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    margin: 0.5em 0 0 0;
    padding: 0;
    line-height: 1.5625;
    max-width: 300px;
}

.producao-relacionada-item .link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75em;
    border: 2px solid #ffffff;
    border-radius: 999px;
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    margin-top: 1.75em;
    min-height: 3.125em;
    padding: 0.75em 1.5em;
}

.producao-relacionada-item .link img {
    width: 1.25em;
    height: 1.25em;
    filter: brightness(0) invert(1);
}

/* TEMPLATE - PESQUISA AÇÃO */
section#pesquisa-acao {
    background-color: #fff;
}

body.contraste section#pesquisa-acao {
    background-color: #000000;
}

section#etapas-pesquisa-acao {
    background-color: #edefe3;
    width: 100%;
    padding: 6.25rem 20px;
    font-size: 16px;
}

body.contraste section#etapas-pesquisa-acao {
    background-color: #212121;
}

section#etapas-pesquisa-acao h2 {
    font-size: 2.8125rem;
    color: #4e2646;
    text-align: center;
}

body.contraste section#etapas-pesquisa-acao h2 {
    color: #ffffff;
}

section#etapas-pesquisa-acao>p {
    font-size: 1.125rem;
    line-height: 1.94;
    width: 100%;
    max-width: 750px;
    text-align: left;
    margin: 1.5em auto 0 auto;
}
body.contraste section#etapas-pesquisa-acao>p {
    color: #ffffff;
}

section#etapas-pesquisa-acao .etapas {
    font-size: 1em;
    position: relative;
    margin: 1.75em auto 0 auto;
    height: 15.625em;
    width: 73.125em;
}

section#etapas-pesquisa-acao .etapas .etapa-label {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 1em;
}

section#etapas-pesquisa-acao .etapas .etapa-label span {
    font-size: 1.625em;
    color: #707070;
    font-weight: bold;
    width: 50%;
    text-align: center;
}

body.contraste section#etapas-pesquisa-acao .etapas .etapa-label span {
    color: #ffffff;
}

section#etapas-pesquisa-acao .etapas>a:not(:last-child)::after {
    content: '·············→';
    font-weight: bold;
    font-size: 1.4em;
    color: #707070;
    position: absolute;
    right: -3em;
    top: 0.1em;
}

section#etapas-pesquisa-acao .etapas>a.etapa-1::after {
    right: -1.2em;
}

section#etapas-pesquisa-acao .etapas>a {
    display: flex;
    flex-direction: column;
    width: 33.075em;
    display: inline-block;
    position: absolute;
    text-decoration: none;
}

section#etapas-pesquisa-acao .etapas .elipse {
    height: 12.5em;
    width: 100%;
    border-radius: 130px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: filter 0.2s ease;
}

section#etapas-pesquisa-acao .etapas .elipse h3 {
    color: #fff;
    width: 50%;
    text-align: center;
    font-size: 1.625em;
    line-height: 1.23;
    padding-right: 20px;
}

section#etapas-pesquisa-acao .etapas .etapa-1 {
    width: 22.5em;
    z-index: 5;
    left: 0;
}

section#etapas-pesquisa-acao .etapas .etapa-1 .etapa-label {
    justify-content: center;
}


section#etapas-pesquisa-acao .etapas .etapa-1 .elipse {
    background-color: #F89000;
    justify-content: center;
}

section#etapas-pesquisa-acao .etapas .etapa-1 .elipse h3 {
    padding-right: 0;
}

section#etapas-pesquisa-acao .etapas .etapa-2 {
    left: 5em;
    z-index: 4;
}

section#etapas-pesquisa-acao .etapas .etapa-2 .elipse {
    background-color: #E54B00;
}

section#etapas-pesquisa-acao .etapas .etapa-3 {
    left: 22.5em;
    z-index: 3;
}

section#etapas-pesquisa-acao .etapas .etapa-3 .elipse {
    background-color: #C42542;
}

section#etapas-pesquisa-acao .etapas .etapa-4 {
    left: 40em;
    z-index: 2;
}

section#etapas-pesquisa-acao .etapas .etapa-4 .elipse {
    background-color: #801426;
}

section#etapas-pesquisa-acao .etapas>a:hover .elipse,
section#etapas-pesquisa-acao .etapas>a:focus-visible .elipse {
    filter: brightness(1.1);
}


@media (max-width: 768px) {
    section#etapas-pesquisa-acao {
        padding: 40px;
    }

    section#etapas-pesquisa-acao h2 {
        font-size: 1.75rem;
    }

    section#etapas-pesquisa-acao>p {
        font-size: 1rem;
    }

    section#etapas-pesquisa-acao .etapas {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        height: auto;
        width: 100%;
    }

    section#etapas-pesquisa-acao .etapas>a {
        position: static;
        width: 100% !important;
        height: auto;
    }

    section#etapas-pesquisa-acao .etapas>a::after {
        display: none;
    }

    section#etapas-pesquisa-acao .etapas .etapa-label span {
        width: 100%;
    }

    section#etapas-pesquisa-acao .etapas .elipse {
        padding: 20px 30px;
        width: 100%;
        height: auto;
    }

    section#etapas-pesquisa-acao .etapas .elipse h3 {
        width: 100%;
        font-size: 22px;
        line-height: 30px;
    }
}


/* TEMPLATE - PESQUISA AÇÃO - PILULAS */
section#pesquisa-acao-pilulas {
    font-size: 16px;
    width: 100%;
    padding: 6.25rem 20px;
    background-color: #fff;
}

body.contraste section#pesquisa-acao-pilulas {
    background-color: #000000;
}

section#pesquisa-acao-pilulas .pesquisa-acao-pilulas-container {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

section#pesquisa-acao-pilulas .pesquisa-acao-pilulas-container .pesquisa-acao-pilulas-item {
    display: flex;
    gap: 3.125em;
    align-items: center;
}

section#pesquisa-acao-pilulas .pesquisa-acao-pilulas-container .pesquisa-acao-pilulas-item:nth-child(even) {
    padding-left: 3.75em;
}

section#pesquisa-acao-pilulas .pesquisa-acao-pilulas-container .pesquisa-acao-pilulas-item:not(:nth-child(even)) {
    padding-right: 3.75em;
    border-right: 3px dotted #707070;
}

section#pesquisa-acao-pilulas .pesquisa-acao-pilulas-container .pesquisa-acao-pilulas-item img {
    height: 17.5em;
}

section#pesquisa-acao-pilulas .pesquisa-acao-pilulas-container .pesquisa-acao-pilulas-item .pesquisa-acao-pilulas-item-content {
    display: flex;
    gap: 1.25em;
    flex-direction: column;
}

section#pesquisa-acao-pilulas .pesquisa-acao-pilulas-container .pesquisa-acao-pilulas-item .pesquisa-acao-pilulas-item-content h3 {
    font-size: 1.9375em;
    line-height: 1.32;
    color: #4E2646;
    max-width: 272px;
}

body.contraste section#pesquisa-acao-pilulas .pesquisa-acao-pilulas-container .pesquisa-acao-pilulas-item .pesquisa-acao-pilulas-item-content h3 {
    color: #ffffff;
}

section#pesquisa-acao-pilulas .pesquisa-acao-pilulas-container .pesquisa-acao-pilulas-item .pesquisa-acao-pilulas-item-content .link a {
    background-color: #6a8e3c;
    color: #ffffff;
    border-radius: 2rem;
    padding: 0.5em 1.75em;
    font-size: 1.0625rem;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

section#pesquisa-acao-pilulas .pesquisa-acao-pilulas-container .pesquisa-acao-pilulas-item .pesquisa-acao-pilulas-item-content .link a:hover {
    background-color: #ffffff;
    color: #6a8e3c;
    border: 1px solid #6a8e3c;
}

@media (max-width: 768px) {
    section#pesquisa-acao-pilulas .pesquisa-acao-pilulas-container {
        flex-direction: column;
        gap: 60px;
    }

    section#pesquisa-acao-pilulas .pesquisa-acao-pilulas-container .pesquisa-acao-pilulas-item {
        flex-direction: column;
        border: none !important;
        padding: 0 !important;
        gap: 20px;
    }

    section#pesquisa-acao-pilulas .pesquisa-acao-pilulas-container .pesquisa-acao-pilulas-item .pesquisa-acao-pilulas-item-content h3 {
        font-size: 1.5625rem;
    }
}

/* TEMPLATE - ETAPA HEADER */
.etapa-header {
    width: 100%;
    padding: 2em 20px;
    background-color: #edefe3;
    font-size: 16px;
}

body.contraste .etapa-header {
    background-color: #000000;
}

.etapa-header-stages {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
}

.etapa-header-stage {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
}

.etapa-header-stage-label {
    font-size: 1.625em;
    font-weight: bold;
    color: #707070;
    transition: color 0.3s ease;
}

body.contraste .etapa-header-stage-label {
    color: #ffffff;
}

.etapa-header-stage.active .etapa-header-stage-label {
    color: var(--etapa-color, #707070);
}

.etapa-header-stage-label-arrow {
    padding-left: 0.6em;
    color: #707070 !important;
}

.etapa-header-stage-label-arrow.mobile {
    display: none;
}

@media (max-width: 768px) {
    .etapa-header {
        font-size: 10px;
        padding: 1.5em 20px;
    }

    .etapa-header-stages {
        gap: 1em;
    }

    .etapa-header-stage-label-arrow {
        display: none;
    }

    .etapa-header-stage-label-arrow.mobile {
        display: inline;
    }
}

/* TEMPLATE - ETAPA PESQUISA AÇÃO */
.etapa-pesquisa-acao-share {
    width: 100%;
    max-width: 920px;
    margin: 1em 0 2em 0;
    display: flex;
    align-items: center;
    gap: 1em;
}

.etapa-pesquisa-acao-share-label {
    font-size: 1.125em;
    font-weight: bold;
    color: #333333;
    margin: 0;
    padding: 0;
}

body.contraste .etapa-pesquisa-acao-share-label {
    color: #ffffff;
}

.etapa-pesquisa-acao-share-buttons {
    display: flex;
    gap: 0.75em;
    align-items: center;
}

.etapa-pesquisa-acao-share-button {
    width: 1.875em;
    height: 1.875em;
    border-radius: 50%;
    background-color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: opacity 0.3s ease;
    border: none;
    cursor: pointer;
}

.etapa-pesquisa-acao-share-button:hover {
    opacity: 0.8;
}

.etapa-pesquisa-acao-share-button img {
    width: 1.1em;
    height: 1.1em;
    filter: brightness(0) invert(1);
}

#etapa-pesquisa-acao h2 {
    font-size: 2.8125rem;
    color: #4E2646;
    text-align: center;
}

section#etapa-pesquisa-acao {
    font-size: 16px;
    padding: 6.25em 20px 3em;
    background-color: #fff;
}

body.contraste section#etapa-pesquisa-acao {
    background-color: #000000;
}

section#etapa-pesquisa-acao h2 {
    font-size: 1.5rem;
    color: #4E4E4E;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    text-align: left;
    line-height: 2.08;
}

body.contraste section#etapa-pesquisa-acao h2 {
    color: #ffffff;
}

.etapa-pesquisa-acao-container {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.etapa-pesquisa-acao-item {}

.etapa-pesquisa-acao-item h3 {
    font-size: 2.8125rem;
    color: #F89000;
    line-height: 1.11;
}

.etapa-pesquisa-acao-item .content {
    margin-top: 4.375rem;
}

.etapa-pesquisa-acao-item .content p {
    font-size: 1.125rem;
    line-height: 1.94;
    color: #121212;
    margin-bottom: 2em;
}

body.contraste .etapa-pesquisa-acao-item .content p {
    color: #ffffff;
}

@media (max-width: 768px) {
    section#etapa-pesquisa-acao {
        padding: 40px;
    }

    .etapa-pesquisa-acao-item h3 {
        font-size: 1.75rem;
        margin-top: 15px;
    }

    .etapa-pesquisa-acao-item .content {
        margin-top: 40px;
    }

    .etapa-pesquisa-acao-item .content p {
        font-size: 1rem;
    }
}

/* TEMPLATE - PESQUISA AÇÃO - PRODUÇÕES */
#pesquisa-acao-producoes {
    font-size: 16px;
    width: 100%;
    padding: 3em 20px;
    background-color: #fff;
}

body.contraste #pesquisa-acao-producoes {
    background-color: #000000;
}

.pesquisa-acao-producoes-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4375em;
}

.pesquisa-acao-producoes-grid-item {
    flex: 1 0 23.75%;
    height: 25em;
    background-color: #F89000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.9375em;
    padding: 20px;
    text-decoration: none;
    color: inherit;
}

.pesquisa-acao-producoes-grid-item h3 {
    font-size: 1.375em;
    color: #ffffff;
    line-height: 1.23;
    max-width: 250px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.pesquisa-acao-producoes-grid-item span {
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.56;
    max-width: 250px;
    text-align: center;
}

.pesquisa-acao-producoes-grid-item .link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pesquisa-acao-producoes-grid-item .link img {
    width: 3.125em;
    height: 3.125em;
    filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
    #pesquisa-acao-producoes {
        padding: 40px 0 0 0;
    }

    .pesquisa-acao-producoes-grid {
        flex-direction: column;
    }

    .pesquisa-acao-producoes-grid-item {
        flex: auto;
        min-height: 320px;
        height: auto;
    }
}

/* TEMPLATE - PRODUÇÕES - PUBLICAÇÕES */
#producoes-publicacoes {
    font-size: 16px;
    width: 100%;
    padding: 6.25rem 20px;
    background-color: #fff;
}

body.contraste #producoes-publicacoes {
    background-color: #000000;
}

#producoes-publicacoes h2 {
    font-size: 2.25rem;
    color: #4E2646;
    line-height: 1.33;
    text-align: center;
    margin-bottom: 2.5em;
}

body.contraste #producoes-publicacoes h2 {
    color: #ffffff;
}

.producoes-publicacoes-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4375em;
}

.producoes-publicacoes-grid-item {
    flex: 1 0 19%;
    height: 25em;
    background-color: #F89000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.9375em;
    padding: 20px;
    text-decoration: none;
    color: inherit;
}

.producoes-publicacoes-grid-item h3 {
    font-size: 1.25em;
    color: #ffffff;
    line-height: 1.23;
    max-width: 250px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.producoes-publicacoes-grid-item span {
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.56;
    max-width: 250px;
    text-align: center;
}

.producoes-publicacoes-grid-item .link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.producoes-publicacoes-grid-item .link img {
    width: 3.125em;
    height: 3.125em;
    filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
    #producoes-publicacoes {
        padding: 50px 0;
    }

    #producoes-publicacoes h2 {
        font-size: 1.5rem;
        margin-bottom: 40px;
        padding: 0 40px;
    }

    .producoes-publicacoes-grid {
        display: flex;
        flex-direction: column;
    }

    .producoes-publicacoes-grid-item {
        flex: auto;
        min-height: 320px;
        height: auto;
    }
}

/* TEMPLATE - PESQUISA AÇÃO - CIDADES */
#pesquisa-acao-cidades {
    font-size: 16px;
    width: 100%;
    background-color: #fff;
}

.pesquisa-acao-cidades-container {
    display: flex;
    flex-direction: column;
}

.pesquisa-acao-cidades-item {
    padding: 6.25rem 20px;
    width: 100%;
    background-color: #EDEFE3;
}

body.contraste .pesquisa-acao-cidades-item {
    background-color: #000000;
}

.pesquisa-acao-cidades-item:nth-child(even) {
    background-color: #DDE0D0;
}

body.contraste .pesquisa-acao-cidades-item:nth-child(even) {
    background-color: #1C1C1C;
}

.pesquisa-acao-cidades-item>h3 {
    font-size: 2.0625em;
    color: #121212;
    line-height: 1.5;
    margin: 0 auto 1em auto;
    width: 100%;
    max-width: 850px;
}

.pesquisa-acao-cidades-item .content {
    line-height: 1.94;
    margin: 0 auto 3em auto;
    width: 100%;
    max-width: 850px;
}
.pesquisa-acao-cidades-item .content p {
    font-size: 1.125rem;
    color: #121212;
}

body.contraste .pesquisa-acao-cidades-item .content p {
    color: #ffffff;
}

.pesquisa-acao-cidades-item .producoes {
    margin-top: 2.5rem;
}

.pesquisa-acao-cidades-producoes-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4375em;
}

.pesquisa-acao-cidades-producoes-grid-item {
    flex: 1 0 23.75%;
    height: 25em;
    background-color: #F89000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.9375em;
    padding: 20px;
    text-decoration: none;
    color: inherit;
}

.pesquisa-acao-cidades-producoes-grid-item h3 {
    font-size: 1.375em;
    color: #ffffff;
    line-height: 1.23;
    max-width: 250px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.pesquisa-acao-cidades-producoes-grid-item span {
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.56;
    max-width: 250px;
    text-align: center;
}

.pesquisa-acao-cidades-producoes-grid-item .link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pesquisa-acao-cidades-producoes-grid-item .link img {
    width: 3.125em;
    height: 3.125em;
    filter: brightness(0) invert(1);
}

.pesquisa-acao-producoes-grid-item .link,
.producoes-publicacoes-grid-item .link,
.pesquisa-acao-cidades-producoes-grid-item .link {
    border: 2px solid rgba(255, 255, 255, 0.95);
    border-radius: 999px;
    padding: 0 1.05em;
    gap: 0;
    min-height: 2.8em;
}

.pesquisa-acao-producoes-grid-item .link .link-text,
.producoes-publicacoes-grid-item .link .link-text,
.pesquisa-acao-cidades-producoes-grid-item .link .link-text {
    color: #ffffff;
    font-size: 1em;
    line-height: 1;
    font-weight: 700;
}

.pesquisa-acao-producoes-grid-item .link img,
.producoes-publicacoes-grid-item .link img,
.pesquisa-acao-cidades-producoes-grid-item .link img {
    width: 2.7em;
    height: 2.7em;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .pesquisa-acao-cidades-item {
        padding: 60px 0;
    }

    .pesquisa-acao-cidades-item .producoes {
        display: flex;
        flex-direction: column;
    }

    .pesquisa-acao-cidades-producoes-grid-item {
        flex: auto;
        min-height: 320px;
        height: auto;
    }

    .pesquisa-acao-cidades-item>h3 {
        padding: 0 40px;
        font-size: 1.75rem;
    }

    .pesquisa-acao-cidades-item .content {
        padding: 0 40px;
    }

    .pesquisa-acao-cidades-item .content p {
        font-size: 1rem;
    }
}

/* TEMPLATE - MAPA DOS PARTICIPANTES */
#mapa-dos-participantes {
    width: 100%;
    font-size: 16px;
    padding: 3.5rem 20px 6.25rem;
    background-color: #fff;
}

body.contraste #mapa-dos-participantes {
    background-color: #000000;
}

.mapa-dos-participantes-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 5em;
}

.mapa-dos-participantes-container .participantes>h2 {
    font-size: 2.8125em;
    color: #121212;
    line-height: 1.5;
}

body.contraste .mapa-dos-participantes-container .participantes>h2 {
    color: #ffffff;
}

.mapa-dos-participantes-container .participantes>span {
    font-size: 1.125em;
    color: #121212;
    line-height: 1.94;
}

body.contraste .mapa-dos-participantes-container .participantes>span {
    color: #ffffff;
}

.mapa-dos-participantes-container .participantes>ul {
    list-style: none;
    margin: 1em 0 0 0;
    min-height: 100px;
}

.mapa-dos-participantes-container .participantes>ul>li {
    display: none;
}

.mapa-dos-participantes-container .participantes>ul>li {
    font-size: 1rem;
    font-weight: bold;
    line-height: 2.1875;
}

.mapa-dos-participantes-container .participantes>ul>li .participante-item {
    margin-bottom: 0.5em;
}

.mapa-dos-participantes-container .participantes>ul>li .participante-item .organizacao {
    font-weight: bold;
}

#mapa-dos-participantes .mapa svg path {
    transition: fill 0.3s ease, filter 0.3s ease;
}

#mapa-dos-participantes .mapa svg {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    pointer-events: all;
}

#mapa-dos-participantes .mapa svg text,
#mapa-dos-participantes .mapa svg tspan {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    pointer-events: all;
    cursor: pointer;
}

@media (max-width: 768px) {
    #mapa-dos-participantes {
        padding: 0 40px;
    }

    .mapa-dos-participantes-container {
        flex-direction: column;
        gap: 0;
    }

    #mapa-dos-participantes .mapa svg {
        width: 100%;
    }

    .mapa-dos-participantes-container .participantes>h2 {
        font-size: 1.75rem;
    }
}

/* TEMPLATE - PRODUÇÕES */
/* TEMPLATE - PRODUÇÕES - VÍDEOS */
#producoes-videos {
    font-size: 16px;
    width: 100%;
    padding: 6.25rem 20px;
    background-color: #EDEFE3;
}

body.contraste #producoes-videos {
    background-color: #2C2C2C;
}

#producoes-videos h2 {
    font-size: 2.25rem;
    color: #4E2646;
    line-height: 1.33;
    text-align: center;
}

body.contraste #producoes-videos h2 {
    color: #ffffff;
}

.producoes-videos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 1.25em;
    row-gap: 3em;
    margin: 2.5em auto 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}

.producoes-videos-grid-item {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.producoes-videos-grid-item:hover {
    transform: translateY(-5px);
}

.producoes-videos-grid-item-thumbnail {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background-color: #ccc;
    overflow: hidden;
}

.producoes-videos-grid-item-thumbnail>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.producoes-videos-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ccc;
}

.producoes-videos-play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 58px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.producoes-videos-play-icon {
    width: 100%;
    height: 100%;
}

.producoes-videos-grid-item h3 {
    font-size: 0.9375rem;
    font-weight: bold;
    color: #121212;
    line-height: 1.5;
    margin: 0.75em 0 0 0;
    padding: 0;
    text-align: center;
}

body.contraste .producoes-videos-grid-item h3 {
    color: #ffffff;
}

.producoes-videos-button {
    display: block;
    width: fit-content;
    margin: 2.5em auto 0 auto;
    padding: 0.3em 1.8em;
    background-color: #648B3D;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.125em;
    font-weight: bold;
    border-radius: 4px;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    border-radius: 18px;
}

.producoes-videos-button:visited {
    color: #fff;
}

.producoes-videos-button:hover {
    background-color: #ffffff;
    color: #648B3D;
    border: 1px solid #648B3D;
}

.producoes-video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.producoes-video-modal-content {
    position: relative;
    width: 90%;
    max-width: 1200px;
    padding: 2em;
}

.producoes-video-modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #ffffff;
    font-size: 2.5em;
    cursor: pointer;
    line-height: 1;
    z-index: 10000;
}

.producoes-video-modal-close:hover {
    opacity: 0.7;
}

.producoes-video-modal-iframe-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.producoes-video-modal-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    #producoes-videos {
        padding: 35px 40px;
    }

    .producoes-videos-grid {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    #producoes-videos h2 {
        font-size: 1.5rem;
    }

    .producoes-videos-grid-item h3 {
        font-size: 1rem;
        text-align: left;
    }
}

/* TEMPLATE - PRODUÇÕES - PODCASTS */
#producoes-podcasts {
    font-size: 16px;
    width: 100%;
    padding: 6.25rem 20px;
    background-color: #fff;
}

body.contraste #producoes-podcasts {
    background-color: #000000;
}

#producoes-podcasts h2 {
    font-size: 2.25rem;
    color: #4E2646;
    line-height: 1.33;
    text-align: center;
    margin-bottom: 2.5em;
}

body.contraste #producoes-podcasts h2 {
    color: #ffffff;
}

.producoes-podcasts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.25em;
    row-gap: 0;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}

.producoes-podcasts-grid-item {
    width: 100%;
}

.producoes-podcasts-grid-item iframe {
    width: 100%;
    height: 200px;
    max-height: 200px;
    border-radius: 12px;
    border: none;
}

.producoes-podcasts-button {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    width: fit-content;
    margin: 2.5em auto 0 auto;
    padding: 0.3em 1.8em;
    background-color: #648B3D;
    color: #ffffff;
    cursor: pointer;
    border: none;
    border-radius: 18px;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.producoes-podcasts-button:visited {
    color: #fff;
}

.producoes-podcasts-button:hover {
    background-color: #ffffff;
    color: #648B3D;
    border: 1px solid #648B3D;
}

@media (max-width: 768px) {
    #producoes-podcasts {
        padding: 40px;
    }

    .producoes-podcasts-grid {
        grid-template-columns: 1fr;
        column-gap: 1.25em;
        row-gap: 14px;
    }

    #producoes-podcasts h2 {
        font-size: 1.5rem;
        margin-bottom: 40px;
    }
}

/* TEMPLATE - PRODUÇÕES - INFOGRÁFICOS */
#producoes-infograficos {
    font-size: 16px;
    width: 100%;
    padding: 6.25rem 20px;
    background-color: #EDEFE3;
}

body.contraste #producoes-infograficos {
    background-color: #2C2C2C;
}

#producoes-infograficos h2 {
    font-size: 2.25rem;
    color: #4E2646;
    line-height: 1.33;
    text-align: center;
    margin-bottom: 2.5em;
}

body.contraste #producoes-infograficos h2 {
    color: #ffffff;
}

.producoes-infograficos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 1.25em;
    row-gap: 14px;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}

.producoes-infograficos-grid-item {
    display: flex;
    flex-direction: column;
}

.producoes-infograficos-link {
    display: block;
    text-decoration: none;
    position: relative;
}

.producoes-infograficos-grid-item-thumbnail {
    width: 100%;
    padding-top: 75%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.producoes-infograficos-grid-item-thumbnail::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 1;
    pointer-events: none;
}

.producoes-infograficos-link h3 {
    margin-top: 0.875em;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    color: #121212;
    text-decoration: none;
    transition: color 0.2s ease;
}

body.contraste .producoes-infograficos-link h3 {
    color: #ffffff;
}

.producoes-infograficos-link:hover h3,
.producoes-infograficos-link:focus-visible h3 {
    color: #801426;
    text-decoration: underline;
}

body.contraste .producoes-infograficos-link:hover h3,
body.contraste .producoes-infograficos-link:focus-visible h3 {
    color: #F89000;
}

.producoes-infograficos-button {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    width: fit-content;
    margin: 2.5em auto 0 auto;
    padding: 0.3em 1.8em;
    background-color: #648B3D;
    color: #ffffff;
    cursor: pointer;
    border: none;
    border-radius: 18px;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.producoes-infograficos-button:visited {
    color: #fff;
}

.producoes-infograficos-button:hover {
    background-color: #ffffff;
    color: #648B3D;
    border: 1px solid #648B3D;
}

#producoes-infograficos {
    font-size: 16px;
    width: 100%;
    padding: 6.25rem 20px;
    background-color: #EDEFE3;
}

#producoes-infograficos h2 {
    font-size: 2.25rem;
    color: #4E2646;
    line-height: 1.33;
    text-align: center;
}

.producoes-infograficos-download-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3em;
    height: 3em;
    border-radius: 50%;
    z-index: 3;
    object-fit: contain;
}

@media (max-width: 768px) {
    #producoes-infograficos {
        padding: 50px 40px;
    }

    .producoes-infograficos-grid {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    #producoes-infograficos h2 {
        font-size: 1.5rem;
    }
}

body.post-type-archive-producoes #producoes-videos h2,
body.post-type-archive-producoes #producoes-podcasts h2,
body.post-type-archive-producoes #producoes-infograficos h2,
body.post-type-archive-producoes #producoes-publicacoes h2 {
    font-size: 36px !important;
    line-height: 1.25;
    margin: 0 0 2rem;
}

body.post-type-archive-producoes #producoes-videos,
body.post-type-archive-producoes #producoes-podcasts,
body.post-type-archive-producoes #producoes-infograficos,
body.post-type-archive-producoes #producoes-publicacoes {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

body.post-type-archive-producoes .producoes-videos-grid,
body.post-type-archive-producoes .producoes-podcasts-grid,
body.post-type-archive-producoes .producoes-infograficos-grid,
body.post-type-archive-producoes .producoes-publicacoes-grid {
    margin-top: 0;
}

body.post-type-archive-producoes .producoes-videos-button,
body.post-type-archive-producoes .producoes-podcasts-button,
body.post-type-archive-producoes .producoes-infograficos-button {
    margin-top: 2rem;
}

@media (max-width: 768px) {
    body.post-type-archive-producoes #producoes-videos h2,
    body.post-type-archive-producoes #producoes-podcasts h2,
    body.post-type-archive-producoes #producoes-infograficos h2,
    body.post-type-archive-producoes #producoes-publicacoes h2 {
        font-size: 24px !important;
        margin-bottom: 1.5rem;
    }

    body.post-type-archive-producoes #producoes-videos,
    body.post-type-archive-producoes #producoes-podcasts,
    body.post-type-archive-producoes #producoes-infograficos,
    body.post-type-archive-producoes #producoes-publicacoes {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

/* TEMPLATE - 404 */
.error-404 {
    width: 100%;
    padding: 6.25rem 20px;
    font-size: 16px;
    background-color: #fff;
}

body.contraste .error-404 {
    background-color: #000000;
}

.error-404-container {
    max-width: 800px;
    margin: 0 auto;
}

.error-404-title {
    font-size: 2.8125em;
    font-weight: bold;
    color: #801426;
    text-align: left;
    margin-bottom: 1em;
    line-height: 1.2;
}

body.contraste .error-404-title {
    color: #ffffff;
}

.error-404-description {
    font-size: 1.125rem;
    color: #121212;
    text-align: left;
    margin-bottom: 3em;
    line-height: 1.6;
}

body.contraste .error-404-description {
    color: #ffffff;
}

.error-404-content {
    display: flex;
    flex-direction: column;
    gap: 2.5em;
}

.error-404-section {
    width: 100%;
}

.error-404-section-title {
    font-size: 1.5em;
    font-weight: bold;
    color: #801426;
    margin-bottom: 1em;
    line-height: 1.3;
}

body.contraste .error-404-section-title {
    color: #ffffff;
}

.error-search-section .error-404-section-title {
    color: #801426;
}

body.contraste .error-404-search-section .error-404-section-title {
    color: #000;
}

.error-404-suggestions {
    list-style: none;
    padding: 0;
    margin: 0;
}

.error-404-suggestions li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0.75em;
    color: #121212;
    line-height: 1.6;
}

body.contraste .error-404-suggestions li {
    color: #ffffff;
}

.error-404-suggestions li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 8px;
    height: 8px;
    background-color: #FFC107;
    border-radius: 50%;
}

.error-404-search-section {
    background-color: #F9F7F0;
    padding: 2em;
    border-radius: 8px;
}

.error-404-search-form {
    width: 100%;
}

.error-404-search-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5em;
}

.error-404-search-field {
    flex: 1;
    padding: 0.75em 1em;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    background-color: #fff;
}

.error-404-search-field:focus {
    outline: none;
    border-color: #801426;
}

.error-404-search-submit {
    padding: 0.75em;
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-404-search-submit:hover {
    color: #801426;
}

.error-404-search-submit svg {
    width: 20px;
    height: 20px;
}

.error-404-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.error-404-links li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0.75em;
    line-height: 1.6;
}

.error-404-links li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 8px;
    height: 8px;
    background-color: #FFC107;
    border-radius: 50%;
}

.error-404-links li a {
    color: #DD6633;
    text-decoration: none;
    transition: color 0.3s ease;
}

.error-404-links li a:hover {
    color: #801426;
    text-decoration: underline;
}


@media (max-width: 768px) {
    .error-404-title {
        font-size: 2em;
    }

    .error-404-section-title {
        font-size: 1.25em;
    }
}

/* SEARCH */
body.search {
    margin: 0;
    padding: 0;
}

body.search .site {
    margin: 0;
    padding: 0;
}

body.search #primary.site-main {
    margin: 0;
    padding: 0;
    width: 100%;
}

.search-results-container {
    width: 100%;
    padding: 6.25rem 20px;
    background-color: #fff;
}

body.contraste .search-results-container {
    background-color: #000000;
}

.search-results-container .wrap {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.search-results-header {
    margin-bottom: 3em;
    text-align: center;
}

.search-results-title {
    font-size: 2.8125em;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    margin: 0;
    color: #801426;
}

.search-results-label {
    color: #801426;
    font-weight: bold;
}

body.contraste .search-results-label {
    color: #ffffff;
}

.search-results-query {
    font-weight: bold;
}

.search-results-list {
    display: flex;
    flex-direction: column;
    gap: 2em;
}

.search-result-item {
    margin: 0;
    padding: 0;
}

.search-result-category {
    font-size: 1.4rem;
    color: #525252;
    font-weight: normal;
    margin-bottom: 0.5em;
    line-height: 1.6;
}

body.contraste .search-result-category {
    color: #ffffff;
}

.search-result-title {
    font-size: 2.0625em;
    font-weight: bold;
    color: #121212;
    margin: 0;
    line-height: 1.4;
}

.search-result-title a {
    color: #121212;
    text-decoration: none;
    transition: color 0.3s ease;
}

body.contraste .search-result-title a {
    color: #DD6633;
}

.search-result-title a:hover {
    color: #801426;
    text-decoration: underline;
}

.search-results-button {
    display: block;
    width: fit-content;
    margin: 2.5em auto 0 auto;
    padding: 0.3em 1.8em;
    background-color: #648B3D;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.125em;
    font-weight: bold;
    border-radius: 18px;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.search-results-button:visited {
    color: #fff;
}

.search-results-button:hover {
    background-color: #ffffff;
    color: #648B3D;
    border: 1px solid #648B3D;
}

.no-results-container {
    width: 100%;
    padding: 6.25rem 20px;
    background-color: #fff;
}

body.contraste .no-results-container {
    background-color: #000000;
}

.no-results-container .wrap {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.no-results-header {
    margin-bottom: 3em;
    text-align: center;
}

.no-results-title {
    font-size: 2.8125em;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    margin: 0;
    color: #801426;
}
body.contraste .no-results-title {
    color: #ffffff;
}

.no-results-content {
    font-size: 1.4rem;
    color: #525252;
    line-height: 1.6;
}

body.contraste .no-results-content {
    color: #ffffff;
}

.no-results-content p {
    margin: 0 0 2em 0;
}

.no-results-content a {
    color: #121212;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.no-results-content a:hover {
    color: #801426;
}

@media (max-width: 768px) {
    .search-results-title {
        font-size: 2em;
    }

    .search-result-title {
        font-size: 1.25em;
    }

    .no-results-title {
        font-size: 2em;
    }
}

.search-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
}

.search-modal.active {
    display: flex;
}

.search-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    cursor: pointer;
}

.search-modal-content {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 600px;
}

.search-modal-content .search-form {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.search-modal-content .search-field {
    width: 100%;
    padding: 1.25em 3.5em 1.25em 1.25em;
    font-size: 1.25rem;
    border: none;
    border-radius: 50px;
    background-color: #ffffff;
    color: #121212;
    outline: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.search-modal-content .search-field::placeholder {
    color: #808080;
}

.search-modal-content .search-submit {
    position: absolute;
    right: 0.75em;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.search-modal-content .search-submit:hover {
    opacity: 1;
}

.search-modal-content .search-submit img {
    width: 18px;
    height: 18px;
    filter: brightness(0);
}

@media (max-width: 768px) {
    .search-modal-content {
        width: 95%;
    }

    .search-modal-content .search-field {
        font-size: 1.25rem;
        padding: 1.25em 3.5em 1.25em 1.25em;
    }

    .search-modal-content .search-submit {
        right: 0.75em;
    }

    .search-modal-content .search-submit img {
        width: 18px;
        height: 18px;
    }
}

.producoes-single-action {
    margin-top: 2em;
    margin-bottom: 2em;
}

.producoes-download-button {
    display: inline-block;
    padding: 1em 2em;
    background-color: #E54B00;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: bold;
    border-radius: 4px;
    transition: background-color 0.3s ease, opacity 0.3s ease;
}

.producoes-download-button:hover {
    background-color: #C43E00;
    color: #ffffff;
    text-decoration: none;
}

.producoes-download-button:visited {
    color: #ffffff;
}

@media (max-width: 768px) {
    .producoes-download-button {
        font-size: 1rem;
        padding: 0.875em 1.5em;
    }
}

.producoes-form-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
}

.producoes-form-modal.active {
    display: flex;
}

.producoes-form-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(4px);
}

.producoes-form-modal-content {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    border-radius: 1.875em;
    padding: 3em 9.375em;
    width: 100%;
    max-width: 900px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.producoes-form-modal-close {
    position: absolute;
    top: 1em;
    right: 1em;
    background: none;
    border: none;
    font-size: 2em;
    line-height: 1;
    color: #333;
    cursor: pointer;
    padding: 0;
    width: 1.5em;
    height: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
}

.producoes-form-modal-close:hover {
    color: #E54B00;
}


.producoes-lead-form .form-field {
    margin-bottom: 1em;
}

.producoes-lead-form .form-field-uf-cidade {
    display: flex;
    gap: 1em;
    align-items: flex-start;
}

.producoes-lead-form .form-field-uf {
    flex: 0 0 auto;
    width: fit-content;
    min-width: 80px;
}

.producoes-lead-form .form-field-cidade {
    flex: 1;
}

.producoes-lead-form label {
    display: block;
    margin-bottom: 0.5em;
    font-weight: 500;
    color: #333;
}

.producoes-lead-form label.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.producoes-lead-form .required {
    color: #E54B00;
}

.producoes-lead-form input[type="text"],
.producoes-lead-form input[type="email"] {
    width: 100%;
    padding: 1em 1.25em;
    border: 2px solid #F89001;
    border-radius: 2em;
    font-size: 1rem;
    font-family: inherit;
    box-sizing: border-box;
}

.producoes-lead-form select {
    width: 100%;
    padding: 1em 1.25em;
    border: 2px solid #F89001;
    border-radius: 2em;
    font-size: 1em;
    font-weight: bold;
    font-family: inherit;
    box-sizing: border-box;
}

.producoes-lead-form .form-field-uf select {
    width: auto;
    min-width: 80px;
}

.producoes-lead-form input[type="text"]::placeholder,
.producoes-lead-form input[type="email"]::placeholder {
    font-size: 1em;
    font-weight: bold;
    color: #3C211B;
}

.producoes-lead-form select {
    color: #3C211B;
}

.producoes-lead-form select option:first-child {
    color: #3C211B;
}

.producoes-lead-form select option:not(:first-child) {
    color: #000;
}

.producoes-lead-form select.has-value {
    color: #000;
}

.producoes-lead-form input[type="text"]:focus,
.producoes-lead-form input[type="email"]:focus,
.producoes-lead-form select:focus {
    outline: none;
    border-color: #F89001;
}

.producoes-lead-form select:disabled {
    background-color: #f5f5f5;
    cursor: not-allowed;
}

.producoes-lead-form .checkbox-field {
    display: flex;
    align-items: flex-start;
}

.producoes-lead-form .checkbox-field label {
    display: flex;
    align-items: center;
    font-weight: normal;
    cursor: pointer;
    gap: 0.5em;
}

.producoes-lead-form .checkbox-field label span {
    flex: 1;
    line-height: 1.5;
}

.producoes-lead-form .checkbox-field input[type="checkbox"] {
    margin: 0;
    flex-shrink: 0;
    border: 1px solid #F89001;
    border-radius: 2px;
    appearance: none;
    width: 1.25em;
    height: 1.25em;
    cursor: pointer;
    position: relative;
}

.producoes-lead-form .checkbox-field input[type="checkbox"]:checked {
    background-color: #F89001;
}

.producoes-lead-form .checkbox-field input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 0.25em;
    top: 0.1em;
    width: 0.4em;
    height: 0.6em;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.producoes-lead-form .politica-link {
    color: #E54B00;
    text-decoration: underline;
    display: inline;
}

.producoes-lead-form .field-error {
    display: none;
    color: #E54B00;
    font-size: 0.875em;
    margin-top: 0.5em;
    min-height: 1.5em;
}

.producoes-lead-form .field-error:not(:empty) {
    display: block;
}

.producoes-lead-form input.has-error,
.producoes-lead-form select.has-error {
    border-color: #E54B00;
}

.producoes-lead-form .form-errors {
    margin-bottom: 1em;
    padding: 0.75em;
    background-color: #fee;
    border: 1px solid #fcc;
    border-radius: 4px;
    color: #c33;
    display: none;
}

.producoes-lead-form .form-errors.active {
    display: block;
}

.producoes-lead-form .form-errors ul {
    margin: 0;
    padding-left: 1.5em;
}

.producoes-lead-form .form-submit-btn {
    width: fit-content;
    margin: 0;
    display: block;
    padding: 0.75em 1.5em;
    background-color: #548523;
    color: #ffffff;
    border: 1px solid #707070;
    border-radius: 1.125em;
    font-size: 1.0625em;
    font-family: 'Bitter', serif;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.producoes-lead-form .form-submit-btn:hover {
    background-color: #ffffff;
    color: #548523;
    border: 1px solid #548523;
}

.producoes-lead-form .form-submit-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .producoes-form-modal-content {
        width: 95%;
        padding: 2em 1.5em;
        max-height: 95vh;
    }

    .producoes-lead-form h2 {
        font-size: 1.25em;
    }
}
