.elementor-kit-8{--e-global-color-primary:#232020;--e-global-color-secondary:#54595F;--e-global-color-text:#232020;--e-global-color-accent:#61CE70;--e-global-color-54f469a:#E9E9E9;--e-global-color-270360d:#1B252D;--e-global-color-36c2f8a:#FFFFFF;--e-global-color-3eb503d:#C4C4C4;--e-global-color-458ef91:#0B1418;--e-global-color-0deec33:#FF6000;--e-global-color-6feda04:#0D1620;--e-global-color-bdad457:#F8F8F8;--e-global-color-9a4ebeb:#DFDFDF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;background-color:#0B1418;font-family:"Inter", Sans-serif;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --white-text:#ffffff; }
/* Start custom CSS */[id] {
  scroll-margin-top: 60px; /* altura de tu header */
}

/* ============================================
   SECTION DIVIDERS & CONTAINER BORDER LINES
   ============================================ */

/* ============================================
   SECTION DIVIDERS — todo sobre el contenedor padre
   ============================================ */

/* Color en una variable para no repetirlo */
.e-parent {
  --divider-color: hsl(0 0% 100% / .1);
}
.e-parent.light-borders {
  --divider-color: hsl(0 0% 0% / .1);
}

/* Borde inferior */
.e-con-boxed.e-parent:not(.no-borders),
.with-borders:not(.no-borders),
.section-divider {
  position: relative;
  border-bottom: 1px solid var(--divider-color, hsl(0 0% 100% / .1));
}

/* Líneas verticales en el borde del content-width */
@media (min-width: 768px) {
  .e-con-boxed.e-parent:not(.no-borders)::before,
  .e-con-boxed.e-parent:not(.no-borders)::after {
    background-color: var(--divider-color);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    pointer-events: none;
    z-index: 1;
  }
  .e-con-boxed.e-parent:not(.no-borders)::before {
    left: max(calc((100% - var(--content-width, 100%)) / 2), var(--padding-left, 0px));
  }
  .e-con-boxed.e-parent:not(.no-borders)::after {
    right: max(calc((100% - var(--content-width, 100%)) / 2), var(--padding-right, 0px));
  }
}

/* Contenedores full-width con .with-borders: líneas en los bordes del elemento */
@media (min-width: 768px) {
  .with-borders:not(.no-borders)::before,
  .with-borders:not(.no-borders)::after {
    background-color: var(--divider-color);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    pointer-events: none;
    z-index: 1;
  }
  .with-borders:not(.no-borders)::before { left: 0; }
  .with-borders:not(.no-borders)::after { right: 0; }
}

/* ─── Morph background tech ─────────────────────── */
.bg-tech {
  position: relative;
  overflow: hidden;
  background: #0B1418;
}

.bg-tech::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 15% 50%, rgba(83,74,183,0.22) 0%, transparent 70%),
    radial-gradient(ellipse 40% 60% at 85% 20%, rgba(14,122,181,0.18) 0%, transparent 65%),
    radial-gradient(ellipse 35% 40% at 70% 80%, rgba(29,158,117,0.12) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.bg-tech > * {
  position: relative;
  z-index: 1;
}/* End custom CSS */