/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# General Structure
# Typography
# Elements
  ## Code
  ## Cover
  ## Embeds
  ## Gallery
  ## Group
  ## Image
  ## Latest Posts
  ## List
  ## More
  ## Navigation
  ## Pullquote
  ## Quote
  ## Separator
  ## Site Tagline
  ## Table
  ## Video
  ## Color Palette
# Additional Theme Styles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Block Styles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## General Structure
--------------------------------------------------------------*/

.entry-content > * {
	margin: 36px auto;
	max-width: 1170px;
	padding-left: 14px;
	padding-right: 14px;
}

.entry-content > .alignwide {
	max-width: 1270px;
}

.entry-content > .alignfull {
	margin: 1.5em 0;
	max-width: 100%;
}

@media screen and (min-width: 608px) {
	.entry-content > * {
		padding-left: 0px;
		padding-right: 0px;
	}
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
.entry-content button,
.entry-content input,
.entry-content select,
.entry-content optgroup,
.entry-content textarea {
	color: #191e23;
	font-family: "Open Sans", sans-serif;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-family: "Open Sans", sans-serif;
	color: #191e23;
	clear: both;
}

.entry-content p {
	font-family: "Open Sans", sans-serif;
}

@media screen and (max-width: 770px) {
	.entry-content p {
		font-size: 14px !important;
		line-height: 1.4em !important;
	}
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em 1em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 0.875rem;
}

@media screen and (min-width: 600px) {
	code,
	kbd,
	tt,
	var {
		font-size: 0.8125rem;
	}
}

p > code {
	padding: 2px;
	border-radius: 2px;
	background: #f3f4f5;
	font-size: inherit;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

blockquote,
q {
	quotes: "" "";
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

.entry-content img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

.entry-content figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
## Code
--------------------------------------------------------------*/

.wp-block-code {
	padding: 0.8em 1em;
	margin-left: 14px;
	margin-right: 14px;
}

@media screen and (min-width: 608px) {
	.wp-block-code {
		margin-left: auto;
		margin-right: auto;
	}
}

/*--------------------------------------------------------------
## Cover
--------------------------------------------------------------*/

.wp-block-cover-text p {
	padding: 1.5em 14px;
}

@media screen and (min-width: 608px) {
	.wp-block-cover-text p {
		padding: 1.5em 0;
	}
}

/*--------------------------------------------------------------
## Embeds
--------------------------------------------------------------*/

.wp-block-embed.type-video > .wp-block-embed__wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

.wp-block-gallery:not(.components-placeholder) {
	margin: 1.5em auto;
}

/*--------------------------------------------------------------
## Group
--------------------------------------------------------------*/

.wp-block-group > .wp-block-group__inner-container > *:not(.entry-content) {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-group > .wp-block-group__inner-container > .alignwide {
	max-width: 1270px;
}

.wp-block-group > .wp-block-group__inner-container > .alignfull {
	max-width: 100%;
}

.wp-block-group.has-background
	> .wp-block-group__inner-container
	> :first-child {
	margin-top: 0;
}

.wp-block-group.has-background > .wp-block-group__inner-container > .alignfull {
	width: calc(100% + 60px);
	max-width: calc(100% + 60px);
	position: relative;
	left: -30px;
}

/*--------------------------------------------------------------
# Image
--------------------------------------------------------------*/

.wp-block-image img {
	display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
	width: 100%;
}

.wp-block-image.alignfull img {
	width: 100vw;
}

.wp-block-image .alignleft img,
.wp-block-image .alignright img,
.wp-block-image .alignleft figcaption,
.wp-block-image .alignright figcaption {
	max-width: 100%;
	width: 100%;
}

/*--------------------------------------------------------------
## Latest Posts
--------------------------------------------------------------*/

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
	padding: 0 14px;
}

/*--------------------------------------------------------------
# List
--------------------------------------------------------------*/

.entry-content ul,
.entry-content ol {
	margin: 1.5em auto;
	max-width: 1170px;
	list-style-position: outside;
}

.entry-content li {
	margin-left: 2.5em;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin: 0 auto;
}

.entry-content ul ul li,
.entry-content ol ol li,
.entry-content ul ol li,
.entry-content ol ul li {
	margin-left: 0;
}

/*--------------------------------------------------------------
## More
--------------------------------------------------------------*/

.more-link {
	display: block;
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/

.wp-block-navigation-link__label {
	font-family: inherit;
	color: #0073aa;
}

/*--------------------------------------------------------------
## Pullquote
--------------------------------------------------------------*/

.wp-block-pullquote > p:first-child {
	margin-top: 0;
}

/*--------------------------------------------------------------
## Quote
--------------------------------------------------------------*/

.wp-block-quote {
	margin-left: 14px;
	margin-right: 14px;
	padding: 0;
}

.wp-block-quote > * {
	margin-left: 1rem;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin: 36px auto;
	padding: 0;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	font-size: 13px;
	font-size: 0.8125rem;
}

@media screen and (min-width: 644px) {
	.wp-block-quote {
		margin: 36px auto;
	}
}

/*--------------------------------------------------------------
## Separator
--------------------------------------------------------------*/

.wp-block-separator {
	margin: 3em auto;
	padding: 0;
}

/*--------------------------------------------------------------
## Site Tagline
--------------------------------------------------------------*/

.wp-block-site-tagline {
	margin-top: 0;
}

/*--------------------------------------------------------------
## Site Title
--------------------------------------------------------------*/

.wp-block-site-title {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Table
--------------------------------------------------------------*/

.wp-block-table {
	overflow-x: auto;
	margin-left: 14px;
	margin-right: 14px;
	width: calc(100% - 28px);
}

.wp-block-table table {
	border-collapse: collapse;
	width: 100%;
}

.wp-block-table td,
.wp-block-table th {
	padding: 0.5em;
}

@media screen and (min-width: 608px) {
	.wp-block-table {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
}

/*--------------------------------------------------------------
## Video
--------------------------------------------------------------*/

.wp-block-video video {
	max-width: 1170px;
}

/*--------------------------------------------------------------
## Color Palette
--------------------------------------------------------------*/

.has-strong-blue-color {
	color: #0073aa;
}

.has-strong-blue-background-color {
	background-color: #0073aa;
}

.has-lighter-blue-color {
	color: #229fd8;
}

.has-lighter-blue-background-color {
	background-color: #229fd8;
}

.has-very-light-gray-color {
	color: #eee;
}

.has-very-light-gray-background-color {
	background-color: #eee;
}

.has-very-dark-gray-color {
	color: #444;
}

.has-very-dark-gray-background-color {
	background-color: #444;
}

/*--------------------------------------------------------------
# Additional Theme Styles
--------------------------------------------------------------*/

.more.more-center {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 0px;
}

.alignfull.has-background {
	padding-top: 10px;
	padding-bottom: 10px;
}

figure.aligncenter {
	margin: 0 auto;
}

.nav-ancora {
	top: 150px;
	width: 100%;
	max-width: 100%;
	margin: 0;
}

body.admin-bar .nav-ancora {
	top: 170px;
}

.block-list.boletim__edicoes {
	margin-bottom: 0;
}

.page__txt .block-list.boletim__edicoes .btn {
	color: #fff;
}

.block-list.boletim__edicoes .btn:hover {
	color: #234e70;
}

.apoio__content.page__txt.entry-content {
	padding-top: 0;
}

.card__box-publi .card__body-subtitle a {
	color: #231f20 !important;
}

.card__box-publi .btn {
	transition: all 0.4s ease;
}

.block-list.publicacoes__content {
	margin: 0 auto;
}

.wp-block-spacer {
	margin: 0 auto;
}
