@charset "UTF-8";
/*!
Theme Name: eleicoes
Theme URI: http://eleicoespsicologia.org.br/
Author: Conselho Federal de Psicologia
Author URI: http://eleicoespsicologia.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: eleicoes
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.

eleicoes 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;700&family=Oswald:wght@200;400;700&display=swap");
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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  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;
}

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 {
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
  transition: all 0.2s;
}

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]: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
--------------------------------------------------------------*/
#page {
  position: relative;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.logged-in #page {
  min-height: calc(100vh - 32px);
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/* Posts and pages
--------------------------------------------- */
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

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

/*--------------------------------------------------------------
# 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);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-clip-path: none;
          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;
}

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Spacer...............Specific styles for the spacer block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */
:root {
  /* Font family */
  --font-headings: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --font-base: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --global--font-primary: var(--font-headings);
  --global--font-secondary: var(--font-base);
  /* Font Size */
  --global--font-size-base: 1.6rem;
  --global--font-size-xs: 1rem;
  --global--font-size-sm: 1.125rem;
  --global--font-size-md: 1.25rem;
  --global--font-size-lg: 1.5rem;
  --global--font-size-xl: 2.25rem;
  --global--font-size-xxl: 4rem;
  --global--font-size-xxxl: 5rem;
  --global--font-size-page-title: var(--global--font-size-xxl);
  --global--letter-spacing: normal;
  /* Colors */
  --global--color-black: #383838;
  --global--color-dark-gray: #28303d;
  --global--color-gray: #39414d;
  --global--color-light-gray: #f0f0f0;
  --global--color-green: #d1e4dd;
  --global--color-blue: #d1dfe4;
  --global--color-purple: #d1d1e4;
  --global--color-red: #e4d1d1;
  --global--color-orange: #e4dad1;
  --global--color-yellow: #eeeadd;
  --global--color-white: #fff;
  --global--color-white-50: rgba(
    255,
    255,
    255,
    0.5
  );
  --global--color-white-90: rgba(255, 255, 255, 0.9);
  --global--color-primary: #006699; /* Body text color, site title, footer text color. */
  --global--color-primary-rgb: 0, 102, 153; /* Body text color, site title, footer text color. */
  --global--color-secondary: #e0922e; /* Headings */
  --global--color-border: var(
    --global--color-primary
  ); /* Used for borders (separators) */
}

.fadeIn, .dropdown__content {
  animation: fadeMoveIn 0.3s ease-out 0s;
  animation-iteration-count: 1;
}

@keyframes fadeMoveIn {
  0% {
    transform: translateY(5%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.fc-header-toolbar {
  flex-wrap: wrap;
  gap: 12px;
}
.fc a,
.fc a:hover,
.fc a:focus,
.fc a:active {
  color: var(--global--color-primary);
}
.fc-toolbar-chunk {
  flex-shrink: 0;
}
.fc-toolbar-title {
  color: var(--global--color-primary);
}
.fc .fc-button-primary,
.fc .fc-button-primary:hover {
  background-color: var(--global--color-primary);
  border-color: var(--global--color-primary);
}
.fc .fc-button-primary:hover,
.fc .fc-button-primary:hover:hover {
  filter: brightness(0.9);
}
.fc .fc-daygrid-day-bottom {
  line-height: 1.2;
}
.fc .fc-daygrid-more-link {
  color: var(--global--color-secondary);
}

/**
 * Reset specific elements to make them easier to style in other contexts.
 */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
form,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/**
  * Apply generic border-box to all elements.
  * See:
  * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
  */
html {
  /* Apply border-box across the entire page. */
  box-sizing: border-box;
  font-family: var(--global--font-secondary);
  font-size: 62.5%;
  line-height: 1.5;
}

/**
  * Relax the definition a bit, to allow components to override it manually.
  */
*, *::before, *::after {
  box-sizing: inherit;
}
*:focus {
  outline: none;
}

body {
  font-family: var(--global--font-secondary);
  font-size: var(--global--font-size-base);
  font-weight: normal;
  color: var(--global--color-black);
  text-align: left;
  background-color: rgba(var(--global--color-primary-rgb), 0.05);
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

/**
 * Required Variables
 */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  clear: both;
  font-family: var(--global--font-primary);
  font-weight: 400;
  line-height: 1.2;
}

.entry-content p {
  color: black;
  margin-bottom: 1em;
}
.entry-content p a {
  color: var(--global--color-primary);
  text-decoration: underline;
}
.entry-content p a:visited {
  color: var(--global--color-primary);
}
.entry-content p a:hover {
  color: var(--global--color-primary);
  text-decoration: none;
}
.entry-content p.has-background {
  padding: var(--global--spacing-unit);
}
.entry-content p.has-text-color a {
  color: var(--wp--style--color--link, var(--global--color-primary));
}

.wp-block-buttons {
  margin-bottom: 16px;
}
.wp-block-buttons > :last-child {
  margin-bottom: 0;
}
.wp-block-buttons .wp-block-button__link {
  background-color: var(--global--color-secondary);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  clear: both;
  line-height: 1.2;
  margin-bottom: 16px;
}

h1,
.h1 {
  font-size: 40px;
}

h2,
.h2 {
  font-size: 32px;
}

h3,
.h3 {
  font-size: 28px;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 20px;
}

h6,
.h6 {
  font-size: 16px;
}

.is-type-video figcaption {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}
.is-type-video .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
}
.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

* > figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}

table,
.wp-block-table {
  width: 100%;
  min-width: 240px;
  border-collapse: collapse;
}
table thead,
table tfoot,
.wp-block-table thead,
.wp-block-table tfoot {
  text-align: left;
}
table th,
.wp-block-table th {
  font-weight: 700;
}
table td,
table th,
.wp-block-table td,
.wp-block-table th {
  padding: 8px;
  border: 1px solid;
}
table figcaption,
.wp-block-table figcaption {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
}
table.is-style-stripes th,
table.is-style-stripes td,
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
  border-width: 0;
}
table.is-style-stripes tbody tr:nth-child(odd),
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
table.is-style-stripes .has-background tbody tr:nth-child(odd),
.wp-block-table.is-style-stripes .has-background tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}

table.wp-calendar-table td,
table.wp-calendar-table th {
  background: transparent;
  border: 0;
  text-align: center;
  line-height: 2;
  vertical-align: middle;
  word-break: normal;
}
table.wp-calendar-table th {
  font-weight: bold;
}
table.wp-calendar-table thead,
table.wp-calendar-table tbody {
  color: currentColor;
  border: 1px solid;
}
table.wp-calendar-table caption {
  font-weight: bold;
  text-align: left;
  margin-bottom: var(--global--spacing-unit);
  color: currentColor;
}

.wp-calendar-nav {
  text-align: left;
  margin-top: calc(var(--global--spacing-unit) / 2);
}
.wp-calendar-nav svg {
  height: 1em;
  vertical-align: middle;
}
.wp-calendar-nav svg path {
  fill: currentColor;
}
.wp-calendar-nav .wp-calendar-nav-next {
  float: right;
}

.header {
  font-family: var(--global--font-primary);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  margin-bottom: 54px;
}
.header__container {
  padding: 20px;
  min-height: 112px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .header__container {
    flex-direction: column;
  }
}
.header__logo {
  flex-shrink: 0;
}
.header__logo img {
  width: 184px;
}
.header__info {
  text-align: center;
}
@media (min-width: 768px) {
  .header__info {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.header__logo-eleicoes {
  height: 72px;
  display: block;
}
.header__title, .header__description {
  margin: 0;
  color: var(--global--color-primary);
  text-transform: uppercase;
  line-height: 1.2;
}
.header__title a {
  color: inherit;
  font-size: 3.6rem;
  font-weight: 700;
  display: inline-block;
}
.header__title a:hover {
  transform: scale(1.1);
}
.header__description {
  color: rgba(var(--global--color-primary-rgb), 0.6);
  font-size: 2.4rem;
  font-weight: 200;
}
.header__help {
  flex-shrink: 0;
  color: var(--global--color-black);
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 200;
}
.header__help:hover {
  color: var(--global--color-primary);
}
.header__help svg {
  color: var(--global--color-primary);
}

.main-navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
  font-family: var(--global--font-secondary);
}
@media (min-width: 600px) {
  .main-navigation {
    gap: 20px;
  }
}
.main-navigation .menu-item a {
  color: #000;
  padding: 8px 0;
  font-weight: 200;
  border-top: 2px solid transparent;
}
.main-navigation .menu-item a:hover {
  color: var(--global--color-primary);
}
.main-navigation .menu-item a[aria-current=page] {
  color: var(--global--color-primary);
  border-top-color: var(--global--color-secondary);
}
.main-navigation .menu-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.6rem;
  color: #000;
  padding: 8px 0;
  font-weight: 200;
  border-top: 2px solid transparent;
  border: none;
  background-color: transparent;
  margin: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 600px) {
  .main-navigation .menu-toggle {
    display: none;
  }
}
.main-navigation .nav-menu {
  width: 100%;
  padding: 0 20px;
}

.menu .page_item a {
  color: #000;
  padding: 8px 0;
  font-weight: 200;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
.menu .current_page_item a {
  color: var(--global--color-primary);
  border-top-color: var(--global--color-secondary);
}

.main-navigation .nav-menu {
  display: none;
  list-style: none;
  margin: 0;
}

.main-navigation .nav-menu 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 .nav-menu ul ul {
  left: -999em;
  top: 0;
}

.main-navigation .nav-menu ul li:hover > ul,
.main-navigation .nav-menu ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation .nav-menu ul a {
  width: 200px;
}

.main-navigation .nav-menu li:hover > ul,
.main-navigation .nav-menu 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 .nav-menu {
    display: flex;
    justify-content: left;
    gap: 20px;
    overflow-y: hidden;
    overflow-x: auto;
  }
}
@media screen and (min-width: 37.5em) and (min-width: 1200px) {
  .main-navigation .nav-menu {
    justify-content: center;
  }
}
@media screen and (min-width: 37.5em) {
  .main-navigation .nav-menu .menu-item {
    flex-shrink: 0;
  }
}
.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%;
}

.fast-navigation {
  padding: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
  overflow-y: hidden;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .fast-navigation {
    justify-content: center;
  }
}
.fast-navigation__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  max-width: 80px;
  color: var(--global--color-primary);
  font-weight: 700;
  text-transform: uppercase;
}
.fast-navigation__link:hover {
  color: var(--global--color-primary);
}
.fast-navigation__link:hover .fast-navigation__icon {
  color: white;
  background-color: var(--global--color-primary);
}
.fast-navigation__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50px;
  background-color: rgba(var(--global--color-primary-rgb), 0.05);
  transition: all 0.3s;
}
.fast-navigation__text {
  text-align: center;
}

.site-content {
  flex-grow: 1;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 54px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.site-content .widget-area {
  flex-basis: 0;
  flex-grow: 1;
  flex-basis: 100%;
}
@media (min-width: 992px) {
  .site-content .widget-area {
    max-width: 320px;
  }
}
.site-content .widget-area > :last-child {
  margin-bottom: 0;
}
.site-content .site-main {
  width: 0;
  flex-grow: 1;
  background: #ffffff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 20px;
}
@media (min-width: 768px) {
  .site-content .site-main {
    padding: 40px;
  }
}
.site-content .site-main > :last-child {
  margin-bottom: 0;
}
.site-content .site-main--transparent {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}

.hentry {
  margin-bottom: 3em;
}
.hentry .entry-header {
  margin-bottom: 1.5em;
}
.hentry .entry-header .cat-links a {
  color: var(--global--color-primary);
  font-size: 0.75em;
  font-weight: 700;
}
.hentry .entry-header .cat-links a:hover {
  text-decoration: underline;
}
.hentry .entry-header .entry-title {
  color: var(--global--color-secondary);
  font-size: 4rem;
}
.hentry .entry-header .entry-title a {
  color: var(--global--color-primary);
  font-weight: 200;
}
.hentry .entry-header .entry-title a:hover {
  text-decoration: underline;
}
.hentry .entry-header .posted-on {
  font-size: 0.8em;
}

.sticky {
  display: block;
}

.post {
  margin: 0 0 1.5em;
}

.page-header,
.entry-header {
  margin-bottom: 1.5em;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

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

.archive-description {
  margin-top: 1em;
}

.commission {
  background-color: var(--global--color-primary);
  color: #fff;
}
.commission__container {
  padding: 32px 20px;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.commission__col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 256px;
  text-align: center;
}
.commission .entry-title {
  color: #fff;
  text-transform: uppercase;
}
.commission p {
  font-weight: 700;
}
.commission strong,
.commission a {
  color: white !important;
}
.commission .entry-content > p {
  flex-basis: 100%;
  font-weight: 300;
  color: white;
}
.commission .entry-content .wp-block-column p {
  color: var(--global--color-secondary);
}

.site-footer {
  background-color: #fff;
  border-top: 8px solid rgba(var(--global--color-primary-rgb), 0.5);
  border-bottom: 8px solid rgba(var(--global--color-primary-rgb), 0.5);
}
.site-footer__info {
  margin: 0 auto;
  max-width: 1400px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 1200px) {
  .site-footer__info {
    flex-direction: row;
    justify-content: space-between;
  }
}
.site-footer__owner {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.site-footer__owner a {
  color: var(--global--color-black);
  text-decoration: underline;
  margin-left: 0;
}
.site-footer__owner a:hover {
  text-decoration: none;
}
.site-footer__development {
  color: black;
  text-align: center;
}
.site-footer__development:visited {
  color: black;
}
.site-footer__development:hover {
  color: var(--global--color-primary);
}
.site-footer__development img {
  vertical-align: middle;
  margin-left: 10px;
  width: 128px;
}

.dropdown {
  display: inline-block;
  position: relative;
}
.dropdown--crp {
  display: block;
  margin-bottom: 40px;
  position: sticky;
  top: 32px;
}
.dropdown__toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  line-height: 1;
  font-size: 1.6rem;
  padding: 0;
}
.dropdown__toggle svg {
  min-height: auto;
  min-width: 20px;
  stroke: #83919E;
}
.dropdown__toggle--crp {
  background-color: #fff;
  font-family: var(--global--font-primary);
  font-weight: 200;
  color: var(--global--color-primary);
  line-height: 1.5;
  padding: 16px 20px;
  display: block;
  width: 100%;
  text-align: left;
  border: 2px solid var(--global--color-primary);
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}
.dropdown__toggle--crp:hover, .dropdown__toggle--crp:focus {
  border-color: var(--global--color-primary);
  background-color: rgba(var(--global--color-primary-rgb), 0.01);
}
.dropdown__toggle--crp .custom-logo {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 4px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.dropdown__text {
  flex-grow: 1;
}
.dropdown__icon {
  flex-shrink: 0;
}
.dropdown__content {
  background: white;
  box-shadow: 0px 4px 10px rgba(68, 43, 140, 0.05);
  border-radius: 4px;
  border: 1px solid #D8E1E9;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 100%;
  min-width: 94px;
  list-style: none;
  font-size: 1.6rem;
  max-height: 226px;
  overflow-x: hidden;
  overflow-y: auto;
}
.dropdown__content--crp {
  width: 100%;
  top: 110%;
}
.dropdown__content > :first-child {
  border-radius: 4px 4px 0 0;
}
.dropdown__content > :first-child > * {
  border-radius: 4px 4px 0 0;
}
.dropdown__content > :last-child {
  border-radius: 0 0 4px 4px;
}
.dropdown__content > :last-child > * {
  border-radius: 0 0 4px 4px;
}
.dropdown__content > :not(:first-child) {
  border-top: 1px solid #EBEDF4;
}
.dropdown__item {
  display: block;
  cursor: pointer;
  color: #83919E;
  text-align: center;
  background: white;
  padding: 1rem;
  transition: 0.16s;
}
.dropdown__item:hover {
  background-color: rgba(var(--global--color-primary-rgb), 0.05);
  color: var(--global--color-primary);
}
.dropdown__search {
  display: block;
  color: #83919E !important;
  background: white;
  padding: 1rem !important;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0 !important;
  text-align: center;
  position: sticky;
  top: 0;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.dropdown__container {
  flex-grow: 1;
  flex-basis: 0;
}
.dropdown__title, .dropdown__description {
  display: block;
}
.dropdown__title {
  font-weight: 700;
}

.accordion__header {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  border-radius: 0;
  padding: 0;
  background-color: rgba(var(--global--color-primary-rgb), 0.05);
  padding: 16px 20px;
  cursor: pointer;
  color: black;
  display: flex;
  align-items: flex-start;
}
.accordion__header.active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion__header.active .accordion__icon {
  transform: rotate(180deg);
}
.accordion__item {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion__item:first-of-type {
  border-radius: 4px 4px 0 0;
}
.accordion__item:first-of-type .accordion__header {
  border-radius: 4px 4px 0 0;
}
.accordion__item:last-of-type {
  border-radius: 0 0 4px 4px;
}
.accordion__item:last-of-type .accordion__header {
  border-radius: 0 0 4px 4px;
}
.accordion__item:not(:first-of-type) {
  border-top: 0;
}
.accordion__text-question {
  flex-grow: 1;
}
.accordion__icon {
  width: 20px;
  height: 20px;
  color: var(--global--color-primary);
  vertical-align: middle;
  transition: transform 0.3s;
  flex-shrink: 0;
}
.accordion__collapse {
  height: 0;
  transition: height 0.3s;
  overflow: hidden;
}
.accordion__content {
  padding: 16px 20px;
  color: black;
}

.card {
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(68, 43, 140, 0.05);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.card-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(288px, 1fr));
  gap: 20px;
}
.card__header {
  padding: 20px 20px 0 20px;
}
.card__title {
  font-family: var(--global--font-secondary);
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0;
}
.card__cat {
  font-size: 1.2rem;
}
.card__cat a {
  display: inline-block;
  color: #8894ac;
  cursor: default;
  pointer-events: none;
}
.card__body {
  flex-grow: 1;
  padding: 20px;
  font-size: 1.6rem;
}
.card__body a {
  display: none;
}
.card__footer {
  padding: 0 20px 20px 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 20px;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 1.6rem;
  border-radius: 50px;
  text-align: center;
}
.btn:focus {
  color: #212529;
}
.btn:hover {
  color: #fff;
  filter: brightness(0.9);
}
.btn--primary {
  color: #fff;
  background-color: var(--global--color-primary);
  border-color: var(--global--color-primary);
}
.btn--primary:focus {
  color: #fff;
}
.btn--outline-primary {
  color: var(--global--color-primary);
  border-color: var(--global--color-primary);
}
.btn--outline-primary:hover, .btn--outline-primary.active {
  color: #fff;
  background-color: var(--global--color-primary);
  border-color: var(--global--color-primary);
}

.btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  border-left: 0;
}
.btn-group > .btn:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}

.form__row {
  margin-bottom: 16px;
}
.form__control {
  display: block;
  max-width: 100%;
  padding: 8px 12px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out;
}
.form__control:focus {
  border-color: var(--global--color-primary);
}
.form__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: var(--global--color-primary);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 1.25 5 5.75l4.5-4.5' stroke='%23707070' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 10px;
  border: 1px solid var(--global--color-primary);
  padding: 6px 34px 6px 12px;
  height: 38px;
  font-size: 1.6rem;
  border-radius: 50px;
  text-align: center;
  transition: all 0.15s ease-in-out;
}
.form__select:hover, .form__select:focus {
  color: #fff;
  background-color: var(--global--color-primary);
  border-color: var(--global--color-primary);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 1.25 5 5.75l4.5-4.5' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.disabled,
button[disabled],
input[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.filter-bar {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}

.pagination {
  margin: 60px auto 0;
  max-width: 700px;
  overflow: hidden;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.nav-links .page-numbers {
  color: var(--global--color-primary);
  display: flex;
  min-width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.nav-links .page-numbers:not(.dots) {
  border: 1px solid rgba(var(--global--color-primary-rgb), 0.05);
}
.nav-links .page-numbers.current, .nav-links .page-numbers.dots {
  cursor: default;
}
.nav-links .page-numbers.current {
  border-color: transparent;
  background-color: rgba(var(--global--color-primary-rgb), 0.05);
}
.nav-links .page-numbers:hover:not(.current):not(.dots), .nav-links .page-numbers:focus:not(.current):not(.dots) {
  color: #fff;
  background: var(--global--color-primary);
  border: 1px solid var(--global--color-primary);
}/*# sourceMappingURL=style.css.map */