.elementor-1736 .elementor-element.elementor-element-fb1d53c{--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:108px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(max-width:767px){.elementor-1736 .elementor-element.elementor-element-fb1d53c{--margin-top:60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-884c9a7 */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800&family=Great+Vibes&display=swap');

.blog-eterny-guide-v4 {
  --red: #D42A03;
  --dark: #1A1A1A;
  --bg-soft: #F9F9F9;
  max-width: 1000px;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  color: #333;
  line-height: 1.8;
  padding: 20px;
  box-sizing: border-box;
}

/* --- HEADER --- */
.guide-header { text-align: center; padding: 60px 0 30px; }
.upper-tag { text-transform: uppercase; letter-spacing: 5px; font-size: 0.85rem; font-weight: 700; color: var(--red); display: block; margin-bottom: 15px; opacity: 0.8; }
.post-title { font-weight: 800; font-size: clamp(1.8rem, 5vw, 2.6rem); text-transform: uppercase; line-height: 1.1; margin-bottom: 20px; }
.luxury-line { width: 50px; height: 3px; background: var(--red); margin: 0 auto; }

/* --- INTRO & NAVEGACIÓN --- */
.intro-section { margin: 40px 0; font-size: 1.05rem; }
.permanencia-links { background: var(--bg-soft); padding: 25px; border-radius: 4px; border-left: 4px solid var(--red); margin-bottom: 50px; }
.index-title { font-weight: 800; text-transform: uppercase; font-size: 0.85rem; display: block; margin-bottom: 10px; }
.permanencia-links ul { list-style: none; padding: 0; margin: 0; }
.permanencia-links li { margin-bottom: 8px; }
.permanencia-links a { color: var(--red); text-decoration: none; font-weight: 600; transition: opacity 0.3s; }
.permanencia-links a:hover { opacity: 0.7; }

/* --- IMAGEN SEO --- */
.imagen-seo-container { margin-bottom: 60px; }
.img-referencia-seo { width: 100%; border-radius: 4px; box-shadow: 0 15px 35px rgba(0,0,0,0.1); }

/* --- BLOQUES DE GUÍA --- */
.step-number { font-weight: 800; color: var(--red); font-size: 0.9rem; letter-spacing: 2px; display: block; margin-bottom: 10px; }

.warning-block { background: #fff; border: 1px solid #eee; padding: 40px; border-radius: 8px; margin-bottom: 50px; }
.h2-seo, .accent-title { font-weight: 800; font-size: 1.8rem; margin-bottom: 15px; text-transform: uppercase; }

.lista-simple { list-style: none; padding-left: 20px; margin: 20px 0; }
.lista-simple li { position: relative; margin-bottom: 10px; font-weight: 600; }
.lista-simple li::before { content: '→'; position: absolute; left: -20px; color: var(--red); font-weight: 800; }

.pro-note { border-top: 1px solid #eee; padding-top: 20px; margin-top: 20px; font-style: italic; color: var(--red); }

/* Grid de Tarjetas */
.dual-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-bottom: 50px; }
.info-card { background: var(--bg-soft); padding: 40px; border-radius: 4px; }
.highlight-card { background: var(--dark); color: white; }
.highlight-card .accent-title { color: white; }

.consultancy-block { padding: 50px 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; margin-bottom: 50px; }
.verification-box, .tip-final-v4 { text-align: center; padding: 40px; background: var(--bg-soft); border-radius: 4px; margin-bottom: 50px; }

/* --- CIERRE --- */
.script-accent { font-family: 'Great Vibes', cursive !important; color: var(--red); font-size: 2.8rem; display: block; margin-bottom: 20px; }
.final-cta-v4 { text-align: center; margin-top: 60px; }
.cta-dark-box { background: var(--dark); color: white; padding: 60px 20px; border-radius: 4px; margin-top: 40px; box-shadow: 0 10px 30px rgba(0,0,0,0.2); }
.cta-dark-box p { color: white; margin-bottom: 25px; font-weight: 600; font-size: 1.1rem; }
.btn-eterny { background: var(--red) !important; color: white !important; padding: 18px 45px; text-decoration: none !important; font-weight: 800; display: inline-block; letter-spacing: 2px; transition: transform 0.3s ease; }
.btn-eterny:hover { transform: scale(1.05); }

/* --- RESPONSIVO --- */
@media (max-width: 768px) {
  .blog-eterny-guide-v4 { padding: 15px; }
  .dual-grid { grid-template-columns: 1fr; }
  .warning-block, .info-card { padding: 25px; }
  .post-title { font-size: 1.8rem; }
  .btn-eterny { width: 100%; box-sizing: border-box; text-align: center; }
  .upper-tag { letter-spacing: 3px; font-size: 0.75rem; }
}/* End custom CSS */