.elementor-267 .elementor-element.elementor-element-724c317{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:18px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-267 .elementor-element.elementor-element-660b9fd{width:100%;max-width:100%;margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-267 .elementor-element.elementor-element-b6954ba{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-724c317 *//* ========================================
   ODH CONSULT - CSS PARA SINGLE POST (ELEMENTOR)
   Adicione este CSS em: Aparência > Personalizar > CSS Adicional
   ou em Elementor > Configurações do Site > CSS Personalizado
   ======================================== */

:root {
  /* Cores */
  --blue-900: #002f6b;
  --blue-700: #004aad;
  --blue-500: #2b6fcf;
  --blue-300: #7ba5e8;
  --white: #ffffff;
  --muted: #f5f7fb;
  --text: #1a2c45;
  --text-secondary: #4a5568;
  
  /* Espaçamentos */
  --space-xs: 0.5rem;    /* 8px */
  --space-sm: 1rem;      /* 16px */
  --space-md: 1.5rem;    /* 24px */
  --space-lg: 2rem;      /* 32px */
  --space-xl: 3rem;      /* 48px */
  --space-2xl: 4rem;     /* 64px */
  
  /* Tipografia */
  --text-base: 1rem;     /* 16px */
  --text-lg: 1.125rem;   /* 18px */
  --text-xl: 1.25rem;    /* 20px */
  --text-2xl: 1.5rem;    /* 24px */
  --text-3xl: 1.875rem;  /* 30px */
  --text-4xl: 2.25rem;   /* 36px */
  
  /* Outros */
  --card-radius: 16px;
  --content-max-width: 768px;
  --line-height: 1.75;
}

/* Reset e estilos base */
body {
  background-color: var(--white);
  color: var(--text);
  line-height: var(--line-height);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Container principal do conteúdo */
.elementor-widget-theme-post-content {
  max-width: var(--content-max-width);
  margin: 0 auto;
  padding: 0 var(--space-md);
}

/* Títulos */
.elementor-widget-theme-post-content h1,
.elementor-widget-theme-post-content h2,
.elementor-widget-theme-post-content h3,
.elementor-widget-theme-post-content h4,
.elementor-widget-theme-post-content h5,
.elementor-widget-theme-post-content h6 {
  color: var(--blue-900);
  margin-top: var(--space-xl);
  margin-bottom: var(--space-md);
  font-weight: 700;
  line-height: 1.3;
}

.elementor-widget-theme-post-content h1 {
  font-size: var(--text-4xl);
  margin-top: var(--space-2xl);
}

.elementor-widget-theme-post-content h2 {
  font-size: var(--text-3xl);
  margin-top: var(--space-2xl);
  padding-bottom: var(--space-xs);
  border-bottom: 2px solid var(--muted);
}

.elementor-widget-theme-post-content h3 {
  font-size: var(--text-2xl);
}

/* Parágrafos */
.elementor-widget-theme-post-content p {
  margin-bottom: var(--space-md);
  font-size: var(--text-lg);
  color: var(--text);
}

/* Links */
.elementor-widget-theme-post-content a {
  color: var(--blue-700);
  text-decoration: none;
  transition: color 0.2s ease;
  border-bottom: 1px solid var(--blue-300);
  padding-bottom: 1px;
}

.elementor-widget-theme-post-content a:hover {
  color: var(--blue-900);
  border-bottom-color: var(--blue-700);
}

/* Listas */
.elementor-widget-theme-post-content ul,
.elementor-widget-theme-post-content ol {
  margin-bottom: var(--space-md);
  padding-left: var(--space-md);
}

.elementor-widget-theme-post-content li {
  margin-bottom: var(--space-xs);
  font-size: var(--text-lg);
}

/* Imagens */
.elementor-widget-theme-post-content img {
  max-width: 100%;
  height: auto;
  border-radius: var(--card-radius);
  margin: var(--space-lg) 0;
  display: block;
}

/* Citações */
.elementor-widget-theme-post-content blockquote {
  border-left: 4px solid var(--blue-500);
  padding: var(--space-md) var(--space-lg);
  margin: var(--space-lg) 0;
  background-color: var(--muted);
  border-radius: 0 var(--card-radius) var(--card-radius) 0;
  font-style: italic;
  color: var(--text-secondary);
}

/* Código */
.elementor-widget-theme-post-content code {
  background-color: var(--muted);
  padding: 0.2em 0.4em;
  border-radius: 4px;
  font-family: monospace;
  font-size: 0.9em;
}

/* Tabelas */
.elementor-widget-theme-post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: var(--space-lg) 0;
  font-size: var(--text-base);
}

.elementor-widget-theme-post-content th,
.elementor-widget-theme-post-content td {
  padding: var(--space-sm) var(--space-md);
  border: 1px solid var(--muted);
  text-align: left;
}

.elementor-widget-theme-post-content th {
  background-color: var(--blue-900);
  color: var(--white);
  font-weight: 600;
}

/* Responsividade */
@media (max-width: 768px) {
  :root {
    --content-max-width: 100%;
    --space-md: 1.25rem;
    --space-lg: 1.5rem;
    --space-xl: 2rem;
    --space-2xl: 2.5rem;
  }
  
  .elementor-widget-theme-post-content {
    padding: 0 var(--space-sm);
  }
  
  .elementor-widget-theme-post-content h1 {
    font-size: var(--text-3xl);
  }
  
  .elementor-widget-theme-post-content h2 {
    font-size: var(--text-2xl);
  }
  
  .elementor-widget-theme-post-content p,
  .elementor-widget-theme-post-content li {
    font-size: var(--text-base);
  }
}

/* ========================================
   CONTAINER DO POST
   ======================================== */
.single-post .elementor-section,
.single .elementor-section {
  background: var(--white) !important;
}

/* Container principal do conteúdo */
.single-post article,
.single article,
.elementor-post,
article.post {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 30px;
  background: var(--white);
  border-radius: var(--card-radius);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  animation: fadeInUp 0.8s ease-out;
}

/* ========================================
   CABEÇALHO DO POST
   ======================================== */
/* Título do post */
.single-post .entry-title,
.single .entry-title,
.elementor-post__title,
.elementor-heading-title,
h1.entry-title {
  font-size: 48px !important;
  color: var(--blue-900) !important;
  margin: 0 0 30px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: center;
  animation: fadeInUp 0.8s ease-out;
}

/* Meta informações (data, autor, categorias) */
.single-post .entry-meta,
.single .entry-meta,
.elementor-post__meta-data,
.post-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
  padding: 20px;
  background: var(--muted);
  border-radius: 12px;
  font-size: 14px;
  color: var(--text-secondary);
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

.entry-meta a,
.elementor-post__meta-data a {
  color: var(--blue-700) !important;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.entry-meta a:hover,
.elementor-post__meta-data a:hover {
  color: var(--blue-500) !important;
}

/* Categoria/Tags badge */
.post-categories,
.elementor-post__terms,
.cat-links {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
}

.post-categories a,
.elementor-post__terms a,
.cat-links a {
  background: var(--blue-700) !important;
  color: var(--white) !important;
  padding: 6px 16px !important;
  border-radius: 50px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.post-categories a:hover,
.elementor-post__terms a:hover,
.cat-links a:hover {
  background: var(--blue-900) !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 74, 173, 0.3);
}

/* ========================================
   IMAGEM DESTACADA
   ======================================== */
.single-post .post-thumbnail,
.single .post-thumbnail,
.elementor-post__thumbnail,
.wp-post-image,
.entry-thumbnail {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 400px;
  max-height: 600px;
  border-radius: var(--card-radius);
  overflow: hidden;
  margin-bottom: 50px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  animation: fadeInUp 0.8s ease-out 0.4s both;
}

.post-thumbnail img,
.elementor-post__thumbnail img,
.wp-post-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--card-radius);
  transition: transform 0.5s ease;
}

.post-thumbnail:hover img,
.elementor-post__thumbnail:hover img {
  transform: scale(1.05);
}

/* ========================================
   CONTEÚDO DO POST
   ======================================== */
.single-post .entry-content,
.single .entry-content,
.elementor-post__content,
.elementor-widget-theme-post-content,
.post-content {
  font-size: 18px !important;
  line-height: 1.8 !important;
  color: var(--text) !important;
  animation: fadeInUp 0.8s ease-out 0.6s both;
  margin-bottom: 50px;
}

/* Parágrafos */
.entry-content p,
.elementor-post__content p {
  margin-bottom: 25px !important;
  color: var(--text) !important;
  font-size: 18px !important;
  line-height: 1.8 !important;
}

/* Títulos dentro do conteúdo */
.entry-content h2,
.elementor-post__content h2 {
  font-size: 32px !important;
  color: var(--blue-900) !important;
  margin: 50px 0 25px !important;
  font-weight: 700 !important;
  position: relative;
  padding-bottom: 15px;
}

.entry-content h2::after,
.elementor-post__content h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--blue-500), var(--blue-700));
  border-radius: 2px;
}

.entry-content h3,
.elementor-post__content h3 {
  font-size: 24px !important;
  color: var(--blue-700) !important;
  margin: 40px 0 20px !important;
  font-weight: 600 !important;
}

.entry-content h4,
.elementor-post__content h4 {
  font-size: 20px !important;
  color: var(--blue-700) !important;
  margin: 30px 0 15px !important;
  font-weight: 600 !important;
}

/* Listas */
.entry-content ul,
.entry-content ol,
.elementor-post__content ul,
.elementor-post__content ol {
  margin: 25px 0 !important;
  padding-left: 30px !important;
}

.entry-content li,
.elementor-post__content li {
  margin-bottom: 12px !important;
  line-height: 1.8 !important;
  color: var(--text) !important;
}

.entry-content ul li,
.elementor-post__content ul li {
  list-style-type: none;
  position: relative;
  padding-left: 25px;
}

.entry-content ul li::before,
.elementor-post__content ul li::before {
  content: '▸';
  color: var(--blue-700);
  font-weight: bold;
  position: absolute;
  left: 0;
}

/* Citações */
.entry-content blockquote,
.elementor-post__content blockquote {
  border-left: 4px solid var(--blue-500) !important;
  padding: 25px 30px !important;
  margin: 40px 0 !important;
  background: var(--muted) !important;
  border-radius: 0 12px 12px 0 !important;
  font-style: italic !important;
  font-size: 20px !important;
  color: var(--text-secondary) !important;
  position: relative;
}

.entry-content blockquote::before,
.elementor-post__content blockquote::before {
  content: '"';
  font-size: 60px;
  color: var(--blue-500);
  opacity: 0.2;
  position: absolute;
  top: 10px;
  color: var(--blue-700) !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  border-bottom: 2px solid transparent !important;
  transition: all 0.3s ease !important;
}

.entry-content a:hover,
.elementor-post__content a:hover {
  border-bottom-color: var(--blue-700) !important;
  color: var(--blue-500) !important;
}

/* Código */
.entry-content code,
.elementor-post__content code {
  background: var(--muted) !important;
  color: var(--blue-900) !important;
  padding: 3px 8px !important;
  border-radius: 4px !important;
  font-family: 'Courier New', monospace !important;
  font-size: 16px !important;
}

.entry-content pre,
.elementor-post__content pre {
  background: var(--blue-900) !important;
  color: var(--white) !important;
  padding: 25px !important;
  border-radius: 12px !important;
  overflow-x: auto !important;
  margin: 30px 0 !important;
}

.entry-content pre code,
.elementor-post__content pre code {
  background: transparent !important;
  color: var(--white) !important;
  padding: 0 !important;
}

/* Tabelas */
.entry-content table,
.elementor-post__content table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin: 30px 0 !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05) !important;
}

.entry-content th,
.elementor-post__content th {
  background: var(--blue-700) !important;
  color: var(--white) !important;
  padding: 15px !important;
  text-align: left !important;
  font-weight: 600 !important;
}

.entry-content td,
.elementor-post__content td {
  padding: 15px !important;
  border-bottom: 1px solid var(--muted) !important;
}

.entry-content tr:nth-child(even),
.elementor-post__content tr:nth-child(even) {
  background: var(--muted) !important;
}

/* ========================================
   RODAPÉ DO POST
   ======================================== */
.entry-footer,
.elementor-post__footer {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 2px solid var(--muted);
}

/* Tags */
.tags-links,
.elementor-post__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.tags-links a,
.elementor-post__tags a {
  background: var(--muted) !important;
  color: var(--blue-700) !important;
  padding: 8px 18px !important;
  border-radius: 50px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
}

.tags-links a:hover,
.elementor-post__tags a:hover {
  background: var(--blue-700) !important;
  transform: translateY(-2px);
}

/* ========================================
   OTIMIZAÇÃO DE IMAGENS (CSS APENAS)
   ======================================== */
/* Container responsivo para imagens */
.entry-content img,
.elementor-post__content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  background: linear-gradient(90deg, #f5f7fb 25%, #eef2f8 50%, #f5f7fb 75%);
  background-size: 200% 100%;
  min-height: 200px; /* Altura mínima para evitar saltos no layout */
}

/* Efeito de carregamento suave */
@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

/* Aplica o efeito de shimmer enquanto a imagem carrega */
.entry-content img:not([src]),
.elementor-post__content img:not([src]) {
  animation: shimmer 1.5s infinite linear;
}

/* Remove o fundo quando a imagem carregar */
.entry-content img[src],
.elementor-post__content img[src] {
  background: none;
  animation: none;
}

/* Efeito de hover sutil */
.entry-content img:hover,
.elementor-post__content img:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* Imagens com legenda */
.wp-caption {
  max-width: 100% !important;
  margin: 40px 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background: var(--muted);
}

.wp-caption img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 !important;
  border-radius: 12px 12px 0 0;
}

.wp-caption-text {
  padding: 15px;
  margin: 0;
  font-size: 14px;
  color: var(--text-secondary);
  text-align: center;
  background: var(--muted);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* Imagens alinhadas */
.aligncenter {
  display: block;
  margin: 30px auto;
}

.alignleft {
  float: left;
  margin: 10px 30px 20px 0;
}

.alignright {
  float: right;
  margin: 10px 0 20px 30px;
}

/* Limpa os floats */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* Responsividade para imagens alinhadas */
@media (max-width: 768px) {
  .alignleft,
  .alignright {
    float: none;
    display: block;
    margin: 20px auto;
  }
  
  .entry-content img,
  .elementor-post__content img {
    margin: 20px auto;
  }
}

/* Imagens otimizadas */
.webp-optimized {
  background-image: url('img.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Para telas de alta resolução */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
  .webp-optimized {
    background-image: url('img@2x.jpg');
  }
}

/* ========================================
   NAVEGAÇÃO ENTRE POSTS
   ======================================== */
.post-navigation,
.elementor-post-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 60px;
}

.nav-previous,
.nav-next,
.elementor-post-navigation__prev,
.elementor-post-navigation__next {
  background: var(--muted) !important;
  padding: 30px !important;
  border-radius: var(--card-radius) !important;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.nav-previous::before,
.nav-next::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--blue-500), var(--blue-700));
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

.nav-previous:hover,
.nav-next:hover {
  background: var(--white) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.nav-previous:hover::before,
.nav-next:hover::before {
  transform: scaleY(1);
}

.nav-previous a,
.nav-next a {
  color: var(--blue-900) !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.nav-previous a:hover,
.nav-next a:hover {
  color: var(--blue-700) !important;
}

/* ========================================
   COMENTÁRIOS
   ======================================== */
#comments,
.elementor-comments {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 2px solid var(--muted);
}

#comments h2,
.elementor-comments h2 {
  color: var(--blue-900) !important;
  font-size: 32px !important;
  margin-bottom: 30px !important;
}

/* ========================================
   ANIMAÇÕES
   ======================================== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ========================================
   RESPONSIVIDADE
   ======================================== */
@media (max-width: 768px) {
  .single-post article,
  .single article {
    padding: 40px 20px;
  }
  
  .entry-title,
  .elementor-post__title {
    font-size: 32px !important;
  }
  
  .entry-meta,
  .elementor-post__meta-data {
    flex-direction: column;
    gap: 15px;
  }
  
  .post-thumbnail,
  .elementor-post__thumbnail {
    min-height: 250px;
    max-height: 350px;
  }
  
  .entry-content,
  .elementor-post__content {
    font-size: 16px !important;
  }
  
  .entry-content h2,
  .elementor-post__content h2 {
    font-size: 26px !important;
  }
  
  .entry-content h3,
  .elementor-post__content h3 {
    font-size: 22px !important;
  }
  
  .post-navigation {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .single-post article,
  .single article {
    padding: 30px 15px;
  }
  
  .entry-title,
  .elementor-post__title {
    font-size: 28px !important;
  }
  
  .entry-content blockquote,
  .elementor-post__content blockquote {
    font-size: 18px !important;
    padding: 20px 25px !important;
  }
}

/* ========================================
   CLASSES AUXILIARES DO ELEMENTOR
   ======================================== */
/* Widget de conteúdo do post */
.elementor-widget-theme-post-content .elementor-widget-container {
  max-width: 100%;
}

/* Widget de título do post */
.elementor-widget-theme-post-title .elementor-heading-title {
  text-align: center;
}

/* Remover espaçamentos extras do Elementor */
.single-post .elementor-widget:not(:last-child),
.single .elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}

/* Ajustar container do Elementor */
.single-post .elementor-container,
.single .elementor-container {
  max-width: 900px !important;
}/* End custom CSS */