/*!
Theme Name: Instituto Marc Chagall
Theme URI: http://chagall.org.br
Author: Marco Andrei Kichalowsky, Arsnova Digital
Author URI: https://arsnova.digital
Description: Tema personalizado para o Instituto Cultural Judaico Marc Chagall.
Version: 1.0.0
Tested up to: 6.8.2
Requires PHP: 7.4
License: Some rights reserved
Text Domain: chagall-arsnova
Tags: custom-logo, custom-menu, featured-images, translation-ready

Instituto Marc Chagall design (C) 2025 Instituto Cultural Judaico Marc Chagall, Arsnova Digital

Instituto Marc Chagall 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

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* 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
--------------------------------------------------------------*/

/* Definitions
--------------------------------------------- */

:root {
	--azul-rodape: #0167AF;
	--azul-escuro: #3967AD;
	--azul-cinza: #95C7EB;
	--azul-claro: #83D6F5;
	--azul-friso: #87C8E7;

	--azul-vitrine: #4985C5;

	--largura-coluna: 800px;
	--largura-miolo: 1080px;
}

.hex {
	-webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
	clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
}

html {
	font-size: 18px;
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: black;
	font-family: 'Gill Sans', 'Trebuchet MS', "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
	color: var(--azul-rodape);
}

h1,
h2 {
	color: var(--azul-escuro);
	text-transform: uppercase;
}

h1 {
	font-size: 3rem;
	letter-spacing: 0.25rem;
}

h2 {
	font-size: 1.75rem;
	letter-spacing: 0.175rem;
}

h3 {
	font-size: 1.5rem;
	letter-spacing: 0.15rem;
}

p {
	margin: 1rem 0;
}

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;
	padding: 0;
}

ul {
	list-style: none;
}

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%;
}

.wp-block-button__link {
	background-color: var(--azul-vitrine);
	border-radius: 8px;
	color: white;
	font-size: 0.9rem;
	font-weight: normal;
	margin: 1rem auto;
	padding: 0.25rem 1rem 0.5rem;
	text-align: center;
}

@media (min-width: 640px) {
	.wp-block-button__link {
		font-size: 1.125rem;
	}

}

.wp-block-button__link:visited {
	color: white;
}

.wp-block-buttons {
	margin: 1.5rem auto 3rem;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {}

a:hover,
a:focus,
a:active {}

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
--------------------------------------------------------------*/

/* Header
--------------------------------------------- */

.site-header {
	background-color: var(--azul-escuro);
	width: 100%;
}

.site-header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 90px;
	margin: 0 auto;
	max-width: var(--largura-miolo);
	padding: 0 2rem;
}

.site-branding {
	line-height: 0;
	max-width: 250px;
}

/* Footer
--------------------------------------------- */

.site-footer {
	background-color: var(--azul-rodape);
	color: white;
	font-size: 0.85rem;
}

.site-footer a {
	color: var(--azul-cinza);
	font-weight: 600;
	text-decoration: none;
}

.site-info {
	text-align: center;

	margin: 0 auto;
	max-width: var(--largura-miolo);
	padding: 2rem 1rem 1rem;
	width: 100%;
}

.site-info>* {
	margin-bottom: 0.5rem;
}

@media (min-width: 720px) {
	.site-info {
		display: flex;
		justify-content: space-between;
	}
}


/* Sponsors
--------------------------------------------- */

#sponsors {
	background-color: #f5f5f5;
	padding: 2rem;
}

#sponsors .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	max-width: var(--largura-miolo);
	width: 100%;
}

#sponsors .sponsor {
	margin: 0.5rem 1.5rem 1.5rem;
}

#sponsors .rouanet img {
	max-height: 60px;
}

#sponsors .firs img {
	max-height: 36px;
}

#sponsors .govbr img {
	max-height: 78px;
}

#sponsors .sponsor-cat {
	font-size: 0.75rem;
	font-weight: 600;
	min-height: 24px;
	text-align: center;
}

#sponsors img {
	margin-top: 0.5rem;
	mix-blend-mode: multiply;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	flex-direction: column;
	justify-content: flex-start;
	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;
	text-transform: uppercase;
	margin: auto 10px;
	font-size: 0.85rem;
	font-weight: 500;
}

.main-navigation a {
	color: white;
	display: block;
	text-decoration: none;
}

.current-menu-item a {
	color: var(--azul-claro);
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
	/* Aparece o hambúrguer e alinha à direita. */
	float: right;
	/* Formata o botão. */
	border: none;
	font-family: FontAwesome;
	font-size: 1.5rem;
	background-color: transparent;
	color: white;
	padding: 8px;
}

.main-navigation.toggled ul {
	/* Posiciona o menu logo abaixo do cabeçalho. */
	position: absolute;
	top: 90px;
	right: 0;
	width: 100%;
	/* Alinha os itens ao longo da coluna. */
	display: flex;
	flex-direction: column;
	background-color: var(--azul-escuro);
	padding: 20px;
	z-index: 10;
}

.main-navigation.toggled ul li {
	margin: 8px auto;
}

@media screen and (min-width: 800px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	border-top: solid 1px var(--azul-vitrine);
	font-size: 0.825rem;
	margin: 2rem auto 4rem;
	max-width: var(--largura-coluna);
	padding: 1rem 0 0;
	width: calc(100% - 4rem);
}

.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
--------------------------------------------- */

.single-post-content {
	display: flex;
	margin: 0 auto;
	max-width: var(--largura-miolo);
	width: 100%;
}

@media (max-width: 850px) {
	.single-post-content {
		flex-wrap: wrap;
	}
}

.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 4rem auto;
	max-width: var(--largura-coluna);
	padding: 0 2rem;
	width: 100%;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

#vitrine {
	background-color: white;
	height: 400px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#vitrine .vitrine-fundo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

#vitrine .vitrine-fundo img {
	filter: grayscale(1);
	min-height: 100%;
	min-width: 100%;
	opacity: 20%;
	object-fit: cover;
}

.mascara-azul {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--azul-cinza);
	opacity: 50%;
}

.mascara-azul-multiply {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--azul-cinza);
	mix-blend-mode: multiply;
}

.mascara-azul-color {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--azul-cinza);
	mix-blend-mode: color;
}

.mascara-azul-vitrine {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--azul-vitrine);
	mix-blend-mode: multiply;
}

#vitrine .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	padding: 2rem;
	position: relative;
}

.vitrine-titulo {
	color: white;
	font-size: 1.75rem;
	letter-spacing: 0.5rem;
	text-align: center;
}

@media (min-width: 640px) {
	.vitrine-titulo {
		font-size: 3rem;
	}
}


/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget-area {
	background-color: var(--azul-rodape);
	color: white;
	font-size: 0.85rem;
	font-weight: normal;
	padding: 2rem;
}

.widget-area .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	max-width: var(--largura-miolo);
	width: 100%;
}

@media (min-width: 768px) {
	.widget-area .container {
		flex-direction: row;
		align-items: start;
		padding-top: 2rem;
	}
}

.widget-area a {
	color: var(--azul-claro);
	font-weight: 600;
	text-decoration: none;
}

.widget {
	max-width: 275px;
	width: 100%;
}

@media (min-width: 768px) {
	.widget_nav_menu {
		margin-top: 1rem;
		width: 180px;
	}
}

.widget select {
	max-width: 100%;
}

.widget ul {
	font-size: 0.75rem;
	list-style: none;
	margin: 0 0 1.5rem;
	padding: 0;
	text-transform: uppercase;
}

.widget ul a {
	color: white;
}

.widget .sub-menu {
	padding: 0 0 0 0.5rem;
	text-transform: none;
}

.widget #menu-social {
	display: flex;
	font-size: 1.25rem;
}

.widget #menu-social li {
	margin-right: 0.5rem;
}

/* 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;
}

/*--------------------------------------------------------------
# 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;
}


/*--------------------------------------------------------------
# Templates
--------------------------------------------------------------*/

/* O Instituto
--------------------------------------------- */

