.elementor-3970 .elementor-element.elementor-element-eb4c7e1{--display:flex;--padding-top:60px;--padding-bottom:60px;--padding-left:20px;--padding-right:20px;}.elementor-widget-icon.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-3970 .elementor-element.elementor-element-da96279{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-3970 .elementor-element.elementor-element-da96279.elementor-element{--align-self:center;}.elementor-3970 .elementor-element.elementor-element-da96279 .elementor-icon-wrapper{text-align:center;}.elementor-3970 .elementor-element.elementor-element-da96279 .elementor-icon{font-size:34px;}.elementor-3970 .elementor-element.elementor-element-da96279 .elementor-icon svg{height:34px;}body.elementor-page-3970:not(.elementor-motion-effects-element-type-background), body.elementor-page-3970 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0F0F0F;}@media(max-width:1140px){.elementor-3970 .elementor-element.elementor-element-da96279 .elementor-icon{font-size:4.077vw;}.elementor-3970 .elementor-element.elementor-element-da96279 .elementor-icon svg{height:4.077vw;}}/* Start custom CSS for html, class: .elementor-element-a88ca1b *//* ================================================ */
/* BIG U — CTA CARD (Agendar Llamada)               */
/* ================================================ */

.bigu-cta-card {
  max-width: 760px;
  margin: 48px auto;
  padding: 24px 28px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: linear-gradient(135deg, 
    rgba(120, 95, 50, 0.35), 
    rgba(80, 65, 35, 0.25)
  );
  border: 1px solid rgba(200, 165, 90, 0.25);
  border-radius: 14px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 
    0 10px 40px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 220, 150, 0.08);
  position: relative;
  z-index: 2;
}

/* Avatar circular */
.bigu-cta-avatar {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(255, 220, 150, 0.25);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.bigu-cta-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Contenido */
.bigu-cta-content {
  flex: 1;
  min-width: 0;
}

.bigu-cta-text {
  color: #E8DFC5;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 18px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", sans-serif;
}

.bigu-cta-text strong {
  color: #FFFFFF;
  font-weight: 700;
}

/* Botón verde */
.bigu-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  background: linear-gradient(135deg, #0F7A4D, #0A6641);
  color: #FFFFFF !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  border-radius: 8px;
  border: 1px solid rgba(46, 204, 113, 0.3);
  box-shadow: 
    0 4px 14px rgba(15, 122, 77, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: all 0.25s ease;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", sans-serif;
}

.bigu-cta-button:hover {
  background: linear-gradient(135deg, #13915C, #0E7A4D);
  transform: translateY(-2px);
  box-shadow: 
    0 8px 20px rgba(15, 122, 77, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  color: #FFFFFF !important;
  text-decoration: none !important;
}

.bigu-cta-button:active {
  transform: translateY(0);
}

.bigu-cta-icon {
  font-size: 16px;
  line-height: 1;
}


/* ===== RESPONSIVE MÓVIL ===== */
@media (max-width: 768px) {
  .bigu-cta-card {
    margin: 36px auto;
    padding: 20px;
    gap: 14px;
    border-radius: 12px;
  }
  
  .bigu-cta-avatar {
    width: 36px;
    height: 36px;
  }
  
  .bigu-cta-text {
    font-size: 15px;
    margin-bottom: 16px;
  }
  
  .bigu-cta-button {
    width: 100%;
    justify-content: center;
    padding: 13px 22px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .bigu-cta-card {
    flex-direction: column;
    align-items: stretch;
  }
  
  .bigu-cta-avatar {
    width: 40px;
    height: 40px;
    margin-bottom: 4px;
  }
}/* End custom CSS */
/* Start custom CSS for icon, class: .elementor-element-da96279 *//* ================================================ */
/* BIG U — LEAD MAGNETS SYSTEM                      */
/* CSS unificado para toda la serie                 */
/* v2.0 — Abril 2026                                */
/* ================================================ */


/* ===== CONTENEDOR PRINCIPAL ===== */
.bigu-lead-magnet {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", sans-serif;
  color: #E8E8E8;
  line-height: 1.7;
  font-size: 17px;
  background: transparent;
}


/* ===== HERO ===== */
.bigu-hero {
  margin-bottom: 32px;
}

.bigu-emoji-big {
  font-size: 72px;
  margin-bottom: 16px;
  line-height: 1;
}

.bigu-title {
  font-size: 42px !important;
  font-weight: 800 !important;
  color: #FFFFFF !important;
  line-height: 1.2 !important;
  margin: 0 0 28px 0 !important;
  letter-spacing: -0.02em;
}

.bigu-intro {
  font-size: 17px;
  color: #C9C9C9;
  margin-bottom: 14px;
  line-height: 1.7;
}

.bigu-intro strong {
  color: #FFFFFF;
  font-weight: 600;
}


/* ===== IMAGEN DESTACADA (centrada + proporción natural) ===== */
.bigu-image-wrap {
  margin: 48px auto;
  max-width: 480px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(255, 217, 102, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: block;
}

.bigu-image-wrap:hover {
  transform: translateY(-4px);
  box-shadow: 
    0 30px 80px rgba(0, 0, 0, 0.7),
    0 0 0 1px rgba(255, 217, 102, 0.15);
}

.bigu-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(15, 15, 15, 0) 0%,
    rgba(15, 15, 15, 0) 70%,
    rgba(15, 15, 15, 0.35) 100%
  );
  pointer-events: none;
  border-radius: 16px;
  z-index: 1;
}

.bigu-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  object-fit: cover;
}


/* ===== DIVISOR ===== */
.bigu-divider {
  border: none;
  border-top: 1px solid #2A2A2A;
  margin: 48px 0;
}


/* ===== BLOQUES DE CONTENIDO ===== */
.bigu-block {
  margin-bottom: 32px;
}

.bigu-block p {
  margin-bottom: 14px;
  color: #D8D8D8;
}

.bigu-block p strong {
  color: #FFFFFF;
}


/* ===== TÍTULOS ===== */
.bigu-h2 {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
  margin: 0 0 20px 0 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.01em;
}

.bigu-h3 {
  font-size: 19px !important;
  font-weight: 600 !important;
  color: #FFFFFF !important;
  margin: 24px 0 12px 0 !important;
  line-height: 1.4 !important;
}


/* ===== TEXTOS ESPECIALES ===== */
.bigu-subtle {
  color: #8A8A8A;
  font-weight: 400;
  font-size: 0.9em;
}

.bigu-highlight {
  color: #FFFFFF;
  font-weight: 600;
}

.bigu-pointer {
  color: #FFD966;
  font-weight: 500;
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.bigu-example {
  color: #9A9A9A;
  font-size: 0.92em;
  font-style: italic;
  display: block;
  margin-top: 4px;
  margin-left: 4px;
}


/* ===== QUOTE DESTACADA ===== */
.bigu-quote {
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  border-left: 3px solid #FFD966;
  padding: 14px 22px;
  margin: 20px 0;
  background: rgba(255, 217, 102, 0.05);
  border-radius: 0 8px 8px 0;
  font-style: italic;
  line-height: 1.5;
}


/* ===== LISTAS ===== */
.bigu-list,
.bigu-list-plain {
  list-style: none;
  padding-left: 0;
  margin: 12px 0;
}

.bigu-list li,
.bigu-list-plain li {
  padding: 6px 0 6px 4px;
  color: #D8D8D8;
  line-height: 1.6;
}

.bigu-list li strong,
.bigu-list-plain li strong {
  color: #FFFFFF;
}

.bigu-list-plain li::before {
  content: "• ";
  color: #FFD966;
  font-weight: bold;
  margin-right: 6px;
}

.bigu-sublist {
  list-style: none;
  padding-left: 24px;
  margin-top: 8px;
}

.bigu-sublist li {
  padding: 4px 0;
  color: #B8B8B8;
  font-size: 0.95em;
}

.bigu-sublist li::before {
  content: "◦ ";
  color: #888;
  margin-right: 6px;
}


/* ===== LISTA NUMERADA PREMIUM (Sistema Real) ===== */
.bigu-numbered {
  list-style: none;
  padding-left: 0;
  counter-reset: bigu-counter;
  margin: 24px 0;
}

.bigu-numbered li {
  counter-increment: bigu-counter;
  padding: 18px 22px 18px 64px;
  margin-bottom: 12px;
  background: #161616;
  border: 1px solid #2A2A2A;
  border-radius: 10px;
  position: relative;
  color: #E0E0E0;
  line-height: 1.5;
}

.bigu-numbered li strong {
  color: #FFFFFF;
  font-weight: 600;
}

.bigu-numbered li::before {
  content: counter(bigu-counter);
  position: absolute;
  left: 20px;
  top: 22px;
  width: 30px;
  height: 30px;
  background: #FFD966;
  color: #0F0F0F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}

.bigu-no {
  color: #FF6B6B;
  font-size: 0.92em;
  margin-top: 8px;
  font-weight: 500;
}


/* ===== COLORES SEMÁNTICOS ===== */
.bigu-red {
  color: #FF6B6B !important;
}

.bigu-green {
  color: #51CF66 !important;
}


/* ===== CHECKLIST (Lead Magnet #1) ===== */
.bigu-checklist-block {
  background: #161616;
  border: 1px solid #2A2A2A;
  border-radius: 12px;
  padding: 28px;
}

.bigu-checklist {
  list-style: none;
  padding-left: 0;
  margin: 16px 0;
}

.bigu-checklist li {
  padding: 10px 0;
  color: #E0E0E0;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.bigu-checklist li:last-child {
  border-bottom: none;
}

.bigu-checklist input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #FFD966;
  cursor: pointer;
  flex-shrink: 0;
}


/* ===== BLOQUE DE SISTEMA (Lead Magnet #2) ===== */
.bigu-system-block {
  background: #161616;
  border: 1px solid #2A2A2A;
  border-radius: 12px;
  padding: 32px;
}


/* ===== BLOQUE DE ERRORES (acento rojo) ===== */
.bigu-errors-block {
  background: linear-gradient(135deg, rgba(255, 107, 107, 0.04), rgba(15, 15, 15, 0));
  border-left: 3px solid #FF6B6B;
  padding: 28px;
  border-radius: 8px;
}


/* ===== CIERRE (acento dorado) ===== */
.bigu-closing {
  background: linear-gradient(135deg, #1A1A1A, #0F0F0F);
  border-left: 3px solid #FFD966;
  padding: 28px;
  border-radius: 8px;
}


/* ===== RESPONSIVE — TABLET ===== */
@media (max-width: 1024px) {
  .bigu-lead-magnet {
    padding: 32px 20px;
  }
}


/* ===== RESPONSIVE — MÓVIL ===== */
@media (max-width: 768px) {
  .bigu-lead-magnet {
    padding: 24px 16px;
    font-size: 16px;
  }
  
  .bigu-title {
    font-size: 32px !important;
  }
  
  .bigu-h2 {
    font-size: 22px !important;
  }
  
  .bigu-h3 {
    font-size: 17px !important;
  }
  
  .bigu-emoji-big {
    font-size: 56px;
  }
  
  .bigu-image-wrap {
    margin: 32px auto;
    max-width: 90%;
    border-radius: 12px;
  }
  
  .bigu-image-wrap img {
    border-radius: 12px;
  }
  
  .bigu-divider {
    margin: 36px 0;
  }
  
  .bigu-numbered li {
    padding: 14px 16px 14px 56px;
    font-size: 15px;
  }
  
  .bigu-numbered li::before {
    left: 16px;
    width: 26px;
    height: 26px;
    font-size: 13px;
  }
  
  .bigu-system-block,
  .bigu-errors-block,
  .bigu-checklist-block,
  .bigu-closing {
    padding: 20px;
  }
  
  .bigu-quote {
    font-size: 17px;
    padding: 12px 16px;
  }
}


/* ===== RESPONSIVE — MÓVIL PEQUEÑO ===== */
@media (max-width: 480px) {
  .bigu-title {
    font-size: 28px !important;
  }
  
  .bigu-h2 {
    font-size: 20px !important;
  }
  
  .bigu-emoji-big {
    font-size: 48px;
  }
}/* End custom CSS */