/* =========================================================
   REVISTA EMPREENDE — CSS ADICIONAL LIMPO
========================================================= */

:root {
  --re-indigo: #1C2E4A;
  --re-indigo-hover: #243B5A;
  --re-gold: #d8bf7a;
  --re-gold-dark: #c5aa63;
  --re-text: #111;
  --re-muted: #999;
}

/* BASE */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  color: #000;
  background: #fff !important;
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

mark,
ins {
  background: #fff !important;
}

body.newsmatic_main_body {
  --box-shadow-inset: none !important;
}

/* FUNDO BRANCO NO CONTEÚDO, SEM AFETAR FOOTER */

.site,
#page,
.site-content,
#theme-content,
.home #theme-content,
.single-post #theme-content,
.archive #theme-content,
.page #theme-content,
main,
.content-area,
.primary-content,
.lefts-rightc-section,
.leftc-rights-section,
.ticker-news-wrap.layout--two .newsmatic-ticker-box,
#full-width-section,
#bottom-full-width-section {
  background: #fff !important;
}

#theme-content .primary-content,
#theme-content .widget {
  position: initial !important;
}

/* HOMEPAGE */

.home span.author.vcard,
body.home .google-auto-placed,
.post-categories,
.post-comment,
.news-filter .tab-title,
.news-filter .post-thumb-wrap,
.featured-post .filter-item.no-feat-img .post-thumb-wrap,
.home .widget_newsmatic_posts_list_widget .cat-links,
.home .widget_newsmatic_posts_list_widget a[rel="category tag"] {
  display: none !important;
}

.home section,
.home .widget,
.home article {
  margin-bottom: 28px;
}

.home.blog figure,
.news-carousel figure,
#block--1695785964790f article figure.post-thumb-wrap img {
  border-radius: 8px;
}

.news-list-post-wrap .list-item {
  padding: 20px !important;
  border-bottom: none !important;
}

.home h1,
.home h2,
.home h3,
.home .entry-title,
.home .post-title {
  letter-spacing: -0.02em;
  line-height: 1.18;
}

.home .entry-title a,
.home .post-title a,
.home h2 a,
.home h3 a {
  color: var(--re-text);
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.home .entry-title a:hover,
.home .post-title a:hover,
.home h2 a:hover,
.home h3 a:hover {
  color: var(--re-gold-dark) !important;
  opacity: 0.9;
}

.home .entry-meta,
.home .post-meta,
.home .posted-on,
.home time {
  font-size: 12px !important;
  color: var(--re-muted) !important;
  letter-spacing: 0.03em;
}

.home article,
.home .post,
.home .type-post {
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.25s ease;
}

.home article:hover,
.home .post:hover,
.home .type-post:hover {
  transform: translateY(-2px);
}

/* Faixa superior do site */

body.newsmatic_main_body .site-header.layout--default .top-header {
    background: #0e1625 !important;
}

/* TÍTULOS BRANCOS EM CARDS COM IMAGEM */

/* ==================================================
   TÍTULOS BRANCOS APENAS NO BANNER HERO
================================================== */

/* Apenas banner principal grande */

.banner-layout--four .post-title a,
.banner-layout--four .entry-title a,
.banner-layout--four h2 a,
.banner-layout--four h3 a {
    color: #fff !important;
    text-shadow: 0 2px 8px rgba(0,0,0,.65);
}

/* Todos os outros cards da homepage ficam pretos */

.home .post-title a,
.home .entry-title a,
.home h2 a,
.home h3 a {
    color: #111 !important;
    text-shadow: none !important;
}
/* IMAGENS */

#theme-content .primary-content article figure img {
  display: block;
  max-height: 100%;
  padding: 20px !important;
}

.single-post #theme-content .primary-content article figure img {
  padding: 0 !important;
  border-radius: 14px;
  width: 100%;
}

.post-thumbnail,
.entry-media,
.featured-image,
.wp-post-image,
.thumbnail,
.post-thumb,
.article-thumb,
.blog-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #f2f2f2;
  display: block;
}

/* POSTS INTERNOS */

.single-post .primary-content article {
  background: #fff;
  border-radius: 18px;
  padding: 34px 38px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

.single-post article {
  max-width: 760px;
  margin: 0 auto;
}

.single-post h1.entry-title,
.single-post .entry-title {
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--re-text);
  margin-bottom: 18px;
}

.single-post .entry-meta,
.single-post .post-meta,
.single-post .posted-on,
.single-post .byline {
  font-size: 12px !important;
  color: var(--re-muted) !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.single-post .entry-content,
.single-post .post-content {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 1.9;
  color: #222;
}

.single-post .entry-content p,
.single-post .post-content p,
.single-post article p {
  font-size: 15px;
  line-height: 1.85;
  color: #222;
  margin-bottom: 24px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.single-post .entry-content p:first-of-type {
  font-size: 16px;
  color: #333;
}

.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .post-content h2,
.single-post .post-content h3 {
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-top: 46px;
  margin-bottom: 16px;
  color: var(--re-text);
}

.single-post .entry-content a {
  color: #9a7a32;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.single-post article figure {
  margin-top: 28px;
  margin-bottom: 28px;
}

.single-post .entry-content img {
  border-radius: 14px;
  margin-top: 30px;
  margin-bottom: 10px;
}

/* ESCONDER CATEGORIAS, COMENTÁRIOS E FIGURAS SECUNDÁRIAS */

.single-post .cat-links,
.single-post .post-categories,
.single-post .entry-category,
.single-post .entry-categories,
.single-post .post-comment,
.single-post .comments-link,
.single-post #comments,
.single-post .comments-area,
.single-post #respond,
.single-related-posts-section figure,
.news-list-wrap figure,
.widget_newsmatic_posts_list_widget .post-meta {
  display: none !important;
}

/* SIDEBAR / WIDGETS */

.single-post aside,
.single-post .sidebar,
.single-post .widget-area {
  background: #fff;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.035);
}

.single-post .widget-title,
.single-post aside h2,
.single-post aside h3 {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--re-text);
  padding-bottom: 12px;
  margin-bottom: 18px;
  border-bottom: none;
}

.widget {
  margin-bottom: 36px;
}

/* ESTRUTURA */

#bottom-full-width-section .newsmatic-container .row > div {
  padding: 20px;
  max-width: 1200px !important;
}

body.both-sidebar #theme-content .row .secondary-left-sidebar {
  margin-right: 20px;
  max-width: 350px !important;
}

.site-header,
header {
  min-height: 64px;
}

.top-bar,
.breaking-news,
.news-ticker {
  min-height: 40px;
}

iframe,
.embed,
.widget,
.ad,
.ad-slot {
  display: block;
  min-height: 50px;
}

/* PRETO DO TEMA EM AZUL ÍNDIGO — EXCETO TEXTO */

footer,
.site-footer,
#colophon,
.footer,
.footer-widgets,
.footer-widget-area,
.footer-area,
.footer-wrap,
button,
input[type="submit"],
.wp-block-button__link,
.load-more,
.loadmore,
.read-more,
.more-link,
.search-submit,
.pagination span.current,
.page-numbers.current {
  background: #fff!important;
  border-color: var(--re-indigo) !important;
  color:var(--re-indigo)  !important;
}

button:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover,
.load-more:hover,
.loadmore:hover,
.read-more:hover,
.more-link:hover,
.search-submit:hover {
  background: #fff!importantç
  border-color: var(--re-indigo-hover) !important;
  color: var(--re-indigo-hover)!important;
}

footer .main-footer{
    background-color: #0e1625!important; 
}
/* DOURADO NO LUGAR DO AZUL TURQUESA */

.block-title::after,
.widget-title::after,
.section-title::after,
.cat-title::after,
h2.widget-title::after {
  background: var(--re-gold) !important;
}

.block-title,
.widget-title,
.section-title {
  border-color: rgba(216,191,122,0.35) !important;
}

.fa-caret-right,
.fa-play,
li::marker,
.widget li::before,
.trending-posts li::before,
ul.trending-posts li::before {
  color: var(--re-gold) !important;
}

.trending-news,
.breaking-news,
.news-ticker,
.ticker-news-wrap,
.newsmatic-ticker-box,
.tagcloud a:hover {

  border-color: var(--re-indigo) !important;
}
	
	/* Ícones e botão pause do ticker */

.ticker-news-wrap .newsmatic-pause-icon,
.ticker-news-wrap .pause-icon,
.ticker-news-wrap .ticker-control,
.ticker-news-wrap .icon-holder,
.ticker-news-wrap .newsmatic-ticker-label {
    background: var(--re-indigo) !important;

}

/* Ícone branco */

.ticker-news-wrap i,
.ticker-news-wrap svg {
    color: #fff !important;
    fill: #fff !important;
}

a:hover,
.main-navigation a:hover,
.menu a:hover,
.current-menu-item > a,
.cat-links a,
.post-categories a,
.entry-meta a {
  color: var(--re-gold-dark) !important;
}

[style*="#4db2ec"],
[style*="#1eb5d8"],
[style*="rgb(77, 178, 236)"] {
  color: var(--re-gold) !important;
  background-color: var(--re-gold) !important;
  border-color: var(--re-gold) !important;
}

/* Remove o bico do ticker */

/* Bico do ticker em azul índigo */

.ticker-news-wrap .newsmatic-ticker-label::after,
.trending-news::after,
.breaking-news::after {
    border-left-color: #1C2E4A !important;
    border-right-color: #1C2E4A !important;
}

/* MENU MOBILE E BUSCA */

button.menu-toggle {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
}

.header-search-form button,
.search-toggle,
.newsmatic-search-icon,
.site-header .search-icon,
.header-search button,
.newsmatic-header-search {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* SCROLL TO TOP */

#newsmatic-scroll-to-top {
  background-color: var(--re-gold-dark) !important;
  color: #fff !important;
}

#newsmatic-scroll-to-top:hover {
  background-color: #b09450 !important;
}

/* PAGINAÇÃO */

.pagination a {
  color: #888;
  border-color: #fff;
}

/* Remove os quadradinhos de navegação do slider/carrossel */

.slick-dots,
.owl-dots,
.swiper-pagination,
.newsmatic-slider-controls,
.banner-slider-controls,
.carousel-dots {
    display: none !important;
}

/* AJUSTES ESPECÍFICOS */

.newsmatic-block-title {
  margin-bottom: 0 !important;
}

.newsmatic-block-title span sub {
  font-size: 1em !important;
  vertical-align: baseline !important;
  line-height: normal !important;
  display: inline !important;
}

/* RESPONSIVO */

@media only screen and (max-width: 600px) {
  .news-filter-post-wrap {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) {
  #leftc-rights-section {
    padding-bottom: 0;
  }
}

@media (max-width: 782px) {
  .news-list-post-wrap.column--two {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}

@media (max-width: 768px) {
  .single-post article {
    padding-left: 18px;
    padding-right: 18px;
  }

  .single-post .primary-content article {
    padding: 24px 18px;
    border-radius: 14px;
  }

  .single-post h1.entry-title,
  .single-post .entry-title {
    font-size: 30px;
    line-height: 1.12;
  }

  .single-post .entry-content,
  .single-post .entry-content p,
  .single-post .post-content p,
  .single-post article p {
    font-size: 15px;
    line-height: 1.75;
  }

  .single-post .entry-content p:first-of-type {
    font-size: 16px;
  }
}

/* Remove linha cinza abaixo dos títulos dos blocos */

.block-title,
.widget-title,
.section-title,
.newsmatic-block-title {
    border-bottom: none !important;
}
/* ==================================================
   Linha dourada em degradê nos títulos
================================================== */

.block-title,
.widget-title,
.section-title,
.newsmatic-block-title,
h2.newsmatic-block-title,
h2.widget-title {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: none !important;
}


/* ==================================================
   REMOVE LINHAS ORIGINAIS DO TEMA
================================================== */

.block-title,
.widget-title,
.section-title,
.newsmatic-block-title,
h2.newsmatic-block-title,
h2.widget-title {
    border: none !important;
    box-shadow: none !important;
    background-image: none !important;
}


/* ==================================================
   PADRONIZAR LINHAS DOS TÍTULOS DA HOME
================================================== */

/* Remove linhas antigas/cinzas do tema */
.home .newsmatic-block-title,
.home .newsmatic-block-title span,
.home .widget-title,
.home .block-title,
.home .section-title {
    border: none !important;
    box-shadow: none !important;
    background: none !important;
}

.home .newsmatic-block-title::before,
.home .newsmatic-block-title::after,
.home .newsmatic-block-title span::before,
.home .newsmatic-block-title span::after,
.home .widget-title::before,
.home .widget-title::after,
.home .block-title::before,
.home .block-title::after,
.home .section-title::before,
.home .section-title::after {
    display: none !important;
    content: none !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* Padroniza o título */
.home .newsmatic-block-title span,
.home .widget-title,
.home .block-title,
.home .section-title {
    position: relative !important;
    display: inline-block !important;
    padding-bottom: 10px !important;
    margin-bottom: 22px !important;
    font-weight: 700 !important;
}

/* Cria uma única linha em degradê */
.home .newsmatic-block-title span::after,
.home .widget-title::after,
.home .block-title::after,
.home .section-title::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 105px !important;
    height: 2px !important;
    border-radius: 20px !important;
    background: linear-gradient(
        90deg,
        rgba(216,191,122,1) 0%,
        rgba(216,191,122,.65) 45%,
        rgba(216,191,122,0) 100%
    ) !important;
}
/* ==================================================
   Refinar texto do ticker news
================================================== */

.ticker-news-wrap a,
.ticker-news-wrap .post-title,
.ticker-news-wrap .news-title,
.ticker-news-wrap .ticker-title,
.breaking-news a,
.news-ticker a {
    color: #1f2430 !important;
    text-shadow: none !important;
    font-weight: 400 !important;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Data do ticker */

.ticker-news-wrap time,
.ticker-news-wrap .posted-on,
.ticker-news-wrap .entry-meta {
    color: #8b8f97 !important;
    text-shadow: none !important;
}

/* ==================================================
   Deixar ticker mais lento
================================================== */

.ticker-news-wrap .slick-track,
.ticker-news-wrap .marquee,
.ticker-news-wrap .news-ticker-content,
.ticker-news-wrap .ticker-content-wrap {
    animation-duration: 40s !important;
    transition-duration: 40s !important;
}
/* Trocar traço azul do hover do menu por creme */

.main-navigation ul li a::before,
.main-navigation ul li a::after,
.main-navigation .menu-item a::before,
.main-navigation .menu-item a::after,
.site-header .menu li a::before,
.site-header .menu li a::after,
.site-header .main-navigation li a::before,
.site-header .main-navigation li a::after {
    background: #d8bf7a !important;
    border-color: #d8bf7a !important;
}
.ads-banner {
    display: none;
}

/* Setinha do menu "Mais" branca */

.site-header .main-navigation li a::after {
    background: #fff !important;
    border-color: #fff !important;
}


/* Mobile: esconder os 3 banners laterais/abaixo do banner principal */

@media (max-width: 768px) {
  .main-banner-block-posts.banner-trailing-posts {
    display: none !important;
  }
}

.home section,
.home .widget,
.home .newsmatic-section {
    margin-bottom: 60px !important;
}

.single-post article {
    max-width: 720px;
}

.single-post .entry-content p {
    margin-bottom: 30px;
}

footer .widget {
    margin-bottom: 40px;
}
footer li {
    margin-bottom: 8px;
}

/* ==================================================
   5.C — Tipografia mais editorial nos posts
================================================== */



    font-size: 18px !important;
    line-height: 1.95 !important;
    letter-spacing: -0.01em;

    color: #222 !important;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Primeiro parágrafo mais elegante */

.single-post .entry-content p:first-of-type {
    font-size: 20px !important;
    line-height: 1.9 !important;
    color: #1f2430 !important;
}

/* Títulos internos */

.single-post .entry-content h2,
.single-post .entry-content h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;

    letter-spacing: -0.03em;
    line-height: 1.2;
}

/* ==================================================
   7 — Mais Lidas mais sofisticado
================================================== */

/* Números */

.trending-posts .post-count,
.widget_trending_posts .post-count,
.popular-posts .post-count,
.post-number {
    font-size: 42px !important;
    font-weight: 700 !important;

    opacity: .18 !important;

    color: #1C2E4A !important;

    line-height: 1 !important;
}

/* Texto das mais lidas */

.trending-posts .post-title,
.widget_trending_posts .post-title,
.popular-posts .post-title {
    line-height: 1.35 !important;
}

/* Espaçamento */

.trending-posts li,
.widget_trending_posts li,
.popular-posts li {
    padding-bottom: 18px !important;
    margin-bottom: 18px !important;

    border-bottom: 1px solid rgba(0,0,0,.06) !important;
}

/* ==================================================
   9 — Menu mais refinado
================================================== */

.main-navigation ul li a,
.site-header .menu li a,
.main-navigation .nav-menu > li > a {

    font-size: 14px !important;

    font-weight: 600 !important;

    letter-spacing: .025em !important;

    text-transform: uppercase;

    transition: all .25s ease;
}

/* Hover */

.main-navigation ul li:hover > a,
.main-navigation ul li.current-menu-item > a {
    color: #d8bf7a !important;
}

/* Espaçamento do menu */

.main-navigation .menu > li {
    margin-right: 18px !important;
}


/* Remove faixa branca acima do footer */

.single-post #theme-content,
.single-post .site-content,
.single-post main,
.single-post .content-area,
.single-post #primary {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    background: transparent !important;
}

/* Encostar footer no conteúdo */

.single-post footer.site-footer,
.single-post #colophon {
    margin-top: 0 !important;
}