#missao-visao {
	overflow: hidden;
	position: relative;
}

#missao-visao .fundo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

#missao-visao .fundo img {
	filter: grayscale(1);
	min-height: 100%;
	min-width: 100%;
	opacity: 7.5%;
	object-fit: cover;
}


#missao-visao .container {
	margin: 0 auto;
	max-width: var(--largura-miolo);
	padding: 4rem 2rem;
	width: 100%;
}

#missao-visao ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

#missao-visao .destaque {
	margin: 1rem 40px;
	text-align: center;
	width: 180px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

#missao-visao .destaque .titulo {
	background-color: white;
	color: var(--azul-cinza);
	font-weight: 600;
	height: 160px;
	width: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 2rem;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.destaque .linha-1 {
	background-color: white;
	height: 1px;
	position: absolute;
	width: 2000px;
	top: 80px;
	margin: 0;
	transform: rotate(29deg);
}

.destaque .linha-2 {
	background-color: white;
	height: 1px;
	position: absolute;
	width: 2000px;
	top: 80px;
	margin: 0;
	transform: rotate(151deg);
}

#missao-visao .destaque .texto {
	color: var(--azul-escuro);
	font-weight: normal;
	position: relative;
	z-index: 1;
}


#acoes .container {
	margin: 0 auto;
	max-width: var(--largura-coluna);
	padding: 4rem 2rem;
	width: 100%;
}

#socios {
	overflow: hidden;
	padding: 4rem 2rem;
	position: relative;
}

#socios .fundo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	filter: grayscale(1);
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
	opacity: 70%;
}

#socios .container {
	margin: 0 auto;
	max-width: var(--largura-coluna);
	position: relative;
	width: 100%;
}

#socios .friso-icone-preto {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 32px auto;
	max-width: var(--largura-coluna);
	position: relative;
	width: 100%;
}

#socios .friso-icone-preto .linha {
	background-color: black;
	height: 1px;
	max-width: 200px;
	width: calc(50% - 32px);
}

#socios .friso-icone-preto img {
	height: 32px;
	margin: 0 24px;
}

#socios .titulo {
	color: black;
	text-align: center;
}

#socios .texto {
	color: var(--azul-escuro);
	text-align: center;
}

#socios .btn-bar {
	margin: 1rem auto 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	width: 100%;
}

#equipe .container {
	margin: 0 auto;
	max-width: var(--largura-coluna);
	padding: 4rem 0;
	width: 100%;
}

/* Lista de Sócios
--------------------------------------------- */

.pagina-lista-socios .entry-content {
	margin-bottom: 2rem;
}

#associados .container {
	margin: 0 auto 6rem;
	max-width: var(--largura-coluna);
	padding: 0 2rem;
	width: 100%;
}

@media (min-width: 768px) {
	#associados .container {
		columns: 2;
	}
}

#associados h2 {
	font-size: 1.5rem;
}

/* Seja Sócio
--------------------------------------------- */

.associacao-form input {
	width: 100%;
}

.associacao-form input[type='submit'] {
	background-color: var(--azul-cinza);
	border: 0;
	border-radius: 8px;
	color: white;
	cursor: pointer;
	font-size: 1.125em;
	font-weight: normal;
	padding: 0.5rem 2rem;
	width: initial;
	align-content: center;
	box-shadow: none;
	text-decoration: none;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	height: 100%;
	text-align: center;
	word-break: break-word;
	line-height: 1.25;
}

#doacoes {
	background-image: url('img/fundo-cinza-riscado.jpg');
	padding: 4rem 2rem;
}

#doacoes .container {
	margin: 0 auto;
	max-width: var(--largura-coluna);
	padding: 0 2rem;
	width: 100%;
}

#doacoes .btn-bar {
	margin: 2rem auto;
	width: 100%;
}

/* Visite
--------------------------------------------- */

.pagina-visite blockquote {
	color: var(--azul-escuro);
	display: block;
	font-weight: normal;
	margin: 0;
	margin-block: auto;
	margin-inline: auto;
}

#visite-destaques {
	overflow: hidden;
	padding: 4rem 2rem;
	position: relative;
}

#visite-destaques .container {
	margin: 0 auto;
	max-width: var(--largura-coluna);
	position: relative;
	width: 100%;
}

#visite-destaques .fundo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	filter: grayscale(1);
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
	opacity: 70%;
}

#visite-destaques .destaque {
	color: black;
}

#visite-destaques .destaque .btn-bar {
	margin: 2rem auto;
	text-align: center;
	width: 100%;
}


#visite-destaques .friso-icone-azul-claro-peq {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 32px auto;
	max-width: var(--largura-coluna);
	position: relative;
	width: 100%;
}

#visite-destaques .friso-icone-azul-claro-peq .linha {
	background-color: var(--azul-friso);
	height: 1px;
	width: 100%
}

#visite-destaques .friso-icone-azul-claro-peq img {
	height: 16px;
	margin: 0 16px;
}

#visite-contatos {
	padding: 4rem 2rem;
}

#visite-contatos .container {
	margin: 0 auto;
	max-width: var(--largura-coluna);
	width: 100%;
}

#visite-contatos p {
	font-weight: normal;
	margin: 1rem 0;
}

#visite-contatos a {
	color: var(--azul-friso);
	font-weight: 600;
}


/* Capa
--------------------------------------------- */

.site-header.pagina-inicial {
	background-color: transparent;
	position: absolute;
	top: 0;
	z-index: 1;
}

.pagina-inicial #vitrine {
	/* height: 85vh; */
}

.pagina-inicial #vitrine .vitrine-fundo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: start;
}

.pagina-inicial #vitrine .container {
	align-items: flex-end;
	flex-direction: row;
	padding-bottom: 150px;
}

.pagina-inicial .assinatura {
	max-width: 300px;
}

.icone-vitral {
	background-image: url('img/icone-vitral.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 188px;
	margin: -94px auto;
	position: relative;
	width: 160px;
	z-index: 1;

}

#destaques {
	overflow: hidden;
	padding: 3rem 2rem 2rem;
	position: relative;
}

#destaques .fundo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

#destaques .fundo img {
	filter: grayscale(1);
	min-height: 100%;
	min-width: 100%;
	opacity: 7.5%;
	object-fit: cover;
}

#destaques .container {
	margin: 0 auto;
	max-width: var(--largura-miolo);
	padding: 4rem 2rem;
	width: 100%;
}

#destaques .titulo {
	position: relative;
	text-align: center;
	z-index: 2;
}

#destaques ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

#destaques .destaque {
	margin: 1rem 40px;
	text-align: center;
	width: 180px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

#destaques .destaque .titulo {
	background-color: var(--azul-escuro);
	color: white;
	font-weight: 600;
	height: 160px;
	width: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 2rem;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

#destaques .destaque .linha-1 {
	background-color: white;
	height: 1px;
	position: absolute;
	width: 2000px;
	top: 80px;
	margin: 0;
	transform: rotate(29deg);
}

#destaques .destaque .linha-2 {
	background-color: white;
	height: 1px;
	position: absolute;
	width: 2000px;
	top: 80px;
	margin: 0;
	transform: rotate(151deg);
}

#destaques a {
	text-decoration: none;
}

/* Instituto */

#instituto {
	padding: 4rem 2rem;
}

#instituto .container {
	margin: 0 auto;
	max-width: var(--largura-coluna);
	width: 100%;
}

#instituto .titulo,
#instituto .texto {
	text-align: center;
}

#instituto .btn-bar {
	margin: 1rem auto 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	width: 100%;
}

#noticias {
	padding: 4rem 2rem;
}

#noticias .container {
	margin: 0 auto;
	max-width: var(--largura-coluna);
	width: 100%;
}

#noticias .titulo {
	text-align: center;
}

.capa-blog-lista {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	width: 100%;
}

.blog-item {
	margin-bottom: 2rem;
	text-align: center;
	width: 210px;
}

.blog-item-imagem {
	background-position: center;
	background-size: cover;
	height: 245px;
	margin-bottom: 1rem;
	position: relative;
	width: 210px;
}

.mascara-hex {
	background-image: url('img/mascara-hex.png');
	position: absolute;
	height: 100%;
	width: 100%;
}

.blog-item-data {
	color: var(--azul-cinza);
	font-size: 0.9rem;
	font-weight: normal;
}

.blog-item-titulo {
	color: var(--azul-escuro);
	font-size: 1.25rem;
	font-weight: normal;
	line-height: 1.2;
}

.linha-azul-estrela {
	background-color: var(--azul-cinza);
	height: 1px;
	margin: 2rem auto;
	position: relative;
	width: 180px;
}

.linha-azul-estrela::after {
	background-image: url('img/estrela-azul-claro.png');
	background-size: contain;
	content: ' ';
	height: 21px;
	width: 18px;
	position: absolute;
	top: -10px;
	right: 81px;
}

.blog-item-mais {
	font-weight: normal;
	text-transform: uppercase;
}

.blog-item-mais a {
	color: var(--azul-escuro);
	text-decoration: none;
}

#acervo {
	background-position: center;
	background-size: cover;
	padding: 4rem 2rem;

}

#acervo .container {
	margin: 0 auto;
	max-width: var(--largura-coluna);
	width: 100%;
}

#acervo .titulo,
#acervo .texto {
	text-align: center;
}

#acervo .btn-bar {
	margin: 1rem auto 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	width: 100%;
}



/* Acervo
--------------------------------------------- */

.pagina-acervo #acervos {
	padding: 4rem 2rem;
}

.pagina-acervo #acervos .container {
	margin: 0 auto;
	max-width: var(--largura-coluna);
	width: 100%;
}

.pagina-acervo blockquote {
	color: var(--azul-escuro);
	display: block;
	font-weight: normal;
	margin: 0;
	margin-block: auto;
	margin-inline: auto;
}

.pagina-acervo #acervos a {
	color: var(--azul-escuro);
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

/* Blog
--------------------------------------------- */

#blog-search-bar {
	margin: 2rem auto 0;
	max-width: var(--largura-miolo);
	width: 100%;
	padding: 2rem;
}

#blog-search-bar .search-field {
	padding: 0.25rem 1rem;
	width: 100%;
}

#blog-posts {
	margin-bottom: 2rem;
}

.blog-posts-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin: 0 auto;
	max-width: var(--largura-miolo);
	padding: 1rem;
	width: 100%;
}

.post-cartao {
	border: 1px solid var(--azul-vitrine);
	margin: 1rem;
	position: relative;
	width: 300px;
}

.post-cartao-imagem {
	background-position: center;
	background-size: cover;
	height: 180px;
	position: relative;
	width: 100%;
}

.post-cartao-info {
	margin-bottom: 2rem;
	padding: 1.5rem;
}

.post-cartao-data {
	color: var(--azul-cinza);
	font-size: 0.9rem;
	font-weight: normal;
}

.post-cartao-titulo {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
}

.post-cartao-titulo a {
	color: var(--azul-escuro);
	text-decoration: none;
}

.post-cartao-resumo {
	font-size: 0.9rem;
}

.post-cartao-leia-mais {
	color: var(--azul-escuro);
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
}

.post-cartao-leia-mais .fas {
	font-size: 0.75rem;
}

.linha-azul-estrela-dir {
	background-color: var(--azul-cinza);
	height: 1px;
	margin: 0 auto 1rem;
	position: absolute;
	left: 1.5rem;
	bottom: 1rem;
	width: calc(100% - 3rem);
}

.linha-azul-estrela-dir::after {
	background-image: url('img/estrela-azul-claro.png');
	background-size: contain;
	content: ' ';
	height: 28px;
	width: 28px;
	position: absolute;
	top: -14px;
	right: -10px;
	background-repeat: no-repeat;
}

.pagina-blog .btn-bar {
	margin: 0 auto 6rem;
	padding: 0 3rem;
	width: 100%;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.pagina-blog .btn-bar .wp-block-button__link {
	background-color: var(--azul-vitrine);
	font-weight: 600;
	text-transform: uppercase;
}


.pagina-blog #vitrine .vitrine-fundo img {
	opacity: 10%;
}


/* WP-PageNavi */

.wp-pagenavi {
	max-width: var(--largura-miolo);
	margin: 0 auto;
	padding: 2rem;
	width: 100%;
}

.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-flex;
	justify-content: center;
	align-items: center;

	background-color: transparent;
	border: none !important;
	color: var(--azul-escuro);
	font-weight: normal;
	padding: 0;
	height: 32px;
	width: 32px;
}

.wp-pagenavi span.current {
	background-color: var(--azul-claro);
	border-radius: 50%;
	color: white;
}

/* Arquivos
--------------------------------------------- */

.pagina-arquivo h1 {
	text-transform: none;
}

.pagina-arquivo h1 span {
	text-transform: uppercase;
}

.pagina-arquivo .btn-bar {
	margin: 0 auto 6rem;
	padding: 0 3rem;
	width: 100%;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.pagina-arquivo .btn-bar .wp-block-button__link {
	background-color: var(--azul-vitrine);
	font-weight: 600;
	text-transform: uppercase;
}


.pagina-arquivo #vitrine .vitrine-fundo img {
	opacity: 10%;
}


/* Resultados de busca */

.search-results h1 {
	text-transform: none;
}

.search-results h1 span {
	text-transform: uppercase;
}

.search-results #vitrine .vitrine-fundo img {
	opacity: 10%;
}

.search-results .btn-bar {
	margin: 0 auto 6rem;
	padding: 0 3rem;
	width: 100%;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;

}

.search-results .btn-bar .wp-block-button__link {
	background-color: var(--azul-vitrine);
	font-weight: 600;
	text-transform: uppercase;
}

.search-results .no-results {
	margin: 0 auto;
	max-width: var(--largura-coluna);
	text-align: left;
	width: 100%;
}


/* Artigo */

#vitrine.artigo .container {
	margin: 0 auto;
	max-width: var(--largura-miolo);
}

#vitrine.artigo .vitrine-titulo {
	line-height: 1.2;
	margin: 0 auto 1rem;
	text-transform: none;
}

.post-meta-date {
	color: var(--azul-claro);
	font-weight: normal;
}

.post {
	margin: 0 auto;
	max-width: var(--largura-coluna);
}

.post-tag-list {
	margin: 3rem auto;
	padding: 0 2rem;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.post-tag-list a {
	color: var(--azul-escuro);
	text-decoration: none;
}

.post-tag-item {
	border: 1px solid var(--azul-escuro);
	display: block;
	font-size: 0.9rem;
	margin: 0.25rem;
	padding: 0.5rem 1rem;
}

/* Barra lateral */

.single-post-content .widget-area {
	background-color: initial;
	color: initial;
	font-size: 0.85rem;
	font-weight: normal;
	padding: 2rem;
}

.single-post-content .widget-area .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	max-width: var(--largura-miolo);
	width: 100%;
}

@media (min-width: 768px) {
	.single-post-content .widget-area .container {
		align-items: start;
		padding-top: 2rem;
	}
}

.single-post-content h2 {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 2rem;
	text-transform: none;
}

.single-post-content .widget-area a {
	color: var(--azul-claro);
	font-weight: 600;
	text-decoration: none;
}

.single-post-content .widget ul {
	font-size: initial;
}

.single-post-content .widget ul li {
	margin-bottom: 0.5rem;
	text-transform: none;
}

.single-post .btn-bar {
	margin: 0 auto 6rem;
	padding: 0 3rem;
	width: 100%;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;

}

.single-post .btn-bar .wp-block-button__link {
	background-color: var(--azul-vitrine);
	font-weight: 600;
	text-transform: uppercase;
}

.single-post .wp-block-search__input {
	border: none;
}

.single-post .wp-block-search__button {
	background: none;
	border: none;
	padding: 0;
}

.single-post .post-navigation {
	font-weight: 600;
}

.single-post .post-navigation a {
	color: var(--azul-escuro);
	text-decoration: none;
}

.single-post .post-navigation .fas {
	font-size: 0.65rem;
}



/* Agenda Cultural
--------------------------------------------- */

#vitrine.evento .vitrine-fundo img {
	opacity: 10%;
}

#vitrine.evento .container {
	margin: 0 auto;
	max-width: var(--largura-miolo);
}

#vitrine.evento .vitrine-titulo {
	line-height: 1.2;
	margin: 0 auto 1rem;
	text-transform: none;
}

.evento-meta-cat {
	color: var(--azul-claro);
	font-size: 1.5rem;
	font-weight: normal;
}

.single-evento-content {
	margin: 0 auto;
	max-width: var(--largura-miolo);
	width: 100%;
}

.single-evento-header {
	display: flex;
	flex-wrap: wrap;
}

/* Índice */

#agenda-cultural {
	margin-bottom: 4rem;
}

#agenda-cultural .container {
	margin: 0 auto;
	max-width: var(--largura-coluna);
	width: 100%;
}

.agenda-linhas {
	margin: 0 auto;
	max-width: var(--largura-coluna);
	padding: 2rem 1.5rem;
	width: 100%;
}

.titulo-linha {
	background-color: var(--azul-escuro);
	color: white;
	font-weight: 600;
	font-size: 1.25rem;
	text-transform: uppercase;
	padding: 0.5rem;
	text-align: center;
	margin-top: 1rem;
}

.evento-linha {
	background-color: #EDF9FE;
	color: var(--azul-rodape);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 0.8rem;
	font-weight: normal;
	padding: 1rem;
	width: 100%;
}

.evento-linha:nth-child(even) {
	background-color: #C8DDF8;
}

.evento-linha-data {
	min-width: 100px;
	text-align: center;
	width: 100px;
	padding-right: 1rem;
}

.evento-linha-data span {
	font-size: 1rem;
	font-weight: 600;
}

.evento-linha-titulo a {
	color: var(--azul-rodape);
	font-weight: 600;
	text-transform: uppercase;
}

.pagina-agenda .btn-bar {
	margin: 0 auto 6rem;
	padding: 0 3rem;
	width: 100%;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.pagina-agenda .btn-bar .wp-block-button__link {
	background-color: var(--azul-vitrine);
	font-weight: 600;
	text-transform: uppercase;
}

/* Evento */

.evento-content {
	margin: 4rem auto;
	max-width: var(--largura-coluna);
	padding: 0 2rem;
	width: 100%;
}

.single-evento-content {
	margin: 0 auto;
	max-width: var(--largura-coluna);
	width: 100%;
}

.single-evento-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 1rem;
	padding: 1rem;
}

.single-evento-meta {
	color: var(--azul-escuro);
	font-size: 1.25rem;
	font-weight: normal;
	width: 320px;

}

.single-evento-meta span {
	color: var(--azul-friso);
	display: inline-block;
	text-align: center;
	min-width: 50px;
}

.evento-meta-data,
.evento-meta-horario,
.evento-meta-end {
	display: flex;
	margin-bottom: 1rem;
}

.evento-meta-local {
	display: flex;
	margin-bottom: 0.5rem;
}

.evento-meta-end {
	color: var(--azul-vitrine);
	font-size: 0.75rem;
}

.single-evento-cartaz {
	width: 275px;
}

.single-evento-cartaz img {}

.single-evento .post-navigation {
	font-weight: 600;
}

.single-evento .post-navigation a {
	color: var(--azul-escuro);
	text-decoration: none;
}

.single-evento .btn-bar {
	margin: 0 auto 6rem;
	padding: 0 3rem;
	width: 100%;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.single-evento .btn-bar .wp-block-button__link {
	background-color: var(--azul-vitrine);
	font-weight: 600;
	text-transform: uppercase;
}

.linha-azul {
	background-color: var(--azul-cinza);
	height: 1px;
	margin: 2rem auto;
	max-width: var(--largura-coluna);
	position: relative;
	width: calc(100% - 4rem);
}