.elementor-1766 .elementor-element.elementor-element-68a2121{--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:105px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-8043ccb */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800&family=Great+Vibes&display=swap');

.blog-eterny-churches-v6 {
  --red: #D42A03;
  --dark: #1A1A1A;
  --gold: #B59453;
  --bg-soft: #FBFBFB;
  max-width: 1000px;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  color: #333;
  line-height: 1.8;
  padding: 20px;
}

/* --- CABECERA --- */
.heritage-header { text-align: center; padding: 60px 0 30px; }
.heritage-tag { text-transform: uppercase; letter-spacing: 5px; font-size: 0.8rem; color: var(--gold); font-weight: 700; display: block; margin-bottom: 15px; }
.post-title { font-weight: 800; font-size: clamp(1.8rem, 5vw, 2.8rem); text-transform: uppercase; line-height: 1.1; margin-bottom: 20px; }
.luxury-line { width: 50px; height: 3px; background: var(--red); margin: 0 auto; }

/* --- INTRO & LINKS --- */
.intro-section { margin: 40px 0; font-size: 1.05rem; }
.permanencia-links { background: var(--bg-soft); padding: 30px; border-radius: 4px; border-left: 4px solid var(--red); margin-bottom: 70px; }
.nav-title { font-weight: 800; text-transform: uppercase; font-size: 0.85rem; display: block; margin-bottom: 15px; }
.permanencia-links ul { list-style: none; padding: 0; margin: 0; }
.permanencia-links li { margin-bottom: 10px; font-weight: 600; }
.permanencia-links a { color: var(--dark); text-decoration: none; border-bottom: 1px solid #ddd; transition: 0.3s; }
.permanencia-links a:hover { color: var(--red); border-color: var(--red); }

/* --- BLOQUES DE IGLESIA (CONTINUIDAD MEJORADA) --- */
.church-card { margin-bottom: 100px; }
.step-number, .step-number-alt { font-weight: 800; color: var(--red); font-size: 0.9rem; letter-spacing: 3px; display: block; margin-bottom: 10px; }
.step-number-alt { color: var(--gold); }
.accent-title, .h2-seo { font-weight: 800; font-size: 1.8rem; text-transform: uppercase; margin-bottom: 10px; }
.location-info { font-size: 0.95rem; color: #666; margin-bottom: 30px; }

/* Contenedor Grid para unir Pregunta + Imagen + Lista */
.content-visual-flow { 
  display: grid; 
  grid-template-columns: 1.2fr 1fr; 
  gap: 30px; 
  align-items: center; 
  margin-bottom: 30px;
}

.img-container { border-radius: 4px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.img-referencia { width: 100%; display: block; }
.question-highlight { color: var(--red); font-size: 1.1rem; margin-bottom: 15px !important; }

.lista-simple { list-style: none; padding-left: 20px; margin: 0; }
.lista-simple li { position: relative; margin-bottom: 12px; font-weight: 600; }
.lista-simple li::before { content: "•"; color: var(--red); position: absolute; left: -20px; font-weight: 800; }

.footer-details { 
  background: var(--bg-soft); 
  padding: 25px; 
  border-radius: 4px; 
  border-top: 1px solid #eee; 
}

/* --- ESTILO DARK (TURI) --- */
.highlight-dark { background: var(--dark); color: white; padding: 50px 30px; border-radius: 8px; margin-bottom: 100px; }
.highlight-dark h2, .highlight-dark p, .highlight-dark strong, .highlight-dark li { color: white; }
.highlight-dark .footer-details { background: rgba(255,255,255,0.05); border-top: 1px solid rgba(255,255,255,0.1); }

/* --- RECOMENDACIÓN TÉCNICA --- */
.tech-advice { background: var(--bg-soft); padding: 50px 30px; border: 1px solid #eee; border-radius: 8px; text-align: center; margin-bottom: 80px; }
.advice-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 30px 0; }
.advice-grid span { background: white; padding: 10px 20px; font-weight: 700; font-size: 0.75rem; text-transform: uppercase; border: 1px solid #ddd; }

/* --- FOOTER --- */
.script-accent { font-family: 'Great Vibes', cursive; font-size: 3.5rem; color: var(--red); display: block; margin-bottom: 20px; text-align: center; }
.footer-heritage { text-align: center; margin-top: 80px; }
.cta-heritage { background: var(--dark); color: white; padding: 60px 20px; border-radius: 8px; margin-top: 50px; }
.cta-heritage p { color: white; margin-bottom: 30px; font-weight: 600; font-size: 1.2rem; }
.btn-heritage { background: var(--red) !important; color: white !important; padding: 20px 45px; text-decoration: none !important; font-weight: 800; display: inline-block; letter-spacing: 2px; transition: transform 0.3s; }
.btn-heritage:hover { transform: translateY(-5px); }

/* --- RESPONSIVO --- */
@media (max-width: 768px) {
  .content-visual-flow { grid-template-columns: 1fr; gap: 20px; }
  .img-container { order: 1; }
  .text-side { order: 2; }
  .btn-heritage, .advice-grid span { width: 100%; box-sizing: border-box; text-align: center; }
}/* End custom CSS */