/*!
Theme Name: Landing Page Justiça Climática
Theme URI: http://underscores.me/
Author: Carlos Souza
Author URI: http://cidadeescolaaprendiz.org.br
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: landing-page-justica-climatica
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.

Landing Page Justiça Climática 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
	- Variables
	- 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

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Fontes
--------------------------------------------- */
@font-face {
    font-family: 'lato';
    src: url('assets/fonts/lato.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cheap Potatoes';
    src: url('assets/fonts/Cheap Potatoes Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cheap Potatoes';
    src: url('assets/fonts/Cheap Potatoes Black Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('assets/fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('assets/fonts/Lato-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('assets/fonts/Lato-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('assets/fonts/Lato-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('assets/fonts/Lato-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('assets/fonts/Lato-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('assets/fonts/Lato-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('assets/fonts/Lato-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('assets/fonts/Lato-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('assets/fonts/Lato-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* Variables
--------------------------------------------- */

:root {
    --default-font-size: 16px;
    --font-family-base: 'Lato';
    font-size: var(--default-font-size);
}

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

/**
 * 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;
}

/* 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
--------------------------------------------- */
* {
    font-family: 'Lato';
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

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;
    font-family: var(--font-family-base);
}

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:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* 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
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

header {
    background-color: #633357;
    font-size: 16px;
    padding: 1.25em 6.25em;
}

header .align-items-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .header-logos a,
header .header-logos-right a {
    display: flex;
    align-items: center;
}

header .header-logos img,
header .header-logos-right img {
    max-height: 3.125em;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}

header .header-right {
    display: flex;
    align-items: center;
}

header .header-center .header-acessibilidade {
    display: flex;
    align-items: center;
    column-gap: 0.625em;
}

header .header-center .header-acessibilidade button {
    width: 1.525em;
    height: 1.525em;
    padding: 0;
    border: none;
    border-radius: 0.3125em;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
}

header
    .header-center
    .header-acessibilidade
    button.alternar-contraste
    .circulo {
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.1em;
}

header
    .header-center
    .header-acessibilidade
    button.alternar-contraste
    .circulo
    .meio-circulo {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(
        to right,
        #633357 0%,
        #633357 50%,
        transparent 50%,
        transparent 100%
    );
}

.header-right .header-redes-sociais {
    display: flex;
    align-items: center;
    column-gap: 0.625em;
    margin-left: 0.625em;
}

.header-right .header-redes-sociais a {
    width: 1.875em;
    height: 1.875em;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #633357;
    font-weight: bold;
    text-decoration: none;
}

.header-right .header-redes-sociais a i {
    font-size: 1.1em;
}

@media screen and (max-width: 768px) {
    header .header-logos a,
    header .header-logos-right a {
        padding: 1.5em 1em;
    }

    header {
        font-size: 12px;
    }
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#colophon {
    background: #3e3e3e;
    padding: 7vh 0;
    font-size: 16px;
}

#scroll_to_top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #de4d4a;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
}

#colophon .logos-rodape .logos-grupo-container .logos-grupo a img {
    height: 100%;
    max-height: 2.5em;
}

#scroll_to_top:hover {
    background-color: #555;
}

.logos-rodape {
    margin: auto;
}

.logos-rodape img {
    margin: 0 15px;
    text-align: center;
}

.inativo {
    display: none;
}

.logos-rodape {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: fit-content;
    padding: 15px 0;
    margin: 0 auto;
    gap: 50px;
}

.logos-grupo-titulo {
    font-size: 0.8em;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
    color: #572929;
}

.logos-rodape img {
    margin: 0 !important;
    text-align: center;
}

.logos-grupo {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

#colophon {
    background-color: #fff !important;
}

.logos-rodape ~ .col-xs-4.col-md-4.text-center {
    display: none;
}

@media (max-width: 768px) {
    .logos-grupo {
        flex-direction: column;
    }
}

/* Regras responsivas para o footer */
@media screen and (max-width: 500px) {
    #colophon {
        padding: 4vh 0;
    }

    #colophon img {
        margin-bottom: 20px;
    }
}

.redes-sociais {
    display: inline-block;
}

.redes-sociais a {
    margin: 0 5px;
    display: inline-block;
}

.redes-sociais img {
    max-height: 24px;
    width: auto;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex='-1']:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.widget_material_informativo_widget {
    background-color: #633357;
    font-size: 16px;
    padding: 6.25em 20px;
}

/* Material Informativo */
.material-informativo {
}

.material-informativo .material-informativo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.625em;
    width: 100%;
    max-width: 740px;
    margin: 0 auto;
}

.material-informativo .material-informativo-container-left {
    flex: 1;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.material-informativo .material-informativo-container-left .material-download {
    position: relative;
}

.material-informativo
    .material-informativo-container-left
    .material-download
    > img {
    position: absolute;
    top: -0.5rem;
    left: -0.5rem;
}

.material-informativo
    .material-informativo-container-left
    .material-download
    > a {
    font-size: 12px;
    letter-spacing: 0.0833em;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: #db176b;
    border-radius: 2.8125rem;
    padding: 0.625rem 0.9375rem;
    max-width: 21.875rem;
    display: block;
    text-align: center;
}

.material-informativo .material-informativo-container-right {
    flex: 1;
    max-width: 660px;
}

.material-informativo .material-informativo-container-right > h3,
.material-informativo .material-informativo-container-left > h3 {
    font-family: 'Cheap Potatoes';
    font-weight: 900;
    font-size: 2.3125rem;
    color: #205030;
    line-height: 2.24;
    margin-bottom: 2.8125rem;
}

.material-informativo .material-informativo-container-left > h3 {
    display: none;
}

.material-informativo .material-informativo-container-right .material-conteudo {
    font-size: 1.0625rem;
    color: #fff;
    line-height: 1.66;
}

.material-informativo
    .material-informativo-container-right
    .material-conteudo
    a {
    color: #e84a18;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .material-informativo .material-informativo-container-left {
        max-width: 100%;
    }

    .material-informativo .material-informativo-container-left > h3 {
        display: inline;
    }

    .material-informativo .material-informativo-container-right > h3 {
        display: none;
    }

    .material-informativo .material-informativo-container {
        flex-direction: column;
        align-items: center;
    }

    .material-informativo
        .material-informativo-container-left
        .material-download {
        width: 100%;
        max-width: 350px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .material-informativo
        .material-informativo-container-left
        .material-download
        > a {
        display: block;
        width: 100%;
        max-width: 100%;
    }
}

/* Landing Page - Videos Youtube */
.widget_videos_youtube {
    width: 100%;
    font-size: 16px;
    padding: 6.25em 20px;
    margin: 0;
}

.widget_videos_youtube .widget-title {
    text-align: center;
    font-family: 'lato';
    font-weight: 900;
    font-size: 3.1875rem;
    line-height: 1.2;
    letter-spacing: -2%;
}

.widget_videos_youtube .subtitle {
    text-align: center;
    font-family: 'lato';
    font-size: 2.25rem;
}

.widget_videos_youtube_container {
    padding: 60px 0;
}

.videos_youtube_paginacao {
    display: grid;
    width: 100%;
    max-width: 1075px;
    margin: 0 auto;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 4.6511%;
    row-gap: 1.25em;
}

.videos_youtube_paginacao .video-youtube {
    height: 19.372vw;
    max-height: 216px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.video-thumbnail {
    background-size: 118% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.video-destaque-container {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 4.34%;
    margin: 0 auto;
    width: 100%;
    max-width: 1150px;
    padding: 4.125em 0;
}

.video-destaque-container .video-destaque {
    flex: 1;
}

.video-destaque-container .video-destaque .video-youtube {
    position: relative;
    width: 100%;
    height: 23.125em;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: solid 0.375em #f7a91b;
    cursor: pointer;
}

.video-destaque-container .video-destaque .video-youtube span {
    color: #fff;
    z-index: 2;
    font-weight: bold;
}

.video-destaque-container .video-destaque-texto {
    flex: 1;
}

.video-destaque-container .video-destaque-texto .texto-conteudo {
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: pre-line;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.66;
}

.opacity-video-youtube {
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.5); */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.video-thumbnail {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.youtube-shorts .video-thumbnail {
    width: 30%;
}

.circulo-video-youtube {
    z-index: 2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    max-height: 35%;
}

.circulo-video-youtube svg {
    width: 4em;
}

.videos_youtube_paginacao .video-youtube span {
    color: #fff;
    z-index: 2;
    font-weight: bold;
}

.widget_videos_youtube .veja-mais-videos-youtube {
    padding: 0.625rem 1.75rem;
    border-radius: 2rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #db176b;
    transition: all 0.3s ease;
    border: none;
}

.widget_videos_youtube .veja-mais-videos-youtube:hover {
    background-color: #fff;
}

.widget_videos_youtube .veja-mais-videos-youtube span {
    color: #fff;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    transition: all 0.3s ease;
}

.widget_videos_youtube .veja-mais-videos-youtube:hover span {
    color: #db176b;
    font-weight: bold;
}

.widget_videos_youtube .veja-mais-videos-youtube svg {
    stroke: #fff !important;
    transition: all 0.3s ease;
}

.widget_videos_youtube .veja-mais-videos-youtube:hover svg {
    stroke: #db176b !important;
}

.widget_videos_youtube .veja-mais-videos-youtube img {
    display: none;
    height: 1em;
}

.widget_videos_youtube .veja-mais-videos-youtube.loading span {
    display: none;
}

.widget_videos_youtube .veja-mais-videos-youtube.loading img {
    display: block;
}

@media screen and (max-width: 1700px) {
    .widget_videos_youtube {
        font-size: 14px;
    }
}

@media screen and (max-width: 1500px) {
    .widget_videos_youtube {
        font-size: 12px;
    }
}

@media screen and (max-width: 1280px) {
    .widget_videos_youtube {
        font-size: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .widget_videos_youtube {
        font-size: 14px;
    }

    .videos_youtube_paginacao {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
    }

    .videos_youtube_paginacao .video-youtube {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .widget_videos_youtube {
        font-size: 14px;
    }

    .videos_youtube_paginacao {
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }

    .videos_youtube_paginacao .video-youtube {
        width: 100%;
    }

    .video-destaque-container {
        flex-direction: column;
        gap: 2.5em;
    }

    .video-destaque-container .video-destaque {
        width: 100%;
    }
}

/* Landing Page - Podcasts */
.widget_podcast {
    width: 100%;
    font-size: 16px;
    background-image: url('assets/images/background-podcast.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 6.25em 1.25em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.widget_podcast_container {
    width: 100%;
    max-width: 800px;
}

.widget_podcast .widget-title {
    font-family: 'lato';
    font-weight: 900;
    font-size: 3.1875rem;
    color: #fff;
    text-align: center;
    line-height: 1;
    letter-spacing: -2%;
    margin-bottom: 0.7843em;
}

.widget_podcast .subtitle {
    font-family: 'lato';
    font-size: 2.25rem;
    color: #572929;
    text-align: center;
    margin-bottom: 4.6875rem;
}

.widget_podcast_container .podcast_paginacao .podcast-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 2.5em;
}

.widget_podcast_container .podcast_paginacao .podcast-item {
    /* padding: 1em;
    background-color: #355d15; */
    border-radius: 1em;
}

.podcast_paginacao .podcast-item iframe {
    width: 100%;
    height: auto;
    border-radius: 0.625em;
}

.widget_podcast .veja-mais-podcasts {
    background-color: transparent;
    border: solid 2px #fff;
    border-radius: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 2.5em;
    padding: 10px 30px;
}

.widget_podcast .veja-mais-podcasts:hover {
    background-color: #fff;
}

.widget_podcast .veja-mais-podcasts span {
    font-size: 0.75em;
    font-weight: bold;
    color: #070707;
    letter-spacing: 0.0833em;
}

.widget_podcast .veja-mais-podcasts.loading span {
    display: none;
}

.widget_podcast .veja-mais-podcasts img {
    display: none;
    height: 1em;
}

.widget_podcast .veja-mais-podcasts.loading img {
    display: block;
}

/* REPORTAGENS */

.widget_wp_clipping_widget .wp-clipping-veja-mais {
    padding: 0.625rem 1.75rem;
    border-radius: 2rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #db176b;
    transition: all 0.3s ease;
    border: none;
}

.widget_wp_clipping_widget .wp-clipping-veja-mais:hover {
    background-color: #fff;
}

.widget_wp_clipping_widget .wp-clipping-veja-mais span {
    color: #fff;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    transition: all 0.3s ease;
}

.widget_wp_clipping_widget .wp-clipping-veja-mais:hover span {
    color: #db176b;
    font-weight: bold;
}

.widget_wp_clipping_widget .wp-clipping-veja-mais:hover svg {
    stroke: #db176b !important;
}

.widget_wp_clipping_widget .wp-clipping-veja-mais svg {
    stroke: #fff !important;
    transition: all 0.3s ease;
}

.widget_wp_clipping_widget .wp-clipping-veja-mais img {
    display: none;
    height: 1em;
}

.widget_wp_clipping_widget .wp-clipping-veja-mais.loading span {
    display: none;
}

.widget_wp_clipping_widget .wp-clipping-veja-mais.loading img {
    display: block;
}

@media screen and (max-width: 768px) {
    .widget_wp_clipping_widget .wp-clipping-destaques {
        flex-direction: column;
        border: none !important;
        padding-bottom: 0 !important;
    }

    .widget_wp_clipping_widget
        .wp-clipping-destaques
        .wp-clipping-primeiro-destaque {
        height: 270px !important;
        flex: auto !important;
        justify-content: flex-start;
    }

    .widget_wp_clipping_widget
        .wp-clipping-destaques
        .wp-clipping-outros-destaques
        > a {
        flex-direction: column;
        gap: 10px !important;
        text-align: left !important;
    }

    .widget_wp_clipping_widget
        .wp-clipping-destaques
        .wp-clipping-outros-destaques
        > a
        > div:first-child {
        height: 270px !important;
        width: 100% !important;
        flex: auto !important;
    }

    .widget_wp_clipping_widget .wp-clipping-list {
        display: flex !important;
        flex-direction: column !important;
    }

    .widget_wp_clipping_widget
        .wp-clipping-list
        .wp-clipping-item
        .wp-clipping-image {
        height: 270px !important;
        flex: auto !important;
    }

    .widget_wp_clipping_widget
        .wp-clipping-list
        .wp-clipping-item
        .wp-clipping-title {
        margin-top: 10px !important;
    }

    .widget_wp_clipping_widget
        .wp-clipping-destaques
        .wp-clipping-outros-destaques
        > a
        > div:nth-child(2) {
        font-size: 1.125rem !important;
        text-align: left !important;
        width: 100% !important;
    }
}

/* CLIPPINGS */
.widget_wp_clipping_widget {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6.25em 20px;
    background-color: #633357;
}

.widget_wp_clipping_widget .widget-title {
    font-family: 'lato';
    font-size: 3.1875rem;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    letter-spacing: -2%;
}

.widget_wp_clipping_widget .wp-clipping-widget-subtitle {
    font-family: 'lato';
    color: #572929;
    font-size: 2.25rem;
    text-align: center;
}

.widget_wp_clipping_widget .wp-clipping-destaques {
    width: 100%;
    max-width: 1200px;
    display: flex;
    gap: 1.875em;
    padding: 6.125em 0 3.125em 0;
    border-bottom: 2px dotted #3B1331;
}

.widget_wp_clipping_widget .wp-clipping-destaques .destaque-container {
    display: flex;
    width: 100%;
    gap: 2.5em;
}

.widget_wp_clipping_widget
    .wp-clipping-destaques
    .wp-clipping-primeiro-destaque {
    height: 25em;
    border-radius: 0.625em;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    text-decoration: none;
}

.widget_wp_clipping_widget
    .wp-clipping-destaques
    .wp-clipping-primeiro-destaque-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    gap: 1.5625em;
}

.widget_wp_clipping_widget
.wp-clipping-destaques
.wp-clipping-primeiro-destaque-content
.wp-clipping-destaque-title {
    font-weight: bold;
    font-size: 2.25rem;
    line-height: 1.2;
    letter-spacing: -2%;
    color: #fff;
}

.widget_wp_clipping_widget
.wp-clipping-destaques
.wp-clipping-primeiro-destaque-content
.wp-clipping-destaque-excerpt {
    font-size: 1.125rem;
    line-height: 1.45;
    letter-spacing: -0.5%;
    color: #fff;
    font-weight: 500;
}

.widget_wp_clipping_widget
    .wp-clipping-destaques
    .wp-clipping-primeiro-destaque
    .opacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(84, 84, 84, 0.5);
}

.widget_wp_clipping_widget
    .wp-clipping-destaques
    .wp-clipping-primeiro-destaque
    .wp-clipping-destaque-title {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 1.75rem;
    font-family: 'lato';
    font-weight: bold;
}

.widget_wp_clipping_widget
    .wp-clipping-destaques
    .wp-clipping-outros-destaques {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.875em;
}

.widget_wp_clipping_widget
    .wp-clipping-destaques
    .wp-clipping-outros-destaques
    > a {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 1.875em;
    text-decoration: none;
}

.widget_wp_clipping_widget
    .wp-clipping-destaques
    .wp-clipping-outros-destaques
    > a
    > div {
    flex: 1;
}

.widget_wp_clipping_widget
    .wp-clipping-destaques
    .wp-clipping-outros-destaques
    > a
    > div:first-child {
    background-color: #eee;
    height: 100%;
}

.widget_wp_clipping_widget
    .wp-clipping-destaques
    .wp-clipping-outros-destaques
    > a
    > div:nth-child(2) {
    font-size: 1.5rem;
    line-height: 1.33;
    color: #572929;
    font-weight: 900;
}

.widget_wp_clipping_widget .wp-clipping-list {
    width: 100%;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.125em;
    padding: 3.125em 0;
}

.widget_wp_clipping_widget .wp-clipping-list .wp-clipping-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.widget_wp_clipping_widget
    .wp-clipping-list
    .wp-clipping-item
    .wp-clipping-image {
    position: relative;
    width: 100%;
    height: 19.75em;
    background-color: #eee;
    background-size: cover;
    background-position: center;
    border-radius: 0.625em;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 1.5625em;
}

.widget_wp_clipping_widget
    .wp-clipping-list
    .wp-clipping-item
    .wp-clipping-image
    .opacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 1));
    border-bottom-left-radius: 0.625em;
    border-bottom-right-radius: 0.625em;
    }

.widget_wp_clipping_widget
    .wp-clipping-list
    .wp-clipping-item
    .wp-clipping-title {
    font-family: 'lato';
    color: #fff;
    font-weight: 900;
    font-size: 1.125rem;
    line-height: 1.66;
    margin-top: 20px;
    z-index: 2;
}

.widget_wp_clipping_widget
    .wp-clipping-destaques
    .wp-clipping-outros-destaques
    > a:hover
    > div:nth-child(2),
.widget_wp_clipping_widget
    .wp-clipping-list
    .wp-clipping-item:hover
    .wp-clipping-title {
    color: #e34516;
}

/* Faixa Laranja - Material Informativo */
.download-material-informativo {
    font-size: 16px;
    background-color: #bf4d24;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3.75em 20px;
    gap: 1.25em;
}

.download-material-informativo > a {
    width: 2.6875em;
    height: 2.6875em;
}

.download-material-informativo > a img {
    width: 100%;
    height: 100%;
}

.download-material-informativo > p {
    font-size: 3.125rem;
    line-height: 1.08;
    font-family: 'lato';
    color: #fff;
    width: 100%;
    max-width: 1000px;
    text-align: center;
    margin: 0;
}

.download-material-informativo > p a {
    font-family: 'lato';
    color: #f7a91b;
    text-decoration: none;
}

/* Curta metragem */
.widget_curta_metragem_widget {
    font-size: 16px;
    width: 100%;
    padding: 6.25em 20px;
    background-color: #f4f3ec;
}

.widget_curta_metragem_widget .curta-metragem-widget {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.widget_curta_metragem_widget .curta-metragem-widget > h2 {
    font-family: 'lato';
    font-size: 2.925rem;
    line-height: 1;
    color: #e34516;
    text-align: center;
}

.widget_curta_metragem_widget .curta-metragem-widget > h3 {
    font-family: 'lato';
    color: #572929;
    font-size: 2.25rem;
    text-align: center;
}

.widget_curta_metragem_widget .curta-metragem-widget .curta-metragem-content {
    margin-top: 5em;
    display: flex;
    max-width: 1200px;
    align-items: center;
    gap: 3.4375em;
}

.widget_curta_metragem_widget
    .curta-metragem-widget
    .curta-metragem-content
    > div {
    flex: 1;
}

.widget_curta_metragem_widget
    .curta-metragem-widget
    .curta-metragem-content
    .curta-metragem-video {
    padding: 0.875em;
    background-color: #f7a91b;
}

.widget_curta_metragem_widget
    .curta-metragem-widget
    .curta-metragem-content
    .curta-metragem-texto
    p {
    font-size: 1.125rem;
    color: #572929;
    line-height: 1.66;
}

@media screen and (max-width: 768px) {
    .widget_curta_metragem_widget
        .curta-metragem-widget
        .curta-metragem-content {
        flex-direction: column;
    }
}

/* Material */
.widget_material {
    width: 100%;
    padding: 6.25em 20px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
}

.widget_material > h2 {
    font-family: 'lato';
    font-size: 2.925rem;
    line-height: 1;
    color: #e34516;
    text-align: center;
}

.widget_material > h3 {
    font-family: 'lato';
    color: #572929;
    font-size: 2.25rem;
    text-align: center;
}

.widget_material .materiais_lista {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    column-gap: 6.25em;
    row-gap: 3.125em;
    width: fit-content;
    max-width: 53.75em;
    margin-top: 6.25em;
}

.widget_material .materiais_lista .material-item {
    width: 13.75em;
}

.widget_material .materiais_lista .material-item .material-thumbnail {
    width: 100%;
    height: 21.25em;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.widget_material .materiais_lista .material-item > a {
    width: 100%;
    border: solid 3px #f7a91b;
    border-radius: 1.75em;
    background-color: #fff;
    color: #572929;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 0.625em;
    margin-top: 1.25em;
}

/* Widget Texto */
.widget_texto {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6.25em 20px;
}

.widget_texto .container {
    width: 100%;
    max-width: 740px;
    font-size: 1rem;
}

.widget_texto .container h1,
.widget_texto .container h2,
.widget_texto .container h3,
.widget_texto .container h4,
.widget_texto .container h5,
.widget_texto .container h6 {
    font-weight: bold;
}

.widget_texto .container .row div h3:first-child {
    font-size: 3.1875rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
    color: #633357;
}

.widget_texto .container .content p {
    font-size: 1.0625rem;
    line-height: 1.45;
    color: #2c2c2c;
}

.widget_texto .container .content p a {
    font-weight: bold;
    color: #db176b;
}

/* Banner de Apresentação */
.widget_banner_apresentacao_widget {
    width: 100%;
    max-height: 380px;
    height: 29.6875vw;
    background-size: cover;
    background-position: center;
    padding: 0 !important;
}

.banner-apresentacao {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}


/* Responsividade das fontes */
@media screen and (max-width: 1024px) {
    :root {
        font-size: calc(var(--default-font-size) * 0.8);
    }
}

@media screen and (max-width: 768px) {
    .landing-page-builder > div {
        padding: 50px 20px;
    }

    .widget_download_material_informativo_widget {
        padding: 0 !important;
    }

    .widget_podcast .subtitle {
        margin-bottom: 50px;
    }

    .widget_wp_clipping_widget .wp-clipping-destaques {
        padding-top: 50px;
    }

    .widget_curta_metragem_widget
        .curta-metragem-widget
        .curta-metragem-content,
    .widget_material .materiais_lista {
        margin-top: 50px;
    }

    *:not(i) {
        font-family: 'lato' !important;
        line-height: 1.5 !important;
    }

    .material-informativo .material-informativo-container-right > h3,
    .material-informativo .material-informativo-container-left > h3 {
        font-family: 'Cheap Potatoes' !important;
        line-height: 2.24 !important;
    }
}

/* Contraste */
body.contraste .widget_material_informativo_widget ,
body.contraste .widget_wp_clipping_widget,
body.contraste .widget_material
/* body.contraste #colophon */ {
    background-color: #333 !important;
}

body.contraste .material-informativo .material-informativo-container-right .material-conteudo,
body.contraste .widget_wp_clipping_widget .wp-clipping-widget-subtitle,
body.contraste .widget_wp_clipping_widget .wp-clipping-destaques .wp-clipping-outros-destaques > a > div:nth-child(2),
body.contraste .widget_wp_clipping_widget .wp-clipping-list .wp-clipping-item .wp-clipping-title,
body.contraste .widget_material > h3
/* body.contraste .logos-grupo-titulo */ {
    color: #fff;
}

body.contraste .material-informativo .material-informativo-container-right > h3,
body.contraste .material-informativo .material-informativo-container-left > h3 {
    color: #96c141;
}

body.contraste .widget_podcast {
    background-color: #205030;
}

body.contraste .widget_podcast .subtitle {
    color: #d49b7a;
}

body.contraste .widget_curta_metragem_widget {
    background-color: #572929;
}

body.contraste .widget_curta_metragem_widget .curta-metragem-widget > h3,
body.contraste
    .widget_curta_metragem_widget
    .curta-metragem-widget
    .curta-metragem-content
    .curta-metragem-texto
    p {
    color: #f4f3ec;
}
