@charset "UTF-8";
/*
* Cores
*/
/*
* Tipografia
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Rubik:400,400i,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap");
html,
body {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

h2 {
  font-size: 48px;
  font-weight: bold;
  color: #2E3D44;
}

button,
p,
span,
ul li {
  font-family: "Noto Sans", sans-serif;
}

p {
  color: #212529;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* 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: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*
* Header
*/
/* Navbar */
header#header {
  background-color: #F7F7F7;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.35);
  z-index: 2;
  position: relative;
}
header#header .navbar-brand img {
  max-width: 130px;
}
@media (max-width: 992px) {
  header#header .navbar-brand {
    padding-left: 1rem;
  }
  header#header .navbar-toggler {
    border: none;
    font-size: 1.75rem;
    transition: all 0.25s;
    margin-right: 1rem;
  }
  header#header .navbar-toggler:hover, header#header .navbar-toggler:focus header#header .navbar-toggler[aria-expanded=true] {
    color: #004A88;
  }
}
header#header nav {
  padding: 0;
}
header#header nav ul.navbar-nav li {
  border-color: rgba(101, 122, 132, 0.15);
  border-style: solid;
  border-width: 0 1px 0 0;
}
header#header nav ul.navbar-nav li:first-child {
  border-width: 0 1px 0 1px;
}
header#header nav ul.navbar-nav li a {
  color: #2E3D44;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 0.938rem;
  font-weight: 500;
  transition: all 0.25s;
}
@media (min-width: 992px) {
  header#header nav ul.navbar-nav li a {
    line-height: 5.75rem;
    padding: 0 1.5rem;
  }
}
@media (max-width: 992px) {
  header#header nav ul.navbar-nav li a {
    padding: 1rem;
  }
}
header#header nav ul.navbar-nav li a[aria-current=page] {
  background-color: #004A88;
  color: white;
}
header#header nav ul.navbar-nav li a:hover {
  text-decoration: none;
  background-color: #004A88;
  color: white;
}
@media (min-width: 992px) {
  header#header nav ul.navbar-nav li .dropdown-menu a {
    line-height: 1;
    padding: 1rem;
  }
}
@media (max-width: 992px) {
  header#header nav ul.navbar-nav li .dropdown-menu a {
    padding: 1rem;
  }
}

/* Visual Composer */
.uvc-heading {
  display: flex;
  flex-direction: column-reverse;
}
.uvc-heading .uvc-sub-heading {
  width: 100%;
}

.vc_cta3.w-boxshadow {
  box-shadow: 0 3px 40px rgba(0, 0, 0, 0.16);
}
.vc_cta3 .vc_cta3-content-header h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
  color: #2E3D44;
}

/* Post Grid - Notícias */
.post-grid-noticias .vc-gitem-zone-height-mode-auto:before {
  content: initial;
  display: initial;
  padding-top: initial;
}
.post-grid-noticias .vc_is-hover img {
  opacity: 0.5;
}
.post-grid-noticias .vc_gitem_row {
  position: relative !important;
  transform: initial !important;
}
.post-grid-noticias .vc_grid-item-mini {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
  border-radius: 0 0 10px 10px !important;
}
.post-grid-noticias .vc_grid-item-mini .vc_gitem-zone {
  background-color: white;
  border-radius: 5px;
}
.post-grid-noticias .vc_grid-item-mini .vc_gitem-zone .vc_gitem-row-position-top > .vc_gitem-col {
  padding: 0 !important;
}
.post-grid-noticias .vc_grid-item-mini .vc_gitem-zone .vc_gitem-row-position-top > .vc_gitem-col .wpb_single_image {
  margin-bottom: 0 !important;
}
.post-grid-noticias .vc_gitem-row-position-middle > .vc_gitem-col {
  padding: 1.2rem 2rem 0;
  /* Categoria */
  /* Título */
}
.post-grid-noticias .vc_gitem-row-position-middle > .vc_gitem-col .vc_grid-filter.vc_grid-filter-center {
  text-align: left;
  font-size: 0.875rem;
  color: #212529;
  font-family: "Rubik";
}
.post-grid-noticias .vc_gitem-row-position-middle > .vc_gitem-col .vc_grid-filter.vc_grid-filter-center .vc_grid-filter-item.vc_gitem-post-category-name:hover {
  background-color: white;
  color: #009EFE;
}
.post-grid-noticias .vc_gitem-row-position-middle > .vc_gitem-col .vc_grid-filter.vc_grid-filter-center .vc_grid-filter-item.vc_gitem-post-category-name:hover a {
  text-decoration: none;
}
.post-grid-noticias .vc_gitem-row-position-middle > .vc_gitem-col .vc_grid-filter.vc_grid-filter-center .vc_grid-filter-item.vc_gitem-post-category-name:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  margin-right: 0.5rem;
}
.post-grid-noticias .vc_gitem-row-position-middle > .vc_gitem-col .vc_custom_heading {
  margin-bottom: 0 !important;
}
.post-grid-noticias .vc_gitem-row-position-middle > .vc_gitem-col .vc_custom_heading h3 {
  font-size: 1.313rem;
  font-weight: 700;
  color: #2E3D44;
  margin-bottom: 0 !important;
  line-height: 1.625rem;
  min-height: 86px;
}
.post-grid-noticias .vc_gitem-row-position-bottom > .vc_gitem-col {
  padding: 0 2rem 2.125rem;
}
.post-grid-noticias .vc_gitem-row-position-bottom > .vc_gitem-col p {
  font-size: 0.875rem;
}
.post-grid-noticias .vc_gitem-row-position-bottom > .vc_gitem-col:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  right: 20px;
  position: absolute !important;
  bottom: 0 !important;
  color: #eee;
  font-size: 70px;
  z-index: 0;
}
.post-grid-noticias .vc_gitem-row-position-bottom > .vc_gitem-col .vc_gitem-post-data-source-post_excerpt,
.post-grid-noticias .vc_gitem-row-position-bottom > .vc_gitem-col .vc_gitem-post-meta-field-_yoast_wpseo_metadesc {
  position: inherit;
  z-index: 10;
  min-height: 150px;
}

/* Radio */
.home {
  /* Twitter */
}
.home .slider-main {
  background: rgba(255, 255, 255, 0.8);
  padding: 1rem;
  border-radius: 5px;
}
.home .btn-zoomsounds:before, .home .btn-zoomsounds > .the-bg {
  background-color: #009EFE;
}
.home .audioplayer.skin-wave .btn-zoomsounds {
  color: white;
}
.home .nav-main {
  height: initial !important;
}
.home .nav-clipper {
  margin-right: -15px;
  margin-left: -15px;
}
.home .nav-clipper .menu-item {
  position: relative;
  display: none;
  border-radius: 10px;
  flex-direction: column-reverse;
}
.home .nav-clipper .menu-item .menu-item-thumb-con {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0.5;
  border-radius: 10px;
}
.home .nav-clipper .menu-item .menu-item-thumb {
  border-radius: 10px;
}
.home .nav-clipper .menu-item .the-artist,
.home .nav-clipper .menu-item .the-name {
  display: block !important;
  width: 100%;
  float: initial !important;
}
.home .nav-clipper .menu-item[data-menu-index="0"] {
  display: flex;
  align-items: flex-end;
  padding: 25px;
}
.home .nav-clipper .menu-item[data-menu-index="1"] {
  display: flex;
  align-items: flex-end;
  padding: 25px;
}
.home .nav-clipper .menu-item[data-menu-index="2"] {
  display: flex;
  align-items: flex-end;
  padding: 25px;
}
.home .nav-clipper .menu-item[data-menu-index="3"] {
  display: flex;
  align-items: flex-end;
  padding: 25px;
}
@media (min-width: 920px) {
  .home .nav-clipper .menu-item {
    height: 250px;
  }
  .home .nav-clipper .menu-item[data-menu-index="0"] {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(25% - 30px);
    float: left;
  }
  .home .nav-clipper .menu-item[data-menu-index="1"] {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(25% - 30px);
    float: left;
  }
  .home .nav-clipper .menu-item[data-menu-index="2"] {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(25% - 30px);
    float: left;
  }
  .home .nav-clipper .menu-item[data-menu-index="3"] {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(25% - 30px);
    float: left;
  }
}
.home .bx-wrapper .bx-controls-direction a {
  margin-top: 30px;
}
.home .aptf-template-1 .aptf-tweet-content {
  background: transparent;
  border: none;
  color: white;
  padding-left: 50px;
  padding-right: 50px;
}
.home .aptf-template-1 .aptf-tweet-content a {
  color: white !important;
}
.home .aptf-template-1 .aptf-tweet-content:before {
  font-family: "Font Awesome 5 Brands";
  content: "";
  margin-right: 0.5rem;
  position: absolute;
  left: 20px;
  top: calc(50% - 20px);
  font-size: 20px;
  border-color: initial !important;
  border-top-color: initial !important;
  border-width: 0 !important;
  margin-left: 0 !important;
}
.home .forminator-col-6 {
  width: 50%;
  display: inline-block;
}
.home .forminator-col-6:first-child {
  padding-right: 15px;
}
.home .forminator-col-6:last-child {
  padding-left: 15px;
}

/* Widgets */
#footer {
  padding: 5.625rem 0 1.5rem 0;
}
#footer li.widget {
  list-style: none;
}
#footer li.widget h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
}
#footer li.widget h4:after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #009EFE;
  left: 0;
  bottom: 0;
  position: absolute;
}
#footer li.widget ul.menu {
  padding-inline-start: 0;
}
#footer li.widget ul.menu li {
  list-style: none;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
#footer .textwidget a {
  color: #fff;
}
#footer .textwidget a:hover {
  text-decoration: none;
  color: #009EFE;
}
#footer .textwidget a i.fab {
  display: inline-block;
  margin-right: 1rem;
}

/* Single */
.single article {
  color: #2E3D44;
  margin-bottom: 5.625rem;
}
.single article p {
  color: #32424a;
  line-height: 1.75;
}
.single article figure.wp-block-image figcaption {
  color: #212529;
  text-align: center;
  background-color: #F7F7F7;
  margin-top: 0;
  padding: 0.25rem;
  font-size: 0.85rem;
}
.single article a:hover {
  text-decoration: none;
  color: #004A88;
}
.single article blockquote {
  width: 85%;
  background: #009EFE;
  overflow: hidden;
  margin: 0 auto 20px;
  border: 0;
  border-radius: 3px;
  padding: 25px;
  position: relative;
  color: white;
  font-style: italic;
}
.single article blockquote p {
  color: white;
}
.single article blockquote:after {
  bottom: 20px;
  right: 20px;
  color: rgba(255, 255, 255, 0.15);
  font-size: 60px;
  line-height: 36px;
  position: absolute;
  content: "";
  font-family: FontAwesome;
}

#page-header {
  color: #fff;
  padding: 9rem 0;
  margin-bottom: 5.625rem;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  position: relative;
}
#page-header:before {
  content: "";
  background: #2E3D44;
  /* The Fallback */
  background: rgba(46, 61, 68, 0.95);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
#page-header .container-content {
  z-index: 2;
  position: inherit;
}
#page-header .container-content h1 {
  font-size: 3rem;
  font-weight: 700;
}
#page-header .container-content p {
  color: white;
}
#page-header .container-content a {
  color: #009EFE;
}

.article-grid {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
  border-radius: 10px !important;
  margin-bottom: 2.5rem;
}
.article-grid .article-image {
  background-color: #009EFE;
  border-radius: 10px 10px 0 0 !important;
}
.article-grid .article-image img {
  border-radius: 10px 10px 0 0 !important;
  width: 100%;
  height: auto;
}
.article-grid .article-meta {
  padding: 1.2rem 2rem 2.125rem 2rem;
  position: relative;
}
.article-grid .article-meta a.category {
  text-align: left;
  font-size: 0.875rem;
  color: #212529;
  margin-bottom: 1rem;
  display: block;
  transition: all 0.25s;
}
.article-grid .article-meta a.category:hover {
  color: #009EFE;
  text-decoration: none;
}
.article-grid .article-meta h3 {
  font-size: 1.313rem;
  font-weight: 700;
  color: #2E3D44;
  margin-bottom: 0 !important;
  line-height: 1.625rem;
  margin-bottom: 1rem !important;
  min-height: 86px;
}
.article-grid .article-meta p {
  font-size: 0.875rem;
  z-index: 10;
  position: inherit;
  min-height: 100px;
}
.article-grid .article-meta:after {
  font-family: FontAwesome;
  font-weight: 900;
  content: "";
  right: 20px;
  position: absolute !important;
  bottom: 0 !important;
  color: #eee;
  font-size: 70px;
  z-index: 0;
}
.article-grid .article-meta a:hover {
  text-decoration: none;
}
.article-grid.audio .article-meta:after {
  font-family: FontAwesome;
  font-weight: 900;
  content: "";
  right: 20px;
  position: absolute !important;
  bottom: 0 !important;
  color: #eee;
  font-size: 70px;
  z-index: 0;
}
.article-grid:hover img {
  opacity: 0.5;
}
.article-grid:hover h3 {
  color: #009EFE;
}

/* Verdades e Mentiras*/
.catVM {
  margin-bottom: 0;
  font-size: 1.25rem !important;
  font-weight: bold;
}
.catVM.Verdade {
  color: #008100;
}
.catVM.Mentira {
  color: #b53134;
}

.article-grid.Verdade {
  border: 1px solid #008100;
}
.article-grid.Mentira {
  border: 1px solid #b53134;
}

#top-bar {
  background-color: #004A88;
  color: #ffffff;
  padding: 0.5rem 0;
}
#top-bar ul {
  margin-bottom: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}
#top-bar li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
#top-bar li a {
  color: #fff;
  transition: all 0.25s;
}
#top-bar li a:hover {
  color: #009EFE;
  text-decoration: none;
}
#top-bar #searchform label {
  margin: 0;
  margin-right: -5px;
}
#top-bar #searchform input {
  background-color: #004A88;
  border-radius: 9999px 0 0 9999px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border: 1px solid white;
  transition: all 0.25s;
  color: white;
}
#top-bar #searchform input::placeholder {
  color: white;
}
#top-bar #searchform input:focus {
  background-color: white;
  color: #004A88;
  outline: 0;
}
#top-bar #searchform button {
  border-radius: 0 9999px 9999px 0;
  padding: 0.5rem;
  border: 0;
  background-color: white;
  color: #004A88;
  border: 1px solid white;
}

.hide {
  display: none !important;
}

.page p img {
  max-width: 100%;
}

.paginacao {
  margin-top: 50px;
  margin-bottom: 70px;
  text-align: center;
}
.paginacao span.page-numbers.current {
  color: #fff;
  background-color: #009EFE;
  padding: 0.85rem 1.25rem;
  border-radius: 3px;
  margin: 0 0.15rem;
}
.paginacao a {
  background: #fafafa;
  padding: 0.85rem 1.25rem;
  border-radius: 3px;
  margin: 0 0.15rem;
  transition: all 0.25s;
}
.paginacao a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #009EFE;
}

/*# sourceMappingURL=app.min.css.map */
