@charset "UTF-8";
/*!
Theme Name: Trovão Mídia
Theme URI: https://meest.com.br
Author: Meest
Author URI: https://meest.com.br
Description: Tema para WordPress desenvolvido exclusivamente para a Trovão Mídia Podcasts.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bswt
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 with others.

BasicSASSWordpressTheme is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap");
@-webkit-keyframes shake-horizontal {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }
  20%, 40%, 60% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  80% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  90% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }
}
@keyframes shake-horizontal {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }
  20%, 40%, 60% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  80% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  90% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  overflow-x: hidden;
}

/**
 * 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: "Circular Std Book";
  src: url("/wp-content/themes/trovao-midia/fonts/circular-book.eot");
  src: url("/wp-content/themes/trovao-midia/fonts/circular-book.woff") format("woff"), url("/wp-content/themes/trovao-midia/fonts/circular-book.ttf") format("truetype"), url("/wp-content/themes/trovao-midia/fonts/circular-book.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Circular Std";
  src: url("/wp-content/themes/trovao-midia/fonts/CircularStd-Bold.woff2") format("woff2"), url("/wp-content/themes/trovao-midia/fonts/CircularStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std";
  src: url("/wp-content/themes/trovao-midia/fonts/CircularStd-Medium.woff2") format("woff2"), url("/wp-content/themes/trovao-midia/fonts/CircularStd-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "DM Sans", sans-serif;
  font-size: 17.6px;
  font-size: 1.1rem;
  line-height: 1.5;
}

a {
  color: #404040;
}

p {
  font-size: 1.3rem;
  line-height: 2rem;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  letter-spacing: -0.05rem;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
}

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 https://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. */
}

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: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

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

.post-thumbnail {
  display: inline-block;
  margin-left: 22px;
}
@media only screen and (max-width: 812px) {
  .post-thumbnail {
    margin: 0;
  }
}
.post-thumbnail img {
  display: block;
  width: 300px;
  height: 300px;
}

/*--------------------------------------------------------------
# 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);
  font-size: 12px;
  font-size: 0.75rem;
  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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: inline-block;
  text-decoration: none;
}
@media screen and (max-width: 812px) {
  .main-navigation {
    top: -20px;
    z-index: 21;
  }
}

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

.main-navigation.toggled .language_switcher ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}
.main-navigation.toggled .language_switcher ul li {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
.main-navigation.toggled .language_switcher ul li img {
  display: none;
}
.main-navigation.toggled .language_switcher ul li a {
  text-decoration: none;
}
.main-navigation.toggled .language_switcher ul li.active > span {
  text-decoration: underline;
}

.menu-toggle {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

.menu-toggle a {
  text-decoration: none;
  transition: color 0.3s ease;
}

.menu-toggle a:hover {
  color: tomato;
}

.menu-toggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  background: #cdcdcd;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.menu-toggle span:first-child {
  transform-origin: 0% 0%;
}

.menu-toggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

@media screen and (min-width: 813px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.burger {
  position: relative;
}

.hidden {
  display: none;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

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

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

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.page-template-page-home .entry-content {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.page-template-page-home .entry-content p {
  font-family: "Circular Std Book";
  font-size: 24px;
}
@media only screen and (max-width: 812px) {
  .page-template-page-home .entry-content p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 812px) {
  .page-template-page-home .entry-content p {
    width: 70vw;
    margin-bottom: 0;
  }
  .page-template-page-home .entry-content p br {
    display: none;
  }
}
@media only screen and (max-width: 812px) {
  .page-template-page-home .entry-content {
    font-size: 1.3rem;
  }
}

.novidades {
  background-color: #1d562b;
  color: #fff;
  position: relative;
}
.novidades .content {
  padding: 7vw 4vw 4vw;
}
@media only screen and (max-width: 812px) {
  .novidades .content {
    padding-top: 28vw;
    padding-bottom: 7vw;
  }
}
.novidades .content h2 {
  font-family: "Circular Std";
  font-weight: 500;
  font-size: 30px;
}
@media only screen and (max-width: 812px) {
  .novidades .content {
    top: 0;
  }
  .novidades .content > h3 {
    display: none;
  }
}
.novidades-content {
  display: flex;
  gap: 4vw;
}
@media only screen and (max-width: 812px) {
  .novidades-content {
    flex-direction: column-reverse;
  }
}
.novidades-content h3 {
  margin-top: 0;
  font-family: "Circular Std";
  font-weight: bold;
  font-size: 24px;
}
@media only screen and (max-width: 812px) {
  .novidades-content h3 {
    font-size: 22px;
  }
}
.novidades-content > div {
  flex: 0 0 auto;
  width: calc(48% - 1vw);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 812px) {
  .novidades-content > div {
    width: auto;
    padding-right: 27vw;
  }
}
.novidades-content > div a {
  text-decoration: underline;
  color: #fff;
  font-family: "Circular Std Book";
  font-size: 18px;
}
.novidades-content > div p {
  font-family: "Circular Std Book";
  font-size: 24px;
}
@media only screen and (max-width: 812px) {
  .novidades-content > div p {
    font-size: 22px;
  }
}
.novidades-content figure {
  flex: 0 0 auto;
  width: calc(50% - 1vw);
  position: relative;
  margin: 0;
}
@media only screen and (max-width: 812px) {
  .novidades-content figure {
    width: 100vw;
    margin-left: -4vw;
  }
}
.novidades-content figure img {
  width: calc(100% + 4vw);
  max-width: none;
}
@media only screen and (max-width: 812px) {
  .novidades-content figure img {
    width: 100%;
  }
}

.newsletter-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
@media only screen and (max-width: 812px) {
  .newsletter-modal {
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 20vw;
  }
}
.newsletter-modal:not(.active) {
  display: none;
}
.newsletter-modal-container {
  padding: 1vw;
  display: flex;
  flex-direction: column;
  width: 30%;
}
@media only screen and (max-width: 812px) {
  .newsletter-modal-container {
    width: 68vw;
    padding: 4vw;
  }
}
.newsletter-modal-header {
  text-align: right;
  cursor: pointer;
  margin-bottom: 5px;
}
.newsletter-modal-header .close {
  display: block;
  position: relative;
  margin-top: -10px;
  right: -5px;
}
.newsletter-modal-body .form {
  display: flex;
  gap: 1vw;
  flex-direction: column;
}
.newsletter-modal-body .form label {
  text-transform: uppercase;
  font-size: 18px;
}
.newsletter-modal-body .form label input {
  width: 100%;
  color: #1d562b;
  background-color: #f49ac1;
  height: 5vw;
  padding: 0 1vw;
  border: 0;
  border-radius: 0;
}
@media only screen and (max-width: 812px) {
  .newsletter-modal-body .form label input {
    height: 13vw;
  }
}
.newsletter-modal-body .form .submit button,
.newsletter-modal-body .form .submit input {
  background-color: transparent;
  border: 0;
  text-decoration: underline;
  color: #f49ac1;
  padding: 0;
  font-size: 18px;
}

.news .newsletter-modal-container {
  background-color: #f49ac1;
  color: #1d562b;
}
.news .newsletter-modal-container .newsletter-modal-body .form label input {
  color: #f49ac1;
  background-color: #1d562b;
}
.news .newsletter-modal-container .submit input {
  color: #1d562b;
}

.menuM .newsletter-modal-container {
  background-color: #1d562b;
  color: #f49ac1;
}
.menuM .newsletter-modal-container .newsletter-modal-body .form label input {
  color: #1d562b;
  background-color: #f49ac1;
}
.menuM .newsletter-modal-container .submit input {
  color: #f49ac1;
}

.contato .newsletter-modal-container,
.busca .newsletter-modal-container {
  background-color: #1d562b;
  color: #f49ac1;
}
.contato .newsletter-modal-container .newsletter-modal-body .form label input,
.busca .newsletter-modal-container .newsletter-modal-body .form label input {
  color: #1d562b;
  background-color: #f49ac1;
}
.contato .newsletter-modal-container .submit input,
.busca .newsletter-modal-container .submit input {
  color: #f49ac1;
}

*:focus, *:selected {
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search__box input {
  outline: none;
  border: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: right;
}

html, body, .grid-container {
  min-height: 100vh;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.grid-container {
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1px 1px;
  grid-template-areas: "header header header header" "content content content content" "footer footer footer footer";
  padding: 4vh 4vw 0;
}
@media only screen and (max-width: 812px) {
  .grid-container {
    display: inherit;
    grid-template-areas: "menu menu header header" "content content content footer";
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 102;
}
@media only screen and (max-width: 812px) {
  .header {
    display: none;
  }
}
.header .the-content {
  padding-bottom: 0;
}
.header[active-section=home] .menu a,
.header[active-section=home] .wpm-switcher-list li a,
.header[active-section=home] .wpm-switcher-list li.active > span {
  color: #1d562b;
}
.header[active-section=home] .menu a:hover {
  border-bottom: #1d562b 2px solid;
}
.header[active-section=home] svg {
  fill: #1d562b;
}
.header[active-section=novidades] .menu a, .header[active-section=novidades] .wpm-switcher-list li a,
.header[active-section=novidades] .wpm-switcher-list li.active > span {
  color: #fff;
}
.header[active-section=novidades] .menu a:hover {
  border-bottom: #fff 2px solid;
}
.header[active-section=novidades] svg {
  fill: #fff;
}
.header[active-section=podcasts] .menu a,
.header[active-section=podcasts] .wpm-switcher-list li a,
.header[active-section=podcasts] .wpm-switcher-list li.active > span {
  color: #fff;
}
.header[active-section=podcasts] .menu a:hover {
  border-bottom: #fff 2px solid;
}
.header[active-section=podcasts] svg {
  fill: #fff;
}
.header[active-section=about] .menu a,
.header[active-section=about] .wpm-switcher-list li a,
.header[active-section=about] .wpm-switcher-list li.active > span {
  color: #1d562b;
}
.header[active-section=about] .menu a:hover {
  border-bottom: #1d562b 2px solid;
}
.header[active-section=about] svg {
  fill: #1d562b;
}
.header[active-section=contact] .menu a,
.header[active-section=contact] .wpm-switcher-list li a,
.header[active-section=contact] .wpm-switcher-list li.active > span {
  color: #1d562b;
}
.header[active-section=contact] .menu a:hover {
  border-bottom: #1d562b 2px solid;
}
.header[active-section=contact] svg {
  fill: #1d562b;
}

.header-content {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  position: relative;
  padding-top: 0.67em;
}

.sub-menu a {
  border-bottom: 0 !important;
}

.social {
  display: flex;
  width: 80%;
  height: 32px;
  list-style: none;
  justify-content: flex-end;
  margin: 0;
  z-index: 25;
}
.social .social-link {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
.social .social-link:hover {
  animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
.social .social-link:focus,
.social .social-link:active,
.social .social-link:visited {
  outline: none;
  border: none;
}
.social svg {
  width: 20px;
  fill: black;
  display: block;
  margin: auto;
}

.site-branding {
  flex: auto;
}
.site-branding.mobile {
  width: 108px;
}
.site-branding.mobile a {
  text-decoration: none !important;
}
.site-branding.mobile h1 {
  margin-bottom: 0;
  margin-top: 30px;
}
.site-branding.desktop h1 {
  margin-top: 0;
  margin-bottom: 0;
}

.menu {
  grid-area: menu;
  text-transform: lowercase;
  margin: 1rem 0;
  font-size: 16px;
}
.menu.menu-mob {
  position: fixed;
  top: 25px;
  z-index: 94;
}
.menu.menu-mob[active-section=home] .menu a,
.menu.menu-mob[active-section=home] .wpm-switcher-list li a,
.menu.menu-mob[active-section=home] .wpm-switcher-list li.active > span {
  color: #1d562b;
}
.menu.menu-mob[active-section=home] .menu a:hover {
  border-bottom: #1d562b 2px solid;
}
.menu.menu-mob[active-section=home] svg {
  fill: #1d562b;
}
.menu.menu-mob[active-section=home] .menu-toggle span {
  background-color: #1d562b;
}
.menu.menu-mob[active-section=novidades] .menu a, .menu.menu-mob[active-section=novidades] .wpm-switcher-list li a,
.menu.menu-mob[active-section=novidades] .wpm-switcher-list li.active > span {
  color: #fff;
}
.menu.menu-mob[active-section=novidades] .menu a:hover {
  border-bottom: #fff 2px solid;
}
.menu.menu-mob[active-section=novidades] svg {
  fill: #fff;
}
.menu.menu-mob[active-section=novidades] .menu-toggle span {
  background-color: #fff;
}
.menu.menu-mob[active-section=podcasts] .menu a,
.menu.menu-mob[active-section=podcasts] .wpm-switcher-list li a,
.menu.menu-mob[active-section=podcasts] .wpm-switcher-list li.active > span {
  color: #fff;
}
.menu.menu-mob[active-section=podcasts] .menu a:hover {
  border-bottom: #fff 2px solid;
}
.menu.menu-mob[active-section=podcasts] svg {
  fill: #fff;
}
.menu.menu-mob[active-section=podcasts] .menu-toggle span {
  background-color: #fff;
}
.menu.menu-mob[active-section=about] .menu a,
.menu.menu-mob[active-section=about] .wpm-switcher-list li a,
.menu.menu-mob[active-section=about] .wpm-switcher-list li.active > span {
  color: #1d562b;
}
.menu.menu-mob[active-section=about] .menu a:hover {
  border-bottom: #1d562b 2px solid;
}
.menu.menu-mob[active-section=about] svg {
  fill: #1d562b;
}
.menu.menu-mob[active-section=about] .menu-toggle span {
  background-color: #1d562b;
}
.menu.menu-mob[active-section=contact] .menu a,
.menu.menu-mob[active-section=contact] .wpm-switcher-list li a,
.menu.menu-mob[active-section=contact] .wpm-switcher-list li.active > span {
  color: #1d562b;
}
.menu.menu-mob[active-section=contact] .menu a:hover {
  border-bottom: #1d562b 2px solid;
}
.menu.menu-mob[active-section=contact] svg {
  fill: #1d562b;
}
.menu.menu-mob[active-section=contact] .menu-toggle span {
  background-color: #1d562b;
}
@media only screen and (min-width: 813px) {
  .menu {
    display: none;
  }
}
.menu .page_item {
  cursor: pointer;
}
.menu .current_page_item a {
  display: inline;
  text-decoration: none;
  border-bottom: black 2px solid;
}
.menu .current_page_item a:focus,
.menu .current_page_item a:active,
.menu .current_page_item a:visited {
  outline: none;
}
.menu .sub-menu {
  margin-left: 12px;
  display: none;
}
.menu .menu-item {
  font-family: "Circular Std Book";
}
.menu .menu-item a {
  color: #404040;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  outline: 0;
}
@media only screen and (max-width: 812px) {
  .menu .menu-item a {
    font-size: 16px;
  }
}
.menu .current_page_item .sub-menu {
  display: block;
}
.menu .sub-menu a {
  border-bottom: none;
}

.search__box {
  background-color: #ffffff;
  display: flex;
  top: 0;
  position: absolute;
  z-index: 25;
  right: -100px;
  opacity: 0;
  visibility: hidden;
}
.search__box--active {
  visibility: visible;
  position: relative;
  justify-content: flex-end;
  opacity: 1;
  right: 0;
}
@media screen and (max-width: 616px) {
  .search__box--active {
    justify-content: flex-start;
  }
}
.search__box .search-submit,
.search__box .search-field {
  background-color: transparent;
  font-size: 0.8rem;
}
.search__box .search-submit {
  cursor: pointer;
  border: none !important;
}
.search__box .close {
  margin-top: 6px;
}

.site-content {
  padding-top: 7vw;
}
@media only screen and (max-width: 812px) {
  .site-content {
    padding-top: 2vw;
  }
}

.content {
  grid-area: content;
}
.content .entry-title {
  margin-top: 0;
}
@media only screen and (max-width: 812px) {
  .content {
    position: relative;
    text-align: revert;
  }
}

@media only screen and (min-width: 813px) {
  .content-area {
    display: flex;
    justify-content: flex-start;
  }
}
.content-area .entry-content {
  text-align: left;
}

.footer {
  display: flex;
  grid-area: footer;
  position: relative;
}
@media only screen and (max-width: 812px) {
  .footer {
    width: 21vw;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
.footer .site-info {
  align-self: flex-end;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 812px) {
  .footer .site-info {
    align-self: flex-start;
    transform: rotate(-90deg);
  }
}
.footer .footer-logo {
  display: block;
  height: auto;
  width: 100%;
  padding-top: 0;
  margin: 0;
}
@media only screen and (min-width: 813px) {
  .footer .footer-logo {
    margin-left: -4vw;
    width: calc(100% + 8vw);
  }
}
@media only screen and (max-width: 812px) {
  .footer .footer-logo {
    width: 100vh;
    position: absolute;
    right: 50%;
    transform: translate(0%, -67%);
  }
}
@media only screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer-logo {
    width: 72vh;
    transform: translate(-25%, 6%);
  }
}
@media only screen and (max-width: 400px) {
  .footer .footer-logo {
    width: 100vh;
    position: absolute;
    right: 50%;
    transform: translate(0%, -61%);
  }
}
@media only screen and (max-width: 400px) and (orientation: landscape) {
  .footer .footer-logo {
    width: 72vh;
    transform: translate(-25%, 6%);
  }
}
.footer .footer-logo[active-section=home] {
  fill: #1d562b;
}
.footer .footer-logo[active-section=novidades] {
  fill: #fff;
}
.footer .footer-logo[active-section=podcasts] {
  fill: #fff;
}
.footer .footer-logo[active-section=about] {
  fill: #1d562b;
}
.footer .footer-logo[active-section=contact] {
  fill: #1d562b;
}

@media only screen and (max-width: 812px) {
  .opened-menu .footer {
    z-index: 122;
  }
  .opened-menu .footer svg path {
    fill: green;
  }
}

@media only screen and (min-width: 812px) {
  .mobile {
    display: none;
  }
  .mobile__block {
    display: none;
  }
}
.podcast-template-default .search, .page-template-page-nossos-podcasts .search {
  display: block;
}
@media only screen and (max-width: 812px) {
  .podcast-template-default .footer, .page-template-page-nossos-podcasts .footer {
    display: none;
  }
  .podcast-template-default .content, .page-template-page-nossos-podcasts .content {
    width: 100%;
  }
}

.mobile {
  display: none;
}

@media only screen and (max-width: 812px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
}
.flicker-in-glow {
  position: absolute;
  top: 0;
  -webkit-animation: flicker-in-glow 4s linear infinite both;
  animation: flicker-in-glow 4s linear infinite both;
}

@-webkit-keyframes flicker-in-glow {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  10.1% {
    opacity: 1;
  }
  10.2% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  20.1% {
    opacity: 1;
  }
  20.6% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  30.1% {
    opacity: 1;
  }
  30.5% {
    opacity: 1;
  }
  30.6% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  45.1% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  55.1% {
    opacity: 0;
  }
  57% {
    opacity: 0;
  }
  57.1% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  60.1% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  65.1% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  75.1% {
    opacity: 0;
  }
  77% {
    opacity: 0;
  }
  77.1% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  85.1% {
    opacity: 0;
  }
  86% {
    opacity: 0;
  }
  86.1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flicker-in-glow {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  10.1% {
    opacity: 1;
  }
  10.2% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  20.1% {
    opacity: 1;
  }
  20.6% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  30.1% {
    opacity: 1;
  }
  30.5% {
    opacity: 1;
  }
  30.6% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  45.1% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  55.1% {
    opacity: 0;
  }
  57% {
    opacity: 0;
  }
  57.1% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  60.1% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  65.1% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  75.1% {
    opacity: 0;
  }
  77% {
    opacity: 0;
  }
  77.1% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  85.1% {
    opacity: 0;
  }
  86% {
    opacity: 0;
  }
  86.1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.home-podcasts {
  position: relative;
  left: -4vw;
  width: calc(100% + 8vw);
  clear: both;
}
@media only screen and (max-width: 812px) {
  .home-podcasts {
    margin-bottom: 30px;
  }
}
.home-podcasts .swiper > .swiper-wrapper {
  transition-timing-function: linear;
}

.menu-container {
  display: flex;
  width: 80%;
  height: 32px;
  list-style: none;
  justify-content: flex-end;
  margin: 0;
  z-index: 25;
  gap: 20px;
  position: relative;
}
.menu-container .close-busca {
  position: absolute;
  left: calc(100% + 10px);
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 812px) {
  .menu-container {
    display: none;
  }
}
.menu-container .menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}
.menu-container .language_switcher ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}
.menu-container .language_switcher ul li {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Circular Std Book";
}
.menu-container .language_switcher ul li img {
  display: none;
}
.menu-container .language_switcher ul li a {
  text-decoration: none;
  transition: all 0.5s linear;
}
.menu-container .language_switcher ul li.active > span {
  text-decoration: underline;
  transition: all 0.5s linear;
}

.about-us h1, .about-us h2 {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: initial;
  font-family: "Circular Std";
  font-size: 30px;
}
@media only screen and (max-width: 812px) {
  .about-us h1, .about-us h2 {
    width: 100px;
    line-height: 1em;
  }
}
@media only screen and (max-width: 812px) {
  .about-us .about-content,
  .about-us .about-title {
    padding-right: 27vw;
  }
}
.about-us .item {
  margin-bottom: 30px;
}
.about-us .item p {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: "Circular Std Book";
  font-size: 24px;
}
@media only screen and (max-width: 812px) {
  .about-us .item p {
    margin-bottom: 0;
    font-size: 22px;
  }
}
.about-us .item .about-title p {
  margin-bottom: 0;
  font-weight: bold;
  font-family: "Circular Std";
  font-size: 24px;
}
@media only screen and (max-width: 812px) {
  .about-us .item .about-title p {
    font-size: 22px;
  }
}
.about-us .partners {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 812px) {
  .about-us .partners {
    gap: 10px;
  }
}
.about-us .partners .image {
  flex: 0 0 auto;
  width: calc(20% - 16px);
  padding-bottom: calc(20% - 16px);
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 812px) {
  .about-us .partners .image {
    width: 41vw;
    height: 41vw;
  }
}
.about-us .partners .image:not(.show) {
  display: none;
}
.about-us .partners .image figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.about-us .partners .image img {
  vertical-align: middle;
  max-width: 80%;
}
@media only screen and (max-width: 812px) {
  .about-us .partners .image img {
    max-width: 90%;
    max-height: 80%;
  }
}
.about-us .veja-mais-partners {
  padding-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 812px) {
  .about-us .veja-mais-partners {
    text-align: left;
  }
}
.about-us .veja-mais-partners a {
  text-transform: uppercase;
}

.menu-mobile {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f49ac1;
  color: #1d562b;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.menu-mobile-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.menu-mobile .logo {
  margin-bottom: 20px;
}
.menu-mobile .container {
  padding: 6vw 4vw;
  height: 100%;
}
.menu-mobile svg path {
  fill: #1d562b;
}
.menu-mobile .menu-principal-container {
  margin-bottom: 10px;
}
.menu-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.menu-mobile ul li {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.menu-mobile .language_switcher {
  margin-top: 10px;
}
.menu-mobile .language_switcher ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  flex-direction: row;
}
.menu-mobile .language_switcher ul li {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
.menu-mobile .language_switcher ul li img {
  display: none;
}
.menu-mobile .language_switcher ul li a {
  text-decoration: none;
}
.menu-mobile .language_switcher ul li.active > span {
  text-decoration: underline;
}

@media only screen and (max-width: 812px) {
  .opened-menu {
    overflow: hidden;
  }
  .opened-menu .menu-mobile {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
}
section.secao.first-home .logo-container svg {
  margin-left: -4vw;
  width: calc(100% + 8vw);
  position: relative;
  z-index: 12;
  margin-bottom: -0.5vw;
  margin-top: -7vw;
}
@media only screen and (max-width: 812px) {
  section.secao.first-home .logo-container svg {
    display: none;
  }
}
section.secao.secao-about, section.secao.secao-contato {
  margin-left: -4vw;
  margin-right: -4vw;
}
section.secao .novidades {
  margin-left: -4vw;
  margin-right: -4vw;
}
section.secao.secao-contato {
  min-height: 100vh;
}
@media only screen and (min-width: 813px) {
  section.secao.secao-contato {
    min-height: 70vh;
  }
  section.secao.secao-contato .the-content {
    padding-top: 4vh;
    padding-bottom: 2vw;
  }
}

.the-content {
  padding: 2vw 4vw 4vw;
}

.secao .the-content {
  padding-top: 7vw;
}
@media only screen and (max-width: 812px) {
  .secao .the-content {
    padding-top: 28vw;
    padding-bottom: 7vw;
  }
}

.secao-contato {
  padding-top: 5vw;
  position: relative;
}
.secao-contato p {
  font-family: "Circular Std Book";
  font-size: 24px;
}
@media only screen and (max-width: 812px) {
  .secao-contato p {
    font-size: 22px;
  }
}
.secao-contato p a {
  font-weight: bold;
  text-decoration: none;
}
.secao-contato p a.openNewsletter {
  font-family: "Circular Std Book";
  font-size: 18px;
  text-decoration: underline;
}

@media only screen and (max-width: 812px) {
  #page-homepage {
    margin-bottom: 30px;
    padding-top: 100px;
  }
}

.template_color1 {
  background-color: #f49ac1;
  color: #1d562b;
  transition: all 0.5s linear;
}
.template_color1 a {
  color: #1d562b;
}
.template_color1 svg {
  fill: #1d562b;
  transition: all 0.5s linear;
}
.template_color1 .menu a {
  color: #1d562b;
  border-bottom: transparent 2px solid;
  transition: all 0.5s linear;
}
.template_color1 .menu a:hover {
  transition: all 0.5s linear;
}
.template_color1 .menu-toggle span {
  background: #1d562b;
}
.template_color1 .search__box {
  background-color: #f49ac1;
  transition: all 0.5s linear;
}
.template_color1 .search__box input {
  border: 2px solid #1d562b;
  color: #1d562b;
}
.template_color1 .search__box input::placeholder {
  color: transparent;
}
.template_color1 #player #title {
  color: #1d562b;
}
.template_color1 #player #nextBtn,
.template_color1 #player #prevBtn,
.template_color1 #player #pauseBtn,
.template_color1 #player #playBtn,
.template_color1 #player .box-progress {
  border: 2px solid #1d562b;
}
.template_color1 #player .box-progress {
  background: #1d562b;
}
.template_color1 #player #progress {
  background-color: #f49ac1;
}

.template_color2 {
  background-color: #f3d897;
  color: #3b7b85;
  transition: all 0.5s linear;
}
.template_color2 a {
  color: #3b7b85;
}
.template_color2 svg {
  fill: #3b7b85;
  transition: all 0.5s linear;
}
.template_color2 .menu a {
  color: #3b7b85;
  border-bottom: transparent 2px solid;
  transition: all 0.5s linear;
}
.template_color2 .menu a:hover {
  transition: all 0.5s linear;
}
.template_color2 .menu-toggle span {
  background: #3b7b85;
}
.template_color2 .search__box {
  background-color: #f3d897;
  transition: all 0.5s linear;
}
.template_color2 .search__box input {
  border: 2px solid #3b7b85;
  color: #3b7b85;
}
.template_color2 .search__box input::placeholder {
  color: transparent;
}
.template_color2 #player #progress {
  background-color: #f3d897;
}
.template_color2 #player .box-progress {
  border: 2px solid #3b7b85;
}
.template_color2 #player .box-progress {
  background: #3b7b85;
}
.template_color2 #player #progress {
  background-color: #f3d897;
}

.template_color3 {
  background-color: #a7dcdc;
  color: #6e449b;
  transition: all 0.5s linear;
}
.template_color3 a {
  color: #6e449b;
}
.template_color3 svg {
  fill: #6e449b;
  transition: all 0.5s linear;
}
.template_color3 .menu a {
  color: #6e449b;
  border-bottom: transparent 2px solid;
  transition: all 0.5s linear;
}
.template_color3 .menu a:hover {
  transition: all 0.5s linear;
}
.template_color3 .menu-toggle span {
  background: #6e449b;
}
.template_color3 .search__box {
  background-color: #a7dcdc;
  transition: all 0.5s linear;
}
.template_color3 .search__box input {
  border: 2px solid #6e449b;
  color: #6e449b;
}
.template_color3 .search__box input::placeholder {
  color: transparent;
}
.template_color3 #player #title {
  color: #6e449b;
}
.template_color3 #player #nextBtn,
.template_color3 #player #prevBtn,
.template_color3 #player #pauseBtn,
.template_color3 #player #playBtn,
.template_color3 #player .box-progress {
  border: 2px solid #6e449b;
}
.template_color3 #player .box-progress {
  background: #6e449b;
}
.template_color3 #player #progress {
  background-color: #a7dcdc;
}

.template_color4 {
  background-color: #124171;
  color: #e67050;
}
.template_color4 a {
  color: #e67050;
}
.template_color4 svg {
  fill: #e67050;
  transition: all 0.5s linear;
}
.template_color4 .menu a {
  color: #e67050;
  border-bottom: transparent 2px solid;
  transition: all 0.5s linear;
}
.template_color4 .menu a:hover {
  transition: all 0.5s linear;
}
.template_color4 .menu-toggle span {
  background: #e67050;
}
.template_color4 .search__box {
  background-color: #124171;
  transition: all 0.5s linear;
}
.template_color4 .search__box input {
  border: 2px solid #e67050;
  color: #e67050;
}
.template_color4 .search__box input::placeholder {
  color: transparent;
}
.template_color4 #player #title {
  color: #e67050;
}
.template_color4 #player #nextBtn,
.template_color4 #player #prevBtn,
.template_color4 #player #pauseBtn,
.template_color4 #player #playBtn,
.template_color4 #player .box-progress {
  border: 2px solid #e67050;
}
.template_color4 #player .box-progress {
  background: #e67050;
}
.template_color4 #player #progress {
  background-color: #124171;
}

.template_color5 {
  background-color: #ffffff;
  color: #000000;
}
.template_color5 a {
  color: #000000;
}
.template_color5 svg {
  fill: #000000;
  transition: all 0.5s linear;
}
.template_color5 .menu a {
  color: #000000;
  border-bottom: transparent 2px solid;
  transition: all 0.5s linear;
}
.template_color5 .menu a:hover {
  transition: all 0.5s linear;
}
.template_color5 .menu-toggle span {
  background: #000000;
}
.template_color5 .search__box {
  background-color: #ffffff;
  transition: all 0.5s linear;
}
.template_color5 .search__box input {
  border: 2px solid #000000;
  color: #000000;
}
.template_color5 .search__box input::placeholder {
  color: transparent;
}
.template_color5 #player #title {
  color: #000000;
}
.template_color5 #player #nextBtn,
.template_color5 #player #prevBtn,
.template_color5 #player #pauseBtn,
.template_color5 #player #playBtn,
.template_color5 #player .box-progress {
  border: 2px solid #000000;
}
.template_color5 #player .box-progress {
  background: #000000;
}
.template_color5 #player #progress {
  background-color: #ffffff;
}

.template_colorrosa {
  background-color: #f49ac1;
  color: #1d562b;
  transition: all 0.5s linear;
}
.template_colorrosa a {
  color: #1d562b;
}
.template_colorrosa svg {
  fill: #1d562b;
  transition: all 0.5s linear;
}
.template_colorrosa .menu a {
  color: #1d562b;
  border-bottom: transparent 2px solid;
  transition: all 0.5s linear;
}
.template_colorrosa .menu span,
.template_colorrosa .wpm-switcher-list li.active a, .template_colorrosa .wpm-switcher-list li.active > span,
.template_colorrosa .wpm-switcher-list li.active a, .template_colorrosa .wpm-switcher-list li a,
.template_colorrosa .wpm-switcher-list li.active > span {
  color: #1d562b;
}
.template_colorrosa .menu a:hover {
  transition: all 0.5s linear;
}
.template_colorrosa .menu-toggle span {
  background: #1d562b;
}
.template_colorrosa .search__box {
  background-color: #f49ac1;
  transition: all 0.5s linear;
}
.template_colorrosa .search__box input {
  border: 2px solid #1d562b;
  color: #1d562b;
}
.template_colorrosa .search__box input::placeholder {
  color: transparent;
}
.template_colorrosa #player #title {
  color: #1d562b;
}
.template_colorrosa #player #nextBtn,
.template_colorrosa #player #prevBtn,
.template_colorrosa #player #pauseBtn,
.template_colorrosa #player #playBtn,
.template_colorrosa #player .box-progress {
  border: 2px solid #1d562b;
}
.template_colorrosa #player .box-progress {
  background: #1d562b;
}
.template_colorrosa #player #progress {
  background-color: #f49ac1;
}

.template_colorverde {
  background-color: #1d562b;
  color: #f49ac1;
  transition: all 0.5s linear;
}
.template_colorverde a {
  color: #f49ac1;
}
.template_colorverde svg {
  fill: #f49ac1;
  transition: all 0.5s linear;
}
.template_colorverde .menu a {
  color: #f49ac1;
  border-bottom: transparent 2px solid;
  transition: all 0.5s linear;
}
.template_colorverde .menu a:hover {
  transition: all 0.5s linear;
}
.template_colorverde .menu span,
.template_colorverde .wpm-switcher-list li.active a, .template_colorverde .wpm-switcher-list li.active > span,
.template_colorverde .wpm-switcher-list li.active a, .template_colorverde .wpm-switcher-list li a,
.template_colorverde .wpm-switcher-list li.active > span {
  color: #f49ac1;
}
.template_colorverde .menu-toggle span {
  background: #f49ac1;
}
.template_colorverde .search__box {
  background-color: #1d562b;
  transition: all 0.5s linear;
}
.template_colorverde .search__box input {
  border: 2px solid #f49ac1;
  color: #f49ac1;
}
.template_colorverde .search__box input::placeholder {
  color: transparent;
}
.template_colorverde #player #title {
  color: #f49ac1;
}
.template_colorverde #player #nextBtn,
.template_colorverde #player #prevBtn,
.template_colorverde #player #pauseBtn,
.template_colorverde #player #playBtn,
.template_colorverde #player .box-progress {
  border: 2px solid #f49ac1;
}
.template_colorverde #player .box-progress {
  background: #f49ac1;
}
.template_colorverde #player #progress {
  background-color: #1d562b;
}

.template_colorroxo {
  background-color: #6e449b;
  color: #f49ac1;
  transition: all 0.5s linear;
}
.template_colorroxo a {
  color: #f49ac1;
}
.template_colorroxo svg {
  fill: #f49ac1;
  transition: all 0.5s linear;
}
.template_colorroxo .menu a {
  color: #f49ac1;
  border-bottom: #6e449b 2px solid;
  transition: all 0.5s linear;
}
.template_colorroxo .menu a:hover {
  transition: all 0.5s linear;
}
.template_colorroxo .menu span,
.template_colorroxo .wpm-switcher-list li.active a, .template_colorroxo .wpm-switcher-list li.active > span,
.template_colorroxo .wpm-switcher-list li.active a, .template_colorroxo .wpm-switcher-list li a,
.template_colorroxo .wpm-switcher-list li.active > span {
  color: #f49ac1;
}
.template_colorroxo .menu-toggle span {
  background: #f49ac1;
}
.template_colorroxo .search__box {
  background-color: #6e449b;
  transition: all 0.5s linear;
}
.template_colorroxo .search__box input {
  border: 2px solid #f49ac1;
  color: #f49ac1;
}
.template_colorroxo .search__box input::placeholder {
  color: transparent;
}
.template_colorroxo #player #title {
  color: #f49ac1;
}
.template_colorroxo #player #nextBtn,
.template_colorroxo #player #prevBtn,
.template_colorroxo #player #pauseBtn,
.template_colorroxo #player #playBtn,
.template_colorroxo #player .box-progress {
  border: 2px solid #f49ac1;
}
.template_colorroxo #player .box-progress {
  background: #f49ac1;
}
.template_colorroxo #player #progress {
  background-color: #6e449b;
}

.template_colorazul {
  background-color: #a7dcdc;
  color: #1d562b;
  transition: all 0.5s linear;
}
.template_colorazul a {
  color: #1d562b;
}
.template_colorazul svg {
  fill: #1d562b;
  transition: all 0.5s linear;
}
.template_colorazul .menu a {
  color: #1d562b;
  border-bottom: transparent 2px solid;
  transition: all 0.5s linear;
}
.template_colorazul .menu a:hover {
  transition: all 0.5s linear;
}
.template_colorazul .menu span,
.template_colorazul .wpm-switcher-list li.active a, .template_colorazul .wpm-switcher-list li.active > span,
.template_colorazul .wpm-switcher-list li.active a, .template_colorazul .wpm-switcher-list li a,
.template_colorazul .wpm-switcher-list li.active > span {
  color: #1d562b;
}
.template_colorazul .menu-toggle span {
  background: #1d562b;
}
.template_colorazul .search__box {
  background-color: #a7dcdc;
  transition: all 0.5s linear;
}
.template_colorazul .search__box input {
  border: 2px solid #1d562b;
  color: #1d562b;
}
.template_colorazul .search__box input::placeholder {
  color: transparent;
}
.template_colorazul #player #title {
  color: #1d562b;
}
.template_colorazul #player #nextBtn,
.template_colorazul #player #prevBtn,
.template_colorazul #player #pauseBtn,
.template_colorazul #player #playBtn,
.template_colorazul #player .box-progress {
  border: 2px solid #1d562b;
}
.template_colorazul #player .box-progress {
  background: #1d562b;
}
.template_colorazul #player #progress {
  background-color: #a7dcdc;
}

.page-template-page-nossos-podcasts h1,
.page-template-page-nossos-podcasts h2,
.nossos-podcasts h1,
.nossos-podcasts h2 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Circular Std";
  font-size: 30px;
}
@media only screen and (max-width: 812px) {
  .page-template-page-nossos-podcasts h1,
  .page-template-page-nossos-podcasts h2,
  .nossos-podcasts h1,
  .nossos-podcasts h2 {
    line-height: 1em;
  }
}
.page-template-page-nossos-podcasts .filters,
.nossos-podcasts .filters {
  margin-bottom: 20px;
}
.page-template-page-nossos-podcasts .filters ul,
.nossos-podcasts .filters ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}
.page-template-page-nossos-podcasts .filters ul li,
.nossos-podcasts .filters ul li {
  text-transform: uppercase;
  font-family: "Circular Std Book";
  font-size: 18px;
}
.page-template-page-nossos-podcasts .filters ul li a,
.nossos-podcasts .filters ul li a {
  text-decoration: none;
  color: #fff;
}
.page-template-page-nossos-podcasts .filters ul li a.active, .page-template-page-nossos-podcasts .filters ul li a.all,
.nossos-podcasts .filters ul li a.active,
.nossos-podcasts .filters ul li a.all {
  text-decoration: underline;
}
.page-template-page-nossos-podcasts .filters ul li.active a,
.nossos-podcasts .filters ul li.active a {
  text-decoration: underline;
}
.page-template-page-nossos-podcasts .veja-mais,
.nossos-podcasts .veja-mais {
  text-align: center;
  padding-top: 50px;
}
.page-template-page-nossos-podcasts .veja-mais a,
.nossos-podcasts .veja-mais a {
  text-transform: uppercase;
  font-family: "Circular Std Book";
  font-size: 18px;
}

.nossos-podcasts {
  margin-left: -4vw;
  margin-right: -4vw;
  color: #fff;
}
.nossos-podcasts a {
  color: #fff;
}
.nossos-podcasts .content {
  padding: 7vw 4vw 4vw;
}
@media only screen and (max-width: 812px) {
  .nossos-podcasts .content {
    padding-top: 28vw;
    padding-bottom: 7vw;
  }
}

.podcast-item {
  display: flex;
  flex-direction: column;
  padding: 2vh 0;
  gap: 10px;
}
@media only screen and (max-width: 812px) {
  .podcast-item {
    display: block;
  }
}
.podcast-item .podcast-title {
  font-size: 24px;
  margin: 0 0 10px;
  font-family: "Circular Std Book";
  font-weight: 700;
}
@media only screen and (max-width: 812px) {
  .podcast-item .podcast-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 812px) {
  .podcast-item .podcast-content {
    padding-right: 27vw;
  }
}

.podcast-image {
  width: 100%;
  max-width: 100%;
  border: 0;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 100%;
}
@media only screen and (max-width: 812px) {
  .podcast-image {
    border: 0;
    width: calc(100% + 8vw);
    max-width: none;
    padding-bottom: 109%;
    margin-bottom: 4vw;
    margin-left: -4vw;
  }
}

.podcast-image img {
  height: 100%;
  width: 100%;
  max-width: fit-content;
  position: absolute;
  left: 0;
  top: 0;
}

.entry-podcasts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 812px) {
  .entry-podcasts {
    grid-template-columns: 1fr;
  }
}
.entry-podcasts .podcast-item:not(.show) {
  display: none;
}
.entry-podcasts .podcast-text p {
  margin-top: 0;
  font-size: 24px;
  line-height: 1.3em;
  font-family: "Circular Std Book";
}
@media only screen and (max-width: 812px) {
  .entry-podcasts .podcast-text p {
    font-size: 22px;
  }
}
.entry-podcasts .podcast-text p:last-child {
  margin-bottom: 0;
}
.entry-podcasts .podcast-content a {
  text-transform: uppercase;
  font-family: "Circular Std Book";
  font-size: 18px;
}

#page-single-podcast {
  padding-top: 30px;
}
@media only screen and (max-width: 812px) {
  #page-single-podcast {
    padding-top: 100px;
  }
}
#page-single-podcast .podcast-image {
  width: 35vw;
  margin-left: 0;
  border: 0;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-bottom: 0;
}
#page-single-podcast .podcast-image figure {
  margin: 0;
  position: relative;
  height: 35vw;
  width: 35vw;
}
@media only screen and (max-width: 812px) {
  #page-single-podcast .podcast-image figure {
    width: 100vw;
    height: 100vw;
  }
}
@media only screen and (max-width: 812px) {
  #page-single-podcast .podcast-image {
    margin: 0 -4vw 20px -4vw;
    width: 100vw;
  }
}
@media only screen and (max-width: 616px) {
  #page-single-podcast .podcast-image {
    min-width: 300px;
    min-height: 300px;
  }
}
#page-single-podcast .podcast-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#page-single-podcast .podcast-title {
  font-size: 24px;
  margin: 0;
  font-family: "Circular Std Book";
  font-weight: bold;
}
@media only screen and (max-width: 812px) {
  #page-single-podcast .podcast-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 616px) {
  #page-single-podcast .podcast-title {
    margin-top: 1rem;
    font-weight: 500;
  }
}
#page-single-podcast .episode-embed {
  width: 60%;
  position: relative;
}
@media only screen and (max-width: 812px) {
  #page-single-podcast .episode-embed {
    width: 100%;
    left: 0;
  }
}
#page-single-podcast .description-content {
  flex: 0 0 40vw;
  display: flex;
  flex-direction: column;
}
#page-single-podcast .description-content a.podcast_item {
  font-size: 18px;
  font-family: "Circular Std Book";
  text-transform: uppercase;
}
#page-single-podcast .description {
  display: flex;
  flex-direction: row;
  margin-bottom: 60px;
  gap: 20px;
}
@media only screen and (max-width: 812px) {
  #page-single-podcast .description {
    display: block;
    text-align: left;
  }
}
#page-single-podcast .description .entry-content {
  font-size: 24px;
  font-family: "Circular Std Book";
}
@media only screen and (max-width: 812px) {
  #page-single-podcast .description .entry-content {
    font-size: 22px;
  }
}
@media only screen and (max-width: 812px) {
  #page-single-podcast .description .entry-content {
    text-align: left;
  }
}
@media only screen and (max-width: 812px) {
  #page-single-podcast .share {
    display: flex;
    flex-direction: column;
  }
}
#page-single-podcast .share {
  margin: 0 0 20px 0;
}
#page-single-podcast .share-title {
  text-decoration: underline;
  margin: 0 10px 0;
  font-size: 18px;
  font-family: "Circular Std Book";
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0;
}
@media only screen and (max-width: 812px) {
  #page-single-podcast .share-title {
    margin: 0;
  }
}
#page-single-podcast .share-item {
  margin-right: 10px;
}
#page-single-podcast .share-item svg {
  width: 15px;
  height: 15px;
}
@media only screen and (max-width: 812px) {
  #page-single-podcast .share-item svg {
    width: 25px;
    height: 25px;
  }
}
#page-single-podcast .midias a img {
  vertical-align: middle;
}
@media only screen and (max-width: 812px) {
  #page-single-podcast .episodios {
    padding-left: 0;
    text-align: left;
  }
}
#page-single-podcast .episode-episode {
  font-size: 0.8rem;
  margin: 0;
  text-transform: uppercase;
  font-weight: 200;
}
#page-single-podcast .episode-title {
  margin: 0;
  font-weight: bold;
  font-size: 24px;
  font-family: "Circular Std";
}
@media only screen and (max-width: 812px) {
  #page-single-podcast .episode-title {
    font-size: 22px;
  }
}
#page-single-podcast .episodio_item {
  margin-bottom: 20px;
}
#page-single-podcast .episodio_item p {
  font-size: 24px;
  font-family: "Circular Std Book";
}
@media only screen and (max-width: 812px) {
  #page-single-podcast .episodio_item p {
    font-size: 22px;
  }
}
#page-single-podcast .tooltip {
  position: relative;
}
#page-single-podcast .tooltip:before {
  content: "";
  opacity: 0;
  position: absolute;
  z-index: 9998;
  top: -1px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(255, 255, 255, 0.72);
  transition: 0.2s all ease-in;
}
#page-single-podcast .tooltip:after {
  content: "Copiar Link";
  opacity: 0;
  position: absolute;
  z-index: 9999;
  top: -37px;
  left: -50px;
  width: 114px;
  height: 36px;
  color: #000;
  font-size: 10px;
  line-height: 36px;
  text-align: center;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 3px;
  transition: 0.2s all ease-in;
}
#page-single-podcast .tooltip:hover:before, #page-single-podcast .tooltip:hover:after {
  opacity: 1;
  transition: 0.2s all ease-in;
}
#page-single-podcast .tooltip:active, #page-single-podcast .tooltip:focus {
  outline: none;
}
#page-single-podcast .tooltip:active:after, #page-single-podcast .tooltip:focus:after {
  content: "Link Copiado!";
}

#waveform {
  width: 100%;
  left: 0;
  height: 30%;
  position: absolute;
  top: 50%;
  margin: -15% auto;
  display: none;
  cursor: pointer;
  opacity: 0.8;
  -webkit-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 812px) {
  #waveform {
    width: 100vw;
    left: -17px;
    top: auto;
    bottom: 8vh;
  }
}
@media only screen and (max-width: 812px) and (orientation: landscape) {
  #waveform {
    left: -32px;
  }
}

#waveform:hover {
  opacity: 1;
}

#player {
  position: absolute;
  right: 4vw;
  width: 65vw;
  max-width: 345px;
  height: 130px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  /* Top Info */
  /* Controls */
  /* Progress */
  /* Loading */
  /* Plylist */
  /* Volume */
  /* Fade-In */
}
@media only screen and (max-width: 812px) {
  #player {
    right: auto;
  }
}
#player #title {
  height: 34px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
  color: green;
}
#player #timer {
  display: none;
  position: absolute;
  top: 0;
  left: 3%;
  text-align: left;
  font-size: 26px;
  opacity: 0.9;
  font-weight: 300;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33);
}
#player #duration {
  display: none;
  position: absolute;
  top: 0;
  right: 3%;
  text-align: right;
  font-size: 26px;
  opacity: 0.5;
  font-weight: 300;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33);
}
#player .controlsOuter {
  position: absolute;
  width: 100%;
  height: 70px;
  bottom: 3%;
}
#player .controlsInner {
  width: 60%;
  height: 70px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
}
#player .btn {
  cursor: pointer;
  opacity: 0.9;
  user-select: none;
}
#player .btn svg {
  display: block;
  margin: auto;
}
#player .btn:hover {
  opacity: 1;
}
#player #playBtn {
  padding-top: 4px;
  padding-left: 3px;
}
#player #pauseBtn {
  display: none;
  padding-top: 6px;
}
#player #prevBtn {
  width: 35px;
  height: 35px;
  padding-top: 8px;
}
#player #nextBtn {
  width: 35px;
  height: 35px;
  padding-top: 8px;
}
#player #playBtn,
#player #pauseBtn,
#player #prevBtn,
#player #nextBtn {
  width: 35px;
  height: 35px;
  background-size: 50%;
  background-repeat: no-repeat;
  border: 2px solid green;
  border-radius: 50%;
  background-position: center;
}
#player #bar {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33);
  opacity: 0.9;
}
#player .box-progress {
  width: 100%;
  height: 10px;
  border: 1px solid green;
  background: green;
}
#player #progress {
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: red;
  z-index: -1;
}
#player #loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -35px;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
  display: none;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
#player #playlist {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
#player #list {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#player .list-song {
  width: 100%;
  height: 120px;
  font-size: 50px;
  line-height: 120px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33);
}
#player .list-song:hover {
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
#player #volume {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  touch-action: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: none;
}
#player .bar {
  position: absolute;
  top: 50%;
  left: 5%;
  margin: -5px auto;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33);
}
#player #barEmpty {
  width: 90%;
  opacity: 0.5;
  box-shadow: none;
  cursor: pointer;
}
#player #barFull {
  width: 90%;
}
#player #sliderBtn {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 93.25%;
  margin: -25px auto;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.33);
  border-radius: 25px;
  cursor: pointer;
}
#player .fadeout {
  webkit-animation: fadeout 0.5s;
  -ms-animation: fadeout 0.5s;
  animation: fadeout 0.5s;
}
#player .fadein {
  webkit-animation: fadein 0.5s;
  -ms-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-ms-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

section.busca {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  padding: 130px 0 50px;
  display: none;
  overflow: auto;
}
@media only screen and (max-width: 812px) {
  section.busca {
    padding-top: 160px;
    z-index: 1;
  }
}
section.busca .busca-form-container {
  position: fixed;
  width: 100%;
}
section.busca .busca-form-container .the-content form {
  position: relative;
}
section.busca .busca-form-container .the-content form:before {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  background-color: #f49ac1;
  left: 0;
  bottom: 0;
  position: absolute;
}

body.opened-busca {
  overflow: hidden;
}
body.opened-busca section.busca {
  display: block;
}
body.opened-busca .menu-container .close-busca {
  display: block;
}
@media only screen and (max-width: 812px) {
  body.opened-busca .footer .footer-logo {
    fill: #1d562b;
  }
  body.opened-busca .menu.menu-mob svg {
    fill: #1d562b;
  }
  body.opened-busca .menu.menu-mob .menu-toggle span {
    background: #1d562b;
  }
}

.is-search {
  width: 100%;
}

.tosearch fieldset {
  border: 1px solid #1d562b;
  padding: 0;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 812px) {
  .tosearch fieldset {
    width: 55vw;
  }
}
.tosearch fieldset input {
  flex-grow: 1;
  background-color: transparent;
  border: 0;
  outline: 0;
  color: #1d562b;
  font-weight: 500;
}
@media only screen and (max-width: 812px) {
  .tosearch fieldset input {
    width: 100%;
  }
}
.tosearch fieldset button {
  background-color: transparent;
  border: 0;
  text-decoration: underline;
  color: #1d562b;
  text-transform: uppercase;
  outline: 0;
}
.tosearch .close {
  position: absolute;
  top: 4px;
  left: 58vw;
  cursor: pointer;
  font-size: 20px;
}

.tosearch-results {
  margin-top: 50px;
}
@media only screen and (max-width: 812px) {
  .tosearch-results {
    width: 65vw;
  }
}
.tosearch-results ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tosearch-results ul li {
  display: flex;
}
@media only screen and (max-width: 812px) {
  .tosearch-results ul li {
    flex-direction: column;
  }
}
.tosearch-results ul li:not(:last-child) {
  margin-bottom: 4vw;
}
.tosearch-results ul li > div {
  flex: 0 0 auto;
  width: 50%;
  font-weight: 500;
  padding-right: 20%;
}
@media only screen and (max-width: 812px) {
  .tosearch-results ul li > div {
    width: 100%;
  }
}
.tosearch-results ul li > div > div {
  margin-bottom: 4vw;
}
.tosearch-results ul li figure {
  flex: 0 0 auto;
  width: 50%;
  margin-top: 0;
}
@media only screen and (max-width: 812px) {
  .tosearch-results ul li figure {
    width: 100%;
  }
}
.tosearch-results ul li figure img {
  width: 100%;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*# sourceMappingURL=style.css.map */
