.elementor-2876 .elementor-element.elementor-element-1e3021c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-618680a *//* =========================================================
   ELECTRICISTA.CL – FUGA ELÉCTRICA POR ALTO CONSUMO
   Estilos globales para la landing
   ========================================================= */

/* ---------- VARIABLES BÁSICAS ---------- */
:root {
  --el-bg: #f3f4f6;
  --el-bg-soft: #f9fafb;
  --el-bg-grey: #e5e7eb;
  --el-primary: #1d4ed8;
  --el-primary-dark: #1e40af;
  --el-primary-soft: #dbeafe;
  --el-whatsapp: #22c55e;
  --el-whatsapp-dark: #15803d;
  --el-text-main: #0f172a;
  --el-text-muted: #4b5563;
  --el-border-soft: rgba(148, 163, 184, 0.5);
  --el-radius-card: 16px;
  --el-shadow-soft: 0 18px 45px rgba(15, 23, 42, 0.09);
  --el-transition: all 0.2s ease-out;
}

/* ---------- MAIN ---------- */
.el-main.el-main--fuga-consumo {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--el-bg);
  color: var(--el-text-main);
  line-height: 1.5;
}

/* =========================================================
   HERO – FUGA ELÉCTRICA
   ========================================================= */

.el-hero.el-hero--fuga {
  padding: 70px 16px 60px;
  background: radial-gradient(circle at top left, #e0f2fe 0%, #f9fafb 45%, #e5e7eb 100%);
}

.el-hero-inner {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* Columna texto */
.el-hero-copy {
  max-width: 640px;
}

.el-hero-eyebrow {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.07);
  color: var(--el-primary-dark);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 14px;
}

.el-hero-title {
  font-size: 1.9rem;
  font-weight: 800;
  margin: 0 0 12px;
  color: var(--el-text-main);
}

.el-hero-subtitle {
  font-size: 0.98rem;
  margin: 0 0 18px;
  color: var(--el-text-muted);
}

.el-hero-subtitle strong {
  font-weight: 700;
  color: #111827;
}

/* Bullets del hero */
.el-hero-bullets {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.el-hero-bullets li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 6px;
  font-size: 0.95rem;
  color: var(--el-text-main);
}

.el-hero-bullets li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 0.88rem;
  color: #16a34a;
}

/* CTA hero */
.el-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 10px;
}

.el-hero-tagline {
  font-size: 0.9rem;
  color: var(--el-text-muted);
  margin: 0;
}

/* Columna imagen */
.el-hero-media {
  display: flex;
  justify-content: center;
}

.el-hero-image {
  max-width: 360px;
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.25);
  border: 3px solid #e5e7eb;
  object-fit: cover;
}

/* =========================================================
   BOTONES
   ========================================================= */

.el-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: var(--el-transition);
}

.el-btn--primary {
  background: var(--el-primary);
  color: #ffffff;
  box-shadow: 0 14px 32px rgba(37, 99, 235, 0.45);
}

.el-btn--primary:hover {
  background: var(--el-primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(30, 64, 175, 0.55);
}

.el-btn--whatsapp {
  background: var(--el-whatsapp);
  color: #ffffff;
  box-shadow: 0 14px 32px rgba(22, 163, 74, 0.35);
}

.el-btn--whatsapp:hover {
  background: var(--el-whatsapp-dark);
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(21, 128, 61, 0.5);
}

.el-btn--outline {
  background: transparent;
  border: 1px solid var(--el-primary);
  color: var(--el-primary-dark);
  box-shadow: none;
}

.el-btn--outline:hover {
  background: var(--el-primary-soft);
}

.el-btn--full {
  width: 100%;
  justify-content: center;
}

/* =========================================================
   SECCIONES GENERALES
   ========================================================= */

.el-section {
  padding: 46px 16px;
  background: #ffffff;
}

.el-section--light {
  background: var(--el-bg-soft);
}

.el-section--grey {
  background: var(--el-bg-grey);
}

.el-section--faq {
  background: #ffffff;
}

.el-section--cta-final {
  background: radial-gradient(circle at top right, #dbeafe 0%, #eff6ff 50%, #e5e7eb 100%);
}

.el-section-inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* Títulos e intros */
.el-section-title {
  font-size: 1.45rem;
  font-weight: 800;
  margin: 0 0 12px;
  color: var(--el-text-main);
}

.el-section-intro {
  margin: 0 0 20px;
  color: var(--el-text-muted);
  font-size: 0.96rem;
}

.el-note {
  margin-top: 10px;
  font-size: 0.9rem;
  color: var(--el-text-muted);
}

/* =========================================================
   GRID + TARJETAS
   ========================================================= */

.el-grid {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.el-grid--2cols {
  grid-template-columns: 1fr;
}

.el-grid--3cols {
  grid-template-columns: 1fr;
}

.el-box,
.el-card,
.el-case {
  background: #ffffff;
  border-radius: var(--el-radius-card);
  border: 1px solid var(--el-border-soft);
  padding: 18px 18px 16px;
  box-shadow: var(--el-shadow-soft);
}

.el-box h3,
.el-card h3,
.el-case h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--el-text-main);
}

.el-box p,
.el-card p,
.el-case p {
  margin: 0;
  font-size: 0.94rem;
  color: var(--el-text-muted);
}

/* Listas internas */
.el-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.el-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
  font-size: 0.94rem;
  color: var(--el-text-main);
}

.el-list li::before {
  content: "•";
  position: absolute;
  left: 6px;
  top: 3px;
  font-size: 1.1rem;
  color: var(--el-primary);
}

/* Tags de comunas */
.el-tags {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.el-tags li {
  padding: 6px 12px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0f172a;
  font-size: 0.85rem;
  border: 1px solid rgba(37, 99, 235, 0.35);
}

/* =========================================================
   PASOS – MÉTODO
   ========================================================= */

.el-steps {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

.el-step {
  position: relative;
  padding: 16px 16px 14px 50px;
  background: #ffffff;
  border-radius: var(--el-radius-card);
  border: 1px solid var(--el-border-soft);
  box-shadow: var(--el-shadow-soft);
}

.el-step-number {
  position: absolute;
  left: 14px;
  top: 16px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: var(--el-primary);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  font-weight: 700;
}

.el-step h3 {
  margin: 0 0 6px;
  font-size: 1rem;
  color: var(--el-text-main);
}

.el-step p {
  margin: 0;
  font-size: 0.93rem;
  color: var(--el-text-muted);
}

.el-section-cta {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* =========================================================
   FAQ
   ========================================================= */

.el-faq {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.el-faq-item {
  background: #f9fafb;
  border-radius: 14px;
  border: 1px solid var(--el-border-soft);
  padding: 14px 16px;
}

.el-faq-item h3 {
  margin: 0 0 6px;
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--el-text-main);
}

.el-faq-item p {
  margin: 0;
  font-size: 0.93rem;
  color: var(--el-text-muted);
}

/* =========================================================
   CTA FINAL + FORMULARIO
   ========================================================= */

.el-section-inner--split {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.el-cta-text p {
  font-size: 0.96rem;
  color: var(--el-text-muted);
}

.el-form-wrap {
  background: #ffffff;
  border-radius: var(--el-radius-card);
  border: 1px solid var(--el-border-soft);
  box-shadow: var(--el-shadow-soft);
  padding: 18px 16px 18px;
}

/* Form */
.el-form {
  display: grid;
  gap: 14px;
}

.el-form-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.el-form-field label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #111827;
}

.el-form-field input,
.el-form-field textarea {
  border-radius: 10px;
  border: 1px solid #d1d5db;
  padding: 9px 10px;
  font-size: 0.95rem;
  font-family: inherit;
  color: var(--el-text-main);
  background: #ffffff;
  transition: var(--el-transition);
}

.el-form-field input:focus,
.el-form-field textarea:focus {
  outline: none;
  border-color: var(--el-primary);
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.35);
}

.el-form-field textarea {
  resize: vertical;
  min-height: 90px;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (min-width: 640px) {
  .el-hero-title {
    font-size: 2.1rem;
  }

  .el-section {
    padding: 52px 20px;
  }
}

@media (min-width: 768px) {
  .el-hero-inner {
    flex-direction: row;
    align-items: center;
  }

  .el-hero-copy {
    flex: 1.3;
  }

  .el-hero-media {
    flex: 1;
    justify-content: flex-end;
  }

  .el-grid--2cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .el-grid--3cols {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .el-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .el-faq {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .el-section-inner--split {
    flex-direction: row;
    align-items: flex-start;
  }

  .el-cta-text {
    flex: 1.1;
  }

  .el-form-wrap {
    flex: 1;
    padding: 20px 18px 20px;
  }
}

@media (min-width: 1024px) {
  .el-hero {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .el-hero-title {
    font-size: 2.3rem;
  }

  .el-section {
    padding: 60px 24px;
  }
}/* End custom CSS */