@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  box-sizing: border-box; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body .message__item, .minha-gazeta.active .wrapper .minha-gazeta-body, .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo, .minha-gazeta.active .wrapper .minha-gazeta-body .btn-assine, .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list,
.minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list, .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list .item-list:first-child,
.minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list .item-list:first-child, .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list .item-list .item-text,
.minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list .item-list .item-text, .minha-gazeta.active .wrapper .minha-gazeta-body .link-home, .notifications .notification-body, .notifications .notification-body .main-header, .notifications .notification-body .main-header .user-name, .notifications .notification-body .main-header .btn-return, .notifications .notification-body .secondary-header .principal-page-title,
.notifications .notification-body .tertiary-header .principal-page-title, .notifications .notification-body .secondary-header .principal-page-title .icoMoreH,
.notifications .notification-body .tertiary-header .principal-page-title .icoMoreH, .notifications .notification-body .secondary-header .principal-page-title .notifications-general-menu,
.notifications .notification-body .tertiary-header .principal-page-title .notifications-general-menu, .notifications .notification-body .secondary-header .principal-page-title .notifications-general-menu .general-item,
.notifications .notification-body .tertiary-header .principal-page-title .notifications-general-menu .general-item, .notifications .notification-body .secondary-header .principal-page-title .notifications-general-menu .general-item a,
.notifications .notification-body .tertiary-header .principal-page-title .notifications-general-menu .general-item a, .notifications .notification-body .secondary-header .page-config-title,
.notifications .notification-body .tertiary-header .page-config-title, .notifications .notification-body .secondary-header .page-config-subtitle,
.notifications .notification-body .tertiary-header .page-config-subtitle, .notifications .notification-body .secondary-header .page-config-notifications,
.notifications .notification-body .tertiary-header .page-config-notifications, .notifications .notification-body .notification-config-list, .notifications .notification-body .notification-config-list .config-list-item, .notifications .notification-body .notification-list, .notifications .notification-body .notification-list .notification-item, .notifications .notification-body .notification-list .notification-item .notification-type, .notifications .notification-body .notification-list .notification-item .notification-type .ico-type, .notifications .notification-body .notification-list .notification-item .notifications-action-menu, .notifications .notification-body .notification-list .notification-item .notifications-action-menu .action-item, .notifications .notification-body .notification-list .notification-item .notifications-action-menu .action-item a, .notifications .notification-body .message__item .box-message.success p, .notifications .notification-body .message__item .box-message.success p .btn-close-msg, .notifications .notification-body .no-notifications,
.notifications .notification-body .loader-notifications,
.notifications .notification-body .not-subscriber-notifications, .c-modal-content .save-read-later-information .btn-assine, .c-modal-content .save-read-later-information .message-minha-gazeta, .c-modal-content .save-read-later-information .saved-header, .c-modal-content .save-read-later-information .saved-message-body span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

/**
 * Columns
 *
 */
/**
 * Columns, Mobile
 *
 */
/**
 * Columns, Tablet
 *
 */
/**
 * Columns, Tablet Up
 *
 */
/**
 * Columns, Desktop
 *
 */
[class*="col-"] {
  float: left;
  margin-bottom: 20px;
  padding-right: 28px; }

.col-12 {
  padding: 0; }

@media screen and (min-width: 1148px) {
  .col-1 {
    max-width: 8.33333%;
    width: 100%; }
  .col-2 {
    max-width: 16.66667%;
    width: 100%; }
  .col-3 {
    max-width: 25%;
    width: 100%; }
  .col-4 {
    max-width: 33.33333%;
    width: 100%; }
  .col-5 {
    max-width: 41.66667%;
    width: 100%; }
  .col-6 {
    max-width: 50%;
    width: 100%; }
  .col-7 {
    max-width: 58.33333%;
    width: 100%; }
  .col-8 {
    max-width: 66.66667%;
    width: 100%; }
  .col-9 {
    max-width: 75%;
    width: 100%; }
  .col-10 {
    max-width: 83.33333%;
    width: 100%; }
  .col-11 {
    max-width: 91.66667%;
    width: 100%; }
  .col-12 {
    max-width: 100%;
    width: 100%; }
  .wrapper {
    max-width: 1148px; }
  .wrapper-podcast,
  .wrapper-video {
    max-width: 1148px; }
  .c-ads-clip .bg-clip {
    left: calc(50% - 574px); }
  .c-ads.ads-stick-footer > div {
    max-width: 1148px; }
  .c-ads.ads-header > div {
    max-width: 1190px; } }

/* CONTAINER */
.container {
  width: 100%;
  margin: 0 auto;
  clear: both; }

.c-ads.ads-stick-footer > div,
.c-ads.ads-header > div {
  width: 100%;
  margin: 0 auto;
  clear: both;
  position: relative; }

.wrapper {
  width: 100%;
  margin: 0 auto;
  clear: both;
  padding: 0 15px; }

.wrapper-podcast,
.wrapper-video {
  width: 100%;
  margin: 0 auto;
  clear: both;
  padding: 0 15px; }

.left {
  float: left; }

.right {
  float: right; }

.row {
  display: flex; }

@media screen and (max-width: 1147px) {
  .col-1 {
    width: 8.33333%; }
  .col-2 {
    width: 16.66667%; }
  .col-3 {
    width: 25%; }
  .col-4 {
    width: 33.33333%; }
  .col-5 {
    width: 41.66667%; }
  .col-6 {
    width: 50%; }
  .col-7 {
    width: 58.33333%; }
  .col-8 {
    width: 66.66667%; }
  .col-9 {
    width: 75%; }
  .col-10 {
    width: 83.33333%; }
  .col-11 {
    width: 91.66667%; }
  .col-12 {
    width: 100%; }
  .wrapper-podcast,
  .wrapper-video {
    max-width: 1024px; }
  .wrapper {
    max-width: 1024px; }
  .c-ads-clip .bg-clip {
    left: calc(50% - 512px); }
  .c-ads.ads-stick-footer > div,
  .c-ads.ads-header > div {
    max-width: 1024px; } }

@media screen and (max-width: 1023px) and (min-width: 320px) {
  .wrapper {
    width: 100%; }
  .wrapper-podcast,
  .wrapper-video {
    max-width: 100%; }
  .c-ads-clip .bg-clip {
    left: calc(50% - 574px); }
  .c-ads.ads-stick-footer > div {
    max-width: 1148px; }
  .c-ads.ads-header > div {
    max-width: 100%; } }

@media screen and (max-width: 1023px) {
  .col-1 {
    width: 10%; }
  .col-2 {
    width: 20%; }
  .col-3 {
    width: 30%; }
  .col-4 {
    width: 40%; }
  .col-5 {
    width: 50%; }
  .col-6 {
    width: 60%; }
  .col-7 {
    width: 70%; }
  .col-8 {
    width: 80%; }
  .col-9 {
    width: 90%; }
  .col-10 {
    width: 100%; } }

@media screen and (max-width: 989px) {
  [class*="col-"] {
    padding: 0 0 0; }
  .col-1 {
    width: 12.5%; }
  .col-2 {
    width: 25%; }
  .col-3 {
    width: 37.5%; }
  .col-4 {
    width: 50%; }
  .col-5 {
    width: 62.5%; }
  .col-6 {
    width: 75%; }
  .col-7 {
    width: 87.5%; }
  .col-8 {
    width: 100%; }
  .c-ads-clip .bg-clip {
    left: calc(50% - 384px); }
  .c-ads.ads-stick-footer > div,
  .c-ads.ads-header > div {
    max-width: 768px; }
  .wrapper {
    max-width: 768px; }
  .wrapper-podcast,
  .wrapper-video {
    max-width: 768px; } }

@media screen and (max-width: 767px) {
  [class*="col-"] {
    width: 100%;
    padding-left: 0; }
  .c-ads-clip .bg-clip {
    left: calc(50% - 290px); }
  .c-ads.ads-stick-footer > div,
  .c-ads.ads-header > div {
    max-width: 580px; }
  .wrapper {
    max-width: 580px; }
  .wrapper-podcast,
  .wrapper-video {
    max-width: 580px; } }

@media screen and (max-width: 579px) {
  .c-ads-clip .bg-clip {
    left: calc(50% - 210px); }
  .c-ads.ads-stick-footer > div,
  .c-ads.ads-header > div {
    max-width: 420px; }
  .wrapper {
    max-width: 420px; }
  .wrapper-podcast,
  .wrapper-video {
    max-width: 100%; } }

@media screen and (max-width: 419px) {
  .c-ads-clip .bg-clip {
    left: calc(50% - 190px); }
  .c-ads.ads-stick-footer > div,
  .c-ads.ads-header > div {
    max-width: 380px; }
  .wrapper {
    max-width: 380px; } }

@media screen and (max-width: 379px) {
  .c-ads-clip .bg-clip {
    left: calc(50% - 180px); }
  .c-ads.ads-stick-footer > div,
  .c-ads.ads-header > div {
    max-width: 360px; }
  .wrapper {
    max-width: 360px; } }

@media screen and (max-width: 359px) {
  .c-ads-clip .bg-clip {
    left: calc(50% - 160px); }
  .c-ads.ads-stick-footer > div,
  .c-ads.ads-header > div {
    max-width: 320px; }
  .wrapper {
    max-width: 320px; } }

body {
  color: #000000;
  font-family: "Overpass", sans-serif;
  width: 100%; }
  body img {
    max-width: 100%;
    width: 100%; }
  body .page-newsletter.destach {
    margin-top: -30px;
    float: left;
    width: 100%; }
  body.note-amp {
    margin-top: 15px; }
  body .mTop {
    padding-top: 160px; }
  body .mTopHome {
    padding-top: 190px; }
  body .mTopId {
    padding-top: 190px; }
  body.webview {
    margin-top: 0;
    padding-top: 0; }
  body.conteudo-publicitario-page {
    padding-bottom: 0;
    background: #f8f8f8; }
    body.conteudo-publicitario-page .c-footer {
      padding-bottom: 0; }
  body.gpbc-page {
    background: #f8f8f8; }
  body.video, body.podcast {
    background: #000000; }
    body.video .container, body.podcast .container {
      background: transparent; }
    body.video.gpbc-page .container, body.podcast.gpbc-page .container {
      background: transparent; }
  body.bomgourmet-page.video, body.bomgourmet-page.podcast, body.haus-page.video, body.haus-page.podcast {
    background: #000000; }
    body.bomgourmet-page.video .container, body.bomgourmet-page.podcast .container, body.haus-page.video .container, body.haus-page.podcast .container {
      background: transparent; }
  body .message__item {
    align-items: center;
    justify-content: center;
    bottom: 5%;
    position: fixed;
    width: 100%;
    z-index: 9999999999; }
    body .message__item .box-message {
      border-radius: 6px;
      padding: 15px; }
      body .message__item .box-message.success {
        background-color: #d4edda; }
        body .message__item .box-message.success p {
          color: #3c763d;
          font-family: 'Overpass', sans-serif;
          font-weight: 700; }
          body .message__item .box-message.success p::before {
            content: "\2713";
            font-weight: 700;
            margin-right: 5px; }

@media screen and (max-width: 989px) {
  body.webview {
    margin-top: 0;
    padding-top: 0; } }

@media screen and (max-width: 1147px) {
  body.webview {
    margin-top: 0;
    padding-top: 0; } }

@media screen and (max-width: 767px) {
  body.webview {
    margin-top: 0;
    padding-top: 0; } }

a {
  color: #3a66c8; }
  a[href]:hover {
    text-decoration: underline; }

input {
  -webkit-appearance: none; }

.relative_left_full {
  position: relative;
  width: 100%;
  float: left; }

.relative_full {
  position: relative;
  width: 100%; }

.c-title {
  color: #000000;
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 125%;
  font-family: "Merriweather", serif; }

.c-title-02 {
  position: relative;
  float: left;
  width: 100%;
  font-family: "Merriweather", serif;
  font-size: 2.125rem;
  line-height: 100%;
  text-align: left;
  color: #000000;
  margin: 30px 0; }
  .c-title-02 strong {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    width: auto;
    font-weight: 700; }

.c-title-03 {
  position: relative;
  float: left;
  width: 100%;
  text-align: left;
  font-size: 1.375rem;
  color: #000000;
  line-height: 125%;
  font-family: "Merriweather", serif; }

.c-title-04 {
  position: relative;
  float: left;
  width: 100%;
  text-align: left;
  font-size: 1rem;
  color: #000000;
  line-height: 125%;
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  margin: 0 0 15px 0; }

.c-box-title {
  color: #707070;
  display: inline-block;
  border-left: 1px solid;
  border-right: 1px solid;
  font-family: "Merriweather", serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 15px;
  padding: 0 8px;
  text-transform: lowercase; }

.box-title {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 15px;
  line-height: 31px;
  font-size: 1.375rem;
  font-weight: bold;
  margin: 0;
  font-family: "Overpass", sans-serif;
  padding: 0;
  border-top: solid 1px #2a2a2a; }
  .box-title strong {
    position: relative;
    float: left;
    width: auto;
    padding: 15px 0 0 0;
    margin-top: 0; }
    .box-title strong:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 4px;
      background: #2a2a2a; }

.c-ad-overhead {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start; }
  .c-ad-overhead span {
    position: relative;
    width: auto;
    display: inline-flex;
    height: 20px;
    font-family: "Overpass", sans-serif;
    text-transform: uppercase;
    font-size: 0.75rem;
    line-height: 23px;
    font-weight: bold;
    background: #f0ad2c;
    color: #ffffff;
    padding: 0 6px; }
    .c-ad-overhead span a {
      text-decoration: none;
      color: #ffffff;
      display: inline-block;
      width: 100%;
      cursor: pointer; }
  .c-ad-overhead .question {
    display: none;
    position: absolute;
    right: -16px;
    top: 2px;
    width: 16px;
    height: 16px;
    background: transparent;
    cursor: pointer; }
    .c-ad-overhead .question .balloon {
      position: absolute;
      top: 26px;
      left: calc(50% - 200px);
      width: 220px;
      height: auto;
      background: #cccccc;
      padding: 10px;
      font-size: 0.75rem;
      line-height: 125%;
      text-transform: initial;
      color: #000000;
      border-radius: 4px;
      display: none;
      -ms-transition: all 1s ease-out;
      -moz-transition: all 1s ease-out;
      -webkit-transition: all 1s ease-out;
      -o-transition: all 1s ease-out; }
      .c-ad-overhead .question .balloon:before {
        content: "";
        position: absolute;
        left: calc(50% - 5px);
        top: -5px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #cccccc; }
    .c-ad-overhead .question:focus .balloon, .c-ad-overhead .question:hover .balloon {
      display: block; }

.c-logos-client-header {
  float: right;
  width: 120px;
  height: 70px;
  text-align: right; }
  .c-logos-client-header .image-client {
    width: auto;
    height: auto;
    float: right; }
  .c-logos-client-header img {
    float: right;
    width: auto;
    max-width: 100px;
    max-height: 50px; }
  .c-logos-client-header span {
    display: inline-flex;
    width: auto;
    text-align: center;
    color: #707070;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-family: "Overpass", sans-serif;
    margin-bottom: 3px; }

.c-box-footer {
  position: relative;
  width: 100%;
  float: left;
  background: #ffffff;
  border: solid 1px #e6e6e6;
  padding: 15px;
  margin: 30px 0; }
  .c-box-footer .c-ad-overhead {
    position: relative;
    align-content: center;
    align-items: center; }
  .c-box-footer .c-logos-client {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: row; }
    .c-box-footer .c-logos-client .image-client {
      width: auto;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-basis: 50%;
      padding: 0 15px;
      margin-bottom: 15px;
      justify-content: center;
      flex-direction: column;
      align-items: center; }
      .c-box-footer .c-logos-client .image-client a {
        display: inline-flex;
        height: auto;
        width: auto; }
      .c-box-footer .c-logos-client .image-client svg {
        display: inline-flex;
        height: auto;
        width: 140px;
        max-width: 100%;
        max-height: 100px; }
      .c-box-footer .c-logos-client .image-client img {
        display: inline-flex;
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: 100px; }
    .c-box-footer .c-logos-client span {
      display: inline-flex;
      width: auto;
      text-align: center;
      color: #707070;
      text-transform: uppercase;
      font-size: 0.75rem;
      font-family: "Overpass", sans-serif;
      margin-bottom: 3px; }
  .c-box-footer .c-text {
    width: 100%;
    float: left;
    font-size: 0.875rem;
    color: #707070;
    line-height: 150%;
    font-family: "Overpass", sans-serif;
    text-align: center; }
    .c-box-footer .c-text p {
      width: 100%;
      display: inline-block;
      margin: 0;
      font-size: 0.875rem;
      color: #707070;
      line-height: 150%;
      font-family: "Overpass", sans-serif;
      text-align: center; }

.c-summary {
  color: #000000;
  font-size: 1.25rem;
  line-height: 125%; }

.btn {
  border: 1px solid #2a2a2a;
  border-radius: 6px;
  color: #2a2a2a;
  cursor: pointer;
  font-size: 0.875rem;
  padding: 8px 12px;
  text-decoration: none;
  text-transform: uppercase; }
  .btn:hover {
    background-color: #2a2a2a;
    color: #ffffff;
    text-decoration: none; }

.btn-submit {
  background-color: #2a2a2a;
  border: none;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  font-family: "Overpass", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-align: center;
  -moz-transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25 ease-in-out;
  transition: background-color .25s ease-in-out; }
  .btn-submit:hover {
    background-color: #707070; }

.btn-show-more {
  background-color: #f5f5f5;
  border: 1px solid #2a2a2a;
  color: #2a2a2a;
  cursor: pointer;
  font-family: "Overpass", sans-serif;
  font-size: 0.875rem;
  padding: 7px 15px 3px 15px;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25 ease-in-out;
  transition: background-color .25s ease-in-out; }
  .btn-show-more:hover {
    background-color: #2a2a2a;
    color: #ffffff;
    text-decoration: none; }

.c-modal-header .btn-close {
  cursor: pointer;
  float: right;
  height: 25px;
  margin-top: 10px;
  position: relative;
  width: 25px;
  font-size: 0;
  background: none;
  padding: 0;
  border: 0;
  right: 25px;
  z-index: 1; }

.btn-close {
  cursor: pointer;
  height: 30px;
  margin-top: 10px;
  width: 25px; }
  .btn-close:after, .btn-close:before {
    background-color: #000000;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 12px;
    transform: rotate(45deg);
    width: 100%; }
  .btn-close:after {
    transform: rotate(-45deg); }

#modal-read-later .btn-close {
  height: 20px;
  width: 20px; }
  #modal-read-later .btn-close::after, #modal-read-later .btn-close::before {
    background-color: #707070; }

.top {
  position: relative;
  float: left;
  width: 100%; }

.mobile-show {
  display: none; }

.mobile-hide {
  display: block; }

.hide {
  display: none; }

/**
 * Overflow to control body when open/close comments
 */
.overflow-y {
  overflow-y: auto; }

.overflow-y-hide {
  overflow: hidden; }

@media screen and (max-width: 767px) {
  .mobile-show {
    display: block; }
  .mobile-hide {
    display: none; }
  .c-title-02 {
    font-size: 1.25rem; }
    .c-title-02 strong:before, .c-title-02 strong:after {
      top: calc(50% - 11px);
      height: 23px; }
  .mobile-overflow-y-hide {
    overflow-y: hidden; } }

.tp-backdrop.tp-active {
  opacity: 0.9 !important; }

@media screen and (min-width: 768px) {
  div.tp-modal {
    overflow-y: auto !important;
    top: -50% !important;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%); }
  .tp-iframe-wrapper {
    margin: 20px auto !important; } }

@media screen and (max-width: 767px) {
  .tp-iframe-wrapper {
    margin: 80px auto 40px !important; } }

.minha-gazeta {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 0;
  z-index: 1000; }
  @media screen and (max-width: 1147px) {
    .minha-gazeta {
      top: 56px; } }
  .minha-gazeta.active {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%; }
    @media screen and (max-width: 768px) {
      .minha-gazeta.active {
        z-index: 9999999999; } }
    .minha-gazeta.active .wrapper {
      height: 100vh; }
      @media screen and (max-width: 1024px) {
        .minha-gazeta.active .wrapper {
          padding: 0; } }
      @media screen and (max-width: 768px) {
        .minha-gazeta.active .wrapper {
          margin-left: 56px;
          padding: 0;
          width: 100%; } }
      .minha-gazeta.active .wrapper .minha-gazeta-body {
        flex-direction: column;
        background-color: #ffffff;
        float: right;
        height: auto;
        margin-top: 100px;
        min-height: 100vh;
        min-height: -webkit-fill-available;
        padding: 38px 15px;
        position: relative;
        width: 304px;
        -webkit-animation: slide-out-top 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
        animation: slide-out-top 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }
        @media screen and (max-width: 1024px) {
          .minha-gazeta.active .wrapper .minha-gazeta-body {
            margin-top: 0; } }
        @media screen and (max-width: 768px) {
          .minha-gazeta.active .wrapper .minha-gazeta-body {
            margin-top: -1px;
            padding: 38px 75px 38px 15px; } }
        .minha-gazeta.active .wrapper .minha-gazeta-body.active {
          webkit-animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
        @media screen and (max-width: 768px) {
          .minha-gazeta.active .wrapper .minha-gazeta-body {
            width: 100%; } }

@-webkit-keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; } }

@keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; } }

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
        .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo {
          align-items: center; }
          .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar {
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            align-items: center;
            border-radius: 100%;
            border: solid 1px #e6e6e6;
            display: flex;
            height: 28px;
            justify-content: center;
            line-height: 33px;
            overflow: hidden;
            position: relative;
            width: 28px;
            /*-- CORES PARA CADA LETRA --*/ }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial {
              font-size: 0.875rem;
              color: #2a2a2a;
              display: inline-block;
              font-family: "Merriweather";
              height: 28px;
              line-height: 28px;
              position: absolute;
              text-align: center;
              vertical-align: middle;
              width: 36px;
              -webkit-animation: flip-in-ver-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
              animation: flip-in-ver-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .photo-user {
              background-position: center;
              background-repeat: no-repeat;
              background-size: cover;
              display: inline-block;
              height: 100%;
              left: 0;
              max-width: 28px;
              position: absolute;
              text-align: center;
              top: 0;
              vertical-align: top;
              width: 100%;
              z-index: 10;
              -webkit-animation: flip-in-ver-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
              animation: flip-in-ver-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@-webkit-keyframes flip-in-ver-right {
  0% {
    -webkit-transform: rotateY(-80deg);
    transform: rotateY(-80deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1; } }

@keyframes flip-in-ver-right {
  0% {
    -webkit-transform: rotateY(-80deg);
    transform: rotateY(-80deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1; } }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.A {
              background-color: #378fae; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.B {
              background-color: #82b4c5; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.C {
              background-color: #8c9ea9; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.D {
              background-color: #9aa6af; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.E {
              background-color: #a9b6bf; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.F {
              background-color: #508994; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.G {
              background-color: #75a5ac; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.H {
              background-color: #84b896; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.I {
              background-color: #91c2b3; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.J {
              background-color: #adbfa9; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.K {
              background-color: #c5c896; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.L {
              background-color: #d3c696; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.M {
              background-color: #d9c686; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.N {
              background-color: #e1c475; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.O {
              background-color: #e3b37c; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.P {
              background-color: #e3ae64; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.Q {
              background-color: #d3b4a2; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.R {
              background-color: #e1b59f; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.S {
              background-color: #d1a795; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.T {
              background-color: #dd9e83; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.U {
              background-color: #d38387; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.V {
              background-color: #b8bed0; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.W {
              background-color: #b0a0b6; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.X {
              background-color: #b7acaa; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.Y {
              background-color: #cbbeb9; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.Z {
              background-color: #bbb2b2; }
          .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-name {
            font-size: 1.125rem;
            color: #2a2a2a;
            font-family: "Overpass", sans-serif;
            margin-left: 12px; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-name strong {
              font-weight: bold; }
        .minha-gazeta.active .wrapper .minha-gazeta-body .editar-perfil {
          font-size: 0.875rem;
          color: #0045b4;
          font-family: "Overpass", sans-serif;
          margin: 16px 0 37px 40px;
          text-decoration: none; }
          .minha-gazeta.active .wrapper .minha-gazeta-body .editar-perfil:hover {
            text-decoration: underline; }
          .minha-gazeta.active .wrapper .minha-gazeta-body .editar-perfil.no-subscriber {
            margin: 16px 0 0 40px; }
        .minha-gazeta.active .wrapper .minha-gazeta-body .btn-assine {
          font-size: 0.875rem;
          align-items: center;
          background-color: #e66a1d;
          border-radius: 20px;
          color: #ffffff;
          cursor: pointer;
          font-family: "Overpass", sans-serif;
          font-weight: bold;
          justify-content: center;
          margin: 24px 0 37px;
          padding: 12px 16px;
          text-align: center;
          transition: all 0.5s ease;
          text-decoration: none;
          width: 100%; }
          .minha-gazeta.active .wrapper .minha-gazeta-body .btn-assine:hover {
            box-shadow: 0 3px 6px 0 0, 0, 0, 0.16; }
          .minha-gazeta.active .wrapper .minha-gazeta-body .btn-assine svg {
            height: 10px;
            margin-left: 5px;
            width: 10px; }
        .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list,
        .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list {
          flex-direction: column;
          margin-bottom: 30px;
          padding: 0 10px; }
          .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list .item-list,
          .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list .item-list {
            border-bottom: 1px solid #e6e6e6;
            padding: 15px 0;
            width: 100%; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list .item-list:first-child,
            .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list .item-list:first-child {
              align-items: center;
              flex-direction: row;
              justify-content: space-between; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list .item-list .title,
            .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list .item-list .title {
              font-size: 1rem;
              font-family: "Overpass", sans-serif;
              font-weight: bold; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list .item-list .btn-painel,
            .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list .item-list .btn-ver-tudo,
            .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list .item-list .btn-painel,
            .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list .item-list .btn-ver-tudo {
              font-size: 0.75rem;
              background-color: #e6e6e6;
              border-radius: 16px;
              color: #2a2a2a;
              cursor: pointer;
              font-family: "Overpass", sans-serif;
              letter-spacing: 0.3px;
              padding: 8px 16px;
              transition: all 0.5s ease;
              text-decoration: none; }
              .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list .item-list .btn-painel:hover,
              .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list .item-list .btn-ver-tudo:hover,
              .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list .item-list .btn-painel:hover,
              .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list .item-list .btn-ver-tudo:hover {
                box-shadow: 0 3px 6px 0 0, 0, 0, 0.16; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list .item-list .item-text,
            .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list .item-list .item-text {
              font-size: 0.875rem;
              align-items: center;
              color: #2a2a2a;
              cursor: pointer;
              font-family: "Overpass", sans-serif;
              line-height: 125%;
              text-decoration: none; }
              .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list .item-list .item-text:hover,
              .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list .item-list .item-text:hover {
                text-decoration: underline; }
              .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list .item-list .item-text svg,
              .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list .item-list .item-text svg {
                height: 24px;
                margin-left: 5px;
                width: 24px; }
          .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list.no-subscriber,
          .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list.no-subscriber {
            margin-bottom: 7px; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list.no-subscriber .item-text,
            .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list.no-subscriber .item-text {
              cursor: default;
              color: #939393; }
              .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list.no-subscriber .item-text:hover,
              .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list.no-subscriber .item-text:hover {
                text-decoration: none; }
        .minha-gazeta.active .wrapper .minha-gazeta-body .btn-logout {
          font-size: 0.875rem;
          border-radius: 20px;
          border: 1px solid #cccccc;
          color: #707070;
          cursor: pointer;
          font-family: "Overpass", sans-serif;
          margin-top: 17px;
          padding: 8px 16px;
          transition: all 0.5s ease;
          text-decoration: none;
          width: 120px; }
          .minha-gazeta.active .wrapper .minha-gazeta-body .btn-logout:hover {
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
        .minha-gazeta.active .wrapper .minha-gazeta-body .link-home {
          font-size: 0.75rem;
          align-items: center;
          color: #0045b4;
          cursor: pointer;
          font-family: "Overpass", sans-serif;
          margin-top: 32px;
          text-decoration: none; }
          .minha-gazeta.active .wrapper .minha-gazeta-body .link-home:hover {
            text-decoration: underline; }
          .minha-gazeta.active .wrapper .minha-gazeta-body .link-home svg {
            height: 10px;
            margin-left: 5px;
            width: 10px; }

#modal-read-later-not-subscriber-logged {
  display: none; }
  #modal-read-later-not-subscriber-logged .c-modal {
    align-items: center;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: calc(50% - 170px);
    max-width: 340px; }
    @media screen and (max-width: 767px) {
      #modal-read-later-not-subscriber-logged .c-modal {
        left: calc(50% - 160px);
        max-width: 320px; } }
    #modal-read-later-not-subscriber-logged .c-modal .c-modal-header .btn-close {
      position: absolute;
      right: 15px;
      top: 10px;
      width: 20px;
      z-index: 20; }
      #modal-read-later-not-subscriber-logged .c-modal .c-modal-header .btn-close:before, #modal-read-later-not-subscriber-logged .c-modal .c-modal-header .btn-close:after {
        background-color: #707070; }
    #modal-read-later-not-subscriber-logged .c-modal .c-modal-content {
      align-items: center;
      display: flex;
      justify-content: center;
      padding: 20px;
      position: relative;
      width: 100%; }
      #modal-read-later-not-subscriber-logged .c-modal .c-modal-content .save-read-later-information .title {
        font-weight: 500; }
        #modal-read-later-not-subscriber-logged .c-modal .c-modal-content .save-read-later-information .title strong {
          font-weight: 600; }
      #modal-read-later-not-subscriber-logged .c-modal .c-modal-content .save-read-later-information .subscriber-message {
        font-weight: 600; }
        #modal-read-later-not-subscriber-logged .c-modal .c-modal-content .save-read-later-information .subscriber-message .link-login {
          text-decoration: none; }
      #modal-read-later-not-subscriber-logged .c-modal .c-modal-content .save-read-later-information .message-minha-gazeta {
        color: #3a66c8; }
        #modal-read-later-not-subscriber-logged .c-modal .c-modal-content .save-read-later-information .message-minha-gazeta .link-minha-gazeta-home {
          font-weight: 600; }

.header {
  position: relative;
  width: 100%;
  display: block;
  -ms-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  min-height: 100px; }

.c-effect-roller {
  -ms-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.roller-bottom.scrollDown ul {
  height: 0; }

.roller-bottom.scrollDown .c-ads .btn-close {
  display: block; }

.roller-bottom.scrollDown .btn-close {
  display: block; }

.roller-top.scrollUp {
  transform: translateY(-100%);
  overflow: hidden; }
  .roller-top.scrollUp .c-header.c-header-small,
  .roller-top.scrollUp .c-header {
    transform: translateY(-100px); }

.roller-ads {
  transform: translateY(0px); }

body .ads-header-fixed.roller-ads {
  top: 0;
  transform: translateY(40px); }

body .ads-header-fixed.roller-ads.scrollAds {
  top: 0;
  transform: translateY(-20px);
  overflow: hidden; }

body.video .ads-header-fixed.roller-ads, body.podcast .ads-header-fixed.roller-ads, body.home .ads-header-fixed.roller-ads {
  top: 10px;
  transform: translateY(0); }

body.video .ads-header-fixed.roller-ads.scrollAds, body.podcast .ads-header-fixed.roller-ads.scrollAds, body.home .ads-header-fixed.roller-ads.scrollAds {
  transform: translateY(-50px);
  top: 0; }

body.webview .ads-header-fixed.roller-ads {
  top: 0;
  transform: translateY(-50px); }

.c-header {
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  background: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  font-family: "Overpass", sans-serif;
  font-weight: 400;
  height: 100px;
  left: 0;
  padding: 6px 0 10px;
  top: 0;
  transition: all 0.5s linear;
  width: 100%;
  z-index: 9999999999;
  position: fixed; }
  .c-header .wrapper {
    height: 100%;
    padding: 0; }
  .c-header .h-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%; }
    .c-header .h-container .assine-bt {
      min-height: 50px; }
      .c-header .h-container .assine-bt .c-btn-sign-it-mobile {
        height: 28px;
        width: 62px;
        padding: 10px;
        background-color: #ed7828;
        border: solid 1px #ffffff;
        border-top: 0;
        border-radius: 20px;
        font-size: 0.75rem;
        color: #ffffff;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        align-items: center;
        justify-content: center;
        display: none; }

@keyframes take2 {
  0% {
    opacity: 1; }
  25% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    color: #f2cf2e;
    opacity: 0; } }

@keyframes take2a {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1;
    color: #000; } }
    .c-header .h-container .menu {
      display: flex;
      align-items: center;
      position: absolute;
      left: 0; }
      @media screen and (max-width: 768px) {
        .c-header .h-container .menu {
          left: 20px; } }
    .c-header .h-container .h-editor {
      text-align: center; }
      .c-header .h-container .h-editor .h-logotipo .logo-placeholder,
      .c-header .h-container .h-editor .h-logotipo-mobile .logo-placeholder {
        width: 265px;
        -ms-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
        margin: auto auto 8px; }
      .c-header .h-container .h-editor .home-current-date {
        width: 100%;
        font-size: 0.75rem;
        display: block;
        color: #707070; }
    .c-header .h-container .h-menu {
      position: absolute;
      right: 0; }
      .c-header .h-container .h-menu .h-nav {
        text-align: right; }
        .c-header .h-container .h-menu .h-nav .c-login.user_header .c-not-logged-in {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center; }
          @media screen and (max-width: 1147px) {
            .c-header .h-container .h-menu .h-nav .c-login.user_header .c-not-logged-in {
              display: none; } }
          .c-header .h-container .h-menu .h-nav .c-login.user_header .c-not-logged-in .c-btn-sign-it {
            position: relative;
            top: -21px;
            width: auto;
            text-decoration: none; }

@-webkit-keyframes black-assine {
  from {
    color: #fff; }
  to {
    color: #f2cf2e; } }

@keyframes black-assine {
  from {
    color: #fff; }
  to {
    color: #f2cf2e; } }
            .c-header .h-container .h-menu .h-nav .c-login.user_header .c-not-logged-in .c-btn-sign-it.btn1a {
              width: 110px;
              height: 30px;
              background: #de8d18;
              border-radius: 30px;
              color: #fff;
              text-align: center;
              top: 5px;
              padding: 20px 11px;
              transition: all 0.5s ease; }
              .c-header .h-container .h-menu .h-nav .c-login.user_header .c-not-logged-in .c-btn-sign-it.btn1a span {
                font-size: 14px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-weight: bold;
                text-decoration: none;
                text-transform: uppercase;
                position: absolute;
                inset: 0; }
                .c-header .h-container .h-menu .h-nav .c-login.user_header .c-not-logged-in .c-btn-sign-it.btn1a span.frame-01 {
                  opacity: 1;
                  letter-spacing: -0.5px;
                  line-height: 100%; }
        .c-header .h-container .h-menu .h-nav .c-login.user_header .logged.has-digital .assine-bt .c-btn-sign-it {
          position: relative;
          top: -32px;
          top: -12px;
          left: -14px; }
          .c-header .h-container .h-menu .h-nav .c-login.user_header .logged.has-digital .assine-bt .c-btn-sign-it.btn1a {
            width: 110px;
            height: 30px;
            background: #de8d18;
            border-radius: 30px;
            color: #fff;
            text-align: center;
            top: 5px;
            padding: 20px 11px;
            transition: all 0.5s ease; }
            .c-header .h-container .h-menu .h-nav .c-login.user_header .logged.has-digital .assine-bt .c-btn-sign-it.btn1a span {
              font-size: 14px;
              display: flex;
              align-items: center;
              justify-content: center;
              font-weight: bold;
              text-decoration: none;
              text-transform: uppercase;
              position: absolute;
              inset: 0; }
              .c-header .h-container .h-menu .h-nav .c-login.user_header .logged.has-digital .assine-bt .c-btn-sign-it.btn1a span.frame-01 {
                opacity: 1;
                letter-spacing: -0.5px;
                line-height: 100%; }
        .c-header .h-container .h-menu .h-nav .c-search {
          right: 45px; }
  .c-header.c-header-small {
    position: fixed;
    top: 0;
    height: 70px;
    transition: all 0.5s linear; }
    .c-header.c-header-small .h-container .h-editor .h-logotipo .logo-placeholder,
    .c-header.c-header-small .h-container .h-editor .h-logotipo-mobile .logo-placeholder {
      -ms-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      width: 200px;
      margin: auto auto 2px; }
    .c-header.c-header-small .h-container .h-menu .h-nav .c-login.user_header .c-not-logged-in .c-btn-sign-it {
      top: 11px; }
    .c-header.c-header-small .h-container .h-menu .h-nav .c-login.user_header .c-not-logged-in .btn1a {
      top: 10px;
      padding: 6px; }
    .c-header.c-header-small .h-container .h-menu .h-nav .c-login.user_header .c-not-logged-in img {
      width: 110px;
      height: 50px; }
    .c-header.c-header-small .h-container .h-menu .h-nav .c-login.user_header .logged.has-digital .assine-bt .c-btn-sign-it {
      padding: 7px;
      top: 0; }

.assine-bt-mobile {
  display: none; }

@media screen and (max-width: 1147px) {
  .header {
    min-height: 56px; }
    .header .c-header {
      height: 56px;
      padding-top: 0; }
      .header .c-header .h-container .assine-bt-mobile {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px; }
      .header .c-header .h-container .c-btn-sign-it-mobile {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        position: relative; }
        .header .c-header .h-container .c-btn-sign-it-mobile.btn1a {
          width: 70px;
          height: 30px;
          background: #de8d18;
          border-radius: 30px;
          color: #fff;
          text-align: center;
          top: 5px;
          padding: 15px 11px;
          transition: all 0.5s ease;
          position: relative; }
          .header .c-header .h-container .c-btn-sign-it-mobile.btn1a span {
            font-size: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            text-decoration: none;
            text-transform: uppercase;
            position: absolute;
            inset: 0; }
            .header .c-header .h-container .c-btn-sign-it-mobile.btn1a span.frame-01 {
              opacity: 1;
              letter-spacing: -0.5px;
              line-height: 100%; }
      .header .c-header .h-container .h-editor .h-logotipo .logo-placeholder,
      .header .c-header .h-container .h-editor .h-logotipo-mobile .logo-placeholder {
        width: 185px;
        margin: auto;
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        .header .c-header .h-container .h-editor .h-logotipo .logo-placeholder svg,
        .header .c-header .h-container .h-editor .h-logotipo-mobile .logo-placeholder svg {
          height: 55px;
          width: 100%;
          max-width: inherit; }
      .header .c-header .h-container .h-editor .home-current-date {
        display: none; }
      .header .c-header .h-container .h-menu {
        width: auto;
        height: 52px;
        top: -6px; }
        .header .c-header .h-container .h-menu .c-search {
          display: none; } }

@media screen and (max-width: 767px) {
  .header .c-header .h-container .assine-bt {
    min-height: 14px;
    min-width: 40px; }
  .header .c-header .h-container .h-editor .h-logotipo .logo-placeholder,
  .header .c-header .h-container .h-editor .h-logotipo-mobile .logo-placeholder {
    width: 165px; }
  .header .c-header.c-header-small {
    padding-top: 0; } }

@media screen and (max-width: 379px) {
  .header .c-header .h-container .assine-bt {
    min-height: 14px;
    min-width: 40px; } }

@media screen and (max-width: 359px) {
  .header .c-header .h-container .h-editor .h-logotipo .logo-placeholder,
  .header .c-header .h-container .h-editor .h-logotipo-mobile .logo-placeholder {
    width: 150px; } }

.h-quick-news .h-quick-news-ul li {
  text-align: center; }
  .h-quick-news .h-quick-news-ul li a {
    display: flex;
    color: #2a2a2a;
    text-decoration: none;
    align-items: center;
    flex-direction: column;
    justify-content: center; }
    .h-quick-news .h-quick-news-ul li a .c-svg {
      position: relative;
      display: inline-block;
      text-align: center;
      height: 23px;
      margin-bottom: 4px; }
      .h-quick-news .h-quick-news-ul li a .c-svg svg {
        width: 23px;
        height: 23px;
        vertical-align: top;
        display: inline-block; }
        .h-quick-news .h-quick-news-ul li a .c-svg svg polygon,
        .h-quick-news .h-quick-news-ul li a .c-svg svg rect,
        .h-quick-news .h-quick-news-ul li a .c-svg svg path {
          fill: #2a2a2a; }
    .h-quick-news .h-quick-news-ul li a .c-title-li {
      position: relative;
      display: inline-block;
      align-self: center;
      text-transform: uppercase;
      font-family: "Overpass", sans-serif;
      font-weight: 400;
      font-size: 0.75rem;
      line-height: 100%;
      color: #2a2a2a;
      text-align: center; }
      .h-quick-news .h-quick-news-ul li a .c-title-li:before {
        content: "";
        height: 10px;
        position: absolute;
        left: -10px;
        bottom: 2px;
        width: 1px;
        background: #2a2a2a;
        -ms-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -webkit-transition: all 1s ease-out;
        -o-transition: all 1s ease-out; }
    .h-quick-news .h-quick-news-ul li a:hover:after {
      display: block; }
  .h-quick-news .h-quick-news-ul li .vantagens {
    display: none; }

.h-quick-news .h-quick-news-ul li:first-child {
  border-left: 1px solid #e6e6e6;
  margin-left: 0px;
  padding-left: 20px; }
  .h-quick-news .h-quick-news-ul li:first-child a .c-title-li:before {
    display: none; }

.c-header.c-header-small .h-quick-news .h-quick-news-ul li {
  -ms-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .c-header.c-header-small .h-quick-news .h-quick-news-ul li a .c-title-li {
    display: none; }
  .c-header.c-header-small .h-quick-news .h-quick-news-ul li a:before {
    content: "";
    position: absolute;
    left: -15px;
    top: calc(50% - 8px);
    width: 1px;
    height: 12px;
    background: #2a2a2a; }
  .c-header.c-header-small .h-quick-news .h-quick-news-ul li:first-child {
    margin-left: 0; }
    .c-header.c-header-small .h-quick-news .h-quick-news-ul li:first-child a:before {
      display: none; }

@media screen and (max-width: 1147px) {
  .h-quick-news {
    display: none; }
  .c-view-more .dropdown .h-quick-news {
    display: inline-block !important;
    width: 100%;
    padding: 0 15px; }
    .c-view-more .dropdown .h-quick-news .h-quick-news-ul {
      text-align: center;
      padding: 20px 0; }
      .c-view-more .dropdown .h-quick-news .h-quick-news-ul li {
        width: auto;
        flex-basis: auto;
        padding: 0 5px;
        margin: 0;
        text-align: center;
        line-height: 56px;
        height: 56px; }
        .c-view-more .dropdown .h-quick-news .h-quick-news-ul li a {
          text-align: center; }
          .c-view-more .dropdown .h-quick-news .h-quick-news-ul li a .c-svg svg path, .c-view-more .dropdown .h-quick-news .h-quick-news-ul li a .c-svg svg polygon, .c-view-more .dropdown .h-quick-news .h-quick-news-ul li a .c-svg svg rect {
            fill: #2a2a2a; }
          .c-view-more .dropdown .h-quick-news .h-quick-news-ul li a .c-title-li {
            color: #2a2a2a;
            display: block;
            margin-top: 10px;
            font-size: 0.6875rem; }
            .c-view-more .dropdown .h-quick-news .h-quick-news-ul li a .c-title-li:before {
              display: none; }
          .c-view-more .dropdown .h-quick-news .h-quick-news-ul li a:before {
            display: none; }
        .c-view-more .dropdown .h-quick-news .h-quick-news-ul li .vantagens {
          display: inline-block; }
  .c-header.c-header-small .h-quick-news .h-quick-news-ul li a {
    padding-left: 2px;
    padding-right: 2px; }
    .c-header.c-header-small .h-quick-news .h-quick-news-ul li a .c-title-li:before {
      display: none; } }

.c-search {
  cursor: pointer;
  margin: 0 20px; }
  @media screen and (max-width: 767px) {
    .c-search {
      display: none; } }
  .c-search .c-search-span {
    border: 0;
    bottom: calc(50% - 17px);
    cursor: pointer;
    display: inline-block;
    height: 35px;
    line-height: 34px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 30px;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    width: 30px; }
    .c-search .c-search-span svg, .c-search .c-search-span img {
      display: inline-block;
      height: 24px;
      vertical-align: middle;
      width: 24px; }
    .c-search .c-search-span:focus, .c-search .c-search-span:hover {
      outline: none; }
    .c-search .c-search-span svg {
      display: inline-block;
      vertical-align: middle; }
      .c-search .c-search-span svg path {
        fill: #2a2a2a; }
  .c-search .c-search-span {
    display: block;
    position: relative;
    right: 0;
    font-size: 0; }
    .c-search .c-search-span .c-search-icon-img {
      display: initial; }
    .c-search .c-search-span .c-close-icon-img {
      display: none; }

.c-search-div {
  height: 190px;
  width: 100%;
  margin: auto;
  background-color: #2a2a2a;
  position: absolute;
  top: 100px;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center; }
  .c-search-div .c-title-input {
    margin-bottom: 32px;
    text-align: center;
    font: normal normal bold 16px/25px Overpass;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1; }
  .c-search-div .c-custom-search {
    position: relative;
    width: 697px;
    margin: 0 auto; }
    .c-search-div .c-custom-search #c-search-input {
      top: 193px;
      left: 582px;
      width: 100%;
      height: 48px;
      padding: 14px 0px 14px 16px;
      font-size: 16px;
      display: initial !important;
      border: 1px solid #CCCCCC;
      border-radius: 6px 0px 0px 6px;
      opacity: 1;
      box-sizing: border-box;
      outline: none; }
    .c-search-div .c-custom-search .c-search-reset-button {
      cursor: pointer;
      background: transparent;
      border: 0;
      display: none;
      padding: 0;
      position: absolute;
      right: 20px;
      top: 13px;
      height: 24px;
      width: 24px; }
    .c-search-div .c-custom-search .search-button svg path {
      fill: #2a2a2a; }
    .c-search-div .c-custom-search .c-disabled {
      background: #E6E6E6 !important;
      cursor: context-menu; }
    .c-search-div .c-custom-search .c-disabled svg path {
      fill: #B5B5B5; }
    .c-search-div .c-custom-search .search-button {
      position: absolute;
      cursor: pointer;
      background: #FFFFFF 0% 0% no-repeat padding-box;
      width: 56px;
      height: 48px;
      border: 1px solid #CCCCCC;
      border-radius: 0px 6px 6px 0px; }

.c-no-scroll {
  position: fixed;
  overflow-y: scroll; }

.c-login {
  position: relative;
  display: inline-block;
  vertical-align: top; }
  .c-login .c-unlogged {
    min-width: 110px; }
  .c-login .c-btn-sign-it {
    float: left;
    height: auto;
    width: 145px; }
  .c-login .c-btn-login {
    margin: 0 0 0 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.75rem;
    line-height: 125%;
    color: #2a2a2a;
    text-transform: uppercase;
    border-bottom: solid 1px #2a2a2a;
    cursor: pointer;
    -ms-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    text-decoration: none; }
    .c-login .c-btn-login:hover {
      border-color: transparent; }
  .c-login .logged {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    .c-login .logged .span-mobile {
      display: none; }
    .c-login .logged .assine-bt {
      display: flex;
      align-items: center; }
      .c-login .logged .assine-bt .btn-notification {
        cursor: pointer; }
        .c-login .logged .assine-bt .btn-notification.tooltip {
          display: inline-block;
          height: 36px;
          position: relative;
          margin: 0 10px 0 0; }
          @media screen and (max-width: 768px) {
            .c-login .logged .assine-bt .btn-notification.tooltip {
              display: none; } }
          .c-login .logged .assine-bt .btn-notification.tooltip .tooltiptext {
            font-size: 0.875rem;
            background-color: #fff;
            border-radius: 20px;
            border: 1px solid #cccccc;
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            color: #000;
            font-family: "Overpass", sans-serif;
            left: 45%;
            margin-left: -60px;
            padding: 10px 0;
            position: absolute;
            text-align: center;
            top: 120%;
            visibility: hidden;
            width: 120px;
            z-index: 1001; }
            .c-login .logged .assine-bt .btn-notification.tooltip .tooltiptext::after {
              border-color: transparent transparent #fff transparent;
              border-style: solid;
              border-width: 6px;
              bottom: 100%;
              content: "";
              left: 50%;
              margin-left: -5px;
              position: absolute; }
            .c-login .logged .assine-bt .btn-notification.tooltip .tooltiptext::before {
              border-color: transparent transparent #ccc transparent;
              border-style: solid;
              border-width: 7px;
              bottom: 100%;
              content: "";
              left: 50%;
              margin-left: -6px;
              position: absolute; }
          .c-login .logged .assine-bt .btn-notification.tooltip svg path {
            transition: fill-opacity 0.3s, stroke 0.3s; }
        .c-login .logged .assine-bt .btn-notification.tooltip:hover svg path {
          opacity: 1;
          stroke: #fff; }
        .c-login .logged .assine-bt .btn-notification.tooltip:hover .tooltiptext {
          visibility: visible; }
        .c-login .logged .assine-bt .btn-notification.new-notification:after {
          -moz-border-radius: 7.5px;
          -webkit-border-radius: 7.5px;
          background-color: #ff4941;
          border-radius: 7.5px;
          content: "";
          display: inline-block;
          height: 10px;
          position: absolute;
          right: 5px;
          width: 10px; }
  .c-login .logged.has-digital {
    display: none;
    height: 48px; }
  .c-login .c-btn-advantage {
    display: inline-block;
    vertical-align: top;
    height: 48px;
    line-height: 48px;
    cursor: pointer; }
    .c-login .c-btn-advantage svg {
      display: inline-block;
      vertical-align: middle;
      width: 60px;
      height: 30px;
      fill: #2a2a2a; }
  .c-login .c-btn-advantage-mobile {
    display: none;
    vertical-align: top;
    height: 40px;
    line-height: 38px; }
    .c-login .c-btn-advantage-mobile svg {
      display: inline-block;
      vertical-align: middle;
      width: 30px;
      height: 30px; }
  .c-login .btn-user {
    cursor: pointer;
    line-height: 40px; }
    .c-login .btn-user .btn-close-minha-gazeta {
      display: none; }
    @media screen and (max-width: 768px) {
      .c-login .btn-user {
        width: 30px;
        height: 30px;
        line-height: 27px; } }
    .c-login .btn-user .user-avatar {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 36px;
      height: 36px;
      line-height: 33px;
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      overflow: hidden;
      border: solid 1px #e6e6e6;
      -webkit-animation: flip-in-ver-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
      animation: flip-in-ver-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
      /*-- CORES PARA CADA LETRA --*/ }

@-webkit-keyframes flip-in-ver-right {
  0% {
    -webkit-transform: rotateY(-80deg);
    transform: rotateY(-80deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1; } }

@keyframes flip-in-ver-right {
  0% {
    -webkit-transform: rotateY(-80deg);
    transform: rotateY(-80deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1; } }
      @media screen and (max-width: 768px) {
        .c-login .btn-user .user-avatar {
          width: 30px;
          height: 30px;
          line-height: 27px; } }
      .c-login .btn-user .user-avatar .c-user-initial {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        font-size: 0.875rem;
        line-height: 36px;
        font-family: "Merriweather", serif;
        color: #2a2a2a;
        text-align: center;
        cursor: pointer;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .c-login .btn-user .user-avatar .c-user-initial {
            width: 30px;
            height: 30px;
            line-height: 30px; } }
      .c-login .btn-user .user-avatar .photo-user {
        display: inline-block;
        vertical-align: top;
        max-width: 36px;
        text-align: center;
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0; }
        @media screen and (max-width: 768px) {
          .c-login .btn-user .user-avatar .photo-user {
            max-width: 30px; } }
      .c-login .btn-user .user-avatar .c-user-initial.A {
        background-color: #378fae; }
      .c-login .btn-user .user-avatar .c-user-initial.B {
        background-color: #82b4c5; }
      .c-login .btn-user .user-avatar .c-user-initial.C {
        background-color: #8c9ea9; }
      .c-login .btn-user .user-avatar .c-user-initial.D {
        background-color: #9aa6af; }
      .c-login .btn-user .user-avatar .c-user-initial.E {
        background-color: #a9b6bf; }
      .c-login .btn-user .user-avatar .c-user-initial.F {
        background-color: #508994; }
      .c-login .btn-user .user-avatar .c-user-initial.G {
        background-color: #75a5ac; }
      .c-login .btn-user .user-avatar .c-user-initial.H {
        background-color: #84b896; }
      .c-login .btn-user .user-avatar .c-user-initial.I {
        background-color: #91c2b3; }
      .c-login .btn-user .user-avatar .c-user-initial.J {
        background-color: #adbfa9; }
      .c-login .btn-user .user-avatar .c-user-initial.K {
        background-color: #c5c896; }
      .c-login .btn-user .user-avatar .c-user-initial.L {
        background-color: #d3c696; }
      .c-login .btn-user .user-avatar .c-user-initial.M {
        background-color: #d9c686; }
      .c-login .btn-user .user-avatar .c-user-initial.N {
        background-color: #e1c475; }
      .c-login .btn-user .user-avatar .c-user-initial.O {
        background-color: #e3b37c; }
      .c-login .btn-user .user-avatar .c-user-initial.P {
        background-color: #e3ae64; }
      .c-login .btn-user .user-avatar .c-user-initial.Q {
        background-color: #d3b4a2; }
      .c-login .btn-user .user-avatar .c-user-initial.R {
        background-color: #e1b59f; }
      .c-login .btn-user .user-avatar .c-user-initial.S {
        background-color: #d1a795; }
      .c-login .btn-user .user-avatar .c-user-initial.T {
        background-color: #dd9e83; }
      .c-login .btn-user .user-avatar .c-user-initial.U {
        background-color: #d38387; }
      .c-login .btn-user .user-avatar .c-user-initial.V {
        background-color: #b8bed0; }
      .c-login .btn-user .user-avatar .c-user-initial.W {
        background-color: #b0a0b6; }
      .c-login .btn-user .user-avatar .c-user-initial.X {
        background-color: #b7acaa; }
      .c-login .btn-user .user-avatar .c-user-initial.Y {
        background-color: #cbbeb9; }
      .c-login .btn-user .user-avatar .c-user-initial.Z {
        background-color: #bbb2b2; }
    .c-login .btn-user.active .btn-close-minha-gazeta {
      display: block;
      height: 30px;
      width: 30px;
      -webkit-animation: flip-in-ver-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
      animation: flip-in-ver-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@-webkit-keyframes flip-in-ver-left {
  0% {
    -webkit-transform: rotateY(80deg);
    transform: rotateY(80deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1; } }

@keyframes flip-in-ver-left {
  0% {
    -webkit-transform: rotateY(80deg);
    transform: rotateY(80deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1; } }
    .c-login .btn-user.active .user-avatar {
      display: none; }

.c-user {
  display: none;
  right: -20px;
  top: 100%;
  text-align: center;
  background: #ffffff;
  border-left: solid 1px #e6e6e6;
  border-right: solid 1px #e6e6e6;
  line-height: normal;
  font-family: "Overpass", sans-serif;
  font-size: 0.875rem;
  line-height: 100%;
  text-transform: uppercase;
  width: 375px;
  position: absolute; }
  .c-user .close-submenu {
    display: none;
    height: 50px;
    float: left;
    width: 100%;
    font-size: 1rem;
    line-height: 30px;
    color: #2a2a2a;
    text-align: left;
    padding: 10px 0px 10px 20px;
    text-transform: uppercase;
    border-top: solid 1px #000000; }
    .c-user .close-submenu:before {
      content: "";
      display: inline-block;
      width: 8px;
      height: 8px;
      margin: 0px 20px 2px 0px;
      border-left: 1px solid #717171;
      border-top: 1px solid #717171;
      display: inline-block;
      font-size: 10px;
      overflow: hidden;
      -ms-transform: rotate(-50deg);
      -webkit-transform: rotate(-50deg);
      transform: rotate(-50deg);
      vertical-align: middle; }
  .c-user .c-user-header {
    position: relative;
    padding: 20px;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    display: flex;
    justify-content: start;
    align-items: center; }
    .c-user .c-user-header .c-btn-profile {
      position: relative;
      width: 70px;
      height: 70px;
      float: left;
      overflow: hidden;
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border: solid 1px #e6e6e6;
      /*-- CORES PARA CADA LETRA --*/ }
      .c-user .c-user-header .c-btn-profile .c-user-initial {
        width: 100%;
        font-family: "Merriweather", serif;
        font-weight: 700;
        font-size: 1.875rem;
        line-height: 68px;
        color: #2a2a2a;
        display: inline-block;
        text-align: center;
        vertical-align: top; }
      .c-user .c-user-header .c-btn-profile .photo-user {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.A {
        background-color: #378fae; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.B {
        background-color: #82b4c5; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.C {
        background-color: #8c9ea9; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.D {
        background-color: #9aa6af; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.E {
        background-color: #a9b6bf; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.F {
        background-color: #508994; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.G {
        background-color: #75a5ac; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.H {
        background-color: #84b896; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.I {
        background-color: #91c2b3; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.J {
        background-color: #adbfa9; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.K {
        background-color: #c5c896; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.L {
        background-color: #d3c696; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.M {
        background-color: #d9c686; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.N {
        background-color: #e1c475; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.O {
        background-color: #e3b37c; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.P {
        background-color: #e3ae64; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.Q {
        background-color: #d3b4a2; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.R {
        background-color: #e1b59f; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.S {
        background-color: #d1a795; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.T {
        background-color: #dd9e83; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.U {
        background-color: #d38387; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.V {
        background-color: #b8bed0; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.W {
        background-color: #b0a0b6; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.X {
        background-color: #b7acaa; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.Y {
        background-color: #cbbeb9; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.Z {
        background-color: #bbb2b2; }
    .c-user .c-user-header .c-user-data {
      margin-left: 20px;
      margin-right: 69px;
      text-align: left; }
      .c-user .c-user-header .c-user-data .c-user-name {
        margin-bottom: 5px; }
      .c-user .c-user-header .c-user-data .c-user-profile {
        color: #999999;
        text-decoration: none; }
        .c-user .c-user-header .c-user-data .c-user-profile:hover {
          text-decoration: underline; }
  .c-user .c-user-list li {
    color: #2a2a2a;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    height: 53px; }
    .c-user .c-user-list li a {
      display: flex;
      align-items: center;
      width: 100%;
      height: 53px;
      padding: 0 25px;
      text-decoration: none;
      color: #2a2a2a;
      -ms-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out; }
      .c-user .c-user-list li a:hover {
        color: #999999; }
  .c-user svg {
    width: 34px;
    height: 27px;
    margin-right: 30px; }
    .c-user svg * {
      fill: #2a2a2a; }
  .c-user .c-user-btn {
    color: #2a2a2a;
    border: 1px solid #2a2a2a;
    padding: 5px 10px;
    text-decoration: none;
    -ms-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    cursor: pointer; }
    .c-user .c-user-btn:hover {
      color: #999999;
      border-color: #999999; }
    .c-user .c-user-btn.c-user-btn-exit {
      position: absolute;
      right: 20px; }

.c-header.c-header-small .c-login .c-btn-sign-it img {
  width: auto;
  height: 100%; }

.c-view-more .dropdown .c-search,
.c-view-more .dropdown .c-login,
.c-view-more .dropdown .h-quick-news {
  display: none; }

.c-view-more .dropdown .c-login {
  text-align: left; }
  .c-view-more .dropdown .c-login .c-btn-advantage-mobile {
    display: inline-block;
    font-size: 0.875rem;
    color: #000000;
    line-height: 30px;
    height: 30px;
    vertical-align: center;
    text-decoration: none;
    padding-left: 10px;
    border-left: solid 1px #e6e6e6; }
    .c-view-more .dropdown .c-login .c-btn-advantage-mobile svg {
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px;
      height: 30px; }
      .c-view-more .dropdown .c-login .c-btn-advantage-mobile svg path {
        fill: #2a2a2a; }

@media screen and (max-width: 1147px) {
  .c-user .close-submenu {
    display: block; }
  .c-view-more .dropdown .c-login {
    display: inline-block;
    width: 100%;
    padding: 10px 15px; }
    .c-view-more .dropdown .c-login .c-btn-advantage-mobile {
      display: inline-block; }
    .c-view-more .dropdown .c-login .logged {
      margin-left: 0;
      height: auto; }
      .c-view-more .dropdown .c-login .logged .span-mobile {
        font-size: 0.875rem;
        text-transform: uppercase;
        color: #2a2a2a;
        display: inline-block;
        line-height: 30px; }
    .c-view-more .dropdown .c-login .btn-user {
      margin-left: 0;
      margin-right: 10px;
      margin-top: 0;
      width: auto;
      height: 30px;
      line-height: 30px;
      cursor: pointer; }
      .c-view-more .dropdown .c-login .btn-user .c-user-initial {
        margin: 0;
        vertical-align: top; }
    .c-view-more .dropdown .c-login .c-btn-sign-it {
      display: none;
      width: auto;
      text-transform: uppercase;
      color: #707070;
      font-size: 1rem;
      line-height: 20px;
      height: auto;
      padding: 0 10px;
      font-weight: 400;
      float: right;
      -ms-transition: all 1s ease-out;
      -moz-transition: all 1s ease-out;
      -webkit-transition: all 1s ease-out;
      -o-transition: all 1s ease-out; }
      .c-view-more .dropdown .c-login .c-btn-sign-it:before,
      .c-view-more .dropdown .c-login .c-btn-sign-it b,
      .c-view-more .dropdown .c-login .c-btn-sign-it span {
        display: none;
        font-size: 0; }
      .c-view-more .dropdown .c-login .c-btn-sign-it:hover {
        color: #000000; }
    .c-view-more .dropdown .c-login .c-btn-login {
      position: relative;
      float: right;
      width: auto;
      font-size: 1rem;
      line-height: 20px;
      text-transform: uppercase;
      color: #707070;
      padding: 0 10px 0 25px;
      margin: 0;
      font-weight: 400;
      border-right: solid 1px #e6e6e6;
      border-bottom: 0;
      -ms-transition: all 1s ease-out;
      -moz-transition: all 1s ease-out;
      -webkit-transition: all 1s ease-out;
      -o-transition: all 1s ease-out; }
      .c-view-more .dropdown .c-login .c-btn-login:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 15px;
        height: 20px;
        background: url(https://assets.gazetadopovo.com.br/images/svg/icon-user.svg) no-repeat left center;
        background-size: auto 12px; }
      .c-view-more .dropdown .c-login .c-btn-login:hover {
        color: #000000; }
  .c-user {
    position: fixed;
    top: 60px;
    right: 0;
    max-width: 100%;
    margin-top: 0;
    padding-top: 50px;
    height: 100%; }
    .c-user .c-user-header {
      border-left: 0;
      border-right: 0; }
    .c-user .c-user-list li {
      border-left: 0;
      border-right: 0; }
    .c-user .close-submenu {
      position: absolute;
      top: 0;
      left: 0; }
    .c-user:before, .c-user:after {
      display: none; } }

@media screen and (max-width: 767px) {
  .c-login .logged.has-digital {
    position: relative;
    top: 20px; }
    .c-login .logged.has-digital .c-btn-sign-it {
      display: none; }
  .c-login .c-btn-advantage {
    display: none; } }

@media screen and (max-width: 379px) {
  .c-user {
    top: 46px; }
    .c-user .c-user-header .c-btn-profile {
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden; }
      .c-user .c-user-header .c-btn-profile img {
        width: auto;
        max-height: none;
        max-width: none;
        height: 100%;
        float: left; }
    .c-user .c-user-header .c-user-data {
      margin-left: 10px;
      margin-right: 60px; } }

.aberto .dropdown {
  display: block; }

.m-rotate-arrow:after {
  transform: rotate(45deg) !important; }

/** dropdown **/
.c-view-more {
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px; }
  .c-view-more .ico-menu {
    height: 40px;
    right: 0;
    cursor: pointer;
    position: relative;
    width: 23px;
    z-index: 2; }
    .c-view-more .ico-menu .item-1,
    .c-view-more .ico-menu .item-2,
    .c-view-more .ico-menu .item-3 {
      display: block;
      border: solid 1px #2a2a2a;
      position: absolute;
      width: 100%;
      height: 2px;
      transition: transform 0.3s;
      -webkit-transition: transform 0.3s;
      -webkit-transition-delay: 0s,.3s;
      transition-delay: 0s,.3s; }
    .c-view-more .ico-menu .item-1 {
      top: calc(50% + 6px); }
    .c-view-more .ico-menu .item-2 {
      top: 50%; }
    .c-view-more .ico-menu .item-3 {
      top: calc(50% - 6px); }
  .c-view-more.open .item-1 {
    display: none; }
  .c-view-more.open .item-2 {
    transform: rotate(45deg); }
  .c-view-more.open .item-3 {
    top: 50%;
    transform: rotate(-45deg); }
  .c-view-more .dropdown {
    display: none;
    width: 364px;
    height: auto;
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
    position: absolute;
    right: 0;
    top: 100%;
    padding: 0;
    overflow-x: hidden;
    z-index: 101;
    line-height: normal;
    /** sub-dropdown **/
    /** submenu **/
    /** m-localizacao **/ }
    .c-view-more .dropdown a:hover {
      color: #2a2a2a; }
    .c-view-more .dropdown li {
      float: left;
      width: 100%; }
    .c-view-more .dropdown .m-assuntos-do-dia {
      padding: 15px 75px 15px 30px;
      height: auto; }
      .c-view-more .dropdown .m-assuntos-do-dia a {
        font-family: "Overpass", sans-serif;
        line-height: 100%;
        font-size: 1.125rem;
        color: #707070;
        text-decoration: none; }
        .c-view-more .dropdown .m-assuntos-do-dia a:hover {
          color: #2a2a2a; }
    .c-view-more .dropdown .m-item-editoria {
      position: relative;
      padding: 15px 85px 15px 30px; }
      .c-view-more .dropdown .m-item-editoria a {
        font-family: "Overpass", sans-serif;
        line-height: 100%;
        font-size: 1.25rem;
        color: #2a2a2a;
        display: block;
        text-decoration: none; }
        .c-view-more .dropdown .m-item-editoria a:hover {
          color: #2a2a2a; }
    .c-view-more .dropdown .m-item-editoria {
      margin-top: 10px;
      padding-top: 20px; }
      .c-view-more .dropdown .m-item-editoria:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 30px;
        width: calc(100% - 60px);
        border-top: solid 1px #e6e6e6; }
    .c-view-more .dropdown .m-item-editoria + .m-item-editoria {
      margin-top: 0;
      padding-top: 15px; }
    .c-view-more .dropdown .m-item-editoria + .m-item-editoria:before {
      display: none; }
    .c-view-more .dropdown .m-servicos {
      position: relative; }
      .c-view-more .dropdown .m-servicos a {
        font-family: "Overpass", sans-serif;
        line-height: 100%;
        font-size: 1.125rem;
        font-weight: 400;
        color: #707070; }
        .c-view-more .dropdown .m-servicos a:hover {
          color: #2a2a2a; }
    .c-view-more .dropdown .m-item-editoria.m-servicos {
      margin-top: 10px;
      padding-top: 20px; }
      .c-view-more .dropdown .m-item-editoria.m-servicos:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 30px;
        width: calc(100% - 60px);
        border-top: solid 1px #e6e6e6; }
    .c-view-more .dropdown .m-item-editoria.m-servicos + .m-item-editoria.m-servicos {
      margin-top: 0;
      padding-top: 15px; }
    .c-view-more .dropdown .m-item-editoria.m-servicos + .m-item-editoria.m-servicos:before {
      display: none; }
    .c-view-more .dropdown .m-ico-dropdown {
      padding-right: 40px; }
      .c-view-more .dropdown .m-ico-dropdown a {
        cursor: pointer;
        position: relative;
        padding-right: 45px;
        text-decoration: none;
        font-family: "Overpass", sans-serif; }
        .c-view-more .dropdown .m-ico-dropdown a:hover {
          color: #2a2a2a; }
      .c-view-more .dropdown .m-ico-dropdown > a:before {
        width: 10px;
        height: 10px;
        right: 5px;
        top: 4px;
        content: "";
        border-left: 1px solid #999999;
        border-top: 1px solid #999999;
        display: inline-block;
        font-size: 0.625rem;
        overflow: hidden;
        position: absolute;
        -ms-transform: rotate(-145deg) skew(-20deg);
        -webkit-transform: rotate(-145deg) skew(-20deg);
        transform: rotate(-145deg) skew(-20deg);
        -webkit-transition: transform 0.5s ease-in-out, top 0.5s;
        transition: transform 0.5s ease-in-out, top 0.5s; }
      .c-view-more .dropdown .m-ico-dropdown .sub-dropdown {
        display: none;
        height: auto;
        padding-top: 10px;
        padding-left: 10px; }
    .c-view-more .dropdown .m-ico-dropdown.ativo a:after {
      top: 8px;
      -ms-transform: rotate(35deg) skew(-20deg);
      -webkit-transform: rotate(35deg) skew(-20deg);
      transform: rotate(35deg) skew(-20deg); }
    .c-view-more .dropdown .sub-dropdown.ativo {
      display: block;
      height: auto; }
    .c-view-more .dropdown .sub-dropdown li {
      padding: 15px 0px 15px 0px; }
      .c-view-more .dropdown .sub-dropdown li:last-child {
        padding-bottom: 0px; }
      .c-view-more .dropdown .sub-dropdown li a {
        font-size: 1rem;
        color: #707070;
        font-weight: 400; }
    .c-view-more .dropdown .submenu {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 100%;
      background: #ffffff;
      top: 0px;
      z-index: 1; }
      .c-view-more .dropdown .submenu li:first-child {
        border-bottom: solid 1px #e6e6e6;
        margin-bottom: 10px; }
    .c-view-more .dropdown .abre-submenu:before {
      width: 18px;
      height: 18px;
      border: solid 2px #999999;
      margin-right: 10px;
      content: '+';
      text-align: center;
      display: inline-block;
      font-size: 1.25rem;
      font-weight: 700;
      color: #999999;
      line-height: 14px; }
    .c-view-more .dropdown .abre-submenu:hover:before {
      color: #2a2a2a;
      border-color: #2a2a2a; }
    .c-view-more .dropdown .sub-dropdown .fecha-submenu {
      font-weight: 700;
      color: #2a2a2a; }
      .c-view-more .dropdown .sub-dropdown .fecha-submenu:before {
        width: 8px;
        height: 8px;
        margin: 0px 20px 2px 0px;
        content: "";
        border-left: 1px solid #e6e6e6;
        border-top: 1px solid #e6e6e6;
        display: inline-block;
        font-size: 0.625rem;
        overflow: hidden;
        -ms-transform: rotate(-50deg);
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg); }
    .c-view-more .dropdown .m-localizacao {
      display: none;
      background: #f5f5f5;
      border-top: solid 1px #e6e6e6;
      margin-top: 10px;
      padding: 25px 40px; }
      .c-view-more .dropdown .m-localizacao:after {
        top: 33px; }
      .c-view-more .dropdown .m-localizacao a {
        font-family: "Overpass", sans-serif;
        line-height: 100%;
        font-size: 1.25rem;
        font-weight: 700;
        color: #2a2a2a;
        width: 100%;
        float: left; }
      .c-view-more .dropdown .m-localizacao ul {
        float: left;
        height: 88px; }
      .c-view-more .dropdown .m-localizacao li {
        position: relative;
        padding: 10px 45px 10px 0;
        margin-bottom: 5px; }
        .c-view-more .dropdown .m-localizacao li input[type=radio] {
          position: absolute;
          visibility: hidden;
          right: 45px;
          top: 10px;
          height: 18px; }
        .c-view-more .dropdown .m-localizacao li label {
          display: block;
          position: relative;
          width: 100%;
          font-family: "Overpass", sans-serif;
          line-height: 18px;
          font-size: 1rem;
          color: #707070;
          padding-right: 40px;
          z-index: 9;
          cursor: pointer;
          -webkit-transition: all 0.25s linear; }
        .c-view-more .dropdown .m-localizacao li .check {
          display: block;
          position: absolute;
          border: solid 1px #707070;
          border-radius: 100%;
          height: 18px;
          width: 18px;
          top: 10px;
          right: 45px;
          z-index: 5;
          transition: border .25s linear;
          -webkit-transition: border .25s linear; }
        .c-view-more .dropdown .m-localizacao li .check:before {
          display: block;
          position: absolute;
          content: '';
          border-radius: 100%;
          height: 12px;
          width: 12px;
          top: 2px;
          left: 2px;
          margin: auto;
          transition: background 0.25s linear;
          -webkit-transition: background 0.25s linear; }
        .c-view-more .dropdown .m-localizacao li input[type=radio]:checked ~ .check:before {
          background: #707070; }
        .c-view-more .dropdown .m-localizacao li:hover label {
          color: #2a2a2a; }
        .c-view-more .dropdown .m-localizacao li.active .check:before {
          background: #707070; }
    .c-view-more .dropdown .c-search:before, .c-view-more .dropdown .c-search:after {
      display: none; }

.c-opacity-menu {
  background-color: #000000;
  height: 100%;
  opacity: .85;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101; }

.home .c-view-more .dropdown .m-localizacao {
  display: block; }

@media screen and (max-width: 1147px) {
  .c-view-more .dropdown {
    right: 0; }
    .c-view-more .dropdown li {
      text-align: left; }
    .c-view-more .dropdown .m-item-editoria {
      text-align: left;
      padding: 15px 30px 5px 30px; }
      .c-view-more .dropdown .m-item-editoria a {
        padding-right: 0; }
    .c-view-more .dropdown .m-localizacao {
      text-align: left;
      padding: 15px 30px; }
      .c-view-more .dropdown .m-localizacao li {
        padding: 15px 15px 15px 45px; }
    .c-view-more .dropdown .m-ico-dropdown > a:after {
      right: inherit;
      left: 5px; }
    .c-view-more .dropdown .m-assuntos-do-dia {
      position: relative;
      padding-top: 20px; }
      .c-view-more .dropdown .m-assuntos-do-dia:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 30px;
        width: calc(100% - 60px);
        border-top: solid 1px #e6e6e6; }
    .c-view-more .dropdown .m-assuntos-do-dia + .m-assuntos-do-dia:before {
      display: none; }
    .c-view-more .dropdown .sub-dropdown li {
      padding: 10px 0; } }

@media screen and (max-width: 767px) {
  .c-header.c-header-small .h-container,
  .c-header .h-container {
    height: 56px;
    /*.h-editor,
            .h-menu{
                height: 56px;
            }*/ }
    .c-header.c-header-small .h-container .h-menu .h-nav,
    .c-header .h-container .h-menu .h-nav {
      height: 56px; } }

@media screen and (max-width: 379px) {
  .c-view-more {
    position: absolute;
    right: 0;
    top: 0;
    height: 56px; }
    .c-view-more .ico-menu {
      height: 56px; }
    .c-view-more .dropdown {
      position: fixed;
      width: 100%;
      right: 0;
      top: 56px; } }

.c-view-more-explore {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  border: none;
  background-color: transparent;
  outline: none; }
  .c-view-more-explore .ico-menu {
    margin-top: -5px;
    cursor: pointer;
    height: 48px;
    position: relative;
    right: 0;
    width: 100%;
    z-index: 2; }
    .c-view-more-explore .ico-menu:after {
      bottom: 0;
      color: #2a2a2a;
      content: "Explore";
      display: block;
      font-size: 8px;
      font-weight: bold;
      left: -5px;
      line-height: 1.5;
      position: absolute;
      text-transform: uppercase;
      width: 100%;
      text-align: center; }
    .c-view-more-explore .ico-menu .item-1,
    .c-view-more-explore .ico-menu .item-2,
    .c-view-more-explore .ico-menu .item-3 {
      display: block;
      border: solid 1px #2a2a2a;
      position: absolute;
      width: 25px;
      height: 2px;
      transition: transform 0.3s;
      -webkit-transition: transform 0.3s;
      -webkit-transition-delay: 0s,.3s;
      transition-delay: 0s,.3s;
      margin-left: 0; }
    .c-view-more-explore .ico-menu .item-1 {
      top: calc(50% + 6px);
      opacity: 1; }
    .c-view-more-explore .ico-menu .item-2 {
      top: 50%; }
    .c-view-more-explore .ico-menu .item-3 {
      top: calc(50% - 6px); }
  .c-view-more-explore.open .item-1 {
    opacity: 0;
    transform: rotate(-45deg); }
  .c-view-more-explore.open .item-2 {
    transform: rotate(45deg); }
  .c-view-more-explore.open .item-3 {
    top: 50%;
    transform: rotate(-45deg); }
  .c-view-more-explore.open .ico-menu:after {
    bottom: -2px; }
  .c-view-more-explore.c-view-more-small {
    margin-bottom: 6px; }
    .c-view-more-explore.c-view-more-small .ico-menu {
      height: 25px; }

.c-view-more-explore:focus {
  outline: none; }

.c-explore-close {
  opacity: 9;
  transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out; }

.c-explore-open {
  opacity: 0;
  transition: opacity .30s ease-in-out;
  -moz-transition: opacity .30s ease-in-out;
  -webkit-transition: opacity .30s ease-in-out; }

.c-explore {
  position: relative;
  margin: 0;
  background: #ffffff;
  width: 100%;
  height: 0;
  top: -10000px;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity .50s linear;
  -moz-transition: opacity .50s linear;
  -webkit-transition: opacity .50s linear;
  font-family: "Overpass", sans-serif;
  display: none;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .c-explore.active {
    z-index: 1000;
    visibility: visible;
    opacity: 9;
    transition: opacity .50s ease-in-out;
    -moz-transition: opacity .50s ease-in-out;
    -webkit-transition: opacity .50s ease-in-out;
    box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 767px) {
    .c-explore {
      background: #000000; } }
  .c-explore input {
    font-size: 12px; }
    .c-explore input:focus {
      font-size: 12px; }
  .c-explore .c-explore-item {
    margin: 0 auto;
    width: 100%; }
    .c-explore .c-explore-item span {
      font-size: 1.125rem;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.56;
      letter-spacing: normal;
      text-align: left;
      color: #2a2a2a;
      width: 100%;
      text-align: left;
      margin-bottom: 24px;
      float: left; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-item span {
          color: #ffffff;
          font-size: 1rem; }
          .c-explore .c-explore-item span .list-type-border {
            margin-top: 20px; } }
      .c-explore .c-explore-item span a {
        width: 69px;
        height: 21px;
        border-radius: 11px;
        border: solid 1px #ededed;
        padding: 4px 11px;
        margin-left: 11px;
        font-size: 0.625rem;
        line-height: 1.14;
        color: #000000;
        text-decoration: none; }
        .c-explore .c-explore-item span a:hover {
          background: #cccccc; }
        .c-explore .c-explore-item span a:before {
          content: "+";
          margin-right: 3px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item span a {
            color: #ffffff;
            border: solid 1px #ffffff; }
            .c-explore .c-explore-item span a:hover {
              background: #f1f1f1;
              color: #000000; } }
      .c-explore .c-explore-item span.list-border, .c-explore .c-explore-item span.list-type-border {
        border-top: 1px solid #707070;
        padding-top: 20px;
        margin-bottom: 24px; }
    .c-explore .c-explore-item ul {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center; }
      .c-explore .c-explore-item ul li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        text-align: center; }
        .c-explore .c-explore-item ul li a {
          text-decoration: none;
          color: #2a2a2a;
          font-size: 0.875rem;
          width: 100%;
          float: left;
          height: auto;
          position: relative;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-direction: column;
          outline: none; }
          @media screen and (max-width: 767px) {
            .c-explore .c-explore-item ul li a {
              color: #ffffff;
              font-size: 0.75rem; } }
        .c-explore .c-explore-item ul li label {
          cursor: pointer;
          font-family: "Overpass", sans-serif;
          min-height: 30px;
          font-weight: normal; }
      .c-explore .c-explore-item ul img {
        border: solid 1px #e6e6e6;
        margin-bottom: 12.4px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul img {
            margin-bottom: 7px;
            border: solid 1px #2a2a2a; } }
      .c-explore .c-explore-item ul.square li {
        width: 96.1px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul.square li {
            width: 76px; } }
      .c-explore .c-explore-item ul.square img {
        height: 96.1px;
        border-radius: 6px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul.square img {
            width: 76px;
            height: 76px; } }
      .c-explore .c-explore-item ul.square.list-type {
        min-height: auto; }
      .c-explore .c-explore-item ul.small-square li {
        width: 190px;
        text-align: left;
        margin-bottom: 10px; }
        .c-explore .c-explore-item ul.small-square li a {
          flex-direction: row; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul.small-square li {
            width: 54px; } }
      .c-explore .c-explore-item ul.small-square img {
        height: 72px;
        width: 72px;
        margin-right: 14px;
        margin-bottom: 0;
        border-radius: 6px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul.small-square img {
            height: 54px;
            width: 54px; } }
      .c-explore .c-explore-item ul.small-square label {
        display: flex;
        align-items: center; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-item ul.small-square li {
          width: 45%; } }
      @media screen and (max-width: 419px) {
        .c-explore .c-explore-item ul.small-square li {
          width: 40%; } }
      .c-explore .c-explore-item ul.wide li {
        width: 161.8px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul.wide li {
            width: 150px; } }
      .c-explore .c-explore-item ul.wide img {
        height: 96px;
        border-radius: 6px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul.wide img {
            width: 150px;
            height: 89px; } }
      .c-explore .c-explore-item ul.wide.list-type {
        min-height: auto; }
      .c-explore .c-explore-item ul.small-wide li {
        width: 138.8px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul.small-wide li {
            width: 108px; } }
      .c-explore .c-explore-item ul.small-wide img {
        height: 82px;
        border-radius: 6px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul.small-wide img {
            width: 108px;
            height: 60px; } }
      .c-explore .c-explore-item ul.small-wide label {
        display: none; }
      .c-explore .c-explore-item ul.small-wide.list-type label {
        display: block; }
      .c-explore .c-explore-item ul.circle li {
        width: 100px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul.circle li {
            width: 76px; } }
      .c-explore .c-explore-item ul.circle img {
        height: 100px;
        border-radius: 60px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul.circle img {
            width: 76px;
            height: 76px; } }
      .c-explore .c-explore-item ul.tags li {
        background: #cccccc;
        padding: 8px 11px;
        border-radius: 20px;
        margin-bottom: 20px; }
        .c-explore .c-explore-item ul.tags li a {
          color: #000000; }
      .c-explore .c-explore-item ul.tags label {
        min-height: auto; }
      .c-explore .c-explore-item ul.tags.list-type li {
        background: none;
        padding: 0;
        margin-bottom: 0; }
        .c-explore .c-explore-item ul.tags.list-type li a {
          color: #ffffff; }
      .c-explore .c-explore-item ul.list li, .c-explore .c-explore-item ul.list-type li {
        margin-bottom: 23px; }
      .c-explore .c-explore-item ul.list img, .c-explore .c-explore-item ul.list-type img {
        display: none; }
      .c-explore .c-explore-item ul.list label, .c-explore .c-explore-item ul.list-type label {
        width: 155px;
        height: 30px;
        text-align: left; }
      .c-explore .c-explore-item ul.change-location li {
        position: relative;
        width: 160px; }
        .c-explore .c-explore-item ul.change-location li input[type=radio] {
          position: absolute;
          visibility: hidden;
          left: 0px;
          top: 0px;
          height: 18px; }
        .c-explore .c-explore-item ul.change-location li label {
          margin-left: 30px; }
          @media screen and (max-width: 767px) {
            .c-explore .c-explore-item ul.change-location li label {
              color: #ffffff; } }
        .c-explore .c-explore-item ul.change-location li .check {
          display: block;
          position: absolute;
          border: solid 1px #707070;
          border-radius: 100%;
          height: 18px;
          width: 18px;
          left: 0px;
          top: 0px;
          z-index: 5;
          transition: border .25s linear;
          -webkit-transition: border .25s linear; }
          @media screen and (max-width: 767px) {
            .c-explore .c-explore-item ul.change-location li .check {
              border: solid 1px #ffffff; } }
        .c-explore .c-explore-item ul.change-location li .check:before {
          display: block;
          position: absolute;
          content: '';
          border-radius: 100%;
          height: 12px;
          width: 12px;
          top: 2px;
          left: 2px;
          margin: auto;
          transition: background 0.25s linear;
          -webkit-transition: background 0.25s linear; }
        .c-explore .c-explore-item ul.change-location li input[type=radio]:checked ~ .check:before {
          background: #000000; }
          @media screen and (max-width: 767px) {
            .c-explore .c-explore-item ul.change-location li input[type=radio]:checked ~ .check:before {
              background: #ffffff; } }
        @media screen and (min-width: 768px) {
          .c-explore .c-explore-item ul.change-location li:hover label {
            color: #2a2a2a; }
          .c-explore .c-explore-item ul.change-location li.active .check:before {
            background: #000000; } }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul.change-location li:hover label {
            color: #ffffff; }
          .c-explore .c-explore-item ul.change-location li.active .check:before {
            background: #ffffff; } }
      .c-explore .c-explore-item ul.featured li {
        margin-bottom: 20px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul.featured li {
            margin-bottom: 0px; } }
        .c-explore .c-explore-item ul.featured li a {
          width: 150px;
          height: 30px;
          border-radius: 10px;
          background-color: #2a2a2a;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media screen and (max-width: 767px) {
            .c-explore .c-explore-item ul.featured li a {
              background-color: #ffffff; } }
        .c-explore .c-explore-item ul.featured li label {
          font-size: 0.875rem;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: 1.57;
          letter-spacing: normal;
          text-align: center;
          color: #ffffff;
          text-transform: uppercase;
          min-height: auto; }
          @media screen and (max-width: 767px) {
            .c-explore .c-explore-item ul.featured li label {
              color: #000000; } }
      .c-explore .c-explore-item ul.featured.list-type li {
        height: auto;
        margin-bottom: 23px; }
        .c-explore .c-explore-item ul.featured.list-type li a {
          background: #000000;
          height: auto; }
        .c-explore .c-explore-item ul.featured.list-type li label {
          color: #ffffff;
          text-align: left;
          text-transform: initial; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-item ul.c-explorer-slider {
          display: -webkit-box;
          overflow: auto;
          overflow-y: hidden;
          -webkit-overflow-scrolling: touch;
          scrollbar-width: none;
          flex-wrap: nowrap; }
          .c-explore .c-explore-item ul.c-explorer-slider li {
            margin-right: 20px; }
          .c-explore .c-explore-item ul.c-explorer-slider::after {
            content: ' ';
            margin-right: 2px; }
          .c-explore .c-explore-item ul.c-explorer-slider::-webkit-scrollbar {
            width: 0px; }
        .c-explore .c-explore-item ul.list-type {
          display: flex;
          overflow: auto;
          flex-wrap: wrap;
          height: auto; }
          .c-explore .c-explore-item ul.list-type li {
            width: 150px; } }
    .c-explore .c-explore-item.tabs {
      width: 192px;
      min-width: 192px;
      margin: 0;
      background: #000000;
      min-height: 74px;
      position: fixed;
      left: 348px; }
      @media screen and (max-width: 1850px) {
        .c-explore .c-explore-item.tabs {
          left: 300px; } }
      @media screen and (max-width: 1746px) {
        .c-explore .c-explore-item.tabs {
          left: 260px; } }
      @media screen and (max-width: 1676px) {
        .c-explore .c-explore-item.tabs {
          left: 220px; } }
      @media screen and (max-width: 1614px) {
        .c-explore .c-explore-item.tabs {
          left: 180px; } }
      @media screen and (max-width: 1520px) {
        .c-explore .c-explore-item.tabs {
          left: 146px; } }
      @media screen and (max-width: 1460px) {
        .c-explore .c-explore-item.tabs {
          left: 115px; } }
      @media screen and (max-width: 1365px) {
        .c-explore .c-explore-item.tabs {
          left: 50px; } }
      @media screen and (max-width: 1147px) {
        .c-explore .c-explore-item.tabs {
          left: 0px; } }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-item.tabs {
          position: sticky;
          position: -webkit-sticky;
          top: 0;
          width: 100%;
          border-bottom: 1px solid #2a2a2a;
          left: 0px;
          z-index: 100; } }
      .c-explore .c-explore-item.tabs.fixed {
        position: fixed;
        z-index: 100; }
      .c-explore .c-explore-item.tabs.fixedSafari {
        position: -webkit-sticky;
        z-index: 100; }
      .c-explore .c-explore-item.tabs ul {
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        vertical-align: middle;
        width: 100%;
        height: 90%; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item.tabs ul {
            flex-direction: row;
            padding: 0 0 1px;
            height: auto; } }
        .c-explore .c-explore-item.tabs ul.list {
          margin-bottom: 0; }
        .c-explore .c-explore-item.tabs ul li {
          width: 100%;
          height: 13vh;
          max-height: 120px; }
          @media screen and (max-width: 1365px) {
            .c-explore .c-explore-item.tabs ul li {
              height: 10vh; } }
          @media screen and (max-width: 767px) {
            .c-explore .c-explore-item.tabs ul li {
              min-height: 74px;
              margin-bottom: 0; } }
          .c-explore .c-explore-item.tabs ul li a {
            color: #999999; }
            @media screen and (max-width: 767px) {
              .c-explore .c-explore-item.tabs ul li a {
                min-height: 48px;
                padding: 14px 0 1px; } }
            .c-explore .c-explore-item.tabs ul li a img {
              height: 35px;
              margin-bottom: 8px;
              border: none;
              filter: invert(0.4) sepia(0) saturate(0) hue-rotate(175deg); }
              @media screen and (max-width: 767px) {
                .c-explore .c-explore-item.tabs ul li a img {
                  height: 24px; } }
            .c-explore .c-explore-item.tabs ul li a:hover, .c-explore .c-explore-item.tabs ul li a.active {
              color: #ffffff; }
              .c-explore .c-explore-item.tabs ul li a:hover img, .c-explore .c-explore-item.tabs ul li a.active img {
                cursor: pointer;
                filter: invert(0.8) sepia(0) saturate(0) hue-rotate(175deg); }
            @media screen and (min-width: 768px) {
              .c-explore .c-explore-item.tabs ul li a.active::after {
                content: "";
                width: 17px;
                height: 17px;
                background-color: #fff;
                transform: rotate(42deg) translate(0);
                transition: transform .5s ease-in-out;
                -moz-transition: transform .5s ease-in-out;
                -webkit-transition: transform .5s ease-in-out;
                float: left;
                border-left: 12px solid #fff;
                border-bottom: 12px solid #fff;
                border-right-width: .2em;
                border-top-width: .2em;
                position: absolute;
                right: -19px;
                top: 11%; } }
            @media screen and (max-width: 767px) {
              .c-explore .c-explore-item.tabs ul li a.active {
                border-bottom: 4px solid #ffffff; } }
          .c-explore .c-explore-item.tabs ul li label {
            margin-bottom: 10px; }
    .c-explore .c-explore-item.list-itens {
      visibility: hidden;
      position: absolute;
      opacity: 0;
      transition: opacity .50s ease-in-out;
      -moz-transition: opacity .50s ease-in-out;
      -webkit-transition: opacity .50s ease-in-out;
      margin-top: 10px;
      height: 0;
      margin-bottom: 50px;
      padding-bottom: 60px; }
      .c-explore .c-explore-item.list-itens.active {
        position: relative;
        visibility: visible;
        opacity: 9;
        height: auto; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-item.list-itens {
          margin-top: 30px;
          padding-left: 16px; } }
      .c-explore .c-explore-item.list-itens ul {
        margin-bottom: 10px;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch; }
        .c-explore .c-explore-item.list-itens ul li {
          margin-right: 20px;
          margin-bottom: 20px; }
          @media screen and (max-width: 767px) {
            .c-explore .c-explore-item.list-itens ul li {
              margin-right: auto; } }
          .c-explore .c-explore-item.list-itens ul li label {
            line-height: 1.17; }
            @media screen and (max-width: 767px) {
              .c-explore .c-explore-item.list-itens ul li label {
                min-height: auto; } }
        @media screen and (max-width: 419px) {
          .c-explore .c-explore-item.list-itens ul.small-wide label {
            margin-right: 5px; } }
        .c-explore .c-explore-item.list-itens ul.list {
          margin-bottom: 5px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item.list-itens ul.c-explorer-slider li {
            margin-right: 15px; } }
        @media screen and (max-width: 379px) {
          .c-explore .c-explore-item.list-itens ul.c-explorer-slider li {
            margin-right: 8px; } }
    .c-explore .c-explore-item.user-menu {
      margin: 0 auto;
      padding: 20px 100px 50px 100px;
      background: #2a2a2a; }
      @media screen and (max-width: 1365px) {
        .c-explore .c-explore-item.user-menu {
          padding: 20px 50px; } }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-item.user-menu {
          padding: 20px; } }
      .c-explore .c-explore-item.user-menu ul {
        flex-wrap: wrap;
        justify-content: center; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item.user-menu ul {
            justify-content: flex-start; } }
      .c-explore .c-explore-item.user-menu li {
        width: 180px;
        text-align: left;
        margin-bottom: 30px;
        font-size: 0.875rem; }
        .c-explore .c-explore-item.user-menu li.button a {
          max-width: 120px; }
    .c-explore .c-explore-item.result-explore-search {
      width: 100%;
      position: absolute;
      opacity: 0;
      transition: opacity .50s ease-in-out;
      -moz-transition: opacity .50s ease-in-out;
      -webkit-transition: opacity .50s ease-in-out;
      margin: 0 auto;
      padding: 80px 100px 100px 100px;
      max-width: 1300px; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-item.result-explore-search {
          padding: 0 16px;
          margin-top: 0px; } }
      .c-explore .c-explore-item.result-explore-search.active {
        visibility: visible;
        opacity: 9;
        z-index: 1;
        position: relative; }
      .c-explore .c-explore-item.result-explore-search .btn-back {
        margin-top: 23px;
        margin-bottom: 50px; }
        .c-explore .c-explore-item.result-explore-search .btn-back svg {
          width: 18px;
          height: 24px;
          margin-right: 5px;
          display: inline-flex; }
          .c-explore .c-explore-item.result-explore-search .btn-back svg path {
            fill: #ffffff; }
          .c-explore .c-explore-item.result-explore-search .btn-back svg path + path {
            fill: #2a2a2a; }
        .c-explore .c-explore-item.result-explore-search .btn-back .cls-1 {
          fill: transparent;
          stroke: transparent; }
        .c-explore .c-explore-item.result-explore-search .btn-back a {
          border: none;
          margin-left: 0;
          padding: 0;
          border: 0;
          z-index: 0;
          line-height: 1.7;
          display: flex;
          flex-direction: row-reverse;
          justify-content: space-between;
          align-items: flex-start;
          width: 90px;
          font-size: 0.875rem; }
          .c-explore .c-explore-item.result-explore-search .btn-back a:hover {
            text-decoration: underline;
            background-color: transparent; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item.result-explore-search .btn-back {
            padding-bottom: 12.5px;
            border-bottom: 1px solid #2a2a2a;
            margin-bottom: 27.5px; }
            .c-explore .c-explore-item.result-explore-search .btn-back .cls-2 {
              fill: #ffffff; } }
      .c-explore .c-explore-item.result-explore-search .title {
        margin-bottom: 40px;
        font-size: 1rem;
        text-transform: uppercase; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item.result-explore-search .title {
            margin-bottom: 30px;
            font-size: 0.875rem; } }
      .c-explore .c-explore-item.result-explore-search ul {
        display: block;
        flex-direction: column;
        justify-content: flex-start; }
        .c-explore .c-explore-item.result-explore-search ul li {
          width: 50%;
          margin-bottom: 20px;
          float: left;
          min-height: 73px; }
          @media screen and (max-width: 579px) {
            .c-explore .c-explore-item.result-explore-search ul li {
              width: 100%;
              margin-bottom: 0px; } }
          .c-explore .c-explore-item.result-explore-search ul li a {
            display: flex;
            flex-direction: row; }
          .c-explore .c-explore-item.result-explore-search ul li label {
            font-size: 1.125rem;
            line-height: 1;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            float: left;
            min-height: 25px; }
            @media screen and (max-width: 767px) {
              .c-explore .c-explore-item.result-explore-search ul li label {
                font-size: 1rem;
                color: #ffffff;
                line-height: 1.3; } }
          .c-explore .c-explore-item.result-explore-search ul li span {
            font-size: 0.875rem;
            line-height: .79;
            letter-spacing: normal;
            text-align: left;
            color: #676767;
            display: flex;
            flex-direction: column;
            justify-content: center;
            font-weight: normal; }
            @media screen and (max-width: 579px) {
              .c-explore .c-explore-item.result-explore-search ul li span {
                font-size: 0.75rem;
                margin-bottom: 15px; } }
          .c-explore .c-explore-item.result-explore-search ul li.search-not-found {
            color: #707070; }
        .c-explore .c-explore-item.result-explore-search ul img {
          width: auto;
          height: 60px;
          border-radius: 6px;
          margin-right: 16px; }
          @media screen and (max-width: 579px) {
            .c-explore .c-explore-item.result-explore-search ul img {
              height: 41px; } }
  .c-explore .c-explore-content {
    margin: 0 auto;
    max-width: 1428px;
    padding: 0 100px;
    opacity: 0.9;
    transition: opacity .50s ease-in-out;
    -moz-transition: opacity .50s ease-in-out;
    -webkit-transition: opacity .50s ease-in-out; }
    @media screen and (max-width: 1365px) {
      .c-explore .c-explore-content {
        padding: 0 50px; } }
    @media screen and (max-width: 1147px) {
      .c-explore .c-explore-content {
        padding: 0 20px; } }
    @media screen and (max-width: 767px) {
      .c-explore .c-explore-content {
        padding: 0; } }
    .c-explore .c-explore-content .hidden {
      opacity: 0;
      transition: opacity .20s ease-in-out;
      -moz-transition: opacity .20s ease-in-out;
      -webkit-transition: opacity .20s ease-in-out; }
  .c-explore .c-explore-category {
    flex-direction: row;
    justify-content: flex-end; }
    @media screen and (max-width: 767px) {
      .c-explore .c-explore-category {
        flex-direction: column; } }
    .c-explore .c-explore-category.desktop {
      display: flex; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-category.desktop {
          display: none; } }
    .c-explore .c-explore-category.mobile {
      display: none; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-category.mobile {
          display: flex; } }
  .c-explore .c-explore-categorys-itens {
    display: flex;
    flex-direction: column;
    width: 83.5%;
    padding: 10px 6px 0px 36px;
    position: relative;
    padding-bottom: 120px; }
    @media screen and (max-width: 1147px) {
      .c-explore .c-explore-categorys-itens {
        width: 80%; } }
    @media screen and (max-width: 767px) {
      .c-explore .c-explore-categorys-itens {
        width: 100%;
        padding: 10px 0;
        border-top: 0; } }
    .c-explore .c-explore-categorys-itens .type-list {
      width: 100%;
      height: 20px;
      position: relative;
      float: left;
      text-align: right;
      display: none;
      padding: 0; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-categorys-itens .type-list {
          display: block; } }
      .c-explore .c-explore-categorys-itens .type-list .w-image {
        float: right;
        margin-right: 28px;
        padding: 10px 0; }
        .c-explore .c-explore-categorys-itens .type-list .w-image .square {
          float: left;
          width: 8px;
          height: 8px;
          background: #999999;
          border-radius: 2px;
          margin-right: 2px; }
        .c-explore .c-explore-categorys-itens .type-list .w-image.active .square {
          background: #ffffff; }
      .c-explore .c-explore-categorys-itens .type-list .w-list {
        float: right;
        margin-right: 31px;
        padding: 10px 0; }
        .c-explore .c-explore-categorys-itens .type-list .w-list .list {
          width: 16px;
          height: 9px;
          float: right;
          border-top: 2px solid #999999;
          border-bottom: 2px solid #999999; }
        .c-explore .c-explore-categorys-itens .type-list .w-list.active .list {
          border-top: 3px solid #ffffff;
          border-bottom: 3px solid #ffffff; }
    .c-explore .c-explore-categorys-itens .itens-list {
      position: relative;
      width: 100%; }
    .c-explore .c-explore-categorys-itens.hidden {
      display: none; }
  .c-explore .c-explore-social-networks {
    position: fixed;
    width: 100%;
    background: #f2f2f2;
    display: flex;
    justify-content: center;
    padding: 14px 0;
    min-height: 50px;
    bottom: 0;
    z-index: 100; }
    @media screen and (max-width: 767px) {
      .c-explore .c-explore-social-networks {
        position: relative;
        background: #2a2a2a; } }
    .c-explore .c-explore-social-networks ul {
      display: flex;
      margin: 0;
      display: flex;
      flex-wrap: inherit;
      flex-direction: row;
      justify-content: space-evenly;
      width: 50%;
      max-width: 1428px; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-social-networks ul {
          width: 100%;
          max-width: 100%; } }
    .c-explore .c-explore-social-networks li {
      width: 37px; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-social-networks li {
          width: 30px; } }
      .c-explore .c-explore-social-networks li span {
        color: #707070;
        line-height: 1.5;
        font-size: 0.75rem; }
    .c-explore .c-explore-social-networks svg {
      fill: #707070;
      height: 18px; }
  .c-explore .c-explore-user {
    margin: 0 auto;
    width: 100%;
    font-size: 12px;
    padding: 20px 348px;
    background: #2a2a2a;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: fixed;
    z-index: 100; }
    @media screen and (max-width: 1850px) {
      .c-explore .c-explore-user {
        padding: 20px 300px; } }
    @media screen and (max-width: 1746px) {
      .c-explore .c-explore-user {
        padding: 20px 260px; } }
    @media screen and (max-width: 1676px) {
      .c-explore .c-explore-user {
        padding: 20px 220px; } }
    @media screen and (max-width: 1614px) {
      .c-explore .c-explore-user {
        padding: 20px 180px; } }
    @media screen and (max-width: 1520px) {
      .c-explore .c-explore-user {
        padding: 20px 146px; } }
    @media screen and (max-width: 1460px) {
      .c-explore .c-explore-user {
        padding: 20px 115px; } }
    @media screen and (max-width: 1365px) {
      .c-explore .c-explore-user {
        padding: 20px 50px; } }
    @media screen and (max-width: 767px) {
      .c-explore .c-explore-user {
        padding: 10px 16px 20px 16px;
        flex-direction: column;
        position: relative; } }
    .c-explore .c-explore-user .login-button {
      font-family: "Overpass", sans-serif;
      font-size: 0.75rem;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.5;
      letter-spacing: normal;
      text-align: center;
      color: #ffffff;
      background: #000000;
      text-transform: uppercase;
      text-decoration: none;
      padding: 5px 10px;
      border-radius: 20px;
      cursor: pointer; }
    .c-explore .c-explore-user .explore-user-menu {
      display: flex;
      flex-direction: row;
      justify-content: left;
      align-items: center;
      padding: 0 10px;
      width: 50%; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-user .explore-user-menu {
          padding: 0px;
          width: 100%; } }
      .c-explore .c-explore-user .explore-user-menu span {
        margin-left: 40px;
        margin-right: 3px;
        color: #ffffff; }
      .c-explore .c-explore-user .explore-user-menu img {
        width: 30px;
        height: 30px;
        border-radius: 40px;
        margin-right: 14px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        z-index: 10; }
        .c-explore .c-explore-user .explore-user-menu img.none-image {
          background-image: url(https://assets.gazetadopovo.com.br/images/menu/icons/ico-user.svg);
          background-color: #d0d0d0;
          background-size: 16px;
          border: 0px;
          z-index: 0;
          background-size: 18px; }
      .c-explore .c-explore-user .explore-user-menu .open-menu-user {
        width: 30px;
        height: 30px;
        border-radius: 18px;
        border: solid 1px #e6e6e6;
        background-color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 4px; }
        .c-explore .c-explore-user .explore-user-menu .open-menu-user::after {
          content: " ";
          width: 5px;
          height: 5px;
          background-color: transparent;
          transform: rotate(315deg) translate(0, 0);
          transition: transform .50s ease-in-out;
          -moz-transition: transform .50s ease-in-out;
          -webkit-transition: transform .50s ease-in-out;
          float: left;
          border-left: 1px solid #2a2a2a;
          border-bottom: 1px solid #2a2a2a;
          border-width: 0.2em; }
        .c-explore .c-explore-user .explore-user-menu .open-menu-user.active::after {
          transform: rotate(133deg) translate(0, 0);
          top: 11px;
          border-width: 0.2em; }
    .c-explore .c-explore-user .div-search {
      display: flex;
      justify-content: center;
      position: relative;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-user .div-search {
          margin-top: 21.5px; } }
    .c-explore .c-explore-user .close-search {
      position: absolute;
      font-size: 0;
      right: 17px;
      top: 10px;
      cursor: pointer;
      display: none;
      height: 20px;
      width: 20px;
      text-align: center;
      color: transparent; }
      .c-explore .c-explore-user .close-search svg {
        position: absolute;
        width: 14px;
        height: 14px;
        right: 3px;
        top: 3px; }
      .c-explore .c-explore-user .close-search path {
        fill: #ffffff; }
      .c-explore .c-explore-user .close-search:focus, .c-explore .c-explore-user .close-search:hover {
        text-decoration: none;
        font-size: 0;
        text-indent: -999px; }
    .c-explore .c-explore-user #c-explore-search {
      width: 70%;
      height: 40px;
      border-radius: 10px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.57;
      letter-spacing: normal;
      text-align: left;
      padding: 0 0 0 42px;
      border: 1px solid #707070;
      background-color: #2a2a2a;
      color: #ffffff;
      background: url(https://assets.gazetadopovo.com.br/images/menu/icons/ico-busca.svg) no-repeat left;
      background-size: 16px;
      background-position: 17px;
      opacity: 0.9;
      transition: opacity .50s ease-in-out;
      -moz-transition: opacity .50s ease-in-out;
      -webkit-transition: opacity .50s ease-in-out;
      outline: 0;
      font-family: "Overpass", sans-serif;
      text-decoration: none; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-user #c-explore-search {
          width: 100%; } }
      .c-explore .c-explore-user #c-explore-search.hidden {
        opacity: 0;
        transition: opacity .50s ease-in-out;
        -moz-transition: opacity .50s ease-in-out;
        -webkit-transition: opacity .50s ease-in-out; }
      .c-explore .c-explore-user #c-explore-search::-webkit-input-placeholder {
        color: #ffffff; }
      .c-explore .c-explore-user #c-explore-search:-moz-placeholder {
        /* Firefox 18- */
        color: #ffffff; }
      .c-explore .c-explore-user #c-explore-search::-moz-placeholder {
        /* Firefox 19+ */
        color: #ffffff; }
      .c-explore .c-explore-user #c-explore-search:-ms-input-placeholder {
        color: #ffffff; }
    .c-explore .c-explore-user input[type='text']:focus {
      font-size: 0.75rem; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .c-explore .c-explore-user input:focus {
        font-size: 0.75rem; } }
    .c-explore .c-explore-user .item-menu {
      height: 100vh;
      background: rgba(0, 0, 0, 0.8);
      position: absolute;
      margin: 0 auto;
      width: 100%;
      z-index: 0;
      visibility: hidden;
      opacity: 0;
      transition: opacity .50s ease-in-out;
      -moz-transition: opacity .50s ease-in-out;
      -webkit-transition: opacity .50s ease-in-out;
      margin-top: 60px;
      left: 0; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-user .item-menu {
          margin-top: 38px; } }
      @media screen and (max-width: 419px) {
        .c-explore .c-explore-user .item-menu {
          margin-top: 31px; } }
      .c-explore .c-explore-user .item-menu.active {
        visibility: visible;
        opacity: 9;
        transition: opacity .50s ease-in-out;
        -moz-transition: opacity .50s ease-in-out;
        -webkit-transition: opacity .50s ease-in-out;
        z-index: 10; }
      .c-explore .c-explore-user .item-menu ul li a {
        color: #ffffff; }

/***********************************************************/
/** Generic Modal **/
/***********************************************************/
.c-modal {
  font-family: "Overpass", sans-serif;
  margin: 0;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e6e6e6;
  outline: none;
  position: fixed;
  top: 20%;
  left: calc(50% - 180px);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.39);
  max-width: 360px;
  width: 360px;
  min-height: 330px;
  display: inline-block;
  text-align: center;
  z-index: 9999999999;
  line-height: normal; }
  .c-modal a:hover {
    text-decoration: none; }
  .c-modal .c-modal-content {
    display: inline-block;
    width: 200px; }

.c-modal-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999999999; }

.c-modal-display {
  display: none; }

.c-close-modal {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  padding: 15px 0;
  font-size: 0.875rem;
  color: #2a2a2a;
  text-align: right; }
  .c-close-modal:hover {
    color: #999999; }

/**
  HOME - modal share
 */
.c-modal {
  min-height: initial; }

@media screen and (max-width: 767px) {
  .c-modal {
    left: calc(50% - 140px);
    max-width: 280px;
    width: 280px; } }

.c-club {
  display: inline-block;
  text-align: center;
  width: 203px;
  height: 91px;
  line-height: 91px;
  border-radius: 4px;
  background-color: #4f047a; }
  .c-club svg {
    width: 142px;
    display: inline-block;
    vertical-align: middle; }
  .c-club p {
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: normal;
    margin: 0;
    font-family: "Overpass", sans-serif; }
    .c-club p svg {
      margin-bottom: 10px; }

.c-ir-para {
  margin: 20px 0;
  text-align: left; }

.c-club-nacional {
  margin-top: 15px;
  background-color: #4f047a; }
  .c-club-nacional svg * {
    fill: #ffffff; }
  .c-club-nacional p {
    color: #4f047a; }

.c-club-local {
  background-color: #30e0ce;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .c-club-local p {
    color: #4f047a;
    margin: 0px;
    font-size: 0.6875rem;
    font-weight: bold;
    margin-top: 10px;
    font-family: "Source Sans Pro, sans-serif"; }
  .c-club-local svg * {
    fill: #4f047a; }

.notifications {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  top: 0;
  transition: background-color 0.3s ease-in-out;
  width: 0;
  z-index: 9999999999; }
  .notifications.active {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%; }
    @media screen and (max-width: 768px) {
      .notifications.active {
        background-color: rgba(0, 0, 0, 0); } }
    .notifications.active .notification-body {
      -webkit-transform: translateX(0px);
      transform: translateX(0px); }
  .notifications .notification-body {
    flex-direction: column;
    background-color: #fff;
    float: right;
    height: auto;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    position: relative;
    width: 560px;
    transition: transform 0.6s ease-in-out;
    -webkit-transform: translateX(560px);
    transform: translateX(560px); }
    @media screen and (max-width: 768px) {
      .notifications .notification-body {
        width: 100%; } }
    .notifications .notification-body .main-header {
      align-items: center;
      justify-content: space-between;
      background-color: #2a2a2a;
      color: #fff;
      font-family: 'Overpass', sans-serif;
      transition: all 0.5s ease-in-out;
      padding: 15px 25px;
      position: absolute;
      top: 0;
      width: inherit;
      z-index: 9999999999; }
      .notifications .notification-body .main-header .user-name {
        align-items: center;
        font-size: 0.9375rem;
        cursor: pointer; }
        .notifications .notification-body .main-header .user-name svg {
          height: 24px;
          margin-left: 6px;
          transform: rotate(0deg);
          transition: transform 0.5s ease;
          width: 24px; }
          .notifications .notification-body .main-header .user-name svg path {
            fill: #fff; }
        .notifications .notification-body .main-header .user-name.animation svg {
          transform: rotate(-180deg); }
      .notifications .notification-body .main-header .btn-return {
        align-items: center;
        font-size: 1rem;
        cursor: pointer; }
        .notifications .notification-body .main-header .btn-return svg {
          margin-right: 5px; }
      .notifications .notification-body .main-header .btn-close {
        cursor: pointer; }
        .notifications .notification-body .main-header .btn-close svg {
          height: 14px;
          width: 14px; }
          .notifications .notification-body .main-header .btn-close svg path {
            fill: #fff; }
      .notifications .notification-body .main-header.fixed {
        position: fixed; }
      .notifications .notification-body .main-header .user-menu {
        background: #f5f5f5;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        clear: both;
        left: 0;
        max-height: 0;
        overflow: hidden;
        padding: 0 20px;
        position: absolute;
        text-align: left;
        top: 54px;
        transition: max-height 0.5s ease;
        width: 275px;
        z-index: 100; }
        .notifications .notification-body .main-header .user-menu .user-menu-item {
          border-bottom: 1px solid #cccccc;
          padding: 12px 0; }
          .notifications .notification-body .main-header .user-menu .user-menu-item:first-child {
            padding: 35px 0 12px; }
          .notifications .notification-body .main-header .user-menu .user-menu-item:last-child {
            border-bottom: none;
            padding: 25px 0 35px; }
          .notifications .notification-body .main-header .user-menu .user-menu-item a {
            font-size: 1rem;
            color: #2a2a2a;
            font-family: 'Overpass', sans-serif;
            cursor: pointer;
            text-transform: capitalize;
            text-decoration: none; }
            .notifications .notification-body .main-header .user-menu .user-menu-item a:hover {
              text-decoration: underline; }
          .notifications .notification-body .main-header .user-menu .user-menu-item .btn-logout {
            font-size: 0.75rem;
            background-color: #e6e6e6;
            border-radius: 20px;
            border: none;
            color: #2a2a2a;
            cursor: pointer;
            font-family: 'Overpass', sans-serif;
            padding: 10px 20px;
            text-transform: uppercase;
            transition: all 0.5s ease; }
            .notifications .notification-body .main-header .user-menu .user-menu-item .btn-logout:hover {
              box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
        .notifications .notification-body .main-header .user-menu.active {
          max-height: 200px; }
    .notifications .notification-body .secondary-header,
    .notifications .notification-body .tertiary-header {
      font-family: 'Overpass', sans-serif;
      margin-top: 84px;
      padding: 0 25px;
      position: relative; }
      .notifications .notification-body .secondary-header .principal-page-title,
      .notifications .notification-body .tertiary-header .principal-page-title {
        align-items: center;
        justify-content: space-between; }
        .notifications .notification-body .secondary-header .principal-page-title h2,
        .notifications .notification-body .tertiary-header .principal-page-title h2 {
          font-size: 1.5rem;
          color: #2a2a2a;
          font-weight: bold; }
        .notifications .notification-body .secondary-header .principal-page-title .icoMoreH,
        .notifications .notification-body .tertiary-header .principal-page-title .icoMoreH {
          align-items: center;
          justify-content: center;
          background-color: #e6e6e6;
          border-radius: 50%;
          cursor: pointer;
          height: 30px;
          width: 30px; }
          .notifications .notification-body .secondary-header .principal-page-title .icoMoreH svg,
          .notifications .notification-body .tertiary-header .principal-page-title .icoMoreH svg {
            height: 4px;
            width: 16px; }
            .notifications .notification-body .secondary-header .principal-page-title .icoMoreH svg path,
            .notifications .notification-body .tertiary-header .principal-page-title .icoMoreH svg path {
              fill: #707070; }
        .notifications .notification-body .secondary-header .principal-page-title .notifications-general-menu,
        .notifications .notification-body .tertiary-header .principal-page-title .notifications-general-menu {
          align-items: flex-start;
          flex-direction: column;
          justify-content: center;
          background-color: #fff;
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          max-height: 0;
          overflow: hidden;
          position: absolute;
          right: 35px;
          top: 40px;
          transition: max-height 0.5s ease;
          width: 244px;
          z-index: 100; }
          .notifications .notification-body .secondary-header .principal-page-title .notifications-general-menu.open,
          .notifications .notification-body .tertiary-header .principal-page-title .notifications-general-menu.open {
            max-height: 154px; }
          .notifications .notification-body .secondary-header .principal-page-title .notifications-general-menu .general-item,
          .notifications .notification-body .tertiary-header .principal-page-title .notifications-general-menu .general-item {
            align-items: center;
            height: 100%;
            position: relative;
            transition: background-color 0.3s linear;
            width: 100%; }
            .notifications .notification-body .secondary-header .principal-page-title .notifications-general-menu .general-item:hover,
            .notifications .notification-body .tertiary-header .principal-page-title .notifications-general-menu .general-item:hover {
              background-color: #e6e6e6; }
            .notifications .notification-body .secondary-header .principal-page-title .notifications-general-menu .general-item a,
            .notifications .notification-body .tertiary-header .principal-page-title .notifications-general-menu .general-item a {
              align-items: center;
              font-size: 0.9375rem;
              color: #2a2a2a;
              cursor: pointer;
              font-family: 'Overpass', sans-serif;
              height: 40px;
              padding: 0 20px;
              width: 100%; }
      .notifications .notification-body .secondary-header .principal-page-subtitle,
      .notifications .notification-body .tertiary-header .principal-page-subtitle {
        font-size: 0.9375rem;
        margin: 30px 0 12px;
        text-transform: uppercase; }
      .notifications .notification-body .secondary-header .page-config-title,
      .notifications .notification-body .tertiary-header .page-config-title {
        align-items: center;
        font-size: 1.125rem;
        border-left: 4px solid #2a2a2a;
        font-weight: bold;
        height: 25px;
        padding-left: 7px; }
      .notifications .notification-body .secondary-header .page-config-subtitle,
      .notifications .notification-body .tertiary-header .page-config-subtitle {
        align-items: center;
        font-size: 1rem;
        font-weight: bold;
        margin: 30px 0 10px;
        text-transform: uppercase; }
        .notifications .notification-body .secondary-header .page-config-subtitle svg,
        .notifications .notification-body .tertiary-header .page-config-subtitle svg {
          height: 16px;
          width: 16px;
          margin-right: 10px; }
          .notifications .notification-body .secondary-header .page-config-subtitle svg *,
          .notifications .notification-body .tertiary-header .page-config-subtitle svg * {
            fill: #999999; }
      .notifications .notification-body .secondary-header .page-config-description,
      .notifications .notification-body .tertiary-header .page-config-description {
        font-size: 0.75rem;
        color: #707070;
        line-height: 125%; }
      .notifications .notification-body .secondary-header .page-config-notifications,
      .notifications .notification-body .tertiary-header .page-config-notifications {
        font-size: 0.9375rem;
        color: #2a2a2a;
        font-weight: bold;
        margin: 30px 0 0; }
    .notifications .notification-body .tertiary-header {
      margin-top: 0; }
    .notifications .notification-body .notification-config-list {
      flex-direction: column;
      height: 100vh;
      margin-top: 30px;
      padding: 0 25px;
      width: 100%; }
      .notifications .notification-body .notification-config-list .config-list-item {
        align-items: center;
        justify-content: space-between;
        font-family: 'Overpass', sans-serif;
        margin-bottom: 30px;
        position: relative;
        width: 100%; }
        .notifications .notification-body .notification-config-list .config-list-item .question-title {
          font-size: 0.9375rem;
          font-weight: bold; }
        .notifications .notification-body .notification-config-list .config-list-item .config-item {
          font-size: 0.9375rem; }
        .notifications .notification-body .notification-config-list .config-list-item input {
          display: none; }
          .notifications .notification-body .notification-config-list .config-list-item input:checked + label {
            transition: all 0.3s ease; }
            .notifications .notification-body .notification-config-list .config-list-item input:checked + label .check {
              background: #35b73f;
              left: 20px;
              transform: rotate(360deg); }
              .notifications .notification-body .notification-config-list .config-list-item input:checked + label .check:before {
                transform: rotate(-45deg) translate(-1px, 14px);
                width: 10px; }
              .notifications .notification-body .notification-config-list .config-list-item input:checked + label .check:after {
                transform: rotate(45deg) translate(13px, 5px);
                width: 6px; }
        .notifications .notification-body .notification-config-list .config-list-item .toggle-wrapper {
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative; }
        .notifications .notification-body .notification-config-list .config-list-item .toggle {
          position: relative;
          display: inline-block; }
        .notifications .notification-body .notification-config-list .config-list-item label.toggle-item {
          background-color: #e6e6e6;
          border-radius: 50px;
          cursor: pointer;
          display: inline-block;
          height: 10px;
          position: relative;
          transform-origin: 20% center;
          transition: all 0.3s ease;
          width: 30px; }
          .notifications .notification-body .notification-config-list .config-list-item label.toggle-item:before {
            border-radius: 2em;
            border: 2px solid #88cf8f;
            display: block;
            height: 2.3em;
            left: 0.25em;
            top: 0.25em;
            transition: 0.3s ease;
            transition: all 0.2s ease;
            width: 2.3em; }
        .notifications .notification-body .notification-config-list .config-list-item .checkcross label:before {
          content: none; }
        .notifications .notification-body .notification-config-list .config-list-item .checkcross .check {
          background: #c1c7d0;
          border-radius: 50%;
          height: 1.5em;
          left: -15px;
          position: absolute;
          top: -7px;
          transition: 0.4s ease;
          width: 1.5em; }
          .notifications .notification-body .notification-config-list .config-list-item .checkcross .check:before, .notifications .notification-body .notification-config-list .config-list-item .checkcross .check:after {
            background: #fff;
            border-radius: 10px;
            content: "";
            height: 3px;
            position: absolute;
            transition: 0.4s ease; }
          .notifications .notification-body .notification-config-list .config-list-item .checkcross .check:before {
            transform: rotate(-45deg) translate(-3px, 11px);
            width: 12px; }
          .notifications .notification-body .notification-config-list .config-list-item .checkcross .check:after {
            transform: rotate(45deg) translate(11px, 3px);
            width: 12px; }
    .notifications .notification-body .notification-list {
      flex-direction: column;
      width: 100%;
      margin-bottom: 30px; }
      .notifications .notification-body .notification-list .notification-item {
        flex-direction: column;
        position: relative;
        padding: 15px 25px;
        border-bottom: 1px solid #e6e6e6; }
        .notifications .notification-body .notification-list .notification-item:first-child {
          border-top: 1px solid #e6e6e6; }
        .notifications .notification-body .notification-list .notification-item .notification-type {
          justify-content: space-between;
          align-items: flex-start;
          cursor: pointer;
          text-decoration: none;
          width: 90%; }
          .notifications .notification-body .notification-list .notification-item .notification-type .ico-type {
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            overflow: hidden;
            height: 36px;
            width: 36px; }
            .notifications .notification-body .notification-list .notification-item .notification-type .ico-type svg * {
              fill: #fff; }
            .notifications .notification-body .notification-list .notification-item .notification-type .ico-type.like {
              background-color: #ffb469; }
            .notifications .notification-body .notification-list .notification-item .notification-type .ico-type.deslike {
              background-color: #638da7; }
            .notifications .notification-body .notification-list .notification-item .notification-type .ico-type.team {
              background-color: #3a66c8;
              border: 3px solid #b1c4ef; }
          .notifications .notification-body .notification-list .notification-item .notification-type .user-thumb {
            position: relative;
            border: solid 1px #e6e6e6;
            display: inline-block;
            vertical-align: top;
            width: 36px;
            height: 36px;
            line-height: 33px;
            border-radius: 100%;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            overflow: hidden;
            border: solid 1px #e6e6e6; }
            .notifications .notification-body .notification-list .notification-item .notification-type .user-thumb .letter-name {
              background-color: #e6e6e6;
              display: inline-block;
              vertical-align: middle;
              width: 36px;
              height: 36px;
              position: absolute;
              font-size: 0.9375rem;
              line-height: 33px;
              font-family: 'Overpass', sans-serif;
              color: #2a2a2a;
              text-align: center; }
            .notifications .notification-body .notification-list .notification-item .notification-type .user-thumb .image {
              display: inline-block;
              vertical-align: top;
              max-width: 36px;
              text-align: center;
              width: 100%;
              height: 100%;
              background-position: center;
              background-size: cover;
              background-repeat: no-repeat;
              position: absolute;
              top: 0;
              left: 0;
              z-index: 10; }
          .notifications .notification-body .notification-list .notification-item .notification-type .text {
            font-size: 0.9375rem;
            color: #000;
            font-family: 'Overpass', sans-serif;
            line-height: 125%;
            width: calc(100% - 56px); }
            .notifications .notification-body .notification-list .notification-item .notification-type .text strong {
              font-weight: bold;
              margin-right: 3px; }
            .notifications .notification-body .notification-list .notification-item .notification-type .text:hover {
              text-decoration: underline; }
        .notifications .notification-body .notification-list .notification-item .icoMoreV {
          cursor: pointer;
          position: absolute;
          right: 25px; }
          .notifications .notification-body .notification-list .notification-item .icoMoreV svg path {
            fill: #707070; }
        .notifications .notification-body .notification-list .notification-item .notification-time {
          font-size: 0.75rem;
          color: #707070;
          font-family: 'Overpass', sans-serif;
          margin-left: 56px; }
        .notifications .notification-body .notification-list .notification-item .notifications-action-menu {
          align-items: flex-start;
          flex-direction: column;
          justify-content: center;
          background-color: #fff;
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          height: 0;
          overflow: hidden;
          position: absolute;
          right: 35px;
          top: 40px;
          transition: height 0.5s ease;
          width: 185px;
          z-index: 100; }
          .notifications .notification-body .notification-list .notification-item .notifications-action-menu.open {
            height: 116px; }
          .notifications .notification-body .notification-list .notification-item .notifications-action-menu .action-item {
            align-items: center;
            height: 100%;
            position: relative;
            transition: background-color 0.3s linear;
            width: 100%; }
            .notifications .notification-body .notification-list .notification-item .notifications-action-menu .action-item:hover {
              background-color: #e6e6e6; }
            .notifications .notification-body .notification-list .notification-item .notifications-action-menu .action-item a {
              align-items: center;
              font-size: 0.9375rem;
              color: #2a2a2a;
              cursor: pointer;
              font-family: 'Overpass', sans-serif;
              height: 40px;
              padding: 0 20px;
              width: 100%; }
        .notifications .notification-body .notification-list .notification-item.read .notification-type,
        .notifications .notification-body .notification-list .notification-item.read .notification-time {
          opacity: 0.5; }
        .notifications .notification-body .notification-list .notification-item.removed {
          display: none; }
    .notifications .notification-body .btn-show-more {
      font-size: 0.9375rem;
      background-color: #fff;
      border-radius: 6px;
      border: 1px solid #cccccc;
      color: #707070;
      cursor: pointer;
      font-family: 'Overpass', sans-serif;
      margin: 0 auto;
      padding: 10px 15px;
      text-transform: uppercase;
      width: 220px; }
      .notifications .notification-body .btn-show-more:hover {
        text-decoration: underline; }
      .notifications .notification-body .btn-show-more.hide {
        display: none; }
    .notifications .notification-body .message__item {
      bottom: unset;
      top: 74px; }
      .notifications .notification-body .message__item .box-message.success {
        width: 91%;
        background-color: #12872a; }
        .notifications .notification-body .message__item .box-message.success p {
          align-items: center;
          justify-content: center;
          color: #fff;
          position: relative; }
          .notifications .notification-body .message__item .box-message.success p:before {
            content: ""; }
            @media screen and (max-width: 419px) {
              .notifications .notification-body .message__item .box-message.success p:before {
                margin-right: 0px; } }
          @media screen and (max-width: 419px) {
            .notifications .notification-body .message__item .box-message.success p span {
              font-size: 0.9375rem;
              left: 0;
              position: absolute; } }
          .notifications .notification-body .message__item .box-message.success p .restore-notifications {
            font-size: 0.9375rem;
            background-color: transparent;
            border-radius: 6px;
            border: 1px solid #fff;
            color: #fff;
            cursor: pointer;
            font-family: 'Overpass', sans-serif;
            margin-left: 12.5px;
            padding: 5px 10px;
            text-align: center; }
            @media screen and (max-width: 419px) {
              .notifications .notification-body .message__item .box-message.success p .restore-notifications {
                margin-left: 40%; } }
            @media screen and (max-width: 359px) {
              .notifications .notification-body .message__item .box-message.success p .restore-notifications {
                margin-left: 45%;
                padding: 5px; } }
          .notifications .notification-body .message__item .box-message.success p .btn-close-msg {
            align-items: center;
            border-left: 1px solid #fff;
            cursor: pointer;
            height: 100%;
            padding-left: 10px;
            position: absolute;
            right: 0; }
            @media screen and (max-width: 419px) {
              .notifications .notification-body .message__item .box-message.success p .btn-close-msg {
                margin-left: 90%; } }
            .notifications .notification-body .message__item .box-message.success p .btn-close-msg svg {
              height: 14px;
              width: 14px; }
              .notifications .notification-body .message__item .box-message.success p .btn-close-msg svg path {
                fill: #fff; }
    .notifications .notification-body .no-notifications {
      margin-top: 90px; }
    .notifications .notification-body .loader-notifications {
      margin-top: 40%; }
    .notifications .notification-body .no-notifications,
    .notifications .notification-body .loader-notifications,
    .notifications .notification-body .not-subscriber-notifications {
      align-items: center;
      flex-direction: column;
      justify-content: center;
      font-family: 'Overpass', sans-serif;
      height: auto;
      position: relative;
      width: 100%; }
      .notifications .notification-body .no-notifications svg,
      .notifications .notification-body .loader-notifications svg,
      .notifications .notification-body .not-subscriber-notifications svg {
        height: 76px;
        width: 76px; }
      .notifications .notification-body .no-notifications .ico-loader,
      .notifications .notification-body .loader-notifications .ico-loader,
      .notifications .notification-body .not-subscriber-notifications .ico-loader {
        -webkit-animation: rotate-center 1.5s linear infinite both;
        animation: rotate-center 1.5s linear infinite both;
        margin-bottom: 30px; }

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
        .notifications .notification-body .no-notifications .ico-loader svg,
        .notifications .notification-body .loader-notifications .ico-loader svg,
        .notifications .notification-body .not-subscriber-notifications .ico-loader svg {
          height: 35px;
          width: 35px; }
      .notifications .notification-body .no-notifications .no-notifications-title,
      .notifications .notification-body .loader-notifications .no-notifications-title,
      .notifications .notification-body .not-subscriber-notifications .no-notifications-title {
        font-size: 1.125rem;
        font-weight: bold;
        line-height: 175%;
        margin: 30px 0;
        text-align: center;
        max-width: 224px; }
      .notifications .notification-body .no-notifications .no-notifications-message,
      .notifications .notification-body .no-notifications .loader-notifications-message,
      .notifications .notification-body .loader-notifications .no-notifications-message,
      .notifications .notification-body .loader-notifications .loader-notifications-message,
      .notifications .notification-body .not-subscriber-notifications .no-notifications-message,
      .notifications .notification-body .not-subscriber-notifications .loader-notifications-message {
        font-size: 1rem;
        line-height: 175%;
        text-align: center;
        max-width: 360px; }
        .notifications .notification-body .no-notifications .no-notifications-message .no-notifications-config-link,
        .notifications .notification-body .no-notifications .loader-notifications-message .no-notifications-config-link,
        .notifications .notification-body .loader-notifications .no-notifications-message .no-notifications-config-link,
        .notifications .notification-body .loader-notifications .loader-notifications-message .no-notifications-config-link,
        .notifications .notification-body .not-subscriber-notifications .no-notifications-message .no-notifications-config-link,
        .notifications .notification-body .not-subscriber-notifications .loader-notifications-message .no-notifications-config-link {
          color: #3a66c8;
          cursor: pointer; }
          .notifications .notification-body .no-notifications .no-notifications-message .no-notifications-config-link:hover,
          .notifications .notification-body .no-notifications .loader-notifications-message .no-notifications-config-link:hover,
          .notifications .notification-body .loader-notifications .no-notifications-message .no-notifications-config-link:hover,
          .notifications .notification-body .loader-notifications .loader-notifications-message .no-notifications-config-link:hover,
          .notifications .notification-body .not-subscriber-notifications .no-notifications-message .no-notifications-config-link:hover,
          .notifications .notification-body .not-subscriber-notifications .loader-notifications-message .no-notifications-config-link:hover {
            text-decoration: underline; }
    .notifications .notification-body .not-subscriber-notifications {
      margin-top: 124px;
      text-align: center;
      width: 100%; }
      .notifications .notification-body .not-subscriber-notifications svg {
        height: 85px;
        width: 85px; }
      .notifications .notification-body .not-subscriber-notifications .not-subscriber-title {
        font-size: 1.375rem;
        font-family: 'Overpass', sans-serif;
        font-weight: bold;
        line-height: 125%;
        margin: 32px 0 0; }
      .notifications .notification-body .not-subscriber-notifications .not-subscriber-subtitle {
        font-size: 1.125rem;
        font-family: 'Overpass', sans-serif;
        font-weight: bold;
        line-height: 175%;
        margin: 24px 0;
        width: 233px; }
      .notifications .notification-body .not-subscriber-notifications .not-subscriber-text {
        font-size: 1rem;
        font-family: 'Overpass', sans-serif;
        line-height: 150%;
        margin-bottom: 40px;
        width: 297px; }
      .notifications .notification-body .not-subscriber-notifications .btn-notifications-assine {
        font-size: 0.9375rem;
        background-color: #ff7700;
        border-radius: 30px;
        color: #fff;
        font-family: 'Overpass', sans-serif;
        font-weight: bold;
        padding: 10px 25px;
        transition: background-color 0.5s ease-in-out; }
        .notifications .notification-body .not-subscriber-notifications .btn-notifications-assine:hover {
          background-color: #d46707; }

.container.section-list {
  overflow: hidden; }

.c-ads-clip {
  position: relative;
  width: 100%;
  clear: both;
  margin: 30px 0;
  height: 312px;
  background: none;
  /* Flying Carpet */ }
  .c-ads-clip .c-ads {
    overflow: hidden;
    margin: 0;
    height: 0; }
  .c-ads-clip:before {
    content: "Publicidade";
    position: relative;
    float: right;
    font-size: .625rem;
    line-height: 100%;
    color: #999;
    text-align: right; }
  .c-ads-clip .clip-mask {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 300px;
    top: 12px;
    right: 0;
    overflow: hidden;
    clip: rect(0, auto, auto, 0); }
    .c-ads-clip .clip-mask .bg-clip {
      overflow: hidden;
      position: fixed;
      top: 75px; }
      .c-ads-clip .clip-mask .bg-clip > div {
        background: url(https://assets.gazetadopovo.com.br/images/bg-ads.png) repeat 0 0;
        height: 600px;
        width: 100%;
        top: 0;
        max-width: 66.66667%;
        float: left;
        padding-right: 30px; }
        @media screen and (max-width: 767px) {
          .c-ads-clip .clip-mask .bg-clip > div {
            float: none;
            max-width: 100%;
            padding-right: 0; } }
  .c-ads-clip.ads-mobile {
    display: none; }
  .c-ads-clip.ads-desktop {
    display: block; }
  .c-ads-clip .c-ads > div > div:before {
    display: none; }
  @media screen and (max-width: 1023px) {
    .c-ads-clip .c-ads-clip .clip-mask .bg-clip > div {
      max-width: 768px;
      padding-right: 0; } }
  @media screen and (max-width: 767px) {
    .c-ads-clip .c-ads-clip .clip-mask .bg-clip > div {
      float: none;
      max-width: 100%; } }
  .c-ads-clip.no-suport {
    height: auto; }
    .c-ads-clip.no-suport .c-ads {
      margin: 0; }

.c-ads {
  background: url(https://assets.gazetadopovo.com.br/images/bg-ads.png) repeat 0 0;
  display: none;
  margin: 50px 0;
  position: relative;
  text-align: center;
  width: 100%;
  clear: both; }
  .c-ads > div > div {
    display: flex;
    justify-content: center; }
    .c-ads > div > div:before {
      content: "Publicidade";
      display: block;
      position: absolute;
      top: -12px;
      right: 0;
      font-size: 0.625rem;
      line-height: 100%;
      color: #999999;
      text-align: right; }
  .c-ads > div#m-pos-3, .c-ads > div#m-pos-4, .c-ads > div#m-pos-5, .c-ads > div#m-pos-6, .c-ads > div#m-pos-7 {
    height: 250px;
    align-items: center;
    display: flex;
    justify-content: center; }
  .c-ads > div#m-pos-post-flying {
    height: 600px; }

.c-ads.pos-mod-patrocinio, .c-ads.pos-mod-apoio {
  background: none; }
  .c-ads.pos-mod-patrocinio div, .c-ads.pos-mod-apoio div {
    text-align: right; }
  .c-ads.pos-mod-patrocinio div > div:before, .c-ads.pos-mod-apoio div > div:before {
    content: ""; }

.c-content .c-ads {
  height: 0px;
  overflow: hidden;
  background: none; }
  .c-content .c-ads.active {
    overflow: hidden;
    min-height: 50px; }
  .c-content .c-ads:before {
    content: "Publicidade";
    display: block;
    position: relative;
    top: 0;
    right: 0;
    font-size: 0.625rem;
    line-height: 100%;
    color: #999999;
    text-align: right; }
  .c-content .c-ads > div {
    background: url(https://assets.gazetadopovo.com.br/images/bg-ads.png) repeat 0 0; }
    .c-content .c-ads > div > div:before {
      display: none; }

.c-content .c-ads-clip {
  background: url(https://assets.gazetadopovo.com.br/images/bg-ads.png) repeat 0 0; }
  .c-content .c-ads-clip:before {
    position: absolute;
    top: -12px;
    right: 0; }
  .c-content .c-ads-clip .clip-mask {
    top: 0; }
  .c-content .c-ads-clip .c-ads:before {
    display: none; }
  .c-content .c-ads-clip > div {
    background: none; }

.section .c-ads.pos-mod-patrocinio, .section .c-ads.pos-mod-apoio {
  max-width: 300px;
  margin: 0 auto 30px; }
  .section .c-ads.pos-mod-patrocinio div, .section .c-ads.pos-mod-apoio div {
    text-align: center; }
  .section .c-ads.pos-mod-patrocinio div > div:before, .section .c-ads.pos-mod-apoio div > div:before {
    content: ""; }

.post-amp .c-ads, .note-amp .c-ads {
  display: block;
  margin: 0px auto 30px; }

.post-amp .ads-label, .note-amp .ads-label {
  background-color: transparent;
  color: #999999;
  display: block;
  font-size: 0.625rem;
  line-height: 100%;
  text-align: right; }

.post-amp amp-fx-flying-carpet div, .note-amp amp-fx-flying-carpet div {
  left: 0; }

#ads-2 {
  position: relative;
  width: 100%;
  float: left; }
  #ads-2 .c-ads {
    margin-top: 0; }

#ads-2.fixed {
  position: relative; }
  #ads-2.fixed .c-ads.ads-desktop {
    position: fixed;
    top: 0;
    max-width: 374px;
    margin-top: 100px; }

#ads-2.absolute {
  position: absolute;
  bottom: 0;
  height: 700px;
  width: 374px; }
  #ads-2.absolute .c-ads.ads-desktop {
    position: relative;
    float: right;
    max-width: 100%;
    margin-top: 100px; }

.post > .col-12 {
  position: relative; }

.fixed-footer {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: #ffffff;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 0;
  overflow: initial;
  z-index: 100; }
  .fixed-footer .c-ads {
    margin: 0;
    padding: 0;
    float: left;
    display: none;
    overflow: initial;
    transition: height .4s; }
    .fixed-footer .c-ads .btn-close {
      display: block;
      position: absolute;
      width: 32px;
      height: 26px;
      margin: 0;
      top: -26px;
      right: 0;
      padding: 0 10px;
      cursor: pointer;
      background: #ffffff;
      border-radius: 4px 4px 0 0;
      box-shadow: -3px -3px 4px rgba(0, 0, 0, 0.1); }
      .fixed-footer .c-ads .btn-close:before, .fixed-footer .c-ads .btn-close:after {
        width: 12px;
        top: 12px; }

@media screen and (max-width: 767px) {
  .fixed-footer .c-ads .btn-close {
    display: none;
    opacity: 0; }
  .fixed-footer.scrollDown .c-ads .btn-close {
    display: block;
    opacity: 1.0; }
  .fixed-footer.scrollDown .c-ads.ads-stick-footer {
    max-height: auto; } }

@media screen and (max-width: 1147px) {
  #ads-2.fixed .c-ads.ads-desktop {
    max-width: 320px; }
  #ads-2.absolute .c-ads.ads-desktop {
    max-width: 320px; } }

@media screen and (max-width: 1023px) {
  #ads-2.fixed .c-ads.ads-desktop {
    position: relative;
    top: 0;
    max-width: 100%; }
  #ads-2.absolute {
    position: relative;
    right: 0;
    max-width: 100%;
    height: auto; }
    #ads-2.absolute .c-ads.ads-desktop {
      max-width: 100%;
      margin-top: 0; } }

@media screen and (max-width: 989px) {
  #ads-2.fixed .c-ads.ads-desktop {
    position: relative;
    top: 0; } }

@media screen and (max-width: 767px) {
  .c-ads-clip.ads-desktop {
    display: none; }
  .c-ads-clip.ads-mobile {
    display: block; }
  .c-ads.pos-mod-patrocinio, .c-ads.pos-mod-apoio {
    position: relative;
    width: 100%;
    margin: 20px 0; }
    .c-ads.pos-mod-patrocinio div, .c-ads.pos-mod-apoio div {
      text-align: center; }
  .end-post .c-ads.ads-mobile {
    margin-top: 0; }
  .fixed-footer {
    overflow: initial; }
    .fixed-footer .c-ads {
      padding: 0;
      margin: 0;
      background: #ffffff; } }

@media screen and (max-width: 419px) {
  .c-ads.pos-mod-patrocinio div, .c-ads.pos-mod-apoio div {
    text-align: center; }
  .c-ads.pos-mod-patrocinio div > div:before, .c-ads.pos-mod-apoio div > div:before {
    left: calc(50% - 23px);
    right: inherit; }
  .post .c-ads.pos-mod-patrocinio, .post .c-ads.pos-mod-apoio {
    margin: 20px 0 15px; }
  .post-podcast .c-ads.pos-mod-patrocinio, .post-podcast .c-ads.pos-mod-apoio {
    margin: 20px 0 50px; }
  .post-video .c-ads.pos-mod-patrocinio, .post-video .c-ads.pos-mod-apoio {
    margin: 40px 0 30px; }
  .section .c-ads {
    margin-left: -5px; }
    .section .c-ads.pos-mod-patrocinio, .section .c-ads.pos-mod-apoio {
      margin: 15px auto 20px; } }

@media screen and (max-width: 320px) {
  .bg-clip {
    margin-left: -5px; } }

.c-ads.ads-header {
  margin: 0;
  padding: 25px 0;
  background: transparent; }
  .c-ads.ads-header > div > div {
    display: flex;
    justify-content: center;
    background: url(https://assets.gazetadopovo.com.br/images/bg-ads.png) repeat 0 0; }

.c-ads.ads-header-fixed {
  position: fixed;
  top: 70px;
  left: 0;
  background: #f5f5f5;
  z-index: 100; }

.c-ads.ads-stick-footer {
  padding: 0;
  background: transparent;
  transition: height .4s; }
  .c-ads.ads-stick-footer > div > div {
    background: url(https://assets.gazetadopovo.com.br/images/bg-ads.png) repeat 0 0;
    margin: 10px auto; }
    .c-ads.ads-stick-footer > div > div:before {
      display: none; }

.c-ads.ads-video-corner {
  background-image: none;
  background-color: transparent;
  bottom: 120px;
  margin: 0;
  max-height: 240px;
  max-width: 320px;
  position: fixed;
  right: 60px;
  width: auto;
  z-index: 100; }
  .c-ads.ads-video-corner .btn-close {
    background-color: #ffffff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.15);
    display: none;
    height: 30px;
    margin: 0;
    position: absolute;
    right: 0;
    top: -30px;
    width: 30px; }
    .c-ads.ads-video-corner .btn-close:before, .c-ads.ads-video-corner .btn-close:after {
      left: 9px;
      top: 14px;
      width: 12px; }
  .c-ads.ads-video-corner > div:empty ~ .btn-close {
    display: none !important; }
  .c-ads.ads-video-corner > div > div:before {
    display: none; }

.c-ads.pos-mod-8 {
  bottom: 0px;
  left: 0px;
  position: fixed;
  width: 100%;
  z-index: 100; }
  .c-ads.pos-mod-8 > div > div {
    display: flex;
    justify-content: center; }
    .c-ads.pos-mod-8 > div > div:before {
      content: "";
      display: block;
      position: absolute;
      top: -12px;
      right: 0;
      font-size: 0.625rem;
      line-height: 100%;
      color: #999999;
      text-align: right; }

.c-content .c-ads.active {
  height: auto; }

.c-content .c-ads.clip-mask {
  height: 300px; }

.box-ads-header-home {
  width: 100%;
  display: block;
  -ms-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  min-height: 140px;
  overflow: hidden;
  background: #f5f5f5;
  z-index: 1;
  margin-bottom: 30px; }

.box-ads-header {
  padding: 100px 0 0 0;
  width: 100%;
  display: block;
  -ms-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  min-height: 140px;
  overflow: hidden;
  background: #f5f5f5;
  margin-bottom: 30px; }

@media screen and (max-width: 1247px) {
  .c-ads.ads-header-fixed {
    top: 56px; } }

@media screen and (max-width: 1147px) {
  .box-ads-header {
    padding-top: 56px; } }

@media screen and (max-width: 767px) {
  .c-ads.ads-header-fixed {
    top: 56px; }
  .box-ads-header-home {
    min-height: 110px; }
  .box-ads-header {
    min-height: 210px; }
    .box-ads-header .c-ads.ads-header {
      padding: 30px 0 0 0; } }

.webview .box-ads-header {
  padding: 0;
  min-height: 140px;
  margin-bottom: 30px; }

.webview .c-ads.ads-header-fixed {
  top: 0; }

@media screen and (max-width: 767px) {
  .webview .box-ads-header {
    margin-bottom: 0; }
    .webview .box-ads-header .c-ads.ads-header-fixed {
      top: 0; } }

body.has-premium:not(.home) .header {
  margin-bottom: 30px; }

body.has-premium .c-saiba-agora {
  margin-bottom: 50px; }

body.has-premium .box-ads-header {
  display: none;
  height: 0; }

body.has-premium .box-ads-header-home {
  display: none; }

body.has-premium .c-ads-clip {
  display: none; }
  @media screen and (max-width: 767px) {
    body.has-premium .c-ads-clip.ads-mobile {
      display: none; } }

body.has-premium .banner-flying {
  display: none; }

.social_widget__login_form form input {
  position: relative;
  float: left;
  width: 100%;
  background-color: #ffffff;
  padding: 0 15px;
  border: solid 1px #e6e6e6;
  font-size: 1rem;
  font-family: "Overpass", sans-serif;
  color: #000000;
  line-height: 49px;
  height: 49px;
  text-align: left;
  border-radius: 0; }
  .social_widget__login_form form input:focus {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none; }

.social_widget__login_form form textarea {
  position: relative;
  float: left;
  width: 100%;
  background-color: #ffffff;
  padding: 15px 15px;
  border: solid 1px #e6e6e6;
  font-size: 1rem;
  font-family: "Overpass", sans-serif;
  color: #000000;
  line-height: 100%;
  height: 80px;
  text-align: left;
  border-radius: 0;
  padding: 20px 15px 10px 15px;
  margin-bottom: 10px; }
  .social_widget__login_form form textarea:focus {
    color: #000000;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none; }

.social_widget__login_form form button {
  position: relative;
  padding: 0 15px;
  background: #707070;
  height: 49px;
  line-height: 49px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: "Overpass", sans-serif;
  text-align: center;
  border: 0;
  border-radius: 0;
  -ms-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  cursor: pointer; }
  .social_widget__login_form form button:focus {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
  .social_widget__login_form form button:hover {
    background: #2a2a2a; }
  .social_widget__login_form form button.no-bg {
    background: transparent;
    color: #707070; }

.form {
  float: left;
  width: 100%; }
  .form input {
    position: relative;
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 0 15px;
    border: solid 1px #e6e6e6;
    font-size: 1rem;
    font-family: "Overpass", sans-serif;
    color: #000000;
    line-height: 49px;
    height: 49px;
    text-align: left;
    border-radius: 0; }
  .form div {
    position: relative; }
  .form .c-label {
    position: absolute;
    top: 15px;
    left: 1px;
    width: auto;
    vertical-align: top;
    font-size: 1rem;
    color: #000000;
    line-height: 100%;
    text-align: left;
    font-family: "Overpass", sans-serif;
    margin: 0;
    padding: 0 0 0 15px;
    z-index: 10; }
  .form .c-label.focus {
    top: 5px;
    font-size: 0.75rem;
    line-height: 12px; }
  .form input[type="text"] {
    padding: 5px 15px 0 15px;
    line-height: 44px; }
  .form textarea {
    position: relative;
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 15px 15px;
    border: solid 1px #e6e6e6;
    font-size: 1rem;
    font-family: "Overpass", sans-serif;
    color: #000000;
    line-height: 100%;
    height: 80px;
    text-align: left;
    border-radius: 0;
    padding: 20px 15px 10px 15px;
    margin-bottom: 10px; }
  .form button {
    position: relative;
    padding: 0 15px;
    background: #2a2a2a;
    height: 49px;
    line-height: 49px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-family: "Overpass", sans-serif;
    text-align: center;
    border: 0;
    border-radius: 6px;
    -ms-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    cursor: pointer; }
    .form button:focus {
      outline: none; }
    .form button:hover {
      background: #707070; }
    .form button.no-bg {
      background: transparent;
      color: #2a2a2a; }
  .form .btn {
    float: right;
    height: 36px;
    line-height: 36px; }
  .form .c-label-checkbox {
    position: relative;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    font-size: 0.9375rem;
    color: #000000;
    line-height: 16px;
    text-align: left;
    font-family: "Overpass", sans-serif;
    margin: 0 -2px 15px -2px;
    padding: 2px 5px 0 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .form .c-label-checkbox:last-child {
      margin: 0 0 30px; }
  .form .c-input-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .form .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border: solid 1px #707070; }
  .form .c-label-checkbox:hover input ~ .checkmark {
    background-color: #e6e6e6; }
  .form .c-label-checkbox input:checked ~ .checkmark {
    background-color: #707070; }
  .form .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .form .c-label-checkbox input:checked ~ .checkmark:after {
    display: block; }
  .form .c-label-checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .form .full {
    width: 100%; }
  .form .pl-0 {
    padding-left: 0; }
  .form .form-line {
    position: relative;
    width: 100%;
    float: left; }

.g-recaptcha {
  position: relative;
  width: 100%;
  display: inline-block; }

.alert {
  position: relative;
  width: 100%;
  float: left;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 10px;
  margin: 15px 0;
  font-family: "Overpass", sans-serif;
  font-size: 1rem;
  line-height: 20px; }
  .alert .close {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    font-size: 1.3125rem;
    font-weight: 700;
    margin: 0;
    padding: 10px 15px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    filter: alpha(opacity=20);
    opacity: .2;
    cursor: pointer; }
  .alert a.close {
    text-decoration: none;
    font-size: 1.125rem;
    line-height: 1.2; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.fade.in {
  opacity: 1; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

@media screen and (max-width: 1147px) {
  .form .col-6 {
    width: 50%;
    float: left;
    margin-bottom: 20px; }
  .form [class*=col-] + [class*=col-] {
    padding-left: 2.439%; }
  .form [class*=col-] + [class*=col-].pl-0, .form .pl-0 {
    padding-left: 0; } }

@media screen and (max-width: 767px) {
  .form .c-label-checkbox {
    width: 100%; }
  .form .col-6 {
    width: 100%;
    float: left;
    margin-bottom: 20px; }
  .form [class*=col-] + [class*=col-] {
    padding-left: 0; } }

.img-fallback:before {
  content: "";
  background-image: url(https://assets.gazetadopovo.com.br/images/svg/logo-gazeta-fallback.svg);
  background-size: 55px 55px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #efefef;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100; }

.c-podcast-box .img-fallback:before {
  z-index: 1; }

.tab-control {
  position: relative;
  width: 100%;
  float: left; }

.tab-content {
  position: relative;
  width: 100%;
  float: left;
  display: none; }

.tab-content.active {
  display: block; }

#touchpointHomeFooter {
  display: flex;
  width: 100%;
  height: 100%; }

.c-social-networks {
  position: relative;
  width: 100%;
  display: inline-block;
  background: #2a2a2a;
  color: #ffffff;
  display: inline-block; }
  .c-social-networks .c-social-networks-ul {
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center; }
    .c-social-networks .c-social-networks-ul li {
      position: relative;
      display: inline-block;
      vertical-align: top;
      padding: 0; }
      .c-social-networks .c-social-networks-ul li span {
        font-size: 1.125rem;
        font-family: "Merriweather", serif;
        font-weight: bold; }
      .c-social-networks .c-social-networks-ul li a {
        display: table-cell;
        width: 48px;
        height: 60px;
        vertical-align: middle;
        text-decoration: none;
        line-height: 30px; }
        .c-social-networks .c-social-networks-ul li a svg {
          display: inline-block;
          vertical-align: middle;
          width: 35px;
          height: 22px;
          fill: #ffffff;
          -ms-transition: all 0.3s ease-out;
          -moz-transition: all 0.3s ease-out;
          -webkit-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out; }
        .c-social-networks .c-social-networks-ul li a:hover svg {
          height: 30px;
          width: 43px; }
      .c-social-networks .c-social-networks-ul li:first-child {
        margin-right: 30px; }
        .c-social-networks .c-social-networks-ul li:first-child span a {
          color: #ffffff;
          width: auto; }

.c-footer {
  position: relative;
  width: 100%;
  background: #2a2a2a;
  font-family: "Overpass", sans-serif;
  overflow: hidden;
  padding-bottom: 120px; }
  .c-footer .c-footer-links-desktop {
    border-top: 1px solid #707070;
    display: flex;
    padding: 20px 0; }
    .c-footer .c-footer-links-desktop .c-footer-funcionais {
      display: inline-flex;
      flex-direction: column;
      width: 100%;
      text-align: center; }
      .c-footer .c-footer-links-desktop .c-footer-funcionais h2 {
        display: inline-block;
        color: #ffffff;
        font-size: 1rem;
        font-weight: bold;
        line-height: 24px;
        padding: 10px 0;
        text-align: left;
        text-decoration: none; }
      .c-footer .c-footer-links-desktop .c-footer-funcionais li {
        padding: 10px 0;
        text-align: left; }
        .c-footer .c-footer-links-desktop .c-footer-funcionais li a {
          display: inline-block;
          color: #ffffff;
          font-size: 0.8125rem;
          line-height: 24px;
          text-align: center;
          text-decoration: none;
          text-transform: none;
          -ms-transition: all 1s ease-out;
          -moz-transition: all 1s ease-out;
          -webkit-transition: all 1s ease-out;
          -o-transition: all 1s ease-out;
          padding: 0 3px; }
          .c-footer .c-footer-links-desktop .c-footer-funcionais li a svg {
            height: 20px;
            display: inline-block;
            vertical-align: middle; }
        .c-footer .c-footer-links-desktop .c-footer-funcionais li:hover a {
          text-decoration: underline; }
      .c-footer .c-footer-links-desktop .c-footer-funcionais li.logo {
        border-left: solid 1px #707070;
        height: 100px;
        display: flex;
        align-items: center; }
        .c-footer .c-footer-links-desktop .c-footer-funcionais li.logo a {
          padding-left: 15px;
          margin-left: 10px;
          padding-right: 0; }
    .c-footer .c-footer-links-desktop .logo-footer {
      justify-content: center; }
    @media screen and (max-width: 768px) {
      .c-footer .c-footer-links-desktop {
        display: none; } }
  .c-footer .c-footer-links-mobile {
    display: none; }

.scroll-top {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 36px;
  height: 36px;
  background: #2a2a2a;
  border-radius: 50%;
  overflow: hidden;
  line-height: 36px;
  text-align: center;
  -ms-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  z-index: 1; }
  .scroll-top svg {
    display: inline-block;
    vertical-align: middle;
    width: 13px; }
    .scroll-top svg path, .scroll-top svg rect {
      fill: #ffffff; }
  .scroll-top:hover {
    background: #2a2a2a; }

.c-btn-share-post-footer {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
  width: 56px;
  height: 56px;
  background: #2a2a2a;
  border-radius: 50%;
  overflow: hidden;
  -ms-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  text-align: center;
  line-height: 60px;
  z-index: 10;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5); }
  .c-btn-share-post-footer svg {
    display: inline-block;
    width: 32px;
    vertical-align: middle; }
    .c-btn-share-post-footer svg path {
      fill: #ffffff; }
  .c-btn-share-post-footer span {
    position: absolute;
    top: 21px;
    left: 0;
    width: 100%;
    line-height: 10px;
    font-size: 0.6875rem;
    color: #ffffff; }
  .c-btn-share-post-footer:hover {
    background: #2a2a2a; }

.scroll-top.absolute {
  position: absolute; }

.absolute.c-btn-share-post-footer {
  position: absolute;
  bottom: 10px;
  right: 10px; }

@media screen and (max-width: 1147px) {
  .c-footer .c-footer-funcionais li:nth-child(1),
  .c-footer .c-footer-funcionais li:nth-child(2),
  .c-footer .c-footer-funcionais li:nth-child(3),
  .c-footer .c-footer-funcionais li:nth-child(5),
  .c-footer .c-footer-funcionais li:nth-child(6),
  .c-footer .c-footer-funcionais li:nth-child(7) {
    display: block; } }

@media screen and (max-width: 768px) {
  .c-social-networks .c-social-networks-ul li:first-child {
    display: none; } }

/* Responsivo */
@media screen and (max-width: 767px) {
  .c-redes-sociais li {
    padding: 0 5%; }
  .c-redes-sociais li:first-child {
    display: none; }
  .c-redes-sociais a {
    width: auto; }
  .c-footer {
    padding-bottom: 100px; }
    .c-footer .c-footer-links-mobile {
      border-top: 1px solid #707070;
      display: flex;
      flex-direction: column;
      padding: 20px 0;
      height: auto; }
      .c-footer .c-footer-links-mobile .c-footer-lista-mobile {
        display: flex; }
        .c-footer .c-footer-links-mobile .c-footer-lista-mobile .c-footer-funcionais {
          display: flex;
          flex-direction: column;
          width: 100%;
          margin: 0 0 15px 20px; }
          .c-footer .c-footer-links-mobile .c-footer-lista-mobile .c-footer-funcionais h2 {
            display: inline-block;
            color: #ffffff;
            font-size: 1rem;
            font-weight: bold;
            line-height: 24px;
            padding: 10px 0;
            text-align: left;
            text-decoration: none; }
          .c-footer .c-footer-links-mobile .c-footer-lista-mobile .c-footer-funcionais li {
            display: flex;
            flex-direction: row;
            width: 100%;
            padding: 13px 0; }
            .c-footer .c-footer-links-mobile .c-footer-lista-mobile .c-footer-funcionais li a {
              line-height: 14px;
              color: #ffffff;
              font-size: 0.8125rem;
              text-align: left;
              text-decoration: none;
              text-transform: none;
              -ms-transition: all 1s ease-out;
              -moz-transition: all 1s ease-out;
              -webkit-transition: all 1s ease-out;
              -o-transition: all 1s ease-out;
              padding: 0 3px; }
          .c-footer .c-footer-links-mobile .c-footer-lista-mobile .c-footer-funcionais li.logo {
            border-left: none;
            width: 100%;
            justify-content: center; }
            .c-footer .c-footer-links-mobile .c-footer-lista-mobile .c-footer-funcionais li.logo a {
              border-left: 0;
              padding-left: 0;
              margin-left: 0; }
      .c-footer .c-footer-links-mobile svg {
        height: 20px;
        display: inline-block;
        vertical-align: middle; }
      .c-footer .c-footer-links-mobile .logo-footer {
        display: flex;
        justify-content: center;
        margin-top: 15px; }
    .c-footer .scroll-top {
      left: 42%; } }

.c-touchpoint-post {
  display: none;
  position: relative;
  width: 100%;
  float: left;
  vertical-align: top;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 125%;
  color: #20516b;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 30px;
  font-family: "Overpass", sans-serif; }
  .c-touchpoint-post:before, .c-touchpoint-post:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 111px;
    height: 2px;
    background: #b7b6b6; }
  .c-touchpoint-post:before {
    margin-bottom: 20px; }
  .c-touchpoint-post:after {
    margin-top: 20px; }
  .c-touchpoint-post a {
    text-decoration: none;
    color: #20516b;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    -ms-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out; }
    .c-touchpoint-post a strong {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      font-weight: 700; }
    .c-touchpoint-post a .c-coin {
      color: #18bdd0;
      border-bottom: solid 1px #18bdd0;
      width: auto; }
    .c-touchpoint-post a:hover {
      opacity: 0.5; }

.c-touchpoint-post-footer {
  position: relative;
  width: 100%;
  background: #f5f5f5;
  float: left;
  vertical-align: top;
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 30px;
  border-radius: 8px; }
  .c-touchpoint-post-footer .touchpoint-digital, .c-touchpoint-post-footer .touchpoint-premium,
  .c-touchpoint-post-footer .touchpoint-corona-virus {
    display: block; }
    .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona,
    .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto,
    .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona {
      padding: 30px 160px 30px 30px; }
      @media screen and (max-width: 767px) {
        .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona {
          padding: 30px 40px 20px 30px; } }
      .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto .c-title-04, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona .c-title-04, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto .c-title-04, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona .c-title-04,
      .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto .c-title-04,
      .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona .c-title-04 {
        position: relative;
        display: inline-block;
        width: 100%;
        color: #000000;
        font-size: 1.25rem;
        line-height: 125%;
        margin: 0 0 15px 0;
        font-weight: 700;
        -ms-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -webkit-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        text-transform: uppercase; }
        @media screen and (max-width: 767px) {
          .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto .c-title-04, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona .c-title-04, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto .c-title-04, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona .c-title-04,
          .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto .c-title-04,
          .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona .c-title-04 {
            font-size: 1.125rem; } }
      .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto .c-texto, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona .c-texto, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto .c-texto, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona .c-texto,
      .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto .c-texto,
      .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona .c-texto {
        color: #000000;
        width: 100%;
        display: inline-block;
        font-size: 16px; }
        @media screen and (max-width: 767px) {
          .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto .c-texto, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona .c-texto, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto .c-texto, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona .c-texto,
          .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto .c-texto,
          .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona .c-texto {
            font-size: 14px; } }
        .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto .c-texto b, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona .c-texto b, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto .c-texto b, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona .c-texto b,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto .c-texto b,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona .c-texto b {
          color: #18bdd0;
          font-weight: 700;
          width: auto;
          margin-top: 10px;
          display: inline-block;
          vertical-align: top;
          border-bottom: solid 1px #18bdd0; }
        .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto .c-texto span, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona .c-texto span, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto .c-texto span, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona .c-texto span,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto .c-texto span,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona .c-texto span {
          width: 100%;
          display: inline-block;
          vertical-align: top; }
      .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto .button-touchpoint-apoie, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto .button-touchpoint-quero-assinar, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona .button-touchpoint-apoie, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona .button-touchpoint-quero-assinar, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto .button-touchpoint-apoie, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto .button-touchpoint-quero-assinar, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona .button-touchpoint-apoie, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona .button-touchpoint-quero-assinar,
      .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto .button-touchpoint-apoie,
      .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto .button-touchpoint-quero-assinar,
      .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona .button-touchpoint-apoie,
      .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona .button-touchpoint-quero-assinar {
        color: #000000;
        text-decoration: none;
        padding: 10px 30px;
        background-color: #ffc73e;
        transition: 1s;
        text-align: center;
        border-radius: 4px;
        font-weight: bold; }
        .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto .button-touchpoint-apoie:hover, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto .button-touchpoint-quero-assinar:hover, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona .button-touchpoint-apoie:hover, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona .button-touchpoint-quero-assinar:hover, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto .button-touchpoint-apoie:hover, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto .button-touchpoint-quero-assinar:hover, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona .button-touchpoint-apoie:hover, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona .button-touchpoint-quero-assinar:hover,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto .button-touchpoint-apoie:hover,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto .button-touchpoint-quero-assinar:hover,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona .button-touchpoint-apoie:hover,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona .button-touchpoint-quero-assinar:hover {
          background-color: #b9912c; }
      .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto .button-touchpoint-experimente, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona .button-touchpoint-experimente, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto .button-touchpoint-experimente, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona .button-touchpoint-experimente,
      .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto .button-touchpoint-experimente,
      .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona .button-touchpoint-experimente {
        padding: 10px 30px;
        text-decoration: none;
        background-color: #b59666;
        color: #ffffff;
        transition: 1s;
        text-align: center;
        border-radius: 4px;
        font-weight: bold; }
        .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto .button-touchpoint-experimente:hover, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona .button-touchpoint-experimente:hover, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto .button-touchpoint-experimente:hover, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona .button-touchpoint-experimente:hover,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto .button-touchpoint-experimente:hover,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona .button-touchpoint-experimente:hover {
          background-color: #88704b;
          color: #ffffff; }
    .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona,
    .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona {
      padding: 30px 50px; }
      @media screen and (max-width: 767px) {
        .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona {
          padding: 30px 20px; } }
    .c-touchpoint-post-footer .touchpoint-digital .banner-top, .c-touchpoint-post-footer .touchpoint-premium .banner-top,
    .c-touchpoint-post-footer .touchpoint-corona-virus .banner-top {
      background: url("https://www.gazetadopovo.com.br/assets/images/touchpoints/bg-touchpoint-top.jpg") no-repeat;
      background-size: cover;
      background-position: right;
      width: 100%;
      height: 50px;
      position: relative;
      top: -7px;
      border-top-right-radius: 8px;
      border-top-left-radius: 8px; }
    .c-touchpoint-post-footer .touchpoint-digital .banner-footer, .c-touchpoint-post-footer .touchpoint-premium .banner-footer,
    .c-touchpoint-post-footer .touchpoint-corona-virus .banner-footer {
      background: url("https://www.gazetadopovo.com.br/assets/images/touchpoints/bg-touchpoint-footer.png") no-repeat center;
      background-size: contain;
      width: 100%;
      height: 56px;
      position: relative;
      bottom: -5px;
      border-bottom-right-radius: 8px;
      border-bottom-left-radius: 8px; }
      @media screen and (max-width: 767px) {
        .c-touchpoint-post-footer .touchpoint-digital .banner-footer, .c-touchpoint-post-footer .touchpoint-premium .banner-footer,
        .c-touchpoint-post-footer .touchpoint-corona-virus .banner-footer {
          background-size: cover;
          background-position: right; } }
    .c-touchpoint-post-footer .touchpoint-digital .banner-lateral, .c-touchpoint-post-footer .touchpoint-premium .banner-lateral,
    .c-touchpoint-post-footer .touchpoint-corona-virus .banner-lateral {
      background: url("https://www.gazetadopovo.com.br/assets/images/touchpoints/bg-touchpoint-lateral.png") no-repeat center;
      background-size: cover;
      width: 20%;
      height: 206px;
      position: absolute;
      bottom: 0;
      right: 0;
      border-bottom-right-radius: 8px;
      border-top-right-radius: 8px; }
      @media screen and (min-width: 1024px) and (max-width: 1024px) {
        .c-touchpoint-post-footer .touchpoint-digital .banner-lateral, .c-touchpoint-post-footer .touchpoint-premium .banner-lateral,
        .c-touchpoint-post-footer .touchpoint-corona-virus .banner-lateral {
          height: 234px; } }
      @media screen and (max-width: 767px) {
        .c-touchpoint-post-footer .touchpoint-digital .banner-lateral, .c-touchpoint-post-footer .touchpoint-premium .banner-lateral,
        .c-touchpoint-post-footer .touchpoint-corona-virus .banner-lateral {
          background: url("https://www.gazetadopovo.com.br/assets/images/touchpoints/bg-touchpoint-footer-mobile.png") no-repeat center;
          background-size: cover;
          background-position: right;
          width: 100%;
          position: relative;
          height: 56px;
          bottom: -5px;
          border-bottom-left-radius: 8px;
          border-bottom-right-radius: 8px;
          border-top-right-radius: 0px; } }

.c-touchpoint-post-footerFixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000000;
  padding: 15px 15px;
  text-align: center;
  z-index: 100;
  display: none; }
  .c-touchpoint-post-footerFixed .wrapper {
    position: relative; }
  .c-touchpoint-post-footerFixed .c-title-04 {
    position: relative;
    float: left;
    vertical-align: top;
    width: 100%;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    -ms-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    text-align: left;
    padding-top: 20px; }
    .c-touchpoint-post-footerFixed .c-title-04 b {
      font-weight: 700;
      width: auto;
      display: inline-block;
      vertical-align: top; }
    .c-touchpoint-post-footerFixed .c-title-04 .c-subscribe-touchpoint {
      position: absolute;
      right: 0;
      bottom: 0;
      float: right;
      color: #e4c415;
      font-weight: 700;
      text-decoration: none;
      line-height: 100%; }
      .c-touchpoint-post-footerFixed .c-title-04 .c-subscribe-touchpoint:hover {
        text-decoration: underline; }
    .c-touchpoint-post-footerFixed .c-title-04 .c-close-touchpoint {
      display: none;
      position: absolute;
      right: 0;
      top: 0;
      cursor: pointer;
      float: right;
      font-size: 0rem;
      height: 20px; }
      .c-touchpoint-post-footerFixed .c-title-04 .c-close-touchpoint:before {
        content: "×";
        float: right;
        color: #ffffff;
        font-size: 1.25rem;
        line-height: 18px;
        width: 30px;
        text-align: right;
        font-weight: 700; }
      .c-touchpoint-post-footerFixed .c-title-04 .c-close-touchpoint:hover:before {
        color: #e4c415; }
    .c-touchpoint-post-footerFixed .c-title-04 .c-open-touchpoint {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      cursor: pointer;
      float: right;
      font-size: 0rem;
      height: 20px; }
      .c-touchpoint-post-footerFixed .c-title-04 .c-open-touchpoint:before {
        content: "ˆ";
        float: right;
        color: #ffffff;
        font-size: 1.875rem;
        line-height: 35px;
        width: 30px;
        text-align: right;
        font-weight: 700; }
      .c-touchpoint-post-footerFixed .c-title-04 .c-open-touchpoint:hover:before {
        color: #e4c415; }
  .c-touchpoint-post-footerFixed .c-text-touchpoint {
    position: relative;
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 125%;
    text-align: left;
    display: none;
    margin-top: 15px; }
    .c-touchpoint-post-footerFixed .c-text-touchpoint .c-coin {
      font-weight: 700;
      color: #e4c415; }
    .c-touchpoint-post-footerFixed .c-text-touchpoint span {
      color: #ffffff; }
    .c-touchpoint-post-footerFixed .c-text-touchpoint ul {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      margin: 5px 0;
      color: #ffffff; }
      .c-touchpoint-post-footerFixed .c-text-touchpoint ul li {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        color: #ffffff; }
        .c-touchpoint-post-footerFixed .c-text-touchpoint ul li:before {
          content: "";
          background-image: url(https://assets.gazetadopovo.com.br/images/svg/checklist.svg);
          background-position: left center;
          background-repeat: no-repeat;
          background-color: transparent;
          font-size: 0.875rem;
          vertical-align: top;
          margin-right: 5px;
          width: 15px;
          height: 15px;
          display: inline-block; }
    .c-touchpoint-post-footerFixed .c-text-touchpoint .c-link {
      position: relative;
      float: left;
      width: 100%;
      color: #ffffff;
      text-decoration: none;
      margin-top: 10px; }
      .c-touchpoint-post-footerFixed .c-text-touchpoint .c-link b {
        font-weight: 700; }
      .c-touchpoint-post-footerFixed .c-text-touchpoint .c-link:hover {
        text-decoration: underline; }
  .c-touchpoint-post-footerFixed.open .c-open-touchpoint {
    display: none; }
  .c-touchpoint-post-footerFixed.open .c-close-touchpoint {
    display: block; }
  .c-touchpoint-post-footerFixed.open .c-text-touchpoint {
    display: block; }

@media screen and (max-width: 767px) {
  .c-touchpoint-post {
    font-size: 0.9375rem; }
  .c-touchpoint-post-footer {
    font-size: 0.875rem; }
    .c-touchpoint-post-footer .c-title-04 {
      font-size: 1rem; }
  .c-touchpoint-post-footerFixed .c-title-04 {
    padding-top: 10px; }
    .c-touchpoint-post-footerFixed .c-title-04 b {
      width: 100%; } }

.google-subscriber .c-touchpoint-post {
  display: none !important; }

.google-subscriber .c-touchpoint-post-footer {
  display: none !important; }

.google-subscriber .c-touchpoint-post-footerFixed {
  display: none !important; }

.google-subscriber .c-header .c-btn-sign-it-mobile,
.google-subscriber .c-login .c-btn-sign-it,
.google-subscriber .c-view-more .dropdown .c-login .c-btn-sign-it {
  display: none !important; }

.google-subscriber .c-footer .c-footer-funcionais li.assinatura {
  display: none !important; }

.google-subscriber .userAdvantageClub {
  display: none !important; }

.google-subscriber .c-view-more .dropdown .h-quick-news .h-quick-news-ul li {
  width: 25%; }

.c-table {
  width: 100%;
  margin: 30px 0px;
  display: inline-block; }

.note .c-table, .note-home .c-table {
  margin-top: 0; }

table {
  width: 100%;
  border: none;
  margin-bottom: 30px;
  margin-top: 10px; }
  table tr td:last-child {
    border-right: none; }
  table thead {
    border: 2px solid #e6e6e6;
    border-left: none;
    border-right: none;
    width: 100%; }
    table thead td {
      color: #999999;
      font-size: 1.125rem;
      font-weight: 700;
      line-height: 24px;
      padding: 0.5em; }
  table tbody tr td {
    color: #000000;
    padding: 10px;
    font-size: 1.125rem; }
  table tbody tr:nth-child(odd) {
    background: #ffffff; }
  table tbody tr:nth-child(even) {
    background: #f5f5f5; }

@media screen and (max-width: 767px) {
  .c-table {
    overflow: hidden;
    overflow-x: scroll; }
    .c-table table tbody tr td {
      padding: 5px 10px;
      font-size: 1rem; } }

.tooltip .text .triangle, .tooltip .text .triangle:before {
  height: 0;
  position: absolute;
  width: 0; }

.tooltip {
  position: relative; }
  .tooltip .text {
    background-color: #ffffff;
    border: 1px solid #707070;
    border-radius: 6px;
    color: #707070;
    line-height: 125%;
    padding: 13px;
    position: absolute;
    top: 28px;
    visibility: hidden;
    width: 250px;
    z-index: 10; }
    .tooltip .text .triangle {
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 10px solid #707070;
      right: 47%;
      top: -10px; }
      .tooltip .text .triangle:before {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 15px solid #ffffff;
        right: -8px;
        top: 3px;
        content: ""; }
  .tooltip.author .text {
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.21);
    color: #2a2a2a;
    font-family: "Merriweather", serif;
    font-weight: normal;
    left: 0;
    min-width: 220px;
    text-align: left;
    width: auto; }
    .tooltip.author .text .triangle {
      left: 30px;
      border-bottom-color: #cccccc; }
      .tooltip.author .text .triangle:before {
        border-bottom-color: #f5f5f5; }
    .tooltip.author .text .email {
      color: #707070;
      display: inline-flex;
      font-size: 0.75rem;
      padding-top: 15px; }
      .tooltip.author .text .email svg {
        height: 20px;
        margin-right: 7px;
        width: 20px; }
        .tooltip.author .text .email svg path {
          fill: #707070; }
  .tooltip:hover .text {
    visibility: visible; }

.breadcrumb {
  background: #ffffff;
  width: 100%;
  float: left;
  position: relative;
  z-index: 1; }

.c-breadcrumb-list {
  margin: 30px 0;
  text-align: center; }
  .c-breadcrumb-list li {
    display: inline-block; }
    .c-breadcrumb-list li:not(:last-child) {
      margin-right: 10px; }
      .c-breadcrumb-list li:not(:last-child):after {
        content: "\203A";
        display: inline;
        font-size: 0.75rem;
        margin-left: 10px; }
    .c-breadcrumb-list li a {
      color: #000000;
      font-size: 0.75rem;
      text-decoration: none; }
      .c-breadcrumb-list li a[href]:hover {
        text-decoration: underline; }

.social {
  display: flex;
  align-items: center; }

.salvar-materia {
  background-image: url(https://assets.gazetadopovo.com.br/images/svg/ico-save.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 24px;
  margin-right: 5px;
  position: relative;
  text-decoration: none;
  width: 24px;
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .salvar-materia .tooltiptext {
    visibility: hidden; }
  .salvar-materia.loading {
    background-image: url(https://assets.gazetadopovo.com.br/images/svg/loader-salvar.svg);
    -webkit-animation: rotate-center 1.5s linear infinite both;
    animation: rotate-center 1.5s linear infinite both; }

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  .salvar-materia.active {
    background-image: url(https://assets.gazetadopovo.com.br/images/svg/ico-save-blue.svg); }
  .salvar-materia.tooltip {
    display: flex;
    position: relative; }
    .salvar-materia.tooltip .tooltiptext {
      font-size: 0.75rem;
      align-items: center;
      background-color: #007df8;
      border-radius: 20px;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
      color: #fff;
      display: flex;
      font-family: "Overpass", sans-serif;
      height: 25px;
      justify-content: center;
      left: 50%;
      margin-left: -26px;
      padding: 10px 0;
      position: absolute;
      text-align: center;
      top: -140%;
      visibility: visible;
      width: 54px;
      z-index: 1001; }
      @media screen and (max-width: 767px) {
        .salvar-materia.tooltip .tooltiptext {
          left: 45%;
          top: -200%; } }
      .salvar-materia.tooltip .tooltiptext::after {
        content: " ";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #007df8 transparent transparent transparent; }

.share-post {
  position: relative;
  display: inline-flex;
  color: #707070;
  text-decoration: none;
  padding: 5px 5px;
  margin-right: 5px;
  cursor: pointer; }
  .share-post svg {
    float: left;
    width: 24px;
    height: 24px; }
    .share-post svg path {
      fill: #999; }
  .share-post:hover {
    color: #707070; }

.c-item-comments {
  position: relative;
  display: inline-flex;
  text-decoration: none;
  color: #707070;
  margin-left: 5px; }
  .c-item-comments svg {
    float: left;
    width: 20px;
    height: 20px; }
    .c-item-comments svg path {
      fill: #999999; }
  .c-item-comments:hover {
    color: #707070; }
    .c-item-comments:hover svg path {
      fill: #707070; }
  .c-item-comments .comments-counter {
    display: inline-flex;
    color: #e6e6e6;
    font-size: 0.875rem;
    text-decoration: none;
    position: relative;
    margin-left: 5px;
    color: #707070; }

.c-author-profile .c-item-comments {
  padding: 5px 0 5px 5px; }

.c-landing-page .c-list-lading-page .c-item .share-post svg path,
.c-landing-page .c-list-lading-page .c-item .c-item-comments svg path {
  fill: #ffffff; }

.c-landing-page .c-list-lading-page .c-item .share-post:hover,
.c-landing-page .c-list-lading-page .c-item .c-item-comments:hover {
  color: #ffffff; }
  .c-landing-page .c-list-lading-page .c-item .share-post:hover svg path,
  .c-landing-page .c-list-lading-page .c-item .c-item-comments:hover svg path {
    fill: #ffffff; }

.c-list .c-list-editor .c-item .c-item-comments,
.section-list .c-list-editor .c-item .c-item-comments,
.c-author-profile .c-list-editor .c-item .c-item-comments {
  position: absolute;
  bottom: 10px;
  right: 10px; }

@media screen and (max-width: 767px) {
  .c-author-profile .c-item-comments {
    padding: 16px 0 16px 16px; }
  .c-landing-page .c-list-lading-page .c-item .share-post,
  .c-landing-page .c-list-lading-page .c-item .c-item-comments {
    right: -10px;
    bottom: -10px; }
  .c-list-notes .c-item-note .c-share-item-mobile .share-post,
  .c-list-notes .c-item-note .c-share-item-mobile .c-item-comments {
    float: right;
    right: -15px; }
  .c-list .c-list-editor .c-item .c-item-comments,
  .section-list .c-list-editor .c-item .c-item-comments,
  .c-author-profile .c-list-editor .c-item .c-item-comments {
    position: absolute;
    height: 48px;
    bottom: 0;
    right: 0; }
  .home .block.type-vozes.style-default .c-item .salvar-materia {
    top: 0; }
  .section-block .block,
  .home .block {
    z-index: 10; } }

.c-btn-share-post {
  position: absolute;
  float: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  align-self: center;
  align-content: row;
  font-family: "Overpass", sans-serif;
  font-size: 0.875rem;
  text-decoration: none;
  color: #707070;
  text-align: right;
  cursor: pointer;
  -ms-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  right: 0;
  bottom: 30px;
  height: 32px; }
  .c-btn-share-post svg {
    display: inline-flex;
    width: 25px;
    height: 25px;
    margin: 0; }
    .c-btn-share-post svg * {
      -ms-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      fill: #707070; }
  .c-btn-share-post span {
    position: relative;
    display: inline-flex;
    border-bottom: solid 1px transparent;
    line-height: 125%; }
  .c-btn-share-post strong {
    margin: 0 5px;
    font-weight: bold;
    display: inline-block;
    width: auto;
    font-size: 0.875rem; }
  .c-btn-share-post:hover {
    color: #707070;
    text-decoration: none; }
    .c-btn-share-post:hover span {
      border-bottom: solid 1px #707070; }
    .c-btn-share-post:hover svg path {
      fill: #707070; }

.c-btn-share-mobile {
  float: right;
  position: absolute;
  bottom: 17px;
  right: 0;
  cursor: pointer; }
  .c-btn-share-mobile .share-post {
    margin-right: 0;
    padding: 2px; }
    .c-btn-share-mobile .share-post svg {
      width: 25px;
      height: 25px; }
  .c-btn-share-mobile.desktop-show {
    display: none; }

.vozes-page .c-btn-share-post {
  bottom: 16px; }

.video .c-btn-share-post,
.podcast .c-btn-share-post {
  position: relative;
  bottom: 0;
  color: #ffffff; }
  .video .c-btn-share-post span,
  .podcast .c-btn-share-post span {
    color: #ffffff; }
  .video .c-btn-share-post svg *, .video .c-btn-share-post svg path,
  .podcast .c-btn-share-post svg *,
  .podcast .c-btn-share-post svg path {
    fill: #ffffff; }
  .video .c-btn-share-post:hover,
  .podcast .c-btn-share-post:hover {
    text-decoration: none; }
    .video .c-btn-share-post:hover span,
    .podcast .c-btn-share-post:hover span {
      border-bottom: solid 1px #ffffff; }

.video .share-post svg *, .video .share-post svg path,
.podcast .share-post svg *,
.podcast .share-post svg path {
  fill: #ffffff; }

@media screen and (max-width: 1247px) {
  .c-btn-share-mobile.desktop-show {
    display: block; } }

@media screen and (max-width: 767px) {
  .c-btn-share-post span {
    margin-left: 5px;
    line-height: 25px; }
  .c-btn-share-mobile {
    bottom: 0; }
    .c-btn-share-mobile.share-post {
      padding: 12px; }
      .c-btn-share-mobile.share-post svg {
        width: 24px;
        height: 24px; }
  .c-btn-share-mobile.desktop-show {
    display: none; } }

.box-research {
  align-items: center;
  background-color: #2a2a2a;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  font-family: "Overpass", sans-serif;
  height: 285px;
  opacity: 1;
  position: fixed;
  visibility: visible;
  width: 100%;
  z-index: 1000; }
  .box-research.box-hide {
    opacity: 0;
    transition: visibility 0.5s, opacity 0.5s linear;
    visibility: hidden; }
  .box-research h2 {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: -0.32px;
    padding: 24px 0 18px;
    text-align: center;
    -webkit-text-fill-color: #ffffff; }
  .box-research .research-area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .box-research .research-area li {
      margin: 0 4px; }
      .box-research .research-area li:before {
        color: #efb64a;
        content: '★ ';
        display: block;
        font-size: 40px; }
  .box-research .btn-research {
    background-color: #e2e2e2;
    border-radius: 8px;
    color: #2a2a2a;
    cursor: pointer;
    height: 40px;
    margin: 10px 0 0;
    padding: 13px;
    text-align: center;
    text-decoration: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    width: 248px; }
    .box-research .btn-research:hover {
      background-color: #efb64a; }

.c-fast-news {
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  float: left;
  width: 100%;
  display: none;
  height: auto;
  transition: height .4s;
  z-index: 100;
  padding: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  .c-fast-news ul {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 60px;
    min-height: 100%;
    transition: height .4s;
    overflow: hidden; }
    .c-fast-news ul li {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-basis: 25%;
      width: 25%;
      text-align: center;
      cursor: pointer; }
      .c-fast-news ul li span,
      .c-fast-news ul li a {
        color: #2a2a2a;
        text-decoration: none;
        padding: 3px 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
        width: 100%; }
        .c-fast-news ul li span .ico-fast-news,
        .c-fast-news ul li a .ico-fast-news {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          align-self: center;
          align-content: center;
          float: left;
          height: 30px;
          width: 22px;
          margin: 0; }
          .c-fast-news ul li span .ico-fast-news svg,
          .c-fast-news ul li a .ico-fast-news svg {
            display: inline-flex;
            width: 24px;
            height: 24px; }
        .c-fast-news ul li span .ico-search svg path,
        .c-fast-news ul li a .ico-search svg path {
          fill: #2a2a2a; }
        .c-fast-news ul li span .ico-minha-gazeta,
        .c-fast-news ul li a .ico-minha-gazeta {
          align-items: center; }
          .c-fast-news ul li span .ico-minha-gazeta svg,
          .c-fast-news ul li a .ico-minha-gazeta svg {
            height: 24px;
            width: 24px; }
        .c-fast-news ul li span label,
        .c-fast-news ul li a label {
          width: 100%;
          float: left;
          align-self: center;
          font-family: "Overpass", sans-serif;
          font-size: 0.75rem;
          line-height: 100%;
          color: #2a2a2a;
          text-align: center; }
      .c-fast-news ul li.newsletter + .userFastNews,
      .c-fast-news ul li.newsletter + .share {
        margin-left: 10px; }
      .c-fast-news ul li.login-user.hide, .c-fast-news ul li.notifications-modal.hide, .c-fast-news ul li.userFastNews.hide {
        display: none; }
    .c-fast-news ul .notifications-modal .btn-notification.new-notification .ico-fast-news {
      position: relative; }
      .c-fast-news ul .notifications-modal .btn-notification.new-notification .ico-fast-news:after {
        -moz-border-radius: 7.5px;
        -webkit-border-radius: 7.5px;
        background-color: #ff4941;
        border-radius: 7.5px;
        content: "";
        display: inline-block;
        height: 8px;
        position: absolute;
        right: 2px;
        top: 0;
        width: 8px; }

@media screen and (max-width: 767px) {
  .c-fast-news {
    display: block; }
    .c-fast-news ul li a label {
      font-size: 0.6875rem; } }

.c-search-mobile {
  background: #fff;
  bottom: 0;
  display: none;
  height: 0;
  padding: 25px;
  position: absolute;
  right: 0;
  transition: height 0.3s;
  width: 100%;
  z-index: 9999999999; }
  .c-search-mobile .btn-close {
    color: #2a2a2a;
    cursor: pointer;
    height: 28px;
    margin: 0;
    padding: 5px;
    position: absolute;
    right: 15px;
    top: 70px;
    width: 28px; }
    .c-search-mobile .btn-close:after, .c-search-mobile .btn-close:before {
      background-color: #2a2a2a;
      content: "";
      display: block;
      height: 2px;
      position: absolute;
      top: 12px;
      width: 18px; }
    .c-search-mobile .btn-close:after {
      transform: rotate(-45deg); }
    .c-search-mobile .btn-close:before {
      transform: rotate(45deg); }
  .c-search-mobile form {
    margin-top: 100px;
    position: relative;
    width: 100%; }
    .c-search-mobile form input,
    .c-search-mobile form #c-search-button-mobile {
      height: 48px;
      border: 0;
      color: #2a2a2a;
      width: calc(100% - 40px); }
    .c-search-mobile form input {
      font-size: 16px;
      outline: 0;
      width: calc(100% - 48px);
      padding: 0 1.6rem;
      appearance: none;
      position: relative;
      border-radius: 6px 0 0 6px;
      border: 1px solid #ccc; }
      .c-search-mobile form input ::placeholder {
        font-size: 1rem; }
    .c-search-mobile form #c-text-delete {
      background: transparent;
      border: 0;
      display: none;
      padding: 0;
      position: absolute;
      right: 70px;
      top: 15px;
      height: 24px;
      width: 24px; }
    .c-search-mobile form #c-search-button-mobile {
      background: #2a2a2a;
      border-radius: 0 6px 6px 0;
      color: #fff;
      display: block;
      font-weight: bold;
      position: absolute;
      right: 0;
      top: 0;
      width: 48px; }
      .c-search-mobile form #c-search-button-mobile:disabled {
        background: #e6e6e6; }
        .c-search-mobile form #c-search-button-mobile:disabled svg path {
          fill: #A5A5A5; }
      .c-search-mobile form #c-search-button-mobile:focus, .c-search-mobile form #c-search-button-mobile:hover {
        outline: none; }
      .c-search-mobile form #c-search-button-mobile svg {
        height: 24px;
        width: 24px; }
  .c-search-mobile .c-search-info {
    font-size: 1rem;
    color: #707070;
    line-height: 150%;
    margin-top: 40px;
    padding: 0 30px;
    text-align: center;
    width: 100%; }

@media screen and (max-width: 419px) {
  .c-fast-news ul li {
    flex-basis: 20%;
    width: auto;
    min-width: 20%; }
    .c-fast-news ul li a {
      padding: 3px 0; } }

.smart-banner-show .smart-banner {
  display: block; }

@media screen and (max-width: 767px) {
  .smart-banner-show .header {
    margin-top: 80px; } }

.smart-banner {
  background: #f4f4f4;
  display: none;
  font-family: "Overpass", sans-serif, sans-serif;
  height: 80px;
  left: 0;
  line-height: 80px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9998;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none; }

.smart-banner-container {
  margin: 0 auto;
  white-space: nowrap; }

.smart-banner-close {
  background: transparent;
  border: none;
  height: 40px;
  left: 0;
  padding: 15px 0;
  position: relative;
  width: 40px;
  z-index: 1000; }
  .smart-banner-close .item-1,
  .smart-banner-close .item-2 {
    border: 1px solid #2a2a2a;
    display: block;
    height: 1px;
    margin-left: 10px;
    position: absolute;
    transition: transform .3s;
    transition-delay: 0s,.3s;
    width: 15px;
    -webkit-transition: transform .3s;
    -webkit-transition-delay: 0s,.3s; }
  .smart-banner-close .item-1 {
    transform: rotate(45deg);
    top: 50%; }
  .smart-banner-close .item-2 {
    top: 50%;
    transform: rotate(-45deg); }

.smart-banner-icon {
  background-size: cover;
  border-radius: 10px;
  display: inline-block;
  height: 57px;
  margin-right: 12px;
  vertical-align: middle;
  width: 57px; }

.smart-banner-info {
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2em;
  vertical-align: middle;
  width: 44%; }

.smart-banner-title {
  font-size: 13px;
  line-height: 18px; }

.smart-banner-button {
  background: #2a2a2a;
  border: 1px solid #2a2a2a;
  border-radius: 7px;
  bottom: 0;
  box-sizing: border-box;
  color: #f4f4f4;
  font-size: 14px;
  height: 30px;
  line-height: 10px;
  margin: auto 0;
  padding: 10px;
  position: absolute;
  right: 10px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  top: 0; }
  .smart-banner-button:active, .smart-banner-button:hover {
    color: #2a2a2a;
    border: 1px solid #2a2a2a;
    background: #ffffff; }

/**
    IOS
 */
/** iOS **/
.smart-banner-ios {
  background: #f4f4f4;
  background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  line-height: 80px; }
  .smart-banner-ios .smart-banner-icon {
    background: rgba(0, 0, 0, 0.6);
    background-size: cover;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
  .smart-banner-ios .smart-banner-info {
    color: #6a6a6a;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  .smart-banner-ios .smart-banner-title {
    color: #4d4d4d;
    font-weight: bold; }
  .smart-banner-ios .smart-banner-button {
    background: #efefef;
    background: linear-gradient(to bottom, #efefef, #dcdcdc);
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #bfbfbf, 0 1px 0 rgba(255, 255, 255, 0.6), 0 2px 0 rgba(255, 255, 255, 0.7) inset;
    color: #6a6a6a;
    min-width: 10%;
    padding: 0 10px; }
    .smart-banner-ios .smart-banner-button:active, .smart-banner-ios .smart-banner-button:hover {
      background: #dcdcdc;
      background: linear-gradient(to bottom, #dcdcdc, #efefef); }

/**
    Android
 */
.smart-banner-android {
  background: #3d3d3d url(data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7);
  box-shadow: inset 0 4px 0 #88b131;
  line-height: 82px; }
  .smart-banner-android .smart-banner-icon {
    background-color: transparent;
    box-shadow: none; }
  .smart-banner-android .smart-banner-info {
    color: #ccc;
    text-shadow: 0 1px 2px #000000; }
  .smart-banner-android .smart-banner-title {
    color: #ffffff;
    font-weight: bold; }
  .smart-banner-android .smart-banner-button {
    background: none;
    border-radius: 0;
    box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc;
    color: #d1d1d1;
    min-width: 12%;
    padding: 0; }
    .smart-banner-android .smart-banner-button:active, .smart-banner-android .smart-banner-button:hover {
      background: none; }
  .smart-banner-android .smart-banner-button-text {
    background: #42b6c9;
    background: linear-gradient(to bottom, #42b6c9, #39a9bb);
    box-shadow: none;
    display: block;
    padding: 0 10px;
    text-align: center;
    text-shadow: none;
    text-transform: none; }
    .smart-banner-android .smart-banner-button-text:active, .smart-banner-android .smart-banner-button-text:hover {
      background: #2ac7e1; }

/* --------------------------------------------- */
.bomgourmet-page .header-secondary .box-menu {
  background: #FFF8E6; }
  .bomgourmet-page .header-secondary .box-menu .wrapper-fixed .ads-fixed-secondary .ads-patrocinio-apoio::after {
    border-top: 8px solid #FFF8E6; }

.bomgourmet-page .box-ads-header {
  margin-bottom: 0; }

.bomgourmet-page .bomgourmet .header-secondary .box-menu {
  background: #FFF8E6; }

.bomgourmet-page .bomgourmet .header-secondary .ads-fixed-secondary .ads-patrocinio-apoio:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #FFF8E6;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 0;
  width: 0; }

.bomgourmet-page .bomgourmet .header-secondary.fixed {
  background: #FFF8E6; }

.header-secondary {
  position: relative;
  width: 100%;
  float: left;
  min-height: 70px;
  z-index: 11;
  text-align: center; }
  .header-secondary .box-menu {
    position: relative;
    width: 100%;
    float: left;
    background: #e6e6e6; }
    .header-secondary .box-menu .wrapper-fixed {
      width: 100%;
      position: relative;
      margin: 0 auto;
      clear: both;
      float: left; }
  .header-secondary .logo {
    position: relative;
    vertical-align: top;
    padding-top: 12px;
    width: auto;
    height: 70px;
    float: left; }
    .header-secondary .logo svg {
      display: inline-flex;
      width: 125px;
      height: 46px; }
  .header-secondary .c-ads.pos-mod-patrocinio, .header-secondary .c-ads.pos-mod-apoio {
    margin: 0 0 20px;
    position: relative; }
  .header-secondary .c-ads.pos-mod-apoio::before {
    content: "";
    border-left: 1px solid #e6e6e6; }
  .header-secondary .ads-fixed-secondary {
    background: #ffffff;
    float: left;
    position: relative;
    text-align: center;
    width: 100%; }
    .header-secondary .ads-fixed-secondary .ads-patrocinio-apoio {
      align-items: center;
      border-bottom: 1px solid #e6e6e6;
      display: flex;
      justify-content: center;
      margin: 20px auto 0;
      width: 100%; }
      .header-secondary .ads-fixed-secondary .ads-patrocinio-apoio:after {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #e6e6e6;
        content: "";
        height: 0;
        left: 50%;
        position: absolute;
        top: 0;
        width: 0; }
      .header-secondary .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-patrocinio, .header-secondary .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-apoio {
        background: none;
        display: flex;
        float: none;
        margin: 0 0 20px;
        vertical-align: top;
        width: auto; }
        .header-secondary .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-patrocinio > div, .header-secondary .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-apoio > div {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-content: center;
          align-items: center;
          flex-direction: column;
          height: auto;
          width: auto; }
          .header-secondary .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-patrocinio > div > div, .header-secondary .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-apoio > div > div {
            display: inline-block;
            padding: 0 10px 10px 10px;
            text-align: center; }
            .header-secondary .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-patrocinio > div > div:before, .header-secondary .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-apoio > div > div:before {
              content: "";
              display: inline-block;
              left: 0;
              margin: 20px 0 10px 0;
              position: absolute;
              top: 0;
              width: 100%; }
            .header-secondary .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-patrocinio > div > div iframe, .header-secondary .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-apoio > div > div iframe {
              max-height: 60px;
              margin: 30px 0 20px; }
              .header-secondary .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-patrocinio > div > div iframe img, .header-secondary .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-apoio > div > div iframe img {
                max-height: 100%; }
      @media screen and (max-width: 767px) {
        .header-secondary .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.ads-desktop {
          display: none; }
        .header-secondary .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.ads-mobile {
          display: flex; } }
  .header-secondary.fixed {
    z-index: 9999999999999; }
    .header-secondary.fixed .box-menu {
      position: fixed;
      top: 0;
      left: 0;
      background: #ffffff;
      height: 70px;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
      background: #ffffff;
      display: block;
      float: left; }
      .header-secondary.fixed .box-menu .wrapper-fixed {
        float: none;
        max-width: 1148px;
        padding: 0 15px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        .header-secondary.fixed .box-menu .wrapper-fixed > .wrapper {
          width: auto;
          padding: 0;
          flex: 1;
          text-align: center;
          float: left; }
    .header-secondary.fixed .c-context-menu {
      display: none; }
    .header-secondary.fixed .logo {
      width: 102px;
      text-align: center;
      height: 70px;
      padding: 10px 0;
      float: none;
      display: inline-block; }
      .header-secondary.fixed .logo svg {
        height: 46px;
        width: 125px; }
    .header-secondary.fixed .ads-fixed-secondary {
      z-index: 1;
      width: auto;
      flex-basis: auto;
      display: none;
      position: absolute;
      right: 15px;
      top: 0; }
      .header-secondary.fixed .ads-fixed-secondary > .wrapper {
        width: auto;
        padding: 0;
        display: block;
        flex-direction: row-reverse;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex: 1;
        padding-left: 15px; }
      .header-secondary.fixed .ads-fixed-secondary .c-ads.pos-mod-patrocinio, .header-secondary.fixed .ads-fixed-secondary .c-ads.pos-mod-apoio {
        z-index: 10;
        float: right;
        clear: initial; }
        .header-secondary.fixed .ads-fixed-secondary .c-ads.pos-mod-patrocinio > div, .header-secondary.fixed .ads-fixed-secondary .c-ads.pos-mod-apoio > div {
          height: 70px; }
          .header-secondary.fixed .ads-fixed-secondary .c-ads.pos-mod-patrocinio > div > div, .header-secondary.fixed .ads-fixed-secondary .c-ads.pos-mod-apoio > div > div {
            padding: 0;
            display: inline-flex; }
            .header-secondary.fixed .ads-fixed-secondary .c-ads.pos-mod-patrocinio > div > div:after, .header-secondary.fixed .ads-fixed-secondary .c-ads.pos-mod-apoio > div > div:after {
              display: none; }
            .header-secondary.fixed .ads-fixed-secondary .c-ads.pos-mod-patrocinio > div > div:before, .header-secondary.fixed .ads-fixed-secondary .c-ads.pos-mod-apoio > div > div:before {
              margin: 0px;
              width: auto;
              line-height: 60px;
              padding-right: 10px;
              vertical-align: bottom;
              position: relative; }
            .header-secondary.fixed .ads-fixed-secondary .c-ads.pos-mod-patrocinio > div > div iframe, .header-secondary.fixed .ads-fixed-secondary .c-ads.pos-mod-apoio > div > div iframe {
              margin-top: 0; }
              .header-secondary.fixed .ads-fixed-secondary .c-ads.pos-mod-patrocinio > div > div iframe img, .header-secondary.fixed .ads-fixed-secondary .c-ads.pos-mod-apoio > div > div iframe img {
                max-height: 100%; }
      .header-secondary.fixed .ads-fixed-secondary > div {
        position: relative; }
    .header-secondary.fixed .btn-assine {
      display: block; }

.section-block .header-secondary {
  margin-bottom: 40px; }

@media screen and (max-width: 989px) {
  .bomgourmet .header-secondary .logo {
    padding: 15px 0;
    height: auto; }
    .bomgourmet .header-secondary .logo a {
      float: left; }
    .bomgourmet .header-secondary .logo svg {
      height: 37px;
      width: 102px; }
  .bomgourmet .header-secondary .c-context-menu {
    padding: 23px 0; }
    .bomgourmet .header-secondary .c-context-menu .c-list-context-menu li.sub .c-list-context-menu li a {
      color: #CC0023;
      padding: 10px 15px; }
      .bomgourmet .header-secondary .c-context-menu .c-list-context-menu li.sub .c-list-context-menu li a svg {
        stroke: #CC0023; } }

@media screen and (max-width: 767px) {
  .header-secondary {
    min-height: 56px; }
    .header-secondary .box-menu .btn-assine {
      margin-top: 15px;
      position: absolute;
      left: 15px;
      top: 0; }
    .header-secondary .logo {
      width: 50%;
      height: 56px;
      padding: 13px 0px; }
      .header-secondary .logo a {
        display: inline-block; }
      .header-secondary .logo svg {
        height: 30px;
        width: 120px; }
      .header-secondary .logo svg {
        height: 30px;
        width: auto; } }

.c-modal-content {
  display: flex;
  width: 100%; }
  .c-modal-content .save-read-later-information {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    margin-top: 30px;
    width: 100%; }
    .c-modal-content .save-read-later-information svg {
      height: 48px;
      width: 48px; }
    .c-modal-content .save-read-later-information .title {
      font-size: 1.125rem;
      font-family: "Merriweather";
      font-weight: bold;
      line-height: 1.44;
      margin-top: 30px;
      text-align: center;
      width: 277px; }
    .c-modal-content .save-read-later-information .btn-assine {
      font-size: 1rem;
      align-items: center;
      background-color: #e66a1d;
      border-radius: 20px;
      color: #fff;
      cursor: pointer;
      font-family: "Overpass", sans-serif;
      font-weight: bold;
      justify-content: center;
      margin: 24px 0;
      padding: 10px 24px;
      text-align: center;
      text-decoration: none;
      transition: all 0.5s ease;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .c-modal-content .save-read-later-information .btn-assine {
          font-size: 0.875rem; } }
      .c-modal-content .save-read-later-information .btn-assine:hover {
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
    .c-modal-content .save-read-later-information .message-login {
      font-size: 1rem;
      font-family: "Overpass", sans-serif;
      font-weight: bold;
      line-height: 1.56;
      text-align: center; }
      .c-modal-content .save-read-later-information .message-login .link-login {
        color: #3a66c8;
        cursor: pointer;
        text-decoration: none; }
        .c-modal-content .save-read-later-information .message-login .link-login:hover {
          text-decoration: underline; }
    .c-modal-content .save-read-later-information .message-minha-gazeta {
      font-size: 0.875rem;
      align-items: center;
      font-family: "Overpass", sans-serif;
      justify-content: center;
      line-height: 1.57;
      margin-top: 27px; }
      .c-modal-content .save-read-later-information .message-minha-gazeta .link-minha-gazeta-home {
        display: flex;
        align-items: center;
        color: #3a66c8;
        cursor: pointer;
        margin: 0 10px 0 3px;
        text-decoration: none; }
        .c-modal-content .save-read-later-information .message-minha-gazeta .link-minha-gazeta-home:hover {
          text-decoration: underline; }
      .c-modal-content .save-read-later-information .message-minha-gazeta svg {
        margin-left: 5px;
        height: 14px;
        width: 14px; }
    .c-modal-content .save-read-later-information .saved-header {
      align-items: flex-start;
      margin-left: 10px;
      width: 100%; }
      .c-modal-content .save-read-later-information .saved-header svg {
        height: 36px;
        width: 36px; }
        .c-modal-content .save-read-later-information .saved-header svg path {
          fill: #1179f4;
          stroke: none; }
      .c-modal-content .save-read-later-information .saved-header .title {
        font-size: 1.125rem;
        font-family: "Merriweather";
        font-weight: bold;
        line-height: 1.44;
        margin: 0 0 24px 16px;
        text-align: left;
        width: 208px; }
    .c-modal-content .save-read-later-information .saved-message-body {
      width: 265px;
      padding: 0 20px; }
      .c-modal-content .save-read-later-information .saved-message-body span {
        font-size: 1rem;
        align-items: center;
        font-family: "Overpass", sans-serif;
        line-height: 1.56;
        position: relative;
        text-align: left; }
        .c-modal-content .save-read-later-information .saved-message-body span svg {
          bottom: 0;
          height: 24px;
          left: 60px;
          position: absolute;
          width: 24px; }
    .c-modal-content .save-read-later-information .information-minha-gazeta {
      font-size: 1rem;
      font-family: "Overpass", sans-serif;
      line-height: 1.56;
      margin: 24px 0 32px;
      text-align: left;
      width: 265px;
      padding: 0 20px; }
      .c-modal-content .save-read-later-information .information-minha-gazeta strong {
        font-weight: bold; }
    .c-modal-content .save-read-later-information .btn-agree {
      font-size: 1rem;
      background-color: #315095;
      border-radius: 20px;
      border: none;
      color: #fff;
      cursor: pointer;
      float: left;
      font-family: "Overpass", sans-serif;
      height: 40px;
      margin-bottom: 32px;
      padding: 10px 29px 9px;
      transition: all 0.5s ease-in-out;
      width: 142px; }
      .c-modal-content .save-read-later-information .btn-agree:hover {
        box-shadow: 0 3px 6px 0 0, 0, 0, 0.16; }

#modal-read-later .c-modal,
#modal-read-later-not-subscriber .c-modal {
  align-items: center;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: calc(50% - 170px);
  max-width: 340px; }
  @media screen and (max-width: 767px) {
    #modal-read-later .c-modal,
    #modal-read-later-not-subscriber .c-modal {
      left: calc(50% - 160px);
      max-width: 320px; } }
  #modal-read-later .c-modal .c-modal-header .btn-close,
  #modal-read-later-not-subscriber .c-modal .c-modal-header .btn-close {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 20px;
    z-index: 20; }
    #modal-read-later .c-modal .c-modal-header .btn-close:before, #modal-read-later .c-modal .c-modal-header .btn-close:after,
    #modal-read-later-not-subscriber .c-modal .c-modal-header .btn-close:before,
    #modal-read-later-not-subscriber .c-modal .c-modal-header .btn-close:after {
      background-color: #707070; }
  #modal-read-later .c-modal .c-modal-content,
  #modal-read-later-not-subscriber .c-modal .c-modal-content {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 20px;
    position: relative;
    width: 100%; }

.relative {
  position: relative; }

.end-post {
  background: #ffffff;
  margin: 0; }

.bomgourmet-page .c-btn-share-post-footer {
  background: #CC0023; }

.bomgourmet-page .block.type-special.style-light-grey .block-title a {
  color: #2a2a2a; }

.bomgourmet-page .block.style-default .block-title {
  border-color: #CC0023; }
  .bomgourmet-page .block.style-default .block-title a {
    color: #CC0023;
    border-color: #CC0023; }

.bomgourmet-page .c-article-box {
  padding-left: 0;
  border-left: 0; }
  .bomgourmet-page .c-article-box.box-indicated-post {
    margin-top: 30px; }
  .bomgourmet-page .c-article-box.box-vozes, .bomgourmet-page .c-article-box.box-indicated-post {
    border-left: 0;
    padding-left: 0; }
    .bomgourmet-page .c-article-box.box-vozes .box-title, .bomgourmet-page .c-article-box.box-indicated-post .box-title {
      border-top: 1px solid #CC0023;
      color: #CC0023; }
      .bomgourmet-page .c-article-box.box-vozes .box-title a:first-child, .bomgourmet-page .c-article-box.box-indicated-post .box-title a:first-child {
        color: #CC0023;
        border-color: #CC0023; }
      .bomgourmet-page .c-article-box.box-vozes .box-title strong a,
      .bomgourmet-page .c-article-box.box-vozes .box-title .strong a, .bomgourmet-page .c-article-box.box-indicated-post .box-title strong a,
      .bomgourmet-page .c-article-box.box-indicated-post .box-title .strong a {
        color: #CC0023; }
      .bomgourmet-page .c-article-box.box-vozes .box-title strong:before,
      .bomgourmet-page .c-article-box.box-vozes .box-title .strong:before, .bomgourmet-page .c-article-box.box-indicated-post .box-title strong:before,
      .bomgourmet-page .c-article-box.box-indicated-post .box-title .strong:before {
        background: #CC0023; }
  .bomgourmet-page .c-article-box.box-top-headlines .box-title {
    border-top: 1px solid #CC0023;
    color: #CC0023; }
    .bomgourmet-page .c-article-box.box-top-headlines .box-title a:first-child {
      color: #CC0023;
      border-color: #CC0023; }
    .bomgourmet-page .c-article-box.box-top-headlines .box-title strong a,
    .bomgourmet-page .c-article-box.box-top-headlines .box-title .strong a {
      color: #CC0023; }
    .bomgourmet-page .c-article-box.box-top-headlines .box-title strong:before,
    .bomgourmet-page .c-article-box.box-top-headlines .box-title .strong:before {
      background: #CC0023; }

.box-fichas {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 125%;
  color: #000000;
  margin-bottom: 20px;
  padding: 0 15px; }
  .box-fichas .ficha-receita {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px dashed #e6e6e6;
    margin-bottom: 20px; }
    .box-fichas .ficha-receita > a {
      float: left;
      width: 100%;
      text-decoration: none; }
    .box-fichas .ficha-receita .infos-a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      width: 100%;
      padding: 25px 3%; }
      .box-fichas .ficha-receita .infos-a:before {
        content: "";
        position: absolute;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        left: 0;
        top: 0;
        width: 55px;
        height: 55px;
        background: url(https://assets.gazetadopovo.com.br/images/svg/chapeu-receita.svg) #ffffff center no-repeat;
        background-size: 35px; }
      .box-fichas .ficha-receita .infos-a > div {
        width: 56%;
        margin-left: 3%;
        display: inline-flex;
        flex-direction: column;
        text-decoration: none;
        color: #000000; }
      .box-fichas .ficha-receita .infos-a picture {
        width: 40%;
        display: inline-flex; }
      .box-fichas .ficha-receita .infos-a .autor {
        width: 100%;
        display: inline-block;
        font-size: 1rem;
        margin: 10px 0;
        color: #CC0023; }
      .box-fichas .ficha-receita .infos-a ul li {
        font-size: 0.875rem;
        line-height: 150%;
        color: #707070; }
        .box-fichas .ficha-receita .infos-a ul li a {
          color: #707070;
          text-decoration: none; }
        .box-fichas .ficha-receita .infos-a ul li span {
          font-weight: bold; }
      .box-fichas .ficha-receita .infos-a h5 {
        display: inline-block;
        width: 100%;
        font-size: 1.125rem;
        line-height: 125%;
        font-weight: 500;
        color: #CC0023;
        margin: 0 0 10px 0;
        padding: 0;
        font-family: "Merriweather", serif; }
    .box-fichas .ficha-receita .infos-b {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      align-items: center;
      width: 100%;
      min-height: 25px;
      border-top: 1px dashed #e6e6e6;
      padding: 10px 0; }
      .box-fichas .ficha-receita .infos-b .tempo {
        display: inline-flex;
        flex: 1;
        font-size: 0.875rem;
        min-height: 25px;
        line-height: 25px;
        color: #707070;
        padding: 0 25px;
        font-family: "Overpass", sans-serif; }
      .box-fichas .ficha-receita .infos-b .preparo {
        display: inline-flex;
        flex: 1;
        font-size: 0.875rem;
        line-height: 25px;
        color: #707070;
        min-height: 25px;
        padding: 0 25px;
        text-align: center;
        background: url(https://assets.gazetadopovo.com.br/images/sprite-icons.png) 0 -1023px no-repeat;
        font-family: "Overpass", sans-serif; }
      .box-fichas .ficha-receita .infos-b a {
        float: right;
        font-size: 0.875rem;
        line-height: 25px;
        color: #CC0023;
        font-weight: bold;
        min-height: 25px;
        padding: 0 55px;
        font-family: "Merriweather", serif;
        text-align: right; }
  @media screen and (max-width: 767px) {
    .box-fichas .ficha-receita .infos-a {
      flex-direction: column; }
      .box-fichas .ficha-receita .infos-a div,
      .box-fichas .ficha-receita .infos-a picture {
        width: 100%;
        margin-left: 0; }
      .box-fichas .ficha-receita .infos-a div {
        padding: 0 25px; }
    .box-fichas .ficha-receita .infos-b {
      flex-direction: column; } }

.section .bomgourmet.section-block .header-secondary .wrapper {
  padding: 0 15px; }

.bomgourmet .c-context-menu {
  padding: 17px 0 9px; }
  .bomgourmet .c-context-menu .c-list-context-menu {
    padding: 10px 0;
    border-color: #CC0023; }
    .bomgourmet .c-context-menu .c-list-context-menu li a {
      position: relative;
      color: #CC0023;
      font-size: 1rem;
      font-weight: bold;
      padding: 0 5px;
      line-height: 125%; }
      @media screen and (max-width: 767px) {
        .bomgourmet .c-context-menu .c-list-context-menu li a {
          padding: 10px 15px; } }
      .bomgourmet .c-context-menu .c-list-context-menu li a:after {
        background: #CC0023;
        margin-right: 0;
        margin-top: -10px;
        position: absolute;
        right: 0;
        top: 10px; }
        @media screen and (max-width: 767px) {
          .bomgourmet .c-context-menu .c-list-context-menu li a:after {
            margin-top: 0; } }
    .bomgourmet .c-context-menu .c-list-context-menu li.sub .c-list-context-menu {
      border: 1px solid #CC0023; }
      @media screen and (max-width: 989px) {
        .bomgourmet .c-context-menu .c-list-context-menu li.sub .c-list-context-menu {
          border: none; } }
    .bomgourmet .c-context-menu .c-list-context-menu li.sub svg {
      height: auto; }
      .bomgourmet .c-context-menu .c-list-context-menu li.sub svg * {
        fill: #CC0023;
        stroke: #CC0023; }
    .bomgourmet .c-context-menu .c-list-context-menu li:last-child a:after {
      display: none; }
  .bomgourmet .c-context-menu .sub-mobile {
    border: none;
    outline: none;
    background-color: transparent; }
    .bomgourmet .c-context-menu .sub-mobile .link-subMobile {
      background: #CC0023;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
      border: 0;
      color: #ffffff;
      height: 25px;
      width: 65px;
      border-radius: 6px;
      text-align: center;
      margin: 0;
      padding: 0 18px 0 10px; }
      .bomgourmet .c-context-menu .sub-mobile .link-subMobile svg {
        display: inline-block;
        position: absolute;
        fill: none;
        width: 24px;
        height: 25px;
        margin: 0; }
        .bomgourmet .c-context-menu .sub-mobile .link-subMobile svg path {
          fill: #ffffff; }
        .bomgourmet .c-context-menu .sub-mobile .link-subMobile svg .cls-1 {
          fill: #ffffff;
          stroke: #ffffff; }

.bomgourmet.podcast .c-context-menu .c-list-context-menu li.sub svg *, .bomgourmet.video .c-context-menu .c-list-context-menu li.sub svg * {
  fill: #CC0023; }

.bomgourmet.podcast .c-context-menu .c-list-context-menu li.sub .c-list-context-menu li a, .bomgourmet.video .c-context-menu .c-list-context-menu li.sub .c-list-context-menu li a {
  color: #CC0023; }
  .bomgourmet.podcast .c-context-menu .c-list-context-menu li.sub .c-list-context-menu li a svg, .bomgourmet.video .c-context-menu .c-list-context-menu li.sub .c-list-context-menu li a svg {
    stroke: #CC0023; }

@media screen and (max-width: 767px) {
  .bomgourmet .c-context-menu {
    padding: 15px 0 10px 0; }
    .bomgourmet .c-context-menu .sub-mobile .c-list-context-menu li a {
      color: #CC0023; }
      .bomgourmet .c-context-menu .sub-mobile .c-list-context-menu li a:after {
        background: #CC0023; }
    .bomgourmet .c-context-menu .sub-mobile .c-list-context-menu li:first-child a {
      border-bottom: solid 1px #e6e6e6; }
    .bomgourmet .c-context-menu .sub-mobile .c-list-context-menu li.sub .c-list-context-menu li a {
      color: #CC0023;
      padding: 10px 15px; }
      .bomgourmet .c-context-menu .sub-mobile .c-list-context-menu li.sub .c-list-context-menu li a:after {
        background: #CC0023; }
    .bomgourmet .c-context-menu .sub-mobile.active .c-list-context-menu.scroll-menu {
      transform: scaleY(1);
      max-height: 155px;
      overflow-y: scroll; } }

.bomgourmet .box-center {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  padding-bottom: 30px; }

.bomgourmet .c-section-header {
  padding: 0;
  margin: 0 0 30px 0; }
  .bomgourmet .c-section-header:after {
    display: none; }
  .bomgourmet .c-section-header .c-box-header {
    width: 100%;
    max-width: 100%;
    margin: 13px 0 0 0;
    border-bottom: solid 1px #e6e6e6;
    padding: 7px 0; }
    .bomgourmet .c-section-header .c-box-header svg {
      position: absolute;
      left: 0;
      top: 0;
      float: left;
      width: 20px;
      height: 26px;
      line-height: 28px; }
    .bomgourmet .c-section-header .c-box-header ul {
      position: relative;
      display: inline-block;
      margin: 0;
      float: none; }
      .bomgourmet .c-section-header .c-box-header ul li {
        padding: 0 10px 0 20px; }
        .bomgourmet .c-section-header .c-box-header ul li a {
          text-decoration: none; }
        .bomgourmet .c-section-header .c-box-header ul li svg {
          width: 20px;
          height: 24px; }
        .bomgourmet .c-section-header .c-box-header ul li h1, .bomgourmet .c-section-header .c-box-header ul li .c-title-content {
          padding: 0; }
        .bomgourmet .c-section-header .c-box-header ul li.c-title-content-02 {
          font-size: 1rem;
          margin: 6px 0;
          color: #707070; }
          .bomgourmet .c-section-header .c-box-header ul li.c-title-content-02 a {
            font-size: 1rem;
            color: #707070; }
          .bomgourmet .c-section-header .c-box-header ul li.c-title-content-02 svg * {
            fill: #707070; }

.bomgourmet .c-list-all-bg {
  position: relative;
  float: left;
  width: 100%;
  padding: 0; }
  .bomgourmet .c-list-all-bg .box-title {
    border-top: 1px solid #CC0023; }
    .bomgourmet .c-list-all-bg .box-title strong {
      font-family: Overpass,sans-serif;
      color: #CC0023;
      margin: 0 0 52px;
      font-size: 1.6rem;
      line-height: 0.94;
      font-weight: bold;
      height: 40px;
      width: 20.625rem;
      text-align: left; }
      .bomgourmet .c-list-all-bg .box-title strong:before {
        background: #CC0023; }
    .bomgourmet .c-list-all-bg .box-title svg {
      position: absolute;
      left: 0;
      top: 0;
      float: left;
      width: 20px;
      height: 26px;
      line-height: 28px;
      margin-top: 15px; }
      .bomgourmet .c-list-all-bg .box-title svg path {
        fill: #CC0023; }
  .bomgourmet .c-list-all-bg .c-title {
    font-family: Overpass,sans-serif;
    display: inline-flex;
    width: 22.4375rem;
    height: 2.75rem;
    font-size: 1.4375rem;
    line-height: 1.39;
    font-weight: 400;
    color: #CC0023;
    text-decoration: none;
    text-align: left;
    margin: 0; }
    .bomgourmet .c-list-all-bg .c-title:before {
      content: "\00bb";
      letter-spacing: 5px; }
    .bomgourmet .c-list-all-bg .c-title:hover {
      text-decoration: underline;
      cursor: pointer; }
  .bomgourmet .c-list-all-bg .c-item-bg {
    display: inline-flex;
    border: 0;
    padding: 0;
    height: auto;
    float: left;
    flex-basis: 100%;
    text-align: left;
    width: calc(33% - 4px);
    max-width: calc(33.3% - 4px); }
    .bomgourmet .c-list-all-bg .c-item-bg a {
      width: 100%;
      height: 100%;
      display: inline-block;
      vertical-align: top;
      text-decoration: none; }

.bomgourmet .post .c-content .c-quote,
.bomgourmet .post .c-content .c-quote-text {
  color: #CC0023; }
  .bomgourmet .post .c-content .c-quote:after, .bomgourmet .post .c-content .c-quote:before,
  .bomgourmet .post .c-content .c-quote-text:after,
  .bomgourmet .post .c-content .c-quote-text:before {
    background-color: #CC0023; }
  .bomgourmet .post .c-content .c-quote p a, .bomgourmet .post .c-content .c-quote a,
  .bomgourmet .post .c-content .c-quote-text p a,
  .bomgourmet .post .c-content .c-quote-text a {
    color: #CC0023; }

.bomgourmet.home .c-section-header .c-box-header svg path, .bomgourmet.section-block .c-section-header .c-box-header svg path, .bomgourmet.section-list .c-section-header .c-box-header svg path, .bomgourmet.template-recipe .c-section-header .c-box-header svg path, .bomgourmet.template-note .c-section-header .c-box-header svg path, .bomgourmet.template-post .c-section-header .c-box-header svg path {
  fill: #2a2a2a; }

.bomgourmet.home .c-section-header .c-box-header ul li, .bomgourmet.section-block .c-section-header .c-box-header ul li, .bomgourmet.section-list .c-section-header .c-box-header ul li, .bomgourmet.template-recipe .c-section-header .c-box-header ul li, .bomgourmet.template-note .c-section-header .c-box-header ul li, .bomgourmet.template-post .c-section-header .c-box-header ul li {
  color: #CC0023; }
  .bomgourmet.home .c-section-header .c-box-header ul li a, .bomgourmet.section-block .c-section-header .c-box-header ul li a, .bomgourmet.section-list .c-section-header .c-box-header ul li a, .bomgourmet.template-recipe .c-section-header .c-box-header ul li a, .bomgourmet.template-note .c-section-header .c-box-header ul li a, .bomgourmet.template-post .c-section-header .c-box-header ul li a {
    color: #CC0023; }
  .bomgourmet.home .c-section-header .c-box-header ul li svg *, .bomgourmet.section-block .c-section-header .c-box-header ul li svg *, .bomgourmet.section-list .c-section-header .c-box-header ul li svg *, .bomgourmet.template-recipe .c-section-header .c-box-header ul li svg *, .bomgourmet.template-note .c-section-header .c-box-header ul li svg *, .bomgourmet.template-post .c-section-header .c-box-header ul li svg * {
    fill: #CC0023; }
  .bomgourmet.home .c-section-header .c-box-header ul li h1, .bomgourmet.home .c-section-header .c-box-header ul li .c-title-content, .bomgourmet.section-block .c-section-header .c-box-header ul li h1, .bomgourmet.section-block .c-section-header .c-box-header ul li .c-title-content, .bomgourmet.section-list .c-section-header .c-box-header ul li h1, .bomgourmet.section-list .c-section-header .c-box-header ul li .c-title-content, .bomgourmet.template-recipe .c-section-header .c-box-header ul li h1, .bomgourmet.template-recipe .c-section-header .c-box-header ul li .c-title-content, .bomgourmet.template-note .c-section-header .c-box-header ul li h1, .bomgourmet.template-note .c-section-header .c-box-header ul li .c-title-content, .bomgourmet.template-post .c-section-header .c-box-header ul li h1, .bomgourmet.template-post .c-section-header .c-box-header ul li .c-title-content {
    color: #CC0023; }
  .bomgourmet.home .c-section-header .c-box-header ul li.c-title-content-02, .bomgourmet.section-block .c-section-header .c-box-header ul li.c-title-content-02, .bomgourmet.section-list .c-section-header .c-box-header ul li.c-title-content-02, .bomgourmet.template-recipe .c-section-header .c-box-header ul li.c-title-content-02, .bomgourmet.template-note .c-section-header .c-box-header ul li.c-title-content-02, .bomgourmet.template-post .c-section-header .c-box-header ul li.c-title-content-02 {
    color: #707070; }
    .bomgourmet.home .c-section-header .c-box-header ul li.c-title-content-02 a, .bomgourmet.section-block .c-section-header .c-box-header ul li.c-title-content-02 a, .bomgourmet.section-list .c-section-header .c-box-header ul li.c-title-content-02 a, .bomgourmet.template-recipe .c-section-header .c-box-header ul li.c-title-content-02 a, .bomgourmet.template-note .c-section-header .c-box-header ul li.c-title-content-02 a, .bomgourmet.template-post .c-section-header .c-box-header ul li.c-title-content-02 a {
      color: #707070; }
    .bomgourmet.home .c-section-header .c-box-header ul li.c-title-content-02 svg *, .bomgourmet.section-block .c-section-header .c-box-header ul li.c-title-content-02 svg *, .bomgourmet.section-list .c-section-header .c-box-header ul li.c-title-content-02 svg *, .bomgourmet.template-recipe .c-section-header .c-box-header ul li.c-title-content-02 svg *, .bomgourmet.template-note .c-section-header .c-box-header ul li.c-title-content-02 svg *, .bomgourmet.template-post .c-section-header .c-box-header ul li.c-title-content-02 svg * {
      fill: #707070; }

.bomgourmet.home .c-item.template-note.no-image .overhead svg *,
.bomgourmet.home .c-item.template-note.no-image .c-caption svg *, .bomgourmet.section-block .c-item.template-note.no-image .overhead svg *,
.bomgourmet.section-block .c-item.template-note.no-image .c-caption svg *, .bomgourmet.section-list .c-item.template-note.no-image .overhead svg *,
.bomgourmet.section-list .c-item.template-note.no-image .c-caption svg *, .bomgourmet.template-recipe .c-item.template-note.no-image .overhead svg *,
.bomgourmet.template-recipe .c-item.template-note.no-image .c-caption svg *, .bomgourmet.template-note .c-item.template-note.no-image .overhead svg *,
.bomgourmet.template-note .c-item.template-note.no-image .c-caption svg *, .bomgourmet.template-post .c-item.template-note.no-image .overhead svg *,
.bomgourmet.template-post .c-item.template-note.no-image .c-caption svg * {
  fill: #CC0023; }

.bomgourmet.home .post .c-btn-share-post, .bomgourmet.section-block .post .c-btn-share-post, .bomgourmet.section-list .post .c-btn-share-post, .bomgourmet.template-recipe .post .c-btn-share-post, .bomgourmet.template-note .post .c-btn-share-post, .bomgourmet.template-post .post .c-btn-share-post {
  color: #CC0023; }
  .bomgourmet.home .post .c-btn-share-post svg *, .bomgourmet.section-block .post .c-btn-share-post svg *, .bomgourmet.section-list .post .c-btn-share-post svg *, .bomgourmet.template-recipe .post .c-btn-share-post svg *, .bomgourmet.template-note .post .c-btn-share-post svg *, .bomgourmet.template-post .post .c-btn-share-post svg * {
    fill: #CC0023; }
  .bomgourmet.home .post .c-btn-share-post:hover, .bomgourmet.section-block .post .c-btn-share-post:hover, .bomgourmet.section-list .post .c-btn-share-post:hover, .bomgourmet.template-recipe .post .c-btn-share-post:hover, .bomgourmet.template-note .post .c-btn-share-post:hover, .bomgourmet.template-post .post .c-btn-share-post:hover {
    color: #CC0023;
    text-decoration: none; }
    .bomgourmet.home .post .c-btn-share-post:hover svg path, .bomgourmet.section-block .post .c-btn-share-post:hover svg path, .bomgourmet.section-list .post .c-btn-share-post:hover svg path, .bomgourmet.template-recipe .post .c-btn-share-post:hover svg path, .bomgourmet.template-note .post .c-btn-share-post:hover svg path, .bomgourmet.template-post .post .c-btn-share-post:hover svg path {
      fill: #CC0023; }
    .bomgourmet.home .post .c-btn-share-post:hover span, .bomgourmet.section-block .post .c-btn-share-post:hover span, .bomgourmet.section-list .post .c-btn-share-post:hover span, .bomgourmet.template-recipe .post .c-btn-share-post:hover span, .bomgourmet.template-note .post .c-btn-share-post:hover span, .bomgourmet.template-post .post .c-btn-share-post:hover span {
      border-bottom: 1px solid #CC0023; }

.bomgourmet.home .post .share-post svg path, .bomgourmet.section-block .post .share-post svg path, .bomgourmet.section-list .post .share-post svg path, .bomgourmet.template-recipe .post .share-post svg path, .bomgourmet.template-note .post .share-post svg path, .bomgourmet.template-post .post .share-post svg path {
  fill: #CC0023; }

.bomgourmet.home .post .share-post:hover svg path, .bomgourmet.section-block .post .share-post:hover svg path, .bomgourmet.section-list .post .share-post:hover svg path, .bomgourmet.template-recipe .post .share-post:hover svg path, .bomgourmet.template-note .post .share-post:hover svg path, .bomgourmet.template-post .post .share-post:hover svg path {
  fill: #CC0023; }

.bomgourmet.home .post .salvar-materia, .bomgourmet.section-block .post .salvar-materia, .bomgourmet.section-list .post .salvar-materia, .bomgourmet.template-recipe .post .salvar-materia, .bomgourmet.template-note .post .salvar-materia, .bomgourmet.template-post .post .salvar-materia {
  background-image: url(https://assets.gazetadopovo.com.br/images/svg/ico-save-bomgourmet.svg); }
  .bomgourmet.home .post .salvar-materia.loading, .bomgourmet.section-block .post .salvar-materia.loading, .bomgourmet.section-list .post .salvar-materia.loading, .bomgourmet.template-recipe .post .salvar-materia.loading, .bomgourmet.template-note .post .salvar-materia.loading, .bomgourmet.template-post .post .salvar-materia.loading {
    background-image: url(https://assets.gazetadopovo.com.br/images/svg/loader-salvar-bomgourmet.svg); }
  .bomgourmet.home .post .salvar-materia.active, .bomgourmet.section-block .post .salvar-materia.active, .bomgourmet.section-list .post .salvar-materia.active, .bomgourmet.template-recipe .post .salvar-materia.active, .bomgourmet.template-note .post .salvar-materia.active, .bomgourmet.template-post .post .salvar-materia.active {
    background-image: url(https://assets.gazetadopovo.com.br/images/svg/ico-save-blue.svg); }

.bomgourmet.home .post .c-content-header .c-overhead, .bomgourmet.section-block .post .c-content-header .c-overhead, .bomgourmet.section-list .post .c-content-header .c-overhead, .bomgourmet.template-recipe .post .c-content-header .c-overhead, .bomgourmet.template-note .post .c-content-header .c-overhead, .bomgourmet.template-post .post .c-content-header .c-overhead {
  color: #CC0023; }
  .bomgourmet.home .post .c-content-header .c-overhead:before, .bomgourmet.section-block .post .c-content-header .c-overhead:before, .bomgourmet.section-list .post .c-content-header .c-overhead:before, .bomgourmet.template-recipe .post .c-content-header .c-overhead:before, .bomgourmet.template-note .post .c-content-header .c-overhead:before, .bomgourmet.template-post .post .c-content-header .c-overhead:before {
    background: #CC0023; }

.bomgourmet.template-note .c-list-notes .c-item-note .overhead.note,
.bomgourmet.template-note .c-list-notes .c-item-note .c-caption.note {
  color: #CC0023; }
  .bomgourmet.template-note .c-list-notes .c-item-note .overhead.note:before,
  .bomgourmet.template-note .c-list-notes .c-item-note .c-caption.note:before {
    content: "";
    background: url(https://assets.gazetadopovo.com.br/images/svg/ico-breves-red.svg); }
  .bomgourmet.template-note .c-list-notes .c-item-note .overhead.note svg *,
  .bomgourmet.template-note .c-list-notes .c-item-note .c-caption.note svg * {
    fill: #CC0023; }

.bomgourmet.template-note .box-title {
  border-color: #CC0023; }
  .bomgourmet.template-note .box-title a {
    color: #CC0023;
    border-color: #CC0023; }

.bomgourmet.template-note .share-post svg * {
  fill: #CC0023; }

.bomgourmet .c-social-reactions {
  margin-bottom: 40px; }

.bomgourmet .c-content {
  float: left;
  width: 100%;
  background: #ffffff; }
  .bomgourmet .c-content .c-content {
    background: transparent; }

.bomgourmet .comments__form .form button,
.bomgourmet .box-communication-errors .form button {
  background: #CC0023; }
  .bomgourmet .comments__form .form button.no-bg,
  .bomgourmet .box-communication-errors .form button.no-bg {
    background: transparent; }

.bomgourmet .c-comments-box {
  border: 1px solid #CC0023;
  background-color: #CC0023; }

.bomgourmet .c-recommendation .box-title {
  border-top: 1px solid #CC0023; }

.bomgourmet .c-item .overhead {
  border-color: #CC0023; }

.bomgourmet .c-item .c-caption:before {
  background: #CC0023; }

.bomgourmet .c-item .overhead,
.bomgourmet .c-item .c-caption {
  color: #CC0023; }
  .bomgourmet .c-item .overhead.no-image svg *,
  .bomgourmet .c-item .c-caption.no-image svg * {
    fill: #CC0023; }

.bomgourmet .c-item.template-article .overhead {
  border-color: #CC0023; }

.bomgourmet .c-item .share-post svg path {
  fill: #CC0023; }

.bomgourmet .c-item .share-post:hover svg path {
  fill: #CC0023; }

.bomgourmet .c-item .salvar-materia {
  background-image: url(https://assets.gazetadopovo.com.br/images/svg/ico-save-bomgourmet.svg); }
  .bomgourmet .c-item .salvar-materia.loading {
    background-image: url(https://assets.gazetadopovo.com.br/images/svg/loader-salvar-bomgourmet.svg); }
  .bomgourmet .c-item .salvar-materia.active {
    background-image: url(https://assets.gazetadopovo.com.br/images/svg/ico-save-blue.svg); }

.bomgourmet .c-item-comments {
  color: #CC0023; }
  .bomgourmet .c-item-comments svg path {
    fill: #CC0023; }
  .bomgourmet .c-item-comments:hover svg path {
    fill: #CC0023; }

.bomgourmet .comments-counter {
  color: #CC0023; }

.bomgourmet p.c-message {
  font-family: "Merriweather", serif;
  font-size: .875rem;
  line-height: 18px;
  margin-bottom: 0;
  color: #707070; }

.bomgourmet .post .c-content-header .c-overhead {
  border-color: #CC0023;
  color: #CC0023; }

.bomgourmet .post .c-content-header .mobile-hide {
  float: left;
  width: auto; }
  .bomgourmet .post .c-content-header .mobile-hide.c-btn-share-post {
    position: relative;
    bottom: 0;
    right: 0;
    float: right;
    min-height: 48px; }
  .bomgourmet .post .c-content-header .mobile-hide .c-btn-share-mobile {
    position: relative;
    bottom: 0;
    right: 0; }
    .bomgourmet .post .c-content-header .mobile-hide .c-btn-share-mobile span {
      padding: 11px 12px; }
  .bomgourmet .post .c-content-header .mobile-hide .c-box-transparency {
    margin: 10px 0 20px 0; }

.bomgourmet .post .c-content-header .c-btn-share-mobile.desktop-show {
  position: relative;
  bottom: 0;
  right: 0; }
  .bomgourmet .post .c-content-header .c-btn-share-mobile.desktop-show span {
    padding: 11px 12px; }

.bomgourmet .post .c-article-box {
  padding-left: 0;
  border-left: 0; }
  .bomgourmet .post .c-article-box.box-indicated-post {
    margin-top: 30px; }
  .bomgourmet .post .c-article-box.box-top-headlines .box-title {
    border-top: 1px solid #CC0023;
    color: #CC0023; }
    .bomgourmet .post .c-article-box.box-top-headlines .box-title strong a,
    .bomgourmet .post .c-article-box.box-top-headlines .box-title .strong a {
      color: #CC0023; }
    .bomgourmet .post .c-article-box.box-top-headlines .box-title strong:before,
    .bomgourmet .post .c-article-box.box-top-headlines .box-title .strong:before {
      background: #CC0023; }
  .bomgourmet .post .c-article-box.box-indicated-post {
    border-left: 0;
    padding-left: 0; }
    .bomgourmet .post .c-article-box.box-indicated-post .box-title {
      border-top: 1px solid #CC0023;
      color: #CC0023; }
      .bomgourmet .post .c-article-box.box-indicated-post .box-title strong a,
      .bomgourmet .post .c-article-box.box-indicated-post .box-title .strong a {
        color: #CC0023; }
      .bomgourmet .post .c-article-box.box-indicated-post .box-title strong:before,
      .bomgourmet .post .c-article-box.box-indicated-post .box-title .strong:before {
        background: #CC0023; }

.bomgourmet.video .post-video {
  margin-bottom: 0; }

.bomgourmet.podcast .post-podcast {
  margin-bottom: 0; }
  .bomgourmet.podcast .post-podcast .mobile-hide {
    float: left;
    width: auto; }
    .bomgourmet.podcast .post-podcast .mobile-hide.c-btn-share-post {
      position: relative;
      bottom: 0;
      right: 0;
      float: right;
      min-height: 48px; }
    .bomgourmet.podcast .post-podcast .mobile-hide .c-btn-share-mobile {
      position: relative;
      bottom: 0;
      right: 0; }
      .bomgourmet.podcast .post-podcast .mobile-hide .c-btn-share-mobile span {
        padding: 11px 12px; }
    .bomgourmet.podcast .post-podcast .mobile-hide .c-box-transparency {
      margin: 10px 0 20px 0; }
  .bomgourmet.podcast .post-podcast .c-btn-share-mobile.desktop-show {
    position: relative;
    bottom: 0;
    right: 0; }
    .bomgourmet.podcast .post-podcast .c-btn-share-mobile.desktop-show span {
      padding: 11px 12px; }

.bomgourmet.video audio, .bomgourmet.podcast audio {
  display: inline-flex;
  width: 100%;
  margin-bottom: 30px; }

.bomgourmet.video .end-post, .bomgourmet.podcast .end-post {
  background: #ffffff;
  margin: 0; }

.bomgourmet.video .c-article-box ul li .c-box-description, .bomgourmet.podcast .c-article-box ul li .c-box-description {
  width: 100%; }

@media screen and (max-width: 1247px) {
  .bomgourmet.video .post-podcast .c-content, .bomgourmet.podcast .post-podcast .c-content {
    background: #ffffff;
    float: left;
    max-width: 100%;
    margin: 0; } }

.bomgourmet.not-found {
  padding: 0; }
  .bomgourmet.not-found .not-found {
    padding-top: 10px; }
  .bomgourmet.not-found .col-8 .c-content {
    text-align: left; }
    .bomgourmet.not-found .col-8 .c-content .c-title {
      max-width: 31.875rem;
      font-family: Overpass,sans-serif;
      font-size: 2.375rem;
      line-height: 1.32;
      color: #CC0023;
      margin: 0 0 10px; }
    .bomgourmet.not-found .col-8 .c-content p {
      max-width: 35rem;
      font-family: Overpass,sans-serif;
      font-size: 1.5rem;
      line-height: 1.54; }
    .bomgourmet.not-found .col-8 .c-content form input[type=text] {
      font-family: Overpass,sans-serif;
      font-size: 1.625rem;
      max-width: 25rem;
      height: 3.375rem;
      line-height: 2.4375rem;
      border: solid 1px #707070;
      margin-right: 0;
      background-color: #fff;
      float: left; }
    .bomgourmet.not-found .col-8 .c-content form button {
      font-family: Overpass,sans-serif;
      font-size: 1.375rem;
      width: 11.1875rem;
      height: 3.375rem;
      background: #CC0023;
      border: none;
      border-radius: 0;
      float: left; }
      .bomgourmet.not-found .col-8 .c-content form button:hover {
        color: #fff; }
    @media screen and (max-width: 768px) {
      .bomgourmet.not-found .col-8 .c-content {
        text-align: center; }
        .bomgourmet.not-found .col-8 .c-content form input[type=text] {
          position: relative;
          left: 4px;
          float: none; }
        .bomgourmet.not-found .col-8 .c-content form button {
          float: none; } }
    @media screen and (max-width: 767px) {
      .bomgourmet.not-found .col-8 .c-content {
        text-align: center; }
        .bomgourmet.not-found .col-8 .c-content .c-title {
          font-size: 1.625rem;
          line-height: 1.38; }
        .bomgourmet.not-found .col-8 .c-content p {
          font-size: 1.0625rem;
          line-height: 1.41; }
        .bomgourmet.not-found .col-8 .c-content form input[type=text] {
          font-size: 1.125rem;
          max-width: 12.5rem;
          height: 2.6875rem;
          line-height: 1.56; }
        .bomgourmet.not-found .col-8 .c-content form button {
          font-size: 1rem;
          width: 5.375rem;
          height: 2.6875rem;
          line-height: 1.56; }
          .bomgourmet.not-found .col-8 .c-content form button:hover {
            color: #fff; } }
  @media screen and (max-width: 767px) {
    .bomgourmet.not-found .c-list-all-bg .c-item-bg.no-image {
      width: 100%;
      max-width: 100%;
      display: unset; } }
  @media screen and (max-width: 989px) {
    .bomgourmet.not-found .col-8 {
      margin-bottom: 70px; } }
  @media screen and (min-width: 1024px) {
    .bomgourmet.not-found .col-4, .bomgourmet.not-found .col-8 {
      float: left;
      width: 100%;
      margin: 50px 0 100px; }
    .bomgourmet.not-found .col-4 {
      max-width: 33.33333%; }
    .bomgourmet.not-found .col-8 {
      max-width: 66.66667%; } }
  @media screen and (min-width: 768px) and (max-width: 989px) {
    .bomgourmet.not-found .col-4 {
      width: 100%; }
    .bomgourmet.not-found .col-8 .c-content .c-title,
    .bomgourmet.not-found .col-8 .c-content p {
      max-width: 46.875rem; }
    .bomgourmet.not-found .c-list-all-bg .c-item-bg.no-image {
      width: calc(50% - 4px);
      max-width: calc(50% - 4px); } }

@media screen and (max-width: 767px) {
  .bomgourmet .c-social-reactions {
    margin-bottom: 20px; }
  .bomgourmet .post .c-content-header .c-btn-share-post.mobile-hide {
    display: none; }
  .bomgourmet .post .mobile-show .c-credits {
    padding-right: 120px;
    margin-bottom: 30px; }
    .bomgourmet .post .mobile-show .c-credits .share-comments {
      position: absolute;
      right: 0;
      top: 0; }
      .bomgourmet .post .mobile-show .c-credits .share-comments .c-btn-share-mobile {
        position: relative;
        bottom: 0;
        right: 0; }
      .bomgourmet .post .mobile-show .c-credits .share-comments .c-btn-share-post {
        position: relative;
        bottom: 0;
        right: 0;
        min-height: 48px; }
  .bomgourmet .post .mobile-show .c-box-transparency {
    margin-top: 10px; }
  .bomgourmet .c-section-header .c-box-header {
    max-width: 100%; }
    .bomgourmet .c-section-header .c-box-header ul li {
      font-size: 1.25rem; }
      .bomgourmet .c-section-header .c-box-header ul li a {
        font-size: 1.25rem; }
  .bomgourmet.podcast .post-podcast .c-credits {
    width: 100%; }
  .bomgourmet.podcast .post-podcast .c-btn-share-post.mobile-hide {
    display: none; } }

@media screen and (max-width: 767px) {
  .post .c-btn-share-post.mobile-hide {
    display: none; }
  .post .c-content-header .c-btn-share-post.mobile-hide {
    display: none; }
  .post .mobile-show .c-credits {
    padding-right: 120px;
    margin-bottom: 10px; }
    .post .mobile-show .c-credits .share-comments {
      position: absolute;
      right: 0;
      top: 0; }
      .post .mobile-show .c-credits .share-comments .c-btn-share-mobile {
        position: relative;
        bottom: 0;
        right: 0; }
      .post .mobile-show .c-credits .share-comments .c-btn-share-post {
        position: relative;
        bottom: 0;
        right: 0;
        min-height: 48px; } }

.haus-page .box-ads-header {
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .haus-page .box-ads-header {
      min-height: 156px; } }

.header-haus {
  float: left;
  min-height: 70px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 11; }
  .header-haus .box-menu {
    background: #b9dae2;
    float: left;
    position: relative;
    width: 100%; }
    .header-haus .box-menu .wrapper-fixed {
      clear: both;
      float: left;
      margin: 0 auto;
      position: relative;
      width: 100%; }
  .header-haus .logo {
    float: left;
    height: 70px;
    padding-top: 12px;
    position: relative;
    vertical-align: top;
    width: auto; }
    .header-haus .logo svg {
      display: inline-flex;
      height: 46px;
      width: 125px;
      fill: #806f59; }
  .header-haus .c-ads.pos-mod-patrocinio, .header-haus .c-ads.pos-mod-apoio {
    margin: 0 0 20px;
    position: relative; }
  .header-haus .c-ads.pos-mod-apoio::before {
    content: "";
    border-left: 1px solid #e6e6e6; }
  .header-haus .ads-fixed-secondary {
    background: #ffffff;
    float: left;
    position: relative;
    text-align: center;
    width: 100%; }
    .header-haus .ads-fixed-secondary .ads-patrocinio-apoio {
      align-items: center;
      border-bottom: 1px solid #e6e6e6;
      display: flex;
      justify-content: center;
      margin: 20px auto 0;
      width: 100%; }
      .header-haus .ads-fixed-secondary .ads-patrocinio-apoio:after {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #b9dae2;
        content: "";
        height: 0;
        left: calc(50% - 8px);
        position: absolute;
        top: 0;
        width: 0; }
      .header-haus .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-patrocinio, .header-haus .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-apoio {
        background: none;
        display: flex;
        float: none;
        margin: 0 0 20px;
        vertical-align: top;
        width: auto; }
        .header-haus .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-patrocinio > div, .header-haus .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-apoio > div {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-content: center;
          align-items: center;
          flex-direction: column;
          height: auto;
          width: auto; }
          .header-haus .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-patrocinio > div > div, .header-haus .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-apoio > div > div {
            display: inline-block;
            padding: 0 10px 10px 10px;
            text-align: center; }
            .header-haus .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-patrocinio > div > div:before, .header-haus .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-apoio > div > div:before {
              content: "";
              display: inline-block;
              left: 0;
              margin: 20px 0 10px 0;
              position: absolute;
              top: 0;
              width: 100%; }
            .header-haus .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-patrocinio > div > div iframe, .header-haus .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-apoio > div > div iframe {
              max-height: 60px;
              margin: 30px 0 20px; }
              .header-haus .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-patrocinio > div > div iframe img, .header-haus .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-apoio > div > div iframe img {
                max-height: 100%; }
      @media screen and (max-width: 767px) {
        .header-haus .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.ads-desktop {
          display: none; }
        .header-haus .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.ads-mobile {
          display: flex; } }
  .header-haus.fixed {
    z-index: 9999999999999; }
    .header-haus.fixed .box-menu {
      background: #ffffff;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
      display: block;
      float: left;
      height: 70px;
      left: 0;
      position: fixed;
      top: 0; }
      .header-haus.fixed .box-menu .wrapper-fixed {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        float: none;
        max-width: 1148px;
        padding: 0 15px; }
        .header-haus.fixed .box-menu .wrapper-fixed > .wrapper {
          flex: 1;
          float: left;
          padding: 0;
          text-align: center;
          width: auto; }
    .header-haus.fixed .c-context-menu {
      display: none; }
    .header-haus.fixed .logo {
      display: inline-block;
      float: none;
      height: 70px;
      padding: 10px 0;
      text-align: center;
      width: 102px; }
      .header-haus.fixed .logo svg {
        height: 46px;
        width: 125px; }
    .header-haus.fixed .ads-fixed-secondary {
      background: #ffffff;
      display: none;
      flex-basis: auto;
      position: absolute;
      right: 15px;
      top: 0;
      width: auto;
      z-index: 1; }
      .header-haus.fixed .ads-fixed-secondary > .wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        display: block;
        flex-direction: row-reverse;
        flex: 1;
        padding-left: 15px;
        padding: 0;
        width: auto; }
      .header-haus.fixed .ads-fixed-secondary .c-ads.pos-mod-patrocinio, .header-haus.fixed .ads-fixed-secondary .c-ads.pos-mod-apoio {
        clear: initial;
        float: right;
        z-index: 10; }
        .header-haus.fixed .ads-fixed-secondary .c-ads.pos-mod-patrocinio > div, .header-haus.fixed .ads-fixed-secondary .c-ads.pos-mod-apoio > div {
          height: 70px; }
          .header-haus.fixed .ads-fixed-secondary .c-ads.pos-mod-patrocinio > div > div, .header-haus.fixed .ads-fixed-secondary .c-ads.pos-mod-apoio > div > div {
            display: inline-flex;
            padding: 0; }
            .header-haus.fixed .ads-fixed-secondary .c-ads.pos-mod-patrocinio > div > div:after, .header-haus.fixed .ads-fixed-secondary .c-ads.pos-mod-apoio > div > div:after {
              display: none; }
            .header-haus.fixed .ads-fixed-secondary .c-ads.pos-mod-patrocinio > div > div:before, .header-haus.fixed .ads-fixed-secondary .c-ads.pos-mod-apoio > div > div:before {
              line-height: 60px;
              margin: 0px;
              padding-right: 10px;
              vertical-align: bottom;
              width: auto; }
            .header-haus.fixed .ads-fixed-secondary .c-ads.pos-mod-patrocinio > div > div iframe img, .header-haus.fixed .ads-fixed-secondary .c-ads.pos-mod-apoio > div > div iframe img {
              max-height: 100%; }
      .header-haus.fixed .ads-fixed-secondary > div {
        position: relative; }
    .header-haus.fixed .btn-assine {
      display: block; }

.section-block .header-haus {
  margin-bottom: 40px; }

@media screen and (max-width: 989px) {
  .haus .header-haus .logo {
    height: auto;
    padding: 15px 0; }
    .haus .header-haus .logo a {
      float: left; }
    .haus .header-haus .logo svg {
      height: 37px;
      width: 102px; }
  .haus .header-haus .c-context-menu {
    padding: 23px 0; }
    .haus .header-haus .c-context-menu .c-list-context-menu li.sub .c-list-context-menu li a {
      color: #806f59;
      padding: 10px 15px; }
  .haus .header-haus.fixed .c-context-menu .c-list-context-menu li.sub .c-list-context-menu li a {
    color: #806f59;
    padding: 10px 15px; } }

@media screen and (max-width: 767px) {
  .header-haus {
    min-height: 56px; }
    .header-haus .box-menu .btn-assine {
      left: 15px;
      margin-top: 15px;
      position: absolute;
      top: 0; }
    .header-haus .logo {
      height: 56px;
      padding: 13px 0px;
      width: 50%; }
      .header-haus .logo a {
        display: inline-block; }
      .header-haus .logo svg {
        height: 30px;
        width: 120px; }
      .header-haus .logo svg {
        height: 30px;
        width: auto; } }

.c-modal-content {
  display: flex;
  width: 100%; }
  .c-modal-content .save-read-later-information {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    margin-top: 30px;
    width: 100%; }
    .c-modal-content .save-read-later-information svg {
      height: 48px;
      width: 48px; }
    .c-modal-content .save-read-later-information .title {
      font-size: 1.125rem;
      font-family: "Merriweather";
      font-weight: bold;
      line-height: 1.44;
      margin-top: 30px;
      text-align: center;
      width: 277px; }
    .c-modal-content .save-read-later-information .btn-assine {
      font-size: 1rem;
      align-items: center;
      background-color: #e66a1d;
      border-radius: 20px;
      color: #fff;
      cursor: pointer;
      font-family: "Overpass", sans-serif;
      font-weight: bold;
      justify-content: center;
      margin: 24px 0;
      padding: 10px 24px;
      text-align: center;
      text-decoration: none;
      transition: all 0.5s ease;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .c-modal-content .save-read-later-information .btn-assine {
          font-size: 0.875rem; } }
      .c-modal-content .save-read-later-information .btn-assine:hover {
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
    .c-modal-content .save-read-later-information .message-login {
      font-size: 1rem;
      font-family: "Overpass", sans-serif;
      font-weight: bold;
      line-height: 1.56;
      text-align: center; }
      .c-modal-content .save-read-later-information .message-login .link-login {
        color: #3a66c8;
        cursor: pointer;
        text-decoration: none; }
        .c-modal-content .save-read-later-information .message-login .link-login:hover {
          text-decoration: underline; }
    .c-modal-content .save-read-later-information .message-minha-gazeta {
      font-size: 0.875rem;
      align-items: center;
      font-family: "Overpass", sans-serif;
      justify-content: center;
      line-height: 1.57;
      margin-top: 27px; }
      .c-modal-content .save-read-later-information .message-minha-gazeta .link-minha-gazeta-home {
        display: flex;
        align-items: center;
        color: #3a66c8;
        cursor: pointer;
        margin: 0 10px 0 3px;
        text-decoration: none; }
        .c-modal-content .save-read-later-information .message-minha-gazeta .link-minha-gazeta-home:hover {
          text-decoration: underline; }
      .c-modal-content .save-read-later-information .message-minha-gazeta svg {
        margin-left: 5px;
        height: 14px;
        width: 14px; }
    .c-modal-content .save-read-later-information .saved-header {
      align-items: flex-start;
      margin-left: 10px;
      width: 100%; }
      .c-modal-content .save-read-later-information .saved-header svg {
        height: 36px;
        width: 36px; }
        .c-modal-content .save-read-later-information .saved-header svg path {
          fill: #1179f4;
          stroke: none; }
      .c-modal-content .save-read-later-information .saved-header .title {
        font-size: 1.125rem;
        font-family: "Merriweather";
        font-weight: bold;
        line-height: 1.44;
        margin: 0 0 24px 16px;
        text-align: left;
        width: 208px; }
    .c-modal-content .save-read-later-information .saved-message-body {
      width: 265px;
      padding: 0 20px; }
      .c-modal-content .save-read-later-information .saved-message-body span {
        font-size: 1rem;
        align-items: center;
        font-family: "Overpass", sans-serif;
        line-height: 1.56;
        position: relative;
        text-align: left; }
        .c-modal-content .save-read-later-information .saved-message-body span svg {
          bottom: 0;
          height: 24px;
          left: 60px;
          position: absolute;
          width: 24px; }
    .c-modal-content .save-read-later-information .information-minha-gazeta {
      font-size: 1rem;
      font-family: "Overpass", sans-serif;
      line-height: 1.56;
      margin: 24px 0 32px;
      text-align: left;
      width: 265px;
      padding: 0 20px; }
      .c-modal-content .save-read-later-information .information-minha-gazeta strong {
        font-weight: bold; }
    .c-modal-content .save-read-later-information .btn-agree {
      font-size: 1rem;
      background-color: #315095;
      border-radius: 20px;
      border: none;
      color: #fff;
      cursor: pointer;
      float: left;
      font-family: "Overpass", sans-serif;
      height: 40px;
      margin-bottom: 32px;
      padding: 10px 29px 9px;
      transition: all 0.5s ease-in-out;
      width: 142px; }
      .c-modal-content .save-read-later-information .btn-agree:hover {
        box-shadow: 0 3px 6px 0 0, 0, 0, 0.16; }

#modal-read-later .c-modal,
#modal-read-later-not-subscriber .c-modal {
  align-items: center;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: calc(50% - 170px);
  max-width: 340px; }
  @media screen and (max-width: 767px) {
    #modal-read-later .c-modal,
    #modal-read-later-not-subscriber .c-modal {
      left: calc(50% - 160px);
      max-width: 320px; } }
  #modal-read-later .c-modal .c-modal-header .btn-close,
  #modal-read-later-not-subscriber .c-modal .c-modal-header .btn-close {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 20px;
    z-index: 20; }
    #modal-read-later .c-modal .c-modal-header .btn-close:before, #modal-read-later .c-modal .c-modal-header .btn-close:after,
    #modal-read-later-not-subscriber .c-modal .c-modal-header .btn-close:before,
    #modal-read-later-not-subscriber .c-modal .c-modal-header .btn-close:after {
      background-color: #707070; }
  #modal-read-later .c-modal .c-modal-content,
  #modal-read-later-not-subscriber .c-modal .c-modal-content {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 20px;
    position: relative;
    width: 100%; }

.relative {
  position: relative; }

.haus-page .c-btn-share-post-footer {
  background: #806f59; }

.haus-page .block.type-special.style-light-grey .block-title a {
  color: #2a2a2a; }

.haus-page .block.style-default .block-title {
  border-color: #806f59; }
  .haus-page .block.style-default .block-title a {
    color: #806f59;
    border-color: #806f59; }

.haus-page .c-article-box {
  padding-left: 0;
  border-left: 0; }
  .haus-page .c-article-box.box-indicated-post {
    margin-top: 30px; }
  .haus-page .c-article-box.box-vozes, .haus-page .c-article-box.box-top-headlines, .haus-page .c-article-box.box-indicated-post {
    border-left: 0;
    padding-left: 0; }
    .haus-page .c-article-box.box-vozes .box-title, .haus-page .c-article-box.box-top-headlines .box-title, .haus-page .c-article-box.box-indicated-post .box-title {
      border-top: 1px solid #806f59;
      color: #806f59; }
      .haus-page .c-article-box.box-vozes .box-title a:first-child, .haus-page .c-article-box.box-top-headlines .box-title a:first-child, .haus-page .c-article-box.box-indicated-post .box-title a:first-child {
        color: #806f59;
        border-color: #806f59; }
      .haus-page .c-article-box.box-vozes .box-title strong a,
      .haus-page .c-article-box.box-vozes .box-title .strong a, .haus-page .c-article-box.box-top-headlines .box-title strong a,
      .haus-page .c-article-box.box-top-headlines .box-title .strong a, .haus-page .c-article-box.box-indicated-post .box-title strong a,
      .haus-page .c-article-box.box-indicated-post .box-title .strong a {
        color: #2a2a2a; }
      .haus-page .c-article-box.box-vozes .box-title strong:before,
      .haus-page .c-article-box.box-vozes .box-title .strong:before, .haus-page .c-article-box.box-top-headlines .box-title strong:before,
      .haus-page .c-article-box.box-top-headlines .box-title .strong:before, .haus-page .c-article-box.box-indicated-post .box-title strong:before,
      .haus-page .c-article-box.box-indicated-post .box-title .strong:before {
        background: #806f59; }

.section .haus.section-block .header-haus .wrapper {
  padding: 0 15px; }

.haus .c-context-menu {
  padding: 17px 0 9px; }
  .haus .c-context-menu .c-list-context-menu {
    padding: 10px 0;
    border-color: #806f59; }
    .haus .c-context-menu .c-list-context-menu li a {
      position: relative;
      color: #806f59;
      font-size: 1rem;
      font-weight: bold;
      padding: 0 15px;
      line-height: 125%; }
      @media screen and (max-width: 767px) {
        .haus .c-context-menu .c-list-context-menu li a {
          padding: 10px 15px; } }
      .haus .c-context-menu .c-list-context-menu li a:after {
        background: #806f59;
        margin-right: 0;
        margin-top: -10px;
        position: absolute;
        right: 0;
        top: 10px; }
        @media screen and (max-width: 767px) {
          .haus .c-context-menu .c-list-context-menu li a:after {
            margin-top: 0; } }
    .haus .c-context-menu .c-list-context-menu li.sub .c-list-context-menu {
      border: 1px solid #806f59; }
      @media screen and (max-width: 989px) {
        .haus .c-context-menu .c-list-context-menu li.sub .c-list-context-menu {
          border: none; } }
    .haus .c-context-menu .c-list-context-menu li.sub svg * {
      fill: #806f59; }
    .haus .c-context-menu .c-list-context-menu li:last-child a:after {
      display: none; }
  .haus .c-context-menu .sub-mobile {
    border: none;
    outline: none;
    background-color: transparent; }
    .haus .c-context-menu .sub-mobile .link-subMobile {
      background: #806f59;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
      border: 0;
      color: #ffffff;
      height: 25px;
      width: 65px;
      border-radius: 6px;
      text-align: center;
      margin: 0;
      padding: 0 18px 0 10px; }
      .haus .c-context-menu .sub-mobile .link-subMobile svg {
        display: inline-block;
        position: absolute;
        fill: none;
        width: 24px;
        height: 25px;
        margin: 0; }
        .haus .c-context-menu .sub-mobile .link-subMobile svg path {
          fill: #ffffff; }
        .haus .c-context-menu .sub-mobile .link-subMobile svg .cls-1 {
          fill: #ffffff;
          stroke: #ffffff; }
      .haus .c-context-menu .sub-mobile .link-subMobile:focus, .haus .c-context-menu .sub-mobile .link-subMobile:hover {
        outline: none;
        opacity: 0.8; }

.haus.podcast .c-context-menu .c-list-context-menu li.sub svg *, .haus.video .c-context-menu .c-list-context-menu li.sub svg * {
  fill: #806f59; }

.haus.podcast .c-context-menu .c-list-context-menu li.sub .c-list-context-menu li a, .haus.video .c-context-menu .c-list-context-menu li.sub .c-list-context-menu li a {
  color: #806f59; }

@media screen and (max-width: 767px) {
  .haus .c-context-menu {
    padding: 15px 0 10px 0; }
    .haus .c-context-menu .sub-mobile .c-list-context-menu li a {
      color: #806f59; }
      .haus .c-context-menu .sub-mobile .c-list-context-menu li a:after {
        background: #806f59; }
    .haus .c-context-menu .sub-mobile .c-list-context-menu li:first-child a {
      border-bottom: solid 1px #e6e6e6; }
    .haus .c-context-menu .sub-mobile .c-list-context-menu li.sub .c-list-context-menu li a {
      color: #806f59;
      padding: 10px 15px; }
      .haus .c-context-menu .sub-mobile .c-list-context-menu li.sub .c-list-context-menu li a:after {
        background: #806f59; }
    .haus .c-context-menu .sub-mobile.active .c-list-context-menu.scroll-menu {
      transform: scaleY(1);
      max-height: 155px;
      overflow-y: scroll; } }

.haus .box-center {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  padding-bottom: 30px; }

.haus .c-section-header {
  padding: 0;
  margin: 0 0 30px 0;
  z-index: 9; }
  .haus .c-section-header:after {
    display: none; }
  .haus .c-section-header .c-box-header {
    width: 100%;
    max-width: 100%;
    margin: 13px 0 0 0;
    border-bottom: solid 1px #e6e6e6;
    padding: 7px 0; }
    .haus .c-section-header .c-box-header svg {
      position: absolute;
      left: 0;
      top: 0;
      float: left;
      width: 20px;
      height: 26px;
      line-height: 28px; }
    .haus .c-section-header .c-box-header ul {
      position: relative;
      display: inline-block;
      margin: 0;
      float: none; }
      .haus .c-section-header .c-box-header ul li {
        padding: 0 10px 0 20px; }
        .haus .c-section-header .c-box-header ul li a {
          text-decoration: none; }
        .haus .c-section-header .c-box-header ul li svg {
          width: 20px;
          height: 24px; }
        .haus .c-section-header .c-box-header ul li h1,
        .haus .c-section-header .c-box-header ul li .c-title-content {
          padding: 0;
          color: #806f59; }
        .haus .c-section-header .c-box-header ul li.c-title-content-02 {
          font-size: 1rem;
          margin: 6px 0;
          color: #806f59; }
          .haus .c-section-header .c-box-header ul li.c-title-content-02 a {
            font-size: 1rem;
            color: #707070; }
          .haus .c-section-header .c-box-header ul li.c-title-content-02 svg * {
            fill: #707070; }

.haus .c-list-all-bg {
  position: relative;
  float: left;
  width: 100%;
  padding: 0; }
  .haus .c-list-all-bg .box-title {
    border-top: 1px solid #806f59; }
    .haus .c-list-all-bg .box-title strong {
      font-family: Overpass, sans-serif;
      color: #806f59;
      margin: 0 0 52px;
      font-size: 1.6rem;
      line-height: 0.94;
      font-weight: bold;
      height: 40px;
      width: 20.625rem;
      text-align: left; }
      .haus .c-list-all-bg .box-title strong:before {
        background: #806f59; }
    .haus .c-list-all-bg .box-title svg {
      position: absolute;
      left: 0;
      top: 0;
      float: left;
      width: 20px;
      height: 26px;
      line-height: 28px;
      margin-top: 15px; }
      .haus .c-list-all-bg .box-title svg path {
        fill: #806f59; }
  .haus .c-list-all-bg .c-title {
    font-family: Overpass, sans-serif;
    display: inline-flex;
    width: 22.4375rem;
    height: 2.75rem;
    font-size: 1.4375rem;
    line-height: 1.39;
    font-weight: 400;
    color: #555555;
    text-decoration: none;
    text-align: left;
    margin: 0; }
    .haus .c-list-all-bg .c-title:before {
      content: "\00bb";
      letter-spacing: 5px; }
    .haus .c-list-all-bg .c-title:hover {
      text-decoration: underline;
      cursor: pointer; }
  .haus .c-list-all-bg .c-item-bg {
    display: inline-flex;
    border: 0;
    padding: 0;
    height: auto;
    float: left;
    flex-basis: 100%;
    text-align: left;
    width: calc(33% - 4px);
    max-width: calc(33.3% - 4px); }
    .haus .c-list-all-bg .c-item-bg a {
      width: 100%;
      height: 100%;
      display: inline-block;
      vertical-align: top;
      text-decoration: none; }

.haus.home .c-section-header .c-box-header svg path, .haus.section-block .c-section-header .c-box-header svg path, .haus.section-list .c-section-header .c-box-header svg path, .haus.template-note .c-section-header .c-box-header svg path, .haus.template-post .c-section-header .c-box-header svg path {
  fill: #2a2a2a; }

.haus.home .c-section-header .c-box-header ul li, .haus.section-block .c-section-header .c-box-header ul li, .haus.section-list .c-section-header .c-box-header ul li, .haus.template-note .c-section-header .c-box-header ul li, .haus.template-post .c-section-header .c-box-header ul li {
  color: #806f59; }
  .haus.home .c-section-header .c-box-header ul li a, .haus.section-block .c-section-header .c-box-header ul li a, .haus.section-list .c-section-header .c-box-header ul li a, .haus.template-note .c-section-header .c-box-header ul li a, .haus.template-post .c-section-header .c-box-header ul li a {
    color: #806f59; }
  .haus.home .c-section-header .c-box-header ul li svg *, .haus.section-block .c-section-header .c-box-header ul li svg *, .haus.section-list .c-section-header .c-box-header ul li svg *, .haus.template-note .c-section-header .c-box-header ul li svg *, .haus.template-post .c-section-header .c-box-header ul li svg * {
    fill: #806f59; }
  .haus.home .c-section-header .c-box-header ul li h1,
  .haus.home .c-section-header .c-box-header ul li .c-title-content, .haus.section-block .c-section-header .c-box-header ul li h1,
  .haus.section-block .c-section-header .c-box-header ul li .c-title-content, .haus.section-list .c-section-header .c-box-header ul li h1,
  .haus.section-list .c-section-header .c-box-header ul li .c-title-content, .haus.template-note .c-section-header .c-box-header ul li h1,
  .haus.template-note .c-section-header .c-box-header ul li .c-title-content, .haus.template-post .c-section-header .c-box-header ul li h1,
  .haus.template-post .c-section-header .c-box-header ul li .c-title-content {
    color: #806f59; }
  .haus.home .c-section-header .c-box-header ul li.c-title-content-02, .haus.section-block .c-section-header .c-box-header ul li.c-title-content-02, .haus.section-list .c-section-header .c-box-header ul li.c-title-content-02, .haus.template-note .c-section-header .c-box-header ul li.c-title-content-02, .haus.template-post .c-section-header .c-box-header ul li.c-title-content-02 {
    color: #806f59; }
    .haus.home .c-section-header .c-box-header ul li.c-title-content-02 a, .haus.section-block .c-section-header .c-box-header ul li.c-title-content-02 a, .haus.section-list .c-section-header .c-box-header ul li.c-title-content-02 a, .haus.template-note .c-section-header .c-box-header ul li.c-title-content-02 a, .haus.template-post .c-section-header .c-box-header ul li.c-title-content-02 a {
      color: #707070; }
    .haus.home .c-section-header .c-box-header ul li.c-title-content-02 svg *, .haus.section-block .c-section-header .c-box-header ul li.c-title-content-02 svg *, .haus.section-list .c-section-header .c-box-header ul li.c-title-content-02 svg *, .haus.template-note .c-section-header .c-box-header ul li.c-title-content-02 svg *, .haus.template-post .c-section-header .c-box-header ul li.c-title-content-02 svg * {
      fill: #707070; }

.haus.home .c-item.template-note.no-image .overhead svg *,
.haus.home .c-item.template-note.no-image .c-caption svg *, .haus.section-block .c-item.template-note.no-image .overhead svg *,
.haus.section-block .c-item.template-note.no-image .c-caption svg *, .haus.section-list .c-item.template-note.no-image .overhead svg *,
.haus.section-list .c-item.template-note.no-image .c-caption svg *, .haus.template-note .c-item.template-note.no-image .overhead svg *,
.haus.template-note .c-item.template-note.no-image .c-caption svg *, .haus.template-post .c-item.template-note.no-image .overhead svg *,
.haus.template-post .c-item.template-note.no-image .c-caption svg * {
  fill: #806f59; }

.haus.home .post .c-btn-share-post, .haus.section-block .post .c-btn-share-post, .haus.section-list .post .c-btn-share-post, .haus.template-note .post .c-btn-share-post, .haus.template-post .post .c-btn-share-post {
  color: #806f59; }
  .haus.home .post .c-btn-share-post svg *, .haus.section-block .post .c-btn-share-post svg *, .haus.section-list .post .c-btn-share-post svg *, .haus.template-note .post .c-btn-share-post svg *, .haus.template-post .post .c-btn-share-post svg * {
    fill: #806f59; }
  .haus.home .post .c-btn-share-post:hover, .haus.section-block .post .c-btn-share-post:hover, .haus.section-list .post .c-btn-share-post:hover, .haus.template-note .post .c-btn-share-post:hover, .haus.template-post .post .c-btn-share-post:hover {
    color: #806f59;
    text-decoration: none; }
    .haus.home .post .c-btn-share-post:hover svg path, .haus.section-block .post .c-btn-share-post:hover svg path, .haus.section-list .post .c-btn-share-post:hover svg path, .haus.template-note .post .c-btn-share-post:hover svg path, .haus.template-post .post .c-btn-share-post:hover svg path {
      fill: #806f59; }
    .haus.home .post .c-btn-share-post:hover span, .haus.section-block .post .c-btn-share-post:hover span, .haus.section-list .post .c-btn-share-post:hover span, .haus.template-note .post .c-btn-share-post:hover span, .haus.template-post .post .c-btn-share-post:hover span {
      border-bottom: 1px solid #806f59; }

.haus.home .post .share-post svg path, .haus.section-block .post .share-post svg path, .haus.section-list .post .share-post svg path, .haus.template-note .post .share-post svg path, .haus.template-post .post .share-post svg path {
  fill: #806f59; }

.haus.home .post .share-post:hover svg path, .haus.section-block .post .share-post:hover svg path, .haus.section-list .post .share-post:hover svg path, .haus.template-note .post .share-post:hover svg path, .haus.template-post .post .share-post:hover svg path {
  fill: #806f59; }

.haus.home .post .c-content-header .c-overhead, .haus.section-block .post .c-content-header .c-overhead, .haus.section-list .post .c-content-header .c-overhead, .haus.template-note .post .c-content-header .c-overhead, .haus.template-post .post .c-content-header .c-overhead {
  color: #806f59; }
  .haus.home .post .c-content-header .c-overhead:before, .haus.section-block .post .c-content-header .c-overhead:before, .haus.section-list .post .c-content-header .c-overhead:before, .haus.template-note .post .c-content-header .c-overhead:before, .haus.template-post .post .c-content-header .c-overhead:before {
    background: #806f59; }

.haus.template-note .c-list-notes .c-item-note .overhead.note,
.haus.template-note .c-list-notes .c-item-note .c-caption.note {
  color: #806f59; }
  .haus.template-note .c-list-notes .c-item-note .overhead.note:before,
  .haus.template-note .c-list-notes .c-item-note .c-caption.note:before {
    content: "";
    background: url(https://assets.gazetadopovo.com.br/images/svg/ico-breves-marrom.svg); }
  .haus.template-note .c-list-notes .c-item-note .overhead.note svg *,
  .haus.template-note .c-list-notes .c-item-note .c-caption.note svg * {
    fill: #806f59; }

.haus.template-note .box-title {
  border-color: #806f59; }
  .haus.template-note .box-title a {
    color: #806f59;
    border-color: #806f59; }

.haus.template-note .share-post svg * {
  fill: #806f59; }

.haus .c-social-reactions {
  margin-bottom: 40px; }

.haus .c-content {
  float: left;
  width: 100%;
  background: #ffffff; }
  .haus .c-content .c-content {
    background: transparent; }

.haus .comments__form .form button,
.haus .box-communication-errors .form button {
  background: #806f59; }
  .haus .comments__form .form button.no-bg,
  .haus .box-communication-errors .form button.no-bg {
    background: transparent; }

.haus .c-comments-box {
  border: 1px solid #806f59;
  background-color: #806f59; }

.haus .c-recommendation .box-title {
  border-top: 1px solid #806f59; }

.haus .c-item .overhead {
  border-color: #806f59; }

.haus .c-item .c-caption:before {
  background: #806f59; }

.haus .c-item .overhead,
.haus .c-item .c-caption {
  color: #806f59; }
  .haus .c-item .overhead.no-image svg *,
  .haus .c-item .c-caption.no-image svg * {
    fill: #806f59; }

.haus .c-item.template-article .overhead {
  border-color: #806f59; }

.haus .c-item .share-post svg path {
  fill: #806f59; }

.haus .c-item .share-post:hover svg path {
  fill: #806f59; }

.haus .c-item .salvar-materia {
  background-image: url(https://assets.gazetadopovo.com.br/images/svg/ico-save-haus.svg); }
  .haus .c-item .salvar-materia.loading {
    background-image: url(https://assets.gazetadopovo.com.br/images/svg/loader-salvar-haus.svg); }
  .haus .c-item .salvar-materia.active {
    background-image: url(https://assets.gazetadopovo.com.br/images/svg/ico-save-blue.svg); }

.haus .c-item-comments {
  color: #806f59; }
  .haus .c-item-comments svg path {
    fill: #806f59; }
  .haus .c-item-comments:hover svg path {
    fill: #806f59; }

.haus p.c-message {
  font-family: "Merriweather", serif;
  font-size: 0.875rem;
  line-height: 18px;
  margin-bottom: 0;
  color: #707070; }

.haus .post .c-content-header .mobile-hide {
  float: left;
  width: auto; }
  .haus .post .c-content-header .mobile-hide.c-btn-share-post {
    position: relative;
    bottom: 0;
    right: 0;
    float: right;
    min-height: 48px; }
  .haus .post .c-content-header .mobile-hide .c-btn-share-mobile {
    position: relative;
    bottom: 0;
    right: 0; }
    .haus .post .c-content-header .mobile-hide .c-btn-share-mobile span {
      padding: 11px 12px; }
  .haus .post .c-content-header .mobile-hide .c-box-transparency {
    margin: 10px 0 20px 0; }

.haus .post .c-content-header .c-btn-share-mobile.desktop-show {
  position: relative;
  bottom: 0;
  right: 0; }
  .haus .post .c-content-header .c-btn-share-mobile.desktop-show span {
    padding: 11px 12px; }

.haus .post .c-article-box {
  padding-left: 0;
  border-left: 0; }
  .haus .post .c-article-box.box-indicated-post {
    margin-top: 30px; }
  .haus .post .c-article-box.box-top-headlines, .haus .post .c-article-box.box-indicated-post {
    border-left: 0;
    padding-left: 0; }
    .haus .post .c-article-box.box-top-headlines .box-title, .haus .post .c-article-box.box-indicated-post .box-title {
      border-top: 1px solid #806f59;
      color: #806f59; }
      .haus .post .c-article-box.box-top-headlines .box-title strong a,
      .haus .post .c-article-box.box-top-headlines .box-title .strong a, .haus .post .c-article-box.box-indicated-post .box-title strong a,
      .haus .post .c-article-box.box-indicated-post .box-title .strong a {
        color: #806f59; }
      .haus .post .c-article-box.box-top-headlines .box-title strong:before,
      .haus .post .c-article-box.box-top-headlines .box-title .strong:before, .haus .post .c-article-box.box-indicated-post .box-title strong:before,
      .haus .post .c-article-box.box-indicated-post .box-title .strong:before {
        background: #806f59; }

.haus.video .post-video {
  margin-bottom: 0; }

.haus.podcast .post-podcast {
  margin-bottom: 0; }
  .haus.podcast .post-podcast .mobile-hide {
    float: left;
    width: auto; }
    .haus.podcast .post-podcast .mobile-hide.c-btn-share-post {
      position: relative;
      bottom: 0;
      right: 0;
      float: right;
      min-height: 48px; }
    .haus.podcast .post-podcast .mobile-hide .c-btn-share-mobile {
      position: relative;
      bottom: 0;
      right: 0; }
      .haus.podcast .post-podcast .mobile-hide .c-btn-share-mobile span {
        padding: 11px 12px; }
    .haus.podcast .post-podcast .mobile-hide .c-box-transparency {
      margin: 10px 0 20px 0; }
  .haus.podcast .post-podcast .c-btn-share-mobile.desktop-show {
    position: relative;
    bottom: 0;
    right: 0; }
    .haus.podcast .post-podcast .c-btn-share-mobile.desktop-show span {
      padding: 11px 12px; }

.haus.video audio, .haus.podcast audio {
  display: inline-flex;
  width: 100%;
  margin-bottom: 30px; }

.haus.not-found {
  padding: 0; }
  .haus.not-found .not-found {
    padding-top: 10px; }
  .haus.not-found .col-8 .c-content {
    text-align: left; }
    .haus.not-found .col-8 .c-content .c-title {
      max-width: 31.875rem;
      font-family: Overpass, sans-serif;
      font-size: 2.375rem;
      line-height: 1.32;
      color: #806f59;
      margin: 0 0 10px; }
    .haus.not-found .col-8 .c-content p {
      max-width: 35rem;
      font-family: Overpass, sans-serif;
      font-size: 1.5rem;
      line-height: 1.54; }
    .haus.not-found .col-8 .c-content form input[type="text"] {
      font-family: Overpass, sans-serif;
      font-size: 1.625rem;
      max-width: 25rem;
      height: 3.375rem;
      line-height: 2.4375rem;
      border: solid 1px #707070;
      margin-right: 0;
      background-color: #fff;
      float: left; }
    .haus.not-found .col-8 .c-content form button {
      font-family: Overpass, sans-serif;
      font-size: 1.375rem;
      width: 11.1875rem;
      height: 3.375rem;
      background: #806f59;
      border: none;
      border-radius: 0;
      float: left; }
      .haus.not-found .col-8 .c-content form button:hover {
        color: #fff; }
    @media screen and (max-width: 768px) {
      .haus.not-found .col-8 .c-content {
        text-align: center; }
        .haus.not-found .col-8 .c-content form input[type="text"] {
          position: relative;
          left: 4px;
          float: none; }
        .haus.not-found .col-8 .c-content form button {
          float: none; } }
    @media screen and (max-width: 767px) {
      .haus.not-found .col-8 .c-content {
        text-align: center; }
        .haus.not-found .col-8 .c-content .c-title {
          font-size: 1.625rem;
          line-height: 1.38; }
        .haus.not-found .col-8 .c-content p {
          font-size: 1.0625rem;
          line-height: 1.41; }
        .haus.not-found .col-8 .c-content form input[type="text"] {
          font-size: 1.125rem;
          max-width: 12.5rem;
          height: 2.6875rem;
          line-height: 1.56; }
        .haus.not-found .col-8 .c-content form button {
          font-size: 1rem;
          width: 5.375rem;
          height: 2.6875rem;
          line-height: 1.56; }
          .haus.not-found .col-8 .c-content form button:hover {
            color: #fff; } }
  @media screen and (max-width: 767px) {
    .haus.not-found .c-list-all-bg .c-item-bg.no-image {
      width: 100%;
      max-width: 100%;
      display: unset; } }
  @media screen and (max-width: 989px) {
    .haus.not-found .col-8 {
      margin-bottom: 70px; } }
  @media screen and (min-width: 1024px) {
    .haus.not-found .col-4,
    .haus.not-found .col-8 {
      float: left;
      width: 100%;
      margin: 50px 0 100px; }
    .haus.not-found .col-4 {
      max-width: 33.33333%; }
    .haus.not-found .col-8 {
      max-width: 66.66667%; } }
  @media screen and (min-width: 768px) and (max-width: 989px) {
    .haus.not-found .col-4 {
      width: 100%; }
    .haus.not-found .col-8 .c-content .c-title,
    .haus.not-found .col-8 .c-content p {
      max-width: 46.875rem; }
    .haus.not-found .c-list-all-bg .c-item-bg.no-image {
      width: calc(50% - 4px);
      max-width: calc(50% - 4px); } }

@media screen and (max-width: 767px) {
  .haus .c-social-reactions {
    margin-bottom: 20px; }
  .haus .post .c-content-header .c-btn-share-post.mobile-hide {
    display: none; }
  .haus .post .mobile-show .c-credits {
    padding-right: 120px;
    margin-bottom: 30px; }
    .haus .post .mobile-show .c-credits .share-comments {
      position: absolute;
      right: 0;
      top: 0; }
      .haus .post .mobile-show .c-credits .share-comments .c-btn-share-mobile {
        position: relative;
        bottom: 0;
        right: 0; }
      .haus .post .mobile-show .c-credits .share-comments .c-btn-share-post {
        position: relative;
        bottom: 0;
        right: 0;
        min-height: 48px; }
  .haus .post .mobile-show .c-box-transparency {
    margin-top: 10px; }
  .haus .c-section-header .c-box-header {
    max-width: 100%; }
    .haus .c-section-header .c-box-header ul li {
      font-size: 1.25rem; }
      .haus .c-section-header .c-box-header ul li a {
        font-size: 1.25rem; }
  .haus.podcast .post-podcast .c-credits {
    width: 100%; }
  .haus.podcast .post-podcast .c-btn-share-post.mobile-hide {
    display: none; } }

@media screen and (max-width: 579px) {
  .haus .c-content .col-8 .col-12 {
    height: 0px; } }

.box-ads-header {
  margin-bottom: 0; }

.not-found {
  text-align: center;
  padding-top: 30px; }
  .not-found .c-title {
    font-size: 1.875rem;
    color: #2a2a2a;
    font-weight: 400;
    margin: 20px 0; }
  .not-found .c-title-03 {
    text-align: center;
    margin: 30px 0; }
  .not-found .form {
    margin-top: 20px; }
    .not-found .form input[type=text] {
      max-width: calc(550px - 90px);
      height: 39px;
      line-height: 39px;
      padding: 0 15px;
      margin-right: 4px;
      float: none;
      display: inline-block; }
  .not-found .box-not-found {
    display: inline-block;
    vertical-align: top;
    border: solid 1px #e6e6e6;
    width: 100%;
    max-width: 364px;
    text-align: center;
    padding: 0 20px 10px 20px;
    min-height: 410px; }
    .not-found .box-not-found .box-not-found-about,
    .not-found .box-not-found .box-not-found-list {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      margin: 0 0; }
      .not-found .box-not-found .box-not-found-about ol,
      .not-found .box-not-found .box-not-found-list ol {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin: 0 0; }
      .not-found .box-not-found .box-not-found-about li,
      .not-found .box-not-found .box-not-found-list li {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
        vertical-align: top; }
        .not-found .box-not-found .box-not-found-about li a,
        .not-found .box-not-found .box-not-found-list li a {
          text-align: left;
          color: #000000;
          display: inline-block;
          width: 100%;
          text-decoration: none; }
          .not-found .box-not-found .box-not-found-about li a:hover,
          .not-found .box-not-found .box-not-found-list li a:hover {
            color: #2a2a2a;
            text-decoration: underline; }
            .not-found .box-not-found .box-not-found-about li a:hover h2,
            .not-found .box-not-found .box-not-found-list li a:hover h2 {
              color: #2a2a2a;
              text-decoration: underline; }
        .not-found .box-not-found .box-not-found-about li span,
        .not-found .box-not-found .box-not-found-list li span {
          opacity: 0.7;
          font-size: 2rem;
          text-align: center;
          color: #000000;
          display: inline-block;
          vertical-align: top;
          border-right: solid 1px #e6e6e6;
          height: 38px;
          margin-right: 10px;
          padding-right: 10px;
          width: 40px;
          line-height: 38px; }
        .not-found .box-not-found .box-not-found-about li article,
        .not-found .box-not-found .box-not-found-list li article {
          width: calc(100% - 55px);
          display: inline-block;
          vertical-align: top; }
          .not-found .box-not-found .box-not-found-about li article h2,
          .not-found .box-not-found .box-not-found-list li article h2 {
            font-size: 0.875rem;
            text-align: left;
            color: #000000;
            line-height: 20px; }
    .not-found .box-not-found .box-not-found-list li + li + li + li + li + li {
      display: none; }
    .not-found .box-not-found .box-not-found-about li {
      margin: 0 -2px 15px -2px;
      width: 50%;
      padding: 0 10px; }
  .not-found .btn-not-found {
    display: inline-block;
    background: #ffffff;
    border: solid 1px #999999;
    font-family: "Merriweather", serif;
    font-size: 1rem;
    font-weight: 700;
    height: 33px;
    line-height: 30px;
    text-align: center;
    color: #999999;
    padding: 0 10px;
    text-decoration: none;
    margin: 20px 0 10px 0;
    -ms-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out; }
    .not-found .btn-not-found:hover {
      background: #999999;
      color: #ffffff;
      text-decoration: none; }
  .not-found .btn-not-found-form {
    width: 85px;
    height: 39px;
    background-color: #2a2a2a;
    border: solid 1px #2a2a2a;
    font-family: "Merriweather", serif;
    font-size: 0.875rem;
    line-height: 38px;
    color: #ffffff;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    text-transform: uppercase;
    font-weight: normal;
    padding: 0;
    -ms-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out; }
    .not-found .btn-not-found-form:hover {
      background: #ffffff;
      color: #2a2a2a; }
  .not-found .c-title-not-found .c-title-02 {
    width: 90px;
    border-top: solid 4px #e6e6e6;
    display: inline-block;
    vertical-align: top;
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 28px;
    text-align: center;
    color: #000000;
    margin: 0 0 20px 0;
    float: none; }

@media screen and (max-width: 1147px) {
  .not-found .col-6 {
    width: 50%;
    padding: 0 7px; } }

@media screen and (max-width: 767px) {
  .not-found .col-6 {
    width: 100%;
    padding: 0; }
  .not-found .box-not-found {
    min-height: auto; }
    .not-found .box-not-found .box-not-found-about li {
      width: 100%; } }

@media screen and (max-width: 579px) {
  .not-found .form input[type=text] {
    max-width: calc(100% - 90px); } }

.page article .title-01 {
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 75%;
  margin: 0 0 20px 0;
  width: fit-content;
  color: #000000; }

.page article .title-02 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
  color: #2a2a2a;
  margin-bottom: 10px; }
  .page article .title-02:before {
    content: "\00bb";
    margin-right: 5px; }

.page article .title-03 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #2a2a2a;
  margin: 1.250em 0 0.325em 0; }

.page .bold-primary {
  font-weight: 700;
  color: #2a2a2a;
  margin-right: 5px; }

.page .bold-secondary {
  font-weight: 700;
  margin-right: 5px; }

.page a.link {
  text-decoration: none;
  border-bottom: 1px dotted #3a66c8;
  color: #3a66c8; }
  .page a.link:hover {
    cursor: pointer; }

.page .page-title {
  position: relative;
  display: inline-block;
  width: auto;
  font-size: 24px;
  line-height: 28px;
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  color: #2a2a2a;
  text-align: left;
  padding: 0 15px 11px 20px;
  text-decoration: none;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 24px; }
  .page .page-title svg {
    position: absolute;
    left: 0;
    top: 0;
    float: left;
    width: 20px;
    height: 26px;
    line-height: 28px; }

.page .page-expedient .title-01, .page .faq-content .title-01, .page .expedient-content .title-01, .page .contact-content .title-01 {
  font-weight: bold;
  font-family: "Merriweather", serif;
  width: fit-content;
  line-height: 1.54; }

@media screen and (max-width: 579px) {
  .page .page-title {
    font-size: 1.125rem; } }

.page-newsletter {
  position: relative;
  text-align: center;
  padding-bottom: 60px; }
  .page-newsletter .bg-newsletter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    background: #e6e6e6;
    border-top: solid 1px #e6e6e6;
    padding-bottom: 40px; }
  .page-newsletter .box-search-news {
    position: relative;
    width: 100%;
    display: inline-block;
    max-width: 760px;
    font-family: "Overpass", sans-serif;
    font-size: 1.25rem;
    line-height: 125%;
    color: #000000;
    margin: 60px 0 20px 0;
    text-align: center; }
    .page-newsletter .box-search-news .c-title-02 {
      font-family: "Merriweather", serif;
      font-size: 1.875rem;
      line-height: 100%;
      font-weight: 700;
      color: #2a2a2a;
      text-align: center;
      margin: 0 0 30px 0; }
    .page-newsletter .box-search-news p {
      width: 100%;
      display: inline-block; }
    .page-newsletter .box-search-news .box-select {
      position: relative;
      width: 100%;
      max-width: 560px;
      display: inline-block;
      font-family: "Overpass", sans-serif;
      font-size: 1.125rem;
      line-height: 42px;
      border: 1px solid #cccccc;
      color: #000000;
      cursor: pointer;
      background: #ffffff;
      height: 42px;
      overflow: hidden;
      margin-bottom: 50px;
      margin-top: 30px; }
      .page-newsletter .box-search-news .box-select:before {
        content: "";
        position: absolute;
        right: 10px;
        top: 18px;
        border-right: solid 6px transparent;
        border-top: solid 6px #2a2a2a;
        border-left: solid 6px transparent;
        height: 0;
        width: 0; }
      .page-newsletter .box-search-news .box-select select {
        display: inline-block;
        border: 0;
        outline: none;
        padding: 0 15px;
        background: transparent;
        height: 42px;
        width: calc(100% + 20px); }
  .page-newsletter .categories {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    flex-wrap: wrap; }
    .page-newsletter .categories .item {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      align-items: center;
      background: #ffffff;
      margin: 0 2.4390% 40px 0;
      padding: 0 0 86px 0;
      min-height: 427px;
      border: 1px solid #cccccc;
      width: calc(25% - 1.9%); }
      .page-newsletter .categories .item .image {
        height: 180px;
        width: 100%;
        overflow: hidden;
        position: relative;
        display: inline-block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
        .page-newsletter .categories .item .image:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: calc(100% - 10px);
          height: calc(100% - 2px);
          background-image: url(https://assets.gazetadopovo.com.br/images/stripes.png);
          background-size: auto;
          background-position: center;
          background-repeat: repeat;
          font-size: 0;
          z-index: 5;
          border: solid 2px transparente;
          border-left: solid 10px #2a2a2a !important;
          border-bottom: solid 2px #999999 !important; }
      .page-newsletter .categories .item .description {
        padding: 0 20px;
        margin: 0;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 1.125rem;
        font-family: "Overpass", sans-serif;
        line-height: 125%; }
        .page-newsletter .categories .item .description .category {
          display: inline-block;
          background-color: #999999;
          height: 21px;
          padding: 0 10px;
          font-size: 0.8125rem;
          font-family: "Overpass", sans-serif;
          line-height: 21px;
          font-weight: 700;
          color: #ffffff;
          text-align: center;
          margin: -21px 0 0 0;
          z-index: 8;
          text-transform: uppercase; }
        .page-newsletter .categories .item .description .c-title-03 {
          width: 100%;
          margin: 30px 0 20px 0;
          font-size: 1.5rem;
          font-family: "Merriweather", serif;
          line-height: 125%;
          font-weight: 700;
          color: #000000;
          text-align: center; }
        .page-newsletter .categories .item .description p {
          color: #000000;
          width: 100%;
          display: inline-block;
          font-weight: 400; }
      .page-newsletter .categories .item .btn-register {
        position: absolute;
        left: 0;
        bottom: 30px;
        width: 100%;
        border: 0;
        text-transform: uppercase;
        font-size: 1rem;
        line-height: 100%;
        font-family: "Overpass", sans-serif;
        color: #0094a3;
        cursor: pointer;
        z-index: 4;
        background: transparent;
        padding: 9px 9px;
        height: auto; }
        .page-newsletter .categories .item .btn-register .c-label-checkbox {
          width: auto;
          margin-bottom: 0; }

#categories {
  position: relative;
  padding-bottom: 100px; }

.form-fixed-news {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 140px;
  background: url(https://assets.gazetadopovo.com.br/images/stripes.png) #999999 repeat 0 0;
  border-top: solid 1px #e6e6e6;
  padding: 31px 15px;
  z-index: 9999;
  text-align: center;
  display: none; }
  .form-fixed-news label {
    font-size: 1.0625rem;
    line-height: 125%;
    font-family: "Overpass", sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block; }
  .form-fixed-news input[type=text] {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 265px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    border: 0;
    font-size: 1rem;
    float: none;
    margin-right: 15px; }
  .form-fixed-news .c-btn-form {
    display: inline-block;
    vertical-align: top;
    width: 153px;
    height: 36px;
    max-width: 100%;
    margin: 0;
    padding: 0 15px;
    border: 1px solid #2a2a2a;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 34px;
    font-family: "Overpass", sans-serif;
    font-weight: 700;
    color: #ffffff;
    background: #2a2a2a;
    cursor: pointer;
    z-index: 4;
    -ms-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out; }
    .form-fixed-news .c-btn-form:hover {
      background-color: #707070;
      color: #2a2a2a; }
  .form-fixed-news .texto-news {
    font-size: 14px;
    line-height: 125%;
    padding: 0 100px; }
    .form-fixed-news .texto-news .termos-de-uso-news {
      color: #ffffff;
      text-decoration: underline; }
      .form-fixed-news .texto-news .termos-de-uso-news:hover {
        text-decoration: none; }

/* Inicio Destaque newsletter */
.page-newsletter.destach .c-content {
  display: none; }

.newsletter-highlight {
  position: relative;
  width: 100%;
  float: left;
  background: url(https://assets.gazetadopovo.com.br/images/bg-newsletter-destaque.png);
  background-size: cover;
  background-position: center;
  padding: 60px 0; }
  .newsletter-highlight .image {
    float: left;
    opacity: 0.85;
    position: relative;
    width: 50%;
    z-index: 6; }
    .newsletter-highlight .image:before {
      content: "";
      display: block;
      padding-top: 62%; }
    .newsletter-highlight .image span {
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      bottom: 0;
      display: inline-block;
      left: 0;
      overflow: hidden;
      position: absolute;
      right: 0;
      top: 0; }
  .newsletter-highlight .description-highlight {
    display: inline-block;
    padding: 0 45px;
    width: 50%;
    color: #ffffff;
    font-family: "Overpass", sans-serif;
    font-size: 1.5rem;
    margin: 0;
    text-align: left;
    position: relative; }
    .newsletter-highlight .description-highlight p {
      display: inline-block;
      width: 80%;
      margin: 60px 0 15px 0;
      font-weight: 400;
      line-height: 125%;
      font-size: 20px;
      font-family: 'Overpass', sans-serif; }
  .newsletter-highlight .c-title-03 {
    position: inherit;
    display: inline-block;
    font-family: "Overpass", sans-serif;
    font-size: 2.1875rem;
    color: #ffffff;
    font-weight: 400;
    line-height: 125%;
    text-align: left; }
    .newsletter-highlight .c-title-03::before {
      content: "";
      position: absolute;
      width: 9px;
      height: 100%;
      background: #fff; }
    .newsletter-highlight .c-title-03 span {
      margin-left: 25px;
      display: block; }
    .newsletter-highlight .c-title-03 .hash-newsletter {
      font-size: 18px;
      line-height: 0.61;
      text-align: left;
      color: #616161; }
  .newsletter-highlight button {
    width: 261px;
    height: 46px;
    background-color: #ffffff;
    border: 0;
    color: #164e71;
    font-family: "Overpass", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 100%;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer; }
    .newsletter-highlight button:hover {
      background-color: #164e71;
      color: #ffffff; }

.newsletter-div-button {
  margin-left: 10px;
  text-align: left; }

.form-news-highlight {
  width: 80%; }
  .form-news-highlight input[type=text] {
    width: 100%;
    height: 36px;
    border: 0;
    font-size: 1rem;
    line-height: 36px;
    margin-bottom: 15px;
    padding: 0 10px;
    background-color: #000;
    color: #ffffff;
    border: 1px solid #616161; }
  .form-news-highlight input[type=text]::placeholder {
    font-family: "Overpass", sans-serif;
    opacity: 0.5;
    color: #a6a6a6; }
  .form-news-highlight .c-btn-news {
    width: 100%;
    display: inline-block;
    background: #ffffff;
    border: 1px solid #2a2a2a;
    color: #2a2a2a;
    font-family: "Overpass", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    padding: 9px 15px;
    z-index: 4;
    cursor: pointer; }
    .form-news-highlight .c-btn-news:hover {
      background-color: #2a2a2a;
      color: #ffffff; }

.c-shopping-gp {
  display: none; }

/* Fim Destaque Newsletter*/
@media screen and (max-width: 1023px) {
  .page-newsletter .categories .item {
    width: 46%;
    margin: 0 2% 20px 2%; }
  .newsletter-highlight {
    padding: 50px 0; }
    .newsletter-highlight .wrapper {
      padding: 0 20px; }
      .newsletter-highlight .wrapper .image {
        width: 100%; }
      .newsletter-highlight .wrapper .description-highlight {
        width: 100%;
        padding: 20px 0;
        text-align: center; }
        .newsletter-highlight .wrapper .description-highlight .c-title-03 {
          text-align: left;
          position: relative; }
          .newsletter-highlight .wrapper .description-highlight .c-title-03:before {
            content: "";
            position: absolute;
            width: 9px;
            height: 100%;
            background: #fff;
            left: 10px; }
          .newsletter-highlight .wrapper .description-highlight .c-title-03 span:after {
            bottom: -23px;
            top: inherit;
            height: 21px; }
        .newsletter-highlight .wrapper .description-highlight p {
          width: 100%;
          margin-top: 40px;
          font-size: 18px;
          text-align: left; }
        .newsletter-highlight .wrapper .description-highlight .form-news-highlight {
          width: 100%; } }

@media screen and (max-width: 989px) {
  .form-fixed-news input[type=text] {
    max-width: 250px; } }

@media screen and (max-width: 767px) {
  .form-fixed-news {
    height: auto;
    padding-bottom: 0; }
    .form-fixed-news input[type=text] {
      max-width: 100%;
      margin-bottom: 10px;
      font-size: 14px; }
    .form-fixed-news .c-btn-form {
      width: 100%; }
    .form-fixed-news .texto-news {
      font-size: 12px;
      padding: 0; }
  .page-newsletter .bg-newsletter {
    padding-bottom: 180px; } }

@media screen and (max-width: 579px) {
  .page-newsletter .categories .item {
    width: 100%;
    margin: 0 0 20px 0; } }

.page-social-network .title-01 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000000;
  padding: 10px; }

.page-social-network .social-network-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 30px; }
  .page-social-network .social-network-content .title-01 {
    border-top: #e6e6e6 1px solid; }
  .page-social-network .social-network-content .title-02 {
    line-height: 30px;
    padding-bottom: 20px; }
    .page-social-network .social-network-content .title-02 > a {
      font-size: 1.5rem;
      color: #000000;
      text-decoration: none;
      text-transform: uppercase; }
      .page-social-network .social-network-content .title-02 > a:hover {
        text-decoration: underline; }
  .page-social-network .social-network-content .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    border-bottom: #e6e6e6 1px solid;
    width: 100%;
    min-height: 190px;
    padding: 10px 0; }
    .page-social-network .social-network-content .row > .box {
      display: inline-flex;
      flex-direction: column;
      font-size: 1.5rem;
      width: 25%;
      color: #2a2a2a;
      padding: 10px;
      text-decoration: none;
      border-right: 1px solid #e6e6e6; }
      .page-social-network .social-network-content .row > .box > .list-item {
        padding-bottom: 2px; }
        .page-social-network .social-network-content .row > .box > .list-item > .icon {
          display: inline-flex;
          font-size: 0.875rem;
          align-items: center;
          justify-content: flex-start;
          color: #2a2a2a;
          height: 25px;
          text-decoration: none; }
          .page-social-network .social-network-content .row > .box > .list-item > .icon > svg {
            width: 20px;
            height: 20px; }
          .page-social-network .social-network-content .row > .box > .list-item > .icon > span {
            padding-left: 15px; }
          .page-social-network .social-network-content .row > .box > .list-item > .icon.social-network-facebook svg path {
            fill: #38558f; }
          .page-social-network .social-network-content .row > .box > .list-item > .icon.social-network-linkedin svg path {
            fill: #00659d; }
          .page-social-network .social-network-content .row > .box > .list-item > .icon.social-network-twitter svg path {
            fill: #549ED6; }
          .page-social-network .social-network-content .row > .box > .list-item > .icon.social-network-youtube svg path {
            fill: #ff0000; }
          .page-social-network .social-network-content .row > .box > .list-item > .icon.social-network-pinterest svg path {
            fill: #ca2028; }
      .page-social-network .social-network-content .row > .box:last-child {
        border: none; }

.page-social-network .feed-social-network {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%; }
  .page-social-network .feed-social-network .feed {
    display: inline-flex;
    flex-direction: row;
    margin: 15px;
    width: 460px; }
    .page-social-network .feed-social-network .feed .feed-item {
      display: inline-block;
      flex-direction: column; }

@media screen and (max-width: 989px) {
  .page-social-network .social-network-content > .row > .box {
    width: 50%;
    height: 250px; }
    .page-social-network .social-network-content > .row > .box:nth-child(1), .page-social-network .social-network-content > .row > .box:nth-child(2) {
      border-bottom: 1px solid #e6e6e6; }
    .page-social-network .social-network-content > .row > .box:nth-child(2) {
      border-right: none; }
  .page-social-network .feed-social-network {
    flex-direction: column;
    align-items: center; }
    .page-social-network .feed-social-network .feed {
      margin-bottom: 30px; } }

@media screen and (max-width: 579px) {
  .page-social-network .feed-social-network {
    display: none; } }

@media screen and (max-width: 379px) {
  .page-social-network .title-01 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #000000;
    padding: 10px; }
  .page-social-network .social-network-content .row > .box {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e6e6e6;
    border-right: none;
    padding-bottom: 20px; }
    .page-social-network .social-network-content .row > .box > .list-item > .icon {
      font-size: 1.125rem; } }

.page {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  font-family: "Overpass", sans-serif; }
  .page aside.aside {
    margin-bottom: 30px;
    width: 300px;
    /* Dropdown */ }
    .page aside.aside .aside-desktop {
      border: 1px solid #e6e6e6;
      padding-top: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-top: 0; }
      @media screen and (max-width: 768px) {
        .page aside.aside .aside-desktop {
          display: none; } }
      .page aside.aside .aside-desktop li {
        margin: 0;
        cursor: pointer;
        border-bottom: 1px solid #e6e6e6; }
        .page aside.aside .aside-desktop li:last-child {
          border-bottom: none; }
        .page aside.aside .aside-desktop li a {
          display: block;
          padding: 10px 15px;
          text-decoration: none;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          color: #000000;
          line-height: 120%; }
          .page aside.aside .aside-desktop li a:hover {
            background-color: #000000;
            color: #ffffff; }
        .page aside.aside .aside-desktop li:hover {
          border-bottom: none; }
        .page aside.aside .aside-desktop li.active {
          border-bottom: 1px solid #000000; }
          .page aside.aside .aside-desktop li.active a {
            color: #ffffff;
            background-color: #2a2a2a; }
    .page aside.aside .aside-mobile {
      display: none; }
      @media screen and (max-width: 768px) {
        .page aside.aside .aside-mobile {
          background: #fff;
          border-radius: 5px;
          display: block;
          margin: -90px auto 0 auto;
          height: 40px;
          width: 85%; } }
    .page aside.aside .dropdown {
      display: inline-block;
      position: relative;
      width: 100%; }
    .page aside.aside .dd-button {
      display: inline-block;
      border: 1px solid gray;
      border-radius: 4px;
      padding: 14px 30px 10px 20px;
      background-color: #ffffff;
      cursor: pointer;
      white-space: nowrap;
      width: 100%;
      height: 40px; }
    .page aside.aside .dd-button:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid black; }
    .page aside.aside .dd-button:hover {
      background-color: #eeeeee; }
    .page aside.aside .dd-input {
      display: none; }
    .page aside.aside .dd-menu {
      position: absolute;
      top: 100%;
      border: 1px solid #ccc;
      border-radius: 4px;
      padding: 0;
      margin: 2px 0 0 0;
      box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
      background-color: #ffffff;
      list-style-type: none;
      width: 100%;
      z-index: 1; }
    .page aside.aside .dd-input + .dd-menu {
      display: none; }
    .page aside.aside .dd-input:checked + .dd-menu {
      display: block; }
    .page aside.aside .dd-menu li {
      padding: 10px 20px;
      cursor: pointer;
      white-space: nowrap; }
    .page aside.aside .dd-menu li:hover {
      background-color: #f6f6f6; }
    .page aside.aside .dd-menu li a {
      display: block;
      margin: -10px -20px;
      padding: 10px 20px;
      color: #2a2a2a;
      text-decoration: none; }
    .page aside.aside .dd-menu li.divider {
      padding: 0;
      border-bottom: 1px solid #cccccc; }
  .page .page-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 2%; }

@media screen and (max-width: 989px) {
  .page {
    flex-direction: column; }
    .page aside.aside {
      width: 100%; } }

@media screen and (max-width: 767px) {
  .page .page-content {
    padding: 0 15px; } }

.c-sobre {
  background: #2a2a2a;
  height: 85px; }
  @media screen and (max-width: 767px) {
    .c-sobre {
      height: 131px; } }
  .c-sobre .wrapper {
    padding: 0; }
  .c-sobre .c-title-sobre {
    color: #fff;
    font-family: Merriweather;
    font-size: 36px;
    font-weight: bold;
    padding-top: 25px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .c-sobre .c-title-sobre {
        font-size: 24px; } }

.page-terms-of-service .subtitle {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333; }

.page-terms-of-service .terms-of-service-content li {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 20px 0;
  color: #707070; }
  .page-terms-of-service .terms-of-service-content li > h2 {
    font-size: 1rem;
    font-family: "Merriweather", serif;
    line-height: 150%;
    color: #000000;
    margin: 0 0 20px 0; }
  .page-terms-of-service .terms-of-service-content li > ul {
    margin: 20px 0 0 40px; }

@media screen and (max-width: 579px) {
  .page-terms-of-service .terms-of-service-content li h2 {
    margin-top: 30px; } }

.page {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  font-family: "Overpass", sans-serif; }
  .page aside.aside {
    margin-bottom: 30px;
    width: 300px;
    /* Dropdown */ }
    .page aside.aside .aside-desktop {
      border: 1px solid #e6e6e6;
      padding-top: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-top: 0; }
      @media screen and (max-width: 768px) {
        .page aside.aside .aside-desktop {
          display: none; } }
      .page aside.aside .aside-desktop li {
        margin: 0;
        cursor: pointer;
        border-bottom: 1px solid #e6e6e6; }
        .page aside.aside .aside-desktop li:last-child {
          border-bottom: none; }
        .page aside.aside .aside-desktop li a {
          display: block;
          padding: 10px 15px;
          text-decoration: none;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          color: #000000;
          line-height: 120%; }
          .page aside.aside .aside-desktop li a:hover {
            background-color: #000000;
            color: #ffffff; }
        .page aside.aside .aside-desktop li:hover {
          border-bottom: none; }
        .page aside.aside .aside-desktop li.active {
          border-bottom: 1px solid #000000; }
          .page aside.aside .aside-desktop li.active a {
            color: #ffffff;
            background-color: #2a2a2a; }
    .page aside.aside .aside-mobile {
      display: none; }
      @media screen and (max-width: 768px) {
        .page aside.aside .aside-mobile {
          background: #fff;
          border-radius: 5px;
          display: block;
          margin: -90px auto 0 auto;
          height: 40px;
          width: 85%; } }
    .page aside.aside .dropdown {
      display: inline-block;
      position: relative;
      width: 100%; }
    .page aside.aside .dd-button {
      display: inline-block;
      border: 1px solid gray;
      border-radius: 4px;
      padding: 14px 30px 10px 20px;
      background-color: #ffffff;
      cursor: pointer;
      white-space: nowrap;
      width: 100%;
      height: 40px; }
    .page aside.aside .dd-button:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid black; }
    .page aside.aside .dd-button:hover {
      background-color: #eeeeee; }
    .page aside.aside .dd-input {
      display: none; }
    .page aside.aside .dd-menu {
      position: absolute;
      top: 100%;
      border: 1px solid #ccc;
      border-radius: 4px;
      padding: 0;
      margin: 2px 0 0 0;
      box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
      background-color: #ffffff;
      list-style-type: none;
      width: 100%;
      z-index: 1; }
    .page aside.aside .dd-input + .dd-menu {
      display: none; }
    .page aside.aside .dd-input:checked + .dd-menu {
      display: block; }
    .page aside.aside .dd-menu li {
      padding: 10px 20px;
      cursor: pointer;
      white-space: nowrap; }
    .page aside.aside .dd-menu li:hover {
      background-color: #f6f6f6; }
    .page aside.aside .dd-menu li a {
      display: block;
      margin: -10px -20px;
      padding: 10px 20px;
      color: #2a2a2a;
      text-decoration: none; }
    .page aside.aside .dd-menu li.divider {
      padding: 0;
      border-bottom: 1px solid #cccccc; }
  .page .page-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 2%; }

@media screen and (max-width: 989px) {
  .page {
    flex-direction: column; }
    .page aside.aside {
      width: 100%; } }

@media screen and (max-width: 767px) {
  .page .page-content {
    padding: 0 15px; } }

.c-sobre {
  background: #2a2a2a;
  height: 85px; }
  @media screen and (max-width: 767px) {
    .c-sobre {
      height: 131px; } }
  .c-sobre .wrapper {
    padding: 0; }
  .c-sobre .c-title-sobre {
    color: #fff;
    font-family: Merriweather;
    font-size: 36px;
    font-weight: bold;
    padding-top: 25px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .c-sobre .c-title-sobre {
        font-size: 24px; } }

.page-faq .faq-content article {
  margin-bottom: 40px;
  margin-left: 6px; }
  .page-faq .faq-content article .question {
    margin-bottom: 30px; }
    .page-faq .faq-content article .question li {
      margin-bottom: 10px; }
  .page-faq .faq-content article .answer {
    line-height: 125%;
    color: #707070; }
    .page-faq .faq-content article .answer .box-img {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center; }
    .page-faq .faq-content article .answer li > ul {
      margin-top: 15px;
      margin-bottom: 15px;
      margin-left: 15px; }
    .page-faq .faq-content article .answer li > ul > li > ul {
      margin-top: 15px;
      margin-bottom: 15px;
      margin-left: 30px; }
    .page-faq .faq-content article .answer a, .page-faq .faq-content article .answer p, .page-faq .faq-content article .answer div {
      margin-bottom: 20px; }
    .page-faq .faq-content article .answer img {
      width: auto;
      height: auto;
      border: 1px solid #cccccc;
      margin-top: 20px;
      margin-bottom: 20px; }

.page {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  font-family: "Overpass", sans-serif; }
  .page aside.aside {
    margin-bottom: 30px;
    width: 300px;
    /* Dropdown */ }
    .page aside.aside .aside-desktop {
      border: 1px solid #e6e6e6;
      padding-top: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-top: 0; }
      @media screen and (max-width: 768px) {
        .page aside.aside .aside-desktop {
          display: none; } }
      .page aside.aside .aside-desktop li {
        margin: 0;
        cursor: pointer;
        border-bottom: 1px solid #e6e6e6; }
        .page aside.aside .aside-desktop li:last-child {
          border-bottom: none; }
        .page aside.aside .aside-desktop li a {
          display: block;
          padding: 10px 15px;
          text-decoration: none;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          color: #000000;
          line-height: 120%; }
          .page aside.aside .aside-desktop li a:hover {
            background-color: #000000;
            color: #ffffff; }
        .page aside.aside .aside-desktop li:hover {
          border-bottom: none; }
        .page aside.aside .aside-desktop li.active {
          border-bottom: 1px solid #000000; }
          .page aside.aside .aside-desktop li.active a {
            color: #ffffff;
            background-color: #2a2a2a; }
    .page aside.aside .aside-mobile {
      display: none; }
      @media screen and (max-width: 768px) {
        .page aside.aside .aside-mobile {
          background: #fff;
          border-radius: 5px;
          display: block;
          margin: -90px auto 0 auto;
          height: 40px;
          width: 85%; } }
    .page aside.aside .dropdown {
      display: inline-block;
      position: relative;
      width: 100%; }
    .page aside.aside .dd-button {
      display: inline-block;
      border: 1px solid gray;
      border-radius: 4px;
      padding: 14px 30px 10px 20px;
      background-color: #ffffff;
      cursor: pointer;
      white-space: nowrap;
      width: 100%;
      height: 40px; }
    .page aside.aside .dd-button:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid black; }
    .page aside.aside .dd-button:hover {
      background-color: #eeeeee; }
    .page aside.aside .dd-input {
      display: none; }
    .page aside.aside .dd-menu {
      position: absolute;
      top: 100%;
      border: 1px solid #ccc;
      border-radius: 4px;
      padding: 0;
      margin: 2px 0 0 0;
      box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
      background-color: #ffffff;
      list-style-type: none;
      width: 100%;
      z-index: 1; }
    .page aside.aside .dd-input + .dd-menu {
      display: none; }
    .page aside.aside .dd-input:checked + .dd-menu {
      display: block; }
    .page aside.aside .dd-menu li {
      padding: 10px 20px;
      cursor: pointer;
      white-space: nowrap; }
    .page aside.aside .dd-menu li:hover {
      background-color: #f6f6f6; }
    .page aside.aside .dd-menu li a {
      display: block;
      margin: -10px -20px;
      padding: 10px 20px;
      color: #2a2a2a;
      text-decoration: none; }
    .page aside.aside .dd-menu li.divider {
      padding: 0;
      border-bottom: 1px solid #cccccc; }
  .page .page-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 2%; }

@media screen and (max-width: 989px) {
  .page {
    flex-direction: column; }
    .page aside.aside {
      width: 100%; } }

@media screen and (max-width: 767px) {
  .page .page-content {
    padding: 0 15px; } }

.c-sobre {
  background: #2a2a2a;
  height: 85px; }
  @media screen and (max-width: 767px) {
    .c-sobre {
      height: 131px; } }
  .c-sobre .wrapper {
    padding: 0; }
  .c-sobre .c-title-sobre {
    color: #fff;
    font-family: Merriweather;
    font-size: 36px;
    font-weight: bold;
    padding-top: 25px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .c-sobre .c-title-sobre {
        font-size: 24px; } }

.page-expedient article {
  margin-bottom: 40px; }
  .page-expedient article.address {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    border: 1px solid #e6e6e6;
    padding: 0; }
    .page-expedient article.address dl {
      font-size: 1.125rem; }
    .page-expedient article.address div:first-child {
      margin-right: -100px;
      padding-right: 70px;
      border-right: 1px solid #e6e6e6; }
  .page-expedient article dl {
    font-size: 1rem;
    margin-left: 45px; }
  .page-expedient article dd {
    padding: 0.625em 0;
    color: #707070; }

@media screen and (max-width: 1147px) {
  .page-expedient article.address div:first-child {
    margin-right: -5px; }
  .page-expedient article dl {
    margin-left: 0; } }

@media screen and (max-width: 767px) {
  .page-expedient article.address {
    flex-direction: column; }
    .page-expedient article.address div {
      padding: 25px; }
      .page-expedient article.address div:first-child {
        margin-right: 0;
        padding-right: 25px;
        border-right: 0;
        border-bottom: 1px solid #e6e6e6; }
  .page-expedient article dd {
    line-height: 125%; } }

/* POST HEADER */
.c-content-header {
  position: relative;
  width: 100%;
  display: inline-block; }
  .c-content-header .c-box-sponsor {
    float: right;
    position: relative;
    margin-top: 13px; }
  .c-content-header .c-left {
    position: relative; }
  .c-content-header .c-title {
    position: relative;
    width: 100%;
    display: inline-block;
    font-size: 2.875rem;
    line-height: 120%;
    margin-bottom: 20px;
    text-align: left; }
  .c-content-header .c-summary {
    position: relative;
    width: 100%;
    display: inline-block;
    font-size: 1.25rem;
    text-align: left;
    color: #000000;
    line-height: 130%;
    margin-bottom: 20px; }
  .c-content-header .c-overhead {
    position: relative;
    width: 100%;
    min-height: 15px;
    padding: 0;
    font-family: "Overpass", sans-serif;
    text-transform: none;
    font-size: 0.8125rem;
    line-height: 18px;
    color: #000000;
    text-align: left;
    margin-bottom: 20px; }
    .c-content-header .c-overhead:before {
      content: "";
      float: left;
      width: 3px;
      background: #2a2a2a;
      height: 15px;
      font-size: 0;
      margin-right: 5px; }
  .c-content-header a.c-btn-share-post:hover {
    text-decoration: none; }

.video .c-content-header .c-title {
  color: #ffffff;
  font-size: 2.25rem;
  line-height: 150%;
  max-width: calc(100% - 200px); }

.video .c-content-header .c-summary {
  color: #ffffff; }

.video .c-content-header .c-overhead:before {
  background: #ffffff; }

.video .c-content-header .c-overhead span {
  color: #ffffff; }

.post-vozes .c-content-header {
  margin-top: 30px; }

@media screen and (max-width: 767px) {
  .post-vozes .c-content-header {
    margin-top: 15px; }
  .c-content-header .c-title {
    font-size: 1.75rem;
    line-height: 130%; }
  .c-content-header .c-summary {
    font-size: 1.125rem;
    line-height: 140%; }
  .podcast .c-content-header .c-title,
  .video .c-content-header .c-title {
    font-size: 1.5rem;
    line-height: 130%;
    margin-top: 15px;
    max-width: 100%; } }

.c-section-header {
  position: relative;
  width: 100%;
  float: left;
  padding-bottom: 7px;
  margin: 7px 0 30px 0;
  z-index: 10; }
  .c-section-header:after {
    content: "";
    width: 100%;
    float: left;
    border-bottom: solid 1px #e6e6e6;
    position: absolute;
    bottom: 0;
    left: 0; }
  .c-section-header .c-box-header {
    position: relative;
    float: left;
    width: auto; }
    .c-section-header .c-box-header svg {
      position: absolute;
      left: 0;
      top: 0;
      float: left;
      width: 20px;
      height: 26px;
      line-height: 28px; }
      .c-section-header .c-box-header svg path {
        fill: #2a2a2a; }
  .c-section-header .c-title-content {
    position: relative;
    display: inline-block;
    width: auto;
    font-size: 1.5rem;
    line-height: 28px;
    font-family: "Overpass", sans-serif;
    font-weight: bold;
    color: #2a2a2a;
    text-align: left;
    padding: 0 15px 0 20px;
    text-decoration: none; }
    .c-section-header .c-title-content a {
      color: #2a2a2a;
      text-decoration: none; }
      .c-section-header .c-title-content a:hover {
        text-decoration: underline; }
  .c-section-header h1.c-title-content,
  .c-section-header div.c-title-content {
    padding: 0; }
  .c-section-header a.c-title-content:hover {
    text-decoration: underline; }
  .c-section-header .c-title-content-02 {
    position: relative;
    float: left;
    width: auto;
    font-size: 1rem;
    font-weight: bold;
    color: #707070;
    text-align: left;
    line-height: 100%;
    font-family: "Overpass", sans-serif;
    padding: 0 0 0 20px;
    margin: 6px 0;
    margin-right: 10px; }
    .c-section-header .c-title-content-02 a {
      color: #707070;
      text-decoration: none; }
      .c-section-header .c-title-content-02 a:hover {
        text-decoration: underline; }
  .c-section-header .c-title-content-02 + .c-title-content-02 {
    color: #707070;
    font-size: 1rem; }
  .c-section-header .c-section-cat {
    float: left;
    width: auto; }
    .c-section-header .c-section-cat .c-title-content-02 svg {
      margin-top: -7px; }
      .c-section-header .c-section-cat .c-title-content-02 svg path {
        fill: #707070; }

.section-list .c-section-header {
  z-index: 1; }

.podcast .c-section-header,
.video .c-section-header {
  border-bottom: 0;
  margin-bottom: 15px; }
  .podcast .c-section-header .c-title-content,
  .video .c-section-header .c-title-content {
    color: #ffffff; }
    .podcast .c-section-header .c-title-content svg path,
    .video .c-section-header .c-title-content svg path {
      fill: #ffffff; }
    .podcast .c-section-header .c-title-content a,
    .video .c-section-header .c-title-content a {
      color: #ffffff; }
  .podcast .c-section-header .c-title-content-02,
  .video .c-section-header .c-title-content-02 {
    color: #707070; }
    .podcast .c-section-header .c-title-content-02 a,
    .video .c-section-header .c-title-content-02 a {
      color: #707070; }

.post-vozes .c-section-header {
  margin-bottom: 15px; }
  .post-vozes .c-section-header:after {
    display: none; }

.vozes-home {
  position: relative;
  float: left;
  width: 100%; }
  .vozes-home aside.col-4 {
    padding-right: 0; }
  .vozes-home .c-section-header {
    margin-bottom: 45px; }

.section-block .c-section-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  float: none;
  margin: 7px 0 50px; }
  .section-block .c-section-header .c-box-header .c-title-content {
    font-size: 1.875rem; }
  .section-block .c-section-header .c-context-menu .sub-mobile .c-list-context-menu {
    right: 0;
    left: inherit; }

@media screen and (max-width: 989px) {
  .section-block .c-section-header .c-box-header {
    max-width: calc(100% - 120px); }
  .section-block .c-section-header .c-context-menu .sub-mobile .c-list-context-menu {
    right: 10px;
    left: inherit;
    padding: 10px; } }

@media screen and (max-width: 767px) {
  .section-block .c-section-header .c-box-header .c-title-content {
    font-size: 1.25rem; }
  .c-section-header .c-box-header {
    max-width: calc(100% - 60px); }
    .c-section-header .c-box-header .c-title-content {
      font-size: 1.25rem; }
  .c-section-header .c-context-menu {
    max-width: 60px; }
  .c-section-header .c-title-content {
    font-size: 1.25rem; }
  .c-section-header svg {
    height: 25px; }
  .c-context-menu .sub-mobile .c-list-context-menu {
    max-width: 290px; }
  .section-block .c-context-menu .sub-mobile {
    float: right; }
  .tag .c-section-header {
    margin-bottom: 5px; } }

.c-context-menu {
  position: relative;
  float: right;
  max-width: 80%;
  z-index: 10; }
  .c-context-menu .sub-mobile {
    position: relative;
    float: left; }
    .c-context-menu .sub-mobile .link-subMobile {
      display: none;
      font-size: 0.75rem;
      color: #707070;
      text-transform: uppercase;
      float: right;
      line-height: 28px;
      padding: 5px 0;
      cursor: pointer; }
      .c-context-menu .sub-mobile .link-subMobile svg {
        float: right;
        transition: 0.3s;
        transform: rotate(180deg); }
        .c-context-menu .sub-mobile .link-subMobile svg .path {
          fill: #2a2a2a; }
    .c-context-menu .sub-mobile.active .link-subMobile svg {
      transform: rotate(0deg); }
  .c-context-menu .c-list-context-menu {
    position: relative;
    float: right;
    padding: 6px 0; }
    .c-context-menu .c-list-context-menu li {
      float: left; }
      .c-context-menu .c-list-context-menu li:first-child a::after {
        background: transparent; }
      .c-context-menu .c-list-context-menu li a {
        float: left;
        font-size: 0.875rem;
        color: #2a2a2a;
        line-height: 22px;
        font-family: "Overpass", sans-serif;
        text-decoration: none;
        padding-left: 10px;
        cursor: pointer; }
        .c-context-menu .c-list-context-menu li a:after {
          content: "";
          width: 1px;
          height: 18px;
          float: left;
          background: #e6e6e6;
          margin-right: 10px; }
        .c-context-menu .c-list-context-menu li a:hover {
          text-decoration: underline; }
      .c-context-menu .c-list-context-menu li span {
        float: left; }
        .c-context-menu .c-list-context-menu li span a {
          font-size: 0.75rem;
          color: #707070;
          padding-left: 0; }
          .c-context-menu .c-list-context-menu li span a:before, .c-context-menu .c-list-context-menu li span a:after {
            content: "";
            display: inline-block;
            font-size: 0.75rem;
            color: #707070; }
          .c-context-menu .c-list-context-menu li span a:before {
            content: "+ em ";
            margin-right: 3px; }
          .c-context-menu .c-list-context-menu li span a:after {
            content: " : ";
            float: right;
            width: auto;
            background: none;
            margin-right: 0; }
          .c-context-menu .c-list-context-menu li span a svg {
            display: inline-block;
            vertical-align: top;
            height: 18px; }
            .c-context-menu .c-list-context-menu li span a svg path {
              fill: #2a2a2a; }
      .c-context-menu .c-list-context-menu li.sub .c-list-context-menu {
        position: absolute;
        overflow-y: hidden;
        transition: transform 0.1s ease-out;
        transform: scaleY(0);
        transform-origin: top;
        padding: 15px 0;
        top: 100%;
        right: 0;
        background: #ffffff;
        border: 1px solid #2a2a2a;
        width: 300px;
        z-index: 100; }
        .c-context-menu .c-list-context-menu li.sub .c-list-context-menu li {
          width: 100%;
          float: left; }
          .c-context-menu .c-list-context-menu li.sub .c-list-context-menu li a {
            width: 100%;
            border-bottom: solid 1px #e6e6e6;
            padding: 10px 20px;
            text-align: left; }
            .c-context-menu .c-list-context-menu li.sub .c-list-context-menu li a:after {
              display: none; }
            .c-context-menu .c-list-context-menu li.sub .c-list-context-menu li a:hover {
              text-decoration: none; }
          .c-context-menu .c-list-context-menu li.sub .c-list-context-menu li:last-child a {
            border-bottom: 0; }
          .c-context-menu .c-list-context-menu li.sub .c-list-context-menu li:hover {
            background: #f5f5f5;
            text-decoration: none; }
      .c-context-menu .c-list-context-menu li.sub svg {
        display: inline-block;
        transition: 0.3s;
        transform: rotate(180deg);
        margin-top: -1px; }
      .c-context-menu .c-list-context-menu li.sub.active .c-list-context-menu {
        transform: scaleY(1);
        height: auto; }
      .c-context-menu .c-list-context-menu li.sub.active svg {
        transform: rotate(0deg); }

.podcast .c-context-menu,
.video .c-context-menu {
  max-width: 80%; }
  .podcast .c-context-menu .sub-mobile .link-subMobile,
  .video .c-context-menu .sub-mobile .link-subMobile {
    color: #ffffff; }
    .podcast .c-context-menu .sub-mobile .link-subMobile svg .cls-1,
    .video .c-context-menu .sub-mobile .link-subMobile svg .cls-1 {
      fill: #ffffff; }
  .podcast .c-context-menu .c-list-context-menu li a,
  .video .c-context-menu .c-list-context-menu li a {
    color: #ffffff; }
    .podcast .c-context-menu .c-list-context-menu li a svg .cls-1,
    .video .c-context-menu .c-list-context-menu li a svg .cls-1 {
      fill: #ffffff; }
  .podcast .c-context-menu .c-list-context-menu li span a,
  .video .c-context-menu .c-list-context-menu li span a {
    color: #707070; }
    .podcast .c-context-menu .c-list-context-menu li span a:before, .podcast .c-context-menu .c-list-context-menu li span a:after,
    .video .c-context-menu .c-list-context-menu li span a:before,
    .video .c-context-menu .c-list-context-menu li span a:after {
      color: #707070; }
    .podcast .c-context-menu .c-list-context-menu li span a svg path,
    .video .c-context-menu .c-list-context-menu li span a svg path {
      fill: #ffffff; }
  .podcast .c-context-menu .c-list-context-menu li.sub .c-list-context-menu li a,
  .video .c-context-menu .c-list-context-menu li.sub .c-list-context-menu li a {
    color: #2a2a2a; }

@media screen and (max-width: 989px) {
  .c-context-menu {
    max-width: 120px; }
    .c-context-menu .sub-mobile .link-subMobile {
      display: block;
      padding: 0; }
    .c-context-menu .sub-mobile .c-list-context-menu {
      padding: 10px;
      background: #ffffff;
      border: 1px solid;
      width: 300px;
      z-index: 100; }
      .c-context-menu .sub-mobile .c-list-context-menu.scroll-menu {
        position: absolute;
        top: 100%;
        right: 0;
        overflow-y: hidden;
        transition: transform 0.1s ease-out;
        transform: scaleY(0);
        transform-origin: top; }
      .c-context-menu .sub-mobile .c-list-context-menu li {
        width: 100%;
        float: left; }
        .c-context-menu .sub-mobile .c-list-context-menu li a {
          width: 100%;
          border-bottom: solid 1px #e6e6e6;
          padding: 10px 0;
          text-align: left;
          color: #2a2a2a; }
          .c-context-menu .sub-mobile .c-list-context-menu li a:after {
            display: none; }
    .c-context-menu .sub-mobile.active .c-list-context-menu.scroll-menu {
      transform: scaleY(1);
      max-height: 162px;
      overflow-y: scroll; }
    .c-context-menu .c-list-context-menu li span {
      width: 100%; }
      .c-context-menu .c-list-context-menu li span a:before {
        content: "Em "; }
      .c-context-menu .c-list-context-menu li span a:after {
        content: ""; }
    .c-context-menu .c-list-context-menu li.sub > a {
      display: none; }
    .c-context-menu .c-list-context-menu li.sub .c-list-context-menu {
      transform: scaleY(1);
      position: relative;
      top: 0;
      left: 0;
      border: 0;
      padding: 0;
      width: 100%;
      float: left; }
      .c-context-menu .c-list-context-menu li.sub .c-list-context-menu li a {
        color: #2a2a2a;
        padding: 10px 0; } }

@media screen and (max-width: 767px) {
  .podcast .c-context-menu,
  .video .c-context-menu {
    max-width: 100%; } }

.c-pagination {
  position: relative;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 10px 0 60px 0;
  z-index: 1; }
  .c-pagination .c-prev-pagination,
  .c-pagination .c-next-pagination {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    border: solid 1px #2a2a2a;
    line-height: 40px;
    text-align: center;
    margin: 0 15px;
    font-family: "Overpass", sans-serif;
    font-size: 1rem;
    text-decoration: none;
    -ms-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    border-radius: 6px; }
    .c-pagination .c-prev-pagination svg,
    .c-pagination .c-next-pagination svg {
      display: inline-block;
      vertical-align: top;
      height: 20px;
      width: 20px;
      margin-top: 10px; }
      .c-pagination .c-prev-pagination svg path,
      .c-pagination .c-next-pagination svg path {
        fill: #2a2a2a; }
    .c-pagination .c-prev-pagination:hover,
    .c-pagination .c-next-pagination:hover {
      border-color: #999999; }
      .c-pagination .c-prev-pagination:hover svg path,
      .c-pagination .c-next-pagination:hover svg path {
        fill: #999999; }
  .c-pagination span {
    position: relative;
    display: inline-block;
    width: auto;
    height: 40px;
    line-height: 40px;
    font-family: "Overpass", sans-serif;
    font-size: 1rem;
    text-align: center;
    color: #2a2a2a; }

@media screen and (max-width: 419px) {
  .c-pagination {
    padding-bottom: 30px; } }

.c-search-tags {
  clear: both;
  margin: 0 auto;
  max-width: 754px;
  overflow: visible;
  position: relative;
  width: 100%; }
  .c-search-tags input {
    float: left;
    border: solid 1px #e6e6e6;
    height: 48px;
    background: #ffffff;
    padding: 0 15px 0 40px;
    line-height: 50px;
    font-size: 1rem;
    color: #000000;
    width: 100%;
    margin-bottom: 20px; }
    .c-search-tags input:focus {
      outline: none; }
  .c-search-tags .ico-bloom {
    position: absolute;
    left: 14px;
    top: 14px;
    height: 20px;
    width: 20px; }
    .c-search-tags .ico-bloom svg {
      display: inline-block;
      vertical-align: middle;
      width: 20px; }
      .c-search-tags .ico-bloom svg path {
        fill: #000000; }
  .c-search-tags .btn-tags {
    float: left;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #000000;
    border: 0;
    -ms-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    cursor: pointer;
    margin-bottom: 20px; }
    .c-search-tags .btn-tags svg {
      display: inline-block;
      vertical-align: middle;
      width: 20px; }
      .c-search-tags .btn-tags svg path {
        fill: #ffffff; }
    .c-search-tags .btn-tags:hover {
      background: #707070; }
  .c-search-tags #c-autocomplete-list {
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #ffffff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    color: #000000;
    font-size: 1.125rem;
    font-family: "Overpass", sans-serif;
    margin: 47px 0 0 0;
    padding: 0; }
    .c-search-tags #c-autocomplete-list li {
      width: 100%;
      color: #000000;
      font-size: 1.125rem;
      font-family: "Overpass", sans-serif;
      line-height: 30px;
      border-left: solid 1px #e6e6e6;
      border-right: solid 1px #e6e6e6;
      border-bottom: solid 1px #e6e6e6; }
      .c-search-tags #c-autocomplete-list li a {
        display: inline-block;
        width: 100%;
        text-decoration: none;
        color: #000000;
        padding: 10px 20px; }
        .c-search-tags #c-autocomplete-list li a:hover, .c-search-tags #c-autocomplete-list li a.active {
          background: #000000;
          color: #707070; }
      .c-search-tags #c-autocomplete-list li.active {
        background: #000000;
        color: #707070; }

@media screen and (max-width: 579px) {
  .c-search-tags.desktop-show {
    display: none; } }

.c-list-letter {
  position: relative;
  width: 100%;
  float: left;
  border-bottom: solid 1px #e6e6e6;
  margin: 0 0 20px 0; }
  .c-list-letter .show-letter {
    position: relative;
    float: left;
    width: 100%;
    font-size: 0.875rem;
    color: #2a2a2a;
    line-height: 125%;
    font-family: "Overpass", sans-serif;
    text-align: center;
    display: none;
    -ms-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    padding: 15px 0;
    cursor: pointer; }
  .c-list-letter .list {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 0 50px 0;
    text-align: center;
    -ms-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out; }
    .c-list-letter .list li {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      background: #f5f5f5;
      height: 40px;
      width: 40px;
      font-size: 0.875rem;
      font-family: "Overpass", sans-serif;
      color: #707070;
      text-align: center;
      line-height: 44px;
      text-transform: uppercase;
      margin: 1px; }
      .c-list-letter .list li a {
        color: #000000;
        display: inline-block;
        width: 100%;
        text-decoration: none; }
      .c-list-letter .list li.active, .c-list-letter .list li:hover {
        background: #e6e6e6;
        color: #000000; }
        .c-list-letter .list li.active a, .c-list-letter .list li:hover a {
          color: #000000; }

@media screen and (max-width: 767px) {
  .c-list-letter {
    margin-bottom: 28px; }
    .c-list-letter .show-letter {
      display: block; }
    .c-list-letter .list {
      margin-bottom: 15px;
      display: none; }
    .c-list-letter.active .list {
      display: flex; } }

.c-list-tag {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start; }
  .c-list-tag .c-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border: solid 1px #e6e6e6;
    border-left: solid 3px #000000;
    margin: 0 28px 28px 0;
    min-height: 95px;
    overflow: hidden;
    width: 100%;
    max-width: calc(33.33333% - 19px);
    padding: 0;
    order: 2; }
    .c-list-tag .c-item:nth-child(3n+0) {
      margin-right: 0; }
    .c-list-tag .c-item .c-image {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-content: center;
      flex-direction: row;
      align-self: center;
      align-content: center;
      width: 95px;
      min-width: 95px;
      height: 95px;
      overflow: hidden;
      border-right: solid 1px #e6e6e6; }
      .c-list-tag .c-item .c-image a {
        width: 100%; }
      .c-list-tag .c-item .c-image img {
        width: auto;
        max-width: inherit;
        height: 100%; }
    .c-list-tag .c-item .c-box-description {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      min-height: 95px;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center;
      padding: 15px 15px; }
      .c-list-tag .c-item .c-box-description .c-title {
        display: inline-flex;
        color: #000000;
        font-size: 1.375rem;
        line-height: 125%;
        font-family: "Merriweather", serif;
        width: 100%;
        margin: 0;
        padding: 0; }
        .c-list-tag .c-item .c-box-description .c-title a {
          text-decoration: none;
          display: inline-block;
          color: #000000;
          text-align: left; }
      .c-list-tag .c-item .c-box-description .c-summary {
        display: inline-flex;
        width: 100%;
        color: #000000;
        font-size: 0.9375rem;
        line-height: 125%;
        font-family: "Overpass", sans-serif;
        margin-top: 5px; }
  .c-list-tag .c-pinned {
    flex-direction: column;
    justify-content: flex-start;
    border-left: solid 1px #e6e6e6;
    max-width: 100%;
    order: 1;
    height: 345px; }
    .c-list-tag .c-pinned .c-image {
      width: 100%;
      min-height: auto;
      height: auto;
      border-right: 0;
      border-bottom: solid 1px #e6e6e6; }
      .c-list-tag .c-pinned .c-image img {
        width: 100%;
        height: auto;
        float: left; }
    .c-list-tag .c-pinned .c-box-description {
      min-height: 0; }

.c-list-tags-letter {
  position: relative;
  float: left;
  width: 100%;
  background: #f5f5f5;
  border-top: solid 2px #e6e6e6;
  padding: 30px 0 30px 30px; }
  .c-list-tags-letter .c-title-02 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px; }
  .c-list-tags-letter .box-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(33.3% - 4px); }
  .c-list-tags-letter li {
    font-size: 1rem;
    color: #707070;
    display: inline-block;
    line-height: 125%;
    margin: 8px 0;
    position: relative;
    text-transform: initial;
    vertical-align: top;
    width: 100%; }
    .c-list-tags-letter li a {
      position: relative;
      float: left;
      width: 100%;
      color: #000000;
      text-decoration: none;
      padding: 0 30px 0 0; }
      .c-list-tags-letter li a:hover {
        text-decoration: underline; }

.list-pinned {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 95px);
  grid-gap: 28px;
  grid-row-gap: 28px;
  align-content: start;
  justify-content: start; }
  .list-pinned .c-pinned {
    grid-row: span 3; }
  .list-pinned .c-item {
    max-width: 100%;
    margin: 0; }

.tag-home {
  position: relative;
  width: 100%;
  margin-bottom: 80px; }
  .tag-home .c-title-02 {
    font-size: 2rem;
    margin-top: 30px; }
    .tag-home .c-title-02 strong {
      padding: 0; }

.tag-letter .c-title-02 {
  font-size: 2rem;
  margin-top: 0; }

.tag-letter .c-list-letter {
  margin: 0; }

.c-gallery-tags {
  width: 100%; }
  .c-gallery-tags .c-scroll {
    position: relative;
    width: 100%;
    margin: 0; }
    .c-gallery-tags .c-scroll .c-item {
      display: inline-flex;
      width: calc(33.333% - 21px); }

@media screen and (max-width: 989px) {
  .c-list-tag .c-item {
    max-width: calc(50% - 14px); }
    .c-list-tag .c-item:nth-child(3n+0) {
      margin-right: 28px; }
    .c-list-tag .c-item:nth-child(2n+0) {
      margin-right: 0; }
  .list-pinned {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 95px); }
    .list-pinned .c-pinned {
      grid-row: span 3; }
    .list-pinned .c-item {
      max-width: 100%;
      margin: 0; }
  .c-list-tags-letter .box-item {
    width: calc(50% - 4px); }
  .c-gallery-tags {
    width: 100%;
    overflow: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; }
    .c-gallery-tags .c-scroll {
      position: relative;
      width: 100%;
      margin: 0;
      height: auto;
      display: inline-block;
      flex-flow: initial;
      align-content: initial;
      justify-content: initial;
      width: max-content; }
      .c-gallery-tags .c-scroll .c-item {
        flex-basis: 300px;
        width: 300px;
        float: left;
        margin-right: 15px; }
        .c-gallery-tags .c-scroll .c-item:nth-child(3n+0) {
          margin-right: 15px; } }

@media screen and (max-width: 767px) {
  .c-list-tag {
    width: 100%; }
    .c-list-tag .c-item {
      max-width: 100%;
      margin-right: 0;
      margin-bottom: 14px; }
      .c-list-tag .c-item:nth-child(3n+0) {
        margin-right: 0; }
  .list-pinned {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 95px); }
    .list-pinned .c-pinned {
      grid-row: span 3; }
    .list-pinned .c-item {
      max-width: 100%;
      margin: 0; }
  .c-list-tags-letter .c-title-02 {
    font-size: 1.75rem; }
  .c-list-tags-letter .box-item {
    width: 100%; }
  .c-gallery-tags .c-item {
    margin-right: 15px; }
  .tag-home .c-title-02 {
    font-size: 1.5rem;
    text-align: center;
    width: 100%;
    margin-top: 0; } }

@media screen and (max-width: 767px) {
  .page .page-content {
    padding: 0 15px; } }

.c-sobre {
  background: #2a2a2a;
  height: 85px; }
  @media screen and (max-width: 767px) {
    .c-sobre {
      height: 131px; } }
  .c-sobre .wrapper {
    padding: 0; }
  .c-sobre .c-title-sobre {
    color: #fff;
    font-family: Merriweather;
    font-size: 36px;
    font-weight: bold;
    padding-top: 25px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .c-sobre .c-title-sobre {
        font-size: 24px; } }

.page-contact .fale-conosco-opcoes {
  float: left;
  width: 100%; }
  .page-contact .fale-conosco-opcoes.inactive {
    display: none; }

.page-contact p {
  font-size: 16px;
  line-height: 22px;
  margin: 15px 0;
  color: #707070; }

.page-contact .page-content .area {
  margin-top: 0px; }

.page-contact .page-content .box {
  display: flex;
  margin: 15px 0 50px; }

.page-contact .page-content .box-contatos {
  border: #e6e6e6 1px solid;
  padding: 14px;
  margin: 0 0.5em 0.5em 0;
  float: left;
  width: 50%; }
  .page-contact .page-content .box-contatos h3 {
    color: #2a2a2a;
    font-size: 1.125em;
    font-weight: 600; }
  .page-contact .page-content .box-contatos p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px; }
  .page-contact .page-content .box-contatos a {
    font-size: 12px;
    color: #3a66c8;
    margin-top: 15px;
    float: left;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer; }

.page-contact .page-content table {
  border: 1px solid #e6e6e6;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 20px; }
  .page-contact .page-content table tbody tr {
    border-bottom: 1px solid #e6e6e6; }
    .page-contact .page-content table tbody tr:last-child {
      border-bottom: none; }
    .page-contact .page-content table tbody tr td:first-child {
      font-weight: 700; }
  .page-contact .page-content table tbody tr:nth-child(2n) {
    background: #ffffff; }
  .page-contact .page-content table tbody td {
    padding: 20px; }

.modal-principal-formulario {
  float: left;
  width: 100%; }
  .modal-principal-formulario .c-modal-formulario {
    top: 230px;
    left: 752px; }
    .modal-principal-formulario .c-modal-formulario .modal-cabeca {
      padding: 0.5em 0;
      background-color: #ffffff;
      border-bottom: 1px solid #e6e6e6;
      display: inline-block;
      height: auto;
      margin: 0;
      padding: 6px 0;
      position: relative;
      width: 100%; }
      .modal-principal-formulario .c-modal-formulario .modal-cabeca .fechar a {
        background: url(https://assets.gazetadopovo.com.br/images/icone-bot-fechar.png) 0 0 repeat;
        background-size: 24px 24px;
        cursor: pointer;
        float: right;
        height: 24px;
        width: 24px; }
      .modal-principal-formulario .c-modal-formulario .modal-cabeca a span {
        display: none; }
    .modal-principal-formulario .c-modal-formulario .form-titulo {
      font-size: 1.5em;
      color: #2a2a2a;
      padding: 0.5em 0; }
    .modal-principal-formulario .c-modal-formulario p {
      font-size: 16px;
      line-height: 22px;
      margin: 15px 0; }
  .modal-principal-formulario .c-formulario {
    float: left;
    width: 100%;
    margin-top: 20px; }
    .modal-principal-formulario .c-formulario fieldset {
      background: url(https://assets.gazetadopovo.com.br/images/bg-c-publi.png) 0 0 repeat;
      padding: 1.5em 3.0em;
      width: 100%; }
    .modal-principal-formulario .c-formulario input, .modal-principal-formulario .c-formulario select {
      background-color: #ffffff;
      border: 1px solid #e6e6e6;
      color: #2a2a2a;
      display: block;
      font-family: "Overpass", sans-serif;
      height: auto;
      margin: 0 0 20px;
      padding: 8px 5px;
      width: 100%; }
    .modal-principal-formulario .c-formulario label {
      clear: both;
      display: block;
      width: 100%;
      color: #2a2a2a;
      margin-bottom: 8px; }
    .modal-principal-formulario .c-formulario textarea {
      width: 100%;
      height: 100px; }
    .modal-principal-formulario .c-formulario .checkbox {
      float: left;
      width: 20px;
      margin: 0.5em; }
    .modal-principal-formulario .c-formulario .legenda {
      color: #707070;
      font-size: 13px;
      margin-bottom: 20px; }
    .modal-principal-formulario .c-formulario button {
      background-color: #2a2a2a;
      border: 2px solid #2a2a2a;
      color: #ffffff;
      cursor: pointer;
      font-family: "Overpass", sans-serif;
      font-size: 18px;
      font-weight: 300;
      padding: 5px 15px;
      text-transform: uppercase; }
    .modal-principal-formulario .c-formulario .g-recaptcha {
      margin-bottom: 1em;
      transform: scale(1);
      -webkit-transform: scale(1);
      transform-origin: 0 0;
      -webkit-transform-origin: 0 0; }
    .modal-principal-formulario .c-formulario label.error {
      color: #ff0000;
      float: left;
      font-size: 12px;
      margin: 0 0 0.5em 0; }

@media screen and (max-width: 579px) {
  .page-contact .title-01 {
    font: 400 28px/75% "Merriweather", serif;
    line-height: 1; }
  .page-contact .page-content .box {
    flex-direction: column; }
  .page-contact .page-content .box-contatos {
    width: 100%; } }

@media screen and (max-width: 440px) {
  .modal-principal-formulario .c-formulario fieldset {
    padding: 1.5em 2em; }
  .modal-principal-formulario .c-formulario .g-recaptcha {
    margin-bottom: 1em;
    width: 100px;
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; }
  .modal-principal-formulario .c-formulario .bt-busca {
    display: block; } }

@media screen and (max-width: 419px) {
  .modal-principal-formulario .c-formulario .g-recaptcha {
    margin-bottom: 1em;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; } }

@media screen and (max-width: 379px) {
  .page-contact .title-01 {
    font: 400 24px/75% "Merriweather", serif;
    line-height: 1; }
  .modal-principal-formulario {
    float: left;
    width: 100%; }
    .modal-principal-formulario .c-modal-formulario {
      top: 230px;
      left: 752px; }
      .modal-principal-formulario .c-modal-formulario .modal-cabeca {
        padding: 0.5em 0;
        background-color: #ffffff;
        border-bottom: 1px solid #e6e6e6;
        display: inline-block;
        height: auto;
        margin: 0;
        padding: 6px 0;
        position: relative;
        width: 100%; }
        .modal-principal-formulario .c-modal-formulario .modal-cabeca .fechar a {
          background: url(https://assets.gazetadopovo.com.br/images/icone-bot-fechar.png) 0 0 repeat;
          background-size: 24px 24px;
          cursor: pointer;
          float: right;
          height: 24px;
          width: 24px; }
        .modal-principal-formulario .c-modal-formulario .modal-cabeca a span {
          display: none; }
      .modal-principal-formulario .c-modal-formulario .form-titulo {
        font-size: 1.5em;
        color: #2a2a2a;
        padding: 0.5em 0; }
      .modal-principal-formulario .c-modal-formulario p {
        font-size: 16px;
        line-height: 22px;
        margin: 15px 0; }
    .modal-principal-formulario .c-formulario fieldset {
      padding: 1.5em 2em; }
    .modal-principal-formulario .c-formulario .g-recaptcha {
      margin-bottom: 1em;
      width: 100px;
      transform: scale(0.6);
      -webkit-transform: scale(0.6);
      transform-origin: 0 0;
      -webkit-transform-origin: 0 0; }
    .modal-principal-formulario .c-formulario .bt-busca {
      display: block; } }

@media screen and (max-width: 359px) {
  .modal-principal-formulario .c-formulario .g-recaptcha {
    margin-bottom: 1em;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; } }

.page-application {
  float: left;
  width: 100%;
  position: relative; }
  .page-application .container-image {
    background: url(https://assets.gazetadopovo.com.br/images/bg_destaque.jpg);
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
    position: relative;
    height: 455px;
    margin-top: -25px; }
    .page-application .container-image .center {
      width: 370px;
      height: 455px;
      position: relative;
      top: 0px;
      padding-top: 11%;
      margin-left: 2%; }
      .page-application .container-image .center p {
        font: 200 2.5em/75% "Overpass", sans-serif;
        line-height: 1.1em;
        font-style: italic;
        width: 100%;
        text-align: left;
        margin-bottom: 30px;
        letter-spacing: -2px; }
      .page-application .container-image .center .download-now {
        text-transform: uppercase;
        border: 1px solid #999;
        font-family: "Overpass", sans-serif;
        font-size: 1.5em;
        border-radius: 10px;
        padding: 10px;
        float: left;
        margin-right: 10px;
        margin-top: 28px;
        letter-spacing: -1px;
        font-weight: 400; }
      .page-application .container-image .center .download {
        left: 45%;
        position: absolute;
        width: 350px;
        padding-left: 5%; }
        .page-application .container-image .center .download a {
          margin-right: 5px;
          width: 140px;
          margin-top: 30px;
          float: left; }
          .page-application .container-image .center .download a img {
            float: left; }
  .page-application .container-option {
    width: 100%;
    float: left;
    position: relative;
    background: #1f91ae;
    padding-top: 30px;
    font-weight: 200; }
    .page-application .container-option img {
      float: left;
      width: 430px;
      position: absolute;
      bottom: 0; }
    .page-application .container-option .text {
      color: #ffffff;
      width: 60%;
      margin-bottom: 60px;
      float: left; }
      .page-application .container-option .text p {
        font-size: 1.5em;
        color: #ffffff;
        line-height: 1.3em;
        margin: 20px 0px 0px 20px;
        font-family: "Overpass", sans-serif;
        font-weight: 200; }
      .page-application .container-option .text ul li {
        color: #ffffff;
        font-weight: bold;
        height: 100px;
        float: left;
        margin: 30px 0 0 15px;
        width: 47%; }
        .page-application .container-option .text ul li .subtitle {
          text-transform: uppercase;
          font-size: 1.200em;
          margin-top: 30px;
          border: 0px;
          font-family: "Overpass", sans-serif;
          font-weight: 600;
          margin-left: 0; }
        .page-application .container-option .text ul li svg {
          fill: #ffffff;
          width: 70px;
          float: left;
          height: 130px;
          margin-right: 20px; }
  .page-application .container-guia-clube {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 20px;
    padding-bottom: 30px; }
    .page-application .container-guia-clube .img-box {
      float: left;
      width: 170px;
      margin-left: 17%;
      margin-right: 10%; }
    .page-application .container-guia-clube .text {
      float: left;
      width: 470px; }
      .page-application .container-guia-clube .text svg {
        width: 250px;
        margin-top: 30px;
        margin-bottom: 20px;
        height: 50px; }
      .page-application .container-guia-clube .text p {
        color: #707070;
        font-size: 1.2em;
        font-weight: 300;
        width: 100%;
        line-height: 1.3em;
        margin-bottom: 35px; }
        .page-application .container-guia-clube .text p strong {
          font-weight: bold; }
      .page-application .container-guia-clube .text .download {
        float: left;
        width: 100%; }
        .page-application .container-guia-clube .text .download a {
          float: left;
          width: 37%;
          margin-right: 10%; }
          .page-application .container-guia-clube .text .download a img {
            width: 100%; }

@media screen and (max-width: 1147px) {
  .page-application .container-image .wrapper {
    max-width: 100%; } }

@media screen and (max-width: 1023px) {
  .page-application .container-option img {
    width: 42%; } }

@media screen and (max-width: 989px) {
  .page-application .container-option .wrapper {
    max-width: 100%; }
  .page-application .container-option .text {
    width: 100%; }
    .page-application .container-option .text ul {
      padding-left: 5%; }
  .page-application .container-option img {
    width: 40%;
    position: relative;
    left: 50%;
    transform: translateX(-50%); }
  .page-application .container-guia-clube .wrapper {
    max-width: 100%; }
  .page-application .container-guia-clube .img-box {
    margin-left: 2%;
    margin-right: 3%; } }

@media screen and (max-width: 940px) {
  .page-application .container-guia-clube .wrapper {
    max-width: 100%; }
  .page-application .container-guia-clube .text {
    width: 60%; }
    .page-application .container-guia-clube .text .download a {
      width: 30%; }
  .page-application .container-guia-clube .img-box {
    width: 250px; } }

@media screen and (max-width: 767px) {
  .page-application .container-image {
    height: 340px;
    background-size: cover;
    margin-top: 0px; }
    .page-application .container-image .center {
      padding-top: 3%; }
  .page-application .container-guia-clube .wrapper {
    max-width: 100%; }
  .page-application .container-guia-clube .text {
    width: 60%;
    padding: 0 1%;
    text-align: center; }
    .page-application .container-guia-clube .text svg {
      width: 100%; }
    .page-application .container-guia-clube .text .download {
      padding-left: 17%; }
      .page-application .container-guia-clube .text .download a {
        width: 37%; }
  .page-application .container-guia-clube .img-box {
    margin-right: 5%; } }

@media screen and (max-width: 579px) {
  .page-application .container-image {
    height: 320px;
    background-size: cover; }
    .page-application .container-image .center {
      padding-top: 10%; }
  .page-application .container-option .text ul {
    padding-left: 0; }
    .page-application .container-option .text ul li .subtitle {
      font-size: 1.1em; }
  .page-application .container-guia-clube .wrapper {
    max-width: 100%; }
  .page-application .container-guia-clube .text {
    width: 60%;
    padding: 0 1%;
    text-align: center; }
    .page-application .container-guia-clube .text svg {
      width: 100%; }
    .page-application .container-guia-clube .text .download {
      padding-left: 17%; }
      .page-application .container-guia-clube .text .download a {
        width: 37%; }
  .page-application .container-guia-clube .img-box {
    margin-right: 3%;
    width: 150px;
    margin-top: 30px; } }

@media screen and (max-width: 529px) {
  .page-application .container-option .text ul li {
    text-align: center;
    width: 50%;
    height: auto;
    margin: 30px 0 0 0;
    padding: 0 3%; }
    .page-application .container-option .text ul li svg {
      height: auto;
      float: none; } }

@media screen and (max-width: 503px) {
  .page-application .container-image .center .download {
    left: 43%; } }

@media screen and (max-width: 495px) {
  .page-application .container-image .center {
    width: 100%;
    margin-left: 0;
    text-align: center; }
    .page-application .container-image .center p {
      width: 100%;
      text-align: center; }
    .page-application .container-image .center .download-now {
      float: none; }
    .page-application .container-image .center .download {
      left: calc(50% - 140px);
      width: 100%;
      margin-top: 6px;
      padding-left: 0; }
      .page-application .container-image .center .download a {
        width: 130px; }
  .page-application .container-guia-clube .wrapper {
    max-width: 100%; }
  .page-application .container-guia-clube .text {
    width: 100%;
    padding-left: 20%;
    text-align: center; }
  .page-application .container-guia-clube .img-box {
    margin-right: 3%;
    position: absolute;
    margin-left: -15%; } }

@media screen and (max-width: 443px) {
  .page-application .container-guia-clube .text {
    padding-left: 23%; }
  .page-application .container-guia-clube .img-box {
    margin-left: -21%; } }

@media screen and (max-width: 359px) {
  .page-application .container-image .center {
    padding-top: 10%;
    height: 340px; }
    .page-application .container-image .center p {
      font: 200 2.2em/75% "Overpass", sans-serif;
      line-height: 1.2em; }
    .page-application .container-image .center .download-now {
      font-size: 1.2em; }
    .page-application .container-image .center .download {
      left: 2%; }
      .page-application .container-image .center .download a {
        width: 48%;
        margin-right: 0; }
        .page-application .container-image .center .download a:first {
          margin-right: 5%; }
  .page-application .container-option .text ul li {
    text-align: left;
    width: 100%;
    height: auto;
    margin: 30px 0 0 0;
    padding: 0 2%; }
    .page-application .container-option .text ul li .subtitle {
      font-size: 1em;
      margin-top: 5px; }
    .page-application .container-option .text ul li svg {
      width: 55px;
      float: left; }
  .page-application .container-guia-clube .wrapper {
    max-width: 100%; }
  .page-application .container-guia-clube .text {
    width: 100%;
    padding-left: 20%;
    text-align: center; }
  .page-application .container-guia-clube .img-box {
    margin-right: 3%;
    position: absolute;
    margin-left: -33%; } }

@media screen and (max-width: 300px) {
  .page-application .container-guia-clube .wrapper {
    max-width: 100%; }
  .page-application .container-guia-clube .text {
    padding-left: 0; }
  .page-application .container-guia-clube .img-box {
    display: none; } }

.page-rss .page .page-content {
  padding-left: 0; }
  .page-rss .page .page-content .rss-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row; }
    .page-rss .page .page-content .rss-content .links-rss {
      flex-basis: 66%; }
      .page-rss .page .page-content .rss-content .links-rss .title-02 {
        font-size: 1.625rem;
        font-family: "Merriweather", serif;
        font-weight: 700;
        line-height: 125%;
        color: #000000;
        margin: 0 0 20px; }
        .page-rss .page .page-content .rss-content .links-rss .title-02 + p {
          font-size: 1rem;
          font-family: "Overpass", sans-serif;
          line-height: 150%;
          color: #707070; }
      .page-rss .page .page-content .rss-content .links-rss .c-list-rss {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        margin: 20px 0 0 0; }
        .page-rss .page .page-content .rss-content .links-rss .c-list-rss section {
          font-size: 1.5rem;
          margin-bottom: 20px;
          width: 100%; }
          .page-rss .page .page-content .rss-content .links-rss .c-list-rss section:first-child {
            margin-top: 20px; }
          .page-rss .page .page-content .rss-content .links-rss .c-list-rss section .c-title {
            font-size: 1.125rem;
            font-family: "Overpass", sans-serif;
            line-height: 125%;
            font-weight: 700;
            margin-bottom: 20px; }
          .page-rss .page .page-content .rss-content .links-rss .c-list-rss section > div {
            position: relative;
            float: left;
            width: 100%; }
            .page-rss .page .page-content .rss-content .links-rss .c-list-rss section > div .rss-item {
              display: inline-flex;
              width: calc(50% - 3px);
              margin-bottom: 20px; }
              .page-rss .page .page-content .rss-content .links-rss .c-list-rss section > div .rss-item a {
                font-size: 0.875rem;
                color: #2a2a2a;
                text-decoration: none; }
                .page-rss .page .page-content .rss-content .links-rss .c-list-rss section > div .rss-item a svg {
                  width: 12px;
                  height: 12px;
                  margin-right: 5px; }
              .page-rss .page .page-content .rss-content .links-rss .c-list-rss section > div .rss-item:hover span {
                border-bottom: 1px dotted #707070; }
    .page-rss .page .page-content .rss-content aside {
      flex-basis: 33%; }
      .page-rss .page .page-content .rss-content aside > div {
        border-left: 1px solid #e6e6e6;
        padding: 0 30px; }
        .page-rss .page .page-content .rss-content aside > div .bold {
          font-weight: 700; }
        .page-rss .page .page-content .rss-content aside > div .title-03 {
          font-size: 1rem;
          font-family: "Overpass", sans-serif;
          font-weight: 700;
          color: #000000;
          margin-bottom: 20px; }
        .page-rss .page .page-content .rss-content aside > div p {
          font-size: 0.875rem;
          font-family: "Overpass", sans-serif;
          line-height: 150%;
          color: #707070; }
        .page-rss .page .page-content .rss-content aside > div .mb {
          margin-bottom: 20px; }
        .page-rss .page .page-content .rss-content aside > div .list-links {
          position: relative;
          display: inline-block;
          vertical-align: top;
          width: 100%;
          padding: 15px 0;
          margin: 0;
          font-size: 0.875rem;
          font-family: "Overpass", sans-serif;
          line-height: 150%;
          height: auto;
          right: 0; }
          .page-rss .page .page-content .rss-content aside > div .list-links ul {
            position: relative;
            float: left;
            width: 100%;
            margin: 0; }
            .page-rss .page .page-content .rss-content aside > div .list-links ul li {
              position: relative;
              float: left;
              width: 100%;
              margin-bottom: 5px; }
              .page-rss .page .page-content .rss-content aside > div .list-links ul li a {
                display: inline-block;
                text-align: left;
                color: #3a66c8;
                text-decoration: none;
                padding-left: 15px; }
                .page-rss .page .page-content .rss-content aside > div .list-links ul li a:hover {
                  border-bottom: 1px dotted #3a66c8; }
              .page-rss .page .page-content .rss-content aside > div .list-links ul li:before {
                content: "»";
                position: absolute;
                left: 0;
                top: 0;
                color: #3a66c8;
                margin-right: 5px; }
    .page-rss .page .page-content .rss-content .link {
      margin-top: 30px;
      border-bottom: none; }
      .page-rss .page .page-content .rss-content .link:before {
        content: "»";
        left: 0;
        top: 0;
        color: #3a66c8;
        margin-right: 5px; }
      .page-rss .page .page-content .rss-content .link:hover {
        border-bottom: 1px dotted #3a66c8; }

@media screen and (max-width: 767px) {
  .page-rss .page .page-content .rss-content {
    flex-direction: column; }
    .page-rss .page .page-content .rss-content .links-rss, .page-rss .page .page-content .rss-content aside {
      flex-basis: 100%; }
    .page-rss .page .page-content .rss-content aside {
      margin-bottom: 40px; }
      .page-rss .page .page-content .rss-content aside > div {
        border-left: none;
        padding: 0; }
    .page-rss .page .page-content .rss-content .mobile-show {
      display: inline-block; } }

@media screen and (max-width: 579px) {
  .page-rss .page .page-content .rss-content {
    flex-direction: column; }
    .page-rss .page .page-content .rss-content .links-rss .title-02 {
      font-size: 1.125rem;
      line-height: 150%; }
    .page-rss .page .page-content .rss-content .links-rss .c-list-rss section:last-child {
      margin-bottom: 30px; }
    .page-rss .page .page-content .rss-content .links-rss .c-list-rss section > div .rss-item {
      width: 100%; }
    .page-rss .page .page-content .rss-content aside {
      border-top: 1px solid #e6e6e6;
      padding-top: 60px; } }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  box-sizing: border-box; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body .message__item, .minha-gazeta.active .wrapper .minha-gazeta-body, .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo, .minha-gazeta.active .wrapper .minha-gazeta-body .btn-assine, .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list,
.minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list, .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list .item-list:first-child,
.minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list .item-list:first-child, .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list .item-list .item-text,
.minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list .item-list .item-text, .minha-gazeta.active .wrapper .minha-gazeta-body .link-home, .notifications .notification-body, .notifications .notification-body .main-header, .notifications .notification-body .main-header .user-name, .notifications .notification-body .main-header .btn-return, .notifications .notification-body .secondary-header .principal-page-title,
.notifications .notification-body .tertiary-header .principal-page-title, .notifications .notification-body .secondary-header .principal-page-title .icoMoreH,
.notifications .notification-body .tertiary-header .principal-page-title .icoMoreH, .notifications .notification-body .secondary-header .principal-page-title .notifications-general-menu,
.notifications .notification-body .tertiary-header .principal-page-title .notifications-general-menu, .notifications .notification-body .secondary-header .principal-page-title .notifications-general-menu .general-item,
.notifications .notification-body .tertiary-header .principal-page-title .notifications-general-menu .general-item, .notifications .notification-body .secondary-header .principal-page-title .notifications-general-menu .general-item a,
.notifications .notification-body .tertiary-header .principal-page-title .notifications-general-menu .general-item a, .notifications .notification-body .secondary-header .page-config-title,
.notifications .notification-body .tertiary-header .page-config-title, .notifications .notification-body .secondary-header .page-config-subtitle,
.notifications .notification-body .tertiary-header .page-config-subtitle, .notifications .notification-body .secondary-header .page-config-notifications,
.notifications .notification-body .tertiary-header .page-config-notifications, .notifications .notification-body .notification-config-list, .notifications .notification-body .notification-config-list .config-list-item, .notifications .notification-body .notification-list, .notifications .notification-body .notification-list .notification-item, .notifications .notification-body .notification-list .notification-item .notification-type, .notifications .notification-body .notification-list .notification-item .notification-type .ico-type, .notifications .notification-body .notification-list .notification-item .notifications-action-menu, .notifications .notification-body .notification-list .notification-item .notifications-action-menu .action-item, .notifications .notification-body .notification-list .notification-item .notifications-action-menu .action-item a, .notifications .notification-body .message__item .box-message.success p, .notifications .notification-body .message__item .box-message.success p .btn-close-msg, .notifications .notification-body .no-notifications,
.notifications .notification-body .loader-notifications,
.notifications .notification-body .not-subscriber-notifications, .c-modal-content .save-read-later-information .btn-assine, .c-modal-content .save-read-later-information .message-minha-gazeta, .c-modal-content .save-read-later-information .saved-header, .c-modal-content .save-read-later-information .saved-message-body span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

/**
 * Columns
 *
 */
/**
 * Columns, Mobile
 *
 */
/**
 * Columns, Tablet
 *
 */
/**
 * Columns, Tablet Up
 *
 */
/**
 * Columns, Desktop
 *
 */
[class*="col-"] {
  float: left;
  margin-bottom: 20px;
  padding-right: 28px; }

.col-12 {
  padding: 0; }

@media screen and (min-width: 1148px) {
  .col-1 {
    max-width: 8.33333%;
    width: 100%; }
  .col-2 {
    max-width: 16.66667%;
    width: 100%; }
  .col-3 {
    max-width: 25%;
    width: 100%; }
  .col-4 {
    max-width: 33.33333%;
    width: 100%; }
  .col-5 {
    max-width: 41.66667%;
    width: 100%; }
  .col-6 {
    max-width: 50%;
    width: 100%; }
  .col-7 {
    max-width: 58.33333%;
    width: 100%; }
  .col-8 {
    max-width: 66.66667%;
    width: 100%; }
  .col-9 {
    max-width: 75%;
    width: 100%; }
  .col-10 {
    max-width: 83.33333%;
    width: 100%; }
  .col-11 {
    max-width: 91.66667%;
    width: 100%; }
  .col-12 {
    max-width: 100%;
    width: 100%; }
  .wrapper {
    max-width: 1148px; }
  .wrapper-podcast,
  .wrapper-video {
    max-width: 1148px; }
  .c-ads-clip .bg-clip {
    left: calc(50% - 574px); }
  .c-ads.ads-stick-footer > div {
    max-width: 1148px; }
  .c-ads.ads-header > div {
    max-width: 1190px; } }

/* CONTAINER */
.container {
  width: 100%;
  margin: 0 auto;
  clear: both; }

.c-ads.ads-stick-footer > div,
.c-ads.ads-header > div {
  width: 100%;
  margin: 0 auto;
  clear: both;
  position: relative; }

.wrapper {
  width: 100%;
  margin: 0 auto;
  clear: both;
  padding: 0 15px; }

.wrapper-podcast,
.wrapper-video {
  width: 100%;
  margin: 0 auto;
  clear: both;
  padding: 0 15px; }

.left {
  float: left; }

.right {
  float: right; }

.row {
  display: flex; }

@media screen and (max-width: 1147px) {
  .col-1 {
    width: 8.33333%; }
  .col-2 {
    width: 16.66667%; }
  .col-3 {
    width: 25%; }
  .col-4 {
    width: 33.33333%; }
  .col-5 {
    width: 41.66667%; }
  .col-6 {
    width: 50%; }
  .col-7 {
    width: 58.33333%; }
  .col-8 {
    width: 66.66667%; }
  .col-9 {
    width: 75%; }
  .col-10 {
    width: 83.33333%; }
  .col-11 {
    width: 91.66667%; }
  .col-12 {
    width: 100%; }
  .wrapper-podcast,
  .wrapper-video {
    max-width: 1024px; }
  .wrapper {
    max-width: 1024px; }
  .c-ads-clip .bg-clip {
    left: calc(50% - 512px); }
  .c-ads.ads-stick-footer > div,
  .c-ads.ads-header > div {
    max-width: 1024px; } }

@media screen and (max-width: 1023px) and (min-width: 320px) {
  .wrapper {
    width: 100%; }
  .wrapper-podcast,
  .wrapper-video {
    max-width: 100%; }
  .c-ads-clip .bg-clip {
    left: calc(50% - 574px); }
  .c-ads.ads-stick-footer > div {
    max-width: 1148px; }
  .c-ads.ads-header > div {
    max-width: 100%; } }

@media screen and (max-width: 1023px) {
  .col-1 {
    width: 10%; }
  .col-2 {
    width: 20%; }
  .col-3 {
    width: 30%; }
  .col-4 {
    width: 40%; }
  .col-5 {
    width: 50%; }
  .col-6 {
    width: 60%; }
  .col-7 {
    width: 70%; }
  .col-8 {
    width: 80%; }
  .col-9 {
    width: 90%; }
  .col-10 {
    width: 100%; } }

@media screen and (max-width: 989px) {
  [class*="col-"] {
    padding: 0 0 0; }
  .col-1 {
    width: 12.5%; }
  .col-2 {
    width: 25%; }
  .col-3 {
    width: 37.5%; }
  .col-4 {
    width: 50%; }
  .col-5 {
    width: 62.5%; }
  .col-6 {
    width: 75%; }
  .col-7 {
    width: 87.5%; }
  .col-8 {
    width: 100%; }
  .c-ads-clip .bg-clip {
    left: calc(50% - 384px); }
  .c-ads.ads-stick-footer > div,
  .c-ads.ads-header > div {
    max-width: 768px; }
  .wrapper {
    max-width: 768px; }
  .wrapper-podcast,
  .wrapper-video {
    max-width: 768px; } }

@media screen and (max-width: 767px) {
  [class*="col-"] {
    width: 100%;
    padding-left: 0; }
  .c-ads-clip .bg-clip {
    left: calc(50% - 290px); }
  .c-ads.ads-stick-footer > div,
  .c-ads.ads-header > div {
    max-width: 580px; }
  .wrapper {
    max-width: 580px; }
  .wrapper-podcast,
  .wrapper-video {
    max-width: 580px; } }

@media screen and (max-width: 579px) {
  .c-ads-clip .bg-clip {
    left: calc(50% - 210px); }
  .c-ads.ads-stick-footer > div,
  .c-ads.ads-header > div {
    max-width: 420px; }
  .wrapper {
    max-width: 420px; }
  .wrapper-podcast,
  .wrapper-video {
    max-width: 100%; } }

@media screen and (max-width: 419px) {
  .c-ads-clip .bg-clip {
    left: calc(50% - 190px); }
  .c-ads.ads-stick-footer > div,
  .c-ads.ads-header > div {
    max-width: 380px; }
  .wrapper {
    max-width: 380px; } }

@media screen and (max-width: 379px) {
  .c-ads-clip .bg-clip {
    left: calc(50% - 180px); }
  .c-ads.ads-stick-footer > div,
  .c-ads.ads-header > div {
    max-width: 360px; }
  .wrapper {
    max-width: 360px; } }

@media screen and (max-width: 359px) {
  .c-ads-clip .bg-clip {
    left: calc(50% - 160px); }
  .c-ads.ads-stick-footer > div,
  .c-ads.ads-header > div {
    max-width: 320px; }
  .wrapper {
    max-width: 320px; } }

body {
  color: #000000;
  font-family: "Overpass", sans-serif;
  width: 100%; }
  body img {
    max-width: 100%;
    width: 100%; }
  body .page-newsletter.destach {
    margin-top: -30px;
    float: left;
    width: 100%; }
  body.note-amp {
    margin-top: 15px; }
  body .mTop {
    padding-top: 160px; }
  body .mTopHome {
    padding-top: 190px; }
  body .mTopId {
    padding-top: 190px; }
  body.webview {
    margin-top: 0;
    padding-top: 0; }
  body.conteudo-publicitario-page {
    padding-bottom: 0;
    background: #f8f8f8; }
    body.conteudo-publicitario-page .c-footer {
      padding-bottom: 0; }
  body.gpbc-page {
    background: #f8f8f8; }
  body.video, body.podcast {
    background: #000000; }
    body.video .container, body.podcast .container {
      background: transparent; }
    body.video.gpbc-page .container, body.podcast.gpbc-page .container {
      background: transparent; }
  body.bomgourmet-page.video, body.bomgourmet-page.podcast, body.haus-page.video, body.haus-page.podcast {
    background: #000000; }
    body.bomgourmet-page.video .container, body.bomgourmet-page.podcast .container, body.haus-page.video .container, body.haus-page.podcast .container {
      background: transparent; }
  body .message__item {
    align-items: center;
    justify-content: center;
    bottom: 5%;
    position: fixed;
    width: 100%;
    z-index: 9999999999; }
    body .message__item .box-message {
      border-radius: 6px;
      padding: 15px; }
      body .message__item .box-message.success {
        background-color: #d4edda; }
        body .message__item .box-message.success p {
          color: #3c763d;
          font-family: 'Overpass', sans-serif;
          font-weight: 700; }
          body .message__item .box-message.success p::before {
            content: "\2713";
            font-weight: 700;
            margin-right: 5px; }

@media screen and (max-width: 989px) {
  body.webview {
    margin-top: 0;
    padding-top: 0; } }

@media screen and (max-width: 1147px) {
  body.webview {
    margin-top: 0;
    padding-top: 0; } }

@media screen and (max-width: 767px) {
  body.webview {
    margin-top: 0;
    padding-top: 0; } }

a {
  color: #3a66c8; }
  a[href]:hover {
    text-decoration: underline; }

input {
  -webkit-appearance: none; }

.relative_left_full {
  position: relative;
  width: 100%;
  float: left; }

.relative_full {
  position: relative;
  width: 100%; }

.c-title {
  color: #000000;
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 125%;
  font-family: "Merriweather", serif; }

.c-title-02 {
  position: relative;
  float: left;
  width: 100%;
  font-family: "Merriweather", serif;
  font-size: 2.125rem;
  line-height: 100%;
  text-align: left;
  color: #000000;
  margin: 30px 0; }
  .c-title-02 strong {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    width: auto;
    font-weight: 700; }

.c-title-03 {
  position: relative;
  float: left;
  width: 100%;
  text-align: left;
  font-size: 1.375rem;
  color: #000000;
  line-height: 125%;
  font-family: "Merriweather", serif; }

.c-title-04 {
  position: relative;
  float: left;
  width: 100%;
  text-align: left;
  font-size: 1rem;
  color: #000000;
  line-height: 125%;
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  margin: 0 0 15px 0; }

.c-box-title {
  color: #707070;
  display: inline-block;
  border-left: 1px solid;
  border-right: 1px solid;
  font-family: "Merriweather", serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 15px;
  padding: 0 8px;
  text-transform: lowercase; }

.box-title {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 15px;
  line-height: 31px;
  font-size: 1.375rem;
  font-weight: bold;
  margin: 0;
  font-family: "Overpass", sans-serif;
  padding: 0;
  border-top: solid 1px #2a2a2a; }
  .box-title strong {
    position: relative;
    float: left;
    width: auto;
    padding: 15px 0 0 0;
    margin-top: 0; }
    .box-title strong:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 4px;
      background: #2a2a2a; }

.c-ad-overhead {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start; }
  .c-ad-overhead span {
    position: relative;
    width: auto;
    display: inline-flex;
    height: 20px;
    font-family: "Overpass", sans-serif;
    text-transform: uppercase;
    font-size: 0.75rem;
    line-height: 23px;
    font-weight: bold;
    background: #f0ad2c;
    color: #ffffff;
    padding: 0 6px; }
    .c-ad-overhead span a {
      text-decoration: none;
      color: #ffffff;
      display: inline-block;
      width: 100%;
      cursor: pointer; }
  .c-ad-overhead .question {
    display: none;
    position: absolute;
    right: -16px;
    top: 2px;
    width: 16px;
    height: 16px;
    background: transparent;
    cursor: pointer; }
    .c-ad-overhead .question .balloon {
      position: absolute;
      top: 26px;
      left: calc(50% - 200px);
      width: 220px;
      height: auto;
      background: #cccccc;
      padding: 10px;
      font-size: 0.75rem;
      line-height: 125%;
      text-transform: initial;
      color: #000000;
      border-radius: 4px;
      display: none;
      -ms-transition: all 1s ease-out;
      -moz-transition: all 1s ease-out;
      -webkit-transition: all 1s ease-out;
      -o-transition: all 1s ease-out; }
      .c-ad-overhead .question .balloon:before {
        content: "";
        position: absolute;
        left: calc(50% - 5px);
        top: -5px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #cccccc; }
    .c-ad-overhead .question:focus .balloon, .c-ad-overhead .question:hover .balloon {
      display: block; }

.c-logos-client-header {
  float: right;
  width: 120px;
  height: 70px;
  text-align: right; }
  .c-logos-client-header .image-client {
    width: auto;
    height: auto;
    float: right; }
  .c-logos-client-header img {
    float: right;
    width: auto;
    max-width: 100px;
    max-height: 50px; }
  .c-logos-client-header span {
    display: inline-flex;
    width: auto;
    text-align: center;
    color: #707070;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-family: "Overpass", sans-serif;
    margin-bottom: 3px; }

.c-box-footer {
  position: relative;
  width: 100%;
  float: left;
  background: #ffffff;
  border: solid 1px #e6e6e6;
  padding: 15px;
  margin: 30px 0; }
  .c-box-footer .c-ad-overhead {
    position: relative;
    align-content: center;
    align-items: center; }
  .c-box-footer .c-logos-client {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: row; }
    .c-box-footer .c-logos-client .image-client {
      width: auto;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-basis: 50%;
      padding: 0 15px;
      margin-bottom: 15px;
      justify-content: center;
      flex-direction: column;
      align-items: center; }
      .c-box-footer .c-logos-client .image-client a {
        display: inline-flex;
        height: auto;
        width: auto; }
      .c-box-footer .c-logos-client .image-client svg {
        display: inline-flex;
        height: auto;
        width: 140px;
        max-width: 100%;
        max-height: 100px; }
      .c-box-footer .c-logos-client .image-client img {
        display: inline-flex;
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: 100px; }
    .c-box-footer .c-logos-client span {
      display: inline-flex;
      width: auto;
      text-align: center;
      color: #707070;
      text-transform: uppercase;
      font-size: 0.75rem;
      font-family: "Overpass", sans-serif;
      margin-bottom: 3px; }
  .c-box-footer .c-text {
    width: 100%;
    float: left;
    font-size: 0.875rem;
    color: #707070;
    line-height: 150%;
    font-family: "Overpass", sans-serif;
    text-align: center; }
    .c-box-footer .c-text p {
      width: 100%;
      display: inline-block;
      margin: 0;
      font-size: 0.875rem;
      color: #707070;
      line-height: 150%;
      font-family: "Overpass", sans-serif;
      text-align: center; }

.c-summary {
  color: #000000;
  font-size: 1.25rem;
  line-height: 125%; }

.btn {
  border: 1px solid #2a2a2a;
  border-radius: 6px;
  color: #2a2a2a;
  cursor: pointer;
  font-size: 0.875rem;
  padding: 8px 12px;
  text-decoration: none;
  text-transform: uppercase; }
  .btn:hover {
    background-color: #2a2a2a;
    color: #ffffff;
    text-decoration: none; }

.btn-submit {
  background-color: #2a2a2a;
  border: none;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  font-family: "Overpass", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-align: center;
  -moz-transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25 ease-in-out;
  transition: background-color .25s ease-in-out; }
  .btn-submit:hover {
    background-color: #707070; }

.btn-show-more {
  background-color: #f5f5f5;
  border: 1px solid #2a2a2a;
  color: #2a2a2a;
  cursor: pointer;
  font-family: "Overpass", sans-serif;
  font-size: 0.875rem;
  padding: 7px 15px 3px 15px;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25 ease-in-out;
  transition: background-color .25s ease-in-out; }
  .btn-show-more:hover {
    background-color: #2a2a2a;
    color: #ffffff;
    text-decoration: none; }

.c-modal-header .btn-close {
  cursor: pointer;
  float: right;
  height: 25px;
  margin-top: 10px;
  position: relative;
  width: 25px;
  font-size: 0;
  background: none;
  padding: 0;
  border: 0;
  right: 25px;
  z-index: 1; }

.btn-close {
  cursor: pointer;
  height: 30px;
  margin-top: 10px;
  width: 25px; }
  .btn-close:after, .btn-close:before {
    background-color: #000000;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 12px;
    transform: rotate(45deg);
    width: 100%; }
  .btn-close:after {
    transform: rotate(-45deg); }

#modal-read-later .btn-close {
  height: 20px;
  width: 20px; }
  #modal-read-later .btn-close::after, #modal-read-later .btn-close::before {
    background-color: #707070; }

.top {
  position: relative;
  float: left;
  width: 100%; }

.mobile-show {
  display: none; }

.mobile-hide {
  display: block; }

.hide {
  display: none; }

/**
 * Overflow to control body when open/close comments
 */
.overflow-y {
  overflow-y: auto; }

.overflow-y-hide {
  overflow: hidden; }

@media screen and (max-width: 767px) {
  .mobile-show {
    display: block; }
  .mobile-hide {
    display: none; }
  .c-title-02 {
    font-size: 1.25rem; }
    .c-title-02 strong:before, .c-title-02 strong:after {
      top: calc(50% - 11px);
      height: 23px; }
  .mobile-overflow-y-hide {
    overflow-y: hidden; } }

.tp-backdrop.tp-active {
  opacity: 0.9 !important; }

@media screen and (min-width: 768px) {
  div.tp-modal {
    overflow-y: auto !important;
    top: -50% !important;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%); }
  .tp-iframe-wrapper {
    margin: 20px auto !important; } }

@media screen and (max-width: 767px) {
  .tp-iframe-wrapper {
    margin: 80px auto 40px !important; } }

.minha-gazeta {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 0;
  z-index: 1000; }
  @media screen and (max-width: 1147px) {
    .minha-gazeta {
      top: 56px; } }
  .minha-gazeta.active {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%; }
    @media screen and (max-width: 768px) {
      .minha-gazeta.active {
        z-index: 9999999999; } }
    .minha-gazeta.active .wrapper {
      height: 100vh; }
      @media screen and (max-width: 1024px) {
        .minha-gazeta.active .wrapper {
          padding: 0; } }
      @media screen and (max-width: 768px) {
        .minha-gazeta.active .wrapper {
          margin-left: 56px;
          padding: 0;
          width: 100%; } }
      .minha-gazeta.active .wrapper .minha-gazeta-body {
        flex-direction: column;
        background-color: #ffffff;
        float: right;
        height: auto;
        margin-top: 100px;
        min-height: 100vh;
        min-height: -webkit-fill-available;
        padding: 38px 15px;
        position: relative;
        width: 304px;
        -webkit-animation: slide-out-top 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
        animation: slide-out-top 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }
        @media screen and (max-width: 1024px) {
          .minha-gazeta.active .wrapper .minha-gazeta-body {
            margin-top: 0; } }
        @media screen and (max-width: 768px) {
          .minha-gazeta.active .wrapper .minha-gazeta-body {
            margin-top: -1px;
            padding: 38px 75px 38px 15px; } }
        .minha-gazeta.active .wrapper .minha-gazeta-body.active {
          webkit-animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
        @media screen and (max-width: 768px) {
          .minha-gazeta.active .wrapper .minha-gazeta-body {
            width: 100%; } }

@-webkit-keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; } }

@keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; } }

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
        .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo {
          align-items: center; }
          .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar {
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            align-items: center;
            border-radius: 100%;
            border: solid 1px #e6e6e6;
            display: flex;
            height: 28px;
            justify-content: center;
            line-height: 33px;
            overflow: hidden;
            position: relative;
            width: 28px;
            /*-- CORES PARA CADA LETRA --*/ }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial {
              font-size: 0.875rem;
              color: #2a2a2a;
              display: inline-block;
              font-family: "Merriweather";
              height: 28px;
              line-height: 28px;
              position: absolute;
              text-align: center;
              vertical-align: middle;
              width: 36px;
              -webkit-animation: flip-in-ver-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
              animation: flip-in-ver-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .photo-user {
              background-position: center;
              background-repeat: no-repeat;
              background-size: cover;
              display: inline-block;
              height: 100%;
              left: 0;
              max-width: 28px;
              position: absolute;
              text-align: center;
              top: 0;
              vertical-align: top;
              width: 100%;
              z-index: 10;
              -webkit-animation: flip-in-ver-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
              animation: flip-in-ver-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@-webkit-keyframes flip-in-ver-right {
  0% {
    -webkit-transform: rotateY(-80deg);
    transform: rotateY(-80deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1; } }

@keyframes flip-in-ver-right {
  0% {
    -webkit-transform: rotateY(-80deg);
    transform: rotateY(-80deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1; } }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.A {
              background-color: #378fae; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.B {
              background-color: #82b4c5; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.C {
              background-color: #8c9ea9; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.D {
              background-color: #9aa6af; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.E {
              background-color: #a9b6bf; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.F {
              background-color: #508994; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.G {
              background-color: #75a5ac; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.H {
              background-color: #84b896; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.I {
              background-color: #91c2b3; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.J {
              background-color: #adbfa9; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.K {
              background-color: #c5c896; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.L {
              background-color: #d3c696; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.M {
              background-color: #d9c686; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.N {
              background-color: #e1c475; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.O {
              background-color: #e3b37c; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.P {
              background-color: #e3ae64; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.Q {
              background-color: #d3b4a2; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.R {
              background-color: #e1b59f; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.S {
              background-color: #d1a795; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.T {
              background-color: #dd9e83; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.U {
              background-color: #d38387; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.V {
              background-color: #b8bed0; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.W {
              background-color: #b0a0b6; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.X {
              background-color: #b7acaa; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.Y {
              background-color: #cbbeb9; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.Z {
              background-color: #bbb2b2; }
          .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-name {
            font-size: 1.125rem;
            color: #2a2a2a;
            font-family: "Overpass", sans-serif;
            margin-left: 12px; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-name strong {
              font-weight: bold; }
        .minha-gazeta.active .wrapper .minha-gazeta-body .editar-perfil {
          font-size: 0.875rem;
          color: #0045b4;
          font-family: "Overpass", sans-serif;
          margin: 16px 0 37px 40px;
          text-decoration: none; }
          .minha-gazeta.active .wrapper .minha-gazeta-body .editar-perfil:hover {
            text-decoration: underline; }
          .minha-gazeta.active .wrapper .minha-gazeta-body .editar-perfil.no-subscriber {
            margin: 16px 0 0 40px; }
        .minha-gazeta.active .wrapper .minha-gazeta-body .btn-assine {
          font-size: 0.875rem;
          align-items: center;
          background-color: #e66a1d;
          border-radius: 20px;
          color: #ffffff;
          cursor: pointer;
          font-family: "Overpass", sans-serif;
          font-weight: bold;
          justify-content: center;
          margin: 24px 0 37px;
          padding: 12px 16px;
          text-align: center;
          transition: all 0.5s ease;
          text-decoration: none;
          width: 100%; }
          .minha-gazeta.active .wrapper .minha-gazeta-body .btn-assine:hover {
            box-shadow: 0 3px 6px 0 0, 0, 0, 0.16; }
          .minha-gazeta.active .wrapper .minha-gazeta-body .btn-assine svg {
            height: 10px;
            margin-left: 5px;
            width: 10px; }
        .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list,
        .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list {
          flex-direction: column;
          margin-bottom: 30px;
          padding: 0 10px; }
          .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list .item-list,
          .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list .item-list {
            border-bottom: 1px solid #e6e6e6;
            padding: 15px 0;
            width: 100%; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list .item-list:first-child,
            .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list .item-list:first-child {
              align-items: center;
              flex-direction: row;
              justify-content: space-between; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list .item-list .title,
            .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list .item-list .title {
              font-size: 1rem;
              font-family: "Overpass", sans-serif;
              font-weight: bold; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list .item-list .btn-painel,
            .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list .item-list .btn-ver-tudo,
            .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list .item-list .btn-painel,
            .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list .item-list .btn-ver-tudo {
              font-size: 0.75rem;
              background-color: #e6e6e6;
              border-radius: 16px;
              color: #2a2a2a;
              cursor: pointer;
              font-family: "Overpass", sans-serif;
              letter-spacing: 0.3px;
              padding: 8px 16px;
              transition: all 0.5s ease;
              text-decoration: none; }
              .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list .item-list .btn-painel:hover,
              .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list .item-list .btn-ver-tudo:hover,
              .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list .item-list .btn-painel:hover,
              .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list .item-list .btn-ver-tudo:hover {
                box-shadow: 0 3px 6px 0 0, 0, 0, 0.16; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list .item-list .item-text,
            .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list .item-list .item-text {
              font-size: 0.875rem;
              align-items: center;
              color: #2a2a2a;
              cursor: pointer;
              font-family: "Overpass", sans-serif;
              line-height: 125%;
              text-decoration: none; }
              .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list .item-list .item-text:hover,
              .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list .item-list .item-text:hover {
                text-decoration: underline; }
              .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list .item-list .item-text svg,
              .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list .item-list .item-text svg {
                height: 24px;
                margin-left: 5px;
                width: 24px; }
          .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list.no-subscriber,
          .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list.no-subscriber {
            margin-bottom: 7px; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list.no-subscriber .item-text,
            .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list.no-subscriber .item-text {
              cursor: default;
              color: #939393; }
              .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list.no-subscriber .item-text:hover,
              .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list.no-subscriber .item-text:hover {
                text-decoration: none; }
        .minha-gazeta.active .wrapper .minha-gazeta-body .btn-logout {
          font-size: 0.875rem;
          border-radius: 20px;
          border: 1px solid #cccccc;
          color: #707070;
          cursor: pointer;
          font-family: "Overpass", sans-serif;
          margin-top: 17px;
          padding: 8px 16px;
          transition: all 0.5s ease;
          text-decoration: none;
          width: 120px; }
          .minha-gazeta.active .wrapper .minha-gazeta-body .btn-logout:hover {
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
        .minha-gazeta.active .wrapper .minha-gazeta-body .link-home {
          font-size: 0.75rem;
          align-items: center;
          color: #0045b4;
          cursor: pointer;
          font-family: "Overpass", sans-serif;
          margin-top: 32px;
          text-decoration: none; }
          .minha-gazeta.active .wrapper .minha-gazeta-body .link-home:hover {
            text-decoration: underline; }
          .minha-gazeta.active .wrapper .minha-gazeta-body .link-home svg {
            height: 10px;
            margin-left: 5px;
            width: 10px; }

#modal-read-later-not-subscriber-logged {
  display: none; }
  #modal-read-later-not-subscriber-logged .c-modal {
    align-items: center;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: calc(50% - 170px);
    max-width: 340px; }
    @media screen and (max-width: 767px) {
      #modal-read-later-not-subscriber-logged .c-modal {
        left: calc(50% - 160px);
        max-width: 320px; } }
    #modal-read-later-not-subscriber-logged .c-modal .c-modal-header .btn-close {
      position: absolute;
      right: 15px;
      top: 10px;
      width: 20px;
      z-index: 20; }
      #modal-read-later-not-subscriber-logged .c-modal .c-modal-header .btn-close:before, #modal-read-later-not-subscriber-logged .c-modal .c-modal-header .btn-close:after {
        background-color: #707070; }
    #modal-read-later-not-subscriber-logged .c-modal .c-modal-content {
      align-items: center;
      display: flex;
      justify-content: center;
      padding: 20px;
      position: relative;
      width: 100%; }
      #modal-read-later-not-subscriber-logged .c-modal .c-modal-content .save-read-later-information .title {
        font-weight: 500; }
        #modal-read-later-not-subscriber-logged .c-modal .c-modal-content .save-read-later-information .title strong {
          font-weight: 600; }
      #modal-read-later-not-subscriber-logged .c-modal .c-modal-content .save-read-later-information .subscriber-message {
        font-weight: 600; }
        #modal-read-later-not-subscriber-logged .c-modal .c-modal-content .save-read-later-information .subscriber-message .link-login {
          text-decoration: none; }
      #modal-read-later-not-subscriber-logged .c-modal .c-modal-content .save-read-later-information .message-minha-gazeta {
        color: #3a66c8; }
        #modal-read-later-not-subscriber-logged .c-modal .c-modal-content .save-read-later-information .message-minha-gazeta .link-minha-gazeta-home {
          font-weight: 600; }

.header {
  position: relative;
  width: 100%;
  display: block;
  -ms-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  min-height: 100px; }

.c-effect-roller {
  -ms-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.roller-bottom.scrollDown ul {
  height: 0; }

.roller-bottom.scrollDown .c-ads .btn-close {
  display: block; }

.roller-bottom.scrollDown .btn-close {
  display: block; }

.roller-top.scrollUp {
  transform: translateY(-100%);
  overflow: hidden; }
  .roller-top.scrollUp .c-header.c-header-small,
  .roller-top.scrollUp .c-header {
    transform: translateY(-100px); }

.roller-ads {
  transform: translateY(0px); }

body .ads-header-fixed.roller-ads {
  top: 0;
  transform: translateY(40px); }

body .ads-header-fixed.roller-ads.scrollAds {
  top: 0;
  transform: translateY(-20px);
  overflow: hidden; }

body.video .ads-header-fixed.roller-ads, body.podcast .ads-header-fixed.roller-ads, body.home .ads-header-fixed.roller-ads {
  top: 10px;
  transform: translateY(0); }

body.video .ads-header-fixed.roller-ads.scrollAds, body.podcast .ads-header-fixed.roller-ads.scrollAds, body.home .ads-header-fixed.roller-ads.scrollAds {
  transform: translateY(-50px);
  top: 0; }

body.webview .ads-header-fixed.roller-ads {
  top: 0;
  transform: translateY(-50px); }

.c-header {
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  background: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  font-family: "Overpass", sans-serif;
  font-weight: 400;
  height: 100px;
  left: 0;
  padding: 6px 0 10px;
  top: 0;
  transition: all 0.5s linear;
  width: 100%;
  z-index: 9999999999;
  position: fixed; }
  .c-header .wrapper {
    height: 100%;
    padding: 0; }
  .c-header .h-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%; }
    .c-header .h-container .assine-bt {
      min-height: 50px; }
      .c-header .h-container .assine-bt .c-btn-sign-it-mobile {
        height: 28px;
        width: 62px;
        padding: 10px;
        background-color: #ed7828;
        border: solid 1px #ffffff;
        border-top: 0;
        border-radius: 20px;
        font-size: 0.75rem;
        color: #ffffff;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        align-items: center;
        justify-content: center;
        display: none; }

@keyframes take2 {
  0% {
    opacity: 1; }
  25% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    color: #f2cf2e;
    opacity: 0; } }

@keyframes take2a {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1;
    color: #000; } }
    .c-header .h-container .menu {
      display: flex;
      align-items: center;
      position: absolute;
      left: 0; }
      @media screen and (max-width: 768px) {
        .c-header .h-container .menu {
          left: 20px; } }
    .c-header .h-container .h-editor {
      text-align: center; }
      .c-header .h-container .h-editor .h-logotipo .logo-placeholder,
      .c-header .h-container .h-editor .h-logotipo-mobile .logo-placeholder {
        width: 265px;
        -ms-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
        margin: auto auto 8px; }
      .c-header .h-container .h-editor .home-current-date {
        width: 100%;
        font-size: 0.75rem;
        display: block;
        color: #707070; }
    .c-header .h-container .h-menu {
      position: absolute;
      right: 0; }
      .c-header .h-container .h-menu .h-nav {
        text-align: right; }
        .c-header .h-container .h-menu .h-nav .c-login.user_header .c-not-logged-in {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center; }
          @media screen and (max-width: 1147px) {
            .c-header .h-container .h-menu .h-nav .c-login.user_header .c-not-logged-in {
              display: none; } }
          .c-header .h-container .h-menu .h-nav .c-login.user_header .c-not-logged-in .c-btn-sign-it {
            position: relative;
            top: -21px;
            width: auto;
            text-decoration: none; }

@-webkit-keyframes black-assine {
  from {
    color: #fff; }
  to {
    color: #f2cf2e; } }

@keyframes black-assine {
  from {
    color: #fff; }
  to {
    color: #f2cf2e; } }
            .c-header .h-container .h-menu .h-nav .c-login.user_header .c-not-logged-in .c-btn-sign-it.btn1a {
              width: 110px;
              height: 30px;
              background: #de8d18;
              border-radius: 30px;
              color: #fff;
              text-align: center;
              top: 5px;
              padding: 20px 11px;
              transition: all 0.5s ease; }
              .c-header .h-container .h-menu .h-nav .c-login.user_header .c-not-logged-in .c-btn-sign-it.btn1a span {
                font-size: 14px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-weight: bold;
                text-decoration: none;
                text-transform: uppercase;
                position: absolute;
                inset: 0; }
                .c-header .h-container .h-menu .h-nav .c-login.user_header .c-not-logged-in .c-btn-sign-it.btn1a span.frame-01 {
                  opacity: 1;
                  letter-spacing: -0.5px;
                  line-height: 100%; }
        .c-header .h-container .h-menu .h-nav .c-login.user_header .logged.has-digital .assine-bt .c-btn-sign-it {
          position: relative;
          top: -32px;
          top: -12px;
          left: -14px; }
          .c-header .h-container .h-menu .h-nav .c-login.user_header .logged.has-digital .assine-bt .c-btn-sign-it.btn1a {
            width: 110px;
            height: 30px;
            background: #de8d18;
            border-radius: 30px;
            color: #fff;
            text-align: center;
            top: 5px;
            padding: 20px 11px;
            transition: all 0.5s ease; }
            .c-header .h-container .h-menu .h-nav .c-login.user_header .logged.has-digital .assine-bt .c-btn-sign-it.btn1a span {
              font-size: 14px;
              display: flex;
              align-items: center;
              justify-content: center;
              font-weight: bold;
              text-decoration: none;
              text-transform: uppercase;
              position: absolute;
              inset: 0; }
              .c-header .h-container .h-menu .h-nav .c-login.user_header .logged.has-digital .assine-bt .c-btn-sign-it.btn1a span.frame-01 {
                opacity: 1;
                letter-spacing: -0.5px;
                line-height: 100%; }
        .c-header .h-container .h-menu .h-nav .c-search {
          right: 45px; }
  .c-header.c-header-small {
    position: fixed;
    top: 0;
    height: 70px;
    transition: all 0.5s linear; }
    .c-header.c-header-small .h-container .h-editor .h-logotipo .logo-placeholder,
    .c-header.c-header-small .h-container .h-editor .h-logotipo-mobile .logo-placeholder {
      -ms-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      width: 200px;
      margin: auto auto 2px; }
    .c-header.c-header-small .h-container .h-menu .h-nav .c-login.user_header .c-not-logged-in .c-btn-sign-it {
      top: 11px; }
    .c-header.c-header-small .h-container .h-menu .h-nav .c-login.user_header .c-not-logged-in .btn1a {
      top: 10px;
      padding: 6px; }
    .c-header.c-header-small .h-container .h-menu .h-nav .c-login.user_header .c-not-logged-in img {
      width: 110px;
      height: 50px; }
    .c-header.c-header-small .h-container .h-menu .h-nav .c-login.user_header .logged.has-digital .assine-bt .c-btn-sign-it {
      padding: 7px;
      top: 0; }

.assine-bt-mobile {
  display: none; }

@media screen and (max-width: 1147px) {
  .header {
    min-height: 56px; }
    .header .c-header {
      height: 56px;
      padding-top: 0; }
      .header .c-header .h-container .assine-bt-mobile {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px; }
      .header .c-header .h-container .c-btn-sign-it-mobile {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        position: relative; }
        .header .c-header .h-container .c-btn-sign-it-mobile.btn1a {
          width: 70px;
          height: 30px;
          background: #de8d18;
          border-radius: 30px;
          color: #fff;
          text-align: center;
          top: 5px;
          padding: 15px 11px;
          transition: all 0.5s ease;
          position: relative; }
          .header .c-header .h-container .c-btn-sign-it-mobile.btn1a span {
            font-size: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            text-decoration: none;
            text-transform: uppercase;
            position: absolute;
            inset: 0; }
            .header .c-header .h-container .c-btn-sign-it-mobile.btn1a span.frame-01 {
              opacity: 1;
              letter-spacing: -0.5px;
              line-height: 100%; }
      .header .c-header .h-container .h-editor .h-logotipo .logo-placeholder,
      .header .c-header .h-container .h-editor .h-logotipo-mobile .logo-placeholder {
        width: 185px;
        margin: auto;
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        .header .c-header .h-container .h-editor .h-logotipo .logo-placeholder svg,
        .header .c-header .h-container .h-editor .h-logotipo-mobile .logo-placeholder svg {
          height: 55px;
          width: 100%;
          max-width: inherit; }
      .header .c-header .h-container .h-editor .home-current-date {
        display: none; }
      .header .c-header .h-container .h-menu {
        width: auto;
        height: 52px;
        top: -6px; }
        .header .c-header .h-container .h-menu .c-search {
          display: none; } }

@media screen and (max-width: 767px) {
  .header .c-header .h-container .assine-bt {
    min-height: 14px;
    min-width: 40px; }
  .header .c-header .h-container .h-editor .h-logotipo .logo-placeholder,
  .header .c-header .h-container .h-editor .h-logotipo-mobile .logo-placeholder {
    width: 165px; }
  .header .c-header.c-header-small {
    padding-top: 0; } }

@media screen and (max-width: 379px) {
  .header .c-header .h-container .assine-bt {
    min-height: 14px;
    min-width: 40px; } }

@media screen and (max-width: 359px) {
  .header .c-header .h-container .h-editor .h-logotipo .logo-placeholder,
  .header .c-header .h-container .h-editor .h-logotipo-mobile .logo-placeholder {
    width: 150px; } }

.h-quick-news .h-quick-news-ul li {
  text-align: center; }
  .h-quick-news .h-quick-news-ul li a {
    display: flex;
    color: #2a2a2a;
    text-decoration: none;
    align-items: center;
    flex-direction: column;
    justify-content: center; }
    .h-quick-news .h-quick-news-ul li a .c-svg {
      position: relative;
      display: inline-block;
      text-align: center;
      height: 23px;
      margin-bottom: 4px; }
      .h-quick-news .h-quick-news-ul li a .c-svg svg {
        width: 23px;
        height: 23px;
        vertical-align: top;
        display: inline-block; }
        .h-quick-news .h-quick-news-ul li a .c-svg svg polygon,
        .h-quick-news .h-quick-news-ul li a .c-svg svg rect,
        .h-quick-news .h-quick-news-ul li a .c-svg svg path {
          fill: #2a2a2a; }
    .h-quick-news .h-quick-news-ul li a .c-title-li {
      position: relative;
      display: inline-block;
      align-self: center;
      text-transform: uppercase;
      font-family: "Overpass", sans-serif;
      font-weight: 400;
      font-size: 0.75rem;
      line-height: 100%;
      color: #2a2a2a;
      text-align: center; }
      .h-quick-news .h-quick-news-ul li a .c-title-li:before {
        content: "";
        height: 10px;
        position: absolute;
        left: -10px;
        bottom: 2px;
        width: 1px;
        background: #2a2a2a;
        -ms-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -webkit-transition: all 1s ease-out;
        -o-transition: all 1s ease-out; }
    .h-quick-news .h-quick-news-ul li a:hover:after {
      display: block; }
  .h-quick-news .h-quick-news-ul li .vantagens {
    display: none; }

.h-quick-news .h-quick-news-ul li:first-child {
  border-left: 1px solid #e6e6e6;
  margin-left: 0px;
  padding-left: 20px; }
  .h-quick-news .h-quick-news-ul li:first-child a .c-title-li:before {
    display: none; }

.c-header.c-header-small .h-quick-news .h-quick-news-ul li {
  -ms-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .c-header.c-header-small .h-quick-news .h-quick-news-ul li a .c-title-li {
    display: none; }
  .c-header.c-header-small .h-quick-news .h-quick-news-ul li a:before {
    content: "";
    position: absolute;
    left: -15px;
    top: calc(50% - 8px);
    width: 1px;
    height: 12px;
    background: #2a2a2a; }
  .c-header.c-header-small .h-quick-news .h-quick-news-ul li:first-child {
    margin-left: 0; }
    .c-header.c-header-small .h-quick-news .h-quick-news-ul li:first-child a:before {
      display: none; }

@media screen and (max-width: 1147px) {
  .h-quick-news {
    display: none; }
  .c-view-more .dropdown .h-quick-news {
    display: inline-block !important;
    width: 100%;
    padding: 0 15px; }
    .c-view-more .dropdown .h-quick-news .h-quick-news-ul {
      text-align: center;
      padding: 20px 0; }
      .c-view-more .dropdown .h-quick-news .h-quick-news-ul li {
        width: auto;
        flex-basis: auto;
        padding: 0 5px;
        margin: 0;
        text-align: center;
        line-height: 56px;
        height: 56px; }
        .c-view-more .dropdown .h-quick-news .h-quick-news-ul li a {
          text-align: center; }
          .c-view-more .dropdown .h-quick-news .h-quick-news-ul li a .c-svg svg path, .c-view-more .dropdown .h-quick-news .h-quick-news-ul li a .c-svg svg polygon, .c-view-more .dropdown .h-quick-news .h-quick-news-ul li a .c-svg svg rect {
            fill: #2a2a2a; }
          .c-view-more .dropdown .h-quick-news .h-quick-news-ul li a .c-title-li {
            color: #2a2a2a;
            display: block;
            margin-top: 10px;
            font-size: 0.6875rem; }
            .c-view-more .dropdown .h-quick-news .h-quick-news-ul li a .c-title-li:before {
              display: none; }
          .c-view-more .dropdown .h-quick-news .h-quick-news-ul li a:before {
            display: none; }
        .c-view-more .dropdown .h-quick-news .h-quick-news-ul li .vantagens {
          display: inline-block; }
  .c-header.c-header-small .h-quick-news .h-quick-news-ul li a {
    padding-left: 2px;
    padding-right: 2px; }
    .c-header.c-header-small .h-quick-news .h-quick-news-ul li a .c-title-li:before {
      display: none; } }

.c-search {
  cursor: pointer;
  margin: 0 20px; }
  @media screen and (max-width: 767px) {
    .c-search {
      display: none; } }
  .c-search .c-search-span {
    border: 0;
    bottom: calc(50% - 17px);
    cursor: pointer;
    display: inline-block;
    height: 35px;
    line-height: 34px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 30px;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    width: 30px; }
    .c-search .c-search-span svg, .c-search .c-search-span img {
      display: inline-block;
      height: 24px;
      vertical-align: middle;
      width: 24px; }
    .c-search .c-search-span:focus, .c-search .c-search-span:hover {
      outline: none; }
    .c-search .c-search-span svg {
      display: inline-block;
      vertical-align: middle; }
      .c-search .c-search-span svg path {
        fill: #2a2a2a; }
  .c-search .c-search-span {
    display: block;
    position: relative;
    right: 0;
    font-size: 0; }
    .c-search .c-search-span .c-search-icon-img {
      display: initial; }
    .c-search .c-search-span .c-close-icon-img {
      display: none; }

.c-search-div {
  height: 190px;
  width: 100%;
  margin: auto;
  background-color: #2a2a2a;
  position: absolute;
  top: 100px;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center; }
  .c-search-div .c-title-input {
    margin-bottom: 32px;
    text-align: center;
    font: normal normal bold 16px/25px Overpass;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1; }
  .c-search-div .c-custom-search {
    position: relative;
    width: 697px;
    margin: 0 auto; }
    .c-search-div .c-custom-search #c-search-input {
      top: 193px;
      left: 582px;
      width: 100%;
      height: 48px;
      padding: 14px 0px 14px 16px;
      font-size: 16px;
      display: initial !important;
      border: 1px solid #CCCCCC;
      border-radius: 6px 0px 0px 6px;
      opacity: 1;
      box-sizing: border-box;
      outline: none; }
    .c-search-div .c-custom-search .c-search-reset-button {
      cursor: pointer;
      background: transparent;
      border: 0;
      display: none;
      padding: 0;
      position: absolute;
      right: 20px;
      top: 13px;
      height: 24px;
      width: 24px; }
    .c-search-div .c-custom-search .search-button svg path {
      fill: #2a2a2a; }
    .c-search-div .c-custom-search .c-disabled {
      background: #E6E6E6 !important;
      cursor: context-menu; }
    .c-search-div .c-custom-search .c-disabled svg path {
      fill: #B5B5B5; }
    .c-search-div .c-custom-search .search-button {
      position: absolute;
      cursor: pointer;
      background: #FFFFFF 0% 0% no-repeat padding-box;
      width: 56px;
      height: 48px;
      border: 1px solid #CCCCCC;
      border-radius: 0px 6px 6px 0px; }

.c-no-scroll {
  position: fixed;
  overflow-y: scroll; }

.c-login {
  position: relative;
  display: inline-block;
  vertical-align: top; }
  .c-login .c-unlogged {
    min-width: 110px; }
  .c-login .c-btn-sign-it {
    float: left;
    height: auto;
    width: 145px; }
  .c-login .c-btn-login {
    margin: 0 0 0 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.75rem;
    line-height: 125%;
    color: #2a2a2a;
    text-transform: uppercase;
    border-bottom: solid 1px #2a2a2a;
    cursor: pointer;
    -ms-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    text-decoration: none; }
    .c-login .c-btn-login:hover {
      border-color: transparent; }
  .c-login .logged {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    .c-login .logged .span-mobile {
      display: none; }
    .c-login .logged .assine-bt {
      display: flex;
      align-items: center; }
      .c-login .logged .assine-bt .btn-notification {
        cursor: pointer; }
        .c-login .logged .assine-bt .btn-notification.tooltip {
          display: inline-block;
          height: 36px;
          position: relative;
          margin: 0 10px 0 0; }
          @media screen and (max-width: 768px) {
            .c-login .logged .assine-bt .btn-notification.tooltip {
              display: none; } }
          .c-login .logged .assine-bt .btn-notification.tooltip .tooltiptext {
            font-size: 0.875rem;
            background-color: #fff;
            border-radius: 20px;
            border: 1px solid #cccccc;
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            color: #000;
            font-family: "Overpass", sans-serif;
            left: 45%;
            margin-left: -60px;
            padding: 10px 0;
            position: absolute;
            text-align: center;
            top: 120%;
            visibility: hidden;
            width: 120px;
            z-index: 1001; }
            .c-login .logged .assine-bt .btn-notification.tooltip .tooltiptext::after {
              border-color: transparent transparent #fff transparent;
              border-style: solid;
              border-width: 6px;
              bottom: 100%;
              content: "";
              left: 50%;
              margin-left: -5px;
              position: absolute; }
            .c-login .logged .assine-bt .btn-notification.tooltip .tooltiptext::before {
              border-color: transparent transparent #ccc transparent;
              border-style: solid;
              border-width: 7px;
              bottom: 100%;
              content: "";
              left: 50%;
              margin-left: -6px;
              position: absolute; }
          .c-login .logged .assine-bt .btn-notification.tooltip svg path {
            transition: fill-opacity 0.3s, stroke 0.3s; }
        .c-login .logged .assine-bt .btn-notification.tooltip:hover svg path {
          opacity: 1;
          stroke: #fff; }
        .c-login .logged .assine-bt .btn-notification.tooltip:hover .tooltiptext {
          visibility: visible; }
        .c-login .logged .assine-bt .btn-notification.new-notification:after {
          -moz-border-radius: 7.5px;
          -webkit-border-radius: 7.5px;
          background-color: #ff4941;
          border-radius: 7.5px;
          content: "";
          display: inline-block;
          height: 10px;
          position: absolute;
          right: 5px;
          width: 10px; }
  .c-login .logged.has-digital {
    display: none;
    height: 48px; }
  .c-login .c-btn-advantage {
    display: inline-block;
    vertical-align: top;
    height: 48px;
    line-height: 48px;
    cursor: pointer; }
    .c-login .c-btn-advantage svg {
      display: inline-block;
      vertical-align: middle;
      width: 60px;
      height: 30px;
      fill: #2a2a2a; }
  .c-login .c-btn-advantage-mobile {
    display: none;
    vertical-align: top;
    height: 40px;
    line-height: 38px; }
    .c-login .c-btn-advantage-mobile svg {
      display: inline-block;
      vertical-align: middle;
      width: 30px;
      height: 30px; }
  .c-login .btn-user {
    cursor: pointer;
    line-height: 40px; }
    .c-login .btn-user .btn-close-minha-gazeta {
      display: none; }
    @media screen and (max-width: 768px) {
      .c-login .btn-user {
        width: 30px;
        height: 30px;
        line-height: 27px; } }
    .c-login .btn-user .user-avatar {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 36px;
      height: 36px;
      line-height: 33px;
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      overflow: hidden;
      border: solid 1px #e6e6e6;
      -webkit-animation: flip-in-ver-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
      animation: flip-in-ver-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
      /*-- CORES PARA CADA LETRA --*/ }

@-webkit-keyframes flip-in-ver-right {
  0% {
    -webkit-transform: rotateY(-80deg);
    transform: rotateY(-80deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1; } }

@keyframes flip-in-ver-right {
  0% {
    -webkit-transform: rotateY(-80deg);
    transform: rotateY(-80deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1; } }
      @media screen and (max-width: 768px) {
        .c-login .btn-user .user-avatar {
          width: 30px;
          height: 30px;
          line-height: 27px; } }
      .c-login .btn-user .user-avatar .c-user-initial {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        font-size: 0.875rem;
        line-height: 36px;
        font-family: "Merriweather", serif;
        color: #2a2a2a;
        text-align: center;
        cursor: pointer;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .c-login .btn-user .user-avatar .c-user-initial {
            width: 30px;
            height: 30px;
            line-height: 30px; } }
      .c-login .btn-user .user-avatar .photo-user {
        display: inline-block;
        vertical-align: top;
        max-width: 36px;
        text-align: center;
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0; }
        @media screen and (max-width: 768px) {
          .c-login .btn-user .user-avatar .photo-user {
            max-width: 30px; } }
      .c-login .btn-user .user-avatar .c-user-initial.A {
        background-color: #378fae; }
      .c-login .btn-user .user-avatar .c-user-initial.B {
        background-color: #82b4c5; }
      .c-login .btn-user .user-avatar .c-user-initial.C {
        background-color: #8c9ea9; }
      .c-login .btn-user .user-avatar .c-user-initial.D {
        background-color: #9aa6af; }
      .c-login .btn-user .user-avatar .c-user-initial.E {
        background-color: #a9b6bf; }
      .c-login .btn-user .user-avatar .c-user-initial.F {
        background-color: #508994; }
      .c-login .btn-user .user-avatar .c-user-initial.G {
        background-color: #75a5ac; }
      .c-login .btn-user .user-avatar .c-user-initial.H {
        background-color: #84b896; }
      .c-login .btn-user .user-avatar .c-user-initial.I {
        background-color: #91c2b3; }
      .c-login .btn-user .user-avatar .c-user-initial.J {
        background-color: #adbfa9; }
      .c-login .btn-user .user-avatar .c-user-initial.K {
        background-color: #c5c896; }
      .c-login .btn-user .user-avatar .c-user-initial.L {
        background-color: #d3c696; }
      .c-login .btn-user .user-avatar .c-user-initial.M {
        background-color: #d9c686; }
      .c-login .btn-user .user-avatar .c-user-initial.N {
        background-color: #e1c475; }
      .c-login .btn-user .user-avatar .c-user-initial.O {
        background-color: #e3b37c; }
      .c-login .btn-user .user-avatar .c-user-initial.P {
        background-color: #e3ae64; }
      .c-login .btn-user .user-avatar .c-user-initial.Q {
        background-color: #d3b4a2; }
      .c-login .btn-user .user-avatar .c-user-initial.R {
        background-color: #e1b59f; }
      .c-login .btn-user .user-avatar .c-user-initial.S {
        background-color: #d1a795; }
      .c-login .btn-user .user-avatar .c-user-initial.T {
        background-color: #dd9e83; }
      .c-login .btn-user .user-avatar .c-user-initial.U {
        background-color: #d38387; }
      .c-login .btn-user .user-avatar .c-user-initial.V {
        background-color: #b8bed0; }
      .c-login .btn-user .user-avatar .c-user-initial.W {
        background-color: #b0a0b6; }
      .c-login .btn-user .user-avatar .c-user-initial.X {
        background-color: #b7acaa; }
      .c-login .btn-user .user-avatar .c-user-initial.Y {
        background-color: #cbbeb9; }
      .c-login .btn-user .user-avatar .c-user-initial.Z {
        background-color: #bbb2b2; }
    .c-login .btn-user.active .btn-close-minha-gazeta {
      display: block;
      height: 30px;
      width: 30px;
      -webkit-animation: flip-in-ver-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
      animation: flip-in-ver-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@-webkit-keyframes flip-in-ver-left {
  0% {
    -webkit-transform: rotateY(80deg);
    transform: rotateY(80deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1; } }

@keyframes flip-in-ver-left {
  0% {
    -webkit-transform: rotateY(80deg);
    transform: rotateY(80deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1; } }
    .c-login .btn-user.active .user-avatar {
      display: none; }

.c-user {
  display: none;
  right: -20px;
  top: 100%;
  text-align: center;
  background: #ffffff;
  border-left: solid 1px #e6e6e6;
  border-right: solid 1px #e6e6e6;
  line-height: normal;
  font-family: "Overpass", sans-serif;
  font-size: 0.875rem;
  line-height: 100%;
  text-transform: uppercase;
  width: 375px;
  position: absolute; }
  .c-user .close-submenu {
    display: none;
    height: 50px;
    float: left;
    width: 100%;
    font-size: 1rem;
    line-height: 30px;
    color: #2a2a2a;
    text-align: left;
    padding: 10px 0px 10px 20px;
    text-transform: uppercase;
    border-top: solid 1px #000000; }
    .c-user .close-submenu:before {
      content: "";
      display: inline-block;
      width: 8px;
      height: 8px;
      margin: 0px 20px 2px 0px;
      border-left: 1px solid #717171;
      border-top: 1px solid #717171;
      display: inline-block;
      font-size: 10px;
      overflow: hidden;
      -ms-transform: rotate(-50deg);
      -webkit-transform: rotate(-50deg);
      transform: rotate(-50deg);
      vertical-align: middle; }
  .c-user .c-user-header {
    position: relative;
    padding: 20px;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    display: flex;
    justify-content: start;
    align-items: center; }
    .c-user .c-user-header .c-btn-profile {
      position: relative;
      width: 70px;
      height: 70px;
      float: left;
      overflow: hidden;
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border: solid 1px #e6e6e6;
      /*-- CORES PARA CADA LETRA --*/ }
      .c-user .c-user-header .c-btn-profile .c-user-initial {
        width: 100%;
        font-family: "Merriweather", serif;
        font-weight: 700;
        font-size: 1.875rem;
        line-height: 68px;
        color: #2a2a2a;
        display: inline-block;
        text-align: center;
        vertical-align: top; }
      .c-user .c-user-header .c-btn-profile .photo-user {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.A {
        background-color: #378fae; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.B {
        background-color: #82b4c5; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.C {
        background-color: #8c9ea9; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.D {
        background-color: #9aa6af; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.E {
        background-color: #a9b6bf; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.F {
        background-color: #508994; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.G {
        background-color: #75a5ac; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.H {
        background-color: #84b896; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.I {
        background-color: #91c2b3; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.J {
        background-color: #adbfa9; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.K {
        background-color: #c5c896; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.L {
        background-color: #d3c696; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.M {
        background-color: #d9c686; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.N {
        background-color: #e1c475; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.O {
        background-color: #e3b37c; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.P {
        background-color: #e3ae64; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.Q {
        background-color: #d3b4a2; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.R {
        background-color: #e1b59f; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.S {
        background-color: #d1a795; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.T {
        background-color: #dd9e83; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.U {
        background-color: #d38387; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.V {
        background-color: #b8bed0; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.W {
        background-color: #b0a0b6; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.X {
        background-color: #b7acaa; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.Y {
        background-color: #cbbeb9; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.Z {
        background-color: #bbb2b2; }
    .c-user .c-user-header .c-user-data {
      margin-left: 20px;
      margin-right: 69px;
      text-align: left; }
      .c-user .c-user-header .c-user-data .c-user-name {
        margin-bottom: 5px; }
      .c-user .c-user-header .c-user-data .c-user-profile {
        color: #999999;
        text-decoration: none; }
        .c-user .c-user-header .c-user-data .c-user-profile:hover {
          text-decoration: underline; }
  .c-user .c-user-list li {
    color: #2a2a2a;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    height: 53px; }
    .c-user .c-user-list li a {
      display: flex;
      align-items: center;
      width: 100%;
      height: 53px;
      padding: 0 25px;
      text-decoration: none;
      color: #2a2a2a;
      -ms-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out; }
      .c-user .c-user-list li a:hover {
        color: #999999; }
  .c-user svg {
    width: 34px;
    height: 27px;
    margin-right: 30px; }
    .c-user svg * {
      fill: #2a2a2a; }
  .c-user .c-user-btn {
    color: #2a2a2a;
    border: 1px solid #2a2a2a;
    padding: 5px 10px;
    text-decoration: none;
    -ms-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    cursor: pointer; }
    .c-user .c-user-btn:hover {
      color: #999999;
      border-color: #999999; }
    .c-user .c-user-btn.c-user-btn-exit {
      position: absolute;
      right: 20px; }

.c-header.c-header-small .c-login .c-btn-sign-it img {
  width: auto;
  height: 100%; }

.c-view-more .dropdown .c-search,
.c-view-more .dropdown .c-login,
.c-view-more .dropdown .h-quick-news {
  display: none; }

.c-view-more .dropdown .c-login {
  text-align: left; }
  .c-view-more .dropdown .c-login .c-btn-advantage-mobile {
    display: inline-block;
    font-size: 0.875rem;
    color: #000000;
    line-height: 30px;
    height: 30px;
    vertical-align: center;
    text-decoration: none;
    padding-left: 10px;
    border-left: solid 1px #e6e6e6; }
    .c-view-more .dropdown .c-login .c-btn-advantage-mobile svg {
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px;
      height: 30px; }
      .c-view-more .dropdown .c-login .c-btn-advantage-mobile svg path {
        fill: #2a2a2a; }

@media screen and (max-width: 1147px) {
  .c-user .close-submenu {
    display: block; }
  .c-view-more .dropdown .c-login {
    display: inline-block;
    width: 100%;
    padding: 10px 15px; }
    .c-view-more .dropdown .c-login .c-btn-advantage-mobile {
      display: inline-block; }
    .c-view-more .dropdown .c-login .logged {
      margin-left: 0;
      height: auto; }
      .c-view-more .dropdown .c-login .logged .span-mobile {
        font-size: 0.875rem;
        text-transform: uppercase;
        color: #2a2a2a;
        display: inline-block;
        line-height: 30px; }
    .c-view-more .dropdown .c-login .btn-user {
      margin-left: 0;
      margin-right: 10px;
      margin-top: 0;
      width: auto;
      height: 30px;
      line-height: 30px;
      cursor: pointer; }
      .c-view-more .dropdown .c-login .btn-user .c-user-initial {
        margin: 0;
        vertical-align: top; }
    .c-view-more .dropdown .c-login .c-btn-sign-it {
      display: none;
      width: auto;
      text-transform: uppercase;
      color: #707070;
      font-size: 1rem;
      line-height: 20px;
      height: auto;
      padding: 0 10px;
      font-weight: 400;
      float: right;
      -ms-transition: all 1s ease-out;
      -moz-transition: all 1s ease-out;
      -webkit-transition: all 1s ease-out;
      -o-transition: all 1s ease-out; }
      .c-view-more .dropdown .c-login .c-btn-sign-it:before,
      .c-view-more .dropdown .c-login .c-btn-sign-it b,
      .c-view-more .dropdown .c-login .c-btn-sign-it span {
        display: none;
        font-size: 0; }
      .c-view-more .dropdown .c-login .c-btn-sign-it:hover {
        color: #000000; }
    .c-view-more .dropdown .c-login .c-btn-login {
      position: relative;
      float: right;
      width: auto;
      font-size: 1rem;
      line-height: 20px;
      text-transform: uppercase;
      color: #707070;
      padding: 0 10px 0 25px;
      margin: 0;
      font-weight: 400;
      border-right: solid 1px #e6e6e6;
      border-bottom: 0;
      -ms-transition: all 1s ease-out;
      -moz-transition: all 1s ease-out;
      -webkit-transition: all 1s ease-out;
      -o-transition: all 1s ease-out; }
      .c-view-more .dropdown .c-login .c-btn-login:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 15px;
        height: 20px;
        background: url(https://assets.gazetadopovo.com.br/images/svg/icon-user.svg) no-repeat left center;
        background-size: auto 12px; }
      .c-view-more .dropdown .c-login .c-btn-login:hover {
        color: #000000; }
  .c-user {
    position: fixed;
    top: 60px;
    right: 0;
    max-width: 100%;
    margin-top: 0;
    padding-top: 50px;
    height: 100%; }
    .c-user .c-user-header {
      border-left: 0;
      border-right: 0; }
    .c-user .c-user-list li {
      border-left: 0;
      border-right: 0; }
    .c-user .close-submenu {
      position: absolute;
      top: 0;
      left: 0; }
    .c-user:before, .c-user:after {
      display: none; } }

@media screen and (max-width: 767px) {
  .c-login .logged.has-digital {
    position: relative;
    top: 20px; }
    .c-login .logged.has-digital .c-btn-sign-it {
      display: none; }
  .c-login .c-btn-advantage {
    display: none; } }

@media screen and (max-width: 379px) {
  .c-user {
    top: 46px; }
    .c-user .c-user-header .c-btn-profile {
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden; }
      .c-user .c-user-header .c-btn-profile img {
        width: auto;
        max-height: none;
        max-width: none;
        height: 100%;
        float: left; }
    .c-user .c-user-header .c-user-data {
      margin-left: 10px;
      margin-right: 60px; } }

.aberto .dropdown {
  display: block; }

.m-rotate-arrow:after {
  transform: rotate(45deg) !important; }

/** dropdown **/
.c-view-more {
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px; }
  .c-view-more .ico-menu {
    height: 40px;
    right: 0;
    cursor: pointer;
    position: relative;
    width: 23px;
    z-index: 2; }
    .c-view-more .ico-menu .item-1,
    .c-view-more .ico-menu .item-2,
    .c-view-more .ico-menu .item-3 {
      display: block;
      border: solid 1px #2a2a2a;
      position: absolute;
      width: 100%;
      height: 2px;
      transition: transform 0.3s;
      -webkit-transition: transform 0.3s;
      -webkit-transition-delay: 0s,.3s;
      transition-delay: 0s,.3s; }
    .c-view-more .ico-menu .item-1 {
      top: calc(50% + 6px); }
    .c-view-more .ico-menu .item-2 {
      top: 50%; }
    .c-view-more .ico-menu .item-3 {
      top: calc(50% - 6px); }
  .c-view-more.open .item-1 {
    display: none; }
  .c-view-more.open .item-2 {
    transform: rotate(45deg); }
  .c-view-more.open .item-3 {
    top: 50%;
    transform: rotate(-45deg); }
  .c-view-more .dropdown {
    display: none;
    width: 364px;
    height: auto;
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
    position: absolute;
    right: 0;
    top: 100%;
    padding: 0;
    overflow-x: hidden;
    z-index: 101;
    line-height: normal;
    /** sub-dropdown **/
    /** submenu **/
    /** m-localizacao **/ }
    .c-view-more .dropdown a:hover {
      color: #2a2a2a; }
    .c-view-more .dropdown li {
      float: left;
      width: 100%; }
    .c-view-more .dropdown .m-assuntos-do-dia {
      padding: 15px 75px 15px 30px;
      height: auto; }
      .c-view-more .dropdown .m-assuntos-do-dia a {
        font-family: "Overpass", sans-serif;
        line-height: 100%;
        font-size: 1.125rem;
        color: #707070;
        text-decoration: none; }
        .c-view-more .dropdown .m-assuntos-do-dia a:hover {
          color: #2a2a2a; }
    .c-view-more .dropdown .m-item-editoria {
      position: relative;
      padding: 15px 85px 15px 30px; }
      .c-view-more .dropdown .m-item-editoria a {
        font-family: "Overpass", sans-serif;
        line-height: 100%;
        font-size: 1.25rem;
        color: #2a2a2a;
        display: block;
        text-decoration: none; }
        .c-view-more .dropdown .m-item-editoria a:hover {
          color: #2a2a2a; }
    .c-view-more .dropdown .m-item-editoria {
      margin-top: 10px;
      padding-top: 20px; }
      .c-view-more .dropdown .m-item-editoria:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 30px;
        width: calc(100% - 60px);
        border-top: solid 1px #e6e6e6; }
    .c-view-more .dropdown .m-item-editoria + .m-item-editoria {
      margin-top: 0;
      padding-top: 15px; }
    .c-view-more .dropdown .m-item-editoria + .m-item-editoria:before {
      display: none; }
    .c-view-more .dropdown .m-servicos {
      position: relative; }
      .c-view-more .dropdown .m-servicos a {
        font-family: "Overpass", sans-serif;
        line-height: 100%;
        font-size: 1.125rem;
        font-weight: 400;
        color: #707070; }
        .c-view-more .dropdown .m-servicos a:hover {
          color: #2a2a2a; }
    .c-view-more .dropdown .m-item-editoria.m-servicos {
      margin-top: 10px;
      padding-top: 20px; }
      .c-view-more .dropdown .m-item-editoria.m-servicos:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 30px;
        width: calc(100% - 60px);
        border-top: solid 1px #e6e6e6; }
    .c-view-more .dropdown .m-item-editoria.m-servicos + .m-item-editoria.m-servicos {
      margin-top: 0;
      padding-top: 15px; }
    .c-view-more .dropdown .m-item-editoria.m-servicos + .m-item-editoria.m-servicos:before {
      display: none; }
    .c-view-more .dropdown .m-ico-dropdown {
      padding-right: 40px; }
      .c-view-more .dropdown .m-ico-dropdown a {
        cursor: pointer;
        position: relative;
        padding-right: 45px;
        text-decoration: none;
        font-family: "Overpass", sans-serif; }
        .c-view-more .dropdown .m-ico-dropdown a:hover {
          color: #2a2a2a; }
      .c-view-more .dropdown .m-ico-dropdown > a:before {
        width: 10px;
        height: 10px;
        right: 5px;
        top: 4px;
        content: "";
        border-left: 1px solid #999999;
        border-top: 1px solid #999999;
        display: inline-block;
        font-size: 0.625rem;
        overflow: hidden;
        position: absolute;
        -ms-transform: rotate(-145deg) skew(-20deg);
        -webkit-transform: rotate(-145deg) skew(-20deg);
        transform: rotate(-145deg) skew(-20deg);
        -webkit-transition: transform 0.5s ease-in-out, top 0.5s;
        transition: transform 0.5s ease-in-out, top 0.5s; }
      .c-view-more .dropdown .m-ico-dropdown .sub-dropdown {
        display: none;
        height: auto;
        padding-top: 10px;
        padding-left: 10px; }
    .c-view-more .dropdown .m-ico-dropdown.ativo a:after {
      top: 8px;
      -ms-transform: rotate(35deg) skew(-20deg);
      -webkit-transform: rotate(35deg) skew(-20deg);
      transform: rotate(35deg) skew(-20deg); }
    .c-view-more .dropdown .sub-dropdown.ativo {
      display: block;
      height: auto; }
    .c-view-more .dropdown .sub-dropdown li {
      padding: 15px 0px 15px 0px; }
      .c-view-more .dropdown .sub-dropdown li:last-child {
        padding-bottom: 0px; }
      .c-view-more .dropdown .sub-dropdown li a {
        font-size: 1rem;
        color: #707070;
        font-weight: 400; }
    .c-view-more .dropdown .submenu {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 100%;
      background: #ffffff;
      top: 0px;
      z-index: 1; }
      .c-view-more .dropdown .submenu li:first-child {
        border-bottom: solid 1px #e6e6e6;
        margin-bottom: 10px; }
    .c-view-more .dropdown .abre-submenu:before {
      width: 18px;
      height: 18px;
      border: solid 2px #999999;
      margin-right: 10px;
      content: '+';
      text-align: center;
      display: inline-block;
      font-size: 1.25rem;
      font-weight: 700;
      color: #999999;
      line-height: 14px; }
    .c-view-more .dropdown .abre-submenu:hover:before {
      color: #2a2a2a;
      border-color: #2a2a2a; }
    .c-view-more .dropdown .sub-dropdown .fecha-submenu {
      font-weight: 700;
      color: #2a2a2a; }
      .c-view-more .dropdown .sub-dropdown .fecha-submenu:before {
        width: 8px;
        height: 8px;
        margin: 0px 20px 2px 0px;
        content: "";
        border-left: 1px solid #e6e6e6;
        border-top: 1px solid #e6e6e6;
        display: inline-block;
        font-size: 0.625rem;
        overflow: hidden;
        -ms-transform: rotate(-50deg);
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg); }
    .c-view-more .dropdown .m-localizacao {
      display: none;
      background: #f5f5f5;
      border-top: solid 1px #e6e6e6;
      margin-top: 10px;
      padding: 25px 40px; }
      .c-view-more .dropdown .m-localizacao:after {
        top: 33px; }
      .c-view-more .dropdown .m-localizacao a {
        font-family: "Overpass", sans-serif;
        line-height: 100%;
        font-size: 1.25rem;
        font-weight: 700;
        color: #2a2a2a;
        width: 100%;
        float: left; }
      .c-view-more .dropdown .m-localizacao ul {
        float: left;
        height: 88px; }
      .c-view-more .dropdown .m-localizacao li {
        position: relative;
        padding: 10px 45px 10px 0;
        margin-bottom: 5px; }
        .c-view-more .dropdown .m-localizacao li input[type=radio] {
          position: absolute;
          visibility: hidden;
          right: 45px;
          top: 10px;
          height: 18px; }
        .c-view-more .dropdown .m-localizacao li label {
          display: block;
          position: relative;
          width: 100%;
          font-family: "Overpass", sans-serif;
          line-height: 18px;
          font-size: 1rem;
          color: #707070;
          padding-right: 40px;
          z-index: 9;
          cursor: pointer;
          -webkit-transition: all 0.25s linear; }
        .c-view-more .dropdown .m-localizacao li .check {
          display: block;
          position: absolute;
          border: solid 1px #707070;
          border-radius: 100%;
          height: 18px;
          width: 18px;
          top: 10px;
          right: 45px;
          z-index: 5;
          transition: border .25s linear;
          -webkit-transition: border .25s linear; }
        .c-view-more .dropdown .m-localizacao li .check:before {
          display: block;
          position: absolute;
          content: '';
          border-radius: 100%;
          height: 12px;
          width: 12px;
          top: 2px;
          left: 2px;
          margin: auto;
          transition: background 0.25s linear;
          -webkit-transition: background 0.25s linear; }
        .c-view-more .dropdown .m-localizacao li input[type=radio]:checked ~ .check:before {
          background: #707070; }
        .c-view-more .dropdown .m-localizacao li:hover label {
          color: #2a2a2a; }
        .c-view-more .dropdown .m-localizacao li.active .check:before {
          background: #707070; }
    .c-view-more .dropdown .c-search:before, .c-view-more .dropdown .c-search:after {
      display: none; }

.c-opacity-menu {
  background-color: #000000;
  height: 100%;
  opacity: .85;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101; }

.home .c-view-more .dropdown .m-localizacao {
  display: block; }

@media screen and (max-width: 1147px) {
  .c-view-more .dropdown {
    right: 0; }
    .c-view-more .dropdown li {
      text-align: left; }
    .c-view-more .dropdown .m-item-editoria {
      text-align: left;
      padding: 15px 30px 5px 30px; }
      .c-view-more .dropdown .m-item-editoria a {
        padding-right: 0; }
    .c-view-more .dropdown .m-localizacao {
      text-align: left;
      padding: 15px 30px; }
      .c-view-more .dropdown .m-localizacao li {
        padding: 15px 15px 15px 45px; }
    .c-view-more .dropdown .m-ico-dropdown > a:after {
      right: inherit;
      left: 5px; }
    .c-view-more .dropdown .m-assuntos-do-dia {
      position: relative;
      padding-top: 20px; }
      .c-view-more .dropdown .m-assuntos-do-dia:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 30px;
        width: calc(100% - 60px);
        border-top: solid 1px #e6e6e6; }
    .c-view-more .dropdown .m-assuntos-do-dia + .m-assuntos-do-dia:before {
      display: none; }
    .c-view-more .dropdown .sub-dropdown li {
      padding: 10px 0; } }

@media screen and (max-width: 767px) {
  .c-header.c-header-small .h-container,
  .c-header .h-container {
    height: 56px;
    /*.h-editor,
            .h-menu{
                height: 56px;
            }*/ }
    .c-header.c-header-small .h-container .h-menu .h-nav,
    .c-header .h-container .h-menu .h-nav {
      height: 56px; } }

@media screen and (max-width: 379px) {
  .c-view-more {
    position: absolute;
    right: 0;
    top: 0;
    height: 56px; }
    .c-view-more .ico-menu {
      height: 56px; }
    .c-view-more .dropdown {
      position: fixed;
      width: 100%;
      right: 0;
      top: 56px; } }

.c-view-more-explore {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  border: none;
  background-color: transparent;
  outline: none; }
  .c-view-more-explore .ico-menu {
    margin-top: -5px;
    cursor: pointer;
    height: 48px;
    position: relative;
    right: 0;
    width: 100%;
    z-index: 2; }
    .c-view-more-explore .ico-menu:after {
      bottom: 0;
      color: #2a2a2a;
      content: "Explore";
      display: block;
      font-size: 8px;
      font-weight: bold;
      left: -5px;
      line-height: 1.5;
      position: absolute;
      text-transform: uppercase;
      width: 100%;
      text-align: center; }
    .c-view-more-explore .ico-menu .item-1,
    .c-view-more-explore .ico-menu .item-2,
    .c-view-more-explore .ico-menu .item-3 {
      display: block;
      border: solid 1px #2a2a2a;
      position: absolute;
      width: 25px;
      height: 2px;
      transition: transform 0.3s;
      -webkit-transition: transform 0.3s;
      -webkit-transition-delay: 0s,.3s;
      transition-delay: 0s,.3s;
      margin-left: 0; }
    .c-view-more-explore .ico-menu .item-1 {
      top: calc(50% + 6px);
      opacity: 1; }
    .c-view-more-explore .ico-menu .item-2 {
      top: 50%; }
    .c-view-more-explore .ico-menu .item-3 {
      top: calc(50% - 6px); }
  .c-view-more-explore.open .item-1 {
    opacity: 0;
    transform: rotate(-45deg); }
  .c-view-more-explore.open .item-2 {
    transform: rotate(45deg); }
  .c-view-more-explore.open .item-3 {
    top: 50%;
    transform: rotate(-45deg); }
  .c-view-more-explore.open .ico-menu:after {
    bottom: -2px; }
  .c-view-more-explore.c-view-more-small {
    margin-bottom: 6px; }
    .c-view-more-explore.c-view-more-small .ico-menu {
      height: 25px; }

.c-view-more-explore:focus {
  outline: none; }

.c-explore-close {
  opacity: 9;
  transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out; }

.c-explore-open {
  opacity: 0;
  transition: opacity .30s ease-in-out;
  -moz-transition: opacity .30s ease-in-out;
  -webkit-transition: opacity .30s ease-in-out; }

.c-explore {
  position: relative;
  margin: 0;
  background: #ffffff;
  width: 100%;
  height: 0;
  top: -10000px;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity .50s linear;
  -moz-transition: opacity .50s linear;
  -webkit-transition: opacity .50s linear;
  font-family: "Overpass", sans-serif;
  display: none;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .c-explore.active {
    z-index: 1000;
    visibility: visible;
    opacity: 9;
    transition: opacity .50s ease-in-out;
    -moz-transition: opacity .50s ease-in-out;
    -webkit-transition: opacity .50s ease-in-out;
    box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 767px) {
    .c-explore {
      background: #000000; } }
  .c-explore input {
    font-size: 12px; }
    .c-explore input:focus {
      font-size: 12px; }
  .c-explore .c-explore-item {
    margin: 0 auto;
    width: 100%; }
    .c-explore .c-explore-item span {
      font-size: 1.125rem;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.56;
      letter-spacing: normal;
      text-align: left;
      color: #2a2a2a;
      width: 100%;
      text-align: left;
      margin-bottom: 24px;
      float: left; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-item span {
          color: #ffffff;
          font-size: 1rem; }
          .c-explore .c-explore-item span .list-type-border {
            margin-top: 20px; } }
      .c-explore .c-explore-item span a {
        width: 69px;
        height: 21px;
        border-radius: 11px;
        border: solid 1px #ededed;
        padding: 4px 11px;
        margin-left: 11px;
        font-size: 0.625rem;
        line-height: 1.14;
        color: #000000;
        text-decoration: none; }
        .c-explore .c-explore-item span a:hover {
          background: #cccccc; }
        .c-explore .c-explore-item span a:before {
          content: "+";
          margin-right: 3px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item span a {
            color: #ffffff;
            border: solid 1px #ffffff; }
            .c-explore .c-explore-item span a:hover {
              background: #f1f1f1;
              color: #000000; } }
      .c-explore .c-explore-item span.list-border, .c-explore .c-explore-item span.list-type-border {
        border-top: 1px solid #707070;
        padding-top: 20px;
        margin-bottom: 24px; }
    .c-explore .c-explore-item ul {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center; }
      .c-explore .c-explore-item ul li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        text-align: center; }
        .c-explore .c-explore-item ul li a {
          text-decoration: none;
          color: #2a2a2a;
          font-size: 0.875rem;
          width: 100%;
          float: left;
          height: auto;
          position: relative;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-direction: column;
          outline: none; }
          @media screen and (max-width: 767px) {
            .c-explore .c-explore-item ul li a {
              color: #ffffff;
              font-size: 0.75rem; } }
        .c-explore .c-explore-item ul li label {
          cursor: pointer;
          font-family: "Overpass", sans-serif;
          min-height: 30px;
          font-weight: normal; }
      .c-explore .c-explore-item ul img {
        border: solid 1px #e6e6e6;
        margin-bottom: 12.4px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul img {
            margin-bottom: 7px;
            border: solid 1px #2a2a2a; } }
      .c-explore .c-explore-item ul.square li {
        width: 96.1px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul.square li {
            width: 76px; } }
      .c-explore .c-explore-item ul.square img {
        height: 96.1px;
        border-radius: 6px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul.square img {
            width: 76px;
            height: 76px; } }
      .c-explore .c-explore-item ul.square.list-type {
        min-height: auto; }
      .c-explore .c-explore-item ul.small-square li {
        width: 190px;
        text-align: left;
        margin-bottom: 10px; }
        .c-explore .c-explore-item ul.small-square li a {
          flex-direction: row; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul.small-square li {
            width: 54px; } }
      .c-explore .c-explore-item ul.small-square img {
        height: 72px;
        width: 72px;
        margin-right: 14px;
        margin-bottom: 0;
        border-radius: 6px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul.small-square img {
            height: 54px;
            width: 54px; } }
      .c-explore .c-explore-item ul.small-square label {
        display: flex;
        align-items: center; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-item ul.small-square li {
          width: 45%; } }
      @media screen and (max-width: 419px) {
        .c-explore .c-explore-item ul.small-square li {
          width: 40%; } }
      .c-explore .c-explore-item ul.wide li {
        width: 161.8px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul.wide li {
            width: 150px; } }
      .c-explore .c-explore-item ul.wide img {
        height: 96px;
        border-radius: 6px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul.wide img {
            width: 150px;
            height: 89px; } }
      .c-explore .c-explore-item ul.wide.list-type {
        min-height: auto; }
      .c-explore .c-explore-item ul.small-wide li {
        width: 138.8px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul.small-wide li {
            width: 108px; } }
      .c-explore .c-explore-item ul.small-wide img {
        height: 82px;
        border-radius: 6px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul.small-wide img {
            width: 108px;
            height: 60px; } }
      .c-explore .c-explore-item ul.small-wide label {
        display: none; }
      .c-explore .c-explore-item ul.small-wide.list-type label {
        display: block; }
      .c-explore .c-explore-item ul.circle li {
        width: 100px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul.circle li {
            width: 76px; } }
      .c-explore .c-explore-item ul.circle img {
        height: 100px;
        border-radius: 60px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul.circle img {
            width: 76px;
            height: 76px; } }
      .c-explore .c-explore-item ul.tags li {
        background: #cccccc;
        padding: 8px 11px;
        border-radius: 20px;
        margin-bottom: 20px; }
        .c-explore .c-explore-item ul.tags li a {
          color: #000000; }
      .c-explore .c-explore-item ul.tags label {
        min-height: auto; }
      .c-explore .c-explore-item ul.tags.list-type li {
        background: none;
        padding: 0;
        margin-bottom: 0; }
        .c-explore .c-explore-item ul.tags.list-type li a {
          color: #ffffff; }
      .c-explore .c-explore-item ul.list li, .c-explore .c-explore-item ul.list-type li {
        margin-bottom: 23px; }
      .c-explore .c-explore-item ul.list img, .c-explore .c-explore-item ul.list-type img {
        display: none; }
      .c-explore .c-explore-item ul.list label, .c-explore .c-explore-item ul.list-type label {
        width: 155px;
        height: 30px;
        text-align: left; }
      .c-explore .c-explore-item ul.change-location li {
        position: relative;
        width: 160px; }
        .c-explore .c-explore-item ul.change-location li input[type=radio] {
          position: absolute;
          visibility: hidden;
          left: 0px;
          top: 0px;
          height: 18px; }
        .c-explore .c-explore-item ul.change-location li label {
          margin-left: 30px; }
          @media screen and (max-width: 767px) {
            .c-explore .c-explore-item ul.change-location li label {
              color: #ffffff; } }
        .c-explore .c-explore-item ul.change-location li .check {
          display: block;
          position: absolute;
          border: solid 1px #707070;
          border-radius: 100%;
          height: 18px;
          width: 18px;
          left: 0px;
          top: 0px;
          z-index: 5;
          transition: border .25s linear;
          -webkit-transition: border .25s linear; }
          @media screen and (max-width: 767px) {
            .c-explore .c-explore-item ul.change-location li .check {
              border: solid 1px #ffffff; } }
        .c-explore .c-explore-item ul.change-location li .check:before {
          display: block;
          position: absolute;
          content: '';
          border-radius: 100%;
          height: 12px;
          width: 12px;
          top: 2px;
          left: 2px;
          margin: auto;
          transition: background 0.25s linear;
          -webkit-transition: background 0.25s linear; }
        .c-explore .c-explore-item ul.change-location li input[type=radio]:checked ~ .check:before {
          background: #000000; }
          @media screen and (max-width: 767px) {
            .c-explore .c-explore-item ul.change-location li input[type=radio]:checked ~ .check:before {
              background: #ffffff; } }
        @media screen and (min-width: 768px) {
          .c-explore .c-explore-item ul.change-location li:hover label {
            color: #2a2a2a; }
          .c-explore .c-explore-item ul.change-location li.active .check:before {
            background: #000000; } }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul.change-location li:hover label {
            color: #ffffff; }
          .c-explore .c-explore-item ul.change-location li.active .check:before {
            background: #ffffff; } }
      .c-explore .c-explore-item ul.featured li {
        margin-bottom: 20px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul.featured li {
            margin-bottom: 0px; } }
        .c-explore .c-explore-item ul.featured li a {
          width: 150px;
          height: 30px;
          border-radius: 10px;
          background-color: #2a2a2a;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media screen and (max-width: 767px) {
            .c-explore .c-explore-item ul.featured li a {
              background-color: #ffffff; } }
        .c-explore .c-explore-item ul.featured li label {
          font-size: 0.875rem;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: 1.57;
          letter-spacing: normal;
          text-align: center;
          color: #ffffff;
          text-transform: uppercase;
          min-height: auto; }
          @media screen and (max-width: 767px) {
            .c-explore .c-explore-item ul.featured li label {
              color: #000000; } }
      .c-explore .c-explore-item ul.featured.list-type li {
        height: auto;
        margin-bottom: 23px; }
        .c-explore .c-explore-item ul.featured.list-type li a {
          background: #000000;
          height: auto; }
        .c-explore .c-explore-item ul.featured.list-type li label {
          color: #ffffff;
          text-align: left;
          text-transform: initial; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-item ul.c-explorer-slider {
          display: -webkit-box;
          overflow: auto;
          overflow-y: hidden;
          -webkit-overflow-scrolling: touch;
          scrollbar-width: none;
          flex-wrap: nowrap; }
          .c-explore .c-explore-item ul.c-explorer-slider li {
            margin-right: 20px; }
          .c-explore .c-explore-item ul.c-explorer-slider::after {
            content: ' ';
            margin-right: 2px; }
          .c-explore .c-explore-item ul.c-explorer-slider::-webkit-scrollbar {
            width: 0px; }
        .c-explore .c-explore-item ul.list-type {
          display: flex;
          overflow: auto;
          flex-wrap: wrap;
          height: auto; }
          .c-explore .c-explore-item ul.list-type li {
            width: 150px; } }
    .c-explore .c-explore-item.tabs {
      width: 192px;
      min-width: 192px;
      margin: 0;
      background: #000000;
      min-height: 74px;
      position: fixed;
      left: 348px; }
      @media screen and (max-width: 1850px) {
        .c-explore .c-explore-item.tabs {
          left: 300px; } }
      @media screen and (max-width: 1746px) {
        .c-explore .c-explore-item.tabs {
          left: 260px; } }
      @media screen and (max-width: 1676px) {
        .c-explore .c-explore-item.tabs {
          left: 220px; } }
      @media screen and (max-width: 1614px) {
        .c-explore .c-explore-item.tabs {
          left: 180px; } }
      @media screen and (max-width: 1520px) {
        .c-explore .c-explore-item.tabs {
          left: 146px; } }
      @media screen and (max-width: 1460px) {
        .c-explore .c-explore-item.tabs {
          left: 115px; } }
      @media screen and (max-width: 1365px) {
        .c-explore .c-explore-item.tabs {
          left: 50px; } }
      @media screen and (max-width: 1147px) {
        .c-explore .c-explore-item.tabs {
          left: 0px; } }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-item.tabs {
          position: sticky;
          position: -webkit-sticky;
          top: 0;
          width: 100%;
          border-bottom: 1px solid #2a2a2a;
          left: 0px;
          z-index: 100; } }
      .c-explore .c-explore-item.tabs.fixed {
        position: fixed;
        z-index: 100; }
      .c-explore .c-explore-item.tabs.fixedSafari {
        position: -webkit-sticky;
        z-index: 100; }
      .c-explore .c-explore-item.tabs ul {
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        vertical-align: middle;
        width: 100%;
        height: 90%; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item.tabs ul {
            flex-direction: row;
            padding: 0 0 1px;
            height: auto; } }
        .c-explore .c-explore-item.tabs ul.list {
          margin-bottom: 0; }
        .c-explore .c-explore-item.tabs ul li {
          width: 100%;
          height: 13vh;
          max-height: 120px; }
          @media screen and (max-width: 1365px) {
            .c-explore .c-explore-item.tabs ul li {
              height: 10vh; } }
          @media screen and (max-width: 767px) {
            .c-explore .c-explore-item.tabs ul li {
              min-height: 74px;
              margin-bottom: 0; } }
          .c-explore .c-explore-item.tabs ul li a {
            color: #999999; }
            @media screen and (max-width: 767px) {
              .c-explore .c-explore-item.tabs ul li a {
                min-height: 48px;
                padding: 14px 0 1px; } }
            .c-explore .c-explore-item.tabs ul li a img {
              height: 35px;
              margin-bottom: 8px;
              border: none;
              filter: invert(0.4) sepia(0) saturate(0) hue-rotate(175deg); }
              @media screen and (max-width: 767px) {
                .c-explore .c-explore-item.tabs ul li a img {
                  height: 24px; } }
            .c-explore .c-explore-item.tabs ul li a:hover, .c-explore .c-explore-item.tabs ul li a.active {
              color: #ffffff; }
              .c-explore .c-explore-item.tabs ul li a:hover img, .c-explore .c-explore-item.tabs ul li a.active img {
                cursor: pointer;
                filter: invert(0.8) sepia(0) saturate(0) hue-rotate(175deg); }
            @media screen and (min-width: 768px) {
              .c-explore .c-explore-item.tabs ul li a.active::after {
                content: "";
                width: 17px;
                height: 17px;
                background-color: #fff;
                transform: rotate(42deg) translate(0);
                transition: transform .5s ease-in-out;
                -moz-transition: transform .5s ease-in-out;
                -webkit-transition: transform .5s ease-in-out;
                float: left;
                border-left: 12px solid #fff;
                border-bottom: 12px solid #fff;
                border-right-width: .2em;
                border-top-width: .2em;
                position: absolute;
                right: -19px;
                top: 11%; } }
            @media screen and (max-width: 767px) {
              .c-explore .c-explore-item.tabs ul li a.active {
                border-bottom: 4px solid #ffffff; } }
          .c-explore .c-explore-item.tabs ul li label {
            margin-bottom: 10px; }
    .c-explore .c-explore-item.list-itens {
      visibility: hidden;
      position: absolute;
      opacity: 0;
      transition: opacity .50s ease-in-out;
      -moz-transition: opacity .50s ease-in-out;
      -webkit-transition: opacity .50s ease-in-out;
      margin-top: 10px;
      height: 0;
      margin-bottom: 50px;
      padding-bottom: 60px; }
      .c-explore .c-explore-item.list-itens.active {
        position: relative;
        visibility: visible;
        opacity: 9;
        height: auto; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-item.list-itens {
          margin-top: 30px;
          padding-left: 16px; } }
      .c-explore .c-explore-item.list-itens ul {
        margin-bottom: 10px;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch; }
        .c-explore .c-explore-item.list-itens ul li {
          margin-right: 20px;
          margin-bottom: 20px; }
          @media screen and (max-width: 767px) {
            .c-explore .c-explore-item.list-itens ul li {
              margin-right: auto; } }
          .c-explore .c-explore-item.list-itens ul li label {
            line-height: 1.17; }
            @media screen and (max-width: 767px) {
              .c-explore .c-explore-item.list-itens ul li label {
                min-height: auto; } }
        @media screen and (max-width: 419px) {
          .c-explore .c-explore-item.list-itens ul.small-wide label {
            margin-right: 5px; } }
        .c-explore .c-explore-item.list-itens ul.list {
          margin-bottom: 5px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item.list-itens ul.c-explorer-slider li {
            margin-right: 15px; } }
        @media screen and (max-width: 379px) {
          .c-explore .c-explore-item.list-itens ul.c-explorer-slider li {
            margin-right: 8px; } }
    .c-explore .c-explore-item.user-menu {
      margin: 0 auto;
      padding: 20px 100px 50px 100px;
      background: #2a2a2a; }
      @media screen and (max-width: 1365px) {
        .c-explore .c-explore-item.user-menu {
          padding: 20px 50px; } }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-item.user-menu {
          padding: 20px; } }
      .c-explore .c-explore-item.user-menu ul {
        flex-wrap: wrap;
        justify-content: center; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item.user-menu ul {
            justify-content: flex-start; } }
      .c-explore .c-explore-item.user-menu li {
        width: 180px;
        text-align: left;
        margin-bottom: 30px;
        font-size: 0.875rem; }
        .c-explore .c-explore-item.user-menu li.button a {
          max-width: 120px; }
    .c-explore .c-explore-item.result-explore-search {
      width: 100%;
      position: absolute;
      opacity: 0;
      transition: opacity .50s ease-in-out;
      -moz-transition: opacity .50s ease-in-out;
      -webkit-transition: opacity .50s ease-in-out;
      margin: 0 auto;
      padding: 80px 100px 100px 100px;
      max-width: 1300px; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-item.result-explore-search {
          padding: 0 16px;
          margin-top: 0px; } }
      .c-explore .c-explore-item.result-explore-search.active {
        visibility: visible;
        opacity: 9;
        z-index: 1;
        position: relative; }
      .c-explore .c-explore-item.result-explore-search .btn-back {
        margin-top: 23px;
        margin-bottom: 50px; }
        .c-explore .c-explore-item.result-explore-search .btn-back svg {
          width: 18px;
          height: 24px;
          margin-right: 5px;
          display: inline-flex; }
          .c-explore .c-explore-item.result-explore-search .btn-back svg path {
            fill: #ffffff; }
          .c-explore .c-explore-item.result-explore-search .btn-back svg path + path {
            fill: #2a2a2a; }
        .c-explore .c-explore-item.result-explore-search .btn-back .cls-1 {
          fill: transparent;
          stroke: transparent; }
        .c-explore .c-explore-item.result-explore-search .btn-back a {
          border: none;
          margin-left: 0;
          padding: 0;
          border: 0;
          z-index: 0;
          line-height: 1.7;
          display: flex;
          flex-direction: row-reverse;
          justify-content: space-between;
          align-items: flex-start;
          width: 90px;
          font-size: 0.875rem; }
          .c-explore .c-explore-item.result-explore-search .btn-back a:hover {
            text-decoration: underline;
            background-color: transparent; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item.result-explore-search .btn-back {
            padding-bottom: 12.5px;
            border-bottom: 1px solid #2a2a2a;
            margin-bottom: 27.5px; }
            .c-explore .c-explore-item.result-explore-search .btn-back .cls-2 {
              fill: #ffffff; } }
      .c-explore .c-explore-item.result-explore-search .title {
        margin-bottom: 40px;
        font-size: 1rem;
        text-transform: uppercase; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item.result-explore-search .title {
            margin-bottom: 30px;
            font-size: 0.875rem; } }
      .c-explore .c-explore-item.result-explore-search ul {
        display: block;
        flex-direction: column;
        justify-content: flex-start; }
        .c-explore .c-explore-item.result-explore-search ul li {
          width: 50%;
          margin-bottom: 20px;
          float: left;
          min-height: 73px; }
          @media screen and (max-width: 579px) {
            .c-explore .c-explore-item.result-explore-search ul li {
              width: 100%;
              margin-bottom: 0px; } }
          .c-explore .c-explore-item.result-explore-search ul li a {
            display: flex;
            flex-direction: row; }
          .c-explore .c-explore-item.result-explore-search ul li label {
            font-size: 1.125rem;
            line-height: 1;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            float: left;
            min-height: 25px; }
            @media screen and (max-width: 767px) {
              .c-explore .c-explore-item.result-explore-search ul li label {
                font-size: 1rem;
                color: #ffffff;
                line-height: 1.3; } }
          .c-explore .c-explore-item.result-explore-search ul li span {
            font-size: 0.875rem;
            line-height: .79;
            letter-spacing: normal;
            text-align: left;
            color: #676767;
            display: flex;
            flex-direction: column;
            justify-content: center;
            font-weight: normal; }
            @media screen and (max-width: 579px) {
              .c-explore .c-explore-item.result-explore-search ul li span {
                font-size: 0.75rem;
                margin-bottom: 15px; } }
          .c-explore .c-explore-item.result-explore-search ul li.search-not-found {
            color: #707070; }
        .c-explore .c-explore-item.result-explore-search ul img {
          width: auto;
          height: 60px;
          border-radius: 6px;
          margin-right: 16px; }
          @media screen and (max-width: 579px) {
            .c-explore .c-explore-item.result-explore-search ul img {
              height: 41px; } }
  .c-explore .c-explore-content {
    margin: 0 auto;
    max-width: 1428px;
    padding: 0 100px;
    opacity: 0.9;
    transition: opacity .50s ease-in-out;
    -moz-transition: opacity .50s ease-in-out;
    -webkit-transition: opacity .50s ease-in-out; }
    @media screen and (max-width: 1365px) {
      .c-explore .c-explore-content {
        padding: 0 50px; } }
    @media screen and (max-width: 1147px) {
      .c-explore .c-explore-content {
        padding: 0 20px; } }
    @media screen and (max-width: 767px) {
      .c-explore .c-explore-content {
        padding: 0; } }
    .c-explore .c-explore-content .hidden {
      opacity: 0;
      transition: opacity .20s ease-in-out;
      -moz-transition: opacity .20s ease-in-out;
      -webkit-transition: opacity .20s ease-in-out; }
  .c-explore .c-explore-category {
    flex-direction: row;
    justify-content: flex-end; }
    @media screen and (max-width: 767px) {
      .c-explore .c-explore-category {
        flex-direction: column; } }
    .c-explore .c-explore-category.desktop {
      display: flex; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-category.desktop {
          display: none; } }
    .c-explore .c-explore-category.mobile {
      display: none; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-category.mobile {
          display: flex; } }
  .c-explore .c-explore-categorys-itens {
    display: flex;
    flex-direction: column;
    width: 83.5%;
    padding: 10px 6px 0px 36px;
    position: relative;
    padding-bottom: 120px; }
    @media screen and (max-width: 1147px) {
      .c-explore .c-explore-categorys-itens {
        width: 80%; } }
    @media screen and (max-width: 767px) {
      .c-explore .c-explore-categorys-itens {
        width: 100%;
        padding: 10px 0;
        border-top: 0; } }
    .c-explore .c-explore-categorys-itens .type-list {
      width: 100%;
      height: 20px;
      position: relative;
      float: left;
      text-align: right;
      display: none;
      padding: 0; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-categorys-itens .type-list {
          display: block; } }
      .c-explore .c-explore-categorys-itens .type-list .w-image {
        float: right;
        margin-right: 28px;
        padding: 10px 0; }
        .c-explore .c-explore-categorys-itens .type-list .w-image .square {
          float: left;
          width: 8px;
          height: 8px;
          background: #999999;
          border-radius: 2px;
          margin-right: 2px; }
        .c-explore .c-explore-categorys-itens .type-list .w-image.active .square {
          background: #ffffff; }
      .c-explore .c-explore-categorys-itens .type-list .w-list {
        float: right;
        margin-right: 31px;
        padding: 10px 0; }
        .c-explore .c-explore-categorys-itens .type-list .w-list .list {
          width: 16px;
          height: 9px;
          float: right;
          border-top: 2px solid #999999;
          border-bottom: 2px solid #999999; }
        .c-explore .c-explore-categorys-itens .type-list .w-list.active .list {
          border-top: 3px solid #ffffff;
          border-bottom: 3px solid #ffffff; }
    .c-explore .c-explore-categorys-itens .itens-list {
      position: relative;
      width: 100%; }
    .c-explore .c-explore-categorys-itens.hidden {
      display: none; }
  .c-explore .c-explore-social-networks {
    position: fixed;
    width: 100%;
    background: #f2f2f2;
    display: flex;
    justify-content: center;
    padding: 14px 0;
    min-height: 50px;
    bottom: 0;
    z-index: 100; }
    @media screen and (max-width: 767px) {
      .c-explore .c-explore-social-networks {
        position: relative;
        background: #2a2a2a; } }
    .c-explore .c-explore-social-networks ul {
      display: flex;
      margin: 0;
      display: flex;
      flex-wrap: inherit;
      flex-direction: row;
      justify-content: space-evenly;
      width: 50%;
      max-width: 1428px; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-social-networks ul {
          width: 100%;
          max-width: 100%; } }
    .c-explore .c-explore-social-networks li {
      width: 37px; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-social-networks li {
          width: 30px; } }
      .c-explore .c-explore-social-networks li span {
        color: #707070;
        line-height: 1.5;
        font-size: 0.75rem; }
    .c-explore .c-explore-social-networks svg {
      fill: #707070;
      height: 18px; }
  .c-explore .c-explore-user {
    margin: 0 auto;
    width: 100%;
    font-size: 12px;
    padding: 20px 348px;
    background: #2a2a2a;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: fixed;
    z-index: 100; }
    @media screen and (max-width: 1850px) {
      .c-explore .c-explore-user {
        padding: 20px 300px; } }
    @media screen and (max-width: 1746px) {
      .c-explore .c-explore-user {
        padding: 20px 260px; } }
    @media screen and (max-width: 1676px) {
      .c-explore .c-explore-user {
        padding: 20px 220px; } }
    @media screen and (max-width: 1614px) {
      .c-explore .c-explore-user {
        padding: 20px 180px; } }
    @media screen and (max-width: 1520px) {
      .c-explore .c-explore-user {
        padding: 20px 146px; } }
    @media screen and (max-width: 1460px) {
      .c-explore .c-explore-user {
        padding: 20px 115px; } }
    @media screen and (max-width: 1365px) {
      .c-explore .c-explore-user {
        padding: 20px 50px; } }
    @media screen and (max-width: 767px) {
      .c-explore .c-explore-user {
        padding: 10px 16px 20px 16px;
        flex-direction: column;
        position: relative; } }
    .c-explore .c-explore-user .login-button {
      font-family: "Overpass", sans-serif;
      font-size: 0.75rem;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.5;
      letter-spacing: normal;
      text-align: center;
      color: #ffffff;
      background: #000000;
      text-transform: uppercase;
      text-decoration: none;
      padding: 5px 10px;
      border-radius: 20px;
      cursor: pointer; }
    .c-explore .c-explore-user .explore-user-menu {
      display: flex;
      flex-direction: row;
      justify-content: left;
      align-items: center;
      padding: 0 10px;
      width: 50%; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-user .explore-user-menu {
          padding: 0px;
          width: 100%; } }
      .c-explore .c-explore-user .explore-user-menu span {
        margin-left: 40px;
        margin-right: 3px;
        color: #ffffff; }
      .c-explore .c-explore-user .explore-user-menu img {
        width: 30px;
        height: 30px;
        border-radius: 40px;
        margin-right: 14px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        z-index: 10; }
        .c-explore .c-explore-user .explore-user-menu img.none-image {
          background-image: url(https://assets.gazetadopovo.com.br/images/menu/icons/ico-user.svg);
          background-color: #d0d0d0;
          background-size: 16px;
          border: 0px;
          z-index: 0;
          background-size: 18px; }
      .c-explore .c-explore-user .explore-user-menu .open-menu-user {
        width: 30px;
        height: 30px;
        border-radius: 18px;
        border: solid 1px #e6e6e6;
        background-color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 4px; }
        .c-explore .c-explore-user .explore-user-menu .open-menu-user::after {
          content: " ";
          width: 5px;
          height: 5px;
          background-color: transparent;
          transform: rotate(315deg) translate(0, 0);
          transition: transform .50s ease-in-out;
          -moz-transition: transform .50s ease-in-out;
          -webkit-transition: transform .50s ease-in-out;
          float: left;
          border-left: 1px solid #2a2a2a;
          border-bottom: 1px solid #2a2a2a;
          border-width: 0.2em; }
        .c-explore .c-explore-user .explore-user-menu .open-menu-user.active::after {
          transform: rotate(133deg) translate(0, 0);
          top: 11px;
          border-width: 0.2em; }
    .c-explore .c-explore-user .div-search {
      display: flex;
      justify-content: center;
      position: relative;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-user .div-search {
          margin-top: 21.5px; } }
    .c-explore .c-explore-user .close-search {
      position: absolute;
      font-size: 0;
      right: 17px;
      top: 10px;
      cursor: pointer;
      display: none;
      height: 20px;
      width: 20px;
      text-align: center;
      color: transparent; }
      .c-explore .c-explore-user .close-search svg {
        position: absolute;
        width: 14px;
        height: 14px;
        right: 3px;
        top: 3px; }
      .c-explore .c-explore-user .close-search path {
        fill: #ffffff; }
      .c-explore .c-explore-user .close-search:focus, .c-explore .c-explore-user .close-search:hover {
        text-decoration: none;
        font-size: 0;
        text-indent: -999px; }
    .c-explore .c-explore-user #c-explore-search {
      width: 70%;
      height: 40px;
      border-radius: 10px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.57;
      letter-spacing: normal;
      text-align: left;
      padding: 0 0 0 42px;
      border: 1px solid #707070;
      background-color: #2a2a2a;
      color: #ffffff;
      background: url(https://assets.gazetadopovo.com.br/images/menu/icons/ico-busca.svg) no-repeat left;
      background-size: 16px;
      background-position: 17px;
      opacity: 0.9;
      transition: opacity .50s ease-in-out;
      -moz-transition: opacity .50s ease-in-out;
      -webkit-transition: opacity .50s ease-in-out;
      outline: 0;
      font-family: "Overpass", sans-serif;
      text-decoration: none; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-user #c-explore-search {
          width: 100%; } }
      .c-explore .c-explore-user #c-explore-search.hidden {
        opacity: 0;
        transition: opacity .50s ease-in-out;
        -moz-transition: opacity .50s ease-in-out;
        -webkit-transition: opacity .50s ease-in-out; }
      .c-explore .c-explore-user #c-explore-search::-webkit-input-placeholder {
        color: #ffffff; }
      .c-explore .c-explore-user #c-explore-search:-moz-placeholder {
        /* Firefox 18- */
        color: #ffffff; }
      .c-explore .c-explore-user #c-explore-search::-moz-placeholder {
        /* Firefox 19+ */
        color: #ffffff; }
      .c-explore .c-explore-user #c-explore-search:-ms-input-placeholder {
        color: #ffffff; }
    .c-explore .c-explore-user input[type='text']:focus {
      font-size: 0.75rem; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .c-explore .c-explore-user input:focus {
        font-size: 0.75rem; } }
    .c-explore .c-explore-user .item-menu {
      height: 100vh;
      background: rgba(0, 0, 0, 0.8);
      position: absolute;
      margin: 0 auto;
      width: 100%;
      z-index: 0;
      visibility: hidden;
      opacity: 0;
      transition: opacity .50s ease-in-out;
      -moz-transition: opacity .50s ease-in-out;
      -webkit-transition: opacity .50s ease-in-out;
      margin-top: 60px;
      left: 0; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-user .item-menu {
          margin-top: 38px; } }
      @media screen and (max-width: 419px) {
        .c-explore .c-explore-user .item-menu {
          margin-top: 31px; } }
      .c-explore .c-explore-user .item-menu.active {
        visibility: visible;
        opacity: 9;
        transition: opacity .50s ease-in-out;
        -moz-transition: opacity .50s ease-in-out;
        -webkit-transition: opacity .50s ease-in-out;
        z-index: 10; }
      .c-explore .c-explore-user .item-menu ul li a {
        color: #ffffff; }

/***********************************************************/
/** Generic Modal **/
/***********************************************************/
.c-modal {
  font-family: "Overpass", sans-serif;
  margin: 0;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e6e6e6;
  outline: none;
  position: fixed;
  top: 20%;
  left: calc(50% - 180px);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.39);
  max-width: 360px;
  width: 360px;
  min-height: 330px;
  display: inline-block;
  text-align: center;
  z-index: 9999999999;
  line-height: normal; }
  .c-modal a:hover {
    text-decoration: none; }
  .c-modal .c-modal-content {
    display: inline-block;
    width: 200px; }

.c-modal-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999999999; }

.c-modal-display {
  display: none; }

.c-close-modal {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  padding: 15px 0;
  font-size: 0.875rem;
  color: #2a2a2a;
  text-align: right; }
  .c-close-modal:hover {
    color: #999999; }

/**
  HOME - modal share
 */
.c-modal {
  min-height: initial; }

@media screen and (max-width: 767px) {
  .c-modal {
    left: calc(50% - 140px);
    max-width: 280px;
    width: 280px; } }

.c-club {
  display: inline-block;
  text-align: center;
  width: 203px;
  height: 91px;
  line-height: 91px;
  border-radius: 4px;
  background-color: #4f047a; }
  .c-club svg {
    width: 142px;
    display: inline-block;
    vertical-align: middle; }
  .c-club p {
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: normal;
    margin: 0;
    font-family: "Overpass", sans-serif; }
    .c-club p svg {
      margin-bottom: 10px; }

.c-ir-para {
  margin: 20px 0;
  text-align: left; }

.c-club-nacional {
  margin-top: 15px;
  background-color: #4f047a; }
  .c-club-nacional svg * {
    fill: #ffffff; }
  .c-club-nacional p {
    color: #4f047a; }

.c-club-local {
  background-color: #30e0ce;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .c-club-local p {
    color: #4f047a;
    margin: 0px;
    font-size: 0.6875rem;
    font-weight: bold;
    margin-top: 10px;
    font-family: "Source Sans Pro, sans-serif"; }
  .c-club-local svg * {
    fill: #4f047a; }

.notifications {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  top: 0;
  transition: background-color 0.3s ease-in-out;
  width: 0;
  z-index: 9999999999; }
  .notifications.active {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%; }
    @media screen and (max-width: 768px) {
      .notifications.active {
        background-color: rgba(0, 0, 0, 0); } }
    .notifications.active .notification-body {
      -webkit-transform: translateX(0px);
      transform: translateX(0px); }
  .notifications .notification-body {
    flex-direction: column;
    background-color: #fff;
    float: right;
    height: auto;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    position: relative;
    width: 560px;
    transition: transform 0.6s ease-in-out;
    -webkit-transform: translateX(560px);
    transform: translateX(560px); }
    @media screen and (max-width: 768px) {
      .notifications .notification-body {
        width: 100%; } }
    .notifications .notification-body .main-header {
      align-items: center;
      justify-content: space-between;
      background-color: #2a2a2a;
      color: #fff;
      font-family: 'Overpass', sans-serif;
      transition: all 0.5s ease-in-out;
      padding: 15px 25px;
      position: absolute;
      top: 0;
      width: inherit;
      z-index: 9999999999; }
      .notifications .notification-body .main-header .user-name {
        align-items: center;
        font-size: 0.9375rem;
        cursor: pointer; }
        .notifications .notification-body .main-header .user-name svg {
          height: 24px;
          margin-left: 6px;
          transform: rotate(0deg);
          transition: transform 0.5s ease;
          width: 24px; }
          .notifications .notification-body .main-header .user-name svg path {
            fill: #fff; }
        .notifications .notification-body .main-header .user-name.animation svg {
          transform: rotate(-180deg); }
      .notifications .notification-body .main-header .btn-return {
        align-items: center;
        font-size: 1rem;
        cursor: pointer; }
        .notifications .notification-body .main-header .btn-return svg {
          margin-right: 5px; }
      .notifications .notification-body .main-header .btn-close {
        cursor: pointer; }
        .notifications .notification-body .main-header .btn-close svg {
          height: 14px;
          width: 14px; }
          .notifications .notification-body .main-header .btn-close svg path {
            fill: #fff; }
      .notifications .notification-body .main-header.fixed {
        position: fixed; }
      .notifications .notification-body .main-header .user-menu {
        background: #f5f5f5;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        clear: both;
        left: 0;
        max-height: 0;
        overflow: hidden;
        padding: 0 20px;
        position: absolute;
        text-align: left;
        top: 54px;
        transition: max-height 0.5s ease;
        width: 275px;
        z-index: 100; }
        .notifications .notification-body .main-header .user-menu .user-menu-item {
          border-bottom: 1px solid #cccccc;
          padding: 12px 0; }
          .notifications .notification-body .main-header .user-menu .user-menu-item:first-child {
            padding: 35px 0 12px; }
          .notifications .notification-body .main-header .user-menu .user-menu-item:last-child {
            border-bottom: none;
            padding: 25px 0 35px; }
          .notifications .notification-body .main-header .user-menu .user-menu-item a {
            font-size: 1rem;
            color: #2a2a2a;
            font-family: 'Overpass', sans-serif;
            cursor: pointer;
            text-transform: capitalize;
            text-decoration: none; }
            .notifications .notification-body .main-header .user-menu .user-menu-item a:hover {
              text-decoration: underline; }
          .notifications .notification-body .main-header .user-menu .user-menu-item .btn-logout {
            font-size: 0.75rem;
            background-color: #e6e6e6;
            border-radius: 20px;
            border: none;
            color: #2a2a2a;
            cursor: pointer;
            font-family: 'Overpass', sans-serif;
            padding: 10px 20px;
            text-transform: uppercase;
            transition: all 0.5s ease; }
            .notifications .notification-body .main-header .user-menu .user-menu-item .btn-logout:hover {
              box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
        .notifications .notification-body .main-header .user-menu.active {
          max-height: 200px; }
    .notifications .notification-body .secondary-header,
    .notifications .notification-body .tertiary-header {
      font-family: 'Overpass', sans-serif;
      margin-top: 84px;
      padding: 0 25px;
      position: relative; }
      .notifications .notification-body .secondary-header .principal-page-title,
      .notifications .notification-body .tertiary-header .principal-page-title {
        align-items: center;
        justify-content: space-between; }
        .notifications .notification-body .secondary-header .principal-page-title h2,
        .notifications .notification-body .tertiary-header .principal-page-title h2 {
          font-size: 1.5rem;
          color: #2a2a2a;
          font-weight: bold; }
        .notifications .notification-body .secondary-header .principal-page-title .icoMoreH,
        .notifications .notification-body .tertiary-header .principal-page-title .icoMoreH {
          align-items: center;
          justify-content: center;
          background-color: #e6e6e6;
          border-radius: 50%;
          cursor: pointer;
          height: 30px;
          width: 30px; }
          .notifications .notification-body .secondary-header .principal-page-title .icoMoreH svg,
          .notifications .notification-body .tertiary-header .principal-page-title .icoMoreH svg {
            height: 4px;
            width: 16px; }
            .notifications .notification-body .secondary-header .principal-page-title .icoMoreH svg path,
            .notifications .notification-body .tertiary-header .principal-page-title .icoMoreH svg path {
              fill: #707070; }
        .notifications .notification-body .secondary-header .principal-page-title .notifications-general-menu,
        .notifications .notification-body .tertiary-header .principal-page-title .notifications-general-menu {
          align-items: flex-start;
          flex-direction: column;
          justify-content: center;
          background-color: #fff;
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          max-height: 0;
          overflow: hidden;
          position: absolute;
          right: 35px;
          top: 40px;
          transition: max-height 0.5s ease;
          width: 244px;
          z-index: 100; }
          .notifications .notification-body .secondary-header .principal-page-title .notifications-general-menu.open,
          .notifications .notification-body .tertiary-header .principal-page-title .notifications-general-menu.open {
            max-height: 154px; }
          .notifications .notification-body .secondary-header .principal-page-title .notifications-general-menu .general-item,
          .notifications .notification-body .tertiary-header .principal-page-title .notifications-general-menu .general-item {
            align-items: center;
            height: 100%;
            position: relative;
            transition: background-color 0.3s linear;
            width: 100%; }
            .notifications .notification-body .secondary-header .principal-page-title .notifications-general-menu .general-item:hover,
            .notifications .notification-body .tertiary-header .principal-page-title .notifications-general-menu .general-item:hover {
              background-color: #e6e6e6; }
            .notifications .notification-body .secondary-header .principal-page-title .notifications-general-menu .general-item a,
            .notifications .notification-body .tertiary-header .principal-page-title .notifications-general-menu .general-item a {
              align-items: center;
              font-size: 0.9375rem;
              color: #2a2a2a;
              cursor: pointer;
              font-family: 'Overpass', sans-serif;
              height: 40px;
              padding: 0 20px;
              width: 100%; }
      .notifications .notification-body .secondary-header .principal-page-subtitle,
      .notifications .notification-body .tertiary-header .principal-page-subtitle {
        font-size: 0.9375rem;
        margin: 30px 0 12px;
        text-transform: uppercase; }
      .notifications .notification-body .secondary-header .page-config-title,
      .notifications .notification-body .tertiary-header .page-config-title {
        align-items: center;
        font-size: 1.125rem;
        border-left: 4px solid #2a2a2a;
        font-weight: bold;
        height: 25px;
        padding-left: 7px; }
      .notifications .notification-body .secondary-header .page-config-subtitle,
      .notifications .notification-body .tertiary-header .page-config-subtitle {
        align-items: center;
        font-size: 1rem;
        font-weight: bold;
        margin: 30px 0 10px;
        text-transform: uppercase; }
        .notifications .notification-body .secondary-header .page-config-subtitle svg,
        .notifications .notification-body .tertiary-header .page-config-subtitle svg {
          height: 16px;
          width: 16px;
          margin-right: 10px; }
          .notifications .notification-body .secondary-header .page-config-subtitle svg *,
          .notifications .notification-body .tertiary-header .page-config-subtitle svg * {
            fill: #999999; }
      .notifications .notification-body .secondary-header .page-config-description,
      .notifications .notification-body .tertiary-header .page-config-description {
        font-size: 0.75rem;
        color: #707070;
        line-height: 125%; }
      .notifications .notification-body .secondary-header .page-config-notifications,
      .notifications .notification-body .tertiary-header .page-config-notifications {
        font-size: 0.9375rem;
        color: #2a2a2a;
        font-weight: bold;
        margin: 30px 0 0; }
    .notifications .notification-body .tertiary-header {
      margin-top: 0; }
    .notifications .notification-body .notification-config-list {
      flex-direction: column;
      height: 100vh;
      margin-top: 30px;
      padding: 0 25px;
      width: 100%; }
      .notifications .notification-body .notification-config-list .config-list-item {
        align-items: center;
        justify-content: space-between;
        font-family: 'Overpass', sans-serif;
        margin-bottom: 30px;
        position: relative;
        width: 100%; }
        .notifications .notification-body .notification-config-list .config-list-item .question-title {
          font-size: 0.9375rem;
          font-weight: bold; }
        .notifications .notification-body .notification-config-list .config-list-item .config-item {
          font-size: 0.9375rem; }
        .notifications .notification-body .notification-config-list .config-list-item input {
          display: none; }
          .notifications .notification-body .notification-config-list .config-list-item input:checked + label {
            transition: all 0.3s ease; }
            .notifications .notification-body .notification-config-list .config-list-item input:checked + label .check {
              background: #35b73f;
              left: 20px;
              transform: rotate(360deg); }
              .notifications .notification-body .notification-config-list .config-list-item input:checked + label .check:before {
                transform: rotate(-45deg) translate(-1px, 14px);
                width: 10px; }
              .notifications .notification-body .notification-config-list .config-list-item input:checked + label .check:after {
                transform: rotate(45deg) translate(13px, 5px);
                width: 6px; }
        .notifications .notification-body .notification-config-list .config-list-item .toggle-wrapper {
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative; }
        .notifications .notification-body .notification-config-list .config-list-item .toggle {
          position: relative;
          display: inline-block; }
        .notifications .notification-body .notification-config-list .config-list-item label.toggle-item {
          background-color: #e6e6e6;
          border-radius: 50px;
          cursor: pointer;
          display: inline-block;
          height: 10px;
          position: relative;
          transform-origin: 20% center;
          transition: all 0.3s ease;
          width: 30px; }
          .notifications .notification-body .notification-config-list .config-list-item label.toggle-item:before {
            border-radius: 2em;
            border: 2px solid #88cf8f;
            display: block;
            height: 2.3em;
            left: 0.25em;
            top: 0.25em;
            transition: 0.3s ease;
            transition: all 0.2s ease;
            width: 2.3em; }
        .notifications .notification-body .notification-config-list .config-list-item .checkcross label:before {
          content: none; }
        .notifications .notification-body .notification-config-list .config-list-item .checkcross .check {
          background: #c1c7d0;
          border-radius: 50%;
          height: 1.5em;
          left: -15px;
          position: absolute;
          top: -7px;
          transition: 0.4s ease;
          width: 1.5em; }
          .notifications .notification-body .notification-config-list .config-list-item .checkcross .check:before, .notifications .notification-body .notification-config-list .config-list-item .checkcross .check:after {
            background: #fff;
            border-radius: 10px;
            content: "";
            height: 3px;
            position: absolute;
            transition: 0.4s ease; }
          .notifications .notification-body .notification-config-list .config-list-item .checkcross .check:before {
            transform: rotate(-45deg) translate(-3px, 11px);
            width: 12px; }
          .notifications .notification-body .notification-config-list .config-list-item .checkcross .check:after {
            transform: rotate(45deg) translate(11px, 3px);
            width: 12px; }
    .notifications .notification-body .notification-list {
      flex-direction: column;
      width: 100%;
      margin-bottom: 30px; }
      .notifications .notification-body .notification-list .notification-item {
        flex-direction: column;
        position: relative;
        padding: 15px 25px;
        border-bottom: 1px solid #e6e6e6; }
        .notifications .notification-body .notification-list .notification-item:first-child {
          border-top: 1px solid #e6e6e6; }
        .notifications .notification-body .notification-list .notification-item .notification-type {
          justify-content: space-between;
          align-items: flex-start;
          cursor: pointer;
          text-decoration: none;
          width: 90%; }
          .notifications .notification-body .notification-list .notification-item .notification-type .ico-type {
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            overflow: hidden;
            height: 36px;
            width: 36px; }
            .notifications .notification-body .notification-list .notification-item .notification-type .ico-type svg * {
              fill: #fff; }
            .notifications .notification-body .notification-list .notification-item .notification-type .ico-type.like {
              background-color: #ffb469; }
            .notifications .notification-body .notification-list .notification-item .notification-type .ico-type.deslike {
              background-color: #638da7; }
            .notifications .notification-body .notification-list .notification-item .notification-type .ico-type.team {
              background-color: #3a66c8;
              border: 3px solid #b1c4ef; }
          .notifications .notification-body .notification-list .notification-item .notification-type .user-thumb {
            position: relative;
            border: solid 1px #e6e6e6;
            display: inline-block;
            vertical-align: top;
            width: 36px;
            height: 36px;
            line-height: 33px;
            border-radius: 100%;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            overflow: hidden;
            border: solid 1px #e6e6e6; }
            .notifications .notification-body .notification-list .notification-item .notification-type .user-thumb .letter-name {
              background-color: #e6e6e6;
              display: inline-block;
              vertical-align: middle;
              width: 36px;
              height: 36px;
              position: absolute;
              font-size: 0.9375rem;
              line-height: 33px;
              font-family: 'Overpass', sans-serif;
              color: #2a2a2a;
              text-align: center; }
            .notifications .notification-body .notification-list .notification-item .notification-type .user-thumb .image {
              display: inline-block;
              vertical-align: top;
              max-width: 36px;
              text-align: center;
              width: 100%;
              height: 100%;
              background-position: center;
              background-size: cover;
              background-repeat: no-repeat;
              position: absolute;
              top: 0;
              left: 0;
              z-index: 10; }
          .notifications .notification-body .notification-list .notification-item .notification-type .text {
            font-size: 0.9375rem;
            color: #000;
            font-family: 'Overpass', sans-serif;
            line-height: 125%;
            width: calc(100% - 56px); }
            .notifications .notification-body .notification-list .notification-item .notification-type .text strong {
              font-weight: bold;
              margin-right: 3px; }
            .notifications .notification-body .notification-list .notification-item .notification-type .text:hover {
              text-decoration: underline; }
        .notifications .notification-body .notification-list .notification-item .icoMoreV {
          cursor: pointer;
          position: absolute;
          right: 25px; }
          .notifications .notification-body .notification-list .notification-item .icoMoreV svg path {
            fill: #707070; }
        .notifications .notification-body .notification-list .notification-item .notification-time {
          font-size: 0.75rem;
          color: #707070;
          font-family: 'Overpass', sans-serif;
          margin-left: 56px; }
        .notifications .notification-body .notification-list .notification-item .notifications-action-menu {
          align-items: flex-start;
          flex-direction: column;
          justify-content: center;
          background-color: #fff;
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          height: 0;
          overflow: hidden;
          position: absolute;
          right: 35px;
          top: 40px;
          transition: height 0.5s ease;
          width: 185px;
          z-index: 100; }
          .notifications .notification-body .notification-list .notification-item .notifications-action-menu.open {
            height: 116px; }
          .notifications .notification-body .notification-list .notification-item .notifications-action-menu .action-item {
            align-items: center;
            height: 100%;
            position: relative;
            transition: background-color 0.3s linear;
            width: 100%; }
            .notifications .notification-body .notification-list .notification-item .notifications-action-menu .action-item:hover {
              background-color: #e6e6e6; }
            .notifications .notification-body .notification-list .notification-item .notifications-action-menu .action-item a {
              align-items: center;
              font-size: 0.9375rem;
              color: #2a2a2a;
              cursor: pointer;
              font-family: 'Overpass', sans-serif;
              height: 40px;
              padding: 0 20px;
              width: 100%; }
        .notifications .notification-body .notification-list .notification-item.read .notification-type,
        .notifications .notification-body .notification-list .notification-item.read .notification-time {
          opacity: 0.5; }
        .notifications .notification-body .notification-list .notification-item.removed {
          display: none; }
    .notifications .notification-body .btn-show-more {
      font-size: 0.9375rem;
      background-color: #fff;
      border-radius: 6px;
      border: 1px solid #cccccc;
      color: #707070;
      cursor: pointer;
      font-family: 'Overpass', sans-serif;
      margin: 0 auto;
      padding: 10px 15px;
      text-transform: uppercase;
      width: 220px; }
      .notifications .notification-body .btn-show-more:hover {
        text-decoration: underline; }
      .notifications .notification-body .btn-show-more.hide {
        display: none; }
    .notifications .notification-body .message__item {
      bottom: unset;
      top: 74px; }
      .notifications .notification-body .message__item .box-message.success {
        width: 91%;
        background-color: #12872a; }
        .notifications .notification-body .message__item .box-message.success p {
          align-items: center;
          justify-content: center;
          color: #fff;
          position: relative; }
          .notifications .notification-body .message__item .box-message.success p:before {
            content: ""; }
            @media screen and (max-width: 419px) {
              .notifications .notification-body .message__item .box-message.success p:before {
                margin-right: 0px; } }
          @media screen and (max-width: 419px) {
            .notifications .notification-body .message__item .box-message.success p span {
              font-size: 0.9375rem;
              left: 0;
              position: absolute; } }
          .notifications .notification-body .message__item .box-message.success p .restore-notifications {
            font-size: 0.9375rem;
            background-color: transparent;
            border-radius: 6px;
            border: 1px solid #fff;
            color: #fff;
            cursor: pointer;
            font-family: 'Overpass', sans-serif;
            margin-left: 12.5px;
            padding: 5px 10px;
            text-align: center; }
            @media screen and (max-width: 419px) {
              .notifications .notification-body .message__item .box-message.success p .restore-notifications {
                margin-left: 40%; } }
            @media screen and (max-width: 359px) {
              .notifications .notification-body .message__item .box-message.success p .restore-notifications {
                margin-left: 45%;
                padding: 5px; } }
          .notifications .notification-body .message__item .box-message.success p .btn-close-msg {
            align-items: center;
            border-left: 1px solid #fff;
            cursor: pointer;
            height: 100%;
            padding-left: 10px;
            position: absolute;
            right: 0; }
            @media screen and (max-width: 419px) {
              .notifications .notification-body .message__item .box-message.success p .btn-close-msg {
                margin-left: 90%; } }
            .notifications .notification-body .message__item .box-message.success p .btn-close-msg svg {
              height: 14px;
              width: 14px; }
              .notifications .notification-body .message__item .box-message.success p .btn-close-msg svg path {
                fill: #fff; }
    .notifications .notification-body .no-notifications {
      margin-top: 90px; }
    .notifications .notification-body .loader-notifications {
      margin-top: 40%; }
    .notifications .notification-body .no-notifications,
    .notifications .notification-body .loader-notifications,
    .notifications .notification-body .not-subscriber-notifications {
      align-items: center;
      flex-direction: column;
      justify-content: center;
      font-family: 'Overpass', sans-serif;
      height: auto;
      position: relative;
      width: 100%; }
      .notifications .notification-body .no-notifications svg,
      .notifications .notification-body .loader-notifications svg,
      .notifications .notification-body .not-subscriber-notifications svg {
        height: 76px;
        width: 76px; }
      .notifications .notification-body .no-notifications .ico-loader,
      .notifications .notification-body .loader-notifications .ico-loader,
      .notifications .notification-body .not-subscriber-notifications .ico-loader {
        -webkit-animation: rotate-center 1.5s linear infinite both;
        animation: rotate-center 1.5s linear infinite both;
        margin-bottom: 30px; }

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
        .notifications .notification-body .no-notifications .ico-loader svg,
        .notifications .notification-body .loader-notifications .ico-loader svg,
        .notifications .notification-body .not-subscriber-notifications .ico-loader svg {
          height: 35px;
          width: 35px; }
      .notifications .notification-body .no-notifications .no-notifications-title,
      .notifications .notification-body .loader-notifications .no-notifications-title,
      .notifications .notification-body .not-subscriber-notifications .no-notifications-title {
        font-size: 1.125rem;
        font-weight: bold;
        line-height: 175%;
        margin: 30px 0;
        text-align: center;
        max-width: 224px; }
      .notifications .notification-body .no-notifications .no-notifications-message,
      .notifications .notification-body .no-notifications .loader-notifications-message,
      .notifications .notification-body .loader-notifications .no-notifications-message,
      .notifications .notification-body .loader-notifications .loader-notifications-message,
      .notifications .notification-body .not-subscriber-notifications .no-notifications-message,
      .notifications .notification-body .not-subscriber-notifications .loader-notifications-message {
        font-size: 1rem;
        line-height: 175%;
        text-align: center;
        max-width: 360px; }
        .notifications .notification-body .no-notifications .no-notifications-message .no-notifications-config-link,
        .notifications .notification-body .no-notifications .loader-notifications-message .no-notifications-config-link,
        .notifications .notification-body .loader-notifications .no-notifications-message .no-notifications-config-link,
        .notifications .notification-body .loader-notifications .loader-notifications-message .no-notifications-config-link,
        .notifications .notification-body .not-subscriber-notifications .no-notifications-message .no-notifications-config-link,
        .notifications .notification-body .not-subscriber-notifications .loader-notifications-message .no-notifications-config-link {
          color: #3a66c8;
          cursor: pointer; }
          .notifications .notification-body .no-notifications .no-notifications-message .no-notifications-config-link:hover,
          .notifications .notification-body .no-notifications .loader-notifications-message .no-notifications-config-link:hover,
          .notifications .notification-body .loader-notifications .no-notifications-message .no-notifications-config-link:hover,
          .notifications .notification-body .loader-notifications .loader-notifications-message .no-notifications-config-link:hover,
          .notifications .notification-body .not-subscriber-notifications .no-notifications-message .no-notifications-config-link:hover,
          .notifications .notification-body .not-subscriber-notifications .loader-notifications-message .no-notifications-config-link:hover {
            text-decoration: underline; }
    .notifications .notification-body .not-subscriber-notifications {
      margin-top: 124px;
      text-align: center;
      width: 100%; }
      .notifications .notification-body .not-subscriber-notifications svg {
        height: 85px;
        width: 85px; }
      .notifications .notification-body .not-subscriber-notifications .not-subscriber-title {
        font-size: 1.375rem;
        font-family: 'Overpass', sans-serif;
        font-weight: bold;
        line-height: 125%;
        margin: 32px 0 0; }
      .notifications .notification-body .not-subscriber-notifications .not-subscriber-subtitle {
        font-size: 1.125rem;
        font-family: 'Overpass', sans-serif;
        font-weight: bold;
        line-height: 175%;
        margin: 24px 0;
        width: 233px; }
      .notifications .notification-body .not-subscriber-notifications .not-subscriber-text {
        font-size: 1rem;
        font-family: 'Overpass', sans-serif;
        line-height: 150%;
        margin-bottom: 40px;
        width: 297px; }
      .notifications .notification-body .not-subscriber-notifications .btn-notifications-assine {
        font-size: 0.9375rem;
        background-color: #ff7700;
        border-radius: 30px;
        color: #fff;
        font-family: 'Overpass', sans-serif;
        font-weight: bold;
        padding: 10px 25px;
        transition: background-color 0.5s ease-in-out; }
        .notifications .notification-body .not-subscriber-notifications .btn-notifications-assine:hover {
          background-color: #d46707; }

.container.section-list {
  overflow: hidden; }

.c-ads-clip {
  position: relative;
  width: 100%;
  clear: both;
  margin: 30px 0;
  height: 312px;
  background: none;
  /* Flying Carpet */ }
  .c-ads-clip .c-ads {
    overflow: hidden;
    margin: 0;
    height: 0; }
  .c-ads-clip:before {
    content: "Publicidade";
    position: relative;
    float: right;
    font-size: .625rem;
    line-height: 100%;
    color: #999;
    text-align: right; }
  .c-ads-clip .clip-mask {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 300px;
    top: 12px;
    right: 0;
    overflow: hidden;
    clip: rect(0, auto, auto, 0); }
    .c-ads-clip .clip-mask .bg-clip {
      overflow: hidden;
      position: fixed;
      top: 75px; }
      .c-ads-clip .clip-mask .bg-clip > div {
        background: url(https://assets.gazetadopovo.com.br/images/bg-ads.png) repeat 0 0;
        height: 600px;
        width: 100%;
        top: 0;
        max-width: 66.66667%;
        float: left;
        padding-right: 30px; }
        @media screen and (max-width: 767px) {
          .c-ads-clip .clip-mask .bg-clip > div {
            float: none;
            max-width: 100%;
            padding-right: 0; } }
  .c-ads-clip.ads-mobile {
    display: none; }
  .c-ads-clip.ads-desktop {
    display: block; }
  .c-ads-clip .c-ads > div > div:before {
    display: none; }
  @media screen and (max-width: 1023px) {
    .c-ads-clip .c-ads-clip .clip-mask .bg-clip > div {
      max-width: 768px;
      padding-right: 0; } }
  @media screen and (max-width: 767px) {
    .c-ads-clip .c-ads-clip .clip-mask .bg-clip > div {
      float: none;
      max-width: 100%; } }
  .c-ads-clip.no-suport {
    height: auto; }
    .c-ads-clip.no-suport .c-ads {
      margin: 0; }

.c-ads {
  background: url(https://assets.gazetadopovo.com.br/images/bg-ads.png) repeat 0 0;
  display: none;
  margin: 50px 0;
  position: relative;
  text-align: center;
  width: 100%;
  clear: both; }
  .c-ads > div > div {
    display: flex;
    justify-content: center; }
    .c-ads > div > div:before {
      content: "Publicidade";
      display: block;
      position: absolute;
      top: -12px;
      right: 0;
      font-size: 0.625rem;
      line-height: 100%;
      color: #999999;
      text-align: right; }
  .c-ads > div#m-pos-3, .c-ads > div#m-pos-4, .c-ads > div#m-pos-5, .c-ads > div#m-pos-6, .c-ads > div#m-pos-7 {
    height: 250px;
    align-items: center;
    display: flex;
    justify-content: center; }
  .c-ads > div#m-pos-post-flying {
    height: 600px; }

.c-ads.pos-mod-patrocinio, .c-ads.pos-mod-apoio {
  background: none; }
  .c-ads.pos-mod-patrocinio div, .c-ads.pos-mod-apoio div {
    text-align: right; }
  .c-ads.pos-mod-patrocinio div > div:before, .c-ads.pos-mod-apoio div > div:before {
    content: ""; }

.c-content .c-ads {
  height: 0px;
  overflow: hidden;
  background: none; }
  .c-content .c-ads.active {
    overflow: hidden;
    min-height: 50px; }
  .c-content .c-ads:before {
    content: "Publicidade";
    display: block;
    position: relative;
    top: 0;
    right: 0;
    font-size: 0.625rem;
    line-height: 100%;
    color: #999999;
    text-align: right; }
  .c-content .c-ads > div {
    background: url(https://assets.gazetadopovo.com.br/images/bg-ads.png) repeat 0 0; }
    .c-content .c-ads > div > div:before {
      display: none; }

.c-content .c-ads-clip {
  background: url(https://assets.gazetadopovo.com.br/images/bg-ads.png) repeat 0 0; }
  .c-content .c-ads-clip:before {
    position: absolute;
    top: -12px;
    right: 0; }
  .c-content .c-ads-clip .clip-mask {
    top: 0; }
  .c-content .c-ads-clip .c-ads:before {
    display: none; }
  .c-content .c-ads-clip > div {
    background: none; }

.section .c-ads.pos-mod-patrocinio, .section .c-ads.pos-mod-apoio {
  max-width: 300px;
  margin: 0 auto 30px; }
  .section .c-ads.pos-mod-patrocinio div, .section .c-ads.pos-mod-apoio div {
    text-align: center; }
  .section .c-ads.pos-mod-patrocinio div > div:before, .section .c-ads.pos-mod-apoio div > div:before {
    content: ""; }

.post-amp .c-ads, .note-amp .c-ads {
  display: block;
  margin: 0px auto 30px; }

.post-amp .ads-label, .note-amp .ads-label {
  background-color: transparent;
  color: #999999;
  display: block;
  font-size: 0.625rem;
  line-height: 100%;
  text-align: right; }

.post-amp amp-fx-flying-carpet div, .note-amp amp-fx-flying-carpet div {
  left: 0; }

#ads-2 {
  position: relative;
  width: 100%;
  float: left; }
  #ads-2 .c-ads {
    margin-top: 0; }

#ads-2.fixed {
  position: relative; }
  #ads-2.fixed .c-ads.ads-desktop {
    position: fixed;
    top: 0;
    max-width: 374px;
    margin-top: 100px; }

#ads-2.absolute {
  position: absolute;
  bottom: 0;
  height: 700px;
  width: 374px; }
  #ads-2.absolute .c-ads.ads-desktop {
    position: relative;
    float: right;
    max-width: 100%;
    margin-top: 100px; }

.post > .col-12 {
  position: relative; }

.fixed-footer {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: #ffffff;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 0;
  overflow: initial;
  z-index: 100; }
  .fixed-footer .c-ads {
    margin: 0;
    padding: 0;
    float: left;
    display: none;
    overflow: initial;
    transition: height .4s; }
    .fixed-footer .c-ads .btn-close {
      display: block;
      position: absolute;
      width: 32px;
      height: 26px;
      margin: 0;
      top: -26px;
      right: 0;
      padding: 0 10px;
      cursor: pointer;
      background: #ffffff;
      border-radius: 4px 4px 0 0;
      box-shadow: -3px -3px 4px rgba(0, 0, 0, 0.1); }
      .fixed-footer .c-ads .btn-close:before, .fixed-footer .c-ads .btn-close:after {
        width: 12px;
        top: 12px; }

@media screen and (max-width: 767px) {
  .fixed-footer .c-ads .btn-close {
    display: none;
    opacity: 0; }
  .fixed-footer.scrollDown .c-ads .btn-close {
    display: block;
    opacity: 1.0; }
  .fixed-footer.scrollDown .c-ads.ads-stick-footer {
    max-height: auto; } }

@media screen and (max-width: 1147px) {
  #ads-2.fixed .c-ads.ads-desktop {
    max-width: 320px; }
  #ads-2.absolute .c-ads.ads-desktop {
    max-width: 320px; } }

@media screen and (max-width: 1023px) {
  #ads-2.fixed .c-ads.ads-desktop {
    position: relative;
    top: 0;
    max-width: 100%; }
  #ads-2.absolute {
    position: relative;
    right: 0;
    max-width: 100%;
    height: auto; }
    #ads-2.absolute .c-ads.ads-desktop {
      max-width: 100%;
      margin-top: 0; } }

@media screen and (max-width: 989px) {
  #ads-2.fixed .c-ads.ads-desktop {
    position: relative;
    top: 0; } }

@media screen and (max-width: 767px) {
  .c-ads-clip.ads-desktop {
    display: none; }
  .c-ads-clip.ads-mobile {
    display: block; }
  .c-ads.pos-mod-patrocinio, .c-ads.pos-mod-apoio {
    position: relative;
    width: 100%;
    margin: 20px 0; }
    .c-ads.pos-mod-patrocinio div, .c-ads.pos-mod-apoio div {
      text-align: center; }
  .end-post .c-ads.ads-mobile {
    margin-top: 0; }
  .fixed-footer {
    overflow: initial; }
    .fixed-footer .c-ads {
      padding: 0;
      margin: 0;
      background: #ffffff; } }

@media screen and (max-width: 419px) {
  .c-ads.pos-mod-patrocinio div, .c-ads.pos-mod-apoio div {
    text-align: center; }
  .c-ads.pos-mod-patrocinio div > div:before, .c-ads.pos-mod-apoio div > div:before {
    left: calc(50% - 23px);
    right: inherit; }
  .post .c-ads.pos-mod-patrocinio, .post .c-ads.pos-mod-apoio {
    margin: 20px 0 15px; }
  .post-podcast .c-ads.pos-mod-patrocinio, .post-podcast .c-ads.pos-mod-apoio {
    margin: 20px 0 50px; }
  .post-video .c-ads.pos-mod-patrocinio, .post-video .c-ads.pos-mod-apoio {
    margin: 40px 0 30px; }
  .section .c-ads {
    margin-left: -5px; }
    .section .c-ads.pos-mod-patrocinio, .section .c-ads.pos-mod-apoio {
      margin: 15px auto 20px; } }

@media screen and (max-width: 320px) {
  .bg-clip {
    margin-left: -5px; } }

.c-ads.ads-header {
  margin: 0;
  padding: 25px 0;
  background: transparent; }
  .c-ads.ads-header > div > div {
    display: flex;
    justify-content: center;
    background: url(https://assets.gazetadopovo.com.br/images/bg-ads.png) repeat 0 0; }

.c-ads.ads-header-fixed {
  position: fixed;
  top: 70px;
  left: 0;
  background: #f5f5f5;
  z-index: 100; }

.c-ads.ads-stick-footer {
  padding: 0;
  background: transparent;
  transition: height .4s; }
  .c-ads.ads-stick-footer > div > div {
    background: url(https://assets.gazetadopovo.com.br/images/bg-ads.png) repeat 0 0;
    margin: 10px auto; }
    .c-ads.ads-stick-footer > div > div:before {
      display: none; }

.c-ads.ads-video-corner {
  background-image: none;
  background-color: transparent;
  bottom: 120px;
  margin: 0;
  max-height: 240px;
  max-width: 320px;
  position: fixed;
  right: 60px;
  width: auto;
  z-index: 100; }
  .c-ads.ads-video-corner .btn-close {
    background-color: #ffffff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.15);
    display: none;
    height: 30px;
    margin: 0;
    position: absolute;
    right: 0;
    top: -30px;
    width: 30px; }
    .c-ads.ads-video-corner .btn-close:before, .c-ads.ads-video-corner .btn-close:after {
      left: 9px;
      top: 14px;
      width: 12px; }
  .c-ads.ads-video-corner > div:empty ~ .btn-close {
    display: none !important; }
  .c-ads.ads-video-corner > div > div:before {
    display: none; }

.c-ads.pos-mod-8 {
  bottom: 0px;
  left: 0px;
  position: fixed;
  width: 100%;
  z-index: 100; }
  .c-ads.pos-mod-8 > div > div {
    display: flex;
    justify-content: center; }
    .c-ads.pos-mod-8 > div > div:before {
      content: "";
      display: block;
      position: absolute;
      top: -12px;
      right: 0;
      font-size: 0.625rem;
      line-height: 100%;
      color: #999999;
      text-align: right; }

.c-content .c-ads.active {
  height: auto; }

.c-content .c-ads.clip-mask {
  height: 300px; }

.box-ads-header-home {
  width: 100%;
  display: block;
  -ms-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  min-height: 140px;
  overflow: hidden;
  background: #f5f5f5;
  z-index: 1;
  margin-bottom: 30px; }

.box-ads-header {
  padding: 100px 0 0 0;
  width: 100%;
  display: block;
  -ms-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  min-height: 140px;
  overflow: hidden;
  background: #f5f5f5;
  margin-bottom: 30px; }

@media screen and (max-width: 1247px) {
  .c-ads.ads-header-fixed {
    top: 56px; } }

@media screen and (max-width: 1147px) {
  .box-ads-header {
    padding-top: 56px; } }

@media screen and (max-width: 767px) {
  .c-ads.ads-header-fixed {
    top: 56px; }
  .box-ads-header-home {
    min-height: 110px; }
  .box-ads-header {
    min-height: 210px; }
    .box-ads-header .c-ads.ads-header {
      padding: 30px 0 0 0; } }

.webview .box-ads-header {
  padding: 0;
  min-height: 140px;
  margin-bottom: 30px; }

.webview .c-ads.ads-header-fixed {
  top: 0; }

@media screen and (max-width: 767px) {
  .webview .box-ads-header {
    margin-bottom: 0; }
    .webview .box-ads-header .c-ads.ads-header-fixed {
      top: 0; } }

body.has-premium:not(.home) .header {
  margin-bottom: 30px; }

body.has-premium .c-saiba-agora {
  margin-bottom: 50px; }

body.has-premium .box-ads-header {
  display: none;
  height: 0; }

body.has-premium .box-ads-header-home {
  display: none; }

body.has-premium .c-ads-clip {
  display: none; }
  @media screen and (max-width: 767px) {
    body.has-premium .c-ads-clip.ads-mobile {
      display: none; } }

body.has-premium .banner-flying {
  display: none; }

.social_widget__login_form form input {
  position: relative;
  float: left;
  width: 100%;
  background-color: #ffffff;
  padding: 0 15px;
  border: solid 1px #e6e6e6;
  font-size: 1rem;
  font-family: "Overpass", sans-serif;
  color: #000000;
  line-height: 49px;
  height: 49px;
  text-align: left;
  border-radius: 0; }
  .social_widget__login_form form input:focus {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none; }

.social_widget__login_form form textarea {
  position: relative;
  float: left;
  width: 100%;
  background-color: #ffffff;
  padding: 15px 15px;
  border: solid 1px #e6e6e6;
  font-size: 1rem;
  font-family: "Overpass", sans-serif;
  color: #000000;
  line-height: 100%;
  height: 80px;
  text-align: left;
  border-radius: 0;
  padding: 20px 15px 10px 15px;
  margin-bottom: 10px; }
  .social_widget__login_form form textarea:focus {
    color: #000000;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none; }

.social_widget__login_form form button {
  position: relative;
  padding: 0 15px;
  background: #707070;
  height: 49px;
  line-height: 49px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: "Overpass", sans-serif;
  text-align: center;
  border: 0;
  border-radius: 0;
  -ms-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  cursor: pointer; }
  .social_widget__login_form form button:focus {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
  .social_widget__login_form form button:hover {
    background: #2a2a2a; }
  .social_widget__login_form form button.no-bg {
    background: transparent;
    color: #707070; }

.form {
  float: left;
  width: 100%; }
  .form input {
    position: relative;
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 0 15px;
    border: solid 1px #e6e6e6;
    font-size: 1rem;
    font-family: "Overpass", sans-serif;
    color: #000000;
    line-height: 49px;
    height: 49px;
    text-align: left;
    border-radius: 0; }
  .form div {
    position: relative; }
  .form .c-label {
    position: absolute;
    top: 15px;
    left: 1px;
    width: auto;
    vertical-align: top;
    font-size: 1rem;
    color: #000000;
    line-height: 100%;
    text-align: left;
    font-family: "Overpass", sans-serif;
    margin: 0;
    padding: 0 0 0 15px;
    z-index: 10; }
  .form .c-label.focus {
    top: 5px;
    font-size: 0.75rem;
    line-height: 12px; }
  .form input[type="text"] {
    padding: 5px 15px 0 15px;
    line-height: 44px; }
  .form textarea {
    position: relative;
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 15px 15px;
    border: solid 1px #e6e6e6;
    font-size: 1rem;
    font-family: "Overpass", sans-serif;
    color: #000000;
    line-height: 100%;
    height: 80px;
    text-align: left;
    border-radius: 0;
    padding: 20px 15px 10px 15px;
    margin-bottom: 10px; }
  .form button {
    position: relative;
    padding: 0 15px;
    background: #2a2a2a;
    height: 49px;
    line-height: 49px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-family: "Overpass", sans-serif;
    text-align: center;
    border: 0;
    border-radius: 6px;
    -ms-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    cursor: pointer; }
    .form button:focus {
      outline: none; }
    .form button:hover {
      background: #707070; }
    .form button.no-bg {
      background: transparent;
      color: #2a2a2a; }
  .form .btn {
    float: right;
    height: 36px;
    line-height: 36px; }
  .form .c-label-checkbox {
    position: relative;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    font-size: 0.9375rem;
    color: #000000;
    line-height: 16px;
    text-align: left;
    font-family: "Overpass", sans-serif;
    margin: 0 -2px 15px -2px;
    padding: 2px 5px 0 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .form .c-label-checkbox:last-child {
      margin: 0 0 30px; }
  .form .c-input-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .form .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border: solid 1px #707070; }
  .form .c-label-checkbox:hover input ~ .checkmark {
    background-color: #e6e6e6; }
  .form .c-label-checkbox input:checked ~ .checkmark {
    background-color: #707070; }
  .form .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .form .c-label-checkbox input:checked ~ .checkmark:after {
    display: block; }
  .form .c-label-checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .form .full {
    width: 100%; }
  .form .pl-0 {
    padding-left: 0; }
  .form .form-line {
    position: relative;
    width: 100%;
    float: left; }

.g-recaptcha {
  position: relative;
  width: 100%;
  display: inline-block; }

.alert {
  position: relative;
  width: 100%;
  float: left;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 10px;
  margin: 15px 0;
  font-family: "Overpass", sans-serif;
  font-size: 1rem;
  line-height: 20px; }
  .alert .close {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    font-size: 1.3125rem;
    font-weight: 700;
    margin: 0;
    padding: 10px 15px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    filter: alpha(opacity=20);
    opacity: .2;
    cursor: pointer; }
  .alert a.close {
    text-decoration: none;
    font-size: 1.125rem;
    line-height: 1.2; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.fade.in {
  opacity: 1; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

@media screen and (max-width: 1147px) {
  .form .col-6 {
    width: 50%;
    float: left;
    margin-bottom: 20px; }
  .form [class*=col-] + [class*=col-] {
    padding-left: 2.439%; }
  .form [class*=col-] + [class*=col-].pl-0, .form .pl-0 {
    padding-left: 0; } }

@media screen and (max-width: 767px) {
  .form .c-label-checkbox {
    width: 100%; }
  .form .col-6 {
    width: 100%;
    float: left;
    margin-bottom: 20px; }
  .form [class*=col-] + [class*=col-] {
    padding-left: 0; } }

.img-fallback:before {
  content: "";
  background-image: url(https://assets.gazetadopovo.com.br/images/svg/logo-gazeta-fallback.svg);
  background-size: 55px 55px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #efefef;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100; }

.c-podcast-box .img-fallback:before {
  z-index: 1; }

.tab-control {
  position: relative;
  width: 100%;
  float: left; }

.tab-content {
  position: relative;
  width: 100%;
  float: left;
  display: none; }

.tab-content.active {
  display: block; }

#touchpointHomeFooter {
  display: flex;
  width: 100%;
  height: 100%; }

.c-social-networks {
  position: relative;
  width: 100%;
  display: inline-block;
  background: #2a2a2a;
  color: #ffffff;
  display: inline-block; }
  .c-social-networks .c-social-networks-ul {
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center; }
    .c-social-networks .c-social-networks-ul li {
      position: relative;
      display: inline-block;
      vertical-align: top;
      padding: 0; }
      .c-social-networks .c-social-networks-ul li span {
        font-size: 1.125rem;
        font-family: "Merriweather", serif;
        font-weight: bold; }
      .c-social-networks .c-social-networks-ul li a {
        display: table-cell;
        width: 48px;
        height: 60px;
        vertical-align: middle;
        text-decoration: none;
        line-height: 30px; }
        .c-social-networks .c-social-networks-ul li a svg {
          display: inline-block;
          vertical-align: middle;
          width: 35px;
          height: 22px;
          fill: #ffffff;
          -ms-transition: all 0.3s ease-out;
          -moz-transition: all 0.3s ease-out;
          -webkit-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out; }
        .c-social-networks .c-social-networks-ul li a:hover svg {
          height: 30px;
          width: 43px; }
      .c-social-networks .c-social-networks-ul li:first-child {
        margin-right: 30px; }
        .c-social-networks .c-social-networks-ul li:first-child span a {
          color: #ffffff;
          width: auto; }

.c-footer {
  position: relative;
  width: 100%;
  background: #2a2a2a;
  font-family: "Overpass", sans-serif;
  overflow: hidden;
  padding-bottom: 120px; }
  .c-footer .c-footer-links-desktop {
    border-top: 1px solid #707070;
    display: flex;
    padding: 20px 0; }
    .c-footer .c-footer-links-desktop .c-footer-funcionais {
      display: inline-flex;
      flex-direction: column;
      width: 100%;
      text-align: center; }
      .c-footer .c-footer-links-desktop .c-footer-funcionais h2 {
        display: inline-block;
        color: #ffffff;
        font-size: 1rem;
        font-weight: bold;
        line-height: 24px;
        padding: 10px 0;
        text-align: left;
        text-decoration: none; }
      .c-footer .c-footer-links-desktop .c-footer-funcionais li {
        padding: 10px 0;
        text-align: left; }
        .c-footer .c-footer-links-desktop .c-footer-funcionais li a {
          display: inline-block;
          color: #ffffff;
          font-size: 0.8125rem;
          line-height: 24px;
          text-align: center;
          text-decoration: none;
          text-transform: none;
          -ms-transition: all 1s ease-out;
          -moz-transition: all 1s ease-out;
          -webkit-transition: all 1s ease-out;
          -o-transition: all 1s ease-out;
          padding: 0 3px; }
          .c-footer .c-footer-links-desktop .c-footer-funcionais li a svg {
            height: 20px;
            display: inline-block;
            vertical-align: middle; }
        .c-footer .c-footer-links-desktop .c-footer-funcionais li:hover a {
          text-decoration: underline; }
      .c-footer .c-footer-links-desktop .c-footer-funcionais li.logo {
        border-left: solid 1px #707070;
        height: 100px;
        display: flex;
        align-items: center; }
        .c-footer .c-footer-links-desktop .c-footer-funcionais li.logo a {
          padding-left: 15px;
          margin-left: 10px;
          padding-right: 0; }
    .c-footer .c-footer-links-desktop .logo-footer {
      justify-content: center; }
    @media screen and (max-width: 768px) {
      .c-footer .c-footer-links-desktop {
        display: none; } }
  .c-footer .c-footer-links-mobile {
    display: none; }

.scroll-top {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 36px;
  height: 36px;
  background: #2a2a2a;
  border-radius: 50%;
  overflow: hidden;
  line-height: 36px;
  text-align: center;
  -ms-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  z-index: 1; }
  .scroll-top svg {
    display: inline-block;
    vertical-align: middle;
    width: 13px; }
    .scroll-top svg path, .scroll-top svg rect {
      fill: #ffffff; }
  .scroll-top:hover {
    background: #2a2a2a; }

.c-btn-share-post-footer {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
  width: 56px;
  height: 56px;
  background: #2a2a2a;
  border-radius: 50%;
  overflow: hidden;
  -ms-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  text-align: center;
  line-height: 60px;
  z-index: 10;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5); }
  .c-btn-share-post-footer svg {
    display: inline-block;
    width: 32px;
    vertical-align: middle; }
    .c-btn-share-post-footer svg path {
      fill: #ffffff; }
  .c-btn-share-post-footer span {
    position: absolute;
    top: 21px;
    left: 0;
    width: 100%;
    line-height: 10px;
    font-size: 0.6875rem;
    color: #ffffff; }
  .c-btn-share-post-footer:hover {
    background: #2a2a2a; }

.scroll-top.absolute {
  position: absolute; }

.absolute.c-btn-share-post-footer {
  position: absolute;
  bottom: 10px;
  right: 10px; }

@media screen and (max-width: 1147px) {
  .c-footer .c-footer-funcionais li:nth-child(1),
  .c-footer .c-footer-funcionais li:nth-child(2),
  .c-footer .c-footer-funcionais li:nth-child(3),
  .c-footer .c-footer-funcionais li:nth-child(5),
  .c-footer .c-footer-funcionais li:nth-child(6),
  .c-footer .c-footer-funcionais li:nth-child(7) {
    display: block; } }

@media screen and (max-width: 768px) {
  .c-social-networks .c-social-networks-ul li:first-child {
    display: none; } }

/* Responsivo */
@media screen and (max-width: 767px) {
  .c-redes-sociais li {
    padding: 0 5%; }
  .c-redes-sociais li:first-child {
    display: none; }
  .c-redes-sociais a {
    width: auto; }
  .c-footer {
    padding-bottom: 100px; }
    .c-footer .c-footer-links-mobile {
      border-top: 1px solid #707070;
      display: flex;
      flex-direction: column;
      padding: 20px 0;
      height: auto; }
      .c-footer .c-footer-links-mobile .c-footer-lista-mobile {
        display: flex; }
        .c-footer .c-footer-links-mobile .c-footer-lista-mobile .c-footer-funcionais {
          display: flex;
          flex-direction: column;
          width: 100%;
          margin: 0 0 15px 20px; }
          .c-footer .c-footer-links-mobile .c-footer-lista-mobile .c-footer-funcionais h2 {
            display: inline-block;
            color: #ffffff;
            font-size: 1rem;
            font-weight: bold;
            line-height: 24px;
            padding: 10px 0;
            text-align: left;
            text-decoration: none; }
          .c-footer .c-footer-links-mobile .c-footer-lista-mobile .c-footer-funcionais li {
            display: flex;
            flex-direction: row;
            width: 100%;
            padding: 13px 0; }
            .c-footer .c-footer-links-mobile .c-footer-lista-mobile .c-footer-funcionais li a {
              line-height: 14px;
              color: #ffffff;
              font-size: 0.8125rem;
              text-align: left;
              text-decoration: none;
              text-transform: none;
              -ms-transition: all 1s ease-out;
              -moz-transition: all 1s ease-out;
              -webkit-transition: all 1s ease-out;
              -o-transition: all 1s ease-out;
              padding: 0 3px; }
          .c-footer .c-footer-links-mobile .c-footer-lista-mobile .c-footer-funcionais li.logo {
            border-left: none;
            width: 100%;
            justify-content: center; }
            .c-footer .c-footer-links-mobile .c-footer-lista-mobile .c-footer-funcionais li.logo a {
              border-left: 0;
              padding-left: 0;
              margin-left: 0; }
      .c-footer .c-footer-links-mobile svg {
        height: 20px;
        display: inline-block;
        vertical-align: middle; }
      .c-footer .c-footer-links-mobile .logo-footer {
        display: flex;
        justify-content: center;
        margin-top: 15px; }
    .c-footer .scroll-top {
      left: 42%; } }

.c-touchpoint-post {
  display: none;
  position: relative;
  width: 100%;
  float: left;
  vertical-align: top;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 125%;
  color: #20516b;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 30px;
  font-family: "Overpass", sans-serif; }
  .c-touchpoint-post:before, .c-touchpoint-post:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 111px;
    height: 2px;
    background: #b7b6b6; }
  .c-touchpoint-post:before {
    margin-bottom: 20px; }
  .c-touchpoint-post:after {
    margin-top: 20px; }
  .c-touchpoint-post a {
    text-decoration: none;
    color: #20516b;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    -ms-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out; }
    .c-touchpoint-post a strong {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      font-weight: 700; }
    .c-touchpoint-post a .c-coin {
      color: #18bdd0;
      border-bottom: solid 1px #18bdd0;
      width: auto; }
    .c-touchpoint-post a:hover {
      opacity: 0.5; }

.c-touchpoint-post-footer {
  position: relative;
  width: 100%;
  background: #f5f5f5;
  float: left;
  vertical-align: top;
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 30px;
  border-radius: 8px; }
  .c-touchpoint-post-footer .touchpoint-digital, .c-touchpoint-post-footer .touchpoint-premium,
  .c-touchpoint-post-footer .touchpoint-corona-virus {
    display: block; }
    .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona,
    .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto,
    .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona {
      padding: 30px 160px 30px 30px; }
      @media screen and (max-width: 767px) {
        .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona {
          padding: 30px 40px 20px 30px; } }
      .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto .c-title-04, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona .c-title-04, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto .c-title-04, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona .c-title-04,
      .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto .c-title-04,
      .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona .c-title-04 {
        position: relative;
        display: inline-block;
        width: 100%;
        color: #000000;
        font-size: 1.25rem;
        line-height: 125%;
        margin: 0 0 15px 0;
        font-weight: 700;
        -ms-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -webkit-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        text-transform: uppercase; }
        @media screen and (max-width: 767px) {
          .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto .c-title-04, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona .c-title-04, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto .c-title-04, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona .c-title-04,
          .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto .c-title-04,
          .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona .c-title-04 {
            font-size: 1.125rem; } }
      .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto .c-texto, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona .c-texto, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto .c-texto, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona .c-texto,
      .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto .c-texto,
      .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona .c-texto {
        color: #000000;
        width: 100%;
        display: inline-block;
        font-size: 16px; }
        @media screen and (max-width: 767px) {
          .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto .c-texto, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona .c-texto, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto .c-texto, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona .c-texto,
          .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto .c-texto,
          .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona .c-texto {
            font-size: 14px; } }
        .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto .c-texto b, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona .c-texto b, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto .c-texto b, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona .c-texto b,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto .c-texto b,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona .c-texto b {
          color: #18bdd0;
          font-weight: 700;
          width: auto;
          margin-top: 10px;
          display: inline-block;
          vertical-align: top;
          border-bottom: solid 1px #18bdd0; }
        .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto .c-texto span, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona .c-texto span, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto .c-texto span, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona .c-texto span,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto .c-texto span,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona .c-texto span {
          width: 100%;
          display: inline-block;
          vertical-align: top; }
      .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto .button-touchpoint-apoie, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto .button-touchpoint-quero-assinar, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona .button-touchpoint-apoie, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona .button-touchpoint-quero-assinar, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto .button-touchpoint-apoie, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto .button-touchpoint-quero-assinar, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona .button-touchpoint-apoie, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona .button-touchpoint-quero-assinar,
      .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto .button-touchpoint-apoie,
      .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto .button-touchpoint-quero-assinar,
      .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona .button-touchpoint-apoie,
      .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona .button-touchpoint-quero-assinar {
        color: #000000;
        text-decoration: none;
        padding: 10px 30px;
        background-color: #ffc73e;
        transition: 1s;
        text-align: center;
        border-radius: 4px;
        font-weight: bold; }
        .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto .button-touchpoint-apoie:hover, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto .button-touchpoint-quero-assinar:hover, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona .button-touchpoint-apoie:hover, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona .button-touchpoint-quero-assinar:hover, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto .button-touchpoint-apoie:hover, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto .button-touchpoint-quero-assinar:hover, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona .button-touchpoint-apoie:hover, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona .button-touchpoint-quero-assinar:hover,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto .button-touchpoint-apoie:hover,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto .button-touchpoint-quero-assinar:hover,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona .button-touchpoint-apoie:hover,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona .button-touchpoint-quero-assinar:hover {
          background-color: #b9912c; }
      .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto .button-touchpoint-experimente, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona .button-touchpoint-experimente, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto .button-touchpoint-experimente, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona .button-touchpoint-experimente,
      .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto .button-touchpoint-experimente,
      .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona .button-touchpoint-experimente {
        padding: 10px 30px;
        text-decoration: none;
        background-color: #b59666;
        color: #ffffff;
        transition: 1s;
        text-align: center;
        border-radius: 4px;
        font-weight: bold; }
        .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto .button-touchpoint-experimente:hover, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona .button-touchpoint-experimente:hover, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto .button-touchpoint-experimente:hover, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona .button-touchpoint-experimente:hover,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto .button-touchpoint-experimente:hover,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona .button-touchpoint-experimente:hover {
          background-color: #88704b;
          color: #ffffff; }
    .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona,
    .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona {
      padding: 30px 50px; }
      @media screen and (max-width: 767px) {
        .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona {
          padding: 30px 20px; } }
    .c-touchpoint-post-footer .touchpoint-digital .banner-top, .c-touchpoint-post-footer .touchpoint-premium .banner-top,
    .c-touchpoint-post-footer .touchpoint-corona-virus .banner-top {
      background: url("https://www.gazetadopovo.com.br/assets/images/touchpoints/bg-touchpoint-top.jpg") no-repeat;
      background-size: cover;
      background-position: right;
      width: 100%;
      height: 50px;
      position: relative;
      top: -7px;
      border-top-right-radius: 8px;
      border-top-left-radius: 8px; }
    .c-touchpoint-post-footer .touchpoint-digital .banner-footer, .c-touchpoint-post-footer .touchpoint-premium .banner-footer,
    .c-touchpoint-post-footer .touchpoint-corona-virus .banner-footer {
      background: url("https://www.gazetadopovo.com.br/assets/images/touchpoints/bg-touchpoint-footer.png") no-repeat center;
      background-size: contain;
      width: 100%;
      height: 56px;
      position: relative;
      bottom: -5px;
      border-bottom-right-radius: 8px;
      border-bottom-left-radius: 8px; }
      @media screen and (max-width: 767px) {
        .c-touchpoint-post-footer .touchpoint-digital .banner-footer, .c-touchpoint-post-footer .touchpoint-premium .banner-footer,
        .c-touchpoint-post-footer .touchpoint-corona-virus .banner-footer {
          background-size: cover;
          background-position: right; } }
    .c-touchpoint-post-footer .touchpoint-digital .banner-lateral, .c-touchpoint-post-footer .touchpoint-premium .banner-lateral,
    .c-touchpoint-post-footer .touchpoint-corona-virus .banner-lateral {
      background: url("https://www.gazetadopovo.com.br/assets/images/touchpoints/bg-touchpoint-lateral.png") no-repeat center;
      background-size: cover;
      width: 20%;
      height: 206px;
      position: absolute;
      bottom: 0;
      right: 0;
      border-bottom-right-radius: 8px;
      border-top-right-radius: 8px; }
      @media screen and (min-width: 1024px) and (max-width: 1024px) {
        .c-touchpoint-post-footer .touchpoint-digital .banner-lateral, .c-touchpoint-post-footer .touchpoint-premium .banner-lateral,
        .c-touchpoint-post-footer .touchpoint-corona-virus .banner-lateral {
          height: 234px; } }
      @media screen and (max-width: 767px) {
        .c-touchpoint-post-footer .touchpoint-digital .banner-lateral, .c-touchpoint-post-footer .touchpoint-premium .banner-lateral,
        .c-touchpoint-post-footer .touchpoint-corona-virus .banner-lateral {
          background: url("https://www.gazetadopovo.com.br/assets/images/touchpoints/bg-touchpoint-footer-mobile.png") no-repeat center;
          background-size: cover;
          background-position: right;
          width: 100%;
          position: relative;
          height: 56px;
          bottom: -5px;
          border-bottom-left-radius: 8px;
          border-bottom-right-radius: 8px;
          border-top-right-radius: 0px; } }

.c-touchpoint-post-footerFixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000000;
  padding: 15px 15px;
  text-align: center;
  z-index: 100;
  display: none; }
  .c-touchpoint-post-footerFixed .wrapper {
    position: relative; }
  .c-touchpoint-post-footerFixed .c-title-04 {
    position: relative;
    float: left;
    vertical-align: top;
    width: 100%;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    -ms-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    text-align: left;
    padding-top: 20px; }
    .c-touchpoint-post-footerFixed .c-title-04 b {
      font-weight: 700;
      width: auto;
      display: inline-block;
      vertical-align: top; }
    .c-touchpoint-post-footerFixed .c-title-04 .c-subscribe-touchpoint {
      position: absolute;
      right: 0;
      bottom: 0;
      float: right;
      color: #e4c415;
      font-weight: 700;
      text-decoration: none;
      line-height: 100%; }
      .c-touchpoint-post-footerFixed .c-title-04 .c-subscribe-touchpoint:hover {
        text-decoration: underline; }
    .c-touchpoint-post-footerFixed .c-title-04 .c-close-touchpoint {
      display: none;
      position: absolute;
      right: 0;
      top: 0;
      cursor: pointer;
      float: right;
      font-size: 0rem;
      height: 20px; }
      .c-touchpoint-post-footerFixed .c-title-04 .c-close-touchpoint:before {
        content: "×";
        float: right;
        color: #ffffff;
        font-size: 1.25rem;
        line-height: 18px;
        width: 30px;
        text-align: right;
        font-weight: 700; }
      .c-touchpoint-post-footerFixed .c-title-04 .c-close-touchpoint:hover:before {
        color: #e4c415; }
    .c-touchpoint-post-footerFixed .c-title-04 .c-open-touchpoint {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      cursor: pointer;
      float: right;
      font-size: 0rem;
      height: 20px; }
      .c-touchpoint-post-footerFixed .c-title-04 .c-open-touchpoint:before {
        content: "ˆ";
        float: right;
        color: #ffffff;
        font-size: 1.875rem;
        line-height: 35px;
        width: 30px;
        text-align: right;
        font-weight: 700; }
      .c-touchpoint-post-footerFixed .c-title-04 .c-open-touchpoint:hover:before {
        color: #e4c415; }
  .c-touchpoint-post-footerFixed .c-text-touchpoint {
    position: relative;
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 125%;
    text-align: left;
    display: none;
    margin-top: 15px; }
    .c-touchpoint-post-footerFixed .c-text-touchpoint .c-coin {
      font-weight: 700;
      color: #e4c415; }
    .c-touchpoint-post-footerFixed .c-text-touchpoint span {
      color: #ffffff; }
    .c-touchpoint-post-footerFixed .c-text-touchpoint ul {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      margin: 5px 0;
      color: #ffffff; }
      .c-touchpoint-post-footerFixed .c-text-touchpoint ul li {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        color: #ffffff; }
        .c-touchpoint-post-footerFixed .c-text-touchpoint ul li:before {
          content: "";
          background-image: url(https://assets.gazetadopovo.com.br/images/svg/checklist.svg);
          background-position: left center;
          background-repeat: no-repeat;
          background-color: transparent;
          font-size: 0.875rem;
          vertical-align: top;
          margin-right: 5px;
          width: 15px;
          height: 15px;
          display: inline-block; }
    .c-touchpoint-post-footerFixed .c-text-touchpoint .c-link {
      position: relative;
      float: left;
      width: 100%;
      color: #ffffff;
      text-decoration: none;
      margin-top: 10px; }
      .c-touchpoint-post-footerFixed .c-text-touchpoint .c-link b {
        font-weight: 700; }
      .c-touchpoint-post-footerFixed .c-text-touchpoint .c-link:hover {
        text-decoration: underline; }
  .c-touchpoint-post-footerFixed.open .c-open-touchpoint {
    display: none; }
  .c-touchpoint-post-footerFixed.open .c-close-touchpoint {
    display: block; }
  .c-touchpoint-post-footerFixed.open .c-text-touchpoint {
    display: block; }

@media screen and (max-width: 767px) {
  .c-touchpoint-post {
    font-size: 0.9375rem; }
  .c-touchpoint-post-footer {
    font-size: 0.875rem; }
    .c-touchpoint-post-footer .c-title-04 {
      font-size: 1rem; }
  .c-touchpoint-post-footerFixed .c-title-04 {
    padding-top: 10px; }
    .c-touchpoint-post-footerFixed .c-title-04 b {
      width: 100%; } }

.google-subscriber .c-touchpoint-post {
  display: none !important; }

.google-subscriber .c-touchpoint-post-footer {
  display: none !important; }

.google-subscriber .c-touchpoint-post-footerFixed {
  display: none !important; }

.google-subscriber .c-header .c-btn-sign-it-mobile,
.google-subscriber .c-login .c-btn-sign-it,
.google-subscriber .c-view-more .dropdown .c-login .c-btn-sign-it {
  display: none !important; }

.google-subscriber .c-footer .c-footer-funcionais li.assinatura {
  display: none !important; }

.google-subscriber .userAdvantageClub {
  display: none !important; }

.google-subscriber .c-view-more .dropdown .h-quick-news .h-quick-news-ul li {
  width: 25%; }

.c-table {
  width: 100%;
  margin: 30px 0px;
  display: inline-block; }

.note .c-table, .note-home .c-table {
  margin-top: 0; }

table {
  width: 100%;
  border: none;
  margin-bottom: 30px;
  margin-top: 10px; }
  table tr td:last-child {
    border-right: none; }
  table thead {
    border: 2px solid #e6e6e6;
    border-left: none;
    border-right: none;
    width: 100%; }
    table thead td {
      color: #999999;
      font-size: 1.125rem;
      font-weight: 700;
      line-height: 24px;
      padding: 0.5em; }
  table tbody tr td {
    color: #000000;
    padding: 10px;
    font-size: 1.125rem; }
  table tbody tr:nth-child(odd) {
    background: #ffffff; }
  table tbody tr:nth-child(even) {
    background: #f5f5f5; }

@media screen and (max-width: 767px) {
  .c-table {
    overflow: hidden;
    overflow-x: scroll; }
    .c-table table tbody tr td {
      padding: 5px 10px;
      font-size: 1rem; } }

.tooltip .text .triangle, .tooltip .text .triangle:before {
  height: 0;
  position: absolute;
  width: 0; }

.tooltip {
  position: relative; }
  .tooltip .text {
    background-color: #ffffff;
    border: 1px solid #707070;
    border-radius: 6px;
    color: #707070;
    line-height: 125%;
    padding: 13px;
    position: absolute;
    top: 28px;
    visibility: hidden;
    width: 250px;
    z-index: 10; }
    .tooltip .text .triangle {
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 10px solid #707070;
      right: 47%;
      top: -10px; }
      .tooltip .text .triangle:before {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 15px solid #ffffff;
        right: -8px;
        top: 3px;
        content: ""; }
  .tooltip.author .text {
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.21);
    color: #2a2a2a;
    font-family: "Merriweather", serif;
    font-weight: normal;
    left: 0;
    min-width: 220px;
    text-align: left;
    width: auto; }
    .tooltip.author .text .triangle {
      left: 30px;
      border-bottom-color: #cccccc; }
      .tooltip.author .text .triangle:before {
        border-bottom-color: #f5f5f5; }
    .tooltip.author .text .email {
      color: #707070;
      display: inline-flex;
      font-size: 0.75rem;
      padding-top: 15px; }
      .tooltip.author .text .email svg {
        height: 20px;
        margin-right: 7px;
        width: 20px; }
        .tooltip.author .text .email svg path {
          fill: #707070; }
  .tooltip:hover .text {
    visibility: visible; }

.breadcrumb {
  background: #ffffff;
  width: 100%;
  float: left;
  position: relative;
  z-index: 1; }

.c-breadcrumb-list {
  margin: 30px 0;
  text-align: center; }
  .c-breadcrumb-list li {
    display: inline-block; }
    .c-breadcrumb-list li:not(:last-child) {
      margin-right: 10px; }
      .c-breadcrumb-list li:not(:last-child):after {
        content: "\203A";
        display: inline;
        font-size: 0.75rem;
        margin-left: 10px; }
    .c-breadcrumb-list li a {
      color: #000000;
      font-size: 0.75rem;
      text-decoration: none; }
      .c-breadcrumb-list li a[href]:hover {
        text-decoration: underline; }

.social {
  display: flex;
  align-items: center; }

.salvar-materia {
  background-image: url(https://assets.gazetadopovo.com.br/images/svg/ico-save.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 24px;
  margin-right: 5px;
  position: relative;
  text-decoration: none;
  width: 24px;
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .salvar-materia .tooltiptext {
    visibility: hidden; }
  .salvar-materia.loading {
    background-image: url(https://assets.gazetadopovo.com.br/images/svg/loader-salvar.svg);
    -webkit-animation: rotate-center 1.5s linear infinite both;
    animation: rotate-center 1.5s linear infinite both; }

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  .salvar-materia.active {
    background-image: url(https://assets.gazetadopovo.com.br/images/svg/ico-save-blue.svg); }
  .salvar-materia.tooltip {
    display: flex;
    position: relative; }
    .salvar-materia.tooltip .tooltiptext {
      font-size: 0.75rem;
      align-items: center;
      background-color: #007df8;
      border-radius: 20px;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
      color: #fff;
      display: flex;
      font-family: "Overpass", sans-serif;
      height: 25px;
      justify-content: center;
      left: 50%;
      margin-left: -26px;
      padding: 10px 0;
      position: absolute;
      text-align: center;
      top: -140%;
      visibility: visible;
      width: 54px;
      z-index: 1001; }
      @media screen and (max-width: 767px) {
        .salvar-materia.tooltip .tooltiptext {
          left: 45%;
          top: -200%; } }
      .salvar-materia.tooltip .tooltiptext::after {
        content: " ";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #007df8 transparent transparent transparent; }

.share-post {
  position: relative;
  display: inline-flex;
  color: #707070;
  text-decoration: none;
  padding: 5px 5px;
  margin-right: 5px;
  cursor: pointer; }
  .share-post svg {
    float: left;
    width: 24px;
    height: 24px; }
    .share-post svg path {
      fill: #999; }
  .share-post:hover {
    color: #707070; }

.c-item-comments {
  position: relative;
  display: inline-flex;
  text-decoration: none;
  color: #707070;
  margin-left: 5px; }
  .c-item-comments svg {
    float: left;
    width: 20px;
    height: 20px; }
    .c-item-comments svg path {
      fill: #999999; }
  .c-item-comments:hover {
    color: #707070; }
    .c-item-comments:hover svg path {
      fill: #707070; }
  .c-item-comments .comments-counter {
    display: inline-flex;
    color: #e6e6e6;
    font-size: 0.875rem;
    text-decoration: none;
    position: relative;
    margin-left: 5px;
    color: #707070; }

.c-author-profile .c-item-comments {
  padding: 5px 0 5px 5px; }

.c-landing-page .c-list-lading-page .c-item .share-post svg path,
.c-landing-page .c-list-lading-page .c-item .c-item-comments svg path {
  fill: #ffffff; }

.c-landing-page .c-list-lading-page .c-item .share-post:hover,
.c-landing-page .c-list-lading-page .c-item .c-item-comments:hover {
  color: #ffffff; }
  .c-landing-page .c-list-lading-page .c-item .share-post:hover svg path,
  .c-landing-page .c-list-lading-page .c-item .c-item-comments:hover svg path {
    fill: #ffffff; }

.c-list .c-list-editor .c-item .c-item-comments,
.section-list .c-list-editor .c-item .c-item-comments,
.c-author-profile .c-list-editor .c-item .c-item-comments {
  position: absolute;
  bottom: 10px;
  right: 10px; }

@media screen and (max-width: 767px) {
  .c-author-profile .c-item-comments {
    padding: 16px 0 16px 16px; }
  .c-landing-page .c-list-lading-page .c-item .share-post,
  .c-landing-page .c-list-lading-page .c-item .c-item-comments {
    right: -10px;
    bottom: -10px; }
  .c-list-notes .c-item-note .c-share-item-mobile .share-post,
  .c-list-notes .c-item-note .c-share-item-mobile .c-item-comments {
    float: right;
    right: -15px; }
  .c-list .c-list-editor .c-item .c-item-comments,
  .section-list .c-list-editor .c-item .c-item-comments,
  .c-author-profile .c-list-editor .c-item .c-item-comments {
    position: absolute;
    height: 48px;
    bottom: 0;
    right: 0; }
  .home .block.type-vozes.style-default .c-item .salvar-materia {
    top: 0; }
  .section-block .block,
  .home .block {
    z-index: 10; } }

.c-btn-share-post {
  position: absolute;
  float: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  align-self: center;
  align-content: row;
  font-family: "Overpass", sans-serif;
  font-size: 0.875rem;
  text-decoration: none;
  color: #707070;
  text-align: right;
  cursor: pointer;
  -ms-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  right: 0;
  bottom: 30px;
  height: 32px; }
  .c-btn-share-post svg {
    display: inline-flex;
    width: 25px;
    height: 25px;
    margin: 0; }
    .c-btn-share-post svg * {
      -ms-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      fill: #707070; }
  .c-btn-share-post span {
    position: relative;
    display: inline-flex;
    border-bottom: solid 1px transparent;
    line-height: 125%; }
  .c-btn-share-post strong {
    margin: 0 5px;
    font-weight: bold;
    display: inline-block;
    width: auto;
    font-size: 0.875rem; }
  .c-btn-share-post:hover {
    color: #707070;
    text-decoration: none; }
    .c-btn-share-post:hover span {
      border-bottom: solid 1px #707070; }
    .c-btn-share-post:hover svg path {
      fill: #707070; }

.c-btn-share-mobile {
  float: right;
  position: absolute;
  bottom: 17px;
  right: 0;
  cursor: pointer; }
  .c-btn-share-mobile .share-post {
    margin-right: 0;
    padding: 2px; }
    .c-btn-share-mobile .share-post svg {
      width: 25px;
      height: 25px; }
  .c-btn-share-mobile.desktop-show {
    display: none; }

.vozes-page .c-btn-share-post {
  bottom: 16px; }

.video .c-btn-share-post,
.podcast .c-btn-share-post {
  position: relative;
  bottom: 0;
  color: #ffffff; }
  .video .c-btn-share-post span,
  .podcast .c-btn-share-post span {
    color: #ffffff; }
  .video .c-btn-share-post svg *, .video .c-btn-share-post svg path,
  .podcast .c-btn-share-post svg *,
  .podcast .c-btn-share-post svg path {
    fill: #ffffff; }
  .video .c-btn-share-post:hover,
  .podcast .c-btn-share-post:hover {
    text-decoration: none; }
    .video .c-btn-share-post:hover span,
    .podcast .c-btn-share-post:hover span {
      border-bottom: solid 1px #ffffff; }

.video .share-post svg *, .video .share-post svg path,
.podcast .share-post svg *,
.podcast .share-post svg path {
  fill: #ffffff; }

@media screen and (max-width: 1247px) {
  .c-btn-share-mobile.desktop-show {
    display: block; } }

@media screen and (max-width: 767px) {
  .c-btn-share-post span {
    margin-left: 5px;
    line-height: 25px; }
  .c-btn-share-mobile {
    bottom: 0; }
    .c-btn-share-mobile.share-post {
      padding: 12px; }
      .c-btn-share-mobile.share-post svg {
        width: 24px;
        height: 24px; }
  .c-btn-share-mobile.desktop-show {
    display: none; } }

.box-research {
  align-items: center;
  background-color: #2a2a2a;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  font-family: "Overpass", sans-serif;
  height: 285px;
  opacity: 1;
  position: fixed;
  visibility: visible;
  width: 100%;
  z-index: 1000; }
  .box-research.box-hide {
    opacity: 0;
    transition: visibility 0.5s, opacity 0.5s linear;
    visibility: hidden; }
  .box-research h2 {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: -0.32px;
    padding: 24px 0 18px;
    text-align: center;
    -webkit-text-fill-color: #ffffff; }
  .box-research .research-area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .box-research .research-area li {
      margin: 0 4px; }
      .box-research .research-area li:before {
        color: #efb64a;
        content: '★ ';
        display: block;
        font-size: 40px; }
  .box-research .btn-research {
    background-color: #e2e2e2;
    border-radius: 8px;
    color: #2a2a2a;
    cursor: pointer;
    height: 40px;
    margin: 10px 0 0;
    padding: 13px;
    text-align: center;
    text-decoration: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    width: 248px; }
    .box-research .btn-research:hover {
      background-color: #efb64a; }

.c-fast-news {
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  float: left;
  width: 100%;
  display: none;
  height: auto;
  transition: height .4s;
  z-index: 100;
  padding: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  .c-fast-news ul {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 60px;
    min-height: 100%;
    transition: height .4s;
    overflow: hidden; }
    .c-fast-news ul li {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-basis: 25%;
      width: 25%;
      text-align: center;
      cursor: pointer; }
      .c-fast-news ul li span,
      .c-fast-news ul li a {
        color: #2a2a2a;
        text-decoration: none;
        padding: 3px 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
        width: 100%; }
        .c-fast-news ul li span .ico-fast-news,
        .c-fast-news ul li a .ico-fast-news {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          align-self: center;
          align-content: center;
          float: left;
          height: 30px;
          width: 22px;
          margin: 0; }
          .c-fast-news ul li span .ico-fast-news svg,
          .c-fast-news ul li a .ico-fast-news svg {
            display: inline-flex;
            width: 24px;
            height: 24px; }
        .c-fast-news ul li span .ico-search svg path,
        .c-fast-news ul li a .ico-search svg path {
          fill: #2a2a2a; }
        .c-fast-news ul li span .ico-minha-gazeta,
        .c-fast-news ul li a .ico-minha-gazeta {
          align-items: center; }
          .c-fast-news ul li span .ico-minha-gazeta svg,
          .c-fast-news ul li a .ico-minha-gazeta svg {
            height: 24px;
            width: 24px; }
        .c-fast-news ul li span label,
        .c-fast-news ul li a label {
          width: 100%;
          float: left;
          align-self: center;
          font-family: "Overpass", sans-serif;
          font-size: 0.75rem;
          line-height: 100%;
          color: #2a2a2a;
          text-align: center; }
      .c-fast-news ul li.newsletter + .userFastNews,
      .c-fast-news ul li.newsletter + .share {
        margin-left: 10px; }
      .c-fast-news ul li.login-user.hide, .c-fast-news ul li.notifications-modal.hide, .c-fast-news ul li.userFastNews.hide {
        display: none; }
    .c-fast-news ul .notifications-modal .btn-notification.new-notification .ico-fast-news {
      position: relative; }
      .c-fast-news ul .notifications-modal .btn-notification.new-notification .ico-fast-news:after {
        -moz-border-radius: 7.5px;
        -webkit-border-radius: 7.5px;
        background-color: #ff4941;
        border-radius: 7.5px;
        content: "";
        display: inline-block;
        height: 8px;
        position: absolute;
        right: 2px;
        top: 0;
        width: 8px; }

@media screen and (max-width: 767px) {
  .c-fast-news {
    display: block; }
    .c-fast-news ul li a label {
      font-size: 0.6875rem; } }

.c-search-mobile {
  background: #fff;
  bottom: 0;
  display: none;
  height: 0;
  padding: 25px;
  position: absolute;
  right: 0;
  transition: height 0.3s;
  width: 100%;
  z-index: 9999999999; }
  .c-search-mobile .btn-close {
    color: #2a2a2a;
    cursor: pointer;
    height: 28px;
    margin: 0;
    padding: 5px;
    position: absolute;
    right: 15px;
    top: 70px;
    width: 28px; }
    .c-search-mobile .btn-close:after, .c-search-mobile .btn-close:before {
      background-color: #2a2a2a;
      content: "";
      display: block;
      height: 2px;
      position: absolute;
      top: 12px;
      width: 18px; }
    .c-search-mobile .btn-close:after {
      transform: rotate(-45deg); }
    .c-search-mobile .btn-close:before {
      transform: rotate(45deg); }
  .c-search-mobile form {
    margin-top: 100px;
    position: relative;
    width: 100%; }
    .c-search-mobile form input,
    .c-search-mobile form #c-search-button-mobile {
      height: 48px;
      border: 0;
      color: #2a2a2a;
      width: calc(100% - 40px); }
    .c-search-mobile form input {
      font-size: 16px;
      outline: 0;
      width: calc(100% - 48px);
      padding: 0 1.6rem;
      appearance: none;
      position: relative;
      border-radius: 6px 0 0 6px;
      border: 1px solid #ccc; }
      .c-search-mobile form input ::placeholder {
        font-size: 1rem; }
    .c-search-mobile form #c-text-delete {
      background: transparent;
      border: 0;
      display: none;
      padding: 0;
      position: absolute;
      right: 70px;
      top: 15px;
      height: 24px;
      width: 24px; }
    .c-search-mobile form #c-search-button-mobile {
      background: #2a2a2a;
      border-radius: 0 6px 6px 0;
      color: #fff;
      display: block;
      font-weight: bold;
      position: absolute;
      right: 0;
      top: 0;
      width: 48px; }
      .c-search-mobile form #c-search-button-mobile:disabled {
        background: #e6e6e6; }
        .c-search-mobile form #c-search-button-mobile:disabled svg path {
          fill: #A5A5A5; }
      .c-search-mobile form #c-search-button-mobile:focus, .c-search-mobile form #c-search-button-mobile:hover {
        outline: none; }
      .c-search-mobile form #c-search-button-mobile svg {
        height: 24px;
        width: 24px; }
  .c-search-mobile .c-search-info {
    font-size: 1rem;
    color: #707070;
    line-height: 150%;
    margin-top: 40px;
    padding: 0 30px;
    text-align: center;
    width: 100%; }

@media screen and (max-width: 419px) {
  .c-fast-news ul li {
    flex-basis: 20%;
    width: auto;
    min-width: 20%; }
    .c-fast-news ul li a {
      padding: 3px 0; } }

.smart-banner-show .smart-banner {
  display: block; }

@media screen and (max-width: 767px) {
  .smart-banner-show .header {
    margin-top: 80px; } }

.smart-banner {
  background: #f4f4f4;
  display: none;
  font-family: "Overpass", sans-serif, sans-serif;
  height: 80px;
  left: 0;
  line-height: 80px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9998;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none; }

.smart-banner-container {
  margin: 0 auto;
  white-space: nowrap; }

.smart-banner-close {
  background: transparent;
  border: none;
  height: 40px;
  left: 0;
  padding: 15px 0;
  position: relative;
  width: 40px;
  z-index: 1000; }
  .smart-banner-close .item-1,
  .smart-banner-close .item-2 {
    border: 1px solid #2a2a2a;
    display: block;
    height: 1px;
    margin-left: 10px;
    position: absolute;
    transition: transform .3s;
    transition-delay: 0s,.3s;
    width: 15px;
    -webkit-transition: transform .3s;
    -webkit-transition-delay: 0s,.3s; }
  .smart-banner-close .item-1 {
    transform: rotate(45deg);
    top: 50%; }
  .smart-banner-close .item-2 {
    top: 50%;
    transform: rotate(-45deg); }

.smart-banner-icon {
  background-size: cover;
  border-radius: 10px;
  display: inline-block;
  height: 57px;
  margin-right: 12px;
  vertical-align: middle;
  width: 57px; }

.smart-banner-info {
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2em;
  vertical-align: middle;
  width: 44%; }

.smart-banner-title {
  font-size: 13px;
  line-height: 18px; }

.smart-banner-button {
  background: #2a2a2a;
  border: 1px solid #2a2a2a;
  border-radius: 7px;
  bottom: 0;
  box-sizing: border-box;
  color: #f4f4f4;
  font-size: 14px;
  height: 30px;
  line-height: 10px;
  margin: auto 0;
  padding: 10px;
  position: absolute;
  right: 10px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  top: 0; }
  .smart-banner-button:active, .smart-banner-button:hover {
    color: #2a2a2a;
    border: 1px solid #2a2a2a;
    background: #ffffff; }

/**
    IOS
 */
/** iOS **/
.smart-banner-ios {
  background: #f4f4f4;
  background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  line-height: 80px; }
  .smart-banner-ios .smart-banner-icon {
    background: rgba(0, 0, 0, 0.6);
    background-size: cover;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
  .smart-banner-ios .smart-banner-info {
    color: #6a6a6a;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  .smart-banner-ios .smart-banner-title {
    color: #4d4d4d;
    font-weight: bold; }
  .smart-banner-ios .smart-banner-button {
    background: #efefef;
    background: linear-gradient(to bottom, #efefef, #dcdcdc);
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #bfbfbf, 0 1px 0 rgba(255, 255, 255, 0.6), 0 2px 0 rgba(255, 255, 255, 0.7) inset;
    color: #6a6a6a;
    min-width: 10%;
    padding: 0 10px; }
    .smart-banner-ios .smart-banner-button:active, .smart-banner-ios .smart-banner-button:hover {
      background: #dcdcdc;
      background: linear-gradient(to bottom, #dcdcdc, #efefef); }

/**
    Android
 */
.smart-banner-android {
  background: #3d3d3d url(data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7);
  box-shadow: inset 0 4px 0 #88b131;
  line-height: 82px; }
  .smart-banner-android .smart-banner-icon {
    background-color: transparent;
    box-shadow: none; }
  .smart-banner-android .smart-banner-info {
    color: #ccc;
    text-shadow: 0 1px 2px #000000; }
  .smart-banner-android .smart-banner-title {
    color: #ffffff;
    font-weight: bold; }
  .smart-banner-android .smart-banner-button {
    background: none;
    border-radius: 0;
    box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc;
    color: #d1d1d1;
    min-width: 12%;
    padding: 0; }
    .smart-banner-android .smart-banner-button:active, .smart-banner-android .smart-banner-button:hover {
      background: none; }
  .smart-banner-android .smart-banner-button-text {
    background: #42b6c9;
    background: linear-gradient(to bottom, #42b6c9, #39a9bb);
    box-shadow: none;
    display: block;
    padding: 0 10px;
    text-align: center;
    text-shadow: none;
    text-transform: none; }
    .smart-banner-android .smart-banner-button-text:active, .smart-banner-android .smart-banner-button-text:hover {
      background: #2ac7e1; }

/* --------------------------------------------- */
.bomgourmet-page .header-secondary .box-menu {
  background: #FFF8E6; }
  .bomgourmet-page .header-secondary .box-menu .wrapper-fixed .ads-fixed-secondary .ads-patrocinio-apoio::after {
    border-top: 8px solid #FFF8E6; }

.bomgourmet-page .box-ads-header {
  margin-bottom: 0; }

.bomgourmet-page .bomgourmet .header-secondary .box-menu {
  background: #FFF8E6; }

.bomgourmet-page .bomgourmet .header-secondary .ads-fixed-secondary .ads-patrocinio-apoio:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #FFF8E6;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 0;
  width: 0; }

.bomgourmet-page .bomgourmet .header-secondary.fixed {
  background: #FFF8E6; }

.header-secondary {
  position: relative;
  width: 100%;
  float: left;
  min-height: 70px;
  z-index: 11;
  text-align: center; }
  .header-secondary .box-menu {
    position: relative;
    width: 100%;
    float: left;
    background: #e6e6e6; }
    .header-secondary .box-menu .wrapper-fixed {
      width: 100%;
      position: relative;
      margin: 0 auto;
      clear: both;
      float: left; }
  .header-secondary .logo {
    position: relative;
    vertical-align: top;
    padding-top: 12px;
    width: auto;
    height: 70px;
    float: left; }
    .header-secondary .logo svg {
      display: inline-flex;
      width: 125px;
      height: 46px; }
  .header-secondary .c-ads.pos-mod-patrocinio, .header-secondary .c-ads.pos-mod-apoio {
    margin: 0 0 20px;
    position: relative; }
  .header-secondary .c-ads.pos-mod-apoio::before {
    content: "";
    border-left: 1px solid #e6e6e6; }
  .header-secondary .ads-fixed-secondary {
    background: #ffffff;
    float: left;
    position: relative;
    text-align: center;
    width: 100%; }
    .header-secondary .ads-fixed-secondary .ads-patrocinio-apoio {
      align-items: center;
      border-bottom: 1px solid #e6e6e6;
      display: flex;
      justify-content: center;
      margin: 20px auto 0;
      width: 100%; }
      .header-secondary .ads-fixed-secondary .ads-patrocinio-apoio:after {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #e6e6e6;
        content: "";
        height: 0;
        left: 50%;
        position: absolute;
        top: 0;
        width: 0; }
      .header-secondary .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-patrocinio, .header-secondary .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-apoio {
        background: none;
        display: flex;
        float: none;
        margin: 0 0 20px;
        vertical-align: top;
        width: auto; }
        .header-secondary .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-patrocinio > div, .header-secondary .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-apoio > div {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-content: center;
          align-items: center;
          flex-direction: column;
          height: auto;
          width: auto; }
          .header-secondary .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-patrocinio > div > div, .header-secondary .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-apoio > div > div {
            display: inline-block;
            padding: 0 10px 10px 10px;
            text-align: center; }
            .header-secondary .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-patrocinio > div > div:before, .header-secondary .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-apoio > div > div:before {
              content: "";
              display: inline-block;
              left: 0;
              margin: 20px 0 10px 0;
              position: absolute;
              top: 0;
              width: 100%; }
            .header-secondary .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-patrocinio > div > div iframe, .header-secondary .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-apoio > div > div iframe {
              max-height: 60px;
              margin: 30px 0 20px; }
              .header-secondary .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-patrocinio > div > div iframe img, .header-secondary .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-apoio > div > div iframe img {
                max-height: 100%; }
      @media screen and (max-width: 767px) {
        .header-secondary .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.ads-desktop {
          display: none; }
        .header-secondary .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.ads-mobile {
          display: flex; } }
  .header-secondary.fixed {
    z-index: 9999999999999; }
    .header-secondary.fixed .box-menu {
      position: fixed;
      top: 0;
      left: 0;
      background: #ffffff;
      height: 70px;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
      background: #ffffff;
      display: block;
      float: left; }
      .header-secondary.fixed .box-menu .wrapper-fixed {
        float: none;
        max-width: 1148px;
        padding: 0 15px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        .header-secondary.fixed .box-menu .wrapper-fixed > .wrapper {
          width: auto;
          padding: 0;
          flex: 1;
          text-align: center;
          float: left; }
    .header-secondary.fixed .c-context-menu {
      display: none; }
    .header-secondary.fixed .logo {
      width: 102px;
      text-align: center;
      height: 70px;
      padding: 10px 0;
      float: none;
      display: inline-block; }
      .header-secondary.fixed .logo svg {
        height: 46px;
        width: 125px; }
    .header-secondary.fixed .ads-fixed-secondary {
      z-index: 1;
      width: auto;
      flex-basis: auto;
      display: none;
      position: absolute;
      right: 15px;
      top: 0; }
      .header-secondary.fixed .ads-fixed-secondary > .wrapper {
        width: auto;
        padding: 0;
        display: block;
        flex-direction: row-reverse;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex: 1;
        padding-left: 15px; }
      .header-secondary.fixed .ads-fixed-secondary .c-ads.pos-mod-patrocinio, .header-secondary.fixed .ads-fixed-secondary .c-ads.pos-mod-apoio {
        z-index: 10;
        float: right;
        clear: initial; }
        .header-secondary.fixed .ads-fixed-secondary .c-ads.pos-mod-patrocinio > div, .header-secondary.fixed .ads-fixed-secondary .c-ads.pos-mod-apoio > div {
          height: 70px; }
          .header-secondary.fixed .ads-fixed-secondary .c-ads.pos-mod-patrocinio > div > div, .header-secondary.fixed .ads-fixed-secondary .c-ads.pos-mod-apoio > div > div {
            padding: 0;
            display: inline-flex; }
            .header-secondary.fixed .ads-fixed-secondary .c-ads.pos-mod-patrocinio > div > div:after, .header-secondary.fixed .ads-fixed-secondary .c-ads.pos-mod-apoio > div > div:after {
              display: none; }
            .header-secondary.fixed .ads-fixed-secondary .c-ads.pos-mod-patrocinio > div > div:before, .header-secondary.fixed .ads-fixed-secondary .c-ads.pos-mod-apoio > div > div:before {
              margin: 0px;
              width: auto;
              line-height: 60px;
              padding-right: 10px;
              vertical-align: bottom;
              position: relative; }
            .header-secondary.fixed .ads-fixed-secondary .c-ads.pos-mod-patrocinio > div > div iframe, .header-secondary.fixed .ads-fixed-secondary .c-ads.pos-mod-apoio > div > div iframe {
              margin-top: 0; }
              .header-secondary.fixed .ads-fixed-secondary .c-ads.pos-mod-patrocinio > div > div iframe img, .header-secondary.fixed .ads-fixed-secondary .c-ads.pos-mod-apoio > div > div iframe img {
                max-height: 100%; }
      .header-secondary.fixed .ads-fixed-secondary > div {
        position: relative; }
    .header-secondary.fixed .btn-assine {
      display: block; }

.section-block .header-secondary {
  margin-bottom: 40px; }

@media screen and (max-width: 989px) {
  .bomgourmet .header-secondary .logo {
    padding: 15px 0;
    height: auto; }
    .bomgourmet .header-secondary .logo a {
      float: left; }
    .bomgourmet .header-secondary .logo svg {
      height: 37px;
      width: 102px; }
  .bomgourmet .header-secondary .c-context-menu {
    padding: 23px 0; }
    .bomgourmet .header-secondary .c-context-menu .c-list-context-menu li.sub .c-list-context-menu li a {
      color: #CC0023;
      padding: 10px 15px; }
      .bomgourmet .header-secondary .c-context-menu .c-list-context-menu li.sub .c-list-context-menu li a svg {
        stroke: #CC0023; } }

@media screen and (max-width: 767px) {
  .header-secondary {
    min-height: 56px; }
    .header-secondary .box-menu .btn-assine {
      margin-top: 15px;
      position: absolute;
      left: 15px;
      top: 0; }
    .header-secondary .logo {
      width: 50%;
      height: 56px;
      padding: 13px 0px; }
      .header-secondary .logo a {
        display: inline-block; }
      .header-secondary .logo svg {
        height: 30px;
        width: 120px; }
      .header-secondary .logo svg {
        height: 30px;
        width: auto; } }

.c-modal-content {
  display: flex;
  width: 100%; }
  .c-modal-content .save-read-later-information {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    margin-top: 30px;
    width: 100%; }
    .c-modal-content .save-read-later-information svg {
      height: 48px;
      width: 48px; }
    .c-modal-content .save-read-later-information .title {
      font-size: 1.125rem;
      font-family: "Merriweather";
      font-weight: bold;
      line-height: 1.44;
      margin-top: 30px;
      text-align: center;
      width: 277px; }
    .c-modal-content .save-read-later-information .btn-assine {
      font-size: 1rem;
      align-items: center;
      background-color: #e66a1d;
      border-radius: 20px;
      color: #fff;
      cursor: pointer;
      font-family: "Overpass", sans-serif;
      font-weight: bold;
      justify-content: center;
      margin: 24px 0;
      padding: 10px 24px;
      text-align: center;
      text-decoration: none;
      transition: all 0.5s ease;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .c-modal-content .save-read-later-information .btn-assine {
          font-size: 0.875rem; } }
      .c-modal-content .save-read-later-information .btn-assine:hover {
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
    .c-modal-content .save-read-later-information .message-login {
      font-size: 1rem;
      font-family: "Overpass", sans-serif;
      font-weight: bold;
      line-height: 1.56;
      text-align: center; }
      .c-modal-content .save-read-later-information .message-login .link-login {
        color: #3a66c8;
        cursor: pointer;
        text-decoration: none; }
        .c-modal-content .save-read-later-information .message-login .link-login:hover {
          text-decoration: underline; }
    .c-modal-content .save-read-later-information .message-minha-gazeta {
      font-size: 0.875rem;
      align-items: center;
      font-family: "Overpass", sans-serif;
      justify-content: center;
      line-height: 1.57;
      margin-top: 27px; }
      .c-modal-content .save-read-later-information .message-minha-gazeta .link-minha-gazeta-home {
        display: flex;
        align-items: center;
        color: #3a66c8;
        cursor: pointer;
        margin: 0 10px 0 3px;
        text-decoration: none; }
        .c-modal-content .save-read-later-information .message-minha-gazeta .link-minha-gazeta-home:hover {
          text-decoration: underline; }
      .c-modal-content .save-read-later-information .message-minha-gazeta svg {
        margin-left: 5px;
        height: 14px;
        width: 14px; }
    .c-modal-content .save-read-later-information .saved-header {
      align-items: flex-start;
      margin-left: 10px;
      width: 100%; }
      .c-modal-content .save-read-later-information .saved-header svg {
        height: 36px;
        width: 36px; }
        .c-modal-content .save-read-later-information .saved-header svg path {
          fill: #1179f4;
          stroke: none; }
      .c-modal-content .save-read-later-information .saved-header .title {
        font-size: 1.125rem;
        font-family: "Merriweather";
        font-weight: bold;
        line-height: 1.44;
        margin: 0 0 24px 16px;
        text-align: left;
        width: 208px; }
    .c-modal-content .save-read-later-information .saved-message-body {
      width: 265px;
      padding: 0 20px; }
      .c-modal-content .save-read-later-information .saved-message-body span {
        font-size: 1rem;
        align-items: center;
        font-family: "Overpass", sans-serif;
        line-height: 1.56;
        position: relative;
        text-align: left; }
        .c-modal-content .save-read-later-information .saved-message-body span svg {
          bottom: 0;
          height: 24px;
          left: 60px;
          position: absolute;
          width: 24px; }
    .c-modal-content .save-read-later-information .information-minha-gazeta {
      font-size: 1rem;
      font-family: "Overpass", sans-serif;
      line-height: 1.56;
      margin: 24px 0 32px;
      text-align: left;
      width: 265px;
      padding: 0 20px; }
      .c-modal-content .save-read-later-information .information-minha-gazeta strong {
        font-weight: bold; }
    .c-modal-content .save-read-later-information .btn-agree {
      font-size: 1rem;
      background-color: #315095;
      border-radius: 20px;
      border: none;
      color: #fff;
      cursor: pointer;
      float: left;
      font-family: "Overpass", sans-serif;
      height: 40px;
      margin-bottom: 32px;
      padding: 10px 29px 9px;
      transition: all 0.5s ease-in-out;
      width: 142px; }
      .c-modal-content .save-read-later-information .btn-agree:hover {
        box-shadow: 0 3px 6px 0 0, 0, 0, 0.16; }

#modal-read-later .c-modal,
#modal-read-later-not-subscriber .c-modal {
  align-items: center;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: calc(50% - 170px);
  max-width: 340px; }
  @media screen and (max-width: 767px) {
    #modal-read-later .c-modal,
    #modal-read-later-not-subscriber .c-modal {
      left: calc(50% - 160px);
      max-width: 320px; } }
  #modal-read-later .c-modal .c-modal-header .btn-close,
  #modal-read-later-not-subscriber .c-modal .c-modal-header .btn-close {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 20px;
    z-index: 20; }
    #modal-read-later .c-modal .c-modal-header .btn-close:before, #modal-read-later .c-modal .c-modal-header .btn-close:after,
    #modal-read-later-not-subscriber .c-modal .c-modal-header .btn-close:before,
    #modal-read-later-not-subscriber .c-modal .c-modal-header .btn-close:after {
      background-color: #707070; }
  #modal-read-later .c-modal .c-modal-content,
  #modal-read-later-not-subscriber .c-modal .c-modal-content {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 20px;
    position: relative;
    width: 100%; }

.relative {
  position: relative; }

.end-post {
  background: #ffffff;
  margin: 0; }

.bomgourmet-page .c-btn-share-post-footer {
  background: #CC0023; }

.bomgourmet-page .block.type-special.style-light-grey .block-title a {
  color: #2a2a2a; }

.bomgourmet-page .block.style-default .block-title {
  border-color: #CC0023; }
  .bomgourmet-page .block.style-default .block-title a {
    color: #CC0023;
    border-color: #CC0023; }

.bomgourmet-page .c-article-box {
  padding-left: 0;
  border-left: 0; }
  .bomgourmet-page .c-article-box.box-indicated-post {
    margin-top: 30px; }
  .bomgourmet-page .c-article-box.box-vozes, .bomgourmet-page .c-article-box.box-indicated-post {
    border-left: 0;
    padding-left: 0; }
    .bomgourmet-page .c-article-box.box-vozes .box-title, .bomgourmet-page .c-article-box.box-indicated-post .box-title {
      border-top: 1px solid #CC0023;
      color: #CC0023; }
      .bomgourmet-page .c-article-box.box-vozes .box-title a:first-child, .bomgourmet-page .c-article-box.box-indicated-post .box-title a:first-child {
        color: #CC0023;
        border-color: #CC0023; }
      .bomgourmet-page .c-article-box.box-vozes .box-title strong a,
      .bomgourmet-page .c-article-box.box-vozes .box-title .strong a, .bomgourmet-page .c-article-box.box-indicated-post .box-title strong a,
      .bomgourmet-page .c-article-box.box-indicated-post .box-title .strong a {
        color: #CC0023; }
      .bomgourmet-page .c-article-box.box-vozes .box-title strong:before,
      .bomgourmet-page .c-article-box.box-vozes .box-title .strong:before, .bomgourmet-page .c-article-box.box-indicated-post .box-title strong:before,
      .bomgourmet-page .c-article-box.box-indicated-post .box-title .strong:before {
        background: #CC0023; }
  .bomgourmet-page .c-article-box.box-top-headlines .box-title {
    border-top: 1px solid #CC0023;
    color: #CC0023; }
    .bomgourmet-page .c-article-box.box-top-headlines .box-title a:first-child {
      color: #CC0023;
      border-color: #CC0023; }
    .bomgourmet-page .c-article-box.box-top-headlines .box-title strong a,
    .bomgourmet-page .c-article-box.box-top-headlines .box-title .strong a {
      color: #CC0023; }
    .bomgourmet-page .c-article-box.box-top-headlines .box-title strong:before,
    .bomgourmet-page .c-article-box.box-top-headlines .box-title .strong:before {
      background: #CC0023; }

.box-fichas {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 125%;
  color: #000000;
  margin-bottom: 20px;
  padding: 0 15px; }
  .box-fichas .ficha-receita {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px dashed #e6e6e6;
    margin-bottom: 20px; }
    .box-fichas .ficha-receita > a {
      float: left;
      width: 100%;
      text-decoration: none; }
    .box-fichas .ficha-receita .infos-a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      width: 100%;
      padding: 25px 3%; }
      .box-fichas .ficha-receita .infos-a:before {
        content: "";
        position: absolute;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        left: 0;
        top: 0;
        width: 55px;
        height: 55px;
        background: url(https://assets.gazetadopovo.com.br/images/svg/chapeu-receita.svg) #ffffff center no-repeat;
        background-size: 35px; }
      .box-fichas .ficha-receita .infos-a > div {
        width: 56%;
        margin-left: 3%;
        display: inline-flex;
        flex-direction: column;
        text-decoration: none;
        color: #000000; }
      .box-fichas .ficha-receita .infos-a picture {
        width: 40%;
        display: inline-flex; }
      .box-fichas .ficha-receita .infos-a .autor {
        width: 100%;
        display: inline-block;
        font-size: 1rem;
        margin: 10px 0;
        color: #CC0023; }
      .box-fichas .ficha-receita .infos-a ul li {
        font-size: 0.875rem;
        line-height: 150%;
        color: #707070; }
        .box-fichas .ficha-receita .infos-a ul li a {
          color: #707070;
          text-decoration: none; }
        .box-fichas .ficha-receita .infos-a ul li span {
          font-weight: bold; }
      .box-fichas .ficha-receita .infos-a h5 {
        display: inline-block;
        width: 100%;
        font-size: 1.125rem;
        line-height: 125%;
        font-weight: 500;
        color: #CC0023;
        margin: 0 0 10px 0;
        padding: 0;
        font-family: "Merriweather", serif; }
    .box-fichas .ficha-receita .infos-b {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      align-items: center;
      width: 100%;
      min-height: 25px;
      border-top: 1px dashed #e6e6e6;
      padding: 10px 0; }
      .box-fichas .ficha-receita .infos-b .tempo {
        display: inline-flex;
        flex: 1;
        font-size: 0.875rem;
        min-height: 25px;
        line-height: 25px;
        color: #707070;
        padding: 0 25px;
        font-family: "Overpass", sans-serif; }
      .box-fichas .ficha-receita .infos-b .preparo {
        display: inline-flex;
        flex: 1;
        font-size: 0.875rem;
        line-height: 25px;
        color: #707070;
        min-height: 25px;
        padding: 0 25px;
        text-align: center;
        background: url(https://assets.gazetadopovo.com.br/images/sprite-icons.png) 0 -1023px no-repeat;
        font-family: "Overpass", sans-serif; }
      .box-fichas .ficha-receita .infos-b a {
        float: right;
        font-size: 0.875rem;
        line-height: 25px;
        color: #CC0023;
        font-weight: bold;
        min-height: 25px;
        padding: 0 55px;
        font-family: "Merriweather", serif;
        text-align: right; }
  @media screen and (max-width: 767px) {
    .box-fichas .ficha-receita .infos-a {
      flex-direction: column; }
      .box-fichas .ficha-receita .infos-a div,
      .box-fichas .ficha-receita .infos-a picture {
        width: 100%;
        margin-left: 0; }
      .box-fichas .ficha-receita .infos-a div {
        padding: 0 25px; }
    .box-fichas .ficha-receita .infos-b {
      flex-direction: column; } }

.section .bomgourmet.section-block .header-secondary .wrapper {
  padding: 0 15px; }

.bomgourmet .c-context-menu {
  padding: 17px 0 9px; }
  .bomgourmet .c-context-menu .c-list-context-menu {
    padding: 10px 0;
    border-color: #CC0023; }
    .bomgourmet .c-context-menu .c-list-context-menu li a {
      position: relative;
      color: #CC0023;
      font-size: 1rem;
      font-weight: bold;
      padding: 0 5px;
      line-height: 125%; }
      @media screen and (max-width: 767px) {
        .bomgourmet .c-context-menu .c-list-context-menu li a {
          padding: 10px 15px; } }
      .bomgourmet .c-context-menu .c-list-context-menu li a:after {
        background: #CC0023;
        margin-right: 0;
        margin-top: -10px;
        position: absolute;
        right: 0;
        top: 10px; }
        @media screen and (max-width: 767px) {
          .bomgourmet .c-context-menu .c-list-context-menu li a:after {
            margin-top: 0; } }
    .bomgourmet .c-context-menu .c-list-context-menu li.sub .c-list-context-menu {
      border: 1px solid #CC0023; }
      @media screen and (max-width: 989px) {
        .bomgourmet .c-context-menu .c-list-context-menu li.sub .c-list-context-menu {
          border: none; } }
    .bomgourmet .c-context-menu .c-list-context-menu li.sub svg {
      height: auto; }
      .bomgourmet .c-context-menu .c-list-context-menu li.sub svg * {
        fill: #CC0023;
        stroke: #CC0023; }
    .bomgourmet .c-context-menu .c-list-context-menu li:last-child a:after {
      display: none; }
  .bomgourmet .c-context-menu .sub-mobile {
    border: none;
    outline: none;
    background-color: transparent; }
    .bomgourmet .c-context-menu .sub-mobile .link-subMobile {
      background: #CC0023;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
      border: 0;
      color: #ffffff;
      height: 25px;
      width: 65px;
      border-radius: 6px;
      text-align: center;
      margin: 0;
      padding: 0 18px 0 10px; }
      .bomgourmet .c-context-menu .sub-mobile .link-subMobile svg {
        display: inline-block;
        position: absolute;
        fill: none;
        width: 24px;
        height: 25px;
        margin: 0; }
        .bomgourmet .c-context-menu .sub-mobile .link-subMobile svg path {
          fill: #ffffff; }
        .bomgourmet .c-context-menu .sub-mobile .link-subMobile svg .cls-1 {
          fill: #ffffff;
          stroke: #ffffff; }

.bomgourmet.podcast .c-context-menu .c-list-context-menu li.sub svg *, .bomgourmet.video .c-context-menu .c-list-context-menu li.sub svg * {
  fill: #CC0023; }

.bomgourmet.podcast .c-context-menu .c-list-context-menu li.sub .c-list-context-menu li a, .bomgourmet.video .c-context-menu .c-list-context-menu li.sub .c-list-context-menu li a {
  color: #CC0023; }
  .bomgourmet.podcast .c-context-menu .c-list-context-menu li.sub .c-list-context-menu li a svg, .bomgourmet.video .c-context-menu .c-list-context-menu li.sub .c-list-context-menu li a svg {
    stroke: #CC0023; }

@media screen and (max-width: 767px) {
  .bomgourmet .c-context-menu {
    padding: 15px 0 10px 0; }
    .bomgourmet .c-context-menu .sub-mobile .c-list-context-menu li a {
      color: #CC0023; }
      .bomgourmet .c-context-menu .sub-mobile .c-list-context-menu li a:after {
        background: #CC0023; }
    .bomgourmet .c-context-menu .sub-mobile .c-list-context-menu li:first-child a {
      border-bottom: solid 1px #e6e6e6; }
    .bomgourmet .c-context-menu .sub-mobile .c-list-context-menu li.sub .c-list-context-menu li a {
      color: #CC0023;
      padding: 10px 15px; }
      .bomgourmet .c-context-menu .sub-mobile .c-list-context-menu li.sub .c-list-context-menu li a:after {
        background: #CC0023; }
    .bomgourmet .c-context-menu .sub-mobile.active .c-list-context-menu.scroll-menu {
      transform: scaleY(1);
      max-height: 155px;
      overflow-y: scroll; } }

.bomgourmet .box-center {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  padding-bottom: 30px; }

.bomgourmet .c-section-header {
  padding: 0;
  margin: 0 0 30px 0; }
  .bomgourmet .c-section-header:after {
    display: none; }
  .bomgourmet .c-section-header .c-box-header {
    width: 100%;
    max-width: 100%;
    margin: 13px 0 0 0;
    border-bottom: solid 1px #e6e6e6;
    padding: 7px 0; }
    .bomgourmet .c-section-header .c-box-header svg {
      position: absolute;
      left: 0;
      top: 0;
      float: left;
      width: 20px;
      height: 26px;
      line-height: 28px; }
    .bomgourmet .c-section-header .c-box-header ul {
      position: relative;
      display: inline-block;
      margin: 0;
      float: none; }
      .bomgourmet .c-section-header .c-box-header ul li {
        padding: 0 10px 0 20px; }
        .bomgourmet .c-section-header .c-box-header ul li a {
          text-decoration: none; }
        .bomgourmet .c-section-header .c-box-header ul li svg {
          width: 20px;
          height: 24px; }
        .bomgourmet .c-section-header .c-box-header ul li h1, .bomgourmet .c-section-header .c-box-header ul li .c-title-content {
          padding: 0; }
        .bomgourmet .c-section-header .c-box-header ul li.c-title-content-02 {
          font-size: 1rem;
          margin: 6px 0;
          color: #707070; }
          .bomgourmet .c-section-header .c-box-header ul li.c-title-content-02 a {
            font-size: 1rem;
            color: #707070; }
          .bomgourmet .c-section-header .c-box-header ul li.c-title-content-02 svg * {
            fill: #707070; }

.bomgourmet .c-list-all-bg {
  position: relative;
  float: left;
  width: 100%;
  padding: 0; }
  .bomgourmet .c-list-all-bg .box-title {
    border-top: 1px solid #CC0023; }
    .bomgourmet .c-list-all-bg .box-title strong {
      font-family: Overpass,sans-serif;
      color: #CC0023;
      margin: 0 0 52px;
      font-size: 1.6rem;
      line-height: 0.94;
      font-weight: bold;
      height: 40px;
      width: 20.625rem;
      text-align: left; }
      .bomgourmet .c-list-all-bg .box-title strong:before {
        background: #CC0023; }
    .bomgourmet .c-list-all-bg .box-title svg {
      position: absolute;
      left: 0;
      top: 0;
      float: left;
      width: 20px;
      height: 26px;
      line-height: 28px;
      margin-top: 15px; }
      .bomgourmet .c-list-all-bg .box-title svg path {
        fill: #CC0023; }
  .bomgourmet .c-list-all-bg .c-title {
    font-family: Overpass,sans-serif;
    display: inline-flex;
    width: 22.4375rem;
    height: 2.75rem;
    font-size: 1.4375rem;
    line-height: 1.39;
    font-weight: 400;
    color: #CC0023;
    text-decoration: none;
    text-align: left;
    margin: 0; }
    .bomgourmet .c-list-all-bg .c-title:before {
      content: "\00bb";
      letter-spacing: 5px; }
    .bomgourmet .c-list-all-bg .c-title:hover {
      text-decoration: underline;
      cursor: pointer; }
  .bomgourmet .c-list-all-bg .c-item-bg {
    display: inline-flex;
    border: 0;
    padding: 0;
    height: auto;
    float: left;
    flex-basis: 100%;
    text-align: left;
    width: calc(33% - 4px);
    max-width: calc(33.3% - 4px); }
    .bomgourmet .c-list-all-bg .c-item-bg a {
      width: 100%;
      height: 100%;
      display: inline-block;
      vertical-align: top;
      text-decoration: none; }

.bomgourmet .post .c-content .c-quote,
.bomgourmet .post .c-content .c-quote-text {
  color: #CC0023; }
  .bomgourmet .post .c-content .c-quote:after, .bomgourmet .post .c-content .c-quote:before,
  .bomgourmet .post .c-content .c-quote-text:after,
  .bomgourmet .post .c-content .c-quote-text:before {
    background-color: #CC0023; }
  .bomgourmet .post .c-content .c-quote p a, .bomgourmet .post .c-content .c-quote a,
  .bomgourmet .post .c-content .c-quote-text p a,
  .bomgourmet .post .c-content .c-quote-text a {
    color: #CC0023; }

.bomgourmet.home .c-section-header .c-box-header svg path, .bomgourmet.section-block .c-section-header .c-box-header svg path, .bomgourmet.section-list .c-section-header .c-box-header svg path, .bomgourmet.template-recipe .c-section-header .c-box-header svg path, .bomgourmet.template-note .c-section-header .c-box-header svg path, .bomgourmet.template-post .c-section-header .c-box-header svg path {
  fill: #2a2a2a; }

.bomgourmet.home .c-section-header .c-box-header ul li, .bomgourmet.section-block .c-section-header .c-box-header ul li, .bomgourmet.section-list .c-section-header .c-box-header ul li, .bomgourmet.template-recipe .c-section-header .c-box-header ul li, .bomgourmet.template-note .c-section-header .c-box-header ul li, .bomgourmet.template-post .c-section-header .c-box-header ul li {
  color: #CC0023; }
  .bomgourmet.home .c-section-header .c-box-header ul li a, .bomgourmet.section-block .c-section-header .c-box-header ul li a, .bomgourmet.section-list .c-section-header .c-box-header ul li a, .bomgourmet.template-recipe .c-section-header .c-box-header ul li a, .bomgourmet.template-note .c-section-header .c-box-header ul li a, .bomgourmet.template-post .c-section-header .c-box-header ul li a {
    color: #CC0023; }
  .bomgourmet.home .c-section-header .c-box-header ul li svg *, .bomgourmet.section-block .c-section-header .c-box-header ul li svg *, .bomgourmet.section-list .c-section-header .c-box-header ul li svg *, .bomgourmet.template-recipe .c-section-header .c-box-header ul li svg *, .bomgourmet.template-note .c-section-header .c-box-header ul li svg *, .bomgourmet.template-post .c-section-header .c-box-header ul li svg * {
    fill: #CC0023; }
  .bomgourmet.home .c-section-header .c-box-header ul li h1, .bomgourmet.home .c-section-header .c-box-header ul li .c-title-content, .bomgourmet.section-block .c-section-header .c-box-header ul li h1, .bomgourmet.section-block .c-section-header .c-box-header ul li .c-title-content, .bomgourmet.section-list .c-section-header .c-box-header ul li h1, .bomgourmet.section-list .c-section-header .c-box-header ul li .c-title-content, .bomgourmet.template-recipe .c-section-header .c-box-header ul li h1, .bomgourmet.template-recipe .c-section-header .c-box-header ul li .c-title-content, .bomgourmet.template-note .c-section-header .c-box-header ul li h1, .bomgourmet.template-note .c-section-header .c-box-header ul li .c-title-content, .bomgourmet.template-post .c-section-header .c-box-header ul li h1, .bomgourmet.template-post .c-section-header .c-box-header ul li .c-title-content {
    color: #CC0023; }
  .bomgourmet.home .c-section-header .c-box-header ul li.c-title-content-02, .bomgourmet.section-block .c-section-header .c-box-header ul li.c-title-content-02, .bomgourmet.section-list .c-section-header .c-box-header ul li.c-title-content-02, .bomgourmet.template-recipe .c-section-header .c-box-header ul li.c-title-content-02, .bomgourmet.template-note .c-section-header .c-box-header ul li.c-title-content-02, .bomgourmet.template-post .c-section-header .c-box-header ul li.c-title-content-02 {
    color: #707070; }
    .bomgourmet.home .c-section-header .c-box-header ul li.c-title-content-02 a, .bomgourmet.section-block .c-section-header .c-box-header ul li.c-title-content-02 a, .bomgourmet.section-list .c-section-header .c-box-header ul li.c-title-content-02 a, .bomgourmet.template-recipe .c-section-header .c-box-header ul li.c-title-content-02 a, .bomgourmet.template-note .c-section-header .c-box-header ul li.c-title-content-02 a, .bomgourmet.template-post .c-section-header .c-box-header ul li.c-title-content-02 a {
      color: #707070; }
    .bomgourmet.home .c-section-header .c-box-header ul li.c-title-content-02 svg *, .bomgourmet.section-block .c-section-header .c-box-header ul li.c-title-content-02 svg *, .bomgourmet.section-list .c-section-header .c-box-header ul li.c-title-content-02 svg *, .bomgourmet.template-recipe .c-section-header .c-box-header ul li.c-title-content-02 svg *, .bomgourmet.template-note .c-section-header .c-box-header ul li.c-title-content-02 svg *, .bomgourmet.template-post .c-section-header .c-box-header ul li.c-title-content-02 svg * {
      fill: #707070; }

.bomgourmet.home .c-item.template-note.no-image .overhead svg *,
.bomgourmet.home .c-item.template-note.no-image .c-caption svg *, .bomgourmet.section-block .c-item.template-note.no-image .overhead svg *,
.bomgourmet.section-block .c-item.template-note.no-image .c-caption svg *, .bomgourmet.section-list .c-item.template-note.no-image .overhead svg *,
.bomgourmet.section-list .c-item.template-note.no-image .c-caption svg *, .bomgourmet.template-recipe .c-item.template-note.no-image .overhead svg *,
.bomgourmet.template-recipe .c-item.template-note.no-image .c-caption svg *, .bomgourmet.template-note .c-item.template-note.no-image .overhead svg *,
.bomgourmet.template-note .c-item.template-note.no-image .c-caption svg *, .bomgourmet.template-post .c-item.template-note.no-image .overhead svg *,
.bomgourmet.template-post .c-item.template-note.no-image .c-caption svg * {
  fill: #CC0023; }

.bomgourmet.home .post .c-btn-share-post, .bomgourmet.section-block .post .c-btn-share-post, .bomgourmet.section-list .post .c-btn-share-post, .bomgourmet.template-recipe .post .c-btn-share-post, .bomgourmet.template-note .post .c-btn-share-post, .bomgourmet.template-post .post .c-btn-share-post {
  color: #CC0023; }
  .bomgourmet.home .post .c-btn-share-post svg *, .bomgourmet.section-block .post .c-btn-share-post svg *, .bomgourmet.section-list .post .c-btn-share-post svg *, .bomgourmet.template-recipe .post .c-btn-share-post svg *, .bomgourmet.template-note .post .c-btn-share-post svg *, .bomgourmet.template-post .post .c-btn-share-post svg * {
    fill: #CC0023; }
  .bomgourmet.home .post .c-btn-share-post:hover, .bomgourmet.section-block .post .c-btn-share-post:hover, .bomgourmet.section-list .post .c-btn-share-post:hover, .bomgourmet.template-recipe .post .c-btn-share-post:hover, .bomgourmet.template-note .post .c-btn-share-post:hover, .bomgourmet.template-post .post .c-btn-share-post:hover {
    color: #CC0023;
    text-decoration: none; }
    .bomgourmet.home .post .c-btn-share-post:hover svg path, .bomgourmet.section-block .post .c-btn-share-post:hover svg path, .bomgourmet.section-list .post .c-btn-share-post:hover svg path, .bomgourmet.template-recipe .post .c-btn-share-post:hover svg path, .bomgourmet.template-note .post .c-btn-share-post:hover svg path, .bomgourmet.template-post .post .c-btn-share-post:hover svg path {
      fill: #CC0023; }
    .bomgourmet.home .post .c-btn-share-post:hover span, .bomgourmet.section-block .post .c-btn-share-post:hover span, .bomgourmet.section-list .post .c-btn-share-post:hover span, .bomgourmet.template-recipe .post .c-btn-share-post:hover span, .bomgourmet.template-note .post .c-btn-share-post:hover span, .bomgourmet.template-post .post .c-btn-share-post:hover span {
      border-bottom: 1px solid #CC0023; }

.bomgourmet.home .post .share-post svg path, .bomgourmet.section-block .post .share-post svg path, .bomgourmet.section-list .post .share-post svg path, .bomgourmet.template-recipe .post .share-post svg path, .bomgourmet.template-note .post .share-post svg path, .bomgourmet.template-post .post .share-post svg path {
  fill: #CC0023; }

.bomgourmet.home .post .share-post:hover svg path, .bomgourmet.section-block .post .share-post:hover svg path, .bomgourmet.section-list .post .share-post:hover svg path, .bomgourmet.template-recipe .post .share-post:hover svg path, .bomgourmet.template-note .post .share-post:hover svg path, .bomgourmet.template-post .post .share-post:hover svg path {
  fill: #CC0023; }

.bomgourmet.home .post .salvar-materia, .bomgourmet.section-block .post .salvar-materia, .bomgourmet.section-list .post .salvar-materia, .bomgourmet.template-recipe .post .salvar-materia, .bomgourmet.template-note .post .salvar-materia, .bomgourmet.template-post .post .salvar-materia {
  background-image: url(https://assets.gazetadopovo.com.br/images/svg/ico-save-bomgourmet.svg); }
  .bomgourmet.home .post .salvar-materia.loading, .bomgourmet.section-block .post .salvar-materia.loading, .bomgourmet.section-list .post .salvar-materia.loading, .bomgourmet.template-recipe .post .salvar-materia.loading, .bomgourmet.template-note .post .salvar-materia.loading, .bomgourmet.template-post .post .salvar-materia.loading {
    background-image: url(https://assets.gazetadopovo.com.br/images/svg/loader-salvar-bomgourmet.svg); }
  .bomgourmet.home .post .salvar-materia.active, .bomgourmet.section-block .post .salvar-materia.active, .bomgourmet.section-list .post .salvar-materia.active, .bomgourmet.template-recipe .post .salvar-materia.active, .bomgourmet.template-note .post .salvar-materia.active, .bomgourmet.template-post .post .salvar-materia.active {
    background-image: url(https://assets.gazetadopovo.com.br/images/svg/ico-save-blue.svg); }

.bomgourmet.home .post .c-content-header .c-overhead, .bomgourmet.section-block .post .c-content-header .c-overhead, .bomgourmet.section-list .post .c-content-header .c-overhead, .bomgourmet.template-recipe .post .c-content-header .c-overhead, .bomgourmet.template-note .post .c-content-header .c-overhead, .bomgourmet.template-post .post .c-content-header .c-overhead {
  color: #CC0023; }
  .bomgourmet.home .post .c-content-header .c-overhead:before, .bomgourmet.section-block .post .c-content-header .c-overhead:before, .bomgourmet.section-list .post .c-content-header .c-overhead:before, .bomgourmet.template-recipe .post .c-content-header .c-overhead:before, .bomgourmet.template-note .post .c-content-header .c-overhead:before, .bomgourmet.template-post .post .c-content-header .c-overhead:before {
    background: #CC0023; }

.bomgourmet.template-note .c-list-notes .c-item-note .overhead.note,
.bomgourmet.template-note .c-list-notes .c-item-note .c-caption.note {
  color: #CC0023; }
  .bomgourmet.template-note .c-list-notes .c-item-note .overhead.note:before,
  .bomgourmet.template-note .c-list-notes .c-item-note .c-caption.note:before {
    content: "";
    background: url(https://assets.gazetadopovo.com.br/images/svg/ico-breves-red.svg); }
  .bomgourmet.template-note .c-list-notes .c-item-note .overhead.note svg *,
  .bomgourmet.template-note .c-list-notes .c-item-note .c-caption.note svg * {
    fill: #CC0023; }

.bomgourmet.template-note .box-title {
  border-color: #CC0023; }
  .bomgourmet.template-note .box-title a {
    color: #CC0023;
    border-color: #CC0023; }

.bomgourmet.template-note .share-post svg * {
  fill: #CC0023; }

.bomgourmet .c-social-reactions {
  margin-bottom: 40px; }

.bomgourmet .c-content {
  float: left;
  width: 100%;
  background: #ffffff; }
  .bomgourmet .c-content .c-content {
    background: transparent; }

.bomgourmet .comments__form .form button,
.bomgourmet .box-communication-errors .form button {
  background: #CC0023; }
  .bomgourmet .comments__form .form button.no-bg,
  .bomgourmet .box-communication-errors .form button.no-bg {
    background: transparent; }

.bomgourmet .c-comments-box {
  border: 1px solid #CC0023;
  background-color: #CC0023; }

.bomgourmet .c-recommendation .box-title {
  border-top: 1px solid #CC0023; }

.bomgourmet .c-item .overhead {
  border-color: #CC0023; }

.bomgourmet .c-item .c-caption:before {
  background: #CC0023; }

.bomgourmet .c-item .overhead,
.bomgourmet .c-item .c-caption {
  color: #CC0023; }
  .bomgourmet .c-item .overhead.no-image svg *,
  .bomgourmet .c-item .c-caption.no-image svg * {
    fill: #CC0023; }

.bomgourmet .c-item.template-article .overhead {
  border-color: #CC0023; }

.bomgourmet .c-item .share-post svg path {
  fill: #CC0023; }

.bomgourmet .c-item .share-post:hover svg path {
  fill: #CC0023; }

.bomgourmet .c-item .salvar-materia {
  background-image: url(https://assets.gazetadopovo.com.br/images/svg/ico-save-bomgourmet.svg); }
  .bomgourmet .c-item .salvar-materia.loading {
    background-image: url(https://assets.gazetadopovo.com.br/images/svg/loader-salvar-bomgourmet.svg); }
  .bomgourmet .c-item .salvar-materia.active {
    background-image: url(https://assets.gazetadopovo.com.br/images/svg/ico-save-blue.svg); }

.bomgourmet .c-item-comments {
  color: #CC0023; }
  .bomgourmet .c-item-comments svg path {
    fill: #CC0023; }
  .bomgourmet .c-item-comments:hover svg path {
    fill: #CC0023; }

.bomgourmet .comments-counter {
  color: #CC0023; }

.bomgourmet p.c-message {
  font-family: "Merriweather", serif;
  font-size: .875rem;
  line-height: 18px;
  margin-bottom: 0;
  color: #707070; }

.bomgourmet .post .c-content-header .c-overhead {
  border-color: #CC0023;
  color: #CC0023; }

.bomgourmet .post .c-content-header .mobile-hide {
  float: left;
  width: auto; }
  .bomgourmet .post .c-content-header .mobile-hide.c-btn-share-post {
    position: relative;
    bottom: 0;
    right: 0;
    float: right;
    min-height: 48px; }
  .bomgourmet .post .c-content-header .mobile-hide .c-btn-share-mobile {
    position: relative;
    bottom: 0;
    right: 0; }
    .bomgourmet .post .c-content-header .mobile-hide .c-btn-share-mobile span {
      padding: 11px 12px; }
  .bomgourmet .post .c-content-header .mobile-hide .c-box-transparency {
    margin: 10px 0 20px 0; }

.bomgourmet .post .c-content-header .c-btn-share-mobile.desktop-show {
  position: relative;
  bottom: 0;
  right: 0; }
  .bomgourmet .post .c-content-header .c-btn-share-mobile.desktop-show span {
    padding: 11px 12px; }

.bomgourmet .post .c-article-box {
  padding-left: 0;
  border-left: 0; }
  .bomgourmet .post .c-article-box.box-indicated-post {
    margin-top: 30px; }
  .bomgourmet .post .c-article-box.box-top-headlines .box-title {
    border-top: 1px solid #CC0023;
    color: #CC0023; }
    .bomgourmet .post .c-article-box.box-top-headlines .box-title strong a,
    .bomgourmet .post .c-article-box.box-top-headlines .box-title .strong a {
      color: #CC0023; }
    .bomgourmet .post .c-article-box.box-top-headlines .box-title strong:before,
    .bomgourmet .post .c-article-box.box-top-headlines .box-title .strong:before {
      background: #CC0023; }
  .bomgourmet .post .c-article-box.box-indicated-post {
    border-left: 0;
    padding-left: 0; }
    .bomgourmet .post .c-article-box.box-indicated-post .box-title {
      border-top: 1px solid #CC0023;
      color: #CC0023; }
      .bomgourmet .post .c-article-box.box-indicated-post .box-title strong a,
      .bomgourmet .post .c-article-box.box-indicated-post .box-title .strong a {
        color: #CC0023; }
      .bomgourmet .post .c-article-box.box-indicated-post .box-title strong:before,
      .bomgourmet .post .c-article-box.box-indicated-post .box-title .strong:before {
        background: #CC0023; }

.bomgourmet.video .post-video {
  margin-bottom: 0; }

.bomgourmet.podcast .post-podcast {
  margin-bottom: 0; }
  .bomgourmet.podcast .post-podcast .mobile-hide {
    float: left;
    width: auto; }
    .bomgourmet.podcast .post-podcast .mobile-hide.c-btn-share-post {
      position: relative;
      bottom: 0;
      right: 0;
      float: right;
      min-height: 48px; }
    .bomgourmet.podcast .post-podcast .mobile-hide .c-btn-share-mobile {
      position: relative;
      bottom: 0;
      right: 0; }
      .bomgourmet.podcast .post-podcast .mobile-hide .c-btn-share-mobile span {
        padding: 11px 12px; }
    .bomgourmet.podcast .post-podcast .mobile-hide .c-box-transparency {
      margin: 10px 0 20px 0; }
  .bomgourmet.podcast .post-podcast .c-btn-share-mobile.desktop-show {
    position: relative;
    bottom: 0;
    right: 0; }
    .bomgourmet.podcast .post-podcast .c-btn-share-mobile.desktop-show span {
      padding: 11px 12px; }

.bomgourmet.video audio, .bomgourmet.podcast audio {
  display: inline-flex;
  width: 100%;
  margin-bottom: 30px; }

.bomgourmet.video .end-post, .bomgourmet.podcast .end-post {
  background: #ffffff;
  margin: 0; }

.bomgourmet.video .c-article-box ul li .c-box-description, .bomgourmet.podcast .c-article-box ul li .c-box-description {
  width: 100%; }

@media screen and (max-width: 1247px) {
  .bomgourmet.video .post-podcast .c-content, .bomgourmet.podcast .post-podcast .c-content {
    background: #ffffff;
    float: left;
    max-width: 100%;
    margin: 0; } }

.bomgourmet.not-found {
  padding: 0; }
  .bomgourmet.not-found .not-found {
    padding-top: 10px; }
  .bomgourmet.not-found .col-8 .c-content {
    text-align: left; }
    .bomgourmet.not-found .col-8 .c-content .c-title {
      max-width: 31.875rem;
      font-family: Overpass,sans-serif;
      font-size: 2.375rem;
      line-height: 1.32;
      color: #CC0023;
      margin: 0 0 10px; }
    .bomgourmet.not-found .col-8 .c-content p {
      max-width: 35rem;
      font-family: Overpass,sans-serif;
      font-size: 1.5rem;
      line-height: 1.54; }
    .bomgourmet.not-found .col-8 .c-content form input[type=text] {
      font-family: Overpass,sans-serif;
      font-size: 1.625rem;
      max-width: 25rem;
      height: 3.375rem;
      line-height: 2.4375rem;
      border: solid 1px #707070;
      margin-right: 0;
      background-color: #fff;
      float: left; }
    .bomgourmet.not-found .col-8 .c-content form button {
      font-family: Overpass,sans-serif;
      font-size: 1.375rem;
      width: 11.1875rem;
      height: 3.375rem;
      background: #CC0023;
      border: none;
      border-radius: 0;
      float: left; }
      .bomgourmet.not-found .col-8 .c-content form button:hover {
        color: #fff; }
    @media screen and (max-width: 768px) {
      .bomgourmet.not-found .col-8 .c-content {
        text-align: center; }
        .bomgourmet.not-found .col-8 .c-content form input[type=text] {
          position: relative;
          left: 4px;
          float: none; }
        .bomgourmet.not-found .col-8 .c-content form button {
          float: none; } }
    @media screen and (max-width: 767px) {
      .bomgourmet.not-found .col-8 .c-content {
        text-align: center; }
        .bomgourmet.not-found .col-8 .c-content .c-title {
          font-size: 1.625rem;
          line-height: 1.38; }
        .bomgourmet.not-found .col-8 .c-content p {
          font-size: 1.0625rem;
          line-height: 1.41; }
        .bomgourmet.not-found .col-8 .c-content form input[type=text] {
          font-size: 1.125rem;
          max-width: 12.5rem;
          height: 2.6875rem;
          line-height: 1.56; }
        .bomgourmet.not-found .col-8 .c-content form button {
          font-size: 1rem;
          width: 5.375rem;
          height: 2.6875rem;
          line-height: 1.56; }
          .bomgourmet.not-found .col-8 .c-content form button:hover {
            color: #fff; } }
  @media screen and (max-width: 767px) {
    .bomgourmet.not-found .c-list-all-bg .c-item-bg.no-image {
      width: 100%;
      max-width: 100%;
      display: unset; } }
  @media screen and (max-width: 989px) {
    .bomgourmet.not-found .col-8 {
      margin-bottom: 70px; } }
  @media screen and (min-width: 1024px) {
    .bomgourmet.not-found .col-4, .bomgourmet.not-found .col-8 {
      float: left;
      width: 100%;
      margin: 50px 0 100px; }
    .bomgourmet.not-found .col-4 {
      max-width: 33.33333%; }
    .bomgourmet.not-found .col-8 {
      max-width: 66.66667%; } }
  @media screen and (min-width: 768px) and (max-width: 989px) {
    .bomgourmet.not-found .col-4 {
      width: 100%; }
    .bomgourmet.not-found .col-8 .c-content .c-title,
    .bomgourmet.not-found .col-8 .c-content p {
      max-width: 46.875rem; }
    .bomgourmet.not-found .c-list-all-bg .c-item-bg.no-image {
      width: calc(50% - 4px);
      max-width: calc(50% - 4px); } }

@media screen and (max-width: 767px) {
  .bomgourmet .c-social-reactions {
    margin-bottom: 20px; }
  .bomgourmet .post .c-content-header .c-btn-share-post.mobile-hide {
    display: none; }
  .bomgourmet .post .mobile-show .c-credits {
    padding-right: 120px;
    margin-bottom: 30px; }
    .bomgourmet .post .mobile-show .c-credits .share-comments {
      position: absolute;
      right: 0;
      top: 0; }
      .bomgourmet .post .mobile-show .c-credits .share-comments .c-btn-share-mobile {
        position: relative;
        bottom: 0;
        right: 0; }
      .bomgourmet .post .mobile-show .c-credits .share-comments .c-btn-share-post {
        position: relative;
        bottom: 0;
        right: 0;
        min-height: 48px; }
  .bomgourmet .post .mobile-show .c-box-transparency {
    margin-top: 10px; }
  .bomgourmet .c-section-header .c-box-header {
    max-width: 100%; }
    .bomgourmet .c-section-header .c-box-header ul li {
      font-size: 1.25rem; }
      .bomgourmet .c-section-header .c-box-header ul li a {
        font-size: 1.25rem; }
  .bomgourmet.podcast .post-podcast .c-credits {
    width: 100%; }
  .bomgourmet.podcast .post-podcast .c-btn-share-post.mobile-hide {
    display: none; } }

@media screen and (max-width: 767px) {
  .post .c-btn-share-post.mobile-hide {
    display: none; }
  .post .c-content-header .c-btn-share-post.mobile-hide {
    display: none; }
  .post .mobile-show .c-credits {
    padding-right: 120px;
    margin-bottom: 10px; }
    .post .mobile-show .c-credits .share-comments {
      position: absolute;
      right: 0;
      top: 0; }
      .post .mobile-show .c-credits .share-comments .c-btn-share-mobile {
        position: relative;
        bottom: 0;
        right: 0; }
      .post .mobile-show .c-credits .share-comments .c-btn-share-post {
        position: relative;
        bottom: 0;
        right: 0;
        min-height: 48px; } }

.haus-page .box-ads-header {
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .haus-page .box-ads-header {
      min-height: 156px; } }

.header-haus {
  float: left;
  min-height: 70px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 11; }
  .header-haus .box-menu {
    background: #b9dae2;
    float: left;
    position: relative;
    width: 100%; }
    .header-haus .box-menu .wrapper-fixed {
      clear: both;
      float: left;
      margin: 0 auto;
      position: relative;
      width: 100%; }
  .header-haus .logo {
    float: left;
    height: 70px;
    padding-top: 12px;
    position: relative;
    vertical-align: top;
    width: auto; }
    .header-haus .logo svg {
      display: inline-flex;
      height: 46px;
      width: 125px;
      fill: #806f59; }
  .header-haus .c-ads.pos-mod-patrocinio, .header-haus .c-ads.pos-mod-apoio {
    margin: 0 0 20px;
    position: relative; }
  .header-haus .c-ads.pos-mod-apoio::before {
    content: "";
    border-left: 1px solid #e6e6e6; }
  .header-haus .ads-fixed-secondary {
    background: #ffffff;
    float: left;
    position: relative;
    text-align: center;
    width: 100%; }
    .header-haus .ads-fixed-secondary .ads-patrocinio-apoio {
      align-items: center;
      border-bottom: 1px solid #e6e6e6;
      display: flex;
      justify-content: center;
      margin: 20px auto 0;
      width: 100%; }
      .header-haus .ads-fixed-secondary .ads-patrocinio-apoio:after {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #b9dae2;
        content: "";
        height: 0;
        left: calc(50% - 8px);
        position: absolute;
        top: 0;
        width: 0; }
      .header-haus .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-patrocinio, .header-haus .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-apoio {
        background: none;
        display: flex;
        float: none;
        margin: 0 0 20px;
        vertical-align: top;
        width: auto; }
        .header-haus .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-patrocinio > div, .header-haus .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-apoio > div {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-content: center;
          align-items: center;
          flex-direction: column;
          height: auto;
          width: auto; }
          .header-haus .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-patrocinio > div > div, .header-haus .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-apoio > div > div {
            display: inline-block;
            padding: 0 10px 10px 10px;
            text-align: center; }
            .header-haus .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-patrocinio > div > div:before, .header-haus .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-apoio > div > div:before {
              content: "";
              display: inline-block;
              left: 0;
              margin: 20px 0 10px 0;
              position: absolute;
              top: 0;
              width: 100%; }
            .header-haus .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-patrocinio > div > div iframe, .header-haus .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-apoio > div > div iframe {
              max-height: 60px;
              margin: 30px 0 20px; }
              .header-haus .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-patrocinio > div > div iframe img, .header-haus .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.pos-mod-apoio > div > div iframe img {
                max-height: 100%; }
      @media screen and (max-width: 767px) {
        .header-haus .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.ads-desktop {
          display: none; }
        .header-haus .ads-fixed-secondary .ads-patrocinio-apoio .c-ads.ads-mobile {
          display: flex; } }
  .header-haus.fixed {
    z-index: 9999999999999; }
    .header-haus.fixed .box-menu {
      background: #ffffff;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
      display: block;
      float: left;
      height: 70px;
      left: 0;
      position: fixed;
      top: 0; }
      .header-haus.fixed .box-menu .wrapper-fixed {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        float: none;
        max-width: 1148px;
        padding: 0 15px; }
        .header-haus.fixed .box-menu .wrapper-fixed > .wrapper {
          flex: 1;
          float: left;
          padding: 0;
          text-align: center;
          width: auto; }
    .header-haus.fixed .c-context-menu {
      display: none; }
    .header-haus.fixed .logo {
      display: inline-block;
      float: none;
      height: 70px;
      padding: 10px 0;
      text-align: center;
      width: 102px; }
      .header-haus.fixed .logo svg {
        height: 46px;
        width: 125px; }
    .header-haus.fixed .ads-fixed-secondary {
      background: #ffffff;
      display: none;
      flex-basis: auto;
      position: absolute;
      right: 15px;
      top: 0;
      width: auto;
      z-index: 1; }
      .header-haus.fixed .ads-fixed-secondary > .wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        display: block;
        flex-direction: row-reverse;
        flex: 1;
        padding-left: 15px;
        padding: 0;
        width: auto; }
      .header-haus.fixed .ads-fixed-secondary .c-ads.pos-mod-patrocinio, .header-haus.fixed .ads-fixed-secondary .c-ads.pos-mod-apoio {
        clear: initial;
        float: right;
        z-index: 10; }
        .header-haus.fixed .ads-fixed-secondary .c-ads.pos-mod-patrocinio > div, .header-haus.fixed .ads-fixed-secondary .c-ads.pos-mod-apoio > div {
          height: 70px; }
          .header-haus.fixed .ads-fixed-secondary .c-ads.pos-mod-patrocinio > div > div, .header-haus.fixed .ads-fixed-secondary .c-ads.pos-mod-apoio > div > div {
            display: inline-flex;
            padding: 0; }
            .header-haus.fixed .ads-fixed-secondary .c-ads.pos-mod-patrocinio > div > div:after, .header-haus.fixed .ads-fixed-secondary .c-ads.pos-mod-apoio > div > div:after {
              display: none; }
            .header-haus.fixed .ads-fixed-secondary .c-ads.pos-mod-patrocinio > div > div:before, .header-haus.fixed .ads-fixed-secondary .c-ads.pos-mod-apoio > div > div:before {
              line-height: 60px;
              margin: 0px;
              padding-right: 10px;
              vertical-align: bottom;
              width: auto; }
            .header-haus.fixed .ads-fixed-secondary .c-ads.pos-mod-patrocinio > div > div iframe img, .header-haus.fixed .ads-fixed-secondary .c-ads.pos-mod-apoio > div > div iframe img {
              max-height: 100%; }
      .header-haus.fixed .ads-fixed-secondary > div {
        position: relative; }
    .header-haus.fixed .btn-assine {
      display: block; }

.section-block .header-haus {
  margin-bottom: 40px; }

@media screen and (max-width: 989px) {
  .haus .header-haus .logo {
    height: auto;
    padding: 15px 0; }
    .haus .header-haus .logo a {
      float: left; }
    .haus .header-haus .logo svg {
      height: 37px;
      width: 102px; }
  .haus .header-haus .c-context-menu {
    padding: 23px 0; }
    .haus .header-haus .c-context-menu .c-list-context-menu li.sub .c-list-context-menu li a {
      color: #806f59;
      padding: 10px 15px; }
  .haus .header-haus.fixed .c-context-menu .c-list-context-menu li.sub .c-list-context-menu li a {
    color: #806f59;
    padding: 10px 15px; } }

@media screen and (max-width: 767px) {
  .header-haus {
    min-height: 56px; }
    .header-haus .box-menu .btn-assine {
      left: 15px;
      margin-top: 15px;
      position: absolute;
      top: 0; }
    .header-haus .logo {
      height: 56px;
      padding: 13px 0px;
      width: 50%; }
      .header-haus .logo a {
        display: inline-block; }
      .header-haus .logo svg {
        height: 30px;
        width: 120px; }
      .header-haus .logo svg {
        height: 30px;
        width: auto; } }

.c-modal-content {
  display: flex;
  width: 100%; }
  .c-modal-content .save-read-later-information {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    margin-top: 30px;
    width: 100%; }
    .c-modal-content .save-read-later-information svg {
      height: 48px;
      width: 48px; }
    .c-modal-content .save-read-later-information .title {
      font-size: 1.125rem;
      font-family: "Merriweather";
      font-weight: bold;
      line-height: 1.44;
      margin-top: 30px;
      text-align: center;
      width: 277px; }
    .c-modal-content .save-read-later-information .btn-assine {
      font-size: 1rem;
      align-items: center;
      background-color: #e66a1d;
      border-radius: 20px;
      color: #fff;
      cursor: pointer;
      font-family: "Overpass", sans-serif;
      font-weight: bold;
      justify-content: center;
      margin: 24px 0;
      padding: 10px 24px;
      text-align: center;
      text-decoration: none;
      transition: all 0.5s ease;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .c-modal-content .save-read-later-information .btn-assine {
          font-size: 0.875rem; } }
      .c-modal-content .save-read-later-information .btn-assine:hover {
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
    .c-modal-content .save-read-later-information .message-login {
      font-size: 1rem;
      font-family: "Overpass", sans-serif;
      font-weight: bold;
      line-height: 1.56;
      text-align: center; }
      .c-modal-content .save-read-later-information .message-login .link-login {
        color: #3a66c8;
        cursor: pointer;
        text-decoration: none; }
        .c-modal-content .save-read-later-information .message-login .link-login:hover {
          text-decoration: underline; }
    .c-modal-content .save-read-later-information .message-minha-gazeta {
      font-size: 0.875rem;
      align-items: center;
      font-family: "Overpass", sans-serif;
      justify-content: center;
      line-height: 1.57;
      margin-top: 27px; }
      .c-modal-content .save-read-later-information .message-minha-gazeta .link-minha-gazeta-home {
        display: flex;
        align-items: center;
        color: #3a66c8;
        cursor: pointer;
        margin: 0 10px 0 3px;
        text-decoration: none; }
        .c-modal-content .save-read-later-information .message-minha-gazeta .link-minha-gazeta-home:hover {
          text-decoration: underline; }
      .c-modal-content .save-read-later-information .message-minha-gazeta svg {
        margin-left: 5px;
        height: 14px;
        width: 14px; }
    .c-modal-content .save-read-later-information .saved-header {
      align-items: flex-start;
      margin-left: 10px;
      width: 100%; }
      .c-modal-content .save-read-later-information .saved-header svg {
        height: 36px;
        width: 36px; }
        .c-modal-content .save-read-later-information .saved-header svg path {
          fill: #1179f4;
          stroke: none; }
      .c-modal-content .save-read-later-information .saved-header .title {
        font-size: 1.125rem;
        font-family: "Merriweather";
        font-weight: bold;
        line-height: 1.44;
        margin: 0 0 24px 16px;
        text-align: left;
        width: 208px; }
    .c-modal-content .save-read-later-information .saved-message-body {
      width: 265px;
      padding: 0 20px; }
      .c-modal-content .save-read-later-information .saved-message-body span {
        font-size: 1rem;
        align-items: center;
        font-family: "Overpass", sans-serif;
        line-height: 1.56;
        position: relative;
        text-align: left; }
        .c-modal-content .save-read-later-information .saved-message-body span svg {
          bottom: 0;
          height: 24px;
          left: 60px;
          position: absolute;
          width: 24px; }
    .c-modal-content .save-read-later-information .information-minha-gazeta {
      font-size: 1rem;
      font-family: "Overpass", sans-serif;
      line-height: 1.56;
      margin: 24px 0 32px;
      text-align: left;
      width: 265px;
      padding: 0 20px; }
      .c-modal-content .save-read-later-information .information-minha-gazeta strong {
        font-weight: bold; }
    .c-modal-content .save-read-later-information .btn-agree {
      font-size: 1rem;
      background-color: #315095;
      border-radius: 20px;
      border: none;
      color: #fff;
      cursor: pointer;
      float: left;
      font-family: "Overpass", sans-serif;
      height: 40px;
      margin-bottom: 32px;
      padding: 10px 29px 9px;
      transition: all 0.5s ease-in-out;
      width: 142px; }
      .c-modal-content .save-read-later-information .btn-agree:hover {
        box-shadow: 0 3px 6px 0 0, 0, 0, 0.16; }

#modal-read-later .c-modal,
#modal-read-later-not-subscriber .c-modal {
  align-items: center;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: calc(50% - 170px);
  max-width: 340px; }
  @media screen and (max-width: 767px) {
    #modal-read-later .c-modal,
    #modal-read-later-not-subscriber .c-modal {
      left: calc(50% - 160px);
      max-width: 320px; } }
  #modal-read-later .c-modal .c-modal-header .btn-close,
  #modal-read-later-not-subscriber .c-modal .c-modal-header .btn-close {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 20px;
    z-index: 20; }
    #modal-read-later .c-modal .c-modal-header .btn-close:before, #modal-read-later .c-modal .c-modal-header .btn-close:after,
    #modal-read-later-not-subscriber .c-modal .c-modal-header .btn-close:before,
    #modal-read-later-not-subscriber .c-modal .c-modal-header .btn-close:after {
      background-color: #707070; }
  #modal-read-later .c-modal .c-modal-content,
  #modal-read-later-not-subscriber .c-modal .c-modal-content {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 20px;
    position: relative;
    width: 100%; }

.relative {
  position: relative; }

.haus-page .c-btn-share-post-footer {
  background: #806f59; }

.haus-page .block.type-special.style-light-grey .block-title a {
  color: #2a2a2a; }

.haus-page .block.style-default .block-title {
  border-color: #806f59; }
  .haus-page .block.style-default .block-title a {
    color: #806f59;
    border-color: #806f59; }

.haus-page .c-article-box {
  padding-left: 0;
  border-left: 0; }
  .haus-page .c-article-box.box-indicated-post {
    margin-top: 30px; }
  .haus-page .c-article-box.box-vozes, .haus-page .c-article-box.box-top-headlines, .haus-page .c-article-box.box-indicated-post {
    border-left: 0;
    padding-left: 0; }
    .haus-page .c-article-box.box-vozes .box-title, .haus-page .c-article-box.box-top-headlines .box-title, .haus-page .c-article-box.box-indicated-post .box-title {
      border-top: 1px solid #806f59;
      color: #806f59; }
      .haus-page .c-article-box.box-vozes .box-title a:first-child, .haus-page .c-article-box.box-top-headlines .box-title a:first-child, .haus-page .c-article-box.box-indicated-post .box-title a:first-child {
        color: #806f59;
        border-color: #806f59; }
      .haus-page .c-article-box.box-vozes .box-title strong a,
      .haus-page .c-article-box.box-vozes .box-title .strong a, .haus-page .c-article-box.box-top-headlines .box-title strong a,
      .haus-page .c-article-box.box-top-headlines .box-title .strong a, .haus-page .c-article-box.box-indicated-post .box-title strong a,
      .haus-page .c-article-box.box-indicated-post .box-title .strong a {
        color: #2a2a2a; }
      .haus-page .c-article-box.box-vozes .box-title strong:before,
      .haus-page .c-article-box.box-vozes .box-title .strong:before, .haus-page .c-article-box.box-top-headlines .box-title strong:before,
      .haus-page .c-article-box.box-top-headlines .box-title .strong:before, .haus-page .c-article-box.box-indicated-post .box-title strong:before,
      .haus-page .c-article-box.box-indicated-post .box-title .strong:before {
        background: #806f59; }

.section .haus.section-block .header-haus .wrapper {
  padding: 0 15px; }

.haus .c-context-menu {
  padding: 17px 0 9px; }
  .haus .c-context-menu .c-list-context-menu {
    padding: 10px 0;
    border-color: #806f59; }
    .haus .c-context-menu .c-list-context-menu li a {
      position: relative;
      color: #806f59;
      font-size: 1rem;
      font-weight: bold;
      padding: 0 15px;
      line-height: 125%; }
      @media screen and (max-width: 767px) {
        .haus .c-context-menu .c-list-context-menu li a {
          padding: 10px 15px; } }
      .haus .c-context-menu .c-list-context-menu li a:after {
        background: #806f59;
        margin-right: 0;
        margin-top: -10px;
        position: absolute;
        right: 0;
        top: 10px; }
        @media screen and (max-width: 767px) {
          .haus .c-context-menu .c-list-context-menu li a:after {
            margin-top: 0; } }
    .haus .c-context-menu .c-list-context-menu li.sub .c-list-context-menu {
      border: 1px solid #806f59; }
      @media screen and (max-width: 989px) {
        .haus .c-context-menu .c-list-context-menu li.sub .c-list-context-menu {
          border: none; } }
    .haus .c-context-menu .c-list-context-menu li.sub svg * {
      fill: #806f59; }
    .haus .c-context-menu .c-list-context-menu li:last-child a:after {
      display: none; }
  .haus .c-context-menu .sub-mobile {
    border: none;
    outline: none;
    background-color: transparent; }
    .haus .c-context-menu .sub-mobile .link-subMobile {
      background: #806f59;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
      border: 0;
      color: #ffffff;
      height: 25px;
      width: 65px;
      border-radius: 6px;
      text-align: center;
      margin: 0;
      padding: 0 18px 0 10px; }
      .haus .c-context-menu .sub-mobile .link-subMobile svg {
        display: inline-block;
        position: absolute;
        fill: none;
        width: 24px;
        height: 25px;
        margin: 0; }
        .haus .c-context-menu .sub-mobile .link-subMobile svg path {
          fill: #ffffff; }
        .haus .c-context-menu .sub-mobile .link-subMobile svg .cls-1 {
          fill: #ffffff;
          stroke: #ffffff; }
      .haus .c-context-menu .sub-mobile .link-subMobile:focus, .haus .c-context-menu .sub-mobile .link-subMobile:hover {
        outline: none;
        opacity: 0.8; }

.haus.podcast .c-context-menu .c-list-context-menu li.sub svg *, .haus.video .c-context-menu .c-list-context-menu li.sub svg * {
  fill: #806f59; }

.haus.podcast .c-context-menu .c-list-context-menu li.sub .c-list-context-menu li a, .haus.video .c-context-menu .c-list-context-menu li.sub .c-list-context-menu li a {
  color: #806f59; }

@media screen and (max-width: 767px) {
  .haus .c-context-menu {
    padding: 15px 0 10px 0; }
    .haus .c-context-menu .sub-mobile .c-list-context-menu li a {
      color: #806f59; }
      .haus .c-context-menu .sub-mobile .c-list-context-menu li a:after {
        background: #806f59; }
    .haus .c-context-menu .sub-mobile .c-list-context-menu li:first-child a {
      border-bottom: solid 1px #e6e6e6; }
    .haus .c-context-menu .sub-mobile .c-list-context-menu li.sub .c-list-context-menu li a {
      color: #806f59;
      padding: 10px 15px; }
      .haus .c-context-menu .sub-mobile .c-list-context-menu li.sub .c-list-context-menu li a:after {
        background: #806f59; }
    .haus .c-context-menu .sub-mobile.active .c-list-context-menu.scroll-menu {
      transform: scaleY(1);
      max-height: 155px;
      overflow-y: scroll; } }

.haus .box-center {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  padding-bottom: 30px; }

.haus .c-section-header {
  padding: 0;
  margin: 0 0 30px 0;
  z-index: 9; }
  .haus .c-section-header:after {
    display: none; }
  .haus .c-section-header .c-box-header {
    width: 100%;
    max-width: 100%;
    margin: 13px 0 0 0;
    border-bottom: solid 1px #e6e6e6;
    padding: 7px 0; }
    .haus .c-section-header .c-box-header svg {
      position: absolute;
      left: 0;
      top: 0;
      float: left;
      width: 20px;
      height: 26px;
      line-height: 28px; }
    .haus .c-section-header .c-box-header ul {
      position: relative;
      display: inline-block;
      margin: 0;
      float: none; }
      .haus .c-section-header .c-box-header ul li {
        padding: 0 10px 0 20px; }
        .haus .c-section-header .c-box-header ul li a {
          text-decoration: none; }
        .haus .c-section-header .c-box-header ul li svg {
          width: 20px;
          height: 24px; }
        .haus .c-section-header .c-box-header ul li h1,
        .haus .c-section-header .c-box-header ul li .c-title-content {
          padding: 0;
          color: #806f59; }
        .haus .c-section-header .c-box-header ul li.c-title-content-02 {
          font-size: 1rem;
          margin: 6px 0;
          color: #806f59; }
          .haus .c-section-header .c-box-header ul li.c-title-content-02 a {
            font-size: 1rem;
            color: #707070; }
          .haus .c-section-header .c-box-header ul li.c-title-content-02 svg * {
            fill: #707070; }

.haus .c-list-all-bg {
  position: relative;
  float: left;
  width: 100%;
  padding: 0; }
  .haus .c-list-all-bg .box-title {
    border-top: 1px solid #806f59; }
    .haus .c-list-all-bg .box-title strong {
      font-family: Overpass, sans-serif;
      color: #806f59;
      margin: 0 0 52px;
      font-size: 1.6rem;
      line-height: 0.94;
      font-weight: bold;
      height: 40px;
      width: 20.625rem;
      text-align: left; }
      .haus .c-list-all-bg .box-title strong:before {
        background: #806f59; }
    .haus .c-list-all-bg .box-title svg {
      position: absolute;
      left: 0;
      top: 0;
      float: left;
      width: 20px;
      height: 26px;
      line-height: 28px;
      margin-top: 15px; }
      .haus .c-list-all-bg .box-title svg path {
        fill: #806f59; }
  .haus .c-list-all-bg .c-title {
    font-family: Overpass, sans-serif;
    display: inline-flex;
    width: 22.4375rem;
    height: 2.75rem;
    font-size: 1.4375rem;
    line-height: 1.39;
    font-weight: 400;
    color: #555555;
    text-decoration: none;
    text-align: left;
    margin: 0; }
    .haus .c-list-all-bg .c-title:before {
      content: "\00bb";
      letter-spacing: 5px; }
    .haus .c-list-all-bg .c-title:hover {
      text-decoration: underline;
      cursor: pointer; }
  .haus .c-list-all-bg .c-item-bg {
    display: inline-flex;
    border: 0;
    padding: 0;
    height: auto;
    float: left;
    flex-basis: 100%;
    text-align: left;
    width: calc(33% - 4px);
    max-width: calc(33.3% - 4px); }
    .haus .c-list-all-bg .c-item-bg a {
      width: 100%;
      height: 100%;
      display: inline-block;
      vertical-align: top;
      text-decoration: none; }

.haus.home .c-section-header .c-box-header svg path, .haus.section-block .c-section-header .c-box-header svg path, .haus.section-list .c-section-header .c-box-header svg path, .haus.template-note .c-section-header .c-box-header svg path, .haus.template-post .c-section-header .c-box-header svg path {
  fill: #2a2a2a; }

.haus.home .c-section-header .c-box-header ul li, .haus.section-block .c-section-header .c-box-header ul li, .haus.section-list .c-section-header .c-box-header ul li, .haus.template-note .c-section-header .c-box-header ul li, .haus.template-post .c-section-header .c-box-header ul li {
  color: #806f59; }
  .haus.home .c-section-header .c-box-header ul li a, .haus.section-block .c-section-header .c-box-header ul li a, .haus.section-list .c-section-header .c-box-header ul li a, .haus.template-note .c-section-header .c-box-header ul li a, .haus.template-post .c-section-header .c-box-header ul li a {
    color: #806f59; }
  .haus.home .c-section-header .c-box-header ul li svg *, .haus.section-block .c-section-header .c-box-header ul li svg *, .haus.section-list .c-section-header .c-box-header ul li svg *, .haus.template-note .c-section-header .c-box-header ul li svg *, .haus.template-post .c-section-header .c-box-header ul li svg * {
    fill: #806f59; }
  .haus.home .c-section-header .c-box-header ul li h1,
  .haus.home .c-section-header .c-box-header ul li .c-title-content, .haus.section-block .c-section-header .c-box-header ul li h1,
  .haus.section-block .c-section-header .c-box-header ul li .c-title-content, .haus.section-list .c-section-header .c-box-header ul li h1,
  .haus.section-list .c-section-header .c-box-header ul li .c-title-content, .haus.template-note .c-section-header .c-box-header ul li h1,
  .haus.template-note .c-section-header .c-box-header ul li .c-title-content, .haus.template-post .c-section-header .c-box-header ul li h1,
  .haus.template-post .c-section-header .c-box-header ul li .c-title-content {
    color: #806f59; }
  .haus.home .c-section-header .c-box-header ul li.c-title-content-02, .haus.section-block .c-section-header .c-box-header ul li.c-title-content-02, .haus.section-list .c-section-header .c-box-header ul li.c-title-content-02, .haus.template-note .c-section-header .c-box-header ul li.c-title-content-02, .haus.template-post .c-section-header .c-box-header ul li.c-title-content-02 {
    color: #806f59; }
    .haus.home .c-section-header .c-box-header ul li.c-title-content-02 a, .haus.section-block .c-section-header .c-box-header ul li.c-title-content-02 a, .haus.section-list .c-section-header .c-box-header ul li.c-title-content-02 a, .haus.template-note .c-section-header .c-box-header ul li.c-title-content-02 a, .haus.template-post .c-section-header .c-box-header ul li.c-title-content-02 a {
      color: #707070; }
    .haus.home .c-section-header .c-box-header ul li.c-title-content-02 svg *, .haus.section-block .c-section-header .c-box-header ul li.c-title-content-02 svg *, .haus.section-list .c-section-header .c-box-header ul li.c-title-content-02 svg *, .haus.template-note .c-section-header .c-box-header ul li.c-title-content-02 svg *, .haus.template-post .c-section-header .c-box-header ul li.c-title-content-02 svg * {
      fill: #707070; }

.haus.home .c-item.template-note.no-image .overhead svg *,
.haus.home .c-item.template-note.no-image .c-caption svg *, .haus.section-block .c-item.template-note.no-image .overhead svg *,
.haus.section-block .c-item.template-note.no-image .c-caption svg *, .haus.section-list .c-item.template-note.no-image .overhead svg *,
.haus.section-list .c-item.template-note.no-image .c-caption svg *, .haus.template-note .c-item.template-note.no-image .overhead svg *,
.haus.template-note .c-item.template-note.no-image .c-caption svg *, .haus.template-post .c-item.template-note.no-image .overhead svg *,
.haus.template-post .c-item.template-note.no-image .c-caption svg * {
  fill: #806f59; }

.haus.home .post .c-btn-share-post, .haus.section-block .post .c-btn-share-post, .haus.section-list .post .c-btn-share-post, .haus.template-note .post .c-btn-share-post, .haus.template-post .post .c-btn-share-post {
  color: #806f59; }
  .haus.home .post .c-btn-share-post svg *, .haus.section-block .post .c-btn-share-post svg *, .haus.section-list .post .c-btn-share-post svg *, .haus.template-note .post .c-btn-share-post svg *, .haus.template-post .post .c-btn-share-post svg * {
    fill: #806f59; }
  .haus.home .post .c-btn-share-post:hover, .haus.section-block .post .c-btn-share-post:hover, .haus.section-list .post .c-btn-share-post:hover, .haus.template-note .post .c-btn-share-post:hover, .haus.template-post .post .c-btn-share-post:hover {
    color: #806f59;
    text-decoration: none; }
    .haus.home .post .c-btn-share-post:hover svg path, .haus.section-block .post .c-btn-share-post:hover svg path, .haus.section-list .post .c-btn-share-post:hover svg path, .haus.template-note .post .c-btn-share-post:hover svg path, .haus.template-post .post .c-btn-share-post:hover svg path {
      fill: #806f59; }
    .haus.home .post .c-btn-share-post:hover span, .haus.section-block .post .c-btn-share-post:hover span, .haus.section-list .post .c-btn-share-post:hover span, .haus.template-note .post .c-btn-share-post:hover span, .haus.template-post .post .c-btn-share-post:hover span {
      border-bottom: 1px solid #806f59; }

.haus.home .post .share-post svg path, .haus.section-block .post .share-post svg path, .haus.section-list .post .share-post svg path, .haus.template-note .post .share-post svg path, .haus.template-post .post .share-post svg path {
  fill: #806f59; }

.haus.home .post .share-post:hover svg path, .haus.section-block .post .share-post:hover svg path, .haus.section-list .post .share-post:hover svg path, .haus.template-note .post .share-post:hover svg path, .haus.template-post .post .share-post:hover svg path {
  fill: #806f59; }

.haus.home .post .c-content-header .c-overhead, .haus.section-block .post .c-content-header .c-overhead, .haus.section-list .post .c-content-header .c-overhead, .haus.template-note .post .c-content-header .c-overhead, .haus.template-post .post .c-content-header .c-overhead {
  color: #806f59; }
  .haus.home .post .c-content-header .c-overhead:before, .haus.section-block .post .c-content-header .c-overhead:before, .haus.section-list .post .c-content-header .c-overhead:before, .haus.template-note .post .c-content-header .c-overhead:before, .haus.template-post .post .c-content-header .c-overhead:before {
    background: #806f59; }

.haus.template-note .c-list-notes .c-item-note .overhead.note,
.haus.template-note .c-list-notes .c-item-note .c-caption.note {
  color: #806f59; }
  .haus.template-note .c-list-notes .c-item-note .overhead.note:before,
  .haus.template-note .c-list-notes .c-item-note .c-caption.note:before {
    content: "";
    background: url(https://assets.gazetadopovo.com.br/images/svg/ico-breves-marrom.svg); }
  .haus.template-note .c-list-notes .c-item-note .overhead.note svg *,
  .haus.template-note .c-list-notes .c-item-note .c-caption.note svg * {
    fill: #806f59; }

.haus.template-note .box-title {
  border-color: #806f59; }
  .haus.template-note .box-title a {
    color: #806f59;
    border-color: #806f59; }

.haus.template-note .share-post svg * {
  fill: #806f59; }

.haus .c-social-reactions {
  margin-bottom: 40px; }

.haus .c-content {
  float: left;
  width: 100%;
  background: #ffffff; }
  .haus .c-content .c-content {
    background: transparent; }

.haus .comments__form .form button,
.haus .box-communication-errors .form button {
  background: #806f59; }
  .haus .comments__form .form button.no-bg,
  .haus .box-communication-errors .form button.no-bg {
    background: transparent; }

.haus .c-comments-box {
  border: 1px solid #806f59;
  background-color: #806f59; }

.haus .c-recommendation .box-title {
  border-top: 1px solid #806f59; }

.haus .c-item .overhead {
  border-color: #806f59; }

.haus .c-item .c-caption:before {
  background: #806f59; }

.haus .c-item .overhead,
.haus .c-item .c-caption {
  color: #806f59; }
  .haus .c-item .overhead.no-image svg *,
  .haus .c-item .c-caption.no-image svg * {
    fill: #806f59; }

.haus .c-item.template-article .overhead {
  border-color: #806f59; }

.haus .c-item .share-post svg path {
  fill: #806f59; }

.haus .c-item .share-post:hover svg path {
  fill: #806f59; }

.haus .c-item .salvar-materia {
  background-image: url(https://assets.gazetadopovo.com.br/images/svg/ico-save-haus.svg); }
  .haus .c-item .salvar-materia.loading {
    background-image: url(https://assets.gazetadopovo.com.br/images/svg/loader-salvar-haus.svg); }
  .haus .c-item .salvar-materia.active {
    background-image: url(https://assets.gazetadopovo.com.br/images/svg/ico-save-blue.svg); }

.haus .c-item-comments {
  color: #806f59; }
  .haus .c-item-comments svg path {
    fill: #806f59; }
  .haus .c-item-comments:hover svg path {
    fill: #806f59; }

.haus p.c-message {
  font-family: "Merriweather", serif;
  font-size: 0.875rem;
  line-height: 18px;
  margin-bottom: 0;
  color: #707070; }

.haus .post .c-content-header .mobile-hide {
  float: left;
  width: auto; }
  .haus .post .c-content-header .mobile-hide.c-btn-share-post {
    position: relative;
    bottom: 0;
    right: 0;
    float: right;
    min-height: 48px; }
  .haus .post .c-content-header .mobile-hide .c-btn-share-mobile {
    position: relative;
    bottom: 0;
    right: 0; }
    .haus .post .c-content-header .mobile-hide .c-btn-share-mobile span {
      padding: 11px 12px; }
  .haus .post .c-content-header .mobile-hide .c-box-transparency {
    margin: 10px 0 20px 0; }

.haus .post .c-content-header .c-btn-share-mobile.desktop-show {
  position: relative;
  bottom: 0;
  right: 0; }
  .haus .post .c-content-header .c-btn-share-mobile.desktop-show span {
    padding: 11px 12px; }

.haus .post .c-article-box {
  padding-left: 0;
  border-left: 0; }
  .haus .post .c-article-box.box-indicated-post {
    margin-top: 30px; }
  .haus .post .c-article-box.box-top-headlines, .haus .post .c-article-box.box-indicated-post {
    border-left: 0;
    padding-left: 0; }
    .haus .post .c-article-box.box-top-headlines .box-title, .haus .post .c-article-box.box-indicated-post .box-title {
      border-top: 1px solid #806f59;
      color: #806f59; }
      .haus .post .c-article-box.box-top-headlines .box-title strong a,
      .haus .post .c-article-box.box-top-headlines .box-title .strong a, .haus .post .c-article-box.box-indicated-post .box-title strong a,
      .haus .post .c-article-box.box-indicated-post .box-title .strong a {
        color: #806f59; }
      .haus .post .c-article-box.box-top-headlines .box-title strong:before,
      .haus .post .c-article-box.box-top-headlines .box-title .strong:before, .haus .post .c-article-box.box-indicated-post .box-title strong:before,
      .haus .post .c-article-box.box-indicated-post .box-title .strong:before {
        background: #806f59; }

.haus.video .post-video {
  margin-bottom: 0; }

.haus.podcast .post-podcast {
  margin-bottom: 0; }
  .haus.podcast .post-podcast .mobile-hide {
    float: left;
    width: auto; }
    .haus.podcast .post-podcast .mobile-hide.c-btn-share-post {
      position: relative;
      bottom: 0;
      right: 0;
      float: right;
      min-height: 48px; }
    .haus.podcast .post-podcast .mobile-hide .c-btn-share-mobile {
      position: relative;
      bottom: 0;
      right: 0; }
      .haus.podcast .post-podcast .mobile-hide .c-btn-share-mobile span {
        padding: 11px 12px; }
    .haus.podcast .post-podcast .mobile-hide .c-box-transparency {
      margin: 10px 0 20px 0; }
  .haus.podcast .post-podcast .c-btn-share-mobile.desktop-show {
    position: relative;
    bottom: 0;
    right: 0; }
    .haus.podcast .post-podcast .c-btn-share-mobile.desktop-show span {
      padding: 11px 12px; }

.haus.video audio, .haus.podcast audio {
  display: inline-flex;
  width: 100%;
  margin-bottom: 30px; }

.haus.not-found {
  padding: 0; }
  .haus.not-found .not-found {
    padding-top: 10px; }
  .haus.not-found .col-8 .c-content {
    text-align: left; }
    .haus.not-found .col-8 .c-content .c-title {
      max-width: 31.875rem;
      font-family: Overpass, sans-serif;
      font-size: 2.375rem;
      line-height: 1.32;
      color: #806f59;
      margin: 0 0 10px; }
    .haus.not-found .col-8 .c-content p {
      max-width: 35rem;
      font-family: Overpass, sans-serif;
      font-size: 1.5rem;
      line-height: 1.54; }
    .haus.not-found .col-8 .c-content form input[type="text"] {
      font-family: Overpass, sans-serif;
      font-size: 1.625rem;
      max-width: 25rem;
      height: 3.375rem;
      line-height: 2.4375rem;
      border: solid 1px #707070;
      margin-right: 0;
      background-color: #fff;
      float: left; }
    .haus.not-found .col-8 .c-content form button {
      font-family: Overpass, sans-serif;
      font-size: 1.375rem;
      width: 11.1875rem;
      height: 3.375rem;
      background: #806f59;
      border: none;
      border-radius: 0;
      float: left; }
      .haus.not-found .col-8 .c-content form button:hover {
        color: #fff; }
    @media screen and (max-width: 768px) {
      .haus.not-found .col-8 .c-content {
        text-align: center; }
        .haus.not-found .col-8 .c-content form input[type="text"] {
          position: relative;
          left: 4px;
          float: none; }
        .haus.not-found .col-8 .c-content form button {
          float: none; } }
    @media screen and (max-width: 767px) {
      .haus.not-found .col-8 .c-content {
        text-align: center; }
        .haus.not-found .col-8 .c-content .c-title {
          font-size: 1.625rem;
          line-height: 1.38; }
        .haus.not-found .col-8 .c-content p {
          font-size: 1.0625rem;
          line-height: 1.41; }
        .haus.not-found .col-8 .c-content form input[type="text"] {
          font-size: 1.125rem;
          max-width: 12.5rem;
          height: 2.6875rem;
          line-height: 1.56; }
        .haus.not-found .col-8 .c-content form button {
          font-size: 1rem;
          width: 5.375rem;
          height: 2.6875rem;
          line-height: 1.56; }
          .haus.not-found .col-8 .c-content form button:hover {
            color: #fff; } }
  @media screen and (max-width: 767px) {
    .haus.not-found .c-list-all-bg .c-item-bg.no-image {
      width: 100%;
      max-width: 100%;
      display: unset; } }
  @media screen and (max-width: 989px) {
    .haus.not-found .col-8 {
      margin-bottom: 70px; } }
  @media screen and (min-width: 1024px) {
    .haus.not-found .col-4,
    .haus.not-found .col-8 {
      float: left;
      width: 100%;
      margin: 50px 0 100px; }
    .haus.not-found .col-4 {
      max-width: 33.33333%; }
    .haus.not-found .col-8 {
      max-width: 66.66667%; } }
  @media screen and (min-width: 768px) and (max-width: 989px) {
    .haus.not-found .col-4 {
      width: 100%; }
    .haus.not-found .col-8 .c-content .c-title,
    .haus.not-found .col-8 .c-content p {
      max-width: 46.875rem; }
    .haus.not-found .c-list-all-bg .c-item-bg.no-image {
      width: calc(50% - 4px);
      max-width: calc(50% - 4px); } }

@media screen and (max-width: 767px) {
  .haus .c-social-reactions {
    margin-bottom: 20px; }
  .haus .post .c-content-header .c-btn-share-post.mobile-hide {
    display: none; }
  .haus .post .mobile-show .c-credits {
    padding-right: 120px;
    margin-bottom: 30px; }
    .haus .post .mobile-show .c-credits .share-comments {
      position: absolute;
      right: 0;
      top: 0; }
      .haus .post .mobile-show .c-credits .share-comments .c-btn-share-mobile {
        position: relative;
        bottom: 0;
        right: 0; }
      .haus .post .mobile-show .c-credits .share-comments .c-btn-share-post {
        position: relative;
        bottom: 0;
        right: 0;
        min-height: 48px; }
  .haus .post .mobile-show .c-box-transparency {
    margin-top: 10px; }
  .haus .c-section-header .c-box-header {
    max-width: 100%; }
    .haus .c-section-header .c-box-header ul li {
      font-size: 1.25rem; }
      .haus .c-section-header .c-box-header ul li a {
        font-size: 1.25rem; }
  .haus.podcast .post-podcast .c-credits {
    width: 100%; }
  .haus.podcast .post-podcast .c-btn-share-post.mobile-hide {
    display: none; } }

@media screen and (max-width: 579px) {
  .haus .c-content .col-8 .col-12 {
    height: 0px; } }

.box-ads-header {
  margin-bottom: 0; }

.not-found {
  text-align: center;
  padding-top: 30px; }
  .not-found .c-title {
    font-size: 1.875rem;
    color: #2a2a2a;
    font-weight: 400;
    margin: 20px 0; }
  .not-found .c-title-03 {
    text-align: center;
    margin: 30px 0; }
  .not-found .form {
    margin-top: 20px; }
    .not-found .form input[type=text] {
      max-width: calc(550px - 90px);
      height: 39px;
      line-height: 39px;
      padding: 0 15px;
      margin-right: 4px;
      float: none;
      display: inline-block; }
  .not-found .box-not-found {
    display: inline-block;
    vertical-align: top;
    border: solid 1px #e6e6e6;
    width: 100%;
    max-width: 364px;
    text-align: center;
    padding: 0 20px 10px 20px;
    min-height: 410px; }
    .not-found .box-not-found .box-not-found-about,
    .not-found .box-not-found .box-not-found-list {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      margin: 0 0; }
      .not-found .box-not-found .box-not-found-about ol,
      .not-found .box-not-found .box-not-found-list ol {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin: 0 0; }
      .not-found .box-not-found .box-not-found-about li,
      .not-found .box-not-found .box-not-found-list li {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
        vertical-align: top; }
        .not-found .box-not-found .box-not-found-about li a,
        .not-found .box-not-found .box-not-found-list li a {
          text-align: left;
          color: #000000;
          display: inline-block;
          width: 100%;
          text-decoration: none; }
          .not-found .box-not-found .box-not-found-about li a:hover,
          .not-found .box-not-found .box-not-found-list li a:hover {
            color: #2a2a2a;
            text-decoration: underline; }
            .not-found .box-not-found .box-not-found-about li a:hover h2,
            .not-found .box-not-found .box-not-found-list li a:hover h2 {
              color: #2a2a2a;
              text-decoration: underline; }
        .not-found .box-not-found .box-not-found-about li span,
        .not-found .box-not-found .box-not-found-list li span {
          opacity: 0.7;
          font-size: 2rem;
          text-align: center;
          color: #000000;
          display: inline-block;
          vertical-align: top;
          border-right: solid 1px #e6e6e6;
          height: 38px;
          margin-right: 10px;
          padding-right: 10px;
          width: 40px;
          line-height: 38px; }
        .not-found .box-not-found .box-not-found-about li article,
        .not-found .box-not-found .box-not-found-list li article {
          width: calc(100% - 55px);
          display: inline-block;
          vertical-align: top; }
          .not-found .box-not-found .box-not-found-about li article h2,
          .not-found .box-not-found .box-not-found-list li article h2 {
            font-size: 0.875rem;
            text-align: left;
            color: #000000;
            line-height: 20px; }
    .not-found .box-not-found .box-not-found-list li + li + li + li + li + li {
      display: none; }
    .not-found .box-not-found .box-not-found-about li {
      margin: 0 -2px 15px -2px;
      width: 50%;
      padding: 0 10px; }
  .not-found .btn-not-found {
    display: inline-block;
    background: #ffffff;
    border: solid 1px #999999;
    font-family: "Merriweather", serif;
    font-size: 1rem;
    font-weight: 700;
    height: 33px;
    line-height: 30px;
    text-align: center;
    color: #999999;
    padding: 0 10px;
    text-decoration: none;
    margin: 20px 0 10px 0;
    -ms-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out; }
    .not-found .btn-not-found:hover {
      background: #999999;
      color: #ffffff;
      text-decoration: none; }
  .not-found .btn-not-found-form {
    width: 85px;
    height: 39px;
    background-color: #2a2a2a;
    border: solid 1px #2a2a2a;
    font-family: "Merriweather", serif;
    font-size: 0.875rem;
    line-height: 38px;
    color: #ffffff;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    text-transform: uppercase;
    font-weight: normal;
    padding: 0;
    -ms-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out; }
    .not-found .btn-not-found-form:hover {
      background: #ffffff;
      color: #2a2a2a; }
  .not-found .c-title-not-found .c-title-02 {
    width: 90px;
    border-top: solid 4px #e6e6e6;
    display: inline-block;
    vertical-align: top;
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 28px;
    text-align: center;
    color: #000000;
    margin: 0 0 20px 0;
    float: none; }

@media screen and (max-width: 1147px) {
  .not-found .col-6 {
    width: 50%;
    padding: 0 7px; } }

@media screen and (max-width: 767px) {
  .not-found .col-6 {
    width: 100%;
    padding: 0; }
  .not-found .box-not-found {
    min-height: auto; }
    .not-found .box-not-found .box-not-found-about li {
      width: 100%; } }

@media screen and (max-width: 579px) {
  .not-found .form input[type=text] {
    max-width: calc(100% - 90px); } }

.page article .title-01 {
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 75%;
  margin: 0 0 20px 0;
  width: fit-content;
  color: #000000; }

.page article .title-02 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
  color: #2a2a2a;
  margin-bottom: 10px; }
  .page article .title-02:before {
    content: "\00bb";
    margin-right: 5px; }

.page article .title-03 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #2a2a2a;
  margin: 1.250em 0 0.325em 0; }

.page .bold-primary {
  font-weight: 700;
  color: #2a2a2a;
  margin-right: 5px; }

.page .bold-secondary {
  font-weight: 700;
  margin-right: 5px; }

.page a.link {
  text-decoration: none;
  border-bottom: 1px dotted #3a66c8;
  color: #3a66c8; }
  .page a.link:hover {
    cursor: pointer; }

.page .page-title {
  position: relative;
  display: inline-block;
  width: auto;
  font-size: 24px;
  line-height: 28px;
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  color: #2a2a2a;
  text-align: left;
  padding: 0 15px 11px 20px;
  text-decoration: none;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 24px; }
  .page .page-title svg {
    position: absolute;
    left: 0;
    top: 0;
    float: left;
    width: 20px;
    height: 26px;
    line-height: 28px; }

.page .page-expedient .title-01, .page .faq-content .title-01, .page .expedient-content .title-01, .page .contact-content .title-01 {
  font-weight: bold;
  font-family: "Merriweather", serif;
  width: fit-content;
  line-height: 1.54; }

@media screen and (max-width: 579px) {
  .page .page-title {
    font-size: 1.125rem; } }

.page {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  font-family: "Overpass", sans-serif; }
  .page aside.aside {
    margin-bottom: 30px;
    width: 300px;
    /* Dropdown */ }
    .page aside.aside .aside-desktop {
      border: 1px solid #e6e6e6;
      padding-top: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-top: 0; }
      @media screen and (max-width: 768px) {
        .page aside.aside .aside-desktop {
          display: none; } }
      .page aside.aside .aside-desktop li {
        margin: 0;
        cursor: pointer;
        border-bottom: 1px solid #e6e6e6; }
        .page aside.aside .aside-desktop li:last-child {
          border-bottom: none; }
        .page aside.aside .aside-desktop li a {
          display: block;
          padding: 10px 15px;
          text-decoration: none;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          color: #000000;
          line-height: 120%; }
          .page aside.aside .aside-desktop li a:hover {
            background-color: #000000;
            color: #ffffff; }
        .page aside.aside .aside-desktop li:hover {
          border-bottom: none; }
        .page aside.aside .aside-desktop li.active {
          border-bottom: 1px solid #000000; }
          .page aside.aside .aside-desktop li.active a {
            color: #ffffff;
            background-color: #2a2a2a; }
    .page aside.aside .aside-mobile {
      display: none; }
      @media screen and (max-width: 768px) {
        .page aside.aside .aside-mobile {
          background: #fff;
          border-radius: 5px;
          display: block;
          margin: -90px auto 0 auto;
          height: 40px;
          width: 85%; } }
    .page aside.aside .dropdown {
      display: inline-block;
      position: relative;
      width: 100%; }
    .page aside.aside .dd-button {
      display: inline-block;
      border: 1px solid gray;
      border-radius: 4px;
      padding: 14px 30px 10px 20px;
      background-color: #ffffff;
      cursor: pointer;
      white-space: nowrap;
      width: 100%;
      height: 40px; }
    .page aside.aside .dd-button:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid black; }
    .page aside.aside .dd-button:hover {
      background-color: #eeeeee; }
    .page aside.aside .dd-input {
      display: none; }
    .page aside.aside .dd-menu {
      position: absolute;
      top: 100%;
      border: 1px solid #ccc;
      border-radius: 4px;
      padding: 0;
      margin: 2px 0 0 0;
      box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
      background-color: #ffffff;
      list-style-type: none;
      width: 100%;
      z-index: 1; }
    .page aside.aside .dd-input + .dd-menu {
      display: none; }
    .page aside.aside .dd-input:checked + .dd-menu {
      display: block; }
    .page aside.aside .dd-menu li {
      padding: 10px 20px;
      cursor: pointer;
      white-space: nowrap; }
    .page aside.aside .dd-menu li:hover {
      background-color: #f6f6f6; }
    .page aside.aside .dd-menu li a {
      display: block;
      margin: -10px -20px;
      padding: 10px 20px;
      color: #2a2a2a;
      text-decoration: none; }
    .page aside.aside .dd-menu li.divider {
      padding: 0;
      border-bottom: 1px solid #cccccc; }
  .page .page-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 2%; }

@media screen and (max-width: 989px) {
  .page {
    flex-direction: column; }
    .page aside.aside {
      width: 100%; } }

.c-section-header {
  position: relative;
  width: 100%;
  float: left;
  padding-bottom: 7px;
  margin: 7px 0 30px 0;
  z-index: 10; }
  .c-section-header:after {
    content: "";
    width: 100%;
    float: left;
    border-bottom: solid 1px #e6e6e6;
    position: absolute;
    bottom: 0;
    left: 0; }
  .c-section-header .c-box-header {
    position: relative;
    float: left;
    width: auto; }
    .c-section-header .c-box-header svg {
      position: absolute;
      left: 0;
      top: 0;
      float: left;
      width: 20px;
      height: 26px;
      line-height: 28px; }
      .c-section-header .c-box-header svg path {
        fill: #2a2a2a; }
  .c-section-header .c-title-content {
    position: relative;
    display: inline-block;
    width: auto;
    font-size: 1.5rem;
    line-height: 28px;
    font-family: "Overpass", sans-serif;
    font-weight: bold;
    color: #2a2a2a;
    text-align: left;
    padding: 0 15px 0 20px;
    text-decoration: none; }
    .c-section-header .c-title-content a {
      color: #2a2a2a;
      text-decoration: none; }
      .c-section-header .c-title-content a:hover {
        text-decoration: underline; }
  .c-section-header h1.c-title-content,
  .c-section-header div.c-title-content {
    padding: 0; }
  .c-section-header a.c-title-content:hover {
    text-decoration: underline; }
  .c-section-header .c-title-content-02 {
    position: relative;
    float: left;
    width: auto;
    font-size: 1rem;
    font-weight: bold;
    color: #707070;
    text-align: left;
    line-height: 100%;
    font-family: "Overpass", sans-serif;
    padding: 0 0 0 20px;
    margin: 6px 0;
    margin-right: 10px; }
    .c-section-header .c-title-content-02 a {
      color: #707070;
      text-decoration: none; }
      .c-section-header .c-title-content-02 a:hover {
        text-decoration: underline; }
  .c-section-header .c-title-content-02 + .c-title-content-02 {
    color: #707070;
    font-size: 1rem; }
  .c-section-header .c-section-cat {
    float: left;
    width: auto; }
    .c-section-header .c-section-cat .c-title-content-02 svg {
      margin-top: -7px; }
      .c-section-header .c-section-cat .c-title-content-02 svg path {
        fill: #707070; }

.section-list .c-section-header {
  z-index: 1; }

.podcast .c-section-header,
.video .c-section-header {
  border-bottom: 0;
  margin-bottom: 15px; }
  .podcast .c-section-header .c-title-content,
  .video .c-section-header .c-title-content {
    color: #ffffff; }
    .podcast .c-section-header .c-title-content svg path,
    .video .c-section-header .c-title-content svg path {
      fill: #ffffff; }
    .podcast .c-section-header .c-title-content a,
    .video .c-section-header .c-title-content a {
      color: #ffffff; }
  .podcast .c-section-header .c-title-content-02,
  .video .c-section-header .c-title-content-02 {
    color: #707070; }
    .podcast .c-section-header .c-title-content-02 a,
    .video .c-section-header .c-title-content-02 a {
      color: #707070; }

.post-vozes .c-section-header {
  margin-bottom: 15px; }
  .post-vozes .c-section-header:after {
    display: none; }

.vozes-home {
  position: relative;
  float: left;
  width: 100%; }
  .vozes-home aside.col-4 {
    padding-right: 0; }
  .vozes-home .c-section-header {
    margin-bottom: 45px; }

.section-block .c-section-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  float: none;
  margin: 7px 0 50px; }
  .section-block .c-section-header .c-box-header .c-title-content {
    font-size: 1.875rem; }
  .section-block .c-section-header .c-context-menu .sub-mobile .c-list-context-menu {
    right: 0;
    left: inherit; }

@media screen and (max-width: 989px) {
  .section-block .c-section-header .c-box-header {
    max-width: calc(100% - 120px); }
  .section-block .c-section-header .c-context-menu .sub-mobile .c-list-context-menu {
    right: 10px;
    left: inherit;
    padding: 10px; } }

@media screen and (max-width: 767px) {
  .section-block .c-section-header .c-box-header .c-title-content {
    font-size: 1.25rem; }
  .c-section-header .c-box-header {
    max-width: calc(100% - 60px); }
    .c-section-header .c-box-header .c-title-content {
      font-size: 1.25rem; }
  .c-section-header .c-context-menu {
    max-width: 60px; }
  .c-section-header .c-title-content {
    font-size: 1.25rem; }
  .c-section-header svg {
    height: 25px; }
  .c-context-menu .sub-mobile .c-list-context-menu {
    max-width: 290px; }
  .section-block .c-context-menu .sub-mobile {
    float: right; }
  .tag .c-section-header {
    margin-bottom: 5px; } }

@media screen and (max-width: 767px) {
  .page .page-content {
    padding: 0 15px; } }

.c-sobre {
  background: #2a2a2a;
  height: 85px; }
  @media screen and (max-width: 767px) {
    .c-sobre {
      height: 131px; } }
  .c-sobre .wrapper {
    padding: 0; }
  .c-sobre .c-title-sobre {
    color: #fff;
    font-family: Merriweather;
    font-size: 36px;
    font-weight: bold;
    padding-top: 25px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .c-sobre .c-title-sobre {
        font-size: 24px; } }

.page-map .map-content .links-list, .page-map .map-content .links-years, .page-map .map-content .links-months, .page-map .map-content .links-posts {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap; }
  .page-map .map-content .links-list .lista-editorias, .page-map .map-content .links-years .lista-editorias, .page-map .map-content .links-months .lista-editorias, .page-map .map-content .links-posts .lista-editorias {
    margin: 20px 0;
    width: 250px; }
  .page-map .map-content .links-list .side-by-side, .page-map .map-content .links-years .side-by-side, .page-map .map-content .links-months .side-by-side, .page-map .map-content .links-posts .side-by-side {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start; }
    .page-map .map-content .links-list .side-by-side .map-item, .page-map .map-content .links-years .side-by-side .map-item, .page-map .map-content .links-months .side-by-side .map-item, .page-map .map-content .links-posts .side-by-side .map-item {
      min-height: auto;
      width: 95px;
      display: inline-flex;
      margin-bottom: 20px; }
      .page-map .map-content .links-list .side-by-side .map-item a, .page-map .map-content .links-years .side-by-side .map-item a, .page-map .map-content .links-months .side-by-side .map-item a, .page-map .map-content .links-posts .side-by-side .map-item a {
        font-weight: normal; }
  .page-map .map-content .links-list article .map-title, .page-map .map-content .links-years article .map-title, .page-map .map-content .links-months article .map-title, .page-map .map-content .links-posts article .map-title {
    font-size: 1.125rem;
    font-family: "Overpass", sans-serif;
    line-height: 125%;
    font-weight: 700;
    margin-bottom: 20px; }
    .page-map .map-content .links-list article .map-title.mt, .page-map .map-content .links-years article .map-title.mt, .page-map .map-content .links-months article .map-title.mt, .page-map .map-content .links-posts article .map-title.mt {
      margin-top: 0; }
  .page-map .map-content .links-list article .map-item .lista-itens-destacados, .page-map .map-content .links-years article .map-item .lista-itens-destacados, .page-map .map-content .links-months article .map-item .lista-itens-destacados, .page-map .map-content .links-posts article .map-item .lista-itens-destacados {
    color: #000;
    font-size: 1.125rem;
    font-family: Overpass,sans-serif;
    line-height: 125%;
    font-weight: 700; }
    .page-map .map-content .links-list article .map-item .lista-itens-destacados:hover, .page-map .map-content .links-years article .map-item .lista-itens-destacados:hover, .page-map .map-content .links-months article .map-item .lista-itens-destacados:hover, .page-map .map-content .links-posts article .map-item .lista-itens-destacados:hover {
      text-decoration: underline; }
  .page-map .map-content .links-list article .map-item a, .page-map .map-content .links-years article .map-item a, .page-map .map-content .links-months article .map-item a, .page-map .map-content .links-posts article .map-item a {
    color: #707070;
    display: inline-flex;
    font-size: 1.0625rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-decoration: none; }
    .page-map .map-content .links-list article .map-item a svg, .page-map .map-content .links-years article .map-item a svg, .page-map .map-content .links-months article .map-item a svg, .page-map .map-content .links-posts article .map-item a svg {
      display: inline-block;
      flex-basis: 10px;
      height: 10px;
      vertical-align: top;
      margin-right: 10px;
      margin-top: 4px; }
    .page-map .map-content .links-list article .map-item a > span, .page-map .map-content .links-years article .map-item a > span, .page-map .map-content .links-months article .map-item a > span, .page-map .map-content .links-posts article .map-item a > span {
      font-size: 0.8125rem;
      background-color: #e6e6e6;
      color: #2a2a2a;
      flex-basis: 80px;
      height: 18px;
      line-height: 150%;
      margin-right: 10px;
      text-align: center; }
    .page-map .map-content .links-list article .map-item a:hover p, .page-map .map-content .links-years article .map-item a:hover p, .page-map .map-content .links-months article .map-item a:hover p, .page-map .map-content .links-posts article .map-item a:hover p {
      text-decoration: underline; }

.page-map .map-content .links-posts {
  margin-bottom: 0; }
  .page-map .map-content .links-posts article {
    width: 100%; }
    .page-map .map-content .links-posts article .map-item a {
      font-weight: initial;
      width: 100%; }
      .page-map .map-content .links-posts article .map-item a p {
        flex-basis: calc(100% - 80px - 10px);
        line-height: 125%; }
      .page-map .map-content .links-posts article .map-item a:hover p {
        border-bottom: none;
        text-decoration: underline; }

.page-map .map-content .links-months {
  flex-wrap: wrap;
  justify-content: left;
  margin-bottom: 0; }
  .page-map .map-content .links-months article {
    width: 33%;
    margin-bottom: 40px; }

.page-map .map-content .links-years article .map-title {
  margin-bottom: 30px; }

@media screen and (max-width: 579px) {
  .page-map .map-content .links-list, .page-map .map-content .links-years, .page-map .map-content .links-posts {
    flex-direction: column; }
    .page-map .map-content .links-list article .map-title, .page-map .map-content .links-years article .map-title, .page-map .map-content .links-posts article .map-title {
      margin-top: 30px; } }

@media screen and (max-width: 767px) {
  .page-map .map-content .links-months article {
    width: 50%; } }

@media screen and (max-width: 359px) {
  .page-map .map-content .links-months article .map-title {
    font-size: 1rem; }
  .page-map .map-content .links-months article .map-item a {
    font-size: 0.9375rem; } }

@media screen and (max-width: 319px) {
  .page-map .map-content .links-months {
    flex-direction: column; }
    .page-map .map-content .links-months article {
      width: 100%; } }

.page {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  font-family: "Overpass", sans-serif; }
  .page aside.aside {
    margin-bottom: 30px;
    width: 300px;
    /* Dropdown */ }
    .page aside.aside .aside-desktop {
      border: 1px solid #e6e6e6;
      padding-top: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-top: 0; }
      @media screen and (max-width: 768px) {
        .page aside.aside .aside-desktop {
          display: none; } }
      .page aside.aside .aside-desktop li {
        margin: 0;
        cursor: pointer;
        border-bottom: 1px solid #e6e6e6; }
        .page aside.aside .aside-desktop li:last-child {
          border-bottom: none; }
        .page aside.aside .aside-desktop li a {
          display: block;
          padding: 10px 15px;
          text-decoration: none;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          color: #000000;
          line-height: 120%; }
          .page aside.aside .aside-desktop li a:hover {
            background-color: #000000;
            color: #ffffff; }
        .page aside.aside .aside-desktop li:hover {
          border-bottom: none; }
        .page aside.aside .aside-desktop li.active {
          border-bottom: 1px solid #000000; }
          .page aside.aside .aside-desktop li.active a {
            color: #ffffff;
            background-color: #2a2a2a; }
    .page aside.aside .aside-mobile {
      display: none; }
      @media screen and (max-width: 768px) {
        .page aside.aside .aside-mobile {
          background: #fff;
          border-radius: 5px;
          display: block;
          margin: -90px auto 0 auto;
          height: 40px;
          width: 85%; } }
    .page aside.aside .dropdown {
      display: inline-block;
      position: relative;
      width: 100%; }
    .page aside.aside .dd-button {
      display: inline-block;
      border: 1px solid gray;
      border-radius: 4px;
      padding: 14px 30px 10px 20px;
      background-color: #ffffff;
      cursor: pointer;
      white-space: nowrap;
      width: 100%;
      height: 40px; }
    .page aside.aside .dd-button:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid black; }
    .page aside.aside .dd-button:hover {
      background-color: #eeeeee; }
    .page aside.aside .dd-input {
      display: none; }
    .page aside.aside .dd-menu {
      position: absolute;
      top: 100%;
      border: 1px solid #ccc;
      border-radius: 4px;
      padding: 0;
      margin: 2px 0 0 0;
      box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
      background-color: #ffffff;
      list-style-type: none;
      width: 100%;
      z-index: 1; }
    .page aside.aside .dd-input + .dd-menu {
      display: none; }
    .page aside.aside .dd-input:checked + .dd-menu {
      display: block; }
    .page aside.aside .dd-menu li {
      padding: 10px 20px;
      cursor: pointer;
      white-space: nowrap; }
    .page aside.aside .dd-menu li:hover {
      background-color: #f6f6f6; }
    .page aside.aside .dd-menu li a {
      display: block;
      margin: -10px -20px;
      padding: 10px 20px;
      color: #2a2a2a;
      text-decoration: none; }
    .page aside.aside .dd-menu li.divider {
      padding: 0;
      border-bottom: 1px solid #cccccc; }
  .page .page-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 2%; }

@media screen and (max-width: 989px) {
  .page {
    flex-direction: column; }
    .page aside.aside {
      width: 100%; } }

@media screen and (max-width: 768px) {
  .page .page-content {
    padding: 0 15px; } }

.c-sobre {
  background: #2a2a2a;
  height: 85px; }
  @media screen and (max-width: 768px) {
    .c-sobre {
      height: 131px; } }
  .c-sobre .wrapper {
    padding: 0; }
  .c-sobre .c-title-sobre {
    color: #ffffff;
    font-family: Merriweather;
    font-size: 36px;
    font-weight: bold;
    padding-top: 25px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .c-sobre .c-title-sobre {
        font-size: 24px; } }

.c-sobre-description .c-img {
  display: flex;
  margin-bottom: 10px; }

@media screen and (max-width: 1024px) {
  .c-sobre-description .c-img-jornal-desktop {
    display: none; } }

.c-sobre-description .c-title-historia, .c-sobre-description .c-title-correcoes-e-atualizacoes {
  color: var(--black);
  font-family: Merriweather;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.27;
  margin: 45px 0;
  text-align: left; }

.c-sobre-description .c-title-correcoes-e-atualizacoes {
  font-size: 24px;
  margin: 25px 0; }

.c-sobre-description .c-paragrafo-historia, .c-sobre-description .c-paragrafo-correcoes-e-atualizacoes {
  color: var(--black);
  font-family: Merriweather;
  font-size: 18px;
  line-height: 165%;
  margin: 45px 0;
  padding: 0 45px 0 0;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .c-sobre-description .c-paragrafo-historia, .c-sobre-description .c-paragrafo-correcoes-e-atualizacoes {
      font-size: 16px;
      padding: 0; } }

.c-sobre-description .c-paragrafo-correcoes-e-atualizacoes {
  margin: 25px 0; }

.c-sobre-description .c-img-description {
  color: #959595;
  display: block;
  font-family: Overpass;
  font-size: 14px;
  font-style: italic;
  margin: 25px 0;
  text-align: left; }

.c-sobre-description .c-leia-materia {
  color: #3a66c8;
  text-decoration: none;
  display: flex;
  align-items: center; }
  .c-sobre-description .c-leia-materia .arrow-right {
    border: solid #3a66c8;
    border-width: 0 1.3px 1.3px 0;
    display: inline-block;
    padding: 5px 5px 1px 1px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  .c-sobre-description .c-leia-materia span {
    font-family: Merriweather;
    font-size: 18px;
    text-align: left;
    letter-spacing: 0.56px;
    margin-left: 5px; }
    @media screen and (max-width: 768px) {
      .c-sobre-description .c-leia-materia span {
        font-size: 16px; } }

.c-sobre-description .c-saiba-mais {
  color: var(--black);
  display: block;
  font-family: Overpass;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin: 30px 0; }

.c-sobre-description .c-lista-banners {
  display: flex; }
  @media screen and (max-width: 768px) {
    .c-sobre-description .c-lista-banners {
      flex-direction: column; } }
  .c-sobre-description .c-lista-banners .c-banner {
    margin: 0 25px; }
    @media screen and (max-width: 768px) {
      .c-sobre-description .c-lista-banners .c-banner {
        margin: 10px 0; } }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  box-sizing: border-box; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body .message__item, .minha-gazeta.active .wrapper .minha-gazeta-body, .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo, .minha-gazeta.active .wrapper .minha-gazeta-body .btn-assine, .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list,
.minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list, .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list .item-list:first-child,
.minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list .item-list:first-child, .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list .item-list .item-text,
.minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list .item-list .item-text, .minha-gazeta.active .wrapper .minha-gazeta-body .link-home, .notifications .notification-body, .notifications .notification-body .main-header, .notifications .notification-body .main-header .user-name, .notifications .notification-body .main-header .btn-return, .notifications .notification-body .secondary-header .principal-page-title,
.notifications .notification-body .tertiary-header .principal-page-title, .notifications .notification-body .secondary-header .principal-page-title .icoMoreH,
.notifications .notification-body .tertiary-header .principal-page-title .icoMoreH, .notifications .notification-body .secondary-header .principal-page-title .notifications-general-menu,
.notifications .notification-body .tertiary-header .principal-page-title .notifications-general-menu, .notifications .notification-body .secondary-header .principal-page-title .notifications-general-menu .general-item,
.notifications .notification-body .tertiary-header .principal-page-title .notifications-general-menu .general-item, .notifications .notification-body .secondary-header .principal-page-title .notifications-general-menu .general-item a,
.notifications .notification-body .tertiary-header .principal-page-title .notifications-general-menu .general-item a, .notifications .notification-body .secondary-header .page-config-title,
.notifications .notification-body .tertiary-header .page-config-title, .notifications .notification-body .secondary-header .page-config-subtitle,
.notifications .notification-body .tertiary-header .page-config-subtitle, .notifications .notification-body .secondary-header .page-config-notifications,
.notifications .notification-body .tertiary-header .page-config-notifications, .notifications .notification-body .notification-config-list, .notifications .notification-body .notification-config-list .config-list-item, .notifications .notification-body .notification-list, .notifications .notification-body .notification-list .notification-item, .notifications .notification-body .notification-list .notification-item .notification-type, .notifications .notification-body .notification-list .notification-item .notification-type .ico-type, .notifications .notification-body .notification-list .notification-item .notifications-action-menu, .notifications .notification-body .notification-list .notification-item .notifications-action-menu .action-item, .notifications .notification-body .notification-list .notification-item .notifications-action-menu .action-item a, .notifications .notification-body .message__item .box-message.success p, .notifications .notification-body .message__item .box-message.success p .btn-close-msg, .notifications .notification-body .no-notifications,
.notifications .notification-body .loader-notifications,
.notifications .notification-body .not-subscriber-notifications, .c-modal-content .save-read-later-information .btn-assine, .c-modal-content .save-read-later-information .message-minha-gazeta, .c-modal-content .save-read-later-information .saved-header, .c-modal-content .save-read-later-information .saved-message-body span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

/**
 * Columns
 *
 */
/**
 * Columns, Mobile
 *
 */
/**
 * Columns, Tablet
 *
 */
/**
 * Columns, Tablet Up
 *
 */
/**
 * Columns, Desktop
 *
 */
[class*="col-"] {
  float: left;
  margin-bottom: 20px;
  padding-right: 28px; }

.col-12 {
  padding: 0; }

@media screen and (min-width: 1148px) {
  .col-1 {
    max-width: 8.33333%;
    width: 100%; }
  .col-2 {
    max-width: 16.66667%;
    width: 100%; }
  .col-3 {
    max-width: 25%;
    width: 100%; }
  .col-4 {
    max-width: 33.33333%;
    width: 100%; }
  .col-5 {
    max-width: 41.66667%;
    width: 100%; }
  .col-6 {
    max-width: 50%;
    width: 100%; }
  .col-7 {
    max-width: 58.33333%;
    width: 100%; }
  .col-8 {
    max-width: 66.66667%;
    width: 100%; }
  .col-9 {
    max-width: 75%;
    width: 100%; }
  .col-10 {
    max-width: 83.33333%;
    width: 100%; }
  .col-11 {
    max-width: 91.66667%;
    width: 100%; }
  .col-12 {
    max-width: 100%;
    width: 100%; }
  .wrapper {
    max-width: 1148px; }
  .wrapper-podcast,
  .wrapper-video {
    max-width: 1148px; }
  .c-ads-clip .bg-clip {
    left: calc(50% - 574px); }
  .c-ads.ads-stick-footer > div {
    max-width: 1148px; }
  .c-ads.ads-header > div {
    max-width: 1190px; } }

/* CONTAINER */
.container {
  width: 100%;
  margin: 0 auto;
  clear: both; }

.c-ads.ads-stick-footer > div,
.c-ads.ads-header > div {
  width: 100%;
  margin: 0 auto;
  clear: both;
  position: relative; }

.wrapper {
  width: 100%;
  margin: 0 auto;
  clear: both;
  padding: 0 15px; }

.wrapper-podcast,
.wrapper-video {
  width: 100%;
  margin: 0 auto;
  clear: both;
  padding: 0 15px; }

.left {
  float: left; }

.right {
  float: right; }

.row {
  display: flex; }

@media screen and (max-width: 1147px) {
  .col-1 {
    width: 8.33333%; }
  .col-2 {
    width: 16.66667%; }
  .col-3 {
    width: 25%; }
  .col-4 {
    width: 33.33333%; }
  .col-5 {
    width: 41.66667%; }
  .col-6 {
    width: 50%; }
  .col-7 {
    width: 58.33333%; }
  .col-8 {
    width: 66.66667%; }
  .col-9 {
    width: 75%; }
  .col-10 {
    width: 83.33333%; }
  .col-11 {
    width: 91.66667%; }
  .col-12 {
    width: 100%; }
  .wrapper-podcast,
  .wrapper-video {
    max-width: 1024px; }
  .wrapper {
    max-width: 1024px; }
  .c-ads-clip .bg-clip {
    left: calc(50% - 512px); }
  .c-ads.ads-stick-footer > div,
  .c-ads.ads-header > div {
    max-width: 1024px; } }

@media screen and (max-width: 1023px) and (min-width: 320px) {
  .wrapper {
    width: 100%; }
  .wrapper-podcast,
  .wrapper-video {
    max-width: 100%; }
  .c-ads-clip .bg-clip {
    left: calc(50% - 574px); }
  .c-ads.ads-stick-footer > div {
    max-width: 1148px; }
  .c-ads.ads-header > div {
    max-width: 100%; } }

@media screen and (max-width: 1023px) {
  .col-1 {
    width: 10%; }
  .col-2 {
    width: 20%; }
  .col-3 {
    width: 30%; }
  .col-4 {
    width: 40%; }
  .col-5 {
    width: 50%; }
  .col-6 {
    width: 60%; }
  .col-7 {
    width: 70%; }
  .col-8 {
    width: 80%; }
  .col-9 {
    width: 90%; }
  .col-10 {
    width: 100%; } }

@media screen and (max-width: 989px) {
  [class*="col-"] {
    padding: 0 0 0; }
  .col-1 {
    width: 12.5%; }
  .col-2 {
    width: 25%; }
  .col-3 {
    width: 37.5%; }
  .col-4 {
    width: 50%; }
  .col-5 {
    width: 62.5%; }
  .col-6 {
    width: 75%; }
  .col-7 {
    width: 87.5%; }
  .col-8 {
    width: 100%; }
  .c-ads-clip .bg-clip {
    left: calc(50% - 384px); }
  .c-ads.ads-stick-footer > div,
  .c-ads.ads-header > div {
    max-width: 768px; }
  .wrapper {
    max-width: 768px; }
  .wrapper-podcast,
  .wrapper-video {
    max-width: 768px; } }

@media screen and (max-width: 767px) {
  [class*="col-"] {
    width: 100%;
    padding-left: 0; }
  .c-ads-clip .bg-clip {
    left: calc(50% - 290px); }
  .c-ads.ads-stick-footer > div,
  .c-ads.ads-header > div {
    max-width: 580px; }
  .wrapper {
    max-width: 580px; }
  .wrapper-podcast,
  .wrapper-video {
    max-width: 580px; } }

@media screen and (max-width: 579px) {
  .c-ads-clip .bg-clip {
    left: calc(50% - 210px); }
  .c-ads.ads-stick-footer > div,
  .c-ads.ads-header > div {
    max-width: 420px; }
  .wrapper {
    max-width: 420px; }
  .wrapper-podcast,
  .wrapper-video {
    max-width: 100%; } }

@media screen and (max-width: 419px) {
  .c-ads-clip .bg-clip {
    left: calc(50% - 190px); }
  .c-ads.ads-stick-footer > div,
  .c-ads.ads-header > div {
    max-width: 380px; }
  .wrapper {
    max-width: 380px; } }

@media screen and (max-width: 379px) {
  .c-ads-clip .bg-clip {
    left: calc(50% - 180px); }
  .c-ads.ads-stick-footer > div,
  .c-ads.ads-header > div {
    max-width: 360px; }
  .wrapper {
    max-width: 360px; } }

@media screen and (max-width: 359px) {
  .c-ads-clip .bg-clip {
    left: calc(50% - 160px); }
  .c-ads.ads-stick-footer > div,
  .c-ads.ads-header > div {
    max-width: 320px; }
  .wrapper {
    max-width: 320px; } }

body {
  color: #000000;
  font-family: "Overpass", sans-serif;
  width: 100%; }
  body img {
    max-width: 100%;
    width: 100%; }
  body .page-newsletter.destach {
    margin-top: -30px;
    float: left;
    width: 100%; }
  body.note-amp {
    margin-top: 15px; }
  body .mTop {
    padding-top: 160px; }
  body .mTopHome {
    padding-top: 190px; }
  body .mTopId {
    padding-top: 190px; }
  body.webview {
    margin-top: 0;
    padding-top: 0; }
  body.conteudo-publicitario-page {
    padding-bottom: 0;
    background: #f8f8f8; }
    body.conteudo-publicitario-page .c-footer {
      padding-bottom: 0; }
  body.gpbc-page {
    background: #f8f8f8; }
  body.video, body.podcast {
    background: #000000; }
    body.video .container, body.podcast .container {
      background: transparent; }
    body.video.gpbc-page .container, body.podcast.gpbc-page .container {
      background: transparent; }
  body.bomgourmet-page.video, body.bomgourmet-page.podcast, body.haus-page.video, body.haus-page.podcast {
    background: #000000; }
    body.bomgourmet-page.video .container, body.bomgourmet-page.podcast .container, body.haus-page.video .container, body.haus-page.podcast .container {
      background: transparent; }
  body .message__item {
    align-items: center;
    justify-content: center;
    bottom: 5%;
    position: fixed;
    width: 100%;
    z-index: 9999999999; }
    body .message__item .box-message {
      border-radius: 6px;
      padding: 15px; }
      body .message__item .box-message.success {
        background-color: #d4edda; }
        body .message__item .box-message.success p {
          color: #3c763d;
          font-family: 'Overpass', sans-serif;
          font-weight: 700; }
          body .message__item .box-message.success p::before {
            content: "\2713";
            font-weight: 700;
            margin-right: 5px; }

@media screen and (max-width: 989px) {
  body.webview {
    margin-top: 0;
    padding-top: 0; } }

@media screen and (max-width: 1147px) {
  body.webview {
    margin-top: 0;
    padding-top: 0; } }

@media screen and (max-width: 767px) {
  body.webview {
    margin-top: 0;
    padding-top: 0; } }

a {
  color: #3a66c8; }
  a[href]:hover {
    text-decoration: underline; }

input {
  -webkit-appearance: none; }

.relative_left_full {
  position: relative;
  width: 100%;
  float: left; }

.relative_full {
  position: relative;
  width: 100%; }

.c-title {
  color: #000000;
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 125%;
  font-family: "Merriweather", serif; }

.c-title-02 {
  position: relative;
  float: left;
  width: 100%;
  font-family: "Merriweather", serif;
  font-size: 2.125rem;
  line-height: 100%;
  text-align: left;
  color: #000000;
  margin: 30px 0; }
  .c-title-02 strong {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    width: auto;
    font-weight: 700; }

.c-title-03 {
  position: relative;
  float: left;
  width: 100%;
  text-align: left;
  font-size: 1.375rem;
  color: #000000;
  line-height: 125%;
  font-family: "Merriweather", serif; }

.c-title-04 {
  position: relative;
  float: left;
  width: 100%;
  text-align: left;
  font-size: 1rem;
  color: #000000;
  line-height: 125%;
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  margin: 0 0 15px 0; }

.c-box-title {
  color: #707070;
  display: inline-block;
  border-left: 1px solid;
  border-right: 1px solid;
  font-family: "Merriweather", serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 15px;
  padding: 0 8px;
  text-transform: lowercase; }

.box-title {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 15px;
  line-height: 31px;
  font-size: 1.375rem;
  font-weight: bold;
  margin: 0;
  font-family: "Overpass", sans-serif;
  padding: 0;
  border-top: solid 1px #2a2a2a; }
  .box-title strong {
    position: relative;
    float: left;
    width: auto;
    padding: 15px 0 0 0;
    margin-top: 0; }
    .box-title strong:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 4px;
      background: #2a2a2a; }

.c-ad-overhead {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start; }
  .c-ad-overhead span {
    position: relative;
    width: auto;
    display: inline-flex;
    height: 20px;
    font-family: "Overpass", sans-serif;
    text-transform: uppercase;
    font-size: 0.75rem;
    line-height: 23px;
    font-weight: bold;
    background: #f0ad2c;
    color: #ffffff;
    padding: 0 6px; }
    .c-ad-overhead span a {
      text-decoration: none;
      color: #ffffff;
      display: inline-block;
      width: 100%;
      cursor: pointer; }
  .c-ad-overhead .question {
    display: none;
    position: absolute;
    right: -16px;
    top: 2px;
    width: 16px;
    height: 16px;
    background: transparent;
    cursor: pointer; }
    .c-ad-overhead .question .balloon {
      position: absolute;
      top: 26px;
      left: calc(50% - 200px);
      width: 220px;
      height: auto;
      background: #cccccc;
      padding: 10px;
      font-size: 0.75rem;
      line-height: 125%;
      text-transform: initial;
      color: #000000;
      border-radius: 4px;
      display: none;
      -ms-transition: all 1s ease-out;
      -moz-transition: all 1s ease-out;
      -webkit-transition: all 1s ease-out;
      -o-transition: all 1s ease-out; }
      .c-ad-overhead .question .balloon:before {
        content: "";
        position: absolute;
        left: calc(50% - 5px);
        top: -5px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #cccccc; }
    .c-ad-overhead .question:focus .balloon, .c-ad-overhead .question:hover .balloon {
      display: block; }

.c-logos-client-header {
  float: right;
  width: 120px;
  height: 70px;
  text-align: right; }
  .c-logos-client-header .image-client {
    width: auto;
    height: auto;
    float: right; }
  .c-logos-client-header img {
    float: right;
    width: auto;
    max-width: 100px;
    max-height: 50px; }
  .c-logos-client-header span {
    display: inline-flex;
    width: auto;
    text-align: center;
    color: #707070;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-family: "Overpass", sans-serif;
    margin-bottom: 3px; }

.c-box-footer {
  position: relative;
  width: 100%;
  float: left;
  background: #ffffff;
  border: solid 1px #e6e6e6;
  padding: 15px;
  margin: 30px 0; }
  .c-box-footer .c-ad-overhead {
    position: relative;
    align-content: center;
    align-items: center; }
  .c-box-footer .c-logos-client {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: row; }
    .c-box-footer .c-logos-client .image-client {
      width: auto;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-basis: 50%;
      padding: 0 15px;
      margin-bottom: 15px;
      justify-content: center;
      flex-direction: column;
      align-items: center; }
      .c-box-footer .c-logos-client .image-client a {
        display: inline-flex;
        height: auto;
        width: auto; }
      .c-box-footer .c-logos-client .image-client svg {
        display: inline-flex;
        height: auto;
        width: 140px;
        max-width: 100%;
        max-height: 100px; }
      .c-box-footer .c-logos-client .image-client img {
        display: inline-flex;
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: 100px; }
    .c-box-footer .c-logos-client span {
      display: inline-flex;
      width: auto;
      text-align: center;
      color: #707070;
      text-transform: uppercase;
      font-size: 0.75rem;
      font-family: "Overpass", sans-serif;
      margin-bottom: 3px; }
  .c-box-footer .c-text {
    width: 100%;
    float: left;
    font-size: 0.875rem;
    color: #707070;
    line-height: 150%;
    font-family: "Overpass", sans-serif;
    text-align: center; }
    .c-box-footer .c-text p {
      width: 100%;
      display: inline-block;
      margin: 0;
      font-size: 0.875rem;
      color: #707070;
      line-height: 150%;
      font-family: "Overpass", sans-serif;
      text-align: center; }

.c-summary {
  color: #000000;
  font-size: 1.25rem;
  line-height: 125%; }

.btn {
  border: 1px solid #2a2a2a;
  border-radius: 6px;
  color: #2a2a2a;
  cursor: pointer;
  font-size: 0.875rem;
  padding: 8px 12px;
  text-decoration: none;
  text-transform: uppercase; }
  .btn:hover {
    background-color: #2a2a2a;
    color: #ffffff;
    text-decoration: none; }

.btn-submit {
  background-color: #2a2a2a;
  border: none;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  font-family: "Overpass", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-align: center;
  -moz-transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25 ease-in-out;
  transition: background-color .25s ease-in-out; }
  .btn-submit:hover {
    background-color: #707070; }

.btn-show-more {
  background-color: #f5f5f5;
  border: 1px solid #2a2a2a;
  color: #2a2a2a;
  cursor: pointer;
  font-family: "Overpass", sans-serif;
  font-size: 0.875rem;
  padding: 7px 15px 3px 15px;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25 ease-in-out;
  transition: background-color .25s ease-in-out; }
  .btn-show-more:hover {
    background-color: #2a2a2a;
    color: #ffffff;
    text-decoration: none; }

.c-modal-header .btn-close {
  cursor: pointer;
  float: right;
  height: 25px;
  margin-top: 10px;
  position: relative;
  width: 25px;
  font-size: 0;
  background: none;
  padding: 0;
  border: 0;
  right: 25px;
  z-index: 1; }

.btn-close {
  cursor: pointer;
  height: 30px;
  margin-top: 10px;
  width: 25px; }
  .btn-close:after, .btn-close:before {
    background-color: #000000;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 12px;
    transform: rotate(45deg);
    width: 100%; }
  .btn-close:after {
    transform: rotate(-45deg); }

#modal-read-later .btn-close {
  height: 20px;
  width: 20px; }
  #modal-read-later .btn-close::after, #modal-read-later .btn-close::before {
    background-color: #707070; }

.top {
  position: relative;
  float: left;
  width: 100%; }

.mobile-show {
  display: none; }

.mobile-hide {
  display: block; }

.hide {
  display: none; }

/**
 * Overflow to control body when open/close comments
 */
.overflow-y {
  overflow-y: auto; }

.overflow-y-hide {
  overflow: hidden; }

@media screen and (max-width: 767px) {
  .mobile-show {
    display: block; }
  .mobile-hide {
    display: none; }
  .c-title-02 {
    font-size: 1.25rem; }
    .c-title-02 strong:before, .c-title-02 strong:after {
      top: calc(50% - 11px);
      height: 23px; }
  .mobile-overflow-y-hide {
    overflow-y: hidden; } }

.tp-backdrop.tp-active {
  opacity: 0.9 !important; }

@media screen and (min-width: 768px) {
  div.tp-modal {
    overflow-y: auto !important;
    top: -50% !important;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%); }
  .tp-iframe-wrapper {
    margin: 20px auto !important; } }

@media screen and (max-width: 767px) {
  .tp-iframe-wrapper {
    margin: 80px auto 40px !important; } }

.minha-gazeta {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 0;
  z-index: 1000; }
  @media screen and (max-width: 1147px) {
    .minha-gazeta {
      top: 56px; } }
  .minha-gazeta.active {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%; }
    @media screen and (max-width: 768px) {
      .minha-gazeta.active {
        z-index: 9999999999; } }
    .minha-gazeta.active .wrapper {
      height: 100vh; }
      @media screen and (max-width: 1024px) {
        .minha-gazeta.active .wrapper {
          padding: 0; } }
      @media screen and (max-width: 768px) {
        .minha-gazeta.active .wrapper {
          margin-left: 56px;
          padding: 0;
          width: 100%; } }
      .minha-gazeta.active .wrapper .minha-gazeta-body {
        flex-direction: column;
        background-color: #ffffff;
        float: right;
        height: auto;
        margin-top: 100px;
        min-height: 100vh;
        min-height: -webkit-fill-available;
        padding: 38px 15px;
        position: relative;
        width: 304px;
        -webkit-animation: slide-out-top 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
        animation: slide-out-top 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }
        @media screen and (max-width: 1024px) {
          .minha-gazeta.active .wrapper .minha-gazeta-body {
            margin-top: 0; } }
        @media screen and (max-width: 768px) {
          .minha-gazeta.active .wrapper .minha-gazeta-body {
            margin-top: -1px;
            padding: 38px 75px 38px 15px; } }
        .minha-gazeta.active .wrapper .minha-gazeta-body.active {
          webkit-animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
        @media screen and (max-width: 768px) {
          .minha-gazeta.active .wrapper .minha-gazeta-body {
            width: 100%; } }

@-webkit-keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; } }

@keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; } }

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
        .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo {
          align-items: center; }
          .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar {
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            align-items: center;
            border-radius: 100%;
            border: solid 1px #e6e6e6;
            display: flex;
            height: 28px;
            justify-content: center;
            line-height: 33px;
            overflow: hidden;
            position: relative;
            width: 28px;
            /*-- CORES PARA CADA LETRA --*/ }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial {
              font-size: 0.875rem;
              color: #2a2a2a;
              display: inline-block;
              font-family: "Merriweather";
              height: 28px;
              line-height: 28px;
              position: absolute;
              text-align: center;
              vertical-align: middle;
              width: 36px;
              -webkit-animation: flip-in-ver-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
              animation: flip-in-ver-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .photo-user {
              background-position: center;
              background-repeat: no-repeat;
              background-size: cover;
              display: inline-block;
              height: 100%;
              left: 0;
              max-width: 28px;
              position: absolute;
              text-align: center;
              top: 0;
              vertical-align: top;
              width: 100%;
              z-index: 10;
              -webkit-animation: flip-in-ver-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
              animation: flip-in-ver-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@-webkit-keyframes flip-in-ver-right {
  0% {
    -webkit-transform: rotateY(-80deg);
    transform: rotateY(-80deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1; } }

@keyframes flip-in-ver-right {
  0% {
    -webkit-transform: rotateY(-80deg);
    transform: rotateY(-80deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1; } }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.A {
              background-color: #378fae; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.B {
              background-color: #82b4c5; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.C {
              background-color: #8c9ea9; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.D {
              background-color: #9aa6af; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.E {
              background-color: #a9b6bf; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.F {
              background-color: #508994; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.G {
              background-color: #75a5ac; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.H {
              background-color: #84b896; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.I {
              background-color: #91c2b3; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.J {
              background-color: #adbfa9; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.K {
              background-color: #c5c896; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.L {
              background-color: #d3c696; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.M {
              background-color: #d9c686; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.N {
              background-color: #e1c475; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.O {
              background-color: #e3b37c; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.P {
              background-color: #e3ae64; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.Q {
              background-color: #d3b4a2; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.R {
              background-color: #e1b59f; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.S {
              background-color: #d1a795; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.T {
              background-color: #dd9e83; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.U {
              background-color: #d38387; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.V {
              background-color: #b8bed0; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.W {
              background-color: #b0a0b6; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.X {
              background-color: #b7acaa; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.Y {
              background-color: #cbbeb9; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-avatar .c-user-initial.Z {
              background-color: #bbb2b2; }
          .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-name {
            font-size: 1.125rem;
            color: #2a2a2a;
            font-family: "Overpass", sans-serif;
            margin-left: 12px; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .user-photo .user-name strong {
              font-weight: bold; }
        .minha-gazeta.active .wrapper .minha-gazeta-body .editar-perfil {
          font-size: 0.875rem;
          color: #0045b4;
          font-family: "Overpass", sans-serif;
          margin: 16px 0 37px 40px;
          text-decoration: none; }
          .minha-gazeta.active .wrapper .minha-gazeta-body .editar-perfil:hover {
            text-decoration: underline; }
          .minha-gazeta.active .wrapper .minha-gazeta-body .editar-perfil.no-subscriber {
            margin: 16px 0 0 40px; }
        .minha-gazeta.active .wrapper .minha-gazeta-body .btn-assine {
          font-size: 0.875rem;
          align-items: center;
          background-color: #e66a1d;
          border-radius: 20px;
          color: #ffffff;
          cursor: pointer;
          font-family: "Overpass", sans-serif;
          font-weight: bold;
          justify-content: center;
          margin: 24px 0 37px;
          padding: 12px 16px;
          text-align: center;
          transition: all 0.5s ease;
          text-decoration: none;
          width: 100%; }
          .minha-gazeta.active .wrapper .minha-gazeta-body .btn-assine:hover {
            box-shadow: 0 3px 6px 0 0, 0, 0, 0.16; }
          .minha-gazeta.active .wrapper .minha-gazeta-body .btn-assine svg {
            height: 10px;
            margin-left: 5px;
            width: 10px; }
        .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list,
        .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list {
          flex-direction: column;
          margin-bottom: 30px;
          padding: 0 10px; }
          .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list .item-list,
          .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list .item-list {
            border-bottom: 1px solid #e6e6e6;
            padding: 15px 0;
            width: 100%; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list .item-list:first-child,
            .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list .item-list:first-child {
              align-items: center;
              flex-direction: row;
              justify-content: space-between; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list .item-list .title,
            .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list .item-list .title {
              font-size: 1rem;
              font-family: "Overpass", sans-serif;
              font-weight: bold; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list .item-list .btn-painel,
            .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list .item-list .btn-ver-tudo,
            .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list .item-list .btn-painel,
            .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list .item-list .btn-ver-tudo {
              font-size: 0.75rem;
              background-color: #e6e6e6;
              border-radius: 16px;
              color: #2a2a2a;
              cursor: pointer;
              font-family: "Overpass", sans-serif;
              letter-spacing: 0.3px;
              padding: 8px 16px;
              transition: all 0.5s ease;
              text-decoration: none; }
              .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list .item-list .btn-painel:hover,
              .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list .item-list .btn-ver-tudo:hover,
              .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list .item-list .btn-painel:hover,
              .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list .item-list .btn-ver-tudo:hover {
                box-shadow: 0 3px 6px 0 0, 0, 0, 0.16; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list .item-list .item-text,
            .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list .item-list .item-text {
              font-size: 0.875rem;
              align-items: center;
              color: #2a2a2a;
              cursor: pointer;
              font-family: "Overpass", sans-serif;
              line-height: 125%;
              text-decoration: none; }
              .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list .item-list .item-text:hover,
              .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list .item-list .item-text:hover {
                text-decoration: underline; }
              .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list .item-list .item-text svg,
              .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list .item-list .item-text svg {
                height: 24px;
                margin-left: 5px;
                width: 24px; }
          .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list.no-subscriber,
          .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list.no-subscriber {
            margin-bottom: 7px; }
            .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list.no-subscriber .item-text,
            .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list.no-subscriber .item-text {
              cursor: default;
              color: #939393; }
              .minha-gazeta.active .wrapper .minha-gazeta-body .minha-gazeta-list.no-subscriber .item-text:hover,
              .minha-gazeta.active .wrapper .minha-gazeta-body .minha-assinatura-list.no-subscriber .item-text:hover {
                text-decoration: none; }
        .minha-gazeta.active .wrapper .minha-gazeta-body .btn-logout {
          font-size: 0.875rem;
          border-radius: 20px;
          border: 1px solid #cccccc;
          color: #707070;
          cursor: pointer;
          font-family: "Overpass", sans-serif;
          margin-top: 17px;
          padding: 8px 16px;
          transition: all 0.5s ease;
          text-decoration: none;
          width: 120px; }
          .minha-gazeta.active .wrapper .minha-gazeta-body .btn-logout:hover {
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
        .minha-gazeta.active .wrapper .minha-gazeta-body .link-home {
          font-size: 0.75rem;
          align-items: center;
          color: #0045b4;
          cursor: pointer;
          font-family: "Overpass", sans-serif;
          margin-top: 32px;
          text-decoration: none; }
          .minha-gazeta.active .wrapper .minha-gazeta-body .link-home:hover {
            text-decoration: underline; }
          .minha-gazeta.active .wrapper .minha-gazeta-body .link-home svg {
            height: 10px;
            margin-left: 5px;
            width: 10px; }

#modal-read-later-not-subscriber-logged {
  display: none; }
  #modal-read-later-not-subscriber-logged .c-modal {
    align-items: center;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: calc(50% - 170px);
    max-width: 340px; }
    @media screen and (max-width: 767px) {
      #modal-read-later-not-subscriber-logged .c-modal {
        left: calc(50% - 160px);
        max-width: 320px; } }
    #modal-read-later-not-subscriber-logged .c-modal .c-modal-header .btn-close {
      position: absolute;
      right: 15px;
      top: 10px;
      width: 20px;
      z-index: 20; }
      #modal-read-later-not-subscriber-logged .c-modal .c-modal-header .btn-close:before, #modal-read-later-not-subscriber-logged .c-modal .c-modal-header .btn-close:after {
        background-color: #707070; }
    #modal-read-later-not-subscriber-logged .c-modal .c-modal-content {
      align-items: center;
      display: flex;
      justify-content: center;
      padding: 20px;
      position: relative;
      width: 100%; }
      #modal-read-later-not-subscriber-logged .c-modal .c-modal-content .save-read-later-information .title {
        font-weight: 500; }
        #modal-read-later-not-subscriber-logged .c-modal .c-modal-content .save-read-later-information .title strong {
          font-weight: 600; }
      #modal-read-later-not-subscriber-logged .c-modal .c-modal-content .save-read-later-information .subscriber-message {
        font-weight: 600; }
        #modal-read-later-not-subscriber-logged .c-modal .c-modal-content .save-read-later-information .subscriber-message .link-login {
          text-decoration: none; }
      #modal-read-later-not-subscriber-logged .c-modal .c-modal-content .save-read-later-information .message-minha-gazeta {
        color: #3a66c8; }
        #modal-read-later-not-subscriber-logged .c-modal .c-modal-content .save-read-later-information .message-minha-gazeta .link-minha-gazeta-home {
          font-weight: 600; }

.header {
  position: relative;
  width: 100%;
  display: block;
  -ms-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  min-height: 100px; }

.c-effect-roller {
  -ms-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.roller-bottom.scrollDown ul {
  height: 0; }

.roller-bottom.scrollDown .c-ads .btn-close {
  display: block; }

.roller-bottom.scrollDown .btn-close {
  display: block; }

.roller-top.scrollUp {
  transform: translateY(-100%);
  overflow: hidden; }
  .roller-top.scrollUp .c-header.c-header-small,
  .roller-top.scrollUp .c-header {
    transform: translateY(-100px); }

.roller-ads {
  transform: translateY(0px); }

body .ads-header-fixed.roller-ads {
  top: 0;
  transform: translateY(40px); }

body .ads-header-fixed.roller-ads.scrollAds {
  top: 0;
  transform: translateY(-20px);
  overflow: hidden; }

body.video .ads-header-fixed.roller-ads, body.podcast .ads-header-fixed.roller-ads, body.home .ads-header-fixed.roller-ads {
  top: 10px;
  transform: translateY(0); }

body.video .ads-header-fixed.roller-ads.scrollAds, body.podcast .ads-header-fixed.roller-ads.scrollAds, body.home .ads-header-fixed.roller-ads.scrollAds {
  transform: translateY(-50px);
  top: 0; }

body.webview .ads-header-fixed.roller-ads {
  top: 0;
  transform: translateY(-50px); }

.c-header {
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  background: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  font-family: "Overpass", sans-serif;
  font-weight: 400;
  height: 100px;
  left: 0;
  padding: 6px 0 10px;
  top: 0;
  transition: all 0.5s linear;
  width: 100%;
  z-index: 9999999999;
  position: fixed; }
  .c-header .wrapper {
    height: 100%;
    padding: 0; }
  .c-header .h-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%; }
    .c-header .h-container .assine-bt {
      min-height: 50px; }
      .c-header .h-container .assine-bt .c-btn-sign-it-mobile {
        height: 28px;
        width: 62px;
        padding: 10px;
        background-color: #ed7828;
        border: solid 1px #ffffff;
        border-top: 0;
        border-radius: 20px;
        font-size: 0.75rem;
        color: #ffffff;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        align-items: center;
        justify-content: center;
        display: none; }

@keyframes take2 {
  0% {
    opacity: 1; }
  25% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    color: #f2cf2e;
    opacity: 0; } }

@keyframes take2a {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1;
    color: #000; } }
    .c-header .h-container .menu {
      display: flex;
      align-items: center;
      position: absolute;
      left: 0; }
      @media screen and (max-width: 768px) {
        .c-header .h-container .menu {
          left: 20px; } }
    .c-header .h-container .h-editor {
      text-align: center; }
      .c-header .h-container .h-editor .h-logotipo .logo-placeholder,
      .c-header .h-container .h-editor .h-logotipo-mobile .logo-placeholder {
        width: 265px;
        -ms-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
        margin: auto auto 8px; }
      .c-header .h-container .h-editor .home-current-date {
        width: 100%;
        font-size: 0.75rem;
        display: block;
        color: #707070; }
    .c-header .h-container .h-menu {
      position: absolute;
      right: 0; }
      .c-header .h-container .h-menu .h-nav {
        text-align: right; }
        .c-header .h-container .h-menu .h-nav .c-login.user_header .c-not-logged-in {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center; }
          @media screen and (max-width: 1147px) {
            .c-header .h-container .h-menu .h-nav .c-login.user_header .c-not-logged-in {
              display: none; } }
          .c-header .h-container .h-menu .h-nav .c-login.user_header .c-not-logged-in .c-btn-sign-it {
            position: relative;
            top: -21px;
            width: auto;
            text-decoration: none; }

@-webkit-keyframes black-assine {
  from {
    color: #fff; }
  to {
    color: #f2cf2e; } }

@keyframes black-assine {
  from {
    color: #fff; }
  to {
    color: #f2cf2e; } }
            .c-header .h-container .h-menu .h-nav .c-login.user_header .c-not-logged-in .c-btn-sign-it.btn1a {
              width: 110px;
              height: 30px;
              background: #de8d18;
              border-radius: 30px;
              color: #fff;
              text-align: center;
              top: 5px;
              padding: 20px 11px;
              transition: all 0.5s ease; }
              .c-header .h-container .h-menu .h-nav .c-login.user_header .c-not-logged-in .c-btn-sign-it.btn1a span {
                font-size: 14px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-weight: bold;
                text-decoration: none;
                text-transform: uppercase;
                position: absolute;
                inset: 0; }
                .c-header .h-container .h-menu .h-nav .c-login.user_header .c-not-logged-in .c-btn-sign-it.btn1a span.frame-01 {
                  opacity: 1;
                  letter-spacing: -0.5px;
                  line-height: 100%; }
        .c-header .h-container .h-menu .h-nav .c-login.user_header .logged.has-digital .assine-bt .c-btn-sign-it {
          position: relative;
          top: -32px;
          top: -12px;
          left: -14px; }
          .c-header .h-container .h-menu .h-nav .c-login.user_header .logged.has-digital .assine-bt .c-btn-sign-it.btn1a {
            width: 110px;
            height: 30px;
            background: #de8d18;
            border-radius: 30px;
            color: #fff;
            text-align: center;
            top: 5px;
            padding: 20px 11px;
            transition: all 0.5s ease; }
            .c-header .h-container .h-menu .h-nav .c-login.user_header .logged.has-digital .assine-bt .c-btn-sign-it.btn1a span {
              font-size: 14px;
              display: flex;
              align-items: center;
              justify-content: center;
              font-weight: bold;
              text-decoration: none;
              text-transform: uppercase;
              position: absolute;
              inset: 0; }
              .c-header .h-container .h-menu .h-nav .c-login.user_header .logged.has-digital .assine-bt .c-btn-sign-it.btn1a span.frame-01 {
                opacity: 1;
                letter-spacing: -0.5px;
                line-height: 100%; }
        .c-header .h-container .h-menu .h-nav .c-search {
          right: 45px; }
  .c-header.c-header-small {
    position: fixed;
    top: 0;
    height: 70px;
    transition: all 0.5s linear; }
    .c-header.c-header-small .h-container .h-editor .h-logotipo .logo-placeholder,
    .c-header.c-header-small .h-container .h-editor .h-logotipo-mobile .logo-placeholder {
      -ms-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      width: 200px;
      margin: auto auto 2px; }
    .c-header.c-header-small .h-container .h-menu .h-nav .c-login.user_header .c-not-logged-in .c-btn-sign-it {
      top: 11px; }
    .c-header.c-header-small .h-container .h-menu .h-nav .c-login.user_header .c-not-logged-in .btn1a {
      top: 10px;
      padding: 6px; }
    .c-header.c-header-small .h-container .h-menu .h-nav .c-login.user_header .c-not-logged-in img {
      width: 110px;
      height: 50px; }
    .c-header.c-header-small .h-container .h-menu .h-nav .c-login.user_header .logged.has-digital .assine-bt .c-btn-sign-it {
      padding: 7px;
      top: 0; }

.assine-bt-mobile {
  display: none; }

@media screen and (max-width: 1147px) {
  .header {
    min-height: 56px; }
    .header .c-header {
      height: 56px;
      padding-top: 0; }
      .header .c-header .h-container .assine-bt-mobile {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px; }
      .header .c-header .h-container .c-btn-sign-it-mobile {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        position: relative; }
        .header .c-header .h-container .c-btn-sign-it-mobile.btn1a {
          width: 70px;
          height: 30px;
          background: #de8d18;
          border-radius: 30px;
          color: #fff;
          text-align: center;
          top: 5px;
          padding: 15px 11px;
          transition: all 0.5s ease;
          position: relative; }
          .header .c-header .h-container .c-btn-sign-it-mobile.btn1a span {
            font-size: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            text-decoration: none;
            text-transform: uppercase;
            position: absolute;
            inset: 0; }
            .header .c-header .h-container .c-btn-sign-it-mobile.btn1a span.frame-01 {
              opacity: 1;
              letter-spacing: -0.5px;
              line-height: 100%; }
      .header .c-header .h-container .h-editor .h-logotipo .logo-placeholder,
      .header .c-header .h-container .h-editor .h-logotipo-mobile .logo-placeholder {
        width: 185px;
        margin: auto;
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        .header .c-header .h-container .h-editor .h-logotipo .logo-placeholder svg,
        .header .c-header .h-container .h-editor .h-logotipo-mobile .logo-placeholder svg {
          height: 55px;
          width: 100%;
          max-width: inherit; }
      .header .c-header .h-container .h-editor .home-current-date {
        display: none; }
      .header .c-header .h-container .h-menu {
        width: auto;
        height: 52px;
        top: -6px; }
        .header .c-header .h-container .h-menu .c-search {
          display: none; } }

@media screen and (max-width: 767px) {
  .header .c-header .h-container .assine-bt {
    min-height: 14px;
    min-width: 40px; }
  .header .c-header .h-container .h-editor .h-logotipo .logo-placeholder,
  .header .c-header .h-container .h-editor .h-logotipo-mobile .logo-placeholder {
    width: 165px; }
  .header .c-header.c-header-small {
    padding-top: 0; } }

@media screen and (max-width: 379px) {
  .header .c-header .h-container .assine-bt {
    min-height: 14px;
    min-width: 40px; } }

@media screen and (max-width: 359px) {
  .header .c-header .h-container .h-editor .h-logotipo .logo-placeholder,
  .header .c-header .h-container .h-editor .h-logotipo-mobile .logo-placeholder {
    width: 150px; } }

.h-quick-news .h-quick-news-ul li {
  text-align: center; }
  .h-quick-news .h-quick-news-ul li a {
    display: flex;
    color: #2a2a2a;
    text-decoration: none;
    align-items: center;
    flex-direction: column;
    justify-content: center; }
    .h-quick-news .h-quick-news-ul li a .c-svg {
      position: relative;
      display: inline-block;
      text-align: center;
      height: 23px;
      margin-bottom: 4px; }
      .h-quick-news .h-quick-news-ul li a .c-svg svg {
        width: 23px;
        height: 23px;
        vertical-align: top;
        display: inline-block; }
        .h-quick-news .h-quick-news-ul li a .c-svg svg polygon,
        .h-quick-news .h-quick-news-ul li a .c-svg svg rect,
        .h-quick-news .h-quick-news-ul li a .c-svg svg path {
          fill: #2a2a2a; }
    .h-quick-news .h-quick-news-ul li a .c-title-li {
      position: relative;
      display: inline-block;
      align-self: center;
      text-transform: uppercase;
      font-family: "Overpass", sans-serif;
      font-weight: 400;
      font-size: 0.75rem;
      line-height: 100%;
      color: #2a2a2a;
      text-align: center; }
      .h-quick-news .h-quick-news-ul li a .c-title-li:before {
        content: "";
        height: 10px;
        position: absolute;
        left: -10px;
        bottom: 2px;
        width: 1px;
        background: #2a2a2a;
        -ms-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -webkit-transition: all 1s ease-out;
        -o-transition: all 1s ease-out; }
    .h-quick-news .h-quick-news-ul li a:hover:after {
      display: block; }
  .h-quick-news .h-quick-news-ul li .vantagens {
    display: none; }

.h-quick-news .h-quick-news-ul li:first-child {
  border-left: 1px solid #e6e6e6;
  margin-left: 0px;
  padding-left: 20px; }
  .h-quick-news .h-quick-news-ul li:first-child a .c-title-li:before {
    display: none; }

.c-header.c-header-small .h-quick-news .h-quick-news-ul li {
  -ms-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .c-header.c-header-small .h-quick-news .h-quick-news-ul li a .c-title-li {
    display: none; }
  .c-header.c-header-small .h-quick-news .h-quick-news-ul li a:before {
    content: "";
    position: absolute;
    left: -15px;
    top: calc(50% - 8px);
    width: 1px;
    height: 12px;
    background: #2a2a2a; }
  .c-header.c-header-small .h-quick-news .h-quick-news-ul li:first-child {
    margin-left: 0; }
    .c-header.c-header-small .h-quick-news .h-quick-news-ul li:first-child a:before {
      display: none; }

@media screen and (max-width: 1147px) {
  .h-quick-news {
    display: none; }
  .c-view-more .dropdown .h-quick-news {
    display: inline-block !important;
    width: 100%;
    padding: 0 15px; }
    .c-view-more .dropdown .h-quick-news .h-quick-news-ul {
      text-align: center;
      padding: 20px 0; }
      .c-view-more .dropdown .h-quick-news .h-quick-news-ul li {
        width: auto;
        flex-basis: auto;
        padding: 0 5px;
        margin: 0;
        text-align: center;
        line-height: 56px;
        height: 56px; }
        .c-view-more .dropdown .h-quick-news .h-quick-news-ul li a {
          text-align: center; }
          .c-view-more .dropdown .h-quick-news .h-quick-news-ul li a .c-svg svg path, .c-view-more .dropdown .h-quick-news .h-quick-news-ul li a .c-svg svg polygon, .c-view-more .dropdown .h-quick-news .h-quick-news-ul li a .c-svg svg rect {
            fill: #2a2a2a; }
          .c-view-more .dropdown .h-quick-news .h-quick-news-ul li a .c-title-li {
            color: #2a2a2a;
            display: block;
            margin-top: 10px;
            font-size: 0.6875rem; }
            .c-view-more .dropdown .h-quick-news .h-quick-news-ul li a .c-title-li:before {
              display: none; }
          .c-view-more .dropdown .h-quick-news .h-quick-news-ul li a:before {
            display: none; }
        .c-view-more .dropdown .h-quick-news .h-quick-news-ul li .vantagens {
          display: inline-block; }
  .c-header.c-header-small .h-quick-news .h-quick-news-ul li a {
    padding-left: 2px;
    padding-right: 2px; }
    .c-header.c-header-small .h-quick-news .h-quick-news-ul li a .c-title-li:before {
      display: none; } }

.c-search {
  cursor: pointer;
  margin: 0 20px; }
  @media screen and (max-width: 767px) {
    .c-search {
      display: none; } }
  .c-search .c-search-span {
    border: 0;
    bottom: calc(50% - 17px);
    cursor: pointer;
    display: inline-block;
    height: 35px;
    line-height: 34px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 30px;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    width: 30px; }
    .c-search .c-search-span svg, .c-search .c-search-span img {
      display: inline-block;
      height: 24px;
      vertical-align: middle;
      width: 24px; }
    .c-search .c-search-span:focus, .c-search .c-search-span:hover {
      outline: none; }
    .c-search .c-search-span svg {
      display: inline-block;
      vertical-align: middle; }
      .c-search .c-search-span svg path {
        fill: #2a2a2a; }
  .c-search .c-search-span {
    display: block;
    position: relative;
    right: 0;
    font-size: 0; }
    .c-search .c-search-span .c-search-icon-img {
      display: initial; }
    .c-search .c-search-span .c-close-icon-img {
      display: none; }

.c-search-div {
  height: 190px;
  width: 100%;
  margin: auto;
  background-color: #2a2a2a;
  position: absolute;
  top: 100px;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center; }
  .c-search-div .c-title-input {
    margin-bottom: 32px;
    text-align: center;
    font: normal normal bold 16px/25px Overpass;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1; }
  .c-search-div .c-custom-search {
    position: relative;
    width: 697px;
    margin: 0 auto; }
    .c-search-div .c-custom-search #c-search-input {
      top: 193px;
      left: 582px;
      width: 100%;
      height: 48px;
      padding: 14px 0px 14px 16px;
      font-size: 16px;
      display: initial !important;
      border: 1px solid #CCCCCC;
      border-radius: 6px 0px 0px 6px;
      opacity: 1;
      box-sizing: border-box;
      outline: none; }
    .c-search-div .c-custom-search .c-search-reset-button {
      cursor: pointer;
      background: transparent;
      border: 0;
      display: none;
      padding: 0;
      position: absolute;
      right: 20px;
      top: 13px;
      height: 24px;
      width: 24px; }
    .c-search-div .c-custom-search .search-button svg path {
      fill: #2a2a2a; }
    .c-search-div .c-custom-search .c-disabled {
      background: #E6E6E6 !important;
      cursor: context-menu; }
    .c-search-div .c-custom-search .c-disabled svg path {
      fill: #B5B5B5; }
    .c-search-div .c-custom-search .search-button {
      position: absolute;
      cursor: pointer;
      background: #FFFFFF 0% 0% no-repeat padding-box;
      width: 56px;
      height: 48px;
      border: 1px solid #CCCCCC;
      border-radius: 0px 6px 6px 0px; }

.c-no-scroll {
  position: fixed;
  overflow-y: scroll; }

.c-login {
  position: relative;
  display: inline-block;
  vertical-align: top; }
  .c-login .c-unlogged {
    min-width: 110px; }
  .c-login .c-btn-sign-it {
    float: left;
    height: auto;
    width: 145px; }
  .c-login .c-btn-login {
    margin: 0 0 0 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.75rem;
    line-height: 125%;
    color: #2a2a2a;
    text-transform: uppercase;
    border-bottom: solid 1px #2a2a2a;
    cursor: pointer;
    -ms-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    text-decoration: none; }
    .c-login .c-btn-login:hover {
      border-color: transparent; }
  .c-login .logged {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    .c-login .logged .span-mobile {
      display: none; }
    .c-login .logged .assine-bt {
      display: flex;
      align-items: center; }
      .c-login .logged .assine-bt .btn-notification {
        cursor: pointer; }
        .c-login .logged .assine-bt .btn-notification.tooltip {
          display: inline-block;
          height: 36px;
          position: relative;
          margin: 0 10px 0 0; }
          @media screen and (max-width: 768px) {
            .c-login .logged .assine-bt .btn-notification.tooltip {
              display: none; } }
          .c-login .logged .assine-bt .btn-notification.tooltip .tooltiptext {
            font-size: 0.875rem;
            background-color: #fff;
            border-radius: 20px;
            border: 1px solid #cccccc;
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            color: #000;
            font-family: "Overpass", sans-serif;
            left: 45%;
            margin-left: -60px;
            padding: 10px 0;
            position: absolute;
            text-align: center;
            top: 120%;
            visibility: hidden;
            width: 120px;
            z-index: 1001; }
            .c-login .logged .assine-bt .btn-notification.tooltip .tooltiptext::after {
              border-color: transparent transparent #fff transparent;
              border-style: solid;
              border-width: 6px;
              bottom: 100%;
              content: "";
              left: 50%;
              margin-left: -5px;
              position: absolute; }
            .c-login .logged .assine-bt .btn-notification.tooltip .tooltiptext::before {
              border-color: transparent transparent #ccc transparent;
              border-style: solid;
              border-width: 7px;
              bottom: 100%;
              content: "";
              left: 50%;
              margin-left: -6px;
              position: absolute; }
          .c-login .logged .assine-bt .btn-notification.tooltip svg path {
            transition: fill-opacity 0.3s, stroke 0.3s; }
        .c-login .logged .assine-bt .btn-notification.tooltip:hover svg path {
          opacity: 1;
          stroke: #fff; }
        .c-login .logged .assine-bt .btn-notification.tooltip:hover .tooltiptext {
          visibility: visible; }
        .c-login .logged .assine-bt .btn-notification.new-notification:after {
          -moz-border-radius: 7.5px;
          -webkit-border-radius: 7.5px;
          background-color: #ff4941;
          border-radius: 7.5px;
          content: "";
          display: inline-block;
          height: 10px;
          position: absolute;
          right: 5px;
          width: 10px; }
  .c-login .logged.has-digital {
    display: none;
    height: 48px; }
  .c-login .c-btn-advantage {
    display: inline-block;
    vertical-align: top;
    height: 48px;
    line-height: 48px;
    cursor: pointer; }
    .c-login .c-btn-advantage svg {
      display: inline-block;
      vertical-align: middle;
      width: 60px;
      height: 30px;
      fill: #2a2a2a; }
  .c-login .c-btn-advantage-mobile {
    display: none;
    vertical-align: top;
    height: 40px;
    line-height: 38px; }
    .c-login .c-btn-advantage-mobile svg {
      display: inline-block;
      vertical-align: middle;
      width: 30px;
      height: 30px; }
  .c-login .btn-user {
    cursor: pointer;
    line-height: 40px; }
    .c-login .btn-user .btn-close-minha-gazeta {
      display: none; }
    @media screen and (max-width: 768px) {
      .c-login .btn-user {
        width: 30px;
        height: 30px;
        line-height: 27px; } }
    .c-login .btn-user .user-avatar {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 36px;
      height: 36px;
      line-height: 33px;
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      overflow: hidden;
      border: solid 1px #e6e6e6;
      -webkit-animation: flip-in-ver-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
      animation: flip-in-ver-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
      /*-- CORES PARA CADA LETRA --*/ }

@-webkit-keyframes flip-in-ver-right {
  0% {
    -webkit-transform: rotateY(-80deg);
    transform: rotateY(-80deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1; } }

@keyframes flip-in-ver-right {
  0% {
    -webkit-transform: rotateY(-80deg);
    transform: rotateY(-80deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1; } }
      @media screen and (max-width: 768px) {
        .c-login .btn-user .user-avatar {
          width: 30px;
          height: 30px;
          line-height: 27px; } }
      .c-login .btn-user .user-avatar .c-user-initial {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        font-size: 0.875rem;
        line-height: 36px;
        font-family: "Merriweather", serif;
        color: #2a2a2a;
        text-align: center;
        cursor: pointer;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .c-login .btn-user .user-avatar .c-user-initial {
            width: 30px;
            height: 30px;
            line-height: 30px; } }
      .c-login .btn-user .user-avatar .photo-user {
        display: inline-block;
        vertical-align: top;
        max-width: 36px;
        text-align: center;
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0; }
        @media screen and (max-width: 768px) {
          .c-login .btn-user .user-avatar .photo-user {
            max-width: 30px; } }
      .c-login .btn-user .user-avatar .c-user-initial.A {
        background-color: #378fae; }
      .c-login .btn-user .user-avatar .c-user-initial.B {
        background-color: #82b4c5; }
      .c-login .btn-user .user-avatar .c-user-initial.C {
        background-color: #8c9ea9; }
      .c-login .btn-user .user-avatar .c-user-initial.D {
        background-color: #9aa6af; }
      .c-login .btn-user .user-avatar .c-user-initial.E {
        background-color: #a9b6bf; }
      .c-login .btn-user .user-avatar .c-user-initial.F {
        background-color: #508994; }
      .c-login .btn-user .user-avatar .c-user-initial.G {
        background-color: #75a5ac; }
      .c-login .btn-user .user-avatar .c-user-initial.H {
        background-color: #84b896; }
      .c-login .btn-user .user-avatar .c-user-initial.I {
        background-color: #91c2b3; }
      .c-login .btn-user .user-avatar .c-user-initial.J {
        background-color: #adbfa9; }
      .c-login .btn-user .user-avatar .c-user-initial.K {
        background-color: #c5c896; }
      .c-login .btn-user .user-avatar .c-user-initial.L {
        background-color: #d3c696; }
      .c-login .btn-user .user-avatar .c-user-initial.M {
        background-color: #d9c686; }
      .c-login .btn-user .user-avatar .c-user-initial.N {
        background-color: #e1c475; }
      .c-login .btn-user .user-avatar .c-user-initial.O {
        background-color: #e3b37c; }
      .c-login .btn-user .user-avatar .c-user-initial.P {
        background-color: #e3ae64; }
      .c-login .btn-user .user-avatar .c-user-initial.Q {
        background-color: #d3b4a2; }
      .c-login .btn-user .user-avatar .c-user-initial.R {
        background-color: #e1b59f; }
      .c-login .btn-user .user-avatar .c-user-initial.S {
        background-color: #d1a795; }
      .c-login .btn-user .user-avatar .c-user-initial.T {
        background-color: #dd9e83; }
      .c-login .btn-user .user-avatar .c-user-initial.U {
        background-color: #d38387; }
      .c-login .btn-user .user-avatar .c-user-initial.V {
        background-color: #b8bed0; }
      .c-login .btn-user .user-avatar .c-user-initial.W {
        background-color: #b0a0b6; }
      .c-login .btn-user .user-avatar .c-user-initial.X {
        background-color: #b7acaa; }
      .c-login .btn-user .user-avatar .c-user-initial.Y {
        background-color: #cbbeb9; }
      .c-login .btn-user .user-avatar .c-user-initial.Z {
        background-color: #bbb2b2; }
    .c-login .btn-user.active .btn-close-minha-gazeta {
      display: block;
      height: 30px;
      width: 30px;
      -webkit-animation: flip-in-ver-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
      animation: flip-in-ver-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@-webkit-keyframes flip-in-ver-left {
  0% {
    -webkit-transform: rotateY(80deg);
    transform: rotateY(80deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1; } }

@keyframes flip-in-ver-left {
  0% {
    -webkit-transform: rotateY(80deg);
    transform: rotateY(80deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1; } }
    .c-login .btn-user.active .user-avatar {
      display: none; }

.c-user {
  display: none;
  right: -20px;
  top: 100%;
  text-align: center;
  background: #ffffff;
  border-left: solid 1px #e6e6e6;
  border-right: solid 1px #e6e6e6;
  line-height: normal;
  font-family: "Overpass", sans-serif;
  font-size: 0.875rem;
  line-height: 100%;
  text-transform: uppercase;
  width: 375px;
  position: absolute; }
  .c-user .close-submenu {
    display: none;
    height: 50px;
    float: left;
    width: 100%;
    font-size: 1rem;
    line-height: 30px;
    color: #2a2a2a;
    text-align: left;
    padding: 10px 0px 10px 20px;
    text-transform: uppercase;
    border-top: solid 1px #000000; }
    .c-user .close-submenu:before {
      content: "";
      display: inline-block;
      width: 8px;
      height: 8px;
      margin: 0px 20px 2px 0px;
      border-left: 1px solid #717171;
      border-top: 1px solid #717171;
      display: inline-block;
      font-size: 10px;
      overflow: hidden;
      -ms-transform: rotate(-50deg);
      -webkit-transform: rotate(-50deg);
      transform: rotate(-50deg);
      vertical-align: middle; }
  .c-user .c-user-header {
    position: relative;
    padding: 20px;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    display: flex;
    justify-content: start;
    align-items: center; }
    .c-user .c-user-header .c-btn-profile {
      position: relative;
      width: 70px;
      height: 70px;
      float: left;
      overflow: hidden;
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border: solid 1px #e6e6e6;
      /*-- CORES PARA CADA LETRA --*/ }
      .c-user .c-user-header .c-btn-profile .c-user-initial {
        width: 100%;
        font-family: "Merriweather", serif;
        font-weight: 700;
        font-size: 1.875rem;
        line-height: 68px;
        color: #2a2a2a;
        display: inline-block;
        text-align: center;
        vertical-align: top; }
      .c-user .c-user-header .c-btn-profile .photo-user {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.A {
        background-color: #378fae; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.B {
        background-color: #82b4c5; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.C {
        background-color: #8c9ea9; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.D {
        background-color: #9aa6af; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.E {
        background-color: #a9b6bf; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.F {
        background-color: #508994; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.G {
        background-color: #75a5ac; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.H {
        background-color: #84b896; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.I {
        background-color: #91c2b3; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.J {
        background-color: #adbfa9; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.K {
        background-color: #c5c896; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.L {
        background-color: #d3c696; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.M {
        background-color: #d9c686; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.N {
        background-color: #e1c475; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.O {
        background-color: #e3b37c; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.P {
        background-color: #e3ae64; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.Q {
        background-color: #d3b4a2; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.R {
        background-color: #e1b59f; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.S {
        background-color: #d1a795; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.T {
        background-color: #dd9e83; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.U {
        background-color: #d38387; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.V {
        background-color: #b8bed0; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.W {
        background-color: #b0a0b6; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.X {
        background-color: #b7acaa; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.Y {
        background-color: #cbbeb9; }
      .c-user .c-user-header .c-btn-profile .c-user-initial.Z {
        background-color: #bbb2b2; }
    .c-user .c-user-header .c-user-data {
      margin-left: 20px;
      margin-right: 69px;
      text-align: left; }
      .c-user .c-user-header .c-user-data .c-user-name {
        margin-bottom: 5px; }
      .c-user .c-user-header .c-user-data .c-user-profile {
        color: #999999;
        text-decoration: none; }
        .c-user .c-user-header .c-user-data .c-user-profile:hover {
          text-decoration: underline; }
  .c-user .c-user-list li {
    color: #2a2a2a;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    height: 53px; }
    .c-user .c-user-list li a {
      display: flex;
      align-items: center;
      width: 100%;
      height: 53px;
      padding: 0 25px;
      text-decoration: none;
      color: #2a2a2a;
      -ms-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out; }
      .c-user .c-user-list li a:hover {
        color: #999999; }
  .c-user svg {
    width: 34px;
    height: 27px;
    margin-right: 30px; }
    .c-user svg * {
      fill: #2a2a2a; }
  .c-user .c-user-btn {
    color: #2a2a2a;
    border: 1px solid #2a2a2a;
    padding: 5px 10px;
    text-decoration: none;
    -ms-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    cursor: pointer; }
    .c-user .c-user-btn:hover {
      color: #999999;
      border-color: #999999; }
    .c-user .c-user-btn.c-user-btn-exit {
      position: absolute;
      right: 20px; }

.c-header.c-header-small .c-login .c-btn-sign-it img {
  width: auto;
  height: 100%; }

.c-view-more .dropdown .c-search,
.c-view-more .dropdown .c-login,
.c-view-more .dropdown .h-quick-news {
  display: none; }

.c-view-more .dropdown .c-login {
  text-align: left; }
  .c-view-more .dropdown .c-login .c-btn-advantage-mobile {
    display: inline-block;
    font-size: 0.875rem;
    color: #000000;
    line-height: 30px;
    height: 30px;
    vertical-align: center;
    text-decoration: none;
    padding-left: 10px;
    border-left: solid 1px #e6e6e6; }
    .c-view-more .dropdown .c-login .c-btn-advantage-mobile svg {
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px;
      height: 30px; }
      .c-view-more .dropdown .c-login .c-btn-advantage-mobile svg path {
        fill: #2a2a2a; }

@media screen and (max-width: 1147px) {
  .c-user .close-submenu {
    display: block; }
  .c-view-more .dropdown .c-login {
    display: inline-block;
    width: 100%;
    padding: 10px 15px; }
    .c-view-more .dropdown .c-login .c-btn-advantage-mobile {
      display: inline-block; }
    .c-view-more .dropdown .c-login .logged {
      margin-left: 0;
      height: auto; }
      .c-view-more .dropdown .c-login .logged .span-mobile {
        font-size: 0.875rem;
        text-transform: uppercase;
        color: #2a2a2a;
        display: inline-block;
        line-height: 30px; }
    .c-view-more .dropdown .c-login .btn-user {
      margin-left: 0;
      margin-right: 10px;
      margin-top: 0;
      width: auto;
      height: 30px;
      line-height: 30px;
      cursor: pointer; }
      .c-view-more .dropdown .c-login .btn-user .c-user-initial {
        margin: 0;
        vertical-align: top; }
    .c-view-more .dropdown .c-login .c-btn-sign-it {
      display: none;
      width: auto;
      text-transform: uppercase;
      color: #707070;
      font-size: 1rem;
      line-height: 20px;
      height: auto;
      padding: 0 10px;
      font-weight: 400;
      float: right;
      -ms-transition: all 1s ease-out;
      -moz-transition: all 1s ease-out;
      -webkit-transition: all 1s ease-out;
      -o-transition: all 1s ease-out; }
      .c-view-more .dropdown .c-login .c-btn-sign-it:before,
      .c-view-more .dropdown .c-login .c-btn-sign-it b,
      .c-view-more .dropdown .c-login .c-btn-sign-it span {
        display: none;
        font-size: 0; }
      .c-view-more .dropdown .c-login .c-btn-sign-it:hover {
        color: #000000; }
    .c-view-more .dropdown .c-login .c-btn-login {
      position: relative;
      float: right;
      width: auto;
      font-size: 1rem;
      line-height: 20px;
      text-transform: uppercase;
      color: #707070;
      padding: 0 10px 0 25px;
      margin: 0;
      font-weight: 400;
      border-right: solid 1px #e6e6e6;
      border-bottom: 0;
      -ms-transition: all 1s ease-out;
      -moz-transition: all 1s ease-out;
      -webkit-transition: all 1s ease-out;
      -o-transition: all 1s ease-out; }
      .c-view-more .dropdown .c-login .c-btn-login:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 15px;
        height: 20px;
        background: url(https://assets.gazetadopovo.com.br/images/svg/icon-user.svg) no-repeat left center;
        background-size: auto 12px; }
      .c-view-more .dropdown .c-login .c-btn-login:hover {
        color: #000000; }
  .c-user {
    position: fixed;
    top: 60px;
    right: 0;
    max-width: 100%;
    margin-top: 0;
    padding-top: 50px;
    height: 100%; }
    .c-user .c-user-header {
      border-left: 0;
      border-right: 0; }
    .c-user .c-user-list li {
      border-left: 0;
      border-right: 0; }
    .c-user .close-submenu {
      position: absolute;
      top: 0;
      left: 0; }
    .c-user:before, .c-user:after {
      display: none; } }

@media screen and (max-width: 767px) {
  .c-login .logged.has-digital {
    position: relative;
    top: 20px; }
    .c-login .logged.has-digital .c-btn-sign-it {
      display: none; }
  .c-login .c-btn-advantage {
    display: none; } }

@media screen and (max-width: 379px) {
  .c-user {
    top: 46px; }
    .c-user .c-user-header .c-btn-profile {
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden; }
      .c-user .c-user-header .c-btn-profile img {
        width: auto;
        max-height: none;
        max-width: none;
        height: 100%;
        float: left; }
    .c-user .c-user-header .c-user-data {
      margin-left: 10px;
      margin-right: 60px; } }

.aberto .dropdown {
  display: block; }

.m-rotate-arrow:after {
  transform: rotate(45deg) !important; }

/** dropdown **/
.c-view-more {
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px; }
  .c-view-more .ico-menu {
    height: 40px;
    right: 0;
    cursor: pointer;
    position: relative;
    width: 23px;
    z-index: 2; }
    .c-view-more .ico-menu .item-1,
    .c-view-more .ico-menu .item-2,
    .c-view-more .ico-menu .item-3 {
      display: block;
      border: solid 1px #2a2a2a;
      position: absolute;
      width: 100%;
      height: 2px;
      transition: transform 0.3s;
      -webkit-transition: transform 0.3s;
      -webkit-transition-delay: 0s,.3s;
      transition-delay: 0s,.3s; }
    .c-view-more .ico-menu .item-1 {
      top: calc(50% + 6px); }
    .c-view-more .ico-menu .item-2 {
      top: 50%; }
    .c-view-more .ico-menu .item-3 {
      top: calc(50% - 6px); }
  .c-view-more.open .item-1 {
    display: none; }
  .c-view-more.open .item-2 {
    transform: rotate(45deg); }
  .c-view-more.open .item-3 {
    top: 50%;
    transform: rotate(-45deg); }
  .c-view-more .dropdown {
    display: none;
    width: 364px;
    height: auto;
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
    position: absolute;
    right: 0;
    top: 100%;
    padding: 0;
    overflow-x: hidden;
    z-index: 101;
    line-height: normal;
    /** sub-dropdown **/
    /** submenu **/
    /** m-localizacao **/ }
    .c-view-more .dropdown a:hover {
      color: #2a2a2a; }
    .c-view-more .dropdown li {
      float: left;
      width: 100%; }
    .c-view-more .dropdown .m-assuntos-do-dia {
      padding: 15px 75px 15px 30px;
      height: auto; }
      .c-view-more .dropdown .m-assuntos-do-dia a {
        font-family: "Overpass", sans-serif;
        line-height: 100%;
        font-size: 1.125rem;
        color: #707070;
        text-decoration: none; }
        .c-view-more .dropdown .m-assuntos-do-dia a:hover {
          color: #2a2a2a; }
    .c-view-more .dropdown .m-item-editoria {
      position: relative;
      padding: 15px 85px 15px 30px; }
      .c-view-more .dropdown .m-item-editoria a {
        font-family: "Overpass", sans-serif;
        line-height: 100%;
        font-size: 1.25rem;
        color: #2a2a2a;
        display: block;
        text-decoration: none; }
        .c-view-more .dropdown .m-item-editoria a:hover {
          color: #2a2a2a; }
    .c-view-more .dropdown .m-item-editoria {
      margin-top: 10px;
      padding-top: 20px; }
      .c-view-more .dropdown .m-item-editoria:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 30px;
        width: calc(100% - 60px);
        border-top: solid 1px #e6e6e6; }
    .c-view-more .dropdown .m-item-editoria + .m-item-editoria {
      margin-top: 0;
      padding-top: 15px; }
    .c-view-more .dropdown .m-item-editoria + .m-item-editoria:before {
      display: none; }
    .c-view-more .dropdown .m-servicos {
      position: relative; }
      .c-view-more .dropdown .m-servicos a {
        font-family: "Overpass", sans-serif;
        line-height: 100%;
        font-size: 1.125rem;
        font-weight: 400;
        color: #707070; }
        .c-view-more .dropdown .m-servicos a:hover {
          color: #2a2a2a; }
    .c-view-more .dropdown .m-item-editoria.m-servicos {
      margin-top: 10px;
      padding-top: 20px; }
      .c-view-more .dropdown .m-item-editoria.m-servicos:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 30px;
        width: calc(100% - 60px);
        border-top: solid 1px #e6e6e6; }
    .c-view-more .dropdown .m-item-editoria.m-servicos + .m-item-editoria.m-servicos {
      margin-top: 0;
      padding-top: 15px; }
    .c-view-more .dropdown .m-item-editoria.m-servicos + .m-item-editoria.m-servicos:before {
      display: none; }
    .c-view-more .dropdown .m-ico-dropdown {
      padding-right: 40px; }
      .c-view-more .dropdown .m-ico-dropdown a {
        cursor: pointer;
        position: relative;
        padding-right: 45px;
        text-decoration: none;
        font-family: "Overpass", sans-serif; }
        .c-view-more .dropdown .m-ico-dropdown a:hover {
          color: #2a2a2a; }
      .c-view-more .dropdown .m-ico-dropdown > a:before {
        width: 10px;
        height: 10px;
        right: 5px;
        top: 4px;
        content: "";
        border-left: 1px solid #999999;
        border-top: 1px solid #999999;
        display: inline-block;
        font-size: 0.625rem;
        overflow: hidden;
        position: absolute;
        -ms-transform: rotate(-145deg) skew(-20deg);
        -webkit-transform: rotate(-145deg) skew(-20deg);
        transform: rotate(-145deg) skew(-20deg);
        -webkit-transition: transform 0.5s ease-in-out, top 0.5s;
        transition: transform 0.5s ease-in-out, top 0.5s; }
      .c-view-more .dropdown .m-ico-dropdown .sub-dropdown {
        display: none;
        height: auto;
        padding-top: 10px;
        padding-left: 10px; }
    .c-view-more .dropdown .m-ico-dropdown.ativo a:after {
      top: 8px;
      -ms-transform: rotate(35deg) skew(-20deg);
      -webkit-transform: rotate(35deg) skew(-20deg);
      transform: rotate(35deg) skew(-20deg); }
    .c-view-more .dropdown .sub-dropdown.ativo {
      display: block;
      height: auto; }
    .c-view-more .dropdown .sub-dropdown li {
      padding: 15px 0px 15px 0px; }
      .c-view-more .dropdown .sub-dropdown li:last-child {
        padding-bottom: 0px; }
      .c-view-more .dropdown .sub-dropdown li a {
        font-size: 1rem;
        color: #707070;
        font-weight: 400; }
    .c-view-more .dropdown .submenu {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 100%;
      background: #ffffff;
      top: 0px;
      z-index: 1; }
      .c-view-more .dropdown .submenu li:first-child {
        border-bottom: solid 1px #e6e6e6;
        margin-bottom: 10px; }
    .c-view-more .dropdown .abre-submenu:before {
      width: 18px;
      height: 18px;
      border: solid 2px #999999;
      margin-right: 10px;
      content: '+';
      text-align: center;
      display: inline-block;
      font-size: 1.25rem;
      font-weight: 700;
      color: #999999;
      line-height: 14px; }
    .c-view-more .dropdown .abre-submenu:hover:before {
      color: #2a2a2a;
      border-color: #2a2a2a; }
    .c-view-more .dropdown .sub-dropdown .fecha-submenu {
      font-weight: 700;
      color: #2a2a2a; }
      .c-view-more .dropdown .sub-dropdown .fecha-submenu:before {
        width: 8px;
        height: 8px;
        margin: 0px 20px 2px 0px;
        content: "";
        border-left: 1px solid #e6e6e6;
        border-top: 1px solid #e6e6e6;
        display: inline-block;
        font-size: 0.625rem;
        overflow: hidden;
        -ms-transform: rotate(-50deg);
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg); }
    .c-view-more .dropdown .m-localizacao {
      display: none;
      background: #f5f5f5;
      border-top: solid 1px #e6e6e6;
      margin-top: 10px;
      padding: 25px 40px; }
      .c-view-more .dropdown .m-localizacao:after {
        top: 33px; }
      .c-view-more .dropdown .m-localizacao a {
        font-family: "Overpass", sans-serif;
        line-height: 100%;
        font-size: 1.25rem;
        font-weight: 700;
        color: #2a2a2a;
        width: 100%;
        float: left; }
      .c-view-more .dropdown .m-localizacao ul {
        float: left;
        height: 88px; }
      .c-view-more .dropdown .m-localizacao li {
        position: relative;
        padding: 10px 45px 10px 0;
        margin-bottom: 5px; }
        .c-view-more .dropdown .m-localizacao li input[type=radio] {
          position: absolute;
          visibility: hidden;
          right: 45px;
          top: 10px;
          height: 18px; }
        .c-view-more .dropdown .m-localizacao li label {
          display: block;
          position: relative;
          width: 100%;
          font-family: "Overpass", sans-serif;
          line-height: 18px;
          font-size: 1rem;
          color: #707070;
          padding-right: 40px;
          z-index: 9;
          cursor: pointer;
          -webkit-transition: all 0.25s linear; }
        .c-view-more .dropdown .m-localizacao li .check {
          display: block;
          position: absolute;
          border: solid 1px #707070;
          border-radius: 100%;
          height: 18px;
          width: 18px;
          top: 10px;
          right: 45px;
          z-index: 5;
          transition: border .25s linear;
          -webkit-transition: border .25s linear; }
        .c-view-more .dropdown .m-localizacao li .check:before {
          display: block;
          position: absolute;
          content: '';
          border-radius: 100%;
          height: 12px;
          width: 12px;
          top: 2px;
          left: 2px;
          margin: auto;
          transition: background 0.25s linear;
          -webkit-transition: background 0.25s linear; }
        .c-view-more .dropdown .m-localizacao li input[type=radio]:checked ~ .check:before {
          background: #707070; }
        .c-view-more .dropdown .m-localizacao li:hover label {
          color: #2a2a2a; }
        .c-view-more .dropdown .m-localizacao li.active .check:before {
          background: #707070; }
    .c-view-more .dropdown .c-search:before, .c-view-more .dropdown .c-search:after {
      display: none; }

.c-opacity-menu {
  background-color: #000000;
  height: 100%;
  opacity: .85;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101; }

.home .c-view-more .dropdown .m-localizacao {
  display: block; }

@media screen and (max-width: 1147px) {
  .c-view-more .dropdown {
    right: 0; }
    .c-view-more .dropdown li {
      text-align: left; }
    .c-view-more .dropdown .m-item-editoria {
      text-align: left;
      padding: 15px 30px 5px 30px; }
      .c-view-more .dropdown .m-item-editoria a {
        padding-right: 0; }
    .c-view-more .dropdown .m-localizacao {
      text-align: left;
      padding: 15px 30px; }
      .c-view-more .dropdown .m-localizacao li {
        padding: 15px 15px 15px 45px; }
    .c-view-more .dropdown .m-ico-dropdown > a:after {
      right: inherit;
      left: 5px; }
    .c-view-more .dropdown .m-assuntos-do-dia {
      position: relative;
      padding-top: 20px; }
      .c-view-more .dropdown .m-assuntos-do-dia:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 30px;
        width: calc(100% - 60px);
        border-top: solid 1px #e6e6e6; }
    .c-view-more .dropdown .m-assuntos-do-dia + .m-assuntos-do-dia:before {
      display: none; }
    .c-view-more .dropdown .sub-dropdown li {
      padding: 10px 0; } }

@media screen and (max-width: 767px) {
  .c-header.c-header-small .h-container,
  .c-header .h-container {
    height: 56px;
    /*.h-editor,
            .h-menu{
                height: 56px;
            }*/ }
    .c-header.c-header-small .h-container .h-menu .h-nav,
    .c-header .h-container .h-menu .h-nav {
      height: 56px; } }

@media screen and (max-width: 379px) {
  .c-view-more {
    position: absolute;
    right: 0;
    top: 0;
    height: 56px; }
    .c-view-more .ico-menu {
      height: 56px; }
    .c-view-more .dropdown {
      position: fixed;
      width: 100%;
      right: 0;
      top: 56px; } }

.c-view-more-explore {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  border: none;
  background-color: transparent;
  outline: none; }
  .c-view-more-explore .ico-menu {
    margin-top: -5px;
    cursor: pointer;
    height: 48px;
    position: relative;
    right: 0;
    width: 100%;
    z-index: 2; }
    .c-view-more-explore .ico-menu:after {
      bottom: 0;
      color: #2a2a2a;
      content: "Explore";
      display: block;
      font-size: 8px;
      font-weight: bold;
      left: -5px;
      line-height: 1.5;
      position: absolute;
      text-transform: uppercase;
      width: 100%;
      text-align: center; }
    .c-view-more-explore .ico-menu .item-1,
    .c-view-more-explore .ico-menu .item-2,
    .c-view-more-explore .ico-menu .item-3 {
      display: block;
      border: solid 1px #2a2a2a;
      position: absolute;
      width: 25px;
      height: 2px;
      transition: transform 0.3s;
      -webkit-transition: transform 0.3s;
      -webkit-transition-delay: 0s,.3s;
      transition-delay: 0s,.3s;
      margin-left: 0; }
    .c-view-more-explore .ico-menu .item-1 {
      top: calc(50% + 6px);
      opacity: 1; }
    .c-view-more-explore .ico-menu .item-2 {
      top: 50%; }
    .c-view-more-explore .ico-menu .item-3 {
      top: calc(50% - 6px); }
  .c-view-more-explore.open .item-1 {
    opacity: 0;
    transform: rotate(-45deg); }
  .c-view-more-explore.open .item-2 {
    transform: rotate(45deg); }
  .c-view-more-explore.open .item-3 {
    top: 50%;
    transform: rotate(-45deg); }
  .c-view-more-explore.open .ico-menu:after {
    bottom: -2px; }
  .c-view-more-explore.c-view-more-small {
    margin-bottom: 6px; }
    .c-view-more-explore.c-view-more-small .ico-menu {
      height: 25px; }

.c-view-more-explore:focus {
  outline: none; }

.c-explore-close {
  opacity: 9;
  transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out; }

.c-explore-open {
  opacity: 0;
  transition: opacity .30s ease-in-out;
  -moz-transition: opacity .30s ease-in-out;
  -webkit-transition: opacity .30s ease-in-out; }

.c-explore {
  position: relative;
  margin: 0;
  background: #ffffff;
  width: 100%;
  height: 0;
  top: -10000px;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity .50s linear;
  -moz-transition: opacity .50s linear;
  -webkit-transition: opacity .50s linear;
  font-family: "Overpass", sans-serif;
  display: none;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .c-explore.active {
    z-index: 1000;
    visibility: visible;
    opacity: 9;
    transition: opacity .50s ease-in-out;
    -moz-transition: opacity .50s ease-in-out;
    -webkit-transition: opacity .50s ease-in-out;
    box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 767px) {
    .c-explore {
      background: #000000; } }
  .c-explore input {
    font-size: 12px; }
    .c-explore input:focus {
      font-size: 12px; }
  .c-explore .c-explore-item {
    margin: 0 auto;
    width: 100%; }
    .c-explore .c-explore-item span {
      font-size: 1.125rem;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.56;
      letter-spacing: normal;
      text-align: left;
      color: #2a2a2a;
      width: 100%;
      text-align: left;
      margin-bottom: 24px;
      float: left; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-item span {
          color: #ffffff;
          font-size: 1rem; }
          .c-explore .c-explore-item span .list-type-border {
            margin-top: 20px; } }
      .c-explore .c-explore-item span a {
        width: 69px;
        height: 21px;
        border-radius: 11px;
        border: solid 1px #ededed;
        padding: 4px 11px;
        margin-left: 11px;
        font-size: 0.625rem;
        line-height: 1.14;
        color: #000000;
        text-decoration: none; }
        .c-explore .c-explore-item span a:hover {
          background: #cccccc; }
        .c-explore .c-explore-item span a:before {
          content: "+";
          margin-right: 3px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item span a {
            color: #ffffff;
            border: solid 1px #ffffff; }
            .c-explore .c-explore-item span a:hover {
              background: #f1f1f1;
              color: #000000; } }
      .c-explore .c-explore-item span.list-border, .c-explore .c-explore-item span.list-type-border {
        border-top: 1px solid #707070;
        padding-top: 20px;
        margin-bottom: 24px; }
    .c-explore .c-explore-item ul {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center; }
      .c-explore .c-explore-item ul li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        text-align: center; }
        .c-explore .c-explore-item ul li a {
          text-decoration: none;
          color: #2a2a2a;
          font-size: 0.875rem;
          width: 100%;
          float: left;
          height: auto;
          position: relative;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-direction: column;
          outline: none; }
          @media screen and (max-width: 767px) {
            .c-explore .c-explore-item ul li a {
              color: #ffffff;
              font-size: 0.75rem; } }
        .c-explore .c-explore-item ul li label {
          cursor: pointer;
          font-family: "Overpass", sans-serif;
          min-height: 30px;
          font-weight: normal; }
      .c-explore .c-explore-item ul img {
        border: solid 1px #e6e6e6;
        margin-bottom: 12.4px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul img {
            margin-bottom: 7px;
            border: solid 1px #2a2a2a; } }
      .c-explore .c-explore-item ul.square li {
        width: 96.1px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul.square li {
            width: 76px; } }
      .c-explore .c-explore-item ul.square img {
        height: 96.1px;
        border-radius: 6px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul.square img {
            width: 76px;
            height: 76px; } }
      .c-explore .c-explore-item ul.square.list-type {
        min-height: auto; }
      .c-explore .c-explore-item ul.small-square li {
        width: 190px;
        text-align: left;
        margin-bottom: 10px; }
        .c-explore .c-explore-item ul.small-square li a {
          flex-direction: row; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul.small-square li {
            width: 54px; } }
      .c-explore .c-explore-item ul.small-square img {
        height: 72px;
        width: 72px;
        margin-right: 14px;
        margin-bottom: 0;
        border-radius: 6px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul.small-square img {
            height: 54px;
            width: 54px; } }
      .c-explore .c-explore-item ul.small-square label {
        display: flex;
        align-items: center; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-item ul.small-square li {
          width: 45%; } }
      @media screen and (max-width: 419px) {
        .c-explore .c-explore-item ul.small-square li {
          width: 40%; } }
      .c-explore .c-explore-item ul.wide li {
        width: 161.8px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul.wide li {
            width: 150px; } }
      .c-explore .c-explore-item ul.wide img {
        height: 96px;
        border-radius: 6px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul.wide img {
            width: 150px;
            height: 89px; } }
      .c-explore .c-explore-item ul.wide.list-type {
        min-height: auto; }
      .c-explore .c-explore-item ul.small-wide li {
        width: 138.8px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul.small-wide li {
            width: 108px; } }
      .c-explore .c-explore-item ul.small-wide img {
        height: 82px;
        border-radius: 6px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul.small-wide img {
            width: 108px;
            height: 60px; } }
      .c-explore .c-explore-item ul.small-wide label {
        display: none; }
      .c-explore .c-explore-item ul.small-wide.list-type label {
        display: block; }
      .c-explore .c-explore-item ul.circle li {
        width: 100px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul.circle li {
            width: 76px; } }
      .c-explore .c-explore-item ul.circle img {
        height: 100px;
        border-radius: 60px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul.circle img {
            width: 76px;
            height: 76px; } }
      .c-explore .c-explore-item ul.tags li {
        background: #cccccc;
        padding: 8px 11px;
        border-radius: 20px;
        margin-bottom: 20px; }
        .c-explore .c-explore-item ul.tags li a {
          color: #000000; }
      .c-explore .c-explore-item ul.tags label {
        min-height: auto; }
      .c-explore .c-explore-item ul.tags.list-type li {
        background: none;
        padding: 0;
        margin-bottom: 0; }
        .c-explore .c-explore-item ul.tags.list-type li a {
          color: #ffffff; }
      .c-explore .c-explore-item ul.list li, .c-explore .c-explore-item ul.list-type li {
        margin-bottom: 23px; }
      .c-explore .c-explore-item ul.list img, .c-explore .c-explore-item ul.list-type img {
        display: none; }
      .c-explore .c-explore-item ul.list label, .c-explore .c-explore-item ul.list-type label {
        width: 155px;
        height: 30px;
        text-align: left; }
      .c-explore .c-explore-item ul.change-location li {
        position: relative;
        width: 160px; }
        .c-explore .c-explore-item ul.change-location li input[type=radio] {
          position: absolute;
          visibility: hidden;
          left: 0px;
          top: 0px;
          height: 18px; }
        .c-explore .c-explore-item ul.change-location li label {
          margin-left: 30px; }
          @media screen and (max-width: 767px) {
            .c-explore .c-explore-item ul.change-location li label {
              color: #ffffff; } }
        .c-explore .c-explore-item ul.change-location li .check {
          display: block;
          position: absolute;
          border: solid 1px #707070;
          border-radius: 100%;
          height: 18px;
          width: 18px;
          left: 0px;
          top: 0px;
          z-index: 5;
          transition: border .25s linear;
          -webkit-transition: border .25s linear; }
          @media screen and (max-width: 767px) {
            .c-explore .c-explore-item ul.change-location li .check {
              border: solid 1px #ffffff; } }
        .c-explore .c-explore-item ul.change-location li .check:before {
          display: block;
          position: absolute;
          content: '';
          border-radius: 100%;
          height: 12px;
          width: 12px;
          top: 2px;
          left: 2px;
          margin: auto;
          transition: background 0.25s linear;
          -webkit-transition: background 0.25s linear; }
        .c-explore .c-explore-item ul.change-location li input[type=radio]:checked ~ .check:before {
          background: #000000; }
          @media screen and (max-width: 767px) {
            .c-explore .c-explore-item ul.change-location li input[type=radio]:checked ~ .check:before {
              background: #ffffff; } }
        @media screen and (min-width: 768px) {
          .c-explore .c-explore-item ul.change-location li:hover label {
            color: #2a2a2a; }
          .c-explore .c-explore-item ul.change-location li.active .check:before {
            background: #000000; } }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul.change-location li:hover label {
            color: #ffffff; }
          .c-explore .c-explore-item ul.change-location li.active .check:before {
            background: #ffffff; } }
      .c-explore .c-explore-item ul.featured li {
        margin-bottom: 20px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item ul.featured li {
            margin-bottom: 0px; } }
        .c-explore .c-explore-item ul.featured li a {
          width: 150px;
          height: 30px;
          border-radius: 10px;
          background-color: #2a2a2a;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media screen and (max-width: 767px) {
            .c-explore .c-explore-item ul.featured li a {
              background-color: #ffffff; } }
        .c-explore .c-explore-item ul.featured li label {
          font-size: 0.875rem;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: 1.57;
          letter-spacing: normal;
          text-align: center;
          color: #ffffff;
          text-transform: uppercase;
          min-height: auto; }
          @media screen and (max-width: 767px) {
            .c-explore .c-explore-item ul.featured li label {
              color: #000000; } }
      .c-explore .c-explore-item ul.featured.list-type li {
        height: auto;
        margin-bottom: 23px; }
        .c-explore .c-explore-item ul.featured.list-type li a {
          background: #000000;
          height: auto; }
        .c-explore .c-explore-item ul.featured.list-type li label {
          color: #ffffff;
          text-align: left;
          text-transform: initial; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-item ul.c-explorer-slider {
          display: -webkit-box;
          overflow: auto;
          overflow-y: hidden;
          -webkit-overflow-scrolling: touch;
          scrollbar-width: none;
          flex-wrap: nowrap; }
          .c-explore .c-explore-item ul.c-explorer-slider li {
            margin-right: 20px; }
          .c-explore .c-explore-item ul.c-explorer-slider::after {
            content: ' ';
            margin-right: 2px; }
          .c-explore .c-explore-item ul.c-explorer-slider::-webkit-scrollbar {
            width: 0px; }
        .c-explore .c-explore-item ul.list-type {
          display: flex;
          overflow: auto;
          flex-wrap: wrap;
          height: auto; }
          .c-explore .c-explore-item ul.list-type li {
            width: 150px; } }
    .c-explore .c-explore-item.tabs {
      width: 192px;
      min-width: 192px;
      margin: 0;
      background: #000000;
      min-height: 74px;
      position: fixed;
      left: 348px; }
      @media screen and (max-width: 1850px) {
        .c-explore .c-explore-item.tabs {
          left: 300px; } }
      @media screen and (max-width: 1746px) {
        .c-explore .c-explore-item.tabs {
          left: 260px; } }
      @media screen and (max-width: 1676px) {
        .c-explore .c-explore-item.tabs {
          left: 220px; } }
      @media screen and (max-width: 1614px) {
        .c-explore .c-explore-item.tabs {
          left: 180px; } }
      @media screen and (max-width: 1520px) {
        .c-explore .c-explore-item.tabs {
          left: 146px; } }
      @media screen and (max-width: 1460px) {
        .c-explore .c-explore-item.tabs {
          left: 115px; } }
      @media screen and (max-width: 1365px) {
        .c-explore .c-explore-item.tabs {
          left: 50px; } }
      @media screen and (max-width: 1147px) {
        .c-explore .c-explore-item.tabs {
          left: 0px; } }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-item.tabs {
          position: sticky;
          position: -webkit-sticky;
          top: 0;
          width: 100%;
          border-bottom: 1px solid #2a2a2a;
          left: 0px;
          z-index: 100; } }
      .c-explore .c-explore-item.tabs.fixed {
        position: fixed;
        z-index: 100; }
      .c-explore .c-explore-item.tabs.fixedSafari {
        position: -webkit-sticky;
        z-index: 100; }
      .c-explore .c-explore-item.tabs ul {
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        vertical-align: middle;
        width: 100%;
        height: 90%; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item.tabs ul {
            flex-direction: row;
            padding: 0 0 1px;
            height: auto; } }
        .c-explore .c-explore-item.tabs ul.list {
          margin-bottom: 0; }
        .c-explore .c-explore-item.tabs ul li {
          width: 100%;
          height: 13vh;
          max-height: 120px; }
          @media screen and (max-width: 1365px) {
            .c-explore .c-explore-item.tabs ul li {
              height: 10vh; } }
          @media screen and (max-width: 767px) {
            .c-explore .c-explore-item.tabs ul li {
              min-height: 74px;
              margin-bottom: 0; } }
          .c-explore .c-explore-item.tabs ul li a {
            color: #999999; }
            @media screen and (max-width: 767px) {
              .c-explore .c-explore-item.tabs ul li a {
                min-height: 48px;
                padding: 14px 0 1px; } }
            .c-explore .c-explore-item.tabs ul li a img {
              height: 35px;
              margin-bottom: 8px;
              border: none;
              filter: invert(0.4) sepia(0) saturate(0) hue-rotate(175deg); }
              @media screen and (max-width: 767px) {
                .c-explore .c-explore-item.tabs ul li a img {
                  height: 24px; } }
            .c-explore .c-explore-item.tabs ul li a:hover, .c-explore .c-explore-item.tabs ul li a.active {
              color: #ffffff; }
              .c-explore .c-explore-item.tabs ul li a:hover img, .c-explore .c-explore-item.tabs ul li a.active img {
                cursor: pointer;
                filter: invert(0.8) sepia(0) saturate(0) hue-rotate(175deg); }
            @media screen and (min-width: 768px) {
              .c-explore .c-explore-item.tabs ul li a.active::after {
                content: "";
                width: 17px;
                height: 17px;
                background-color: #fff;
                transform: rotate(42deg) translate(0);
                transition: transform .5s ease-in-out;
                -moz-transition: transform .5s ease-in-out;
                -webkit-transition: transform .5s ease-in-out;
                float: left;
                border-left: 12px solid #fff;
                border-bottom: 12px solid #fff;
                border-right-width: .2em;
                border-top-width: .2em;
                position: absolute;
                right: -19px;
                top: 11%; } }
            @media screen and (max-width: 767px) {
              .c-explore .c-explore-item.tabs ul li a.active {
                border-bottom: 4px solid #ffffff; } }
          .c-explore .c-explore-item.tabs ul li label {
            margin-bottom: 10px; }
    .c-explore .c-explore-item.list-itens {
      visibility: hidden;
      position: absolute;
      opacity: 0;
      transition: opacity .50s ease-in-out;
      -moz-transition: opacity .50s ease-in-out;
      -webkit-transition: opacity .50s ease-in-out;
      margin-top: 10px;
      height: 0;
      margin-bottom: 50px;
      padding-bottom: 60px; }
      .c-explore .c-explore-item.list-itens.active {
        position: relative;
        visibility: visible;
        opacity: 9;
        height: auto; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-item.list-itens {
          margin-top: 30px;
          padding-left: 16px; } }
      .c-explore .c-explore-item.list-itens ul {
        margin-bottom: 10px;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch; }
        .c-explore .c-explore-item.list-itens ul li {
          margin-right: 20px;
          margin-bottom: 20px; }
          @media screen and (max-width: 767px) {
            .c-explore .c-explore-item.list-itens ul li {
              margin-right: auto; } }
          .c-explore .c-explore-item.list-itens ul li label {
            line-height: 1.17; }
            @media screen and (max-width: 767px) {
              .c-explore .c-explore-item.list-itens ul li label {
                min-height: auto; } }
        @media screen and (max-width: 419px) {
          .c-explore .c-explore-item.list-itens ul.small-wide label {
            margin-right: 5px; } }
        .c-explore .c-explore-item.list-itens ul.list {
          margin-bottom: 5px; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item.list-itens ul.c-explorer-slider li {
            margin-right: 15px; } }
        @media screen and (max-width: 379px) {
          .c-explore .c-explore-item.list-itens ul.c-explorer-slider li {
            margin-right: 8px; } }
    .c-explore .c-explore-item.user-menu {
      margin: 0 auto;
      padding: 20px 100px 50px 100px;
      background: #2a2a2a; }
      @media screen and (max-width: 1365px) {
        .c-explore .c-explore-item.user-menu {
          padding: 20px 50px; } }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-item.user-menu {
          padding: 20px; } }
      .c-explore .c-explore-item.user-menu ul {
        flex-wrap: wrap;
        justify-content: center; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item.user-menu ul {
            justify-content: flex-start; } }
      .c-explore .c-explore-item.user-menu li {
        width: 180px;
        text-align: left;
        margin-bottom: 30px;
        font-size: 0.875rem; }
        .c-explore .c-explore-item.user-menu li.button a {
          max-width: 120px; }
    .c-explore .c-explore-item.result-explore-search {
      width: 100%;
      position: absolute;
      opacity: 0;
      transition: opacity .50s ease-in-out;
      -moz-transition: opacity .50s ease-in-out;
      -webkit-transition: opacity .50s ease-in-out;
      margin: 0 auto;
      padding: 80px 100px 100px 100px;
      max-width: 1300px; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-item.result-explore-search {
          padding: 0 16px;
          margin-top: 0px; } }
      .c-explore .c-explore-item.result-explore-search.active {
        visibility: visible;
        opacity: 9;
        z-index: 1;
        position: relative; }
      .c-explore .c-explore-item.result-explore-search .btn-back {
        margin-top: 23px;
        margin-bottom: 50px; }
        .c-explore .c-explore-item.result-explore-search .btn-back svg {
          width: 18px;
          height: 24px;
          margin-right: 5px;
          display: inline-flex; }
          .c-explore .c-explore-item.result-explore-search .btn-back svg path {
            fill: #ffffff; }
          .c-explore .c-explore-item.result-explore-search .btn-back svg path + path {
            fill: #2a2a2a; }
        .c-explore .c-explore-item.result-explore-search .btn-back .cls-1 {
          fill: transparent;
          stroke: transparent; }
        .c-explore .c-explore-item.result-explore-search .btn-back a {
          border: none;
          margin-left: 0;
          padding: 0;
          border: 0;
          z-index: 0;
          line-height: 1.7;
          display: flex;
          flex-direction: row-reverse;
          justify-content: space-between;
          align-items: flex-start;
          width: 90px;
          font-size: 0.875rem; }
          .c-explore .c-explore-item.result-explore-search .btn-back a:hover {
            text-decoration: underline;
            background-color: transparent; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item.result-explore-search .btn-back {
            padding-bottom: 12.5px;
            border-bottom: 1px solid #2a2a2a;
            margin-bottom: 27.5px; }
            .c-explore .c-explore-item.result-explore-search .btn-back .cls-2 {
              fill: #ffffff; } }
      .c-explore .c-explore-item.result-explore-search .title {
        margin-bottom: 40px;
        font-size: 1rem;
        text-transform: uppercase; }
        @media screen and (max-width: 767px) {
          .c-explore .c-explore-item.result-explore-search .title {
            margin-bottom: 30px;
            font-size: 0.875rem; } }
      .c-explore .c-explore-item.result-explore-search ul {
        display: block;
        flex-direction: column;
        justify-content: flex-start; }
        .c-explore .c-explore-item.result-explore-search ul li {
          width: 50%;
          margin-bottom: 20px;
          float: left;
          min-height: 73px; }
          @media screen and (max-width: 579px) {
            .c-explore .c-explore-item.result-explore-search ul li {
              width: 100%;
              margin-bottom: 0px; } }
          .c-explore .c-explore-item.result-explore-search ul li a {
            display: flex;
            flex-direction: row; }
          .c-explore .c-explore-item.result-explore-search ul li label {
            font-size: 1.125rem;
            line-height: 1;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            float: left;
            min-height: 25px; }
            @media screen and (max-width: 767px) {
              .c-explore .c-explore-item.result-explore-search ul li label {
                font-size: 1rem;
                color: #ffffff;
                line-height: 1.3; } }
          .c-explore .c-explore-item.result-explore-search ul li span {
            font-size: 0.875rem;
            line-height: .79;
            letter-spacing: normal;
            text-align: left;
            color: #676767;
            display: flex;
            flex-direction: column;
            justify-content: center;
            font-weight: normal; }
            @media screen and (max-width: 579px) {
              .c-explore .c-explore-item.result-explore-search ul li span {
                font-size: 0.75rem;
                margin-bottom: 15px; } }
          .c-explore .c-explore-item.result-explore-search ul li.search-not-found {
            color: #707070; }
        .c-explore .c-explore-item.result-explore-search ul img {
          width: auto;
          height: 60px;
          border-radius: 6px;
          margin-right: 16px; }
          @media screen and (max-width: 579px) {
            .c-explore .c-explore-item.result-explore-search ul img {
              height: 41px; } }
  .c-explore .c-explore-content {
    margin: 0 auto;
    max-width: 1428px;
    padding: 0 100px;
    opacity: 0.9;
    transition: opacity .50s ease-in-out;
    -moz-transition: opacity .50s ease-in-out;
    -webkit-transition: opacity .50s ease-in-out; }
    @media screen and (max-width: 1365px) {
      .c-explore .c-explore-content {
        padding: 0 50px; } }
    @media screen and (max-width: 1147px) {
      .c-explore .c-explore-content {
        padding: 0 20px; } }
    @media screen and (max-width: 767px) {
      .c-explore .c-explore-content {
        padding: 0; } }
    .c-explore .c-explore-content .hidden {
      opacity: 0;
      transition: opacity .20s ease-in-out;
      -moz-transition: opacity .20s ease-in-out;
      -webkit-transition: opacity .20s ease-in-out; }
  .c-explore .c-explore-category {
    flex-direction: row;
    justify-content: flex-end; }
    @media screen and (max-width: 767px) {
      .c-explore .c-explore-category {
        flex-direction: column; } }
    .c-explore .c-explore-category.desktop {
      display: flex; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-category.desktop {
          display: none; } }
    .c-explore .c-explore-category.mobile {
      display: none; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-category.mobile {
          display: flex; } }
  .c-explore .c-explore-categorys-itens {
    display: flex;
    flex-direction: column;
    width: 83.5%;
    padding: 10px 6px 0px 36px;
    position: relative;
    padding-bottom: 120px; }
    @media screen and (max-width: 1147px) {
      .c-explore .c-explore-categorys-itens {
        width: 80%; } }
    @media screen and (max-width: 767px) {
      .c-explore .c-explore-categorys-itens {
        width: 100%;
        padding: 10px 0;
        border-top: 0; } }
    .c-explore .c-explore-categorys-itens .type-list {
      width: 100%;
      height: 20px;
      position: relative;
      float: left;
      text-align: right;
      display: none;
      padding: 0; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-categorys-itens .type-list {
          display: block; } }
      .c-explore .c-explore-categorys-itens .type-list .w-image {
        float: right;
        margin-right: 28px;
        padding: 10px 0; }
        .c-explore .c-explore-categorys-itens .type-list .w-image .square {
          float: left;
          width: 8px;
          height: 8px;
          background: #999999;
          border-radius: 2px;
          margin-right: 2px; }
        .c-explore .c-explore-categorys-itens .type-list .w-image.active .square {
          background: #ffffff; }
      .c-explore .c-explore-categorys-itens .type-list .w-list {
        float: right;
        margin-right: 31px;
        padding: 10px 0; }
        .c-explore .c-explore-categorys-itens .type-list .w-list .list {
          width: 16px;
          height: 9px;
          float: right;
          border-top: 2px solid #999999;
          border-bottom: 2px solid #999999; }
        .c-explore .c-explore-categorys-itens .type-list .w-list.active .list {
          border-top: 3px solid #ffffff;
          border-bottom: 3px solid #ffffff; }
    .c-explore .c-explore-categorys-itens .itens-list {
      position: relative;
      width: 100%; }
    .c-explore .c-explore-categorys-itens.hidden {
      display: none; }
  .c-explore .c-explore-social-networks {
    position: fixed;
    width: 100%;
    background: #f2f2f2;
    display: flex;
    justify-content: center;
    padding: 14px 0;
    min-height: 50px;
    bottom: 0;
    z-index: 100; }
    @media screen and (max-width: 767px) {
      .c-explore .c-explore-social-networks {
        position: relative;
        background: #2a2a2a; } }
    .c-explore .c-explore-social-networks ul {
      display: flex;
      margin: 0;
      display: flex;
      flex-wrap: inherit;
      flex-direction: row;
      justify-content: space-evenly;
      width: 50%;
      max-width: 1428px; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-social-networks ul {
          width: 100%;
          max-width: 100%; } }
    .c-explore .c-explore-social-networks li {
      width: 37px; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-social-networks li {
          width: 30px; } }
      .c-explore .c-explore-social-networks li span {
        color: #707070;
        line-height: 1.5;
        font-size: 0.75rem; }
    .c-explore .c-explore-social-networks svg {
      fill: #707070;
      height: 18px; }
  .c-explore .c-explore-user {
    margin: 0 auto;
    width: 100%;
    font-size: 12px;
    padding: 20px 348px;
    background: #2a2a2a;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: fixed;
    z-index: 100; }
    @media screen and (max-width: 1850px) {
      .c-explore .c-explore-user {
        padding: 20px 300px; } }
    @media screen and (max-width: 1746px) {
      .c-explore .c-explore-user {
        padding: 20px 260px; } }
    @media screen and (max-width: 1676px) {
      .c-explore .c-explore-user {
        padding: 20px 220px; } }
    @media screen and (max-width: 1614px) {
      .c-explore .c-explore-user {
        padding: 20px 180px; } }
    @media screen and (max-width: 1520px) {
      .c-explore .c-explore-user {
        padding: 20px 146px; } }
    @media screen and (max-width: 1460px) {
      .c-explore .c-explore-user {
        padding: 20px 115px; } }
    @media screen and (max-width: 1365px) {
      .c-explore .c-explore-user {
        padding: 20px 50px; } }
    @media screen and (max-width: 767px) {
      .c-explore .c-explore-user {
        padding: 10px 16px 20px 16px;
        flex-direction: column;
        position: relative; } }
    .c-explore .c-explore-user .login-button {
      font-family: "Overpass", sans-serif;
      font-size: 0.75rem;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.5;
      letter-spacing: normal;
      text-align: center;
      color: #ffffff;
      background: #000000;
      text-transform: uppercase;
      text-decoration: none;
      padding: 5px 10px;
      border-radius: 20px;
      cursor: pointer; }
    .c-explore .c-explore-user .explore-user-menu {
      display: flex;
      flex-direction: row;
      justify-content: left;
      align-items: center;
      padding: 0 10px;
      width: 50%; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-user .explore-user-menu {
          padding: 0px;
          width: 100%; } }
      .c-explore .c-explore-user .explore-user-menu span {
        margin-left: 40px;
        margin-right: 3px;
        color: #ffffff; }
      .c-explore .c-explore-user .explore-user-menu img {
        width: 30px;
        height: 30px;
        border-radius: 40px;
        margin-right: 14px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        z-index: 10; }
        .c-explore .c-explore-user .explore-user-menu img.none-image {
          background-image: url(https://assets.gazetadopovo.com.br/images/menu/icons/ico-user.svg);
          background-color: #d0d0d0;
          background-size: 16px;
          border: 0px;
          z-index: 0;
          background-size: 18px; }
      .c-explore .c-explore-user .explore-user-menu .open-menu-user {
        width: 30px;
        height: 30px;
        border-radius: 18px;
        border: solid 1px #e6e6e6;
        background-color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 4px; }
        .c-explore .c-explore-user .explore-user-menu .open-menu-user::after {
          content: " ";
          width: 5px;
          height: 5px;
          background-color: transparent;
          transform: rotate(315deg) translate(0, 0);
          transition: transform .50s ease-in-out;
          -moz-transition: transform .50s ease-in-out;
          -webkit-transition: transform .50s ease-in-out;
          float: left;
          border-left: 1px solid #2a2a2a;
          border-bottom: 1px solid #2a2a2a;
          border-width: 0.2em; }
        .c-explore .c-explore-user .explore-user-menu .open-menu-user.active::after {
          transform: rotate(133deg) translate(0, 0);
          top: 11px;
          border-width: 0.2em; }
    .c-explore .c-explore-user .div-search {
      display: flex;
      justify-content: center;
      position: relative;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-user .div-search {
          margin-top: 21.5px; } }
    .c-explore .c-explore-user .close-search {
      position: absolute;
      font-size: 0;
      right: 17px;
      top: 10px;
      cursor: pointer;
      display: none;
      height: 20px;
      width: 20px;
      text-align: center;
      color: transparent; }
      .c-explore .c-explore-user .close-search svg {
        position: absolute;
        width: 14px;
        height: 14px;
        right: 3px;
        top: 3px; }
      .c-explore .c-explore-user .close-search path {
        fill: #ffffff; }
      .c-explore .c-explore-user .close-search:focus, .c-explore .c-explore-user .close-search:hover {
        text-decoration: none;
        font-size: 0;
        text-indent: -999px; }
    .c-explore .c-explore-user #c-explore-search {
      width: 70%;
      height: 40px;
      border-radius: 10px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.57;
      letter-spacing: normal;
      text-align: left;
      padding: 0 0 0 42px;
      border: 1px solid #707070;
      background-color: #2a2a2a;
      color: #ffffff;
      background: url(https://assets.gazetadopovo.com.br/images/menu/icons/ico-busca.svg) no-repeat left;
      background-size: 16px;
      background-position: 17px;
      opacity: 0.9;
      transition: opacity .50s ease-in-out;
      -moz-transition: opacity .50s ease-in-out;
      -webkit-transition: opacity .50s ease-in-out;
      outline: 0;
      font-family: "Overpass", sans-serif;
      text-decoration: none; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-user #c-explore-search {
          width: 100%; } }
      .c-explore .c-explore-user #c-explore-search.hidden {
        opacity: 0;
        transition: opacity .50s ease-in-out;
        -moz-transition: opacity .50s ease-in-out;
        -webkit-transition: opacity .50s ease-in-out; }
      .c-explore .c-explore-user #c-explore-search::-webkit-input-placeholder {
        color: #ffffff; }
      .c-explore .c-explore-user #c-explore-search:-moz-placeholder {
        /* Firefox 18- */
        color: #ffffff; }
      .c-explore .c-explore-user #c-explore-search::-moz-placeholder {
        /* Firefox 19+ */
        color: #ffffff; }
      .c-explore .c-explore-user #c-explore-search:-ms-input-placeholder {
        color: #ffffff; }
    .c-explore .c-explore-user input[type='text']:focus {
      font-size: 0.75rem; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .c-explore .c-explore-user input:focus {
        font-size: 0.75rem; } }
    .c-explore .c-explore-user .item-menu {
      height: 100vh;
      background: rgba(0, 0, 0, 0.8);
      position: absolute;
      margin: 0 auto;
      width: 100%;
      z-index: 0;
      visibility: hidden;
      opacity: 0;
      transition: opacity .50s ease-in-out;
      -moz-transition: opacity .50s ease-in-out;
      -webkit-transition: opacity .50s ease-in-out;
      margin-top: 60px;
      left: 0; }
      @media screen and (max-width: 767px) {
        .c-explore .c-explore-user .item-menu {
          margin-top: 38px; } }
      @media screen and (max-width: 419px) {
        .c-explore .c-explore-user .item-menu {
          margin-top: 31px; } }
      .c-explore .c-explore-user .item-menu.active {
        visibility: visible;
        opacity: 9;
        transition: opacity .50s ease-in-out;
        -moz-transition: opacity .50s ease-in-out;
        -webkit-transition: opacity .50s ease-in-out;
        z-index: 10; }
      .c-explore .c-explore-user .item-menu ul li a {
        color: #ffffff; }

/***********************************************************/
/** Generic Modal **/
/***********************************************************/
.c-modal {
  font-family: "Overpass", sans-serif;
  margin: 0;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e6e6e6;
  outline: none;
  position: fixed;
  top: 20%;
  left: calc(50% - 180px);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.39);
  max-width: 360px;
  width: 360px;
  min-height: 330px;
  display: inline-block;
  text-align: center;
  z-index: 9999999999;
  line-height: normal; }
  .c-modal a:hover {
    text-decoration: none; }
  .c-modal .c-modal-content {
    display: inline-block;
    width: 200px; }

.c-modal-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999999999; }

.c-modal-display {
  display: none; }

.c-close-modal {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  padding: 15px 0;
  font-size: 0.875rem;
  color: #2a2a2a;
  text-align: right; }
  .c-close-modal:hover {
    color: #999999; }

/**
  HOME - modal share
 */
.c-modal {
  min-height: initial; }

@media screen and (max-width: 767px) {
  .c-modal {
    left: calc(50% - 140px);
    max-width: 280px;
    width: 280px; } }

.c-club {
  display: inline-block;
  text-align: center;
  width: 203px;
  height: 91px;
  line-height: 91px;
  border-radius: 4px;
  background-color: #4f047a; }
  .c-club svg {
    width: 142px;
    display: inline-block;
    vertical-align: middle; }
  .c-club p {
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: normal;
    margin: 0;
    font-family: "Overpass", sans-serif; }
    .c-club p svg {
      margin-bottom: 10px; }

.c-ir-para {
  margin: 20px 0;
  text-align: left; }

.c-club-nacional {
  margin-top: 15px;
  background-color: #4f047a; }
  .c-club-nacional svg * {
    fill: #ffffff; }
  .c-club-nacional p {
    color: #4f047a; }

.c-club-local {
  background-color: #30e0ce;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .c-club-local p {
    color: #4f047a;
    margin: 0px;
    font-size: 0.6875rem;
    font-weight: bold;
    margin-top: 10px;
    font-family: "Source Sans Pro, sans-serif"; }
  .c-club-local svg * {
    fill: #4f047a; }

.notifications {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  top: 0;
  transition: background-color 0.3s ease-in-out;
  width: 0;
  z-index: 9999999999; }
  .notifications.active {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%; }
    @media screen and (max-width: 768px) {
      .notifications.active {
        background-color: rgba(0, 0, 0, 0); } }
    .notifications.active .notification-body {
      -webkit-transform: translateX(0px);
      transform: translateX(0px); }
  .notifications .notification-body {
    flex-direction: column;
    background-color: #fff;
    float: right;
    height: auto;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    position: relative;
    width: 560px;
    transition: transform 0.6s ease-in-out;
    -webkit-transform: translateX(560px);
    transform: translateX(560px); }
    @media screen and (max-width: 768px) {
      .notifications .notification-body {
        width: 100%; } }
    .notifications .notification-body .main-header {
      align-items: center;
      justify-content: space-between;
      background-color: #2a2a2a;
      color: #fff;
      font-family: 'Overpass', sans-serif;
      transition: all 0.5s ease-in-out;
      padding: 15px 25px;
      position: absolute;
      top: 0;
      width: inherit;
      z-index: 9999999999; }
      .notifications .notification-body .main-header .user-name {
        align-items: center;
        font-size: 0.9375rem;
        cursor: pointer; }
        .notifications .notification-body .main-header .user-name svg {
          height: 24px;
          margin-left: 6px;
          transform: rotate(0deg);
          transition: transform 0.5s ease;
          width: 24px; }
          .notifications .notification-body .main-header .user-name svg path {
            fill: #fff; }
        .notifications .notification-body .main-header .user-name.animation svg {
          transform: rotate(-180deg); }
      .notifications .notification-body .main-header .btn-return {
        align-items: center;
        font-size: 1rem;
        cursor: pointer; }
        .notifications .notification-body .main-header .btn-return svg {
          margin-right: 5px; }
      .notifications .notification-body .main-header .btn-close {
        cursor: pointer; }
        .notifications .notification-body .main-header .btn-close svg {
          height: 14px;
          width: 14px; }
          .notifications .notification-body .main-header .btn-close svg path {
            fill: #fff; }
      .notifications .notification-body .main-header.fixed {
        position: fixed; }
      .notifications .notification-body .main-header .user-menu {
        background: #f5f5f5;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        clear: both;
        left: 0;
        max-height: 0;
        overflow: hidden;
        padding: 0 20px;
        position: absolute;
        text-align: left;
        top: 54px;
        transition: max-height 0.5s ease;
        width: 275px;
        z-index: 100; }
        .notifications .notification-body .main-header .user-menu .user-menu-item {
          border-bottom: 1px solid #cccccc;
          padding: 12px 0; }
          .notifications .notification-body .main-header .user-menu .user-menu-item:first-child {
            padding: 35px 0 12px; }
          .notifications .notification-body .main-header .user-menu .user-menu-item:last-child {
            border-bottom: none;
            padding: 25px 0 35px; }
          .notifications .notification-body .main-header .user-menu .user-menu-item a {
            font-size: 1rem;
            color: #2a2a2a;
            font-family: 'Overpass', sans-serif;
            cursor: pointer;
            text-transform: capitalize;
            text-decoration: none; }
            .notifications .notification-body .main-header .user-menu .user-menu-item a:hover {
              text-decoration: underline; }
          .notifications .notification-body .main-header .user-menu .user-menu-item .btn-logout {
            font-size: 0.75rem;
            background-color: #e6e6e6;
            border-radius: 20px;
            border: none;
            color: #2a2a2a;
            cursor: pointer;
            font-family: 'Overpass', sans-serif;
            padding: 10px 20px;
            text-transform: uppercase;
            transition: all 0.5s ease; }
            .notifications .notification-body .main-header .user-menu .user-menu-item .btn-logout:hover {
              box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
        .notifications .notification-body .main-header .user-menu.active {
          max-height: 200px; }
    .notifications .notification-body .secondary-header,
    .notifications .notification-body .tertiary-header {
      font-family: 'Overpass', sans-serif;
      margin-top: 84px;
      padding: 0 25px;
      position: relative; }
      .notifications .notification-body .secondary-header .principal-page-title,
      .notifications .notification-body .tertiary-header .principal-page-title {
        align-items: center;
        justify-content: space-between; }
        .notifications .notification-body .secondary-header .principal-page-title h2,
        .notifications .notification-body .tertiary-header .principal-page-title h2 {
          font-size: 1.5rem;
          color: #2a2a2a;
          font-weight: bold; }
        .notifications .notification-body .secondary-header .principal-page-title .icoMoreH,
        .notifications .notification-body .tertiary-header .principal-page-title .icoMoreH {
          align-items: center;
          justify-content: center;
          background-color: #e6e6e6;
          border-radius: 50%;
          cursor: pointer;
          height: 30px;
          width: 30px; }
          .notifications .notification-body .secondary-header .principal-page-title .icoMoreH svg,
          .notifications .notification-body .tertiary-header .principal-page-title .icoMoreH svg {
            height: 4px;
            width: 16px; }
            .notifications .notification-body .secondary-header .principal-page-title .icoMoreH svg path,
            .notifications .notification-body .tertiary-header .principal-page-title .icoMoreH svg path {
              fill: #707070; }
        .notifications .notification-body .secondary-header .principal-page-title .notifications-general-menu,
        .notifications .notification-body .tertiary-header .principal-page-title .notifications-general-menu {
          align-items: flex-start;
          flex-direction: column;
          justify-content: center;
          background-color: #fff;
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          max-height: 0;
          overflow: hidden;
          position: absolute;
          right: 35px;
          top: 40px;
          transition: max-height 0.5s ease;
          width: 244px;
          z-index: 100; }
          .notifications .notification-body .secondary-header .principal-page-title .notifications-general-menu.open,
          .notifications .notification-body .tertiary-header .principal-page-title .notifications-general-menu.open {
            max-height: 154px; }
          .notifications .notification-body .secondary-header .principal-page-title .notifications-general-menu .general-item,
          .notifications .notification-body .tertiary-header .principal-page-title .notifications-general-menu .general-item {
            align-items: center;
            height: 100%;
            position: relative;
            transition: background-color 0.3s linear;
            width: 100%; }
            .notifications .notification-body .secondary-header .principal-page-title .notifications-general-menu .general-item:hover,
            .notifications .notification-body .tertiary-header .principal-page-title .notifications-general-menu .general-item:hover {
              background-color: #e6e6e6; }
            .notifications .notification-body .secondary-header .principal-page-title .notifications-general-menu .general-item a,
            .notifications .notification-body .tertiary-header .principal-page-title .notifications-general-menu .general-item a {
              align-items: center;
              font-size: 0.9375rem;
              color: #2a2a2a;
              cursor: pointer;
              font-family: 'Overpass', sans-serif;
              height: 40px;
              padding: 0 20px;
              width: 100%; }
      .notifications .notification-body .secondary-header .principal-page-subtitle,
      .notifications .notification-body .tertiary-header .principal-page-subtitle {
        font-size: 0.9375rem;
        margin: 30px 0 12px;
        text-transform: uppercase; }
      .notifications .notification-body .secondary-header .page-config-title,
      .notifications .notification-body .tertiary-header .page-config-title {
        align-items: center;
        font-size: 1.125rem;
        border-left: 4px solid #2a2a2a;
        font-weight: bold;
        height: 25px;
        padding-left: 7px; }
      .notifications .notification-body .secondary-header .page-config-subtitle,
      .notifications .notification-body .tertiary-header .page-config-subtitle {
        align-items: center;
        font-size: 1rem;
        font-weight: bold;
        margin: 30px 0 10px;
        text-transform: uppercase; }
        .notifications .notification-body .secondary-header .page-config-subtitle svg,
        .notifications .notification-body .tertiary-header .page-config-subtitle svg {
          height: 16px;
          width: 16px;
          margin-right: 10px; }
          .notifications .notification-body .secondary-header .page-config-subtitle svg *,
          .notifications .notification-body .tertiary-header .page-config-subtitle svg * {
            fill: #999999; }
      .notifications .notification-body .secondary-header .page-config-description,
      .notifications .notification-body .tertiary-header .page-config-description {
        font-size: 0.75rem;
        color: #707070;
        line-height: 125%; }
      .notifications .notification-body .secondary-header .page-config-notifications,
      .notifications .notification-body .tertiary-header .page-config-notifications {
        font-size: 0.9375rem;
        color: #2a2a2a;
        font-weight: bold;
        margin: 30px 0 0; }
    .notifications .notification-body .tertiary-header {
      margin-top: 0; }
    .notifications .notification-body .notification-config-list {
      flex-direction: column;
      height: 100vh;
      margin-top: 30px;
      padding: 0 25px;
      width: 100%; }
      .notifications .notification-body .notification-config-list .config-list-item {
        align-items: center;
        justify-content: space-between;
        font-family: 'Overpass', sans-serif;
        margin-bottom: 30px;
        position: relative;
        width: 100%; }
        .notifications .notification-body .notification-config-list .config-list-item .question-title {
          font-size: 0.9375rem;
          font-weight: bold; }
        .notifications .notification-body .notification-config-list .config-list-item .config-item {
          font-size: 0.9375rem; }
        .notifications .notification-body .notification-config-list .config-list-item input {
          display: none; }
          .notifications .notification-body .notification-config-list .config-list-item input:checked + label {
            transition: all 0.3s ease; }
            .notifications .notification-body .notification-config-list .config-list-item input:checked + label .check {
              background: #35b73f;
              left: 20px;
              transform: rotate(360deg); }
              .notifications .notification-body .notification-config-list .config-list-item input:checked + label .check:before {
                transform: rotate(-45deg) translate(-1px, 14px);
                width: 10px; }
              .notifications .notification-body .notification-config-list .config-list-item input:checked + label .check:after {
                transform: rotate(45deg) translate(13px, 5px);
                width: 6px; }
        .notifications .notification-body .notification-config-list .config-list-item .toggle-wrapper {
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative; }
        .notifications .notification-body .notification-config-list .config-list-item .toggle {
          position: relative;
          display: inline-block; }
        .notifications .notification-body .notification-config-list .config-list-item label.toggle-item {
          background-color: #e6e6e6;
          border-radius: 50px;
          cursor: pointer;
          display: inline-block;
          height: 10px;
          position: relative;
          transform-origin: 20% center;
          transition: all 0.3s ease;
          width: 30px; }
          .notifications .notification-body .notification-config-list .config-list-item label.toggle-item:before {
            border-radius: 2em;
            border: 2px solid #88cf8f;
            display: block;
            height: 2.3em;
            left: 0.25em;
            top: 0.25em;
            transition: 0.3s ease;
            transition: all 0.2s ease;
            width: 2.3em; }
        .notifications .notification-body .notification-config-list .config-list-item .checkcross label:before {
          content: none; }
        .notifications .notification-body .notification-config-list .config-list-item .checkcross .check {
          background: #c1c7d0;
          border-radius: 50%;
          height: 1.5em;
          left: -15px;
          position: absolute;
          top: -7px;
          transition: 0.4s ease;
          width: 1.5em; }
          .notifications .notification-body .notification-config-list .config-list-item .checkcross .check:before, .notifications .notification-body .notification-config-list .config-list-item .checkcross .check:after {
            background: #fff;
            border-radius: 10px;
            content: "";
            height: 3px;
            position: absolute;
            transition: 0.4s ease; }
          .notifications .notification-body .notification-config-list .config-list-item .checkcross .check:before {
            transform: rotate(-45deg) translate(-3px, 11px);
            width: 12px; }
          .notifications .notification-body .notification-config-list .config-list-item .checkcross .check:after {
            transform: rotate(45deg) translate(11px, 3px);
            width: 12px; }
    .notifications .notification-body .notification-list {
      flex-direction: column;
      width: 100%;
      margin-bottom: 30px; }
      .notifications .notification-body .notification-list .notification-item {
        flex-direction: column;
        position: relative;
        padding: 15px 25px;
        border-bottom: 1px solid #e6e6e6; }
        .notifications .notification-body .notification-list .notification-item:first-child {
          border-top: 1px solid #e6e6e6; }
        .notifications .notification-body .notification-list .notification-item .notification-type {
          justify-content: space-between;
          align-items: flex-start;
          cursor: pointer;
          text-decoration: none;
          width: 90%; }
          .notifications .notification-body .notification-list .notification-item .notification-type .ico-type {
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            overflow: hidden;
            height: 36px;
            width: 36px; }
            .notifications .notification-body .notification-list .notification-item .notification-type .ico-type svg * {
              fill: #fff; }
            .notifications .notification-body .notification-list .notification-item .notification-type .ico-type.like {
              background-color: #ffb469; }
            .notifications .notification-body .notification-list .notification-item .notification-type .ico-type.deslike {
              background-color: #638da7; }
            .notifications .notification-body .notification-list .notification-item .notification-type .ico-type.team {
              background-color: #3a66c8;
              border: 3px solid #b1c4ef; }
          .notifications .notification-body .notification-list .notification-item .notification-type .user-thumb {
            position: relative;
            border: solid 1px #e6e6e6;
            display: inline-block;
            vertical-align: top;
            width: 36px;
            height: 36px;
            line-height: 33px;
            border-radius: 100%;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            overflow: hidden;
            border: solid 1px #e6e6e6; }
            .notifications .notification-body .notification-list .notification-item .notification-type .user-thumb .letter-name {
              background-color: #e6e6e6;
              display: inline-block;
              vertical-align: middle;
              width: 36px;
              height: 36px;
              position: absolute;
              font-size: 0.9375rem;
              line-height: 33px;
              font-family: 'Overpass', sans-serif;
              color: #2a2a2a;
              text-align: center; }
            .notifications .notification-body .notification-list .notification-item .notification-type .user-thumb .image {
              display: inline-block;
              vertical-align: top;
              max-width: 36px;
              text-align: center;
              width: 100%;
              height: 100%;
              background-position: center;
              background-size: cover;
              background-repeat: no-repeat;
              position: absolute;
              top: 0;
              left: 0;
              z-index: 10; }
          .notifications .notification-body .notification-list .notification-item .notification-type .text {
            font-size: 0.9375rem;
            color: #000;
            font-family: 'Overpass', sans-serif;
            line-height: 125%;
            width: calc(100% - 56px); }
            .notifications .notification-body .notification-list .notification-item .notification-type .text strong {
              font-weight: bold;
              margin-right: 3px; }
            .notifications .notification-body .notification-list .notification-item .notification-type .text:hover {
              text-decoration: underline; }
        .notifications .notification-body .notification-list .notification-item .icoMoreV {
          cursor: pointer;
          position: absolute;
          right: 25px; }
          .notifications .notification-body .notification-list .notification-item .icoMoreV svg path {
            fill: #707070; }
        .notifications .notification-body .notification-list .notification-item .notification-time {
          font-size: 0.75rem;
          color: #707070;
          font-family: 'Overpass', sans-serif;
          margin-left: 56px; }
        .notifications .notification-body .notification-list .notification-item .notifications-action-menu {
          align-items: flex-start;
          flex-direction: column;
          justify-content: center;
          background-color: #fff;
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          height: 0;
          overflow: hidden;
          position: absolute;
          right: 35px;
          top: 40px;
          transition: height 0.5s ease;
          width: 185px;
          z-index: 100; }
          .notifications .notification-body .notification-list .notification-item .notifications-action-menu.open {
            height: 116px; }
          .notifications .notification-body .notification-list .notification-item .notifications-action-menu .action-item {
            align-items: center;
            height: 100%;
            position: relative;
            transition: background-color 0.3s linear;
            width: 100%; }
            .notifications .notification-body .notification-list .notification-item .notifications-action-menu .action-item:hover {
              background-color: #e6e6e6; }
            .notifications .notification-body .notification-list .notification-item .notifications-action-menu .action-item a {
              align-items: center;
              font-size: 0.9375rem;
              color: #2a2a2a;
              cursor: pointer;
              font-family: 'Overpass', sans-serif;
              height: 40px;
              padding: 0 20px;
              width: 100%; }
        .notifications .notification-body .notification-list .notification-item.read .notification-type,
        .notifications .notification-body .notification-list .notification-item.read .notification-time {
          opacity: 0.5; }
        .notifications .notification-body .notification-list .notification-item.removed {
          display: none; }
    .notifications .notification-body .btn-show-more {
      font-size: 0.9375rem;
      background-color: #fff;
      border-radius: 6px;
      border: 1px solid #cccccc;
      color: #707070;
      cursor: pointer;
      font-family: 'Overpass', sans-serif;
      margin: 0 auto;
      padding: 10px 15px;
      text-transform: uppercase;
      width: 220px; }
      .notifications .notification-body .btn-show-more:hover {
        text-decoration: underline; }
      .notifications .notification-body .btn-show-more.hide {
        display: none; }
    .notifications .notification-body .message__item {
      bottom: unset;
      top: 74px; }
      .notifications .notification-body .message__item .box-message.success {
        width: 91%;
        background-color: #12872a; }
        .notifications .notification-body .message__item .box-message.success p {
          align-items: center;
          justify-content: center;
          color: #fff;
          position: relative; }
          .notifications .notification-body .message__item .box-message.success p:before {
            content: ""; }
            @media screen and (max-width: 419px) {
              .notifications .notification-body .message__item .box-message.success p:before {
                margin-right: 0px; } }
          @media screen and (max-width: 419px) {
            .notifications .notification-body .message__item .box-message.success p span {
              font-size: 0.9375rem;
              left: 0;
              position: absolute; } }
          .notifications .notification-body .message__item .box-message.success p .restore-notifications {
            font-size: 0.9375rem;
            background-color: transparent;
            border-radius: 6px;
            border: 1px solid #fff;
            color: #fff;
            cursor: pointer;
            font-family: 'Overpass', sans-serif;
            margin-left: 12.5px;
            padding: 5px 10px;
            text-align: center; }
            @media screen and (max-width: 419px) {
              .notifications .notification-body .message__item .box-message.success p .restore-notifications {
                margin-left: 40%; } }
            @media screen and (max-width: 359px) {
              .notifications .notification-body .message__item .box-message.success p .restore-notifications {
                margin-left: 45%;
                padding: 5px; } }
          .notifications .notification-body .message__item .box-message.success p .btn-close-msg {
            align-items: center;
            border-left: 1px solid #fff;
            cursor: pointer;
            height: 100%;
            padding-left: 10px;
            position: absolute;
            right: 0; }
            @media screen and (max-width: 419px) {
              .notifications .notification-body .message__item .box-message.success p .btn-close-msg {
                margin-left: 90%; } }
            .notifications .notification-body .message__item .box-message.success p .btn-close-msg svg {
              height: 14px;
              width: 14px; }
              .notifications .notification-body .message__item .box-message.success p .btn-close-msg svg path {
                fill: #fff; }
    .notifications .notification-body .no-notifications {
      margin-top: 90px; }
    .notifications .notification-body .loader-notifications {
      margin-top: 40%; }
    .notifications .notification-body .no-notifications,
    .notifications .notification-body .loader-notifications,
    .notifications .notification-body .not-subscriber-notifications {
      align-items: center;
      flex-direction: column;
      justify-content: center;
      font-family: 'Overpass', sans-serif;
      height: auto;
      position: relative;
      width: 100%; }
      .notifications .notification-body .no-notifications svg,
      .notifications .notification-body .loader-notifications svg,
      .notifications .notification-body .not-subscriber-notifications svg {
        height: 76px;
        width: 76px; }
      .notifications .notification-body .no-notifications .ico-loader,
      .notifications .notification-body .loader-notifications .ico-loader,
      .notifications .notification-body .not-subscriber-notifications .ico-loader {
        -webkit-animation: rotate-center 1.5s linear infinite both;
        animation: rotate-center 1.5s linear infinite both;
        margin-bottom: 30px; }

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
        .notifications .notification-body .no-notifications .ico-loader svg,
        .notifications .notification-body .loader-notifications .ico-loader svg,
        .notifications .notification-body .not-subscriber-notifications .ico-loader svg {
          height: 35px;
          width: 35px; }
      .notifications .notification-body .no-notifications .no-notifications-title,
      .notifications .notification-body .loader-notifications .no-notifications-title,
      .notifications .notification-body .not-subscriber-notifications .no-notifications-title {
        font-size: 1.125rem;
        font-weight: bold;
        line-height: 175%;
        margin: 30px 0;
        text-align: center;
        max-width: 224px; }
      .notifications .notification-body .no-notifications .no-notifications-message,
      .notifications .notification-body .no-notifications .loader-notifications-message,
      .notifications .notification-body .loader-notifications .no-notifications-message,
      .notifications .notification-body .loader-notifications .loader-notifications-message,
      .notifications .notification-body .not-subscriber-notifications .no-notifications-message,
      .notifications .notification-body .not-subscriber-notifications .loader-notifications-message {
        font-size: 1rem;
        line-height: 175%;
        text-align: center;
        max-width: 360px; }
        .notifications .notification-body .no-notifications .no-notifications-message .no-notifications-config-link,
        .notifications .notification-body .no-notifications .loader-notifications-message .no-notifications-config-link,
        .notifications .notification-body .loader-notifications .no-notifications-message .no-notifications-config-link,
        .notifications .notification-body .loader-notifications .loader-notifications-message .no-notifications-config-link,
        .notifications .notification-body .not-subscriber-notifications .no-notifications-message .no-notifications-config-link,
        .notifications .notification-body .not-subscriber-notifications .loader-notifications-message .no-notifications-config-link {
          color: #3a66c8;
          cursor: pointer; }
          .notifications .notification-body .no-notifications .no-notifications-message .no-notifications-config-link:hover,
          .notifications .notification-body .no-notifications .loader-notifications-message .no-notifications-config-link:hover,
          .notifications .notification-body .loader-notifications .no-notifications-message .no-notifications-config-link:hover,
          .notifications .notification-body .loader-notifications .loader-notifications-message .no-notifications-config-link:hover,
          .notifications .notification-body .not-subscriber-notifications .no-notifications-message .no-notifications-config-link:hover,
          .notifications .notification-body .not-subscriber-notifications .loader-notifications-message .no-notifications-config-link:hover {
            text-decoration: underline; }
    .notifications .notification-body .not-subscriber-notifications {
      margin-top: 124px;
      text-align: center;
      width: 100%; }
      .notifications .notification-body .not-subscriber-notifications svg {
        height: 85px;
        width: 85px; }
      .notifications .notification-body .not-subscriber-notifications .not-subscriber-title {
        font-size: 1.375rem;
        font-family: 'Overpass', sans-serif;
        font-weight: bold;
        line-height: 125%;
        margin: 32px 0 0; }
      .notifications .notification-body .not-subscriber-notifications .not-subscriber-subtitle {
        font-size: 1.125rem;
        font-family: 'Overpass', sans-serif;
        font-weight: bold;
        line-height: 175%;
        margin: 24px 0;
        width: 233px; }
      .notifications .notification-body .not-subscriber-notifications .not-subscriber-text {
        font-size: 1rem;
        font-family: 'Overpass', sans-serif;
        line-height: 150%;
        margin-bottom: 40px;
        width: 297px; }
      .notifications .notification-body .not-subscriber-notifications .btn-notifications-assine {
        font-size: 0.9375rem;
        background-color: #ff7700;
        border-radius: 30px;
        color: #fff;
        font-family: 'Overpass', sans-serif;
        font-weight: bold;
        padding: 10px 25px;
        transition: background-color 0.5s ease-in-out; }
        .notifications .notification-body .not-subscriber-notifications .btn-notifications-assine:hover {
          background-color: #d46707; }

.container.section-list {
  overflow: hidden; }

.c-ads-clip {
  position: relative;
  width: 100%;
  clear: both;
  margin: 30px 0;
  height: 312px;
  background: none;
  /* Flying Carpet */ }
  .c-ads-clip .c-ads {
    overflow: hidden;
    margin: 0;
    height: 0; }
  .c-ads-clip:before {
    content: "Publicidade";
    position: relative;
    float: right;
    font-size: .625rem;
    line-height: 100%;
    color: #999;
    text-align: right; }
  .c-ads-clip .clip-mask {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 300px;
    top: 12px;
    right: 0;
    overflow: hidden;
    clip: rect(0, auto, auto, 0); }
    .c-ads-clip .clip-mask .bg-clip {
      overflow: hidden;
      position: fixed;
      top: 75px; }
      .c-ads-clip .clip-mask .bg-clip > div {
        background: url(https://assets.gazetadopovo.com.br/images/bg-ads.png) repeat 0 0;
        height: 600px;
        width: 100%;
        top: 0;
        max-width: 66.66667%;
        float: left;
        padding-right: 30px; }
        @media screen and (max-width: 767px) {
          .c-ads-clip .clip-mask .bg-clip > div {
            float: none;
            max-width: 100%;
            padding-right: 0; } }
  .c-ads-clip.ads-mobile {
    display: none; }
  .c-ads-clip.ads-desktop {
    display: block; }
  .c-ads-clip .c-ads > div > div:before {
    display: none; }
  @media screen and (max-width: 1023px) {
    .c-ads-clip .c-ads-clip .clip-mask .bg-clip > div {
      max-width: 768px;
      padding-right: 0; } }
  @media screen and (max-width: 767px) {
    .c-ads-clip .c-ads-clip .clip-mask .bg-clip > div {
      float: none;
      max-width: 100%; } }
  .c-ads-clip.no-suport {
    height: auto; }
    .c-ads-clip.no-suport .c-ads {
      margin: 0; }

.c-ads {
  background: url(https://assets.gazetadopovo.com.br/images/bg-ads.png) repeat 0 0;
  display: none;
  margin: 50px 0;
  position: relative;
  text-align: center;
  width: 100%;
  clear: both; }
  .c-ads > div > div {
    display: flex;
    justify-content: center; }
    .c-ads > div > div:before {
      content: "Publicidade";
      display: block;
      position: absolute;
      top: -12px;
      right: 0;
      font-size: 0.625rem;
      line-height: 100%;
      color: #999999;
      text-align: right; }
  .c-ads > div#m-pos-3, .c-ads > div#m-pos-4, .c-ads > div#m-pos-5, .c-ads > div#m-pos-6, .c-ads > div#m-pos-7 {
    height: 250px;
    align-items: center;
    display: flex;
    justify-content: center; }
  .c-ads > div#m-pos-post-flying {
    height: 600px; }

.c-ads.pos-mod-patrocinio, .c-ads.pos-mod-apoio {
  background: none; }
  .c-ads.pos-mod-patrocinio div, .c-ads.pos-mod-apoio div {
    text-align: right; }
  .c-ads.pos-mod-patrocinio div > div:before, .c-ads.pos-mod-apoio div > div:before {
    content: ""; }

.c-content .c-ads {
  height: 0px;
  overflow: hidden;
  background: none; }
  .c-content .c-ads.active {
    overflow: hidden;
    min-height: 50px; }
  .c-content .c-ads:before {
    content: "Publicidade";
    display: block;
    position: relative;
    top: 0;
    right: 0;
    font-size: 0.625rem;
    line-height: 100%;
    color: #999999;
    text-align: right; }
  .c-content .c-ads > div {
    background: url(https://assets.gazetadopovo.com.br/images/bg-ads.png) repeat 0 0; }
    .c-content .c-ads > div > div:before {
      display: none; }

.c-content .c-ads-clip {
  background: url(https://assets.gazetadopovo.com.br/images/bg-ads.png) repeat 0 0; }
  .c-content .c-ads-clip:before {
    position: absolute;
    top: -12px;
    right: 0; }
  .c-content .c-ads-clip .clip-mask {
    top: 0; }
  .c-content .c-ads-clip .c-ads:before {
    display: none; }
  .c-content .c-ads-clip > div {
    background: none; }

.section .c-ads.pos-mod-patrocinio, .section .c-ads.pos-mod-apoio {
  max-width: 300px;
  margin: 0 auto 30px; }
  .section .c-ads.pos-mod-patrocinio div, .section .c-ads.pos-mod-apoio div {
    text-align: center; }
  .section .c-ads.pos-mod-patrocinio div > div:before, .section .c-ads.pos-mod-apoio div > div:before {
    content: ""; }

.post-amp .c-ads, .note-amp .c-ads {
  display: block;
  margin: 0px auto 30px; }

.post-amp .ads-label, .note-amp .ads-label {
  background-color: transparent;
  color: #999999;
  display: block;
  font-size: 0.625rem;
  line-height: 100%;
  text-align: right; }

.post-amp amp-fx-flying-carpet div, .note-amp amp-fx-flying-carpet div {
  left: 0; }

#ads-2 {
  position: relative;
  width: 100%;
  float: left; }
  #ads-2 .c-ads {
    margin-top: 0; }

#ads-2.fixed {
  position: relative; }
  #ads-2.fixed .c-ads.ads-desktop {
    position: fixed;
    top: 0;
    max-width: 374px;
    margin-top: 100px; }

#ads-2.absolute {
  position: absolute;
  bottom: 0;
  height: 700px;
  width: 374px; }
  #ads-2.absolute .c-ads.ads-desktop {
    position: relative;
    float: right;
    max-width: 100%;
    margin-top: 100px; }

.post > .col-12 {
  position: relative; }

.fixed-footer {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: #ffffff;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 0;
  overflow: initial;
  z-index: 100; }
  .fixed-footer .c-ads {
    margin: 0;
    padding: 0;
    float: left;
    display: none;
    overflow: initial;
    transition: height .4s; }
    .fixed-footer .c-ads .btn-close {
      display: block;
      position: absolute;
      width: 32px;
      height: 26px;
      margin: 0;
      top: -26px;
      right: 0;
      padding: 0 10px;
      cursor: pointer;
      background: #ffffff;
      border-radius: 4px 4px 0 0;
      box-shadow: -3px -3px 4px rgba(0, 0, 0, 0.1); }
      .fixed-footer .c-ads .btn-close:before, .fixed-footer .c-ads .btn-close:after {
        width: 12px;
        top: 12px; }

@media screen and (max-width: 767px) {
  .fixed-footer .c-ads .btn-close {
    display: none;
    opacity: 0; }
  .fixed-footer.scrollDown .c-ads .btn-close {
    display: block;
    opacity: 1.0; }
  .fixed-footer.scrollDown .c-ads.ads-stick-footer {
    max-height: auto; } }

@media screen and (max-width: 1147px) {
  #ads-2.fixed .c-ads.ads-desktop {
    max-width: 320px; }
  #ads-2.absolute .c-ads.ads-desktop {
    max-width: 320px; } }

@media screen and (max-width: 1023px) {
  #ads-2.fixed .c-ads.ads-desktop {
    position: relative;
    top: 0;
    max-width: 100%; }
  #ads-2.absolute {
    position: relative;
    right: 0;
    max-width: 100%;
    height: auto; }
    #ads-2.absolute .c-ads.ads-desktop {
      max-width: 100%;
      margin-top: 0; } }

@media screen and (max-width: 989px) {
  #ads-2.fixed .c-ads.ads-desktop {
    position: relative;
    top: 0; } }

@media screen and (max-width: 767px) {
  .c-ads-clip.ads-desktop {
    display: none; }
  .c-ads-clip.ads-mobile {
    display: block; }
  .c-ads.pos-mod-patrocinio, .c-ads.pos-mod-apoio {
    position: relative;
    width: 100%;
    margin: 20px 0; }
    .c-ads.pos-mod-patrocinio div, .c-ads.pos-mod-apoio div {
      text-align: center; }
  .end-post .c-ads.ads-mobile {
    margin-top: 0; }
  .fixed-footer {
    overflow: initial; }
    .fixed-footer .c-ads {
      padding: 0;
      margin: 0;
      background: #ffffff; } }

@media screen and (max-width: 419px) {
  .c-ads.pos-mod-patrocinio div, .c-ads.pos-mod-apoio div {
    text-align: center; }
  .c-ads.pos-mod-patrocinio div > div:before, .c-ads.pos-mod-apoio div > div:before {
    left: calc(50% - 23px);
    right: inherit; }
  .post .c-ads.pos-mod-patrocinio, .post .c-ads.pos-mod-apoio {
    margin: 20px 0 15px; }
  .post-podcast .c-ads.pos-mod-patrocinio, .post-podcast .c-ads.pos-mod-apoio {
    margin: 20px 0 50px; }
  .post-video .c-ads.pos-mod-patrocinio, .post-video .c-ads.pos-mod-apoio {
    margin: 40px 0 30px; }
  .section .c-ads {
    margin-left: -5px; }
    .section .c-ads.pos-mod-patrocinio, .section .c-ads.pos-mod-apoio {
      margin: 15px auto 20px; } }

@media screen and (max-width: 320px) {
  .bg-clip {
    margin-left: -5px; } }

.c-ads.ads-header {
  margin: 0;
  padding: 25px 0;
  background: transparent; }
  .c-ads.ads-header > div > div {
    display: flex;
    justify-content: center;
    background: url(https://assets.gazetadopovo.com.br/images/bg-ads.png) repeat 0 0; }

.c-ads.ads-header-fixed {
  position: fixed;
  top: 70px;
  left: 0;
  background: #f5f5f5;
  z-index: 100; }

.c-ads.ads-stick-footer {
  padding: 0;
  background: transparent;
  transition: height .4s; }
  .c-ads.ads-stick-footer > div > div {
    background: url(https://assets.gazetadopovo.com.br/images/bg-ads.png) repeat 0 0;
    margin: 10px auto; }
    .c-ads.ads-stick-footer > div > div:before {
      display: none; }

.c-ads.ads-video-corner {
  background-image: none;
  background-color: transparent;
  bottom: 120px;
  margin: 0;
  max-height: 240px;
  max-width: 320px;
  position: fixed;
  right: 60px;
  width: auto;
  z-index: 100; }
  .c-ads.ads-video-corner .btn-close {
    background-color: #ffffff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.15);
    display: none;
    height: 30px;
    margin: 0;
    position: absolute;
    right: 0;
    top: -30px;
    width: 30px; }
    .c-ads.ads-video-corner .btn-close:before, .c-ads.ads-video-corner .btn-close:after {
      left: 9px;
      top: 14px;
      width: 12px; }
  .c-ads.ads-video-corner > div:empty ~ .btn-close {
    display: none !important; }
  .c-ads.ads-video-corner > div > div:before {
    display: none; }

.c-ads.pos-mod-8 {
  bottom: 0px;
  left: 0px;
  position: fixed;
  width: 100%;
  z-index: 100; }
  .c-ads.pos-mod-8 > div > div {
    display: flex;
    justify-content: center; }
    .c-ads.pos-mod-8 > div > div:before {
      content: "";
      display: block;
      position: absolute;
      top: -12px;
      right: 0;
      font-size: 0.625rem;
      line-height: 100%;
      color: #999999;
      text-align: right; }

.c-content .c-ads.active {
  height: auto; }

.c-content .c-ads.clip-mask {
  height: 300px; }

.box-ads-header-home {
  width: 100%;
  display: block;
  -ms-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  min-height: 140px;
  overflow: hidden;
  background: #f5f5f5;
  z-index: 1;
  margin-bottom: 30px; }

.box-ads-header {
  padding: 100px 0 0 0;
  width: 100%;
  display: block;
  -ms-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  min-height: 140px;
  overflow: hidden;
  background: #f5f5f5;
  margin-bottom: 30px; }

@media screen and (max-width: 1247px) {
  .c-ads.ads-header-fixed {
    top: 56px; } }

@media screen and (max-width: 1147px) {
  .box-ads-header {
    padding-top: 56px; } }

@media screen and (max-width: 767px) {
  .c-ads.ads-header-fixed {
    top: 56px; }
  .box-ads-header-home {
    min-height: 110px; }
  .box-ads-header {
    min-height: 210px; }
    .box-ads-header .c-ads.ads-header {
      padding: 30px 0 0 0; } }

.webview .box-ads-header {
  padding: 0;
  min-height: 140px;
  margin-bottom: 30px; }

.webview .c-ads.ads-header-fixed {
  top: 0; }

@media screen and (max-width: 767px) {
  .webview .box-ads-header {
    margin-bottom: 0; }
    .webview .box-ads-header .c-ads.ads-header-fixed {
      top: 0; } }

body.has-premium:not(.home) .header {
  margin-bottom: 30px; }

body.has-premium .c-saiba-agora {
  margin-bottom: 50px; }

body.has-premium .box-ads-header {
  display: none;
  height: 0; }

body.has-premium .box-ads-header-home {
  display: none; }

body.has-premium .c-ads-clip {
  display: none; }
  @media screen and (max-width: 767px) {
    body.has-premium .c-ads-clip.ads-mobile {
      display: none; } }

body.has-premium .banner-flying {
  display: none; }

.social_widget__login_form form input {
  position: relative;
  float: left;
  width: 100%;
  background-color: #ffffff;
  padding: 0 15px;
  border: solid 1px #e6e6e6;
  font-size: 1rem;
  font-family: "Overpass", sans-serif;
  color: #000000;
  line-height: 49px;
  height: 49px;
  text-align: left;
  border-radius: 0; }
  .social_widget__login_form form input:focus {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none; }

.social_widget__login_form form textarea {
  position: relative;
  float: left;
  width: 100%;
  background-color: #ffffff;
  padding: 15px 15px;
  border: solid 1px #e6e6e6;
  font-size: 1rem;
  font-family: "Overpass", sans-serif;
  color: #000000;
  line-height: 100%;
  height: 80px;
  text-align: left;
  border-radius: 0;
  padding: 20px 15px 10px 15px;
  margin-bottom: 10px; }
  .social_widget__login_form form textarea:focus {
    color: #000000;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none; }

.social_widget__login_form form button {
  position: relative;
  padding: 0 15px;
  background: #707070;
  height: 49px;
  line-height: 49px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: "Overpass", sans-serif;
  text-align: center;
  border: 0;
  border-radius: 0;
  -ms-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  cursor: pointer; }
  .social_widget__login_form form button:focus {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
  .social_widget__login_form form button:hover {
    background: #2a2a2a; }
  .social_widget__login_form form button.no-bg {
    background: transparent;
    color: #707070; }

.form {
  float: left;
  width: 100%; }
  .form input {
    position: relative;
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 0 15px;
    border: solid 1px #e6e6e6;
    font-size: 1rem;
    font-family: "Overpass", sans-serif;
    color: #000000;
    line-height: 49px;
    height: 49px;
    text-align: left;
    border-radius: 0; }
  .form div {
    position: relative; }
  .form .c-label {
    position: absolute;
    top: 15px;
    left: 1px;
    width: auto;
    vertical-align: top;
    font-size: 1rem;
    color: #000000;
    line-height: 100%;
    text-align: left;
    font-family: "Overpass", sans-serif;
    margin: 0;
    padding: 0 0 0 15px;
    z-index: 10; }
  .form .c-label.focus {
    top: 5px;
    font-size: 0.75rem;
    line-height: 12px; }
  .form input[type="text"] {
    padding: 5px 15px 0 15px;
    line-height: 44px; }
  .form textarea {
    position: relative;
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 15px 15px;
    border: solid 1px #e6e6e6;
    font-size: 1rem;
    font-family: "Overpass", sans-serif;
    color: #000000;
    line-height: 100%;
    height: 80px;
    text-align: left;
    border-radius: 0;
    padding: 20px 15px 10px 15px;
    margin-bottom: 10px; }
  .form button {
    position: relative;
    padding: 0 15px;
    background: #2a2a2a;
    height: 49px;
    line-height: 49px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-family: "Overpass", sans-serif;
    text-align: center;
    border: 0;
    border-radius: 6px;
    -ms-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    cursor: pointer; }
    .form button:focus {
      outline: none; }
    .form button:hover {
      background: #707070; }
    .form button.no-bg {
      background: transparent;
      color: #2a2a2a; }
  .form .btn {
    float: right;
    height: 36px;
    line-height: 36px; }
  .form .c-label-checkbox {
    position: relative;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    font-size: 0.9375rem;
    color: #000000;
    line-height: 16px;
    text-align: left;
    font-family: "Overpass", sans-serif;
    margin: 0 -2px 15px -2px;
    padding: 2px 5px 0 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .form .c-label-checkbox:last-child {
      margin: 0 0 30px; }
  .form .c-input-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .form .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border: solid 1px #707070; }
  .form .c-label-checkbox:hover input ~ .checkmark {
    background-color: #e6e6e6; }
  .form .c-label-checkbox input:checked ~ .checkmark {
    background-color: #707070; }
  .form .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .form .c-label-checkbox input:checked ~ .checkmark:after {
    display: block; }
  .form .c-label-checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .form .full {
    width: 100%; }
  .form .pl-0 {
    padding-left: 0; }
  .form .form-line {
    position: relative;
    width: 100%;
    float: left; }

.g-recaptcha {
  position: relative;
  width: 100%;
  display: inline-block; }

.alert {
  position: relative;
  width: 100%;
  float: left;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 10px;
  margin: 15px 0;
  font-family: "Overpass", sans-serif;
  font-size: 1rem;
  line-height: 20px; }
  .alert .close {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    font-size: 1.3125rem;
    font-weight: 700;
    margin: 0;
    padding: 10px 15px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    filter: alpha(opacity=20);
    opacity: .2;
    cursor: pointer; }
  .alert a.close {
    text-decoration: none;
    font-size: 1.125rem;
    line-height: 1.2; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.fade.in {
  opacity: 1; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

@media screen and (max-width: 1147px) {
  .form .col-6 {
    width: 50%;
    float: left;
    margin-bottom: 20px; }
  .form [class*=col-] + [class*=col-] {
    padding-left: 2.439%; }
  .form [class*=col-] + [class*=col-].pl-0, .form .pl-0 {
    padding-left: 0; } }

@media screen and (max-width: 767px) {
  .form .c-label-checkbox {
    width: 100%; }
  .form .col-6 {
    width: 100%;
    float: left;
    margin-bottom: 20px; }
  .form [class*=col-] + [class*=col-] {
    padding-left: 0; } }

.img-fallback:before {
  content: "";
  background-image: url(https://assets.gazetadopovo.com.br/images/svg/logo-gazeta-fallback.svg);
  background-size: 55px 55px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #efefef;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100; }

.c-podcast-box .img-fallback:before {
  z-index: 1; }

.tab-control {
  position: relative;
  width: 100%;
  float: left; }

.tab-content {
  position: relative;
  width: 100%;
  float: left;
  display: none; }

.tab-content.active {
  display: block; }

#touchpointHomeFooter {
  display: flex;
  width: 100%;
  height: 100%; }

.c-social-networks {
  position: relative;
  width: 100%;
  display: inline-block;
  background: #2a2a2a;
  color: #ffffff;
  display: inline-block; }
  .c-social-networks .c-social-networks-ul {
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center; }
    .c-social-networks .c-social-networks-ul li {
      position: relative;
      display: inline-block;
      vertical-align: top;
      padding: 0; }
      .c-social-networks .c-social-networks-ul li span {
        font-size: 1.125rem;
        font-family: "Merriweather", serif;
        font-weight: bold; }
      .c-social-networks .c-social-networks-ul li a {
        display: table-cell;
        width: 48px;
        height: 60px;
        vertical-align: middle;
        text-decoration: none;
        line-height: 30px; }
        .c-social-networks .c-social-networks-ul li a svg {
          display: inline-block;
          vertical-align: middle;
          width: 35px;
          height: 22px;
          fill: #ffffff;
          -ms-transition: all 0.3s ease-out;
          -moz-transition: all 0.3s ease-out;
          -webkit-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out; }
        .c-social-networks .c-social-networks-ul li a:hover svg {
          height: 30px;
          width: 43px; }
      .c-social-networks .c-social-networks-ul li:first-child {
        margin-right: 30px; }
        .c-social-networks .c-social-networks-ul li:first-child span a {
          color: #ffffff;
          width: auto; }

.c-footer {
  position: relative;
  width: 100%;
  background: #2a2a2a;
  font-family: "Overpass", sans-serif;
  overflow: hidden;
  padding-bottom: 120px; }
  .c-footer .c-footer-links-desktop {
    border-top: 1px solid #707070;
    display: flex;
    padding: 20px 0; }
    .c-footer .c-footer-links-desktop .c-footer-funcionais {
      display: inline-flex;
      flex-direction: column;
      width: 100%;
      text-align: center; }
      .c-footer .c-footer-links-desktop .c-footer-funcionais h2 {
        display: inline-block;
        color: #ffffff;
        font-size: 1rem;
        font-weight: bold;
        line-height: 24px;
        padding: 10px 0;
        text-align: left;
        text-decoration: none; }
      .c-footer .c-footer-links-desktop .c-footer-funcionais li {
        padding: 10px 0;
        text-align: left; }
        .c-footer .c-footer-links-desktop .c-footer-funcionais li a {
          display: inline-block;
          color: #ffffff;
          font-size: 0.8125rem;
          line-height: 24px;
          text-align: center;
          text-decoration: none;
          text-transform: none;
          -ms-transition: all 1s ease-out;
          -moz-transition: all 1s ease-out;
          -webkit-transition: all 1s ease-out;
          -o-transition: all 1s ease-out;
          padding: 0 3px; }
          .c-footer .c-footer-links-desktop .c-footer-funcionais li a svg {
            height: 20px;
            display: inline-block;
            vertical-align: middle; }
        .c-footer .c-footer-links-desktop .c-footer-funcionais li:hover a {
          text-decoration: underline; }
      .c-footer .c-footer-links-desktop .c-footer-funcionais li.logo {
        border-left: solid 1px #707070;
        height: 100px;
        display: flex;
        align-items: center; }
        .c-footer .c-footer-links-desktop .c-footer-funcionais li.logo a {
          padding-left: 15px;
          margin-left: 10px;
          padding-right: 0; }
    .c-footer .c-footer-links-desktop .logo-footer {
      justify-content: center; }
    @media screen and (max-width: 768px) {
      .c-footer .c-footer-links-desktop {
        display: none; } }
  .c-footer .c-footer-links-mobile {
    display: none; }

.scroll-top {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 36px;
  height: 36px;
  background: #2a2a2a;
  border-radius: 50%;
  overflow: hidden;
  line-height: 36px;
  text-align: center;
  -ms-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  z-index: 1; }
  .scroll-top svg {
    display: inline-block;
    vertical-align: middle;
    width: 13px; }
    .scroll-top svg path, .scroll-top svg rect {
      fill: #ffffff; }
  .scroll-top:hover {
    background: #2a2a2a; }

.c-btn-share-post-footer {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
  width: 56px;
  height: 56px;
  background: #2a2a2a;
  border-radius: 50%;
  overflow: hidden;
  -ms-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  text-align: center;
  line-height: 60px;
  z-index: 10;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5); }
  .c-btn-share-post-footer svg {
    display: inline-block;
    width: 32px;
    vertical-align: middle; }
    .c-btn-share-post-footer svg path {
      fill: #ffffff; }
  .c-btn-share-post-footer span {
    position: absolute;
    top: 21px;
    left: 0;
    width: 100%;
    line-height: 10px;
    font-size: 0.6875rem;
    color: #ffffff; }
  .c-btn-share-post-footer:hover {
    background: #2a2a2a; }

.scroll-top.absolute {
  position: absolute; }

.absolute.c-btn-share-post-footer {
  position: absolute;
  bottom: 10px;
  right: 10px; }

@media screen and (max-width: 1147px) {
  .c-footer .c-footer-funcionais li:nth-child(1),
  .c-footer .c-footer-funcionais li:nth-child(2),
  .c-footer .c-footer-funcionais li:nth-child(3),
  .c-footer .c-footer-funcionais li:nth-child(5),
  .c-footer .c-footer-funcionais li:nth-child(6),
  .c-footer .c-footer-funcionais li:nth-child(7) {
    display: block; } }

@media screen and (max-width: 768px) {
  .c-social-networks .c-social-networks-ul li:first-child {
    display: none; } }

/* Responsivo */
@media screen and (max-width: 767px) {
  .c-redes-sociais li {
    padding: 0 5%; }
  .c-redes-sociais li:first-child {
    display: none; }
  .c-redes-sociais a {
    width: auto; }
  .c-footer {
    padding-bottom: 100px; }
    .c-footer .c-footer-links-mobile {
      border-top: 1px solid #707070;
      display: flex;
      flex-direction: column;
      padding: 20px 0;
      height: auto; }
      .c-footer .c-footer-links-mobile .c-footer-lista-mobile {
        display: flex; }
        .c-footer .c-footer-links-mobile .c-footer-lista-mobile .c-footer-funcionais {
          display: flex;
          flex-direction: column;
          width: 100%;
          margin: 0 0 15px 20px; }
          .c-footer .c-footer-links-mobile .c-footer-lista-mobile .c-footer-funcionais h2 {
            display: inline-block;
            color: #ffffff;
            font-size: 1rem;
            font-weight: bold;
            line-height: 24px;
            padding: 10px 0;
            text-align: left;
            text-decoration: none; }
          .c-footer .c-footer-links-mobile .c-footer-lista-mobile .c-footer-funcionais li {
            display: flex;
            flex-direction: row;
            width: 100%;
            padding: 13px 0; }
            .c-footer .c-footer-links-mobile .c-footer-lista-mobile .c-footer-funcionais li a {
              line-height: 14px;
              color: #ffffff;
              font-size: 0.8125rem;
              text-align: left;
              text-decoration: none;
              text-transform: none;
              -ms-transition: all 1s ease-out;
              -moz-transition: all 1s ease-out;
              -webkit-transition: all 1s ease-out;
              -o-transition: all 1s ease-out;
              padding: 0 3px; }
          .c-footer .c-footer-links-mobile .c-footer-lista-mobile .c-footer-funcionais li.logo {
            border-left: none;
            width: 100%;
            justify-content: center; }
            .c-footer .c-footer-links-mobile .c-footer-lista-mobile .c-footer-funcionais li.logo a {
              border-left: 0;
              padding-left: 0;
              margin-left: 0; }
      .c-footer .c-footer-links-mobile svg {
        height: 20px;
        display: inline-block;
        vertical-align: middle; }
      .c-footer .c-footer-links-mobile .logo-footer {
        display: flex;
        justify-content: center;
        margin-top: 15px; }
    .c-footer .scroll-top {
      left: 42%; } }

.c-touchpoint-post {
  display: none;
  position: relative;
  width: 100%;
  float: left;
  vertical-align: top;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 125%;
  color: #20516b;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 30px;
  font-family: "Overpass", sans-serif; }
  .c-touchpoint-post:before, .c-touchpoint-post:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 111px;
    height: 2px;
    background: #b7b6b6; }
  .c-touchpoint-post:before {
    margin-bottom: 20px; }
  .c-touchpoint-post:after {
    margin-top: 20px; }
  .c-touchpoint-post a {
    text-decoration: none;
    color: #20516b;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    -ms-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out; }
    .c-touchpoint-post a strong {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      font-weight: 700; }
    .c-touchpoint-post a .c-coin {
      color: #18bdd0;
      border-bottom: solid 1px #18bdd0;
      width: auto; }
    .c-touchpoint-post a:hover {
      opacity: 0.5; }

.c-touchpoint-post-footer {
  position: relative;
  width: 100%;
  background: #f5f5f5;
  float: left;
  vertical-align: top;
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 30px;
  border-radius: 8px; }
  .c-touchpoint-post-footer .touchpoint-digital, .c-touchpoint-post-footer .touchpoint-premium,
  .c-touchpoint-post-footer .touchpoint-corona-virus {
    display: block; }
    .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona,
    .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto,
    .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona {
      padding: 30px 160px 30px 30px; }
      @media screen and (max-width: 767px) {
        .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona {
          padding: 30px 40px 20px 30px; } }
      .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto .c-title-04, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona .c-title-04, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto .c-title-04, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona .c-title-04,
      .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto .c-title-04,
      .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona .c-title-04 {
        position: relative;
        display: inline-block;
        width: 100%;
        color: #000000;
        font-size: 1.25rem;
        line-height: 125%;
        margin: 0 0 15px 0;
        font-weight: 700;
        -ms-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -webkit-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        text-transform: uppercase; }
        @media screen and (max-width: 767px) {
          .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto .c-title-04, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona .c-title-04, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto .c-title-04, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona .c-title-04,
          .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto .c-title-04,
          .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona .c-title-04 {
            font-size: 1.125rem; } }
      .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto .c-texto, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona .c-texto, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto .c-texto, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona .c-texto,
      .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto .c-texto,
      .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona .c-texto {
        color: #000000;
        width: 100%;
        display: inline-block;
        font-size: 16px; }
        @media screen and (max-width: 767px) {
          .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto .c-texto, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona .c-texto, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto .c-texto, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona .c-texto,
          .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto .c-texto,
          .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona .c-texto {
            font-size: 14px; } }
        .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto .c-texto b, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona .c-texto b, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto .c-texto b, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona .c-texto b,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto .c-texto b,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona .c-texto b {
          color: #18bdd0;
          font-weight: 700;
          width: auto;
          margin-top: 10px;
          display: inline-block;
          vertical-align: top;
          border-bottom: solid 1px #18bdd0; }
        .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto .c-texto span, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona .c-texto span, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto .c-texto span, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona .c-texto span,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto .c-texto span,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona .c-texto span {
          width: 100%;
          display: inline-block;
          vertical-align: top; }
      .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto .button-touchpoint-apoie, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto .button-touchpoint-quero-assinar, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona .button-touchpoint-apoie, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona .button-touchpoint-quero-assinar, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto .button-touchpoint-apoie, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto .button-touchpoint-quero-assinar, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona .button-touchpoint-apoie, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona .button-touchpoint-quero-assinar,
      .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto .button-touchpoint-apoie,
      .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto .button-touchpoint-quero-assinar,
      .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona .button-touchpoint-apoie,
      .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona .button-touchpoint-quero-assinar {
        color: #000000;
        text-decoration: none;
        padding: 10px 30px;
        background-color: #ffc73e;
        transition: 1s;
        text-align: center;
        border-radius: 4px;
        font-weight: bold; }
        .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto .button-touchpoint-apoie:hover, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto .button-touchpoint-quero-assinar:hover, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona .button-touchpoint-apoie:hover, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona .button-touchpoint-quero-assinar:hover, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto .button-touchpoint-apoie:hover, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto .button-touchpoint-quero-assinar:hover, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona .button-touchpoint-apoie:hover, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona .button-touchpoint-quero-assinar:hover,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto .button-touchpoint-apoie:hover,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto .button-touchpoint-quero-assinar:hover,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona .button-touchpoint-apoie:hover,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona .button-touchpoint-quero-assinar:hover {
          background-color: #b9912c; }
      .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto .button-touchpoint-experimente, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona .button-touchpoint-experimente, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto .button-touchpoint-experimente, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona .button-touchpoint-experimente,
      .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto .button-touchpoint-experimente,
      .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona .button-touchpoint-experimente {
        padding: 10px 30px;
        text-decoration: none;
        background-color: #b59666;
        color: #ffffff;
        transition: 1s;
        text-align: center;
        border-radius: 4px;
        font-weight: bold; }
        .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto .button-touchpoint-experimente:hover, .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona .button-touchpoint-experimente:hover, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto .button-touchpoint-experimente:hover, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona .button-touchpoint-experimente:hover,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto .button-touchpoint-experimente:hover,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona .button-touchpoint-experimente:hover {
          background-color: #88704b;
          color: #ffffff; }
    .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona,
    .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona {
      padding: 30px 50px; }
      @media screen and (max-width: 767px) {
        .c-touchpoint-post-footer .touchpoint-digital .c-conteudo-texto-corona, .c-touchpoint-post-footer .touchpoint-premium .c-conteudo-texto-corona,
        .c-touchpoint-post-footer .touchpoint-corona-virus .c-conteudo-texto-corona {
          padding: 30px 20px; } }
    .c-touchpoint-post-footer .touchpoint-digital .banner-top, .c-touchpoint-post-footer .touchpoint-premium .banner-top,
    .c-touchpoint-post-footer .touchpoint-corona-virus .banner-top {
      background: url("https://www.gazetadopovo.com.br/assets/images/touchpoints/bg-touchpoint-top.jpg") no-repeat;
      background-size: cover;
      background-position: right;
      width: 100%;
      height: 50px;
      position: relative;
      top: -7px;
      border-top-right-radius: 8px;
      border-top-left-radius: 8px; }
    .c-touchpoint-post-footer .touchpoint-digital .banner-footer, .c-touchpoint-post-footer .touchpoint-premium .banner-footer,
    .c-touchpoint-post-footer .touchpoint-corona-virus .banner-footer {
      background: url("https://www.gazetadopovo.com.br/assets/images/touchpoints/bg-touchpoint-footer.png") no-repeat center;
      background-size: contain;
      width: 100%;
      height: 56px;
      position: relative;
      bottom: -5px;
      border-bottom-right-radius: 8px;
      border-bottom-left-radius: 8px; }
      @media screen and (max-width: 767px) {
        .c-touchpoint-post-footer .touchpoint-digital .banner-footer, .c-touchpoint-post-footer .touchpoint-premium .banner-footer,
        .c-touchpoint-post-footer .touchpoint-corona-virus .banner-footer {
          background-size: cover;
          background-position: right; } }
    .c-touchpoint-post-footer .touchpoint-digital .banner-lateral, .c-touchpoint-post-footer .touchpoint-premium .banner-lateral,
    .c-touchpoint-post-footer .touchpoint-corona-virus .banner-lateral {
      background: url("https://www.gazetadopovo.com.br/assets/images/touchpoints/bg-touchpoint-lateral.png") no-repeat center;
      background-size: cover;
      width: 20%;
      height: 206px;
      position: absolute;
      bottom: 0;
      right: 0;
      border-bottom-right-radius: 8px;
      border-top-right-radius: 8px; }
      @media screen and (min-width: 1024px) and (max-width: 1024px) {
        .c-touchpoint-post-footer .touchpoint-digital .banner-lateral, .c-touchpoint-post-footer .touchpoint-premium .banner-lateral,
        .c-touchpoint-post-footer .touchpoint-corona-virus .banner-lateral {
          height: 234px; } }
      @media screen and (max-width: 767px) {
        .c-touchpoint-post-footer .touchpoint-digital .banner-lateral, .c-touchpoint-post-footer .touchpoint-premium .banner-lateral,
        .c-touchpoint-post-footer .touchpoint-corona-virus .banner-lateral {
          background: url("https://www.gazetadopovo.com.br/assets/images/touchpoints/bg-touchpoint-footer-mobile.png") no-repeat center;
          background-size: cover;
          background-position: right;
          width: 100%;
          position: relative;
          height: 56px;
          bottom: -5px;
          border-bottom-left-radius: 8px;
          border-bottom-right-radius: 8px;
          border-top-right-radius: 0px; } }

.c-touchpoint-post-footerFixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000000;
  padding: 15px 15px;
  text-align: center;
  z-index: 100;
  display: none; }
  .c-touchpoint-post-footerFixed .wrapper {
    position: relative; }
  .c-touchpoint-post-footerFixed .c-title-04 {
    position: relative;
    float: left;
    vertical-align: top;
    width: 100%;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    -ms-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    text-align: left;
    padding-top: 20px; }
    .c-touchpoint-post-footerFixed .c-title-04 b {
      font-weight: 700;
      width: auto;
      display: inline-block;
      vertical-align: top; }
    .c-touchpoint-post-footerFixed .c-title-04 .c-subscribe-touchpoint {
      position: absolute;
      right: 0;
      bottom: 0;
      float: right;
      color: #e4c415;
      font-weight: 700;
      text-decoration: none;
      line-height: 100%; }
      .c-touchpoint-post-footerFixed .c-title-04 .c-subscribe-touchpoint:hover {
        text-decoration: underline; }
    .c-touchpoint-post-footerFixed .c-title-04 .c-close-touchpoint {
      display: none;
      position: absolute;
      right: 0;
      top: 0;
      cursor: pointer;
      float: right;
      font-size: 0rem;
      height: 20px; }
      .c-touchpoint-post-footerFixed .c-title-04 .c-close-touchpoint:before {
        content: "×";
        float: right;
        color: #ffffff;
        font-size: 1.25rem;
        line-height: 18px;
        width: 30px;
        text-align: right;
        font-weight: 700; }
      .c-touchpoint-post-footerFixed .c-title-04 .c-close-touchpoint:hover:before {
        color: #e4c415; }
    .c-touchpoint-post-footerFixed .c-title-04 .c-open-touchpoint {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      cursor: pointer;
      float: right;
      font-size: 0rem;
      height: 20px; }
      .c-touchpoint-post-footerFixed .c-title-04 .c-open-touchpoint:before {
        content: "ˆ";
        float: right;
        color: #ffffff;
        font-size: 1.875rem;
        line-height: 35px;
        width: 30px;
        text-align: right;
        font-weight: 700; }
      .c-touchpoint-post-footerFixed .c-title-04 .c-open-touchpoint:hover:before {
        color: #e4c415; }
  .c-touchpoint-post-footerFixed .c-text-touchpoint {
    position: relative;
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 125%;
    text-align: left;
    display: none;
    margin-top: 15px; }
    .c-touchpoint-post-footerFixed .c-text-touchpoint .c-coin {
      font-weight: 700;
      color: #e4c415; }
    .c-touchpoint-post-footerFixed .c-text-touchpoint span {
      color: #ffffff; }
    .c-touchpoint-post-footerFixed .c-text-touchpoint ul {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      margin: 5px 0;
      color: #ffffff; }
      .c-touchpoint-post-footerFixed .c-text-touchpoint ul li {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        color: #ffffff; }
        .c-touchpoint-post-footerFixed .c-text-touchpoint ul li:before {
          content: "";
          background-image: url(https://assets.gazetadopovo.com.br/images/svg/checklist.svg);
          background-position: left center;
          background-repeat: no-repeat;
          background-color: transparent;
          font-size: 0.875rem;
          vertical-align: top;
          margin-right: 5px;
          width: 15px;
          height: 15px;
          display: inline-block; }
    .c-touchpoint-post-footerFixed .c-text-touchpoint .c-link {
      position: relative;
      float: left;
      width: 100%;
      color: #ffffff;
      text-decoration: none;
      margin-top: 10px; }
      .c-touchpoint-post-footerFixed .c-text-touchpoint .c-link b {
        font-weight: 700; }
      .c-touchpoint-post-footerFixed .c-text-touchpoint .c-link:hover {
        text-decoration: underline; }
  .c-touchpoint-post-footerFixed.open .c-open-touchpoint {
    display: none; }
  .c-touchpoint-post-footerFixed.open .c-close-touchpoint {
    display: block; }
  .c-touchpoint-post-footerFixed.open .c-text-touchpoint {
    display: block; }

@media screen and (max-width: 767px) {
  .c-touchpoint-post {
    font-size: 0.9375rem; }
  .c-touchpoint-post-footer {
    font-size: 0.875rem; }
    .c-touchpoint-post-footer .c-title-04 {
      font-size: 1rem; }
  .c-touchpoint-post-footerFixed .c-title-04 {
    padding-top: 10px; }
    .c-touchpoint-post-footerFixed .c-title-04 b {
      width: 100%; } }

.google-subscriber .c-touchpoint-post {
  display: none !important; }

.google-subscriber .c-touchpoint-post-footer {
  display: none !important; }

.google-subscriber .c-touchpoint-post-footerFixed {
  display: none !important; }

.google-subscriber .c-header .c-btn-sign-it-mobile,
.google-subscriber .c-login .c-btn-sign-it,
.google-subscriber .c-view-more .dropdown .c-login .c-btn-sign-it {
  display: none !important; }

.google-subscriber .c-footer .c-footer-funcionais li.assinatura {
  display: none !important; }

.google-subscriber .userAdvantageClub {
  display: none !important; }

.google-subscriber .c-view-more .dropdown .h-quick-news .h-quick-news-ul li {
  width: 25%; }

.c-table {
  width: 100%;
  margin: 30px 0px;
  display: inline-block; }

.note .c-table, .note-home .c-table {
  margin-top: 0; }

table {
  width: 100%;
  border: none;
  margin-bottom: 30px;
  margin-top: 10px; }
  table tr td:last-child {
    border-right: none; }
  table thead {
    border: 2px solid #e6e6e6;
    border-left: none;
    border-right: none;
    width: 100%; }
    table thead td {
      color: #999999;
      font-size: 1.125rem;
      font-weight: 700;
      line-height: 24px;
      padding: 0.5em; }
  table tbody tr td {
    color: #000000;
    padding: 10px;
    font-size: 1.125rem; }
  table tbody tr:nth-child(odd) {
    background: #ffffff; }
  table tbody tr:nth-child(even) {
    background: #f5f5f5; }

@media screen and (max-width: 767px) {
  .c-table {
    overflow: hidden;
    overflow-x: scroll; }
    .c-table table tbody tr td {
      padding: 5px 10px;
      font-size: 1rem; } }

.tooltip .text .triangle, .tooltip .text .triangle:before {
  height: 0;
  position: absolute;
  width: 0; }

.tooltip {
  position: relative; }
  .tooltip .text {
    background-color: #ffffff;
    border: 1px solid #707070;
    border-radius: 6px;
    color: #707070;
    line-height: 125%;
    padding: 13px;
    position: absolute;
    top: 28px;
    visibility: hidden;
    width: 250px;
    z-index: 10; }
    .tooltip .text .triangle {
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 10px solid #707070;
      right: 47%;
      top: -10px; }
      .tooltip .text .triangle:before {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 15px solid #ffffff;
        right: -8px;
        top: 3px;
        content: ""; }
  .tooltip.author .text {
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.21);
    color: #2a2a2a;
    font-family: "Merriweather", serif;
    font-weight: normal;
    left: 0;
    min-width: 220px;
    text-align: left;
    width: auto; }
    .tooltip.author .text .triangle {
      left: 30px;
      border-bottom-color: #cccccc; }
      .tooltip.author .text .triangle:before {
        border-bottom-color: #f5f5f5; }
    .tooltip.author .text .email {
      color: #707070;
      display: inline-flex;
      font-size: 0.75rem;
      padding-top: 15px; }
      .tooltip.author .text .email svg {
        height: 20px;
        margin-right: 7px;
        width: 20px; }
        .tooltip.author .text .email svg path {
          fill: #707070; }
  .tooltip:hover .text {
    visibility: visible; }

.breadcrumb {
  background: #ffffff;
  width: 100%;
  float: left;
  position: relative;
  z-index: 1; }

.c-breadcrumb-list {
  margin: 30px 0;
  text-align: center; }
  .c-breadcrumb-list li {
    display: inline-block; }
    .c-breadcrumb-list li:not(:last-child) {
      margin-right: 10px; }
      .c-breadcrumb-list li:not(:last-child):after {
        content: "\203A";
        display: inline;
        font-size: 0.75rem;
        margin-left: 10px; }
    .c-breadcrumb-list li a {
      color: #000000;
      font-size: 0.75rem;
      text-decoration: none; }
      .c-breadcrumb-list li a[href]:hover {
        text-decoration: underline; }

.social {
  display: flex;
  align-items: center; }

.salvar-materia {
  background-image: url(https://assets.gazetadopovo.com.br/images/svg/ico-save.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 24px;
  margin-right: 5px;
  position: relative;
  text-decoration: none;
  width: 24px;
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .salvar-materia .tooltiptext {
    visibility: hidden; }
  .salvar-materia.loading {
    background-image: url(https://assets.gazetadopovo.com.br/images/svg/loader-salvar.svg);
    -webkit-animation: rotate-center 1.5s linear infinite both;
    animation: rotate-center 1.5s linear infinite both; }

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  .salvar-materia.active {
    background-image: url(https://assets.gazetadopovo.com.br/images/svg/ico-save-blue.svg); }
  .salvar-materia.tooltip {
    display: flex;
    position: relative; }
    .salvar-materia.tooltip .tooltiptext {
      font-size: 0.75rem;
      align-items: center;
      background-color: #007df8;
      border-radius: 20px;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
      color: #fff;
      display: flex;
      font-family: "Overpass", sans-serif;
      height: 25px;
      justify-content: center;
      left: 50%;
      margin-left: -26px;
      padding: 10px 0;
      position: absolute;
      text-align: center;
      top: -140%;
      visibility: visible;
      width: 54px;
      z-index: 1001; }
      @media screen and (max-width: 767px) {
        .salvar-materia.tooltip .tooltiptext {
          left: 45%;
          top: -200%; } }
      .salvar-materia.tooltip .tooltiptext::after {
        content: " ";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #007df8 transparent transparent transparent; }

.share-post {
  position: relative;
  display: inline-flex;
  color: #707070;
  text-decoration: none;
  padding: 5px 5px;
  margin-right: 5px;
  cursor: pointer; }
  .share-post svg {
    float: left;
    width: 24px;
    height: 24px; }
    .share-post svg path {
      fill: #999; }
  .share-post:hover {
    color: #707070; }

.c-item-comments {
  position: relative;
  display: inline-flex;
  text-decoration: none;
  color: #707070;
  margin-left: 5px; }
  .c-item-comments svg {
    float: left;
    width: 20px;
    height: 20px; }
    .c-item-comments svg path {
      fill: #999999; }
  .c-item-comments:hover {
    color: #707070; }
    .c-item-comments:hover svg path {
      fill: #707070; }
  .c-item-comments .comments-counter {
    display: inline-flex;
    color: #e6e6e6;
    font-size: 0.875rem;
    text-decoration: none;
    position: relative;
    margin-left: 5px;
    color: #707070; }

.c-author-profile .c-item-comments {
  padding: 5px 0 5px 5px; }

.c-landing-page .c-list-lading-page .c-item .share-post svg path,
.c-landing-page .c-list-lading-page .c-item .c-item-comments svg path {
  fill: #ffffff; }

.c-landing-page .c-list-lading-page .c-item .share-post:hover,
.c-landing-page .c-list-lading-page .c-item .c-item-comments:hover {
  color: #ffffff; }
  .c-landing-page .c-list-lading-page .c-item .share-post:hover svg path,
  .c-landing-page .c-list-lading-page .c-item .c-item-comments:hover svg path {
    fill: #ffffff; }

.c-list .c-list-editor .c-item .c-item-comments,
.section-list .c-list-editor .c-item .c-item-comments,
.c-author-profile .c-list-editor .c-item .c-item-comments {
  position: absolute;
  bottom: 10px;
  right: 10px; }

@media screen and (max-width: 767px) {
  .c-author-profile .c-item-comments {
    padding: 16px 0 16px 16px; }
  .c-landing-page .c-list-lading-page .c-item .share-post,
  .c-landing-page .c-list-lading-page .c-item .c-item-comments {
    right: -10px;
    bottom: -10px; }
  .c-list-notes .c-item-note .c-share-item-mobile .share-post,
  .c-list-notes .c-item-note .c-share-item-mobile .c-item-comments {
    float: right;
    right: -15px; }
  .c-list .c-list-editor .c-item .c-item-comments,
  .section-list .c-list-editor .c-item .c-item-comments,
  .c-author-profile .c-list-editor .c-item .c-item-comments {
    position: absolute;
    height: 48px;
    bottom: 0;
    right: 0; }
  .home .block.type-vozes.style-default .c-item .salvar-materia {
    top: 0; }
  .section-block .block,
  .home .block {
    z-index: 10; } }

.c-btn-share-post {
  position: absolute;
  float: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  align-self: center;
  align-content: row;
  font-family: "Overpass", sans-serif;
  font-size: 0.875rem;
  text-decoration: none;
  color: #707070;
  text-align: right;
  cursor: pointer;
  -ms-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  right: 0;
  bottom: 30px;
  height: 32px; }
  .c-btn-share-post svg {
    display: inline-flex;
    width: 25px;
    height: 25px;
    margin: 0; }
    .c-btn-share-post svg * {
      -ms-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      fill: #707070; }
  .c-btn-share-post span {
    position: relative;
    display: inline-flex;
    border-bottom: solid 1px transparent;
    line-height: 125%; }
  .c-btn-share-post strong {
    margin: 0 5px;
    font-weight: bold;
    display: inline-block;
    width: auto;
    font-size: 0.875rem; }
  .c-btn-share-post:hover {
    color: #707070;
    text-decoration: none; }
    .c-btn-share-post:hover span {
      border-bottom: solid 1px #707070; }
    .c-btn-share-post:hover svg path {
      fill: #707070; }

.c-btn-share-mobile {
  float: right;
  position: absolute;
  bottom: 17px;
  right: 0;
  cursor: pointer; }
  .c-btn-share-mobile .share-post {
    margin-right: 0;
    padding: 2px; }
    .c-btn-share-mobile .share-post svg {
      width: 25px;
      height: 25px; }
  .c-btn-share-mobile.desktop-show {
    display: none; }

.vozes-page .c-btn-share-post {
  bottom: 16px; }

.video .c-btn-share-post,
.podcast .c-btn-share-post {
  position: relative;
  bottom: 0;
  color: #ffffff; }
  .video .c-btn-share-post span,
  .podcast .c-btn-share-post span {
    color: #ffffff; }
  .video .c-btn-share-post svg *, .video .c-btn-share-post svg path,
  .podcast .c-btn-share-post svg *,
  .podcast .c-btn-share-post svg path {
    fill: #ffffff; }
  .video .c-btn-share-post:hover,
  .podcast .c-btn-share-post:hover {
    text-decoration: none; }
    .video .c-btn-share-post:hover span,
    .podcast .c-btn-share-post:hover span {
      border-bottom: solid 1px #ffffff; }

.video .share-post svg *, .video .share-post svg path,
.podcast .share-post svg *,
.podcast .share-post svg path {
  fill: #ffffff; }

@media screen and (max-width: 1247px) {
  .c-btn-share-mobile.desktop-show {
    display: block; } }

@media screen and (max-width: 767px) {
  .c-btn-share-post span {
    margin-left: 5px;
    line-height: 25px; }
  .c-btn-share-mobile {
    bottom: 0; }
    .c-btn-share-mobile.share-post {
      padding: 12px; }
      .c-btn-share-mobile.share-post svg {
        width: 24px;
        height: 24px; }
  .c-btn-share-mobile.desktop-show {
    display: none; } }

.box-research {
  align-items: center;
  background-color: #2a2a2a;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  font-family: "Overpass", sans-serif;
  height: 285px;
  opacity: 1;
  position: fixed;
  visibility: visible;
  width: 100%;
  z-index: 1000; }
  .box-research.box-hide {
    opacity: 0;
    transition: visibility 0.5s, opacity 0.5s linear;
    visibility: hidden; }
  .box-research h2 {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: -0.32px;
    padding: 24px 0 18px;
    text-align: center;
    -webkit-text-fill-color: #ffffff; }
  .box-research .research-area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .box-research .research-area li {
      margin: 0 4px; }
      .box-research .research-area li:before {
        color: #efb64a;
        content: '★ ';
        display: block;
        font-size: 40px; }
  .box-research .btn-research {
    background-color: #e2e2e2;
    border-radius: 8px;
    color: #2a2a2a;
    cursor: pointer;
    height: 40px;
    margin: 10px 0 0;
    padding: 13px;
    text-align: center;
    text-decoration: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    width: 248px; }
    .box-research .btn-research:hover {
      background-color: #efb64a; }

.c-fast-news {
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  float: left;
  width: 100%;
  display: none;
  height: auto;
  transition: height .4s;
  z-index: 100;
  padding: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  .c-fast-news ul {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 60px;
    min-height: 100%;
    transition: height .4s;
    overflow: hidden; }
    .c-fast-news ul li {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-basis: 25%;
      width: 25%;
      text-align: center;
      cursor: pointer; }
      .c-fast-news ul li span,
      .c-fast-news ul li a {
        color: #2a2a2a;
        text-decoration: none;
        padding: 3px 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
        width: 100%; }
        .c-fast-news ul li span .ico-fast-news,
        .c-fast-news ul li a .ico-fast-news {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          align-self: center;
          align-content: center;
          float: left;
          height: 30px;
          width: 22px;
          margin: 0; }
          .c-fast-news ul li span .ico-fast-news svg,
          .c-fast-news ul li a .ico-fast-news svg {
            display: inline-flex;
            width: 24px;
            height: 24px; }
        .c-fast-news ul li span .ico-search svg path,
        .c-fast-news ul li a .ico-search svg path {
          fill: #2a2a2a; }
        .c-fast-news ul li span .ico-minha-gazeta,
        .c-fast-news ul li a .ico-minha-gazeta {
          align-items: center; }
          .c-fast-news ul li span .ico-minha-gazeta svg,
          .c-fast-news ul li a .ico-minha-gazeta svg {
            height: 24px;
            width: 24px; }
        .c-fast-news ul li span label,
        .c-fast-news ul li a label {
          width: 100%;
          float: left;
          align-self: center;
          font-family: "Overpass", sans-serif;
          font-size: 0.75rem;
          line-height: 100%;
          color: #2a2a2a;
          text-align: center; }
      .c-fast-news ul li.newsletter + .userFastNews,
      .c-fast-news ul li.newsletter + .share {
        margin-left: 10px; }
      .c-fast-news ul li.login-user.hide, .c-fast-news ul li.notifications-modal.hide, .c-fast-news ul li.userFastNews.hide {
        display: none; }
    .c-fast-news ul .notifications-modal .btn-notification.new-notification .ico-fast-news {
      position: relative; }
      .c-fast-news ul .notifications-modal .btn-notification.new-notification .ico-fast-news:after {
        -moz-border-radius: 7.5px;
        -webkit-border-radius: 7.5px;
        background-color: #ff4941;
        border-radius: 7.5px;
        content: "";
        display: inline-block;
        height: 8px;
        position: absolute;
        right: 2px;
        top: 0;
        width: 8px; }

@media screen and (max-width: 767px) {
  .c-fast-news {
    display: block; }
    .c-fast-news ul li a label {
      font-size: 0.6875rem; } }

.c-search-mobile {
  background: #fff;
  bottom: 0;
  display: none;
  height: 0;
  padding: 25px;
  position: absolute;
  right: 0;
  transition: height 0.3s;
  width: 100%;
  z-index: 9999999999; }
  .c-search-mobile .btn-close {
    color: #2a2a2a;
    cursor: pointer;
    height: 28px;
    margin: 0;
    padding: 5px;
    position: absolute;
    right: 15px;
    top: 70px;
    width: 28px; }
    .c-search-mobile .btn-close:after, .c-search-mobile .btn-close:before {
      background-color: #2a2a2a;
      content: "";
      display: block;
      height: 2px;
      position: absolute;
      top: 12px;
      width: 18px; }
    .c-search-mobile .btn-close:after {
      transform: rotate(-45deg); }
    .c-search-mobile .btn-close:before {
      transform: rotate(45deg); }
  .c-search-mobile form {
    margin-top: 100px;
    position: relative;
    width: 100%; }
    .c-search-mobile form input,
    .c-search-mobile form #c-search-button-mobile {
      height: 48px;
      border: 0;
      color: #2a2a2a;
      width: calc(100% - 40px); }
    .c-search-mobile form input {
      font-size: 16px;
      outline: 0;
      width: calc(100% - 48px);
      padding: 0 1.6rem;
      appearance: none;
      position: relative;
      border-radius: 6px 0 0 6px;
      border: 1px solid #ccc; }
      .c-search-mobile form input ::placeholder {
        font-size: 1rem; }
    .c-search-mobile form #c-text-delete {
      background: transparent;
      border: 0;
      display: none;
      padding: 0;
      position: absolute;
      right: 70px;
      top: 15px;
      height: 24px;
      width: 24px; }
    .c-search-mobile form #c-search-button-mobile {
      background: #2a2a2a;
      border-radius: 0 6px 6px 0;
      color: #fff;
      display: block;
      font-weight: bold;
      position: absolute;
      right: 0;
      top: 0;
      width: 48px; }
      .c-search-mobile form #c-search-button-mobile:disabled {
        background: #e6e6e6; }
        .c-search-mobile form #c-search-button-mobile:disabled svg path {
          fill: #A5A5A5; }
      .c-search-mobile form #c-search-button-mobile:focus, .c-search-mobile form #c-search-button-mobile:hover {
        outline: none; }
      .c-search-mobile form #c-search-button-mobile svg {
        height: 24px;
        width: 24px; }
  .c-search-mobile .c-search-info {
    font-size: 1rem;
    color: #707070;
    line-height: 150%;
    margin-top: 40px;
    padding: 0 30px;
    text-align: center;
    width: 100%; }

@media screen and (max-width: 419px) {
  .c-fast-news ul li {
    flex-basis: 20%;
    width: auto;
    min-width: 20%; }
    .c-fast-news ul li a {
      padding: 3px 0; } }

.smart-banner-show .smart-banner {
  display: block; }

@media screen and (max-width: 767px) {
  .smart-banner-show .header {
    margin-top: 80px; } }

.smart-banner {
  background: #f4f4f4;
  display: none;
  font-family: "Overpass", sans-serif, sans-serif;
  height: 80px;
  left: 0;
  line-height: 80px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9998;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none; }

.smart-banner-container {
  margin: 0 auto;
  white-space: nowrap; }

.smart-banner-close {
  background: transparent;
  border: none;
  height: 40px;
  left: 0;
  padding: 15px 0;
  position: relative;
  width: 40px;
  z-index: 1000; }
  .smart-banner-close .item-1,
  .smart-banner-close .item-2 {
    border: 1px solid #2a2a2a;
    display: block;
    height: 1px;
    margin-left: 10px;
    position: absolute;
    transition: transform .3s;
    transition-delay: 0s,.3s;
    width: 15px;
    -webkit-transition: transform .3s;
    -webkit-transition-delay: 0s,.3s; }
  .smart-banner-close .item-1 {
    transform: rotate(45deg);
    top: 50%; }
  .smart-banner-close .item-2 {
    top: 50%;
    transform: rotate(-45deg); }

.smart-banner-icon {
  background-size: cover;
  border-radius: 10px;
  display: inline-block;
  height: 57px;
  margin-right: 12px;
  vertical-align: middle;
  width: 57px; }

.smart-banner-info {
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2em;
  vertical-align: middle;
  width: 44%; }

.smart-banner-title {
  font-size: 13px;
  line-height: 18px; }

.smart-banner-button {
  background: #2a2a2a;
  border: 1px solid #2a2a2a;
  border-radius: 7px;
  bottom: 0;
  box-sizing: border-box;
  color: #f4f4f4;
  font-size: 14px;
  height: 30px;
  line-height: 10px;
  margin: auto 0;
  padding: 10px;
  position: absolute;
  right: 10px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  top: 0; }
  .smart-banner-button:active, .smart-banner-button:hover {
    color: #2a2a2a;
    border: 1px solid #2a2a2a;
    background: #ffffff; }

/**
    IOS
 */
/** iOS **/
.smart-banner-ios {
  background: #f4f4f4;
  background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  line-height: 80px; }
  .smart-banner-ios .smart-banner-icon {
    background: rgba(0, 0, 0, 0.6);
    background-size: cover;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
  .smart-banner-ios .smart-banner-info {
    color: #6a6a6a;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  .smart-banner-ios .smart-banner-title {
    color: #4d4d4d;
    font-weight: bold; }
  .smart-banner-ios .smart-banner-button {
    background: #efefef;
    background: linear-gradient(to bottom, #efefef, #dcdcdc);
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #bfbfbf, 0 1px 0 rgba(255, 255, 255, 0.6), 0 2px 0 rgba(255, 255, 255, 0.7) inset;
    color: #6a6a6a;
    min-width: 10%;
    padding: 0 10px; }
    .smart-banner-ios .smart-banner-button:active, .smart-banner-ios .smart-banner-button:hover {
      background: #dcdcdc;
      background: linear-gradient(to bottom, #dcdcdc, #efefef); }

/**
    Android
 */
.smart-banner-android {
  background: #3d3d3d url(data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7);
  box-shadow: inset 0 4px 0 #88b131;
  line-height: 82px; }
  .smart-banner-android .smart-banner-icon {
    background-color: transparent;
    box-shadow: none; }
  .smart-banner-android .smart-banner-info {
    color: #ccc;
    text-shadow: 0 1px 2px #000000; }
  .smart-banner-android .smart-banner-title {
    color: #ffffff;
    font-weight: bold; }
  .smart-banner-android .smart-banner-button {
    background: none;
    border-radius: 0;
    box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc;
    color: #d1d1d1;
    min-width: 12%;
    padding: 0; }
    .smart-banner-android .smart-banner-button:active, .smart-banner-android .smart-banner-button:hover {
      background: none; }
  .smart-banner-android .smart-banner-button-text {
    background: #42b6c9;
    background: linear-gradient(to bottom, #42b6c9, #39a9bb);
    box-shadow: none;
    display: block;
    padding: 0 10px;
    text-align: center;
    text-shadow: none;
    text-transform: none; }
    .smart-banner-android .smart-banner-button-text:active, .smart-banner-android .smart-banner-button-text:hover {
      background: #2ac7e1; }

.page-descadastre-se {
  position: relative;
  background: #ffffff; }
  .page-descadastre-se .center {
    text-align: center; }
  .page-descadastre-se .left {
    text-align: left; }
  .page-descadastre-se .c-title-01 {
    position: relative;
    width: auto;
    display: inline-block;
    font-size: 2.25rem;
    line-height: 41px;
    font-family: "Merriweather", serif;
    font-weight: bold;
    color: #000000;
    margin: 45px 0;
    padding: 0 10px; }
    .page-descadastre-se .c-title-01:before {
      content: "";
      height: 41px;
      width: 1px;
      background: #000000;
      position: absolute;
      top: 0;
      left: 0; }
    .page-descadastre-se .c-title-01:after {
      content: "";
      height: 41px;
      width: 1px;
      background: #000000;
      position: absolute;
      top: 0;
      right: 0; }
  .page-descadastre-se .c-title-02 {
    position: relative;
    width: 100%;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 125%;
    font-family: "Overpass", sans-serif;
    font-weight: bold;
    color: #000000;
    margin: 0 0 15px 0; }
  .page-descadastre-se .c-text {
    position: relative;
    width: 100%;
    display: inline-block;
    font-size: 1.125rem;
    line-height: 125%;
    font-family: "Overpass", sans-serif;
    color: #000000;
    margin: 0 0 15px 0; }
    .page-descadastre-se .c-text .btn-register {
      margin-top: 20px; }
      .page-descadastre-se .c-text .btn-register .c-label-checkbox {
        margin: 0; }
    .page-descadastre-se .c-text.small {
      font-size: 1rem;
      margin-top: 30px; }
  .page-descadastre-se .attention {
    position: relative;
    width: auto;
    float: left;
    display: none;
    background: #fff3cd;
    padding: 10px;
    color: #856404;
    font-size: 0.875rem;
    line-height: 22px;
    font-weight: bold;
    font-family: "Overpass", sans-serif;
    margin: 10px 0; }
    .page-descadastre-se .attention svg {
      height: 22px;
      width: 25px;
      margin-right: 10px;
      float: left; }
  .page-descadastre-se .box {
    position: relative;
    width: 100%;
    display: inline-block; }
  .page-descadastre-se .box-border-top {
    position: relative;
    width: 100%;
    display: inline-block;
    padding-top: 30px;
    border-top: solid 1px #e6e6e6;
    margin-top: 30px; }
  .page-descadastre-se .form-news {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 25px 0 15px 0;
    text-align: center; }
    .page-descadastre-se .form-news .btn {
      margin-left: 15px; }
  .page-descadastre-se .c-input {
    position: relative;
    display: inline-block;
    float: none;
    width: 328px;
    max-width: 100%;
    border: solid 1px #e6e6e6;
    padding: 0 10px;
    height: 46px;
    line-height: 46px;
    font-size: 1rem;
    color: #000000;
    font-family: "Overpass", sans-serif;
    margin-bottom: 15px; }
  .page-descadastre-se .btn {
    position: relative;
    display: inline-block;
    float: none;
    width: auto;
    background: #2a2a2a;
    border-radius: 6px;
    padding: 0 20px;
    height: 46px;
    line-height: 48px;
    font-size: 1.125rem;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Overpass", sans-serif;
    margin: 0 0 15px 0; }
    .page-descadastre-se .btn.btn-salvar-available, .page-descadastre-se .btn.btn-salvar {
      display: none;
      height: 53px;
      line-height: 53px;
      min-width: 160px;
      margin: 30px 30px; }
  .page-descadastre-se .list-news {
    position: relative;
    width: calc(100% + 30px);
    float: left;
    margin-left: -30px;
    margin-bottom: 30px;
    text-align: left; }
    .page-descadastre-se .list-news .item {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: calc(33.3% - 33px);
      margin-left: 30px;
      border: solid 1px #d5d5d5;
      border-radius: 4px;
      margin: 15px 0 15px 30px;
      overflow: hidden;
      min-height: 150px; }
      .page-descadastre-se .list-news .item .btn-register {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .page-descadastre-se .list-news .item .c-label-checkbox {
        width: 100%;
        height: 100%;
        position: relative;
        padding: 0;
        border-radius: 4px;
        overflow: hidden; }
        .page-descadastre-se .list-news .item .c-label-checkbox .c-input-checkbox {
          top: 8px;
          left: 8px; }
        .page-descadastre-se .list-news .item .c-label-checkbox .checkmark {
          border: solid 1px #e6e6e6;
          position: initial;
          float: left;
          margin: 8px; }
          .page-descadastre-se .list-news .item .c-label-checkbox .checkmark:after {
            top: 11px;
            left: 15px; }
          .page-descadastre-se .list-news .item .c-label-checkbox .checkmark:before {
            display: none;
            content: "";
            position: absolute;
            top: 4px;
            left: 4px;
            outline: solid 4px #000000;
            width: calc(100% - 8px);
            height: calc(100% - 8px);
            border-radius: 4px; }
        .page-descadastre-se .list-news .item .c-label-checkbox input:checked ~ .checkmark {
          background-color: #000000; }
          .page-descadastre-se .list-news .item .c-label-checkbox input:checked ~ .checkmark:before {
            display: block; }
      .page-descadastre-se .list-news .item .image {
        position: absolute;
        top: 0;
        left: 0;
        float: left;
        flex-direction: row;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 150px;
        flex-basis: 150px;
        min-height: 150px;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
      .page-descadastre-se .list-news .item .description {
        position: relative;
        float: right;
        width: calc(100% - 150px);
        flex-basis: calc(100% - 150px);
        padding: 30px 15px 5px 15px;
        font-size: 0.8125rem;
        line-height: 125%;
        color: #000000;
        text-align: left; }
        .page-descadastre-se .list-news .item .description p {
          position: relative;
          width: 100%;
          display: inline-block; }
        .page-descadastre-se .list-news .item .description .category {
          float: left;
          width: auto;
          position: absolute;
          top: 0;
          left: 0;
          background: #000000;
          line-height: 12px;
          min-height: 18px;
          padding: 4px 5px 2px 5px;
          font-size: 0.75rem;
          color: #ffffff;
          font-family: "Overpass", sans-serif;
          margin: 0 0 6px 0;
          text-transform: uppercase; }
        .page-descadastre-se .list-news .item .description .c-title-03 {
          font-size: 1.125rem;
          line-height: 125%;
          font-weight: bold;
          margin: 0 0 10px 0; }
  .page-descadastre-se .box-central-atendimento {
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    border-top: solid 1px #e6e6e6;
    padding-top: 15px;
    margin: 0; }
    .page-descadastre-se .box-central-atendimento .list-text {
      position: relative;
      width: 100%;
      display: inline-block;
      vertical-align: top;
      text-align: center;
      margin: 30px 0 10px 0; }
      .page-descadastre-se .box-central-atendimento .list-text li {
        position: relative;
        width: calc(25% - 4px);
        display: inline-block;
        vertical-align: top;
        text-align: left;
        font-size: 0.875rem;
        line-height: 125%;
        color: #2a2a2a;
        text-transform: uppercase;
        padding: 0 15px;
        text-align: center;
        margin-bottom: 20px; }
        .page-descadastre-se .box-central-atendimento .list-text li strong {
          width: 100%;
          display: inline-block;
          font-weight: bold; }
        .page-descadastre-se .box-central-atendimento .list-text li a {
          color: #2a2a2a;
          text-decoration: none; }
          .page-descadastre-se .box-central-atendimento .list-text li a:hover {
            color: #000000; }
  .page-descadastre-se .list-news .comunicacao-geral {
    font-size: 0.75rem; }
    .page-descadastre-se .list-news .comunicacao-geral p {
      margin-bottom: 10px;
      width: 100%;
      display: inline-block; }
    .page-descadastre-se .list-news .comunicacao-geral .red {
      color: #d93e3a; }
    .page-descadastre-se .list-news .comunicacao-geral.item .description {
      display: inline-block;
      width: calc(100% - 40px);
      flex-basis: calc(100% - 40px);
      padding-top: 15px; }
    .page-descadastre-se .list-news .comunicacao-geral .c-title-03 {
      font-size: 1.125rem;
      font-weight: bold;
      margin-bottom: 10px;
      line-height: 125%; }

.load-mail:before {
  content: "";
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  display: inline-block;
  text-align: center;
  z-index: 9999; }

.load-mail:after {
  content: "";
  display: inline-block;
  top: 33%;
  width: 40px;
  height: 40px;
  background: url(https://assets.gazetadopovo.com.br/images/loading.gif) no-repeat 0 0;
  background-size: cover; }

#box-message .c-text a {
  margin-top: 20px;
  display: inline-block; }

@media screen and (max-width: 989px) {
  .page-descadastre-se .list-news .item {
    width: calc(50% - 33px); } }

@media screen and (max-width: 767px) {
  .page-descadastre-se .c-input {
    width: 100%;
    font-size: 0.875rem; }
  .page-descadastre-se .btn {
    width: 100%;
    margin: 0 0 15px 0; }
    .page-descadastre-se .btn.btn-salvar-available, .page-descadastre-se .btn.btn-salvar {
      min-width: 0;
      width: 100%;
      margin: 30px 0; }
  .page-descadastre-se .form-news .btn {
    margin-left: 0; }
  .page-descadastre-se .c-text {
    font-size: 1rem; }
  .page-descadastre-se .c-title-01 {
    font-size: 1.75rem;
    line-height: 36px; }
    .page-descadastre-se .c-title-01:before, .page-descadastre-se .c-title-01:after {
      height: 36px; }
  .page-descadastre-se .box-central-atendimento .list-text li {
    width: calc(50% - 4px); }
  .page-descadastre-se .list-news {
    margin-left: 0;
    width: 100%;
    text-align: center; }
    .page-descadastre-se .list-news .item {
      width: 100%;
      max-width: 425px;
      margin: 15px 0; } }

@media screen and (max-width: 419px) {
  .page-descadastre-se .box-central-atendimento .list-text li {
    width: 100%; } }

#preloader {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F27620;
  /* cor do background que vai ocupar o body */
  z-index: 999;
  /* z-index para jogar para frente e sobrepor tudo */ }

#preloader .inner {
  position: absolute;
  top: 50%;
  /* centralizar a parte interna do preload (onde fica a animação)*/
  left: 50%;
  transform: translate(-50%, -50%); }

.bolas > div {
  display: inline-block;
  background-color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  margin: 3px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: animarBola;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

.bolas > div:nth-child(1) {
  animation-duration: 0.75s;
  animation-delay: 0; }

.bolas > div:nth-child(2) {
  animation-duration: 0.75s;
  animation-delay: 0.12s; }

.bolas > div:nth-child(3) {
  animation-duration: 0.75s;
  animation-delay: 0.24s; }

@keyframes animarBola {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  16% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7; }
  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

/* end: Preloader */

