.elementor-kit-5{--e-global-color-primary:#22C58E;--e-global-color-secondary:#0EA5E9;--e-global-color-text:#1E293B;--e-global-color-accent:#0EA5E9;--e-global-color-f7ffa0a:#FFFFFF;--e-global-color-2484f17:#F59E0B;--e-global-color-c1f9542:#F8FAFC;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 img{border-radius:10px 10px 10px 10px;opacity:0.96;}.elementor-kit-5 img:hover{border-style:solid;border-width:0px 0px 2px 0px;border-color:var( --e-global-color-c1f9542 );border-radius:9px 9px 9px 9px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1250px;}.e-con{--container-max-width:1250px;--container-default-padding-top:30px;--container-default-padding-right:30px;--container-default-padding-bottom:30px;--container-default-padding-left:30px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* =============================================
   CONFIGURAÇÃO PARA ARTIGOS
   Fontes:
   • Títulos: Montserrat
   • Corpo: Georgia
   Paleta de cores: eBr
============================================= */

/* 🎨 Variáveis de cores */
:root {
  --azul-principal: #1D4ED8;
  --azul-claro: #0EA5E9;
  --verde-destaque: #22C58E;
  --roxo-enfase: #7C3AED;
  --laranja-aviso: #F59E0B;
  --vermelho-alerta: #EF4444;
  --texto-escuro: #1E293B;
  --texto-medio: #475569;
  --fundo-bloco: #F0F7FF;
  --fundo-suave: #F8FAFC;
  --fundo-tabela: #EFF6FF;
  --borda: #E2E8F0;
}

/* 🚀 Carrega as fontes automaticamente */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Georgia:ital,wght@0,400;0,700;1,400&display=swap');

/* =============================================
   📝 TEXTO PRINCIPAL
============================================= */
.elementor-widget-text-editor,
.elementor-widget-theme-post-content,
.single-post .entry-content {
  font-family: Georgia, 'Times New Roman', Times, serif !important;
  font-size: 18px !important;
  line-height: 1.8 !important;
  color: var(--texto-escuro) !important;
  margin-bottom: 30px !important;
}

/* =============================================
   🎯 TÍTULOS
============================================= */
.elementor-widget-text-editor h1,
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4,
.elementor-widget-text-editor h5,
.elementor-widget-text-editor h6,
.single-post .entry-content h1,
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4 {
  font-family: Montserrat, Arial, sans-serif !important;
  font-weight: 600 !important;
  color: var(--azul-principal) !important;
  margin: 35px 0 15px 0 !important;
  line-height: 1.4 !important;
}

h1 { font-size: 32px !important; font-weight: 700 !important; }
h2 { font-size: 26px !important; }
h3 { font-size: 22px !important; }
h4 { font-size: 19px !important; }
h5 { font-size: 17px !important; }
h6 { font-size: 16px !important; }

/* ✨ Destaque para títulos */
h2.destaque,
h3.destaque {
  background-color: var(--fundo-bloco) !important;
  padding: 10px 14px !important;
  border-radius: 6px !important;
  border-left: 4px solid var(--azul-principal) !important;
}

/* =============================================
   🔗 LINKS
============================================= */
.elementor-widget-text-editor a,
.entry-content a {
  font-family: Montserrat, sans-serif !important;
  color: var(--azul-claro) !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease;
}

.elementor-widget-text-editor a:hover,
.entry-content a:hover {
  color: var(--roxo-enfase) !important;
  border-bottom: 1px solid var(--roxo-enfase);
}

/* =============================================
   📋 LISTAS E CITAÇÕES
============================================= */
.entry-content ul,
.entry-content ol {
  padding-left: 28px !important;
  margin: 20px 0 !important;
}

.entry-content li {
  margin-bottom: 10px !important;
  font-family: Georgia, serif !important;
  font-size: 18px !important;
  color: var(--texto-escuro) !important;
}

blockquote {
  font-family: Georgia, serif !important;
  font-style: italic !important;
  font-size: 19px !important;
  color: var(--texto-medio) !important;
  border-left: 4px solid var(--azul-claro);
  padding: 15px 20px;
  margin: 25px 0;
  background: var(--fundo-suave);
  border-radius: 0 6px 6px 0;
}

/* =============================================
   📊 TABELAS
============================================= */
.entry-content table,
.elementor-widget-text-editor table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin: 25px 0 !important;
  font-family: Georgia, serif !important;
  font-size: 17px !important;
}

.entry-content th,
.entry-content td {
  padding: 12px 15px !important;
  border: 1px solid var(--borda) !important;
  text-align: left !important;
}

.entry-content th {
  background-color: var(--fundo-tabela) !important;
  font-family: Montserrat, sans-serif !important;
  font-weight: 600 !important;
  color: var(--azul-principal) !important;
}

.entry-content tr:nth-child(even) {
  background-color: var(--fundo-suave);
}

/* =============================================
   ⚠️ BLOCOS DE AVISO E DESTAQUE
============================================= */
.bloco-destaque {
  background: var(--fundo-suave);
  padding: 18px;
  border-radius: 6px;
  border-left: 4px solid var(--verde-destaque);
  margin: 25px 0;
}

.bloco-aviso {
  background: #FFFBEB;
  padding: 18px;
  border-radius: 6px;
  border-left: 4px solid var(--laranja-aviso);
  margin: 25px 0;
}

.bloco-alerta {
  background: #FEF2F2;
  padding: 18px;
  border-radius: 6px;
  border-left: 4px solid var(--vermelho-alerta);
  margin: 25px 0;
}

/* =============================================
   📱 VERSÃO RESPONSIVA
============================================= */
@media (max-width: 768px) {
  .elementor-widget-text-editor,
  .entry-content {
    font-size: 17px !important;
    line-height: 1.7 !important;
  }

  h1 { font-size: 26px !important; }
  h2 { font-size: 22px !important; }
  h3 { font-size: 19px !important; }

  .entry-content th,
  .entry-content td {
    padding: 10px !important;
    font-size: 16px !important;
  }
}

/* =============================================
   🚫 OCULTAR TÍTULO E DESCRIÇÃO DO SITE
============================================= */
.site-title,
.ast-site-title,
.site-description,
.ast-site-tagline,
.site-branding h1,
.site-branding p {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  left: -9999px !important;
}
.site-branding {
  min-height: 0 !important;
  padding: 0 !important;
}/* End custom CSS */