.elementor-48 .elementor-element.elementor-element-925dbf5{--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 *//* =====================================================
   PRÉ-HISTÓRIA — CSS da página
   memoriadomundo.com
   Cole em: Editar página → Settings → Custom CSS

   PALETA:
   – Terra escura:  #3d1f00  (principal)
   – Ocre:          #b5651d  (acento)
   – Ocre claro:    #e8a055  (destaque)
   – Areia:         #f5e6c8  (fundo suave)
   – Areia escura:  #e8d5a3  (bordas)
   – Texto:         #1a0e00

   ESTRUTURA SUGERIDA NO ELEMENTOR:
   ─────────────────────────────────────────────
   [1]  SEÇÃO HERO
        → Classe CSS: ph-hero
        → Título H1: "Pré-História"
        → Subtítulo: "Da origem da vida à escrita"

   [2]  SEÇÃO INTRODUÇÃO
        → Classe CSS: ph-intro
        → Text Editor com o texto introdutório

   [3]  BANNERS SEPARADORES
        → Classe: ph-banner-terra  (marrom escuro)
        → Classe: ph-banner-ocre   (ocre quente)
        → Classe: ph-banner-escuro (quase preto)

   [4]  BLOCOS LADO A LADO
        → Coluna esquerda (terra): ph aplicado automaticamente
        → Coluna direita (ocre): ph aplicado automaticamente

   [5]  CALLOUTS
        → Classe: ph-callout-alerta  (ocre escuro)
        → Classe: ph-callout-saiba   (areia)
        → Classe: ph-callout-conceito (terra)

   [6]  LINHA DO TEMPO
        → Widget HTML com classe ph-timeline

   [7]  SEÇÃO FINAL DE DESTAQUE
        → Classe CSS: ph-legado
   ─────────────────────────────────────────────
   ===================================================== */


/* ── TÍTULOS ──────────────────────────────── */

.elementor-widget-heading h1,
.elementor-widget-heading .elementor-size-xxl {
  color: #ffffff;
  font-family: 'Georgia', serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.elementor-widget-heading h2,
.elementor-widget-heading .elementor-size-xl,
.elementor-widget-heading .elementor-size-large {
  font-family: 'Georgia', serif;
  color: #3d1f00;
  font-weight: 700;
  border-bottom: 3px solid #b5651d;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.elementor-widget-heading h3,
.elementor-widget-heading .elementor-size-medium {
  font-family: 'Georgia', serif;
  color: #3d1f00;
  font-weight: 700;
  padding-left: 14px;
  border-left: 3px solid #b5651d;
  margin-bottom: 10px;
}


/* ── TEXTO GERAL ──────────────────────────── */

.elementor-widget-text-editor p,
.elementor-text-editor p {
  font-family: 'Georgia', serif;
  color: #1a0e00;
  line-height: 1.8;
  font-size: 1.05rem;
  text-align: justify;
  margin-bottom: 16px;
}

.elementor-widget-text-editor strong,
.elementor-text-editor strong {
  color: #3d1f00;
}


/* ── LISTAS ───────────────────────────────── */

.elementor-widget-text-editor ul,
.elementor-text-editor ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.elementor-widget-text-editor ul li,
.elementor-text-editor ul li {
  padding: 8px 0 8px 28px;
  position: relative;
  border-bottom: 1px solid #e8d5a3;
  font-family: 'Georgia', serif;
  color: #1a0e00;
  font-size: 1rem;
}

.elementor-widget-text-editor ul li:last-child,
.elementor-text-editor ul li:last-child {
  border-bottom: none;
}

/* Marcador: seta rupestre */
.elementor-widget-text-editor ul li::before,
.elementor-text-editor ul li::before {
  content: "◈";
  position: absolute;
  left: 0;
  color: #b5651d;
  font-size: 0.8rem;
  top: 10px;
}


/* ── IMAGENS ──────────────────────────────── */

.elementor-widget-image img {
  border-radius: 6px;
  box-shadow: 0 6px 24px rgba(61,31,0,0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  display: block;
}

.elementor-widget-image img:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 32px rgba(61,31,0,0.28);
}

/* Legenda */
.elementor-widget-image .widget-image-caption,
.elementor-image figcaption {
  font-family: 'Georgia', serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #3d1f00;
  text-align: center;
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid #e8d5a3;
}


/* ── BLOCOS LADO A LADO ───────────────────── */

.elementor-column .elementor-widget-wrap {
  border-radius: 6px;
  border: 1px solid #e8d5a3;
  padding: 28px 32px !important;
  margin-bottom: 16px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* Coluna esquerda — terra escura */
.elementor-column:first-child .elementor-widget-wrap {
  background: #fdf5e8;
  border-color: #d4b896;
}

.elementor-column:first-child .elementor-widget-wrap::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 5px; height: 100%;
  background: linear-gradient(to bottom, #3d1f00, #1a0e00);
  border-radius: 6px 0 0 6px;
}

/* Coluna direita — ocre */
.elementor-column:last-child .elementor-widget-wrap {
  background: #fff8ee;
  border-color: #e8c890;
}

.elementor-column:last-child .elementor-widget-wrap::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 5px; height: 100%;
  background: linear-gradient(to bottom, #b5651d, #7a3d00);
  border-radius: 6px 0 0 6px;
}

.elementor-column .elementor-widget-wrap:hover {
  box-shadow: 0 8px 28px rgba(61,31,0,0.12);
  transform: translateY(-4px);
}


/* ── BLOCOS COM IMAGEM (inner sections) ───── */

.elementor-inner-section .elementor-widget-image img {
  border-radius: 6px;
  border: 2px solid #b5651d;
  box-shadow: 0 4px 16px rgba(181,101,29,0.2);
}

.elementor-inner-section .elementor-widget-image img:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 24px rgba(181,101,29,0.35);
}


/* ── DIVISOR ──────────────────────────────── */

.elementor-widget-divider .elementor-divider-separator {
  border-color: #b5651d !important;
  border-width: 2px !important;
}


/* ── BLOCKQUOTE PADRÃO ────────────────────── */

.elementor-widget-text-editor blockquote,
.elementor-text-editor blockquote {
  background: #fdf5e8;
  border-left: 5px solid #3d1f00;
  padding: 20px 24px;
  border-radius: 0 6px 6px 0;
  font-style: italic;
  color: #3d1f00;
  margin: 24px 0;
}


/* ── SEÇÃO FINAL DE DESTAQUE ──────────────── */

.elementor-section:last-of-type .elementor-widget-wrap {
  background: linear-gradient(135deg, #1a0800, #3d1f00);
  border-radius: 6px;
  padding: 36px !important;
}

.elementor-section:last-of-type .elementor-widget-heading .elementor-heading-title {
  color: #ffffff;
  border-bottom-color: #b5651d;
}

.elementor-section:last-of-type .elementor-widget-text-editor p,
.elementor-section:last-of-type .elementor-text-editor p {
  color: #d4b896;
}

.elementor-section:last-of-type .elementor-widget-text-editor strong,
.elementor-section:last-of-type .elementor-text-editor strong {
  color: #e8a055;
}

.elementor-section:last-of-type .elementor-widget-image img {
  border: 3px solid #b5651d;
  box-shadow: 0 8px 32px rgba(181,101,29,0.3);
}


/* =====================================================
   HERO DA PÁGINA
   Classe CSS na seção: ph-hero
   ===================================================== */

.ph-hero,
.ph-hero.e-con {
  background-color: #3d1f00;
  background-image: linear-gradient(135deg, #1a0800 0%, #3d1f00 55%, #5c2e00 100%);
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Textura rupestre — pontos irregulares */
.ph-hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle, rgba(181,101,29,.12) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

/* Linha ocre no topo */
.ph-hero::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(to right, transparent, #b5651d, transparent);
}

/* Título H1 */
.ph-hero .elementor-heading-title {
  font-family: 'Georgia', serif;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: 0 2px 24px rgba(0,0,0,0.6);
  border-bottom: none;
  position: relative;
  z-index: 1;
}

.ph-hero .elementor-size-xxl,
.ph-hero .elementor-size-xl {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
}

/* Subtítulo */
.ph-hero .elementor-size-medium,
.ph-hero .elementor-size-small {
  font-family: 'Georgia', serif;
  color: #e8a055;
  font-size: 0.95rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 3px;
  border-bottom: none;
  position: relative;
  z-index: 1;
}

/* Divisor decorativo dentro do hero */
.ph-hero .elementor-divider-separator {
  border-color: #b5651d;
  border-width: 3px;
  width: 60px;
  margin: 0 auto;
}

/* Garante conteúdo acima dos pseudoelementos */
.ph-hero > .e-con-inner,
.ph-hero .elementor-widget-wrap {
  position: relative;
  z-index: 2;
}


/* =====================================================
   INTRODUÇÃO
   Classe CSS na seção: ph-intro
   ===================================================== */

.ph-intro,
.ph-intro.e-con {
  background-color: #fdf5e8;
  border-left: 5px solid #3d1f00;
  border-bottom: 3px solid #b5651d;
  padding: 48px 56px;
  position: relative;
  overflow: hidden;
}

/* Detalhe ocre no canto superior direito */
.ph-intro::before {
  content: "";
  position: absolute;
  top: 0; right: 0;
  width: 140px; height: 4px;
  background: linear-gradient(to left, #b5651d, transparent);
}

.ph-intro .elementor-widget-text-editor p,
.ph-intro .elementor-text-editor p {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.08rem;
  line-height: 1.9;
  color: #1a0e00;
}

.ph-intro > .e-con-inner,
.ph-intro .elementor-widget-wrap {
  position: relative;
  z-index: 1;
}


/* =====================================================
   BANNERS SEPARADORES
   Classes: ph-banner-terra | ph-banner-ocre | ph-banner-escuro
   ===================================================== */

/* Terra — seções principais */
.ph-banner-terra,
.ph-banner-terra.e-con {
  background-color: #3d1f00;
  background-image: linear-gradient(135deg, #3d1f00, #5c2e00);
  padding-top: 32px;
  padding-bottom: 32px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ph-banner-terra::before {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(232,160,85,.06) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}

.ph-banner-terra .elementor-heading-title {
  color: #ffffff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(181,101,29,.5);
  display: inline-block;
  padding-bottom: 6px;
  position: relative;
  z-index: 1;
}

/* Ocre — seções secundárias */
.ph-banner-ocre,
.ph-banner-ocre.e-con {
  background-color: #b5651d;
  background-image: linear-gradient(135deg, #7a3d00, #b5651d);
  padding-top: 32px;
  padding-bottom: 32px;
  text-align: center;
}

.ph-banner-ocre .elementor-heading-title {
  color: #ffffff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(255,255,255,.3);
  display: inline-block;
  padding-bottom: 6px;
}

/* Escuro — alto impacto */
.ph-banner-escuro,
.ph-banner-escuro.e-con {
  background-color: #0d0500;
  background-image: linear-gradient(135deg, #0d0500, #1a0800);
  padding-top: 32px;
  padding-bottom: 32px;
  text-align: center;
  border-top: 3px solid #b5651d;
  border-bottom: 3px solid #b5651d;
}

.ph-banner-escuro .elementor-heading-title {
  color: #e8a055;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: none;
}


/* =====================================================
   CALLOUTS — CAIXAS DE DESTAQUE
   Use no widget HTML:
   <div class="ph-callout ph-callout-alerta">
     <strong>Título</strong>
     <p>Texto aqui...</p>
   </div>
   ===================================================== */

.ph-callout {
  border-radius: 0 6px 6px 0;
  padding: 18px 22px 18px 28px;
  margin: 28px 0;
  position: relative;
  font-family: 'Georgia', serif;
  font-size: 1rem;
  line-height: 1.75;
}

/* Ocre escuro — fatos importantes */
.ph-callout-alerta {
  background: #fff8ee;
  border-left: 5px solid #b5651d;
  color: #1a0e00;
}

.ph-callout-alerta::before {
  content: "!";
  position: absolute;
  top: -10px; left: -14px;
  background: #b5651d;
  color: #fff;
  width: 26px; height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  font-family: Georgia, serif;
}

/* Areia — curiosidades e saiba mais */
.ph-callout-saiba {
  background: #fdf5e8;
  border-left: 5px solid #e8a055;
  color: #1a0e00;
}

.ph-callout-saiba::before {
  content: "★";
  position: absolute;
  top: -10px; left: -14px;
  background: #e8a055;
  color: #3d1f00;
  width: 26px; height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
}

/* Terra — conceitos e definições */
.ph-callout-conceito {
  background: #f5ede0;
  border-left: 5px solid #3d1f00;
  color: #1a0e00;
}

.ph-callout-conceito::before {
  content: "?";
  position: absolute;
  top: -10px; left: -14px;
  background: #3d1f00;
  color: #e8a055;
  width: 26px; height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  font-family: Georgia, serif;
}

.ph-callout strong {
  color: #3d1f00;
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
}

.ph-callout p {
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.7;
}


/* =====================================================
   LINHA DO TEMPO
   Use no widget HTML:
   <div class="ph-timeline">
     <div class="ph-tl-item">
       <div class="ph-tl-data">3 bi a.C.</div>
       <div class="ph-tl-conteudo">
         <strong>Primeiras formas de vida</strong>
         <p>Organismos unicelulares surgem nos oceanos...</p>
       </div>
     </div>
   </div>
   ===================================================== */

.ph-timeline {
  position: relative;
  padding: 8px 0;
  margin: 36px 0;
}

/* Linha vertical ocre */
.ph-timeline::before {
  content: "";
  position: absolute;
  left: 90px; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, #b5651d, #3d1f00, #b5651d);
  border-radius: 3px;
}

.ph-tl-item {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  margin-bottom: 26px;
  position: relative;
}

/* Bolinha */
.ph-tl-item::before {
  content: "";
  position: absolute;
  left: 83px; top: 13px;
  width: 16px; height: 16px;
  background: #b5651d;
  border: 3px solid #3d1f00;
  border-radius: 50%;
  z-index: 1;
}

.ph-tl-data {
  min-width: 72px;
  text-align: right;
  font-family: 'Georgia', serif;
  font-size: 0.82rem;
  font-weight: 700;
  color: #b5651d;
  letter-spacing: 0.5px;
  padding-top: 12px;
  line-height: 1.3;
}

.ph-tl-conteudo {
  flex: 1;
  background: #fff8ee;
  border: 1px solid #e8d5a3;
  border-left: 4px solid #b5651d;
  border-radius: 0 6px 6px 0;
  padding: 14px 18px;
}

.ph-tl-conteudo strong {
  display: block;
  font-family: 'Georgia', serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #3d1f00;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ph-tl-conteudo p {
  font-size: 0.93rem;
  line-height: 1.65;
  color: #3a1a00;
  margin: 0;
  text-align: left;
}


/* =====================================================
   CARDS DE PERSONAGENS / ESPÉCIES
   Use no widget HTML:
   <div class="ph-card">
     <div class="ph-card-body">
       <span class="ph-card-periodo">Há 2 milhões de anos</span>
       <h4>Homo habilis</h4>
       <p>Primeiro hominídeo a criar ferramentas...</p>
     </div>
   </div>
   ===================================================== */

.ph-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
  margin: 36px 0;
}

.ph-card {
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #e8d5a3;
  border-top: 4px solid #b5651d;
  box-shadow: 0 4px 14px rgba(61,31,0,0.09);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.ph-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(61,31,0,0.18);
}

.ph-card-body {
  padding: 18px 14px 20px;
}

.ph-card-periodo {
  display: inline-block;
  background: #3d1f00;
  color: #e8a055;
  font-family: 'Georgia', serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 2px;
  margin-bottom: 10px;
}

.ph-card h4 {
  font-family: 'Georgia', serif;
  font-size: 1.05rem;
  color: #3d1f00;
  margin-bottom: 8px;
  font-weight: 700;
}

.ph-card p {
  font-family: 'Georgia', serif;
  color: #444;
  font-size: 0.88rem;
  line-height: 1.6;
  text-align: center;
  margin: 0;
}


/* =====================================================
   CITAÇÃO EM DESTAQUE
   Use no widget HTML:
   <div class="ph-citacao">
     <p>"O fogo foi o primeiro grande passo..."</p>
     <cite>— Contexto histórico</cite>
   </div>
   ===================================================== */

.ph-citacao {
  background: linear-gradient(135deg, #fff8ee, #fdf5e8);
  border: 1px solid #e8d5a3;
  border-left: 6px solid #3d1f00;
  border-radius: 0 8px 8px 0;
  padding: 28px 32px 22px;
  margin: 36px 0;
  position: relative;
}

.ph-citacao::before {
  content: "\201C";
  position: absolute;
  top: -8px; left: 18px;
  font-size: 5rem; line-height: 1;
  color: rgba(61,31,0,.10);
  font-family: Georgia, serif;
}

.ph-citacao p {
  font-family: 'Georgia', serif;
  font-size: 1.15rem;
  font-style: italic;
  color: #1a0e00;
  line-height: 1.85;
  margin-bottom: 12px;
  text-align: left;
}

.ph-citacao cite {
  font-family: 'Georgia', serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #b5651d;
  font-style: normal;
}


/* ── RESPONSIVO ───────────────────────────── */

@media (max-width: 768px) {
  .elementor-widget-text-editor p,
  .elementor-text-editor p {
    font-size: 1rem;
    text-align: left;
  }

  .elementor-column .elementor-widget-wrap {
    padding: 20px !important;
  }

  .elementor-section:last-of-type .elementor-widget-wrap {
    padding: 24px !important;
  }

  .ph-hero,
  .ph-hero.e-con {
    padding-top: 48px;
    padding-bottom: 48px;
    min-height: 220px;
  }

  .ph-hero .elementor-size-xxl,
  .ph-hero .elementor-size-xl {
    font-size: 2rem;
    letter-spacing: 2px;
  }

  .ph-intro,
  .ph-intro.e-con {
    padding: 28px 20px;
  }

  .ph-banner-terra,
  .ph-banner-ocre,
  .ph-banner-escuro {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .ph-timeline::before { left: 60px; }
  .ph-tl-item::before  { left: 53px; }
  .ph-tl-data { min-width: 46px; font-size: 0.75rem; }
  .ph-tl-conteudo { padding: 12px 14px; }

  .ph-citacao { padding: 20px 18px; }
  .ph-citacao p { font-size: 1.05rem; }
}/* End custom CSS */