
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --brand-100: #FCFBFE;
--brand-200: #F1F0FD;
--brand-300: #E0DDFA;
--brand-400: #AEA7F2;
--brand-500: #9A90EE;
--brand-600: #7261E4;
--brand-700: #5A43DB;
--brand-800: #20135F;
--neutral-100: #ffffff;
--neutral-200: #F1F0F3;
--neutral-300: #DDDDE3;
--neutral-400: #A7A5B5;
--neutral-500: #908DA1;
--neutral-600: #66637C;
--neutral-700: #535069;
--neutral-800: #302E3E;
    /* Fonts */
    --font-intertight: 'Inter Tight',sans-serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}


    .ZPVzG {
      color:var(--neutral-700);
      width:100%;
      height:fit-content;
      display:flex;
      background:var(--neutral-100);
      align-items:center;
      font-family:Inter Tight;
      flex-direction:column;
      justify-content:flex-start;
    }

    .eCQAYx {
      color:var(--neutral-100);
      width:fit-content;
      height:fit-content;
      display:flex;
      font-size:var(--font-size-xxs);
      background:var(--brand-600);
      align-items:center;
      font-family:"Inter Tight";
      font-weight:var(--font-weight-bold);
      padding-top:0.2rem;
      padding-left:0.5rem;
      padding-right:0.5rem;
      padding-bottom:0.2rem;
      justify-content:center;
      border-top-left-radius:16rem;
      border-top-right-radius:16rem;
      border-bottom-left-radius:16rem;
      border-bottom-right-radius:16rem;
    }

    .cfkXlJ {
      color:var(--brand-600);
      font-size:var(--font-size-2xl);
      font-family:"Inter Tight";
      font-weight:var(--font-weight-semi-bold);
    }

    .dqsoTv {
      width:fit-content;
      height:fit-content;
    }

    .cfrXMJ {
      width:100%;
      height:fit-content;
      display:flex;
      max-width:800px;
      align-items:center;
      border-right:1px solid var(--brand-300);
      flex-direction:column;
      justify-content:flex-start;
      /* --- -c-o-r-r-e-c-c-iÓ-n:Bordes específicos para los laterales --- */
  border-left: 1px solid var(--brand-300);
    }

    .dyINrt {
      color:var(--neutral-600);
      font-size:var(--font-size-base);
      font-family:"Inter Tight";
      font-weight:var(--font-weight-regular);
      line-height:150%;
    }

    .dmEAbV {
      color:var(--neutral-700);
      font-size:var(--font-size-base);
      text-align:left;
      font-family:"Inter Tight";
      font-weight:var(--font-weight-semi-bold);
      line-height:100%;
    }

    .cTbnZZ {
      left:0px;
      width:0.5rem;
      border:1px solid var(--brand-300);
      bottom:0px;
      height:0.5rem;
      opacity:1;
      z-index:2;
      position:absolute;
      transform:translate(-50%, 50%);
      background:var(--neutral-100);
      border-radius:50%;
    }

    .bYLmjd {
      top:0px;
      left:0px;
      width:0.5rem;
      border:1px solid var(--brand-300);
      height:0.5rem;
      opacity:0;
      z-index:2;
      position:absolute;
      transform:translate(-50%, -50%);
      background:var(--neutral-100);
      border-radius:50%;
    }

    .eYfgwW {
      width:100%;
      display:flex;
      row-gap:1.5rem;
      column-gap:1.5rem;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    @media (max-width: 768px) {

    .eYfgwW {
      display:flex;
      row-gap:0.75rem;
      column-gap:0.75rem;
      align-items:flex-start;
      flex-direction:column;
      justify-content:flex-start;
    }
    }

    .mEHQF {
      width:100%;
      height:fit-content;
      display:flex;
      position:relative;
      max-width:1080px;
      align-items:center;
      flex-direction:column;
      justify-content:flex-start;
      /* -ancho del punto:1px. Alto total (punto + espacio): 4px */

  /* 4. Repite el fondo verticalmente para crear la línea */
  background-repeat: repeat-y;
      /* 3. -define el tamaño del punto y la separación */
  background-size:1px 4px;
      /* 2. -posiciona cada fondo en su respectivo borde */
  background-position:left center,
    right center;
      /* --- -inicio de la técnica para bordes con puntos redondos --- */

  /* 1. -dibuja un punto redondo y lo asigna a la izquierda y derecha */
  background-image:radial-gradient(circle at center, var(--brand-300) 0.5px, transparent 0.5px),
radial-gradient(circle at center, var(--brand-300) 0.5px, transparent 0.5px);
    }

    .ftiRlD {
      height:fit-content;
      display:flex;
      row-gap:0.25rem;
      max-width:400px;
      column-gap:0.25rem;
      align-items:flex-start;
      flex-direction:column;
      justify-content:flex-start;
    }

    .eHjUnK {
      width:2rem;
      height:2rem;
      display:flex;
      animation:0.6s cubic-bezier(0.42, 0, 0.58, 1) 0ms 1 normal forwards running animation-bIqBkn;
      background:var(--brand-200);
      align-items:center;
      border-color:var(--brand-500);
      border-style:Dashed;
      border-width:1px;
      justify-content:center;
      border-top-left-radius:0.5rem;
      border-top-right-radius:0.5rem;
      border-bottom-left-radius:0.5rem;
      border-bottom-right-radius:0.5rem;
    }

    .eHjUnK:hover {
      animation:2s ease 0.1ms infinite normal none running animation-dOOjFx;
    }

    @keyframes animation-bIqBkn {
        0% {
          translate: 0 -4px;
        }

        100% {
          translate: 0 0;
        }
    }


    @keyframes animation-dOOjFx {
        0% {
          translate: 0 0;
        }

        30% {
          translate: 0 -4px;
        }

        60% {
          translate: 0 0;
        }

        80% {
          translate: 0 -8px;
        }

        100% {
          translate: 0 0;
        }
    }

    .ffXzir {
      top:0px;
      right:0px;
      width:0.5rem;
      border:1px solid var(--brand-300);
      height:0.5rem;
      opacity:0;
      z-index:2;
      position:absolute;
      transform:translate(50%, -50%);
      background:var(--neutral-100);
      border-radius:50%;
    }

    .eULzBc {
      width:100%;
      height:fit-content;
      display:flex;
      row-gap:1.5rem;
      column-gap:1.5rem;
      align-items:flex-start;
      padding-top:5rem;
      padding-left:5rem;
      border-bottom:1px solid var(--brand-300);
      padding-right:5rem;
      flex-direction:column;
      justify-content:flex-start;
      /* --- -espaciado y -borde -inferior --- */
padding:5rem 2.5rem;
      /* --- -requerido para posicionar los puntos de las esquinas --- */
position:relative;
      /* -ahora solo tiene borde inferior */

/* --- -layout para el contenido interno --- */
display:flex;
    }

    @media (max-width: 768px) {

    .eULzBc {
      padding-top:3rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:3rem;
    }
    }

    .egouDf {
      width:fit-content;
      height:fit-content;
      display:flex;
      align-items:center;
      padding-top:0.75rem;
      border-color:var(--brand-500);
      border-style:solid;
      border-width:1px;
      padding-left:0.75rem;
      padding-right:0.75rem;
      padding-bottom:0.75rem;
      justify-content:center;
    }

    .bMDlDq {
      height:fit-content;
      display:flex;
      row-gap:0.25rem;
      column-gap:0.25rem;
      align-items:flex-start;
      flex-direction:column;
      justify-content:flex-start;
    }

    .cgzodY {
      width:100%;
      row-gap:1.5rem;
      max-width:464px;
      column-gap:1.5rem;
      flex-direction:column;
    }

    .eiyokg {
      width:100%;
      height:fit-content;
      display:flex;
      row-gap:2rem;
      column-gap:2rem;
      align-items:flex-start;
      padding-top:5rem;
      padding-left:5rem;
      border-bottom:1px solid var(--brand-300);
      padding-right:5rem;
      flex-direction:column;
      justify-content:flex-start;
      /* --- -espaciado y -borde -inferior --- */
padding:5rem 2.5rem;
      /* --- -requerido para posicionar los puntos de las esquinas --- */
position:relative;
      /* -ahora solo tiene borde inferior */

/* --- -layout para el contenido interno --- */
display:flex;
    }

    @media (max-width: 768px) {

    .eiyokg {
      row-gap:1.5rem;
      column-gap:1.5rem;
      padding-top:3rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:3rem;
    }
    }

    .fEEoKz {
      right:0px;
      width:0.5rem;
      border:1px solid var(--brand-300);
      bottom:0px;
      height:0.5rem;
      opacity:1;
      z-index:2;
      position:absolute;
      transform:translate(50%, 50%);
      background:var(--neutral-100);
      border-radius:50%;
    }

    .fzfsWN {
      display:flex;
      row-gap:0.75rem;
      column-gap:0.75rem;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .dkzrCZ {
      width:100%;
      height:fit-content;
      display:flex;
      row-gap:0.25rem;
      max-width:400px;
      column-gap:0.25rem;
      align-items:flex-start;
      flex-direction:column;
      justify-content:flex-start;
    }

    .kpgyE {
      row-gap:1rem;
      column-gap:1rem;
    }

    .bdkibg {
      width:100%;
      row-gap:1.5rem;
      column-gap:1.5rem;
    }

    .evKtmZ {
      color:var(--brand-800);
      font-size:var(--font-size-xl);
      font-family:Inter Tight;
      font-weight:var(--font-weight-semi-bold);
    }

    .cUUdYT {
      width:100%;
      height:fit-content;
      display:flex;
      row-gap:3rem;
      flex-wrap:wrap;
      column-gap:3rem;
      align-items:flex-start;
      padding-top:7.5rem;
      padding-left:5rem;
      border-bottom:1px solid var(--brand-300);
      padding-right:5rem;
      flex-direction:row;
      justify-content:flex-start;
      /* --- -espaciado y -borde -inferior --- */
padding:5rem 2.5rem;
      /* --- -requerido para posicionar los puntos de las esquinas --- */
position:relative;
      /* -ahora solo tiene borde inferior */

/* --- -layout para el contenido interno --- */
display:flex;
    }

    @media (max-width: 768px) {

    .cUUdYT {
      row-gap:1.5rem;
      column-gap:1.5rem;
      padding-top:3rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:3rem;
    }
    }

    .ftjuBw {
      color:var(--brand-600);
      font-size:var(--font-size-5xl);
      text-align:left;
      font-family:Inter Tight;
      font-weight:var(--font-weight-semi-bold);
      line-height:100%;
      letter-spacing:-0.5px;
    }

    .bGNngA {
      top:0px;
      left:0px;
      width:0.5rem;
      height:0.5rem;
      opacity:1;
      z-index:2;
      position:absolute;
      transform:translate(-50%, -50%);
      background:var(--brand-200);
      border-color:var(--brand-500);
      border-style:solid;
      border-width:1px;
      border-radius:50%;
    }

    .bRkIUH {
      display:flex;
      row-gap:0.5rem;
      column-gap:0.5rem;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .ndMeT {
      right:0px;
      width:0.5rem;
      bottom:0px;
      height:0.5rem;
      opacity:1;
      z-index:2;
      position:absolute;
      transform:translate(50%, 50%);
      background:var(--brand-200);
      border-color:var(--brand-500);
      border-style:solid;
      border-width:1px;
      border-radius:50%;
    }

    .Sarcu {
      top:0px;
      right:0px;
      width:0.5rem;
      height:0.5rem;
      opacity:1;
      z-index:2;
      position:absolute;
      transform:translate(50%, -50%);
      background:var(--brand-200);
      border-color:var(--brand-500);
      border-style:solid;
      border-width:1px;
      border-radius:50%;
    }

    .cvwFnx {
      left:0px;
      width:0.5rem;
      bottom:0px;
      height:0.5rem;
      opacity:1;
      z-index:2;
      position:absolute;
      transform:translate(-50%, 50%);
      background:var(--brand-200);
      border-color:var(--brand-500);
      border-style:solid;
      border-width:1px;
      border-radius:50%;
    }

    .cqpJsI {
      width:100%;
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .UgOKE {
      width:100%;
      height:fit-content;
      display:flex;
      row-gap:1.5rem;
      column-gap:1.5rem;
      align-items:flex-start;
      padding-top:5rem;
      padding-left:5rem;
      border-bottom:1px solid var(--brand-300);
      padding-right:5rem;
      flex-direction:column;
      justify-content:flex-start;
      /* --- -espaciado y -borde -inferior --- */
padding:5rem 2.5rem;
      /* --- -requerido para posicionar los puntos de las esquinas --- */
position:relative;
      /* -ahora solo tiene borde inferior */

/* --- -layout para el contenido interno --- */
display:flex;
    }

    @media (max-width: 768px) {

    .UgOKE {
      row-gap:1.5rem;
      column-gap:1.5rem;
      padding-top:3rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:3rem;
    }
    }

    .cybkjn {
      row-gap:0.35rem;
      column-gap:0.35rem;
      flex-direction:row;
    }

    .ddNPhV {
      width:6.25rem;
      height:6.25rem;
      background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/aamarciales:profile-pic-andres-marciales.png/public") no-repeat no-repeat center center / cover var(--brand-200);
      border-color:var(--brand-500);
      border-style:Dashed;
      border-width:1px;
      border-top-left-radius:0.25rem;
      border-top-right-radius:0.25rem;
      border-bottom-left-radius:0.25rem;
      border-bottom-right-radius:0.25rem;
    }

    .bQAngc {
      color:var(--neutral-600);
      font-size:var(--font-size-xl);
      font-family:"Inter Tight";
      font-weight:var(--font-weight-regular);
      line-height:150%;
    }