
@layer base {
  
  body, :host {
    /* Color */
      --neutral-0: #0b0a0b;
--neutral-1: #121113;
--neutral-2: #1A191B;
--neutral-3: #232225;
--neutral-4: #2B292D;
--neutral-5: #323035;
--neutral-6: #3C393F;
--neutral-7: #49474E;
--neutral-8: #625F69;
--neutral-9: #6F6D78;
--neutral-10: #7C7A85;
--neutral-11: #B5B2BC;
--neutral-12: #ffffff;
--brand-1: #0d2426;
--brand-2: #1f4142;
--brand-3: #214d4e;
--brand-4: #246061;
--brand-5: #287979;
--brand-6-pia: #349392;
--brand-7: #4fb2b0;
--brand-8: #7acec9;
--brand-9: #ace3dd;
--brand-10: #d6f1ef;
--brand-11: #f3fafa;
--success-1: #0D1514;
--success-2: #111C1B;
--success-3: #0D2D2A;
--success-4: #023B37;
--success-5: #084843;
--success-6: #145750;
--success-7: #1C6961;
--success-8: #207E73;
--success-9: #12A594;
--success-10: #0EB39E;
--success-11: #0BD8B6;
--success-12: #ADF0DD;
--warning-1: #16120C;
--warning-2: #1D180F;
--warning-3: #302008;
--warning-4: #3F2700;
--warning-5: #4D3000;
--warning-6: #5C3D05;
--warning-7: #714F19;
--warning-8: #8F6424;
--warning-9: #FFC53D;
--warning-10: #FFD60A;
--warning-11: #FFCA16;
--warning-12: #FFE7B3;
--critical-1: #191113;
--critical-2: #1E1517;
--critical-3: #3A141E;
--critical-4: #4E1325;
--critical-5: #5E1A2E;
--critical-6: #6F2539;
--critical-7: #883447;
--critical-8: #B3445A;
--critical-9: #E54666;
--critical-10: #EC5A72;
--critical-11: #FF949D;
--critical-12: #FED2E1;
--overlay-a1: #ffffff0d;
--overlay-a2: #ffffff1a;
--overlay-a3: #ffffff26;
--overlay-a4: #ffffff33;
--overlay-a5: #ffffff4d;
--overlay-a6: #ffffff66;
--overlay-a7: #ffffff80;
--overlay-a8: #ffffff99;
--overlay-a9: #ffffffb3;
--overlay-a10: #ffffffcc;
--overlay-a11: #ffffffe6;
--overlay-a12: #fffffff2;
--scroll-bg: #525252;
--overlay-inverted-a1: #0000000d;
--overlay-inverted-a2: #0000001a;
--overlay-inverted-a3: #00000026;
--overlay-inverted-a4: #00000033;
--overlay-inverted-a5: #0000004d;
--overlay-inverted-a6: #00000066;
--overlay-inverted-a7: #00000080;
--overlay-inverted-a8: #00000099;
--overlay-inverted-a9: #000000b3;
--overlay-inverted-a10: #000000cc;
--overlay-inverted-a11: #000000e6;
--overlay-inverted-a12: #000000f2;
  /* Fonts */
    --font-outfit: 'Outfit',sans-serif;
--font-ptmono: 'PT Mono',monospace;
--font-raleway: 'Raleway',sans-serif;

    /* Font size */
    --text-xs: 0.75rem;
--text-sm: 0.875rem;
--text-md: 1rem;
--text-lg: 1.125rem;
--text-xl: 1.25rem;
--text-2xl: 1.5rem;
--text-3xl: 1.875rem;
--text-4xl: 2.25rem;
--text-5xl: 3rem;
--text-6xl: 3.75rem;
    /* Font weight */
    --normal: 400;
--medium: 500;
--semi: 600;
--bold: 700;
    /* 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 */
    --rounding-none: 0px;
--rounding-sm: 2px;
--rounding-md: 4px;
--rounding-lg: 8px;
--rounding-full: 9999px;
--border-none: 0px;
--border-md: 1px;
--border-lg: 2px;
--line-height-xs: 1.125rem;
--line-height-sm: 1.25rem;
--line-height-md: 1.5rem;
--line-height-lg: 1.75rem;
--line-height-xl: 1.875rem;
--line-height-2xl: 2rem;
--line-height-3xl: 2.375rem;
--line-height-4xl: 2.75rem;
--line-height-5xl: 3.75rem;
--line-height-6xl: 4.5rem;
--letter-spacing-xs: 0rem;
--letter-spacing-sm: 0rem;
--letter-spacing-md: 0rem;
--letter-spacing-lg: 0rem;
--letter-spacing-xl: 0rem;
--letter-spacing-2xl: 0rem;
--letter-spacing-3xl: 0rem;
--letter-spacing-4xl: -0.045rem;
--letter-spacing-5xl: -0.0575rem;
--letter-spacing-6xl: -0.075rem;
--interactive-height-sm: 2rem;
--interactive-height-md: 2.5rem;
--interactive-height-lg: 3rem;
--toggle-height-md: 1.5rem;
--spinner-size-sm: 1.25rem;
--spinner-size-md: 1.5rem;
--spinner-size-lg: 1.75rem;
--side-menu-width: 240px;
--header-height: 4.5rem;
--avatar-size-sm: 1.5rem;
--avatar-size-md: 2rem;
--avatar-size-lg: 3rem;
--badge-size-sm: 1.5rem;
--badge-size-md: 2rem;
--badge-size-lg: 2.5rem;
    /* 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;
    }
  }
}

      
  .dYlYks {
    flex:1;
  min-height:100%;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:start;
  font-family:'Raleway';
  flex-direction:row;
  justify-content:start;
  background-color:#000000;
  }
      

      
        
      
      
  .drfzZA {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  display:flex;
  z-index:1;
  position:fixed;
  background:radial-gradient(106.39% 170.22% at 50% 190.17%, #4FB2B0 0%, rgba(79, 178, 176, 0) 100%);;
  flex-direction:column;
  }
      

      
        
      
      
  .MVfYy {
    gap:30px;
  width:100%;
  max-width:1280px;
  font-family:'Raleway';
  }
      

      
        
      
      
  .blMkcf {
    width:30px;
  cursor:pointer;
  height:30px;
  align-items:center;
  border-radius:42px;
  justify-content:center;
  background-color:var(--piafit-main, #349392);
  }
      

      
        
      
      
  .mknDG {
    rotate:z 180deg;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .YFLms {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100%;
  z-index:9999;
  position:fixed;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .eFcGHH {
    top:0px;
  left:0px;
  right:0px;
  width:500px;
  bottom:0px;
  height:300px;
  z-index:99999;
  position:relative;
  align-items:center;
  border-radius:12px;
  justify-content:center;
  background-color:#1a191b00;
  }
      

      
        
      
      
  
      

      
        
      
      
  .frDzdF {
    gap:40px;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  .bIUKzI {
    color:var(--brand-6-pia, #349392);
  font-size:24px;
  font-family:inherit;
  font-weight:700;
  }
      

      
        
      
      
  .eRopHT {
    gap:15px;
  color:var(--piafit-white, #ffffff);
  display:flex;
  font-size:32px;
  align-items:start;
  font-family:inherit;
  font-weight:700;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .cGFnJr {
    gap:30px;
  height:274px;
  align-items:center;
  padding-top:30px;
  padding-left:15px;
  border-radius:15px;
  padding-right:15px;
  padding-bottom:30px;
  justify-content:center;
  background-color:#1D1D1D80;
  }
      

      
        
      
      
  .fiLbXB {
    gap:8px;
  width:fit-content;
  }
      

      
        
      
      
  .bkWdkE {
    color:var(--neutral-9, #6F6D78);
  font-size:16px;
  max-width:130px;
  text-align:center;
  font-family:'Raleway';
  font-weight:400;
  }
      

      
  .bkWdkE.activo {
    color:var(--neutral-12, #ffffff);
  }
      

        
      
      
  .buvbwt {
    gap:8px;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  position:absolute;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .cgcNcw {
    align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .dIDmoa {
    color:var(--neutral-12, #EEEEF0);
  font-size:28px;
  font-family:'Raleway';
  font-weight:700;
  }
      

      
        
      
      
  .efuSlk {
    object-fit:cover;
  }
      

      
        
      
      
  .cJaQwr {
    width:29px;
  height:22px;
  object-fit:contain;
  }
      

      
        
      
      
  .flZidE {
    width:var(--ancho);
  height:var(--alto);
  }
      

      
        
      
      
  
      

      
        
      
      
  .fwwuNN {
    flex:1;
  color:var(--piafit-white, #ffffff);
  display:flex;
  font-size:32px;
  font-family:'Raleway';
  font-weight:700;
  flex-direction:column;
  }
      

      
        
      
      
  .dxPzWX {
    color:var(--piafit-white, #ffffff);
  display:inline-block;
  font-size:14px;
  font-family:'Raleway';
  font-weight:400;
  }
      

      
        
      
      
  .cdSoTH {
    gap:30px; /* Espaciado entre filas y columnas */;
  width:100%;
  display:grid;;
  grid-auto-rows:auto; /* Filas con altura automática según el contenido */;
  grid-template-columns:repeat(3, 1fr); /* 3 columnas de igual tamaño */;
  }
      

      
          @media (max-width: 750px) {
            
  .cdSoTH {
    display:flex;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .exsQDH {
    gap:40px;
  width:100%;
  position:sticky;
  margin-top:35px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cYhKYy {
    gap:30px;
  max-width:960px;
  font-family:'Raleway';
  }
      

      
        
      
      
  .NIHar {
    gap:5px;
  color:var(--piafit-white, #ffffff);
  right:15px;
  width:60px;
  bottom:15px;
  height:27px;
  z-index:5;
  position:absolute;
  font-size:14px;
  align-items:center;
  font-weight:600;
  border-radius:5px;
  flex-direction:row;
  justify-content:center;
  background-color:#444545BF;
  }
      

      
        
      
      
  .fiOVlJ {
    gap:10px;
  color:var(--piafit-white, #ffffff);
  align-items:start;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .cBeUkP {
    gap:10px;
  color:var(--neutral-12, #EEEEF0);
  width:fit-content;
  display:flex;
  font-size:inherit;
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  padding-top:5px;
  padding-left:14px;
  border-radius:44px;
  padding-right:14px;
  flex-direction:row;
  padding-bottom:5px;
  justify-content:start;
  background-color:#0D2426;
  }
      

      
        
      
      
  .entrenar_programas\:6lslukVX1xFhJzVA_eGbU {
    margin-top:4px;
  }
      

      
        
      
      
  .biMSNh {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  position:absolute;
  align-items:center;
  border-radius:15px;
  justify-content:center;
  background-color:#FFFFFF4D;
  }
      

      
        
      
      
  .SGKFo {
    width:100%;
  height:auto;
  object-fit:contain;
  border-radius:15px;
  }
      

      
        
      
      
  .ccexvf {
    font-size:14px;
  font-family:inherit;
  font-weight:400;
  }
      

      
        
      
      
  .EmHmm {
    width:100%;
  font-size:14px;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  .cVMNhr {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  opacity:0;
  position:absolute;
  pointer-events:none;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dYElHa {
    width:var(--width);
  height:var(--height);
  position:fixed;
  pointer-events:none;
  }
      

      
  .dYElHa.modal {
    pointer-events:all;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bWpTnd {
    width:fit-content;
  height:auto;
  }
      

      
        
      
      
  .so-button-primary\:root {
    gap:0.25rem;
  color:var(--neutral-12, #EEEEF0);
  width:fit-content;
  cursor:pointer;
  height:var(--interactive-height-md);
  font-size:var(--text-md);
  overflow-x:hidden;
  overflow-y:hidden;
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-family:'Raleway';
  font-weight:var(--semi);
  padding-top:10px;
  user-select:none;
  padding-left:18px;
  border-radius:44px;
  outline-color:transparent;
  outline-style:solid;
  outline-width:var(--border-lg);
  padding-right:18px;
  flex-direction:row;
  outline-offset:var(--border-md);
  padding-bottom:10px;
  -ms-user-select:none;
  justify-content:center;
  -moz-user-select:none;
  background-color:var(--brand-6-pia, #349392);
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .so-button-primary\:root:hover {
    background-color:var(--brand-4, #246061);
  }
      


  .so-button-primary\:root:active {
    transition:none;
  background-color:var(--brand-3, #214d4e);
  }
      


  .so-button-primary\:root:focus-visible {
    outline-color:var(--brand-8, #6958AD);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      


  .so-button-primary\:root.disabled {
    color:#FFFFFF;
  opacity:0.5;
  background-color:#C3C3C3;
  }
      

        
      
      
  .ecsgDW {
    width:var(--size);
  height:var(--size);
  animation:spinner 1s linear infinite;
  border-radius:50%;
  }
      

      
        
      
      
  .ffcKG {
    width:100%;
  height:100%;
  position:absolute;
  border-color:transparent;
  border-style:solid;
  border-width:4px;
  border-radius:50%;
  border-top-color:var(--color, #EEEEF0);
  border-top-style:solid;
  border-top-width:4px;
  }
      

      
        
      
      
  .bDGgpC {
    width:100%;
  height:100%;
  opacity:0.3;
  position:absolute;
  border-color:var(--color, #EEEEF0);
  border-style:solid;
  border-width:4px;
  border-radius:50%;
  }
      

      
        
      
      
  
      

      
        
      
      
  .MCOJk {
    top:0px;
  left:0px;
  color:inherit;
  right:0px;
  bottom:0px;
  display:flex;
  z-index:;
  position:absolute;
  font-size:inherit;
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  flex-direction:column;
  justify-content:center;
  background-color:var(--brand-9, #ace3dd);
  }
      

      
        
      
      
  .select-filtros\:-1UeeGud1Li-kQo_nicKS {
    color:var(--neutral-12, #EEEEF0);
  width:fit-content;
  min-width:12rem;
  align-items:center;
  padding-top:10px;
  border-color:#1F4142;
  border-style:solid;
  border-width:2px;
  padding-left:18px;
  border-radius:44px;
  padding-right:18px;
  flex-direction:row;
  padding-bottom:10px;
  justify-content:space-between;
  background-color:#0b0a0b00;
  }
      

      
  .select-filtros\:-1UeeGud1Li-kQo_nicKS:hover {
    color:var(--brand-6-pia, #349392);
  }
      


          @media (max-width: 850px) {
            
  .select-filtros\:-1UeeGud1Li-kQo_nicKS {
    width:91vw;
  max-width:none;
  min-width:100%;
  }
      

          }
          
        
      
      
  .BEodR {
    width:fit-content;
  height:fit-content;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .so-select-icon\:root {
    color:inherit;
  width:1.25rem;
  height:1.25rem;
  font-size:inherit;
  transition:rotate 200ms ease 0ms normal;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
  .so-select-icon\:root.open {
    rotate:z 180deg;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-select-item\:root {
    gap:0.5rem;
  color:var(--neutral-12, #EEEEF0);
  width:100%;
  cursor:default;
  height:var(--interactive-height-sm);
  font-size:var(--text-md);
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-family:'Outfit';
  font-weight:var(--normal);
  white-space:nowrap;
  padding-left:0.75rem;
  border-radius:var(--rounding-md);
  outline-color:transparent;
  outline-style:solid;
  outline-width:0px;
  padding-right:0.75rem;
  text-overflow:ellipsis;
  flex-direction:row;
  justify-content:start;
  }
      

      
  .so-select-item\:root:hover {
    background-color:var(--brand-4, #33255B);
  }
      


  .so-select-item\:root:focus {
    background-color:var(--brand-4, #33255B);
  }
      


  .so-select-item\:root.checked {
    color:var(--brand-11, #BAA7FF);
  }
      


  .so-select-item\:root.disabled {
    color:var(--neutral-9, #6F6D78);
  }
      


  .so-select-item\:root.disabled:hover {
    background-color:transparent;
  }
      

        
      
      
  .dfonvd {
    color:inherit;
  width:1rem;
  height:1rem;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .eyVPLS {
    font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  .so-select-item\:gTaZlBzZUme6Pj37SjYHY {
    color:var(--brand-11, #BAA7FF);
  width:1rem;
  height:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eFQaJC {
    top:var(--top);
  left:var(--left);
  position:absolute;
  outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  pointer-events:all;
  transform-origin:var(--transform-origin-x) var(--transform-origin-y);
  }
      

      
  .eFQaJC:focus {
    outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  }
      


  .eFQaJC.hidden {
    visibility:hidden;
  pointer-events:none;
  }
      


  .eFQaJC.match-anchor-width {
    width:var(--sc-anchor-width);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-select-content\:root {
    gap:0.25rem;
  opacity:0;
  padding-top:0.5rem;
  border-color:var(--neutral-5, #323035);
  border-style:solid;
  border-width:var(--border-md);
  padding-left:0.5rem;
  border-radius:var(--rounding-lg);
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

      
  .so-select-content\:root.open {
    opacity:1;
  }
      


  .so-select-content\:root.open-transition {
    transition:opacity 200ms ease 0ms normal;
  }
      


  .so-select-content\:root.close-transition {
    transition:opacity 200ms ease 0ms normal;
  }
      


  .so-select-content\:root:focus {
    outline-color:#ffffff;
  outline-style:none;
  outline-width:0px;
  }
      

        
      
      
  .select-filtros\:wc24-PHYjh7-tHHG05I8o {
    background-color:#1f4141;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bsFHFy {
    gap:20px;
  }
      

      
        
      
      
  .bzNqrQ {
    flex:1;
  display:flex;
  font-size:18px;
  font-family:inherit;
  font-weight:700;
  flex-direction:column;
  }
      

      
        
      
      
  
      

      
        
      
      
  .fCLpWW {
    gap:0.5rem;
  flex-wrap:wrap;
  flex-direction:row;
  }
      

      
        
      
      
  .ecartd {
    gap:15px;
  flex-direction:row;
  }
      

      
        
      
      
  .VNcVy {
    gap:0.5rem;
  align-items:center;
  flex-direction:row;
  justify-content:end;
  }
      

      
        
      
      
  .fDWlbo {
    gap:7px;
  flex-wrap:wrap;
  flex-direction:row;
  }
      

      
        
      
      
  .mvMUv {
    width:35px;
  cursor:pointer;
  height:35px;
  align-items:center;
  border-radius:50%;
  justify-content:center;
  background-color:var(--brand-6-pia, #349392);
  }
      

      
        
      
      
  .bQvGeC {
    color:var(--neutral-12, #EEEEF0);
  width:35px;
  cursor:pointer;
  height:35px;
  font-size:18px;
  align-items:center;
  font-family:'Raleway';
  font-weight:700;
  border-radius:50%;
  justify-content:center;
  background-color:#0D2426;
  }
      

      
  .bQvGeC.is-active {
    color:var(--neutral-12, #EEEEF0);
  width:35px;
  height:35px;
  font-size:18px;
  align-items:center;
  font-family:'Raleway';
  font-weight:700;
  border-radius:50%;
  justify-content:center;
  background-color:var(--brand-6-pia, #349392);
  }
      

        
      
      
  .entrenar_programas\:aDMhIQWjpei7jeiPctQWd {
    display:flex;
  margin-top:40px;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .bdEFCX {
    gap:20px;
  flex:1;
  max-width:-;
  }
      

      
          @media (max-width: 814px) {
            
  .bdEFCX {
    min-width:100%;
  }
      

          }
          
        
      
      
  .ehRFAV {
    cursor:pointer;
  }
      

      
        
      
      
  .WzRxV {
    gap:8px;
  flex:1;
  color:var(--piafit-white, #ffffff);
  width:100%;
  display:flex;
  font-size:32px;
  align-items:start;
  font-family:'Raleway';
  font-weight:700;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
      
      
  .eaSJW {
    width:41px;
  height:41px;
  align-items:center;
  border-radius:50%;
  justify-content:center;
  background-color:var(--brand-6-pia, #349392);
  }
      

      
        
      
      
  .cZxsMN {
    gap:6px;
  color:var(--piafit-main, #349392);
  width:fit-content;
  cursor:pointer;
  display:flex;
  font-size:14px;
  align-items:center;
  font-family:'Raleway';
  font-weight:600;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .ekaNPg {
    color:#DC5D5C;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dTQpgR {
    row-gap:10px;
  flex-wrap:wrap;
  column-gap:10px;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cwmYfJ {
    color:var(--neutral-12, #EEEEF0);
  min-height:100%;
  overflow-x:auto;
  overflow-y:auto;
  align-items:start;
  font-family:'Raleway';
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .ftyWOk {
    gap:15px;
  max-width:539px;
  flex-direction:row;
  }
      

      
          @media (max-width: 750px) {
            
  .ftyWOk {
    display:flex;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .MaxpF {
    gap:30px; /* Espaciado entre filas y columnas */;
  width:100%;
  display:grid;;
  grid-auto-rows:auto; /* Filas con altura automática según el contenido */;
  grid-template-columns:repeat(4, 1fr); /* 4 columnas de igual tamaño */;
  }
      

      
          @media (max-width: 750px) {
            
  .MaxpF {
    display:flex;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .eNjVuk {
    font-size:18px;
  font-family:inherit;
  font-weight:700;
  }
      

      
        
      
      
  .eLtsFv {
    margin-top:70px;
  }
      

      
        
      
      
  .uBjhX {
    z-index:5;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  .bonVTf {
    align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  .bzsGon {
    width:100%;
  display:flex;
  row-gap:5px;
  flex-grow:1;
  column-gap:5px;
  align-items:center;
  padding-top:10px;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .MQLRU {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100%;
  position:absolute;
  object-fit:cover;
  }
      

      
          @media (max-width: 750px) {
            
  .MQLRU {
    object-fit:none;
  }
      

          }
          
        
      
      
  .fpRgcR {
    gap:10px;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .dQnDEG {
    z-index:5;
  position:relative;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  .IXBPI {
    color:inherit;
  display:inline-block;
  font-size:16px;
  max-width:261px;
  text-align:center;
  font-weight:500;
  }
      

      
        
      
      
  .bZlCYr {
    color:var(--brand-6-pia);
  width:100%;
  flex-grow:1;
  font-size:12px;
  flex-basis:0px;
  flex-shrink:0;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .dSKypm {
    color:var(--piafit-white, #ffffff);
  display:inline-block;
  font-size:14px;
  max-width:524px;
  font-weight:400;
  }
      

      
        
      
      
  .ffbLhs {
    flex:1;
  }
      

      
        
      
      
  .epDntu {
    gap:6px;
  }
      

      
        
      
      
  .beneficios_pag\:F3wvx1zpM-9-oK2vFuZf2 {
    width:40px;
  height:40px;
  flex-grow:0;
  border-radius:11px;
  }
      

      
        
      
      
  .fCgiAU {
    color:var(--brand-6-pia, #349392);
  font-size:14px;
  text-align:center;
  font-family:inherit;
  font-weight:400;
  }
      

      
        
      
      
  .cmkWhC {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100%;
  position:absolute;
  object-fit:cover;
  }
      

      
        
      
      
  .sbfPr {
    width:100%;
  display:flex;
  row-gap:5px;
  column-gap:5px;
  align-items:center;
  padding-top:10px;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .bIedRr {
    color:var(--piafit-white, #ffffff);
  cursor:pointer;
  height:39px;
  font-size:14px;
  align-items:center;
  font-family:'Raleway';
  font-weight:400;
  padding-top:4px;
  padding-left:24px;
  border-radius:24px;
  padding-right:24px;
  padding-bottom:4px;
  justify-content:center;
  background-color:#0D2426;
  }
      

      
  .bIedRr.activo {
    height:39px;
  font-size:14px;
  align-items:center;
  font-weight:400;
  padding-top:4px;
  padding-left:24px;
  border-radius:24px;
  padding-right:24px;
  padding-bottom:4px;
  justify-content:center;
  background-color:var(--piafit-main, #349392);
  }
      

        
      
      
  .fmDiqP {
    color:var(--piafit-white, #ffffff);
  font-size:32px;
  font-family:inherit;
  font-weight:700;
  }
      

      
        
      
      
  .pnkyI {
    width:100%;
  display:flex;
  flex-direction:column;
  }
      

      
        
      
      
  .eySpOD {
    color:var(--brand-6-pia, #349392);
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .fnQSIZ {
    gap:10px;
  flex-wrap:wrap;
  margin-top:40px;
  margin-bottom:30px;
  flex-direction:row;
  }
      

      
        
      
      
  .beneficios_pag\:TAO8rXgnIpMWT2KVZqtzJ {
    gap:10px;
  flex-direction:row;
  }
      

      
        
      
      
  .bXmuwb {
    height:56px;
  align-items:center;
  padding-top:5px;
  border-color:#214D4E;
  border-style:solid;
  border-width:1px;
  padding-left:8px;
  border-radius:15px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:5px;
  justify-content:start;
  background-color:#0D2426;
  }
      

      
        
      
      
  .eUtDaz {
    gap:15px;
  max-width:600px;
  align-items:start;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .fmubTM {
    font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  padding-top:7px;
  padding-left:24px;
  border-radius:22px;
  padding-right:24px;
  padding-bottom:7px;
  background-color:#1F4142;
  }
      

      
          @media (max-width: 750px) {
            
  .fmubTM {
    text-align:center;
  }
      

          }
          
        
      
      
  .fbZBuq {
    height:322px;
  overflow-x:clip;
  overflow-y:clip;
  align-items:start;
  padding-left:50px;
  border-radius:15px;
  padding-right:50px;
  justify-content:center;
  }
      

      
          @media (max-width: 750px) {
            
  .fbZBuq {
    padding-top:20px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:20px;
  }
      

          }
          
        
      
      
  .cJWvTy {
    width:25px;
  height:25px;
  align-items:center;
  border-radius:50%;
  justify-content:center;
  background-color:var(--brand-6-pia, #349392);
  }
      

      
        
      
      
  .dQIrzs {
    gap:5px;
  display:flex;
  flex-wrap:wrap;
  font-size:24px;
  font-family:inherit;
  font-weight:700;
  flex-direction:row;
  }
      

      
          @media (max-width: 750px) {
            
  .dQIrzs {
    width:100%;
  display:flex;
  align-items:center;
  flex-direction:column;
  justify-content:start;
  }
      

          }
          
        
      
      
  .bheVNu {
    gap:6px;
  flex:1;
  }
      

      
        
      
      
  .fnNImJ {
    width:197px;
  height:197px;
  border-radius:99%;
  }
      

      
        
      
      
  .ecGzwj {
    width:100%;
  flex-wrap:wrap;
  align-items:start;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
          @media (max-width: 750px) {
            
  .ecGzwj {
    gap:30px;
  display:flex;
  align-items:center;
  flex-direction:column;
  justify-content:start;
  }
      

          }
          
        
      
      
  .fbsuUm {
    gap:30px;
  margin-top:92px;
  align-items:center;
  padding-top:40px;
  padding-left:100px;
  border-radius:25px;
  padding-right:100px;
  padding-bottom:40px;
  justify-content:center;
  background-color:#FFFFFF17;
  }
      

      
          @media (max-width: 750px) {
            
  .fbsuUm {
    padding-top:20px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:20px;
  }
      

          }
          
        
      
      
  .cfcGqW {
    width:197px;
  height:197px;
  object-fit:cover;
  border-radius:50%;
  background-size:contain;
  }
      

      
        
      
      
  .HqsRq {
    gap:10px;
  display:flex;
  max-width:310px;
  align-items:flex-start;
  justify-content:space-between;
  }
      

      
          @media (max-width: 750px) {
            
  .HqsRq {
    min-width:100%;
  }
      

          }
          
        
      
      
  .fshWFX {
    font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
          @media (max-width: 750px) {
            
  .fshWFX {
    text-align:center;
  }
      

          }
          
        
      
      
  .cdxkYP {
    flex:1;
  z-index:50;
  max-width:1280px;
  overflow-y:auto;
  }
      

      
        
      
      
  .daVhBy {
    gap:10px;
  max-width:310px;
  }
      

      
          @media (max-width: 750px) {
            
  .daVhBy {
    width:100%;
  display:flex;
  max-width:100%;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .HdEiQ {
    display:inline-block;
  font-size:16px;
  font-family:'Raleway';
  font-weight:400;
  }
      

      
        
      
      
  .cvBEoW {
    display:inline-block; /* o block, dependiendo de tu caso */;
  overflow:hidden;;
  font-size:14px;
  max-width:300px; /* ajusta según necesites */;
  font-family:inherit;
  font-weight:400;
  white-space:nowrap;;
  text-overflow:ellipsis;;
  }
      

      
        
      
      
  .fyMMCO {
    gap:10px;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .fzlJxb {
    gap:5px;
  }
      

      
        
      
      
  .DiVWq {
    color:var(--piafit-white, #ffffff);
  font-size:14px;
  font-family:'Raleway';
  font-weight:400;
  }
      

      
        
      
      
  .fxMwNE {
    color:var(--piafit-white, #ffffff);
  display:inline-block;
  font-size:14px;
  font-weight:400;
  }
      

      
        
      
      
  .cpHtqi {
    display:inline-block;
  font-size:24px;
  font-family:'Raleway';
  font-weight:700;
  }
      

      
        
      
      
  .fObxu {
    color:var(--neutral-12, #EEEEF0);
  font-size:20px;
  text-align:center;
  font-family:inherit;
  font-weight:700;
  }
      

      
        
      
      
  .bGbhjQ {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:99999;
  position:fixed;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .faTGwd {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  display:flex;
  z-index:1;
  position:absolute;
  background:radial-gradient(106.39% 170.22% at 50% 190.17%, #4FB2B0 0%, rgba(79, 178, 176, 0) 100%);;
  flex-direction:column;
  }
      

      
        
      
      
  .dBGlwt {
    font-size:16px;
  font-family:inherit;
  font-weight:400;
  }
      

      
        
      
      
  .dCnUjj {
    height:56px;
  margin-top:15px;
  align-items:center;
  padding-top:5px;
  border-color:#214D4E;
  border-style:solid;
  border-width:1px;
  padding-left:8px;
  border-radius:15px;
  margin-bottom:15px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:5px;
  justify-content:start;
  background-color:#0D2426;
  }
      

      
        
      
      
  .bbGDyU {
    width:100%;
  height:100%;
  object-fit:contain;
  }
      

      
        
      
      
  .bMkdfh {
    top:10px;
  right:10px;
  width:35px;
  cursor:pointer;
  height:35px;
  position:absolute;
  align-items:center;
  border-radius:99px;
  justify-content:center;
  background-color:#0D2426;
  }
      

      
        
      
      
  .aUjiJ {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:20;
  position:absolute;
  background-color:#0b0a0b6e;
  }
      

      
        
      
      
  .Qvjmr {
    width:100%;
  z-index:50;
  max-width:507px;
  overflow-x:clip;
  overflow-y:clip;
  border-radius:15px;
  }
      

      
        
      
      
  .fijKUB {
    gap:4px;
  color:var(--neutral-12, #EEEEF0);
  display:flex;
  font-size:18px;
  font-family:'Raleway';
  font-weight:700;
  flex-direction:column;
  }
      

      
        
      
      
  .dBIPPN {
    font-family:'Raleway';
  }
      

      
        
      
      
  .dHuNkf {
    padding-top:30px;
  padding-left:30px;
  padding-right:30px;
  padding-bottom:30px;
  background-color:var(--neutral-4, #2B292D);
  }
      

      
        
      
      
  .como_usar_detalles\:h9KxHazHTDtID84n_RE2y {
    width:40px;
  height:40px;
  flex-grow:0;
  border-radius:11px;
  }
      

      
        
      
      
  .eAbakT {
    height:197px;
  background-color:#FFFFFF;
  }
      

      
        
      
      
  .ea-DCrN {
    z-index:40;
  }
      

      
        
      
      
  
      

      
        
      
      
  .fyMBzr {
    gap:30px;
  }
      

      
        
      
      
  .frYBuy {
    height:322px;
  background:linear-gradient(270deg, rgba(13, 36, 38, 0) 18.84%, #0D2426 73.65%);;
  overflow-x:clip;
  overflow-y:clip;
  align-items:end;
  padding-left:50px;
  border-radius:15px;
  padding-right:50px;
  justify-content:center;
  }
      

      
          @media (max-width: 750px) {
            
  .frYBuy {
    padding-top:20px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:20px;
  }
      

          }
          
        
      
      
  .bNEDYc {
    gap:6px;
  margin-bottom:40px;
  }
      

      
        
      
      
  .home\:23iMT08WX-1SVY9gOJ79R {
    width:100%;
  }
      

      
        
      
      
  .flLcZN {
    gap:20px;
  color:var(--piafit-white, #ffffff);
  right:0px;
  width:295px;
  bottom:0px;
  height:100%;
  z-index:10;
  position:sticky;
  font-family:'Raleway';
  padding-top:30px;
  padding-left:30px;
  padding-right:30px;
  padding-bottom:30px;
  backdrop-filter:blur 4px;
  background-color:#1D1D1D80;
  border-bottom-left-radius:15px;
  }
      

      
          @media (max-width: 750px) {
            
  .flLcZN {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  z-index:999999;
  position:absolute;
  padding-top:30px;
  padding-left:15px;
  padding-right:15px;
  padding-bottom:15px;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .eDuGGQ {
    font-size:18px;
  font-family:inherit;
  font-weight:600;
  line-height:21px;
  }
      

      
        
      
      
  .bZktWe {
    color:var(--piafit-main, #349392);
  width:100%;
  cursor:pointer;
  align-items:center;
  padding-top:12px;
  padding-left:7px;
  border-radius:53px;
  padding-right:7px;
  padding-bottom:12px;
  justify-content:center;
  background-color:#0D2426;
  }
      

      
        
      
      
  .dFveDO {
    gap:12px;
  flex:1;
  overflow-y:auto;
  }
      

      
        
      
      
  .fAXQLI {
    gap:15px;
  padding-top:20px;
  border-color:#1F4142;
  border-style:solid;
  border-width:1px;
  padding-left:20px;
  border-radius:15px;
  padding-right:20px;
  padding-bottom:20px;
  }
      

      
        
      
      
  .lwMWf {
    font-size:20px;
  font-family:inherit;
  font-weight:700;
  line-height:26px;
  }
      

      
        
      
      
  .foTVvm {
    width:100%;
  cursor:default;
  height:100%;
  display:flex;
  position:absolute;
  overflow-x:hidden;
  overflow-y:hidden;
  user-select:none;
  border-radius:inherit;
  flex-direction:column;
  pointer-events:none;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

      
        
      
      
  .cdRqQd {
    width:100%;
  height:100%;
  animation:var(--animation);
  }
      

      
        
      
      
  .progreso-component\:Ol2jAqjxEQyRd8h1bRuw0 {
    height:21px;
  display:flex;
  font-size:22px;
  align-items:center;
  font-family:inherit;
  font-weight:700;
  padding-top:12px;
  border-radius:15px;
  flex-direction:column;
  padding-bottom:12px;
  justify-content:center;
  }
      

      
        
      
      
  .cQNPTN {
    flex:1;
  display:flex;
  flex-wrap:wrap;
  font-size:13px;
  align-items:start;
  font-family:inherit;
  font-weight:600;
  line-height:15px;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .beGAbr {
    gap:15px;
  padding-top:20px;
  border-color:#1F4142;
  border-style:solid;
  border-width:1px;
  padding-left:20px;
  border-radius:15px;
  padding-right:20px;
  flex-direction:row;
  padding-bottom:20px;
  }
      

      
        
      
      
  .dLkQDw {
    gap:20px;
  color:var(--piafit-white, #ffffff);
  display:flex;
  font-size:24px;
  align-items:center;
  font-family:'Raleway';
  font-weight:700;
  flex-direction:row;
  justify-content:end;
  }
      

      
        
      
      
  .TXWwT {
    font-size:14px;
  font-weight:300;
  }
      

      
        
      
      
  .progreso-component\:fnnJe5jttVeXppvJ0S5av {
    height:50px;
  display:flex;
  font-size:22px;
  align-items:center;
  font-family:inherit;
  font-weight:700;
  padding-top:12px;
  border-radius:15px;
  flex-direction:column;
  padding-bottom:12px;
  justify-content:center;
  }
      

      
        
      
      
  .fgDKYq {
    gap:5px;
  font-size:14px;
  font-weight:300;
  }
      

      
        
      
      
  .progreso-component\:oWXVIqBO05Hx0tF9hFf9B {
    height:21px;
  display:flex;
  font-size:22px;
  align-items:center;
  font-family:inherit;
  font-weight:700;
  padding-top:12px;
  border-radius:15px;
  flex-direction:column;
  padding-bottom:12px;
  justify-content:center;
  }
      

      
        
      
      
  .cCHgYj {
    display:flex;
  font-size:22px;
  align-items:center;
  font-family:inherit;
  font-weight:700;
  padding-top:12px;
  border-radius:15px;
  flex-direction:column;
  padding-bottom:12px;
  justify-content:center;
  background-color:#1F4142;
  }
      

      
        
      
      
  .dbuolb {
    color:var(--piafit-main, #349392);
  cursor:pointer;
  font-size:16px;
  text-align:center;
  font-family:inherit;
  font-weight:600;
  }
      

      
        
      
      
  
      

      
        
      
      
  .efQARf {
    flex:1;
  width:100%;
  max-width:960px;
  font-family:'Raleway';
  }
      

      
        
      
      
  .clVVXe {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:auto;
  z-index:1;
  position:absolute;
  object-fit:contain;
  }
      

      
          @media (max-width: 750px) {
            
  .clVVXe {
    height:100%;
  object-fit:cover;
  }
      

          }
          
        
      
      
  .pIQFQ {
    gap:20px;
  margin-top:50px;
  margin-bottom:30px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dgSOPO {
    gap:30px;
  align-items:start;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 814px) {
            
  .dgSOPO {
    flex-wrap:wrap;
  }
      

          }
          
        
      
      
  .cuDnhI {
    color:var(--piafit-white, #ffffff);
  display:flex;
  font-size:24px;
  align-items:center;
  font-family:'Raleway';
  font-weight:700;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
          @media (max-width: 850px) {
            
  .cuDnhI {
    font-size:18px;
  }
      

          }
          
        
      
      
  .ebnqjd {
    gap:30px;
  flex-wrap:nowrap;
  align-items:start;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 814px) {
            
  .ebnqjd {
    flex-wrap:wrap;
  }
      

          }
          
        
      
      
  .efxChe {
    color:var(--brand-6-pia, #349392);
  width:fit-content;
  cursor:pointer;
  height:43px;
  font-size:16px;
  align-items:center;
  font-weight:600;
  padding-top:12px;
  padding-left:24px;
  border-radius:35px;
  padding-right:24px;
  padding-bottom:12px;
  justify-content:center;
  background-color:var(--neutral-12, #ffffff);
  }
      

      
  .efxChe:hover {
    color:var(--neutral-12, #ffffff);
  background-color:var(--brand-3, #214d4e);
  }
      

        
      
      
  .czzUqq {
    gap:20px;
  margin-top:20px;
  }
      

      
        
      
      
  .fhhJGL {
    height:auto;
  overflow-x:clip;
  overflow-y:clip;
  align-items:start;
  padding-top:40px;
  padding-left:40px;
  border-radius:15px;
  padding-right:40px;
  padding-bottom:40px;
  justify-content:center;
  }
      

      
          @media (max-width: 750px) {
            
  .fhhJGL {
    height:400px;
  padding-top:20px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:20px;
  }
      

          }
          
        
      
      
  .dflAai {
    flex:1;
  width:100%;
  height:170px;
  max-height:170px;
  min-height:170px;
  object-fit:cover;
  border-radius:15px;
  }
      

      
        
      
      
  .cXgCwl {
    color:var(--piafit-main, #349392);
  cursor:pointer;
  font-size:16px;
  font-family:inherit;
  font-weight:600;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bnjzuV {
    gap:20px;
  flex:1;
  width:100%;
  }
      

      
          @media (max-width: 814px) {
            
  .bnjzuV {
    min-width:100%;
  }
      

          }
          
        
      
      
  .cOCGir {
    flex:1;
  width:100%;
  height:170px;
  max-height:170px;
  min-height:170px;
  object-fit:cover;
  border-radius:15px;
  }
      

      
          @media (max-width: 750px) {
            
  .cOCGir {
    width:100%;
  min-height:220px;
  object-fit:cover;
  }
      

          }
          
        
      
      
  .bQeMxy {
    width:20px;
  height:20px;
  align-items:center;
  border-radius:50%;
  justify-content:center;
  }
      

      
        
      
      
  .fmfhaT {
    cursor:pointer;
  height:fit-content;
  }
      

      
          @media (max-width: 750px) {
            
  .fmfhaT {
    height:220px;
  }
      

          }
          
        
      
      
  .bpVOQR {
    width:100%;
  z-index:50;
  margin-top:2rem;
  align-items:center;
  flex-direction:row;
  justify-content:end;
  }
      

      
        
      
      
  .eChklE {
    width:12px;
  height:12px;
  border-radius:50%;
  background-color:var(--neutral-12, #EEEEF0);
  }
      

      
        
      
      
  
      

      
        
      
      
  .dullcP {
    gap:16px;
  width:100%;
  z-index:5;
  max-width:430px;
  min-height:250px;
  align-items:start;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .nsHiB {
    width:100%;
  z-index:50;
  max-width:1280px;
  overflow-x:hidden;
  overflow-y:hidden;
  }
      

      
        
      
      
  .fnJaIs {
    gap:15px;
  color:var(--piafit-white, #ffffff);
  width:100%;
  display:flex;
  font-size:32px;
  margin-top:40px;
  align-items:center;
  font-family:inherit;
  font-weight:700;
  margin-bottom:60px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .efPTYe {
    color:var(--piafit-white, #ffffff);
  width:100%;
  display:flex;
  flex-wrap:wrap;
  font-size:32px;
  align-items:center;
  font-family:inherit;
  font-weight:700;
  margin-bottom:60px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .enhnyB {
    gap:30px;
  color:var(--neutral-12, #EEEEF0);
  width:100%;
  font-family:'Raleway';
  justify-content:;
  }
      

      
        
      
      
  .dTfdXS {
    gap:18px;
  flex-wrap:wrap;
  flex-direction:row;
  }
      

      
        
      
      
  .SMmrf {
    font-size:16px;
  font-family:inherit;
  font-weight:600;
  }
      

      
        
      
      
  .cDpTIV {
    gap:20px;
  flex:1;
  flex-direction:row;
  }
      

      
        
      
      
  .fkvYeQ {
    gap:10px; /* Espacio entre columnas, ajusta según necesites */;
  width:100%;;
  display:grid;;
  padding-right:;
  grid-auto-rows:minmax(60px, auto);;
  padding-bottom:15px;
  border-bottom-color:#1F4142;
  border-bottom-style:solid;
  border-bottom-width:1px;
  grid-template-columns:2fr 1fr 1fr 1fr; /* Primera columna el doble de ancha que las demás */;
  }
      

      
        
      
      
  .nTYrH {
    flex:1;
  color:var(--neutral-12, #EEEEF0);
  height:48px;
  font-size:1rem;
  border-color:#FFFFFF;
  border-style:solid;
  border-width:0.5px;
  padding-left:8px;
  border-radius:12px;
  padding-right:8px;
  }
      

      
  .nTYrH:focus {
    outline-color:#2463ebff;
  outline-style:solid;
  outline-width:1px;
  }
      

        
      
      
  .dWTLEJ {
    gap:23px;
  padding-top:40px;
  padding-left:40px;
  border-radius:15px;
  padding-right:40px;
  padding-bottom:40px;
  background-color:#FFFFFF17;
  }
      

      
          @media (max-width: 850px) {
            
  .dWTLEJ {
    padding-top:15px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:15px;
  }
      

          }
          
        
      
      
  .eMwqrM {
    display:flex;
  font-size:16px;
  align-items:start;
  font-family:inherit;
  font-weight:600;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .so-button-secondary\:root {
    gap:0.5rem;
  color:var(--neutral-12, #EEEEF0);
  width:100%;
  cursor:default;
  height:var(--interactive-height-md);
  font-size:var(--text-md);
  overflow-x:hidden;
  overflow-y:hidden;
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-family:'Outfit';
  font-weight:var(--semi);
  user-select:none;
  border-color:var(--neutral-6, #3C393F);
  border-style:solid;
  border-width:var(--border-md);
  padding-left:0.75rem;
  border-radius:var(--rounding-md);
  outline-color:transparent;
  outline-style:solid;
  outline-width:var(--border-lg);
  padding-right:0.75rem;
  flex-direction:column;
  outline-offset:var(--border-md);
  -ms-user-select:none;
  justify-content:center;
  -moz-user-select:none;
  background-color:var(--neutral-0, #0b0a0b);
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .so-button-secondary\:root:hover {
    background-color:#1a191b2e;
  }
      


  .so-button-secondary\:root:active {
    transition:none;
  background-color:#2b292d33;
  }
      


  .so-button-secondary\:root:focus-visible {
    outline-color:var(--brand-8, #6958AD);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      


  .so-button-secondary\:root.trigger-open {
    background-color:#1a191b36;
  }
      


  .so-button-secondary\:root.disabled {
    opacity:0.5;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

        
      
      
  .ckeMDa {
    top:0px;
  left:0px;
  color:inherit;
  right:0px;
  bottom:0px;
  display:flex;
  z-index:;
  position:absolute;
  font-size:inherit;
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  flex-direction:column;
  justify-content:center;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

      
        
      
      
  
      

      
        
      
      
  .membresia_componente\:7gZcXG40aJi1YK2-SCMHF {
    width:fit-content;
  background-color:#0b0a0b00;
  }
      

      
        
      
      
  .dnZEVP {
    gap:0.5rem;
  align-items:center;
  padding-top:1.5rem;
  flex-direction:row;
  justify-content:end;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cfqKRN {
    flex-direction:row;
  }
      

      
        
      
      
  .dJNtGP {
    display:flex;
  flex-wrap:wrap;
  font-size:15px;
  align-items:start;
  font-family:'Raleway';
  font-weight:400;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .cnGCDe {
    display:flex;
  font-size:16px;
  align-items:start;
  font-family:inherit;
  font-weight:400;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .SWxlP {
    position:relative;
  outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  pointer-events:all;
  }
      

      
  .SWxlP:focus {
    outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-dialog-content\:root {
    width:100%;
  opacity:0;
  max-width:460px;
  translate:0 20px;
  padding-top:1rem;
  border-color:var(--neutral-5, #323035);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:var(--rounding-lg);
  padding-right:1rem;
  padding-bottom:1rem;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

      
  .so-dialog-content\:root.open {
    opacity:1;
  translate:0 0px;
  }
      


  .so-dialog-content\:root.open-transition {
    transition:all 320ms ease 0ms normal;
  }
      


  .so-dialog-content\:root.close-transition {
    transition:all 200ms cubic-bezier(0.58, 0.29, 0.25, 1) 0ms normal;
  }
      

        
      
      
  .membresia_componente\:Ad9uVW4dtgygjQzkYF9Qs {
    background-color:var(--brand-1, #0d2426);
  }
      

      
        
      
      
  .byHcEM {
    display:flex;
  row-gap:10px;
  flex-wrap:wrap;
  font-size:24px;
  column-gap:10px;
  align-items:start;
  font-family:inherit;
  font-weight:700;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .Bsxfc {
    color:var(--critical-9, #E54666);
  font-size:16px;
  font-family:inherit;
  font-weight:400;
  }
      

      
        
      
      
  .bnivLU {
    font-size:32px;
  font-family:inherit;
  font-weight:700;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fjpAnj {
    flex:0.5;
  font-size:16px;
  font-family:inherit;
  font-weight:600;
  }
      

      
        
      
      
  .cXHHSY {
    align-items:start;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .dRnUbV {
    color:var(--neutral-11, #B5B2BC);
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  font-family:'Outfit';
  font-weight:inherit;
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

      
  .dRnUbV.truncated {
    overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      


  .dRnUbV.clamped {
    display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:var(--clamp-lines);
  }
      

        
      
      
  
      

      
        
      
      
  .membresia_componente\:IVZsWjDLurTjb8BkUAAns {
    color:var(--neutral-12, #ffffff);
  font-family:'Raleway';
  font-weight:400;
  }
      

      
        
      
      
  .cqDzII {
    gap:30px;
  flex-wrap:wrap;
  flex-direction:row;
  }
      

      
        
      
      
  .dxZTDJ {
    gap:15px;
  align-items:center;
  padding-top:12px;
  padding-left:24px;
  border-radius:10px;
  padding-right:24px;
  flex-direction:row;
  padding-bottom:12px;
  justify-content:end;
  background-color:#214D4E;
  }
      

      
        
      
      
  
      

      
        
      
      
  .ePzjzW {
    color:var(--brand-6-pia, #349392);
  cursor:pointer;
  font-size:16px;
  font-family:inherit;
  font-weight:600;
  text-decoration-line: underline;
  }
      

      
        
      
      
  .ebyuAM {
    display:flex;
  font-size:24px;
  align-items:start;
  font-family:inherit;
  font-weight:700;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .membresia_componente\:TyxweFKSWVbyE35K2JD88 {
    color:var(--neutral-12, #ffffff);
  font-family:'Raleway';
  font-weight:400;
  }
      

      
        
      
      
  .dbHFcY {
    flex:1;
  font-size:18px;
  font-family:'Raleway';
  font-weight:700;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dluWjb {
    gap:23px;
  padding-top:40px;
  padding-left:40px;
  border-radius:15px;
  padding-right:40px;
  padding-bottom:40px;
  background-color:#FFFFFF17;
  }
      

      
          @media (max-width: 850px) {
            
  .dluWjb {
    padding-top:20px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:20px;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .ewgbQF {
    color:#ffffff;
  cursor:pointer;
  font-size:16px;
  font-family:inherit;
  font-weight:600;
  text-decoration-line: underline;
  }
      

      
        
      
      
  .eEBOQq {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100%;
  display:flex;
  z-index:999;
  position:fixed;
  background: #000000db;
  overflow-y:auto;
  align-items:center;
  justify-content:center;
  }
      

      
          @media (max-width: 850px) {
            
  .eEBOQq {
    display:flex;
  align-items:center;
  justify-content:flex-start;
  }
      

          }
          
        
      
      
  .xylSj {
    gap:32px;
  }
      

      
        
      
      
  .Sfxgd {
    cursor:pointer;
  min-height:144px;
  overflow-x:hidden;
  align-items:center;
  padding-top:40px;
  padding-left:32px;
  border-radius:20px;
  padding-right:32px;
  flex-direction:row;
  padding-bottom:40px;
  justify-content:space-between;
  background-color:#FFFFFF17;
  }
      

      
        
      
      
  
      

      
        
      
      
  .VFQEH {
    color:var(--piafit-white, #ffffff);
  font-size:32px;
  font-family:'Raleway';
  font-weight:700;
  }
      

      
        
      
      
  .cmPxAI {
    gap:5px;
  color:var(--piafit-white, #ffffff);
  display:flex;
  font-size:18px;
  font-family:inherit;
  font-weight:700;
  flex-direction:column;
  }
      

      
        
      
      
  .cgBTcH {
    color:var(--piafit-white, #ffffff);
  font-size:32px;
  font-family:inherit;
  font-weight:700;
  padding-left:10px;
  padding-right:10px;
  }
      

      
          @media (max-width: 500px) {
            
  .cgBTcH {
    font-size:28px;
  }
      

          }
          
        
      
      
  .dCRCKP {
    color:#ffffff;
  font-size:22px;
  font-family:Raleway;
  font-weight:700;
  }
      

      
        
      
      
  .faHtiy {
    gap:18px;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  .etHCWM {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100%;
  z-index:9999;
  position:fixed;
  background: #00000069;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .aoNEu {
    gap:32px;
  width:100%;
  height:100%;
  max-width:605px;
  background: #212121de;
  max-height:700px;
  overflow-y:hidden;
  font-family:'Raleway';
  padding-top:40px;
  padding-left:40px;
  border-radius:25px;
  padding-right:40px;
  padding-bottom:40px;
  }
      

      
          @media (max-width: 600px) {
            
  .aoNEu {
    height:fit-content;
  display:flex;
  max-height:none;
  padding-top:20px;
  padding-left:15px;
  padding-right:15px;
  flex-direction:column;
  padding-bottom:20px;
  }
      

          }
          
        
      
      
  .mJbUv {
    gap:15px;
  flex:1;
  overflow-y:scroll;
  padding-top:10px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
  }
      

      
          @media (max-width: 600px) {
            
  .mJbUv {
    overflow-y:hidden;
  }
      

          }
          
        
      
      
  .tDfiu {
    color:var(--piafit-main, #349392);
  cursor:pointer;
  font-size:16px;
  font-family:inherit;
  font-weight:600;
  text-decoration-line: underline;
  }
      

      
        
      
      
  .ehXhBy {
    color:var(--grey-200, #E5E5E5);
  width:100%;
  cursor:pointer;
  align-items:center;
  padding-top:16px;
  padding-left:8px;
  border-radius:35px;
  padding-right:8px;
  padding-bottom:16px;
  justify-content:center;
  background-color:var(--piafit-main, #349392);
  }
      

      
  .ehXhBy.no_seleccionada {
    background-color:#C3C3C3;
  }
      

        
      
      
  .fsLELI {
    gap:15px;
  cursor:pointer;
  flex-wrap:wrap;
  min-height:144px;
  align-items:center;
  padding-top:40px;
  padding-left:32px;
  border-radius:20px;
  padding-right:32px;
  flex-direction:row;
  padding-bottom:40px;
  justify-content:space-between;
  background-color:#FFFFFF17;
  }
      

      
  .fsLELI.seleccionado {
    outline-color:var(--piafit-main, #349392);
  outline-style:solid;
  outline-width:2px;
  }
      


  .fsLELI.error {
    outline-color:#f50000;
  outline-style:solid;
  outline-width:2px;
  }
      


          @media (max-width: 500px) {
            
  .fsLELI {
    padding-top:20px;
  padding-left:15px;
  padding-right:15px;
  padding-bottom:20px;
  }
      

          }
          
        
      
      
  .bFqoPL {
    color:var(--neutral-12, #ffffff);
  width:fit-content;
  display:flex;
  font-size:10px;
  max-width:170px;
  font-family:Raleway;
  font-weight:400;
  padding-top:2px;
  padding-left:14px;
  border-radius:6px;
  padding-right:14px;
  text-overflow:clip;
  padding-bottom:2px;
  background-color:var(--brand-6-pia, #349392);
  }
      

      
        
      
      
  .SjJmH {
    color:#ff4245;
  font-size:inherit;
  font-family:Raleway;
  font-weight:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .byjkOA {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:-1;
  position:absolute;
  }
      

      
        
      
      
  
      

      
        
      
      
  .so-dialog\:eNkkt0ycS1aLMPhWOtJUV {
    opacity:0;
  background-color:var(--overlay-inverted-a9, #000000b3);
  }
      

      
  .so-dialog\:eNkkt0ycS1aLMPhWOtJUV.open {
    opacity:1;
  }
      


  .so-dialog\:eNkkt0ycS1aLMPhWOtJUV.open-transition {
    transition:opacity 300ms ease 0ms normal;
  }
      


  .so-dialog\:eNkkt0ycS1aLMPhWOtJUV.close-transition {
    transition:opacity 300ms ease 0ms normal;
  }
      

        
      
      
  .KsFov {
    width:var(--width);
  height:var(--height);
  position:fixed;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:center;
  pointer-events:none;
  justify-content:center;
  }
      

      
  .KsFov.modal {
    touch-action:none;
  pointer-events:all;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-dialog\:o_AGx_fXR28AhYGxOsWS1 {
    padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .membresia_componente\:heMzMYJ-e2KH2B5B2WBw5 {
    background-color:var(--brand-1, #0d2426);
  }
      

      
        
      
      
  .eRxvBR {
    font-size:18px;
  font-family:inherit;
  font-weight:600;
  }
      

      
        
      
      
  
      

      
        
      
      
  .fkAVFs {
    gap:8px;
  }
      

      
        
      
      
  .eOiZTW {
    gap:1rem;
  width:100%;
  flex-direction:row;
  padding-bottom:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .so-dialog-close-button\:VHhEM1I8jUMvJEGErDJO8 {
    width:var(--line-height-2xl);
  height:var(--line-height-2xl);
  background-color:var(--brand-6-pia, #349392);
  }
      

      
        
      
      
  .eTkKzJ {
    color:inherit;
  width:1.25rem;
  height:1.25rem;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-dialog-header\:Gt7CRKGT44XdzlQBFqL95 {
    background-color:var(--brand-6-pia, #349392);
  }
      

      
        
      
      
  .dhGxig {
    color:var(--neutral-11, #B5B2BC);
  width:100%;
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  font-family:'Outfit';
  font-weight:var(--semi);
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

      
  .dhGxig.truncated {
    overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      


  .dhGxig.clamped {
    display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:var(--clamp-lines);
  }
      

        
      
      
  .so-dialog-title\:root {
    flex:1;
  color:var(--neutral-12, #EEEEF0);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .ebjAyu {
    gap:10px;
  flex-direction:row;
  }
      

      
        
      
      
  .bshBAK {
    gap:10px;
  flex:1;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  padding-top:32px;
  border-color:var(--brand-6-pia, #349392);
  border-style:solid;
  border-width:2px;
  padding-left:32px;
  border-radius:20px;
  padding-right:32px;
  flex-direction:row;
  padding-bottom:32px;
  justify-content:flex-start;
  background-color:#214D4E;
  }
      

      
          @media (max-width: 850px) {
            
  .bshBAK {
    row-gap:10px;
  flex-wrap:wrap;
  column-gap:10px;
  padding-top:10px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
  }
      

          }
          
        
      
      
  .cmUchh {
    gap:10px; /* Espacio entre columnas, ajusta según necesites */;
  width:100%;;
  display:grid;;
  padding-bottom:15px;
  grid-template-rows:1fr; /* Una sola fila */;
  border-bottom-color:#1F4142;
  border-bottom-style:solid;
  border-bottom-width:1px;
  grid-template-columns:2fr 1fr 1fr 1fr; /* Primera columna el doble de ancha que las demás */;
  }
      

      
        
      
      
  .membresia_componente\:rHbFYeVc-XzTcA0U-2sM- {
    width:fit-content;
  border-color:#ffffff;
  border-style:solid;
  border-width:1px;
  background-color:#0b0a0b00;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cFfZPI {
    gap:23px;
  padding-top:40px;
  padding-left:40px;
  border-radius:15px;
  padding-right:40px;
  padding-bottom:40px;
  background-color:#FFFFFF17;
  }
      

      
        
      
      
  .so-dialog-button-secondary\:root {
    flex:1;
  }
      

      
        
      
      
  
      

      
        
      
      
  .so-dialog-button-secondary\:fSBlcwan633vaXBgN1br1 {
    flex:1;
  width:fit-content;
  background-color:#7c7a8521;
  }
      

      
        
      
      
  .membresia_componente\:uXEzCbqTVbd9GTLGJEEX6 {
    flex:1;
  }
      

      
        
      
      
  .dSkCds {
    flex:1;
  flex-wrap:wrap;
  align-items:center;
  padding-top:32px;
  padding-left:32px;
  border-radius:20px;
  padding-right:32px;
  flex-direction:row;
  padding-bottom:32px;
  justify-content:space-between;
  background-color:#FFFFFF17;
  }
      

      
        
      
      
  .dwHXKV {
    height:1px;
  background-color:#1F4142;
  }
      

      
        
      
      
  .brHWRZ {
    gap:23px;
  padding-top:40px;
  padding-left:40px;
  border-radius:15px;
  padding-right:40px;
  padding-bottom:40px;
  background-color:#FFFFFF17;
  }
      

      
          @media (max-width: 850px) {
            
  .brHWRZ {
    padding-left:20px;
  padding-right:20px;
  }
      

          }
          
        
      
      
  .membresia_componente\:y2DJlQI0GjGJqSqES8_es {
    flex:1;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dTklrf {
    gap:30px;
  color:var(--neutral-12, #EEEEF0);
  width:100%;
  font-family:'Raleway';
  }
      

      
        
      
      
  
      

      
        
      
      
  .cFWCra {
    width:80px;
  height:80px;
  display:flex;
  object-fit:cover;
  border-radius:50%;
  flex-direction:column;
  }
      

      
        
      
      
  .dUGxtC {
    color:var(--brand-6-pia, #349392);
  font-size:14px;
  font-family:inherit;
  font-weight:600;
  }
      

      
        
      
      
  .cdUEnr {
    gap:20px;
  flex:1;
  flex-wrap:wrap;
  flex-direction:row;
  }
      

      
        
      
      
  .dLtuwH {
    width:100%;
  flex-direction:row;
  }
      

      
        
      
      
  .informacion_personal\:6SwG26xnF8uD7E73ZqdPq {
    width:100%;
  flex-direction:column;
  }
      

      
        
      
      
  .bmkmql {
    flex:1;
  color:var(--neutral-12, #EEEEF0);
  height:48px;
  font-size:1rem;
  border-color:#FFFFFF;
  border-style:solid;
  border-width:0.5px;
  padding-left:24px;
  border-radius:12px;
  padding-right:24px;
  }
      

      
  .bmkmql:focus {
    outline-color:#2463ebff;
  outline-style:solid;
  outline-width:1px;
  }
      

        
      
      
  
      

      
        
      
      
  .fyPVcW {
    flex-direction:row;
  }
      

      
          @media (max-width: 750px) {
            
  .fyPVcW {
    gap:15px;
  display:flex;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .CVlmq {
    flex:1;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .informacion_personal\:FfVULbQnAySdBz5AKjK-N {
    height:46px;
  padding-left:24px;
  border-radius:12px;
  flex-direction:row;
  background-color:#0b0a0b00;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dUjMNm {
    flex:1;
  color:var(--brand-6-pia);
  font-size:inherit;
  font-family:inherit;
  font-weight:700;
  }
      

      
        
      
      
  .dFixbQ {
    gap:26px;
  }
      

      
        
      
      
  .cqvExP {
    align-items:center;
  flex-direction:row;
  justify-content:end;
  }
      

      
        
      
      
  .dYpMPZ {
    font-size:24px;
  font-family:inherit;
  font-weight:700;
  }
      

      
        
      
      
  
      

      
        
      
      
  .informacion_personal\:Uo2gUAwbUy0eJuFZkuycb {
    max-height:300px;
  overflow-y:hidden;
  background-color:#444645;
  }
      

      
        
      
      
  .ejtKmq {
    gap:23px;
  padding-top:40px;
  padding-left:40px;
  border-radius:15px;
  margin-bottom:60px;
  padding-right:40px;
  padding-bottom:40px;
  background-color:#FFFFFF17;
  }
      

      
          @media (max-width: 750px) {
            
  .ejtKmq {
    padding-top:20px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:20px;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .bHgPGL {
    flex:6;
  color:var(--neutral-12, #EEEEF0);
  height:48px;
  font-size:1rem;
  }
      

      
  .bHgPGL:focus {
    outline-color:#2463ebff;
  outline-style:solid;
  outline-width:1px;
  }
      

        
      
      
  .gBMea {
    width:80px;
  height:80px;
  object-fit:cover;
  border-radius:50%;
  }
      

      
        
      
      
  .informacion_personal\:bj7BGIZtNsJINi29EkBAA {
    width:15px;
  height:15px;
  }
      

      
        
      
      
  .informacion_personal\:c4xmqUEluuDxFPRN6lX0L {
    height:46px;
  padding-left:24px;
  border-radius:12px;
  padding-right:24px;
  flex-direction:row;
  background-color:#0b0a0b00;
  }
      

      
        
      
      
  .bTgasu {
    gap:23px;
  padding-top:40px;
  padding-left:40px;
  border-radius:15px;
  padding-right:40px;
  padding-bottom:40px;
  background-color:#FFFFFF17;
  }
      

      
          @media (max-width: 750px) {
            
  .bTgasu {
    padding-top:15px;
  padding-left:15px;
  padding-right:15px;
  padding-bottom:15px;
  }
      

          }
          
        
      
      
  .eBZRjp {
    gap:5px;
  color:var(--brand-6-pia, #349392);
  display:flex;
  font-size:14px;
  font-family:inherit;
  font-weight:600;
  flex-direction:row;
  }
      

      
        
      
      
  .fucslj {
    flex:1;
  width:100%;
  height:48px;
  align-items:center;
  border-color:#ffffff;
  border-style:solid;
  border-width:1px;
  border-radius:12px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .CMeMI {
    color:#656565;
  font-size:inherit;
  font-family:inherit;
  font-weight:400;
  }
      

      
        
      
      
  .cUfjiY {
    color:var(--neutral-0, #0b0a0b);
  right:0px;
  width:20px;
  bottom:0px;
  cursor:pointer;
  height:20px;
  position:absolute;
  align-items:center;
  padding-top:5px;
  padding-left:5px;
  border-radius:4px;
  padding-right:5px;
  padding-bottom:5px;
  justify-content:center;
  background-color:#ffffff5e;
  }
      

      
  .cUfjiY:hover {
    color:var(--critical-9, #E54666);
  }
      

        
      
      
  .dEnczk {
    gap:8px;
  display:flex;
  font-size:16px;
  font-family:'Raleway';
  font-weight:500;
  flex-direction:row;
  }
      

      
        
      
      
  .feeraF {
    gap:20px;
  flex:1;
  width:100%;
  height:48px;
  align-items:center;
  border-color:#ffffff;
  border-style:solid;
  border-width:1px;
  border-radius:12px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bbwGbd {
    flex:0.5;
  display:flex;
  font-size:16px;
  font-family:inherit;
  font-weight:600;
  flex-direction:column;
  }
      

      
        
      
      
  .informacion_personal\:oKmL88GMs1iQJYHI0y6Kr {
    max-height:300px;
  overflow-y:hidden;
  background-color:#444645;
  }
      

      
        
      
      
  .cHzurw {
    color:var(--critical-9, #E54666);
  font-size:14px;
  font-family:inherit;
  font-weight:600;
  }
      

      
        
      
      
  .FiSfj {
    color:#E5E5E5;
  width:256px;
  height:32px;
  font-size:0.75rem;
  align-items:start;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  justify-content:center;
  }
      

      
  .FiSfj:focus {
    outline-color:#2463ebff;
  outline-style:solid;
  outline-width:1px;
  }
      

        
      
      
  .bCrsFu {
    overflow-y:auto;
  touch-action:auto;
  }
      

      
        
      
      
  
      

      
        
      
      
  .informacion_personal\:wdcJvyPlKhvhqGn4TSg76 {
    max-height:290px;
  overflow-y:scroll;
  }
      

      
        
      
      
  .eNnqu {
    flex-wrap:wrap;
  flex-direction:row;
  }
      

      
          @media (max-width: 750px) {
            
  .eNnqu {
    gap:15px;
  display:flex;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .bNltjO {
    gap:20px;
  flex:1;
  border-radius:12px;
  flex-direction:row;
  background-color:#7c7a8538;
  }
      

      
        
      
      
  .dODLPK {
    font-size:16px;
  font-family:'Raleway';
  font-weight:700;
  }
      

      
        
      
      
  .UhtqD {
    flex-direction:row;
  }
      

      
          @media (max-width: 750px) {
            
  .UhtqD {
    gap:15px;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .eWyjGL {
    gap:10px;
  flex:1;
  cursor:pointer;
  display:flex;
  align-items:center;
  padding-top:40px;
  border-color:#FFFFFF;
  border-style:solid;
  border-width:0.5px;
  padding-left:24px;
  border-radius:12px;
  padding-right:24px;
  flex-direction:column;
  padding-bottom:40px;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dQlHvW {
    width:100%;
  height:48px;
  align-items:center;
  border-color:#ffffff;
  border-style:solid;
  border-width:1px;
  padding-left:24px;
  border-radius:12px;
  padding-right:24px;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
          @media (max-width: 750px) {
            
  .dQlHvW {
    gap:15px;
  height:auto;
  display:flex;
  padding-top:5px;
  flex-direction:column;
  padding-bottom:5px;
  }
      

          }
          
        
      
      
  .cDlCzV {
    gap:10px; /* Espacio entre columnas, ajusta según necesites */;
  width:100%;;
  display:grid;;
  padding-right:;
  grid-auto-rows:minmax(60px, auto);;
  padding-bottom:15px;
  border-bottom-color:#1F4142;
  border-bottom-style:solid;
  border-bottom-width:1px;
  grid-template-columns:2fr 1fr 1fr ; /* Primera columna el doble de ancha que las demás */;
  }
      

      
        
      
      
  .cpuBSK {
    gap:23px;
  padding-top:40px;
  padding-left:40px;
  border-radius:15px;
  padding-right:40px;
  padding-bottom:40px;
  background-color:#FFFFFF17;
  }
      

      
          @media (max-width: 750px) {
            
  .cpuBSK {
    padding-top:20px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:20px;
  }
      

          }
          
        
      
      
  .cedfGx {
    width:83px;
  height:83px;
  }
      

      
        
      
      
  .fEcsdT {
    color:var(--brand-6-pia, #349392);
  font-size:14px;
  font-family:inherit;
  font-weight:700;
  }
      

      
        
      
      
  .csbHlB {
    align-items:start;
  justify-content:center;
  }
      

      
        
      
      
  .cNOnJs {
    gap:10px;
  display:flex;
  font-size:24px;
  align-items:center;
  font-family:'Raleway';
  font-weight:700;
  flex-direction:column;
  justify-content:start;
  }
      

      
          @media (max-width: 750px) {
            
  .cNOnJs {
    text-align:center;
  }
      

          }
          
        
      
      
  .dKXDjK {
    gap:12px;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 750px) {
            
  .dKXDjK {
    display:flex;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .bqOoVL {
    display:flex;
  font-size:16px;
  align-items:start;
  font-family:inherit;
  font-weight:700;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .srGFh {
    color:var(--brand-6-pia, #349392);
  cursor:pointer;
  font-size:16px;
  font-family:inherit;
  font-weight:600;
  }
      

      
        
      
      
  .bObTaM {
    display:inline-block;
  font-size:16px;
  text-align:center;
  font-family:'Raleway';
  font-weight:400;
  }
      

      
        
      
      
  .referidos_componente\:PpSxJFfhs_7nHMme2ta2H {
    color:var(--brand-6-pia, #349392);
  width:20px;
  height:20px;
  }
      

      
        
      
      
  .bqESdz {
    display:flex;
  font-size:16px;
  align-items:start;
  font-family:inherit;
  font-weight:400;
  padding-top:4px;
  padding-left:10px;
  border-radius:5px;
  padding-right:10px;
  flex-direction:column;
  padding-bottom:4px;
  justify-content:center;
  }
      

      
        
      
      
  .dFeRmM {
    gap:23px;
  height:auto;
  padding-top:40px;
  padding-left:40px;
  border-radius:15px;
  padding-right:40px;
  padding-bottom:40px;
  background-color:#FFFFFF17;
  }
      

      
          @media (max-width: 750px) {
            
  .dFeRmM {
    display:flex;
  padding-top:20px;
  padding-left:20px;
  padding-right:20px;
  flex-direction:column;
  padding-bottom:20px;
  }
      

          }
          
        
      
      
  .fyYUoi {
    gap:5px;
  width:100%;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  .fuejMQ {
    font-size:14px;
  font-family:'Raleway';
  font-weight:300;
  }
      

      
        
      
      
  .eLFfMs {
    flex:1;
  color:var(--neutral-12, #EEEEF0);
  height:48px;
  font-size:1rem;
  border-color:#FFFFFF;
  border-style:solid;
  border-width:0.5px;
  padding-left:24px;
  border-radius:12px;
  padding-right:24px;
  }
      

      
  .eLFfMs:focus {
    outline-color:#2463ebff;
  outline-style:solid;
  outline-width:1px;
  }
      


          @media (max-width: 750px) {
            
  .eLFfMs {
    width:100%;
  height:48px;
  min-height:48px;
  }
      

          }
          
        
      
      
  .bFTrDu {
    gap:10px; /* Espacio entre columnas, ajusta según necesites */;
  width:100%;;
  display:grid;;
  padding-bottom:15px;
  grid-template-rows:1fr; /* Una sola fila */;
  border-bottom-color:#1F4142;
  border-bottom-style:solid;
  border-bottom-width:1px;
  grid-template-columns:2fr 1fr 1fr ; /* Primera columna el doble de ancha que las demás */;
  }
      

      
        
      
      
  .referidos_componente\:tm7X3KBlrstWBYt1o950O {
    height:48px;
  }
      

      
          @media (max-width: 750px) {
            
  .referidos_componente\:tm7X3KBlrstWBYt1o950O {
    width:100%;
  }
      

          }
          
        
      
      
  .cPBPFZ {
    gap:33px;
  align-items:center;
  padding-top:40px;
  padding-left:40px;
  border-radius:15px;
  padding-right:40px;
  padding-bottom:40px;
  background-size:cover;
  justify-content:start;
  background-image:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/piafitmess_v2:background-selec_calendario.png/full");
  }
      

      
          @media (max-width: 750px) {
            
  .cPBPFZ {
    height:auto;
  padding-top:20px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:20px;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cSDEUo {
    display:flex;
  flex-direction:column;
  }
      

      
        
      
      
  .so-switch\:9xDvC7hc90wM-Hy4nsyON {
    width:var(--switch-thumb-size);
  height:var(--switch-thumb-size);
  translate:0px 0px;
  transition:translate 200ms ease 0ms normal;
  border-radius:var(--rounding-full);
  background-color:var(--neutral-8, #625F69);
  }
      

      
  .so-switch\:9xDvC7hc90wM-Hy4nsyON.checked {
    translate:var(--translate-x-checked);
  background-color:var(--neutral-12, #EEEEF0);
  }
      

        
      
      
  .so-switch\:HRWuuVySKRYgSHU-G8N6w {
    width:var(--switch-width);
  height:var(--switch-height);
  transition:background-color 200ms ease 0ms normal;
  align-items:start;
  padding-top:0px;
  padding-left:var(--padding);
  border-radius:var(--rounding-full);
  outline-color:transparent;
  outline-style:solid;
  outline-width:var(--border-lg);
  padding-right:var(--padding);
  outline-offset:var(--border-md);
  padding-bottom:0px;
  justify-content:center;
  background-color:var(--brand-9, #ace3dd);
  }
      

      
  .so-switch\:HRWuuVySKRYgSHU-G8N6w:hover {
    background-color:var(--brand-5, #287979);
  }
      


  .so-switch\:HRWuuVySKRYgSHU-G8N6w.checked {
    background-color:var(--brand-6-pia, #349392);
  }
      


  .so-switch\:HRWuuVySKRYgSHU-G8N6w.checked:hover {
    background-color:var(--brand-6-pia, #349392);
  }
      


  .so-switch\:HRWuuVySKRYgSHU-G8N6w:focus-visible {
    outline-color:var(--brand-4, #246061);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      

        
      
      
  
      

      
        
      
      
  .cmJNjT {
    gap:20px;
  flex:1;
  align-items:center;
  flex-direction:row;
  justify-content:end;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cabnsS {
    gap:30px;
  display:flex;
  max-width:960px;
  font-family:'Raleway';
  flex-direction:column;
  }
      

      
        
      
      
  .subcategoria_lista-componente\:8nibNR7G9If6XT15Glg3p {
    margin-top:3px;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .fcSnOk {
    gap:20px;
  flex:1;
  cursor:pointer;
  height:100%;
  flex-shrink:1;
  }
      

      
        
      
      
  .PSLPY {
    gap:10px;
  flex:1;
  color:var(--piafit-white, #ffffff);
  align-items:start;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .eRxkjC {
    width:100%;
  height:198px;
  object-fit:cover;
  border-radius:15px;
  }
      

      
        
      
      
  .dyUIov {
    gap:15px;
  color:var(--piafit-white, #ffffff);
  display:flex;
  font-size:32px;
  align-items:start;
  font-family:inherit;
  font-weight:700;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
      
      
  .subcategoria_lista-componente\:KSIE7bgzPLvvSgnWIQPoH {
    width:30%;
  height:20px;
  border-radius:15px;
  }
      

      
        
      
      
  .ehrNnZ {
    gap:20px;
  flex:1;
  cursor:pointer;
  max-width:-;
  }
      

      
        
      
      
  .cqDELe {
    gap:10px;
  align-items:start;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .subcategoria_lista-componente\:cn_6cXnNbnR8xAk92mwyN {
    width:30%;
  height:20px;
  border-radius:15px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .subcategoria_lista-componente\:t-6v76VZzyMWDwGGxgY1h {
    width:30%;
  height:20px;
  border-radius:15px;
  }
      

      
        
      
      
  .subcategoria_lista-componente\:vELrENItbqFLgN2iEPkbq {
    width:100%;
  height:221px;
  border-radius:15px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cIZWfj {
    gap:30px;
  flex:1;
  color:var(--piafit-white, #ffffff);
  width:100%;
  overflow-x:hidden;
  align-items:start;
  padding-top:30px;
  padding-right:15px;
  padding-bottom:30px;
  justify-content:start;
  }
      

      
        
      
      
  .duBBCO {
    gap:30px;
  width:100%;
  display:flex;
  flex-wrap:wrap;
  font-size:14px;
  max-width:1280px;
  align-items:flex-start;
  font-family:'Raleway';
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .cpOQSG {
    gap:24px;
  }
      

      
        
      
      
  .dZcLaK {
    width:100%;
  height:427px;
  object-fit:cover;
  border-radius:15px;
  }
      

      
          @media (max-width: 814px) {
            
  .dZcLaK {
    height:215px;
  }
      

          }
          
        
      
      
  .dApaGJ {
    height:100%;
  }
      

      
        
      
      
  .ver_video\:15bsQVH7VHYuANBB_yA1j {
    color:white;
  }
      

      
        
      
      
  .eYtYHK {
    gap:6px;
  color:var(--piafit-main, #349392);
  width:fit-content;
  cursor:pointer;
  display:flex;
  font-size:14px;
  align-items:center;
  font-family:inherit;
  font-weight:600;
  padding-top:8px;
  border-color:var(--piafit-main, #349392);
  border-style:solid;
  border-width:1px;
  padding-left:24px;
  border-radius:35px;
  padding-right:24px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:start;
  }
      

      
        
      
      
  .ver_video\:1iDY7oF7U8mObt6vHsb5G {
    height:100px;
  border-radius:6px;
  }
      

      
        
      
      
  .egwgpZ {
    color:var(--piafit-white, #ffffff);
  font-size:18px;
  font-family:inherit;
  font-weight:700;
  }
      

      
        
      
      
  .dwOEhF {
    gap:12px;
  }
      

      
        
      
      
  .dBiyEg {
    gap:16px;
  flex-wrap:wrap;
  flex-direction:row;
  }
      

      
        
      
      
  .bFrDbL {
    gap:12px;
  flex:1;
  color:var(--piafit-white, #ffffff);
  display:flex;
  font-size:16px;
  align-items:start;
  font-family:inherit;
  font-weight:700;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .nNJsd {
    width:160px;
  height:105px;
  border-radius:15px;
  background-color:var(--neutral-4, #2B292D);
  }
      

      
        
      
      
  .bkLBlT {
    gap:7px;
  display:flex;
  font-size:14px;
  align-items:center;
  font-family:inherit;
  font-weight:400;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .bTTUKu {
    width:100%;
  height:100%;
  object-fit:cover;
  border-radius:15px;
  }
      

      
        
      
      
  .ver_video\:3Saqa_Fr8Fuls1ydYFyFa {
    cursor:pointer;
  }
      

      
        
      
      
  .eSlzsi {
    width:40px;
  height:40px;
  align-items:center;
  border-radius:100%;
  justify-content:center;
  background-color:var(--brand-6-pia, #349392);
  }
      

      
        
      
      
  .eWgcSE {
    gap:16px;
  flex-direction:row;
  }
      

      
        
      
      
  .brAxWF {
    color:var(--piafit-white, #ffffff);
  width:100%;
  height:100%;
  resize:none;
  font-size:14px;
  border-radius:6px;
  }
      

      
        
      
      
  .eGXNfM {
    flex:1;
  color:var(--piafit-white, #ffffff);
  display:flex;
  font-size:32px;
  font-family:'Raleway';
  font-weight:700;
  flex-direction:column;
  }
      

      
          @media (max-width: 814px) {
            
  .eGXNfM {
    font-size:20px;
  }
      

          }
          
        
      
      
  .PKdfx {
    gap:16px;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .ver_video\:Hl0yb5UusXN8HqJwGJNKA {
    height:100px;
  border-radius:6px;
  }
      

      
        
      
      
  .cldrlh {
    gap:4px;
  flex-wrap:wrap;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cjyCmD {
    gap:16px;
  width:27%;
  display:none;
  }
      

      
          @media (max-width: 814px) {
            
  .cjyCmD {
    display:flex;
  min-width:100%;
  }
      

          }
          
        
      
      
  .czFuUx {
    gap:16px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cGDLCt {
    color:var(--piafit-white, #ffffff);
  display:flex;
  font-size:18px;
  align-items:center;
  font-family:'Raleway';
  font-weight:700;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .ver_video\:PRvmUfNuumoTuVtFe6vH6 {
    cursor:pointer;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eSUVWx {
    width:40px;
  height:40px;
  object-fit:cover;
  border-radius:76px;
  }
      

      
        
      
      
  .dtxmDb {
    color:var(--neutral-12, #ffffff);
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .fzddfr {
    color:var(--piafit-white, #ffffff);
  cursor:pointer;
  }
      

      
  .fzddfr.like {
    color:var(--piafit-main, #349392);
  }
      

        
      
      
  
      

      
        
      
      
  .FUsza {
    flex:1;
  height:100px;
  padding-top:16px;
  border-color:var(--piafit-main, #349392);
  border-style:solid;
  border-width:1px;
  padding-left:16px;
  border-radius:16px;
  padding-right:50px;
  padding-bottom:16px;
  }
      

      
        
      
      
  .dIpMpl {
    gap:20px;
  flex-direction:row;
  }
      

      
        
      
      
  .YdNzG {
    gap:6px;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .dgFeRc {
    font-size:12px;
  font-family:inherit;
  font-weight:500;
  }
      

      
        
      
      
  .dQwOHP {
    color:var(--piafit-white, #ffffff);
  font-size:14px;
  font-family:'Raleway';
  font-weight:700;
  }
      

      
        
      
      
  .cbRHmP {
    gap:10px;
  }
      

      
        
      
      
  .cjrgKn {
    gap:6px;
  cursor:pointer;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .dhCJzY {
    gap:15px;
  align-items:start;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .chEbfo {
    color:white;
  cursor:pointer;
  }
      

      
  .chEbfo.like {
    color:var(--piafit-main, #349392);
  }
      

        
      
      
  .bimnTQ {
    gap:7px;
  color:var(--piafit-main, #349392);
  cursor:pointer;
  display:flex;
  font-size:14px;
  align-items:center;
  font-family:inherit;
  font-weight:700;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .eMIZnf {
    gap:12px;
  color:var(--piafit-white, #ffffff);
  display:flex;
  font-size:14px;
  align-items:center;
  font-family:inherit;
  font-weight:700;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .qGiGL {
    gap:12px;
  flex:1;
  }
      

      
        
      
      
  .bkuMuQ {
    align-items:start;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .euCjCC {
    right:16px;
  width:40px;
  bottom:16px;
  cursor:pointer;
  height:40px;
  position:absolute;
  align-items:center;
  border-radius:99px;
  justify-content:center;
  background-color:var(--piafit-main, #349392);
  }
      

      
        
      
      
  
      

      
        
      
      
  .xgtBU {
    gap:10px;
  height:426px;
  }
      

      
        
      
      
  .evuNtD {
    color:var(--piafit-white, #ffffff);
  }
      

      
        
      
      
  .ver_video\:TxcfJEwAde949dpkUXaSR {
    width:100%;
  height:44px;
  }
      

      
        
      
      
  .qKLPx {
    display:none;
  }
      

      
        
      
      
  .bNZhkF {
    row-gap:16px;
  flex-wrap:wrap;
  column-gap:16px;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .eMvloZ {
    flex-grow:1;
  min-height:427px;
  align-items:center;
  justify-content:start;
  }
      

      
          @media (max-width: 814px) {
            
  .eMvloZ {
    height:215px;
  max-height:215px;
  min-height:215px;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .cMXDlx {
    align-items:end;
  justify-content:start;
  }
      

      
        
      
      
  .fxMzfE {
    align-items:start;
  justify-content:start;
  }
      

      
        
      
      
  .EaCYl {
    top:0px;
  flex:1;
  left:0px;
  right:0px;
  bottom:0px;
  position:relative;
  align-items:center;
  padding-top:20px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:20px;
  justify-content:center;
  background-color:#1a191b6b;
  }
      

      
        
      
      
  .epOdVR {
    align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .JvZIa {
    display:none;
  }
      

      
        
      
      
  .cjNLyL {
    gap:4px;;
  display:grid;;
  grid-template-rows:repeat(6, 1fr);;
  grid-template-columns:repeat(7, 1fr);;
  }
      

      
        
      
      
  .cOxDRQ {
    flex:1;
  color:var(--neutral-12, #EEEEF0);
  height:46px;
  font-size:14px;
  align-items:center;
  font-family:'Raleway';
  font-weight:700;
  padding-top:15px;
  border-radius:10px;
  padding-bottom:15px;
  justify-content:center;
  background-color:#246061;
  }
      

      
        
      
      
  .cINCms {
    gap:4px;;
  display:grid;;
  grid-template-columns:repeat(7, 1fr);;
  }
      

      
        
      
      
  .ijUpE {
    gap:10px;
  z-index:20;
  font-family:'Raleway';
  padding-top:10px;
  padding-left:10px;
  border-radius:15px;
  padding-right:10px;
  padding-bottom:10px;
  background-color:var(--neutral-1, #121113);
  }
      

      
        
      
      
  .fCWYEP {
    gap:10px;
  flex:1;
  color:#246061;
  cursor:pointer;
  height:50px;
  padding-top:10px;
  padding-left:10px;
  border-radius:10px;
  padding-right:10px;
  padding-bottom:10px;
  background-color:#0d2426;
  }
      

      
  .fCWYEP.mes-actual {
    gap:10px;
  flex:1;
  color:var(--neutral-12, #EEEEF0);
  height:50px;
  padding-top:10px;
  padding-left:10px;
  border-radius:10px;
  padding-right:10px;
  padding-bottom:10px;
  background-color:#1F4142;
  }
      


  .fCWYEP.dia_actual {
    background-color:#246061;
  }
      

        
      
      
  .eQQicF {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:10;
  position:absolute;
  }
      

      
        
      
      
  .calendario\:Z-yDzz3-Zw93_uRxuK-sp {
    align-items:center;
  flex-direction:column;
  justify-content:space-between;
  }
      

      
        
      
      
  .feMMPb {
    color:inherit;
  display:flex;
  font-size:14px;
  align-items:center;
  font-family:inherit;
  font-weight:400;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .cZLwhG {
    gap:17px;
  color:var(--brand-6-pia, #349392);
  display:flex;
  font-size:16px;
  align-items:center;
  font-family:inherit;
  font-weight:600;
  flex-direction:row;
  justify-content:end;
  }
      

      
        
      
      
  .bqmVdY {
    gap:4px;
  }
      

      
        
      
      
  .programar_calendario\:mAlPEFxlTDRVGezM5ENLp {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:500;
  position:fixed;
  }
      

      
        
      
      
  .ver_video\:XEy6hb6GKT8i9vPFw5f6i {
    cursor:pointer;
  }
      

      
        
      
      
  .ver_video\:XHlU68g5AJetLEOLGin8A {
    height:100px;
  border-radius:6px;
  }
      

      
        
      
      
  .bwyCwv {
    color:var(--piafit-main, #349392);
  display:flex;
  font-size:16px;
  font-family:'Raleway';
  font-weight:400;
  padding-top:12px;
  padding-left:15px;
  border-radius:15px;
  padding-right:15px;
  flex-direction:column;
  padding-bottom:12px;
  background-color:#0D2426;
  }
      

      
        
      
      
  
      

      
        
      
      
  .ffYEjI {
    color:var(--brand-6-pia);
  display:flex;
  row-gap:8px;
  font-size:16px;
  column-gap:8px;
  align-items:center;
  font-family:Raleway;
  font-weight:600;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .bhGcke {
    gap:16px;
  max-height:400px;
  overflow-y:auto;
  }
      

      
        
      
      
  .ver_video\:gH_V7J0bn0Pl08KcpAlgx {
    height:100px;
  border-radius:6px;
  }
      

      
        
      
      
  .cIsYXU {
    color:var(--brand-6-pia);
  display:none;
  row-gap:8px;
  font-size:16px;
  column-gap:8px;
  align-items:center;
  font-family:Raleway;
  font-weight:600;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 814px) {
            
  .cIsYXU {
    display:flex;
  }
      

          }
          
        
      
      
  .dGyjkS {
    color:var(--piafit-main, #349392);
  width:fit-content;
  font-size:12px;
  font-family:'Raleway';
  font-weight:600;
  padding-top:5px;
  padding-left:14px;
  border-radius:44px;
  padding-right:14px;
  padding-bottom:5px;
  background-color:#0D2426;
  }
      

      
        
      
      
  .eTNirb {
    gap:16px;
  width:70%;
  }
      

      
          @media (max-width: 814px) {
            
  .eTNirb {
    width:100%;
  }
      

          }
          
        
      
      
  .ver_video\:ju8nkGY7OqbnJV7hXsap1 {
    height:100px;
  border-radius:6px;
  }
      

      
        
      
      
  .dmgecI {
    gap:16px;
  width:27%;
  }
      

      
          @media (max-width: 814px) {
            
  .dmgecI {
    display:none;
  min-width:100%;
  }
      

          }
          
        
      
      
  .cKNcvJ {
    flex:1;
  color:var(--piafit-white, #ffffff);
  display:flex;
  font-size:32px;
  font-family:'Raleway';
  font-weight:700;
  flex-direction:column;
  }
      

      
          @media (max-width: 814px) {
            
  .cKNcvJ {
    display:none;
  }
      

          }
          
        
      
      
  .cNUjfB {
    gap:16px;
  max-height:456px;
  overflow-y:auto;
  }
      

      
        
      
      
  .mMsqI {
    gap:15px;
  color:var(--piafit-white, #ffffff);
  display:flex;
  font-size:32px;
  align-items:center;
  font-family:inherit;
  font-weight:700;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 814px) {
            
  .mMsqI {
    display:flex;
  align-items:flex-start;
  flex-direction:column;
  justify-content:flex-start;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .bIoaqw {
    gap:6px;
  color:var(--piafit-main, #349392);
  width:fit-content;
  display:flex;
  font-size:14px;
  align-items:center;
  font-family:inherit;
  font-weight:600;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .ver_video\:oPxjCALWUt9Uxa_SuZV05 {
    width:100%;
  height:44px;
  }
      

      
        
      
      
  .RMUGU {
    gap:15px;
  color:var(--piafit-white, #ffffff);
  display:none;
  font-size:32px;
  align-items:center;
  font-family:inherit;
  font-weight:700;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 814px) {
            
  .RMUGU {
    display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .LHdfI {
    flex:1;
  height:427px;
  border-radius:6px;
  }
      

      
          @media (max-width: 814px) {
            
  .LHdfI {
    height:215px;
  }
      

          }
          
        
      
      
  .ver_video\:uH1htTCK2sKyLuGsQYLHn {
    height:100px;
  border-radius:6px;
  }
      

      
        
      
      
  .daxGnn {
    gap:10px;
  height:auto;
  }
      

      
        
      
      
  .bzAppv {
    gap:16px;
  padding-top:16px;
  padding-bottom:16px;
  border-top-color:#1F4142;
  border-top-style:solid;
  border-top-width:1px;
  border-bottom-color:#1F4142;
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
      
      
  .cZxzIP {
    width:100%;
  height:427px;
  flex-grow:1;
  }
      

      
          @media (max-width: 814px) {
            
  .cZxzIP {
    height:215px;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .JgtcK {
    gap:30px;
  width:100%;
  max-width:960px;
  font-family:'Raleway';
  }
      

      
        
      
      
  .cvgOYw {
    gap:20px;
  flex:1;
  max-width:-;
  }
      

      
          @media (max-width: 750px) {
            
  .cvgOYw {
    min-width:100%;
  }
      

          }
          
        
      
      
  .dyAIeF {
    color:var(--piafit-white, #ffffff);
  width:fit-content;
  cursor:pointer;
  font-size:14px;
  font-family:'Raleway';
  font-weight:600;
  padding-top:5px;
  padding-left:14px;
  border-radius:44px;
  padding-right:14px;
  padding-bottom:5px;
  background-color:#0D2426;
  }
      

      
        
      
      
  .eDgKjO {
    color:var(--piafit-white, #ffffff);
  display:flex;
  font-size:24px;
  align-items:center;
  font-family:'Raleway';
  font-weight:700;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .otras-diciplinas-component\:OKzwO9sO7k_05-4HSVHo2 {
    margin-top:4px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .esibqx {
    gap:30px;
  align-items:start;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .dRXcgc {
    display:flex;
  row-gap:15px;
  column-gap:15px;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .entrenar_rutinas_sueltas\:aDMhIQWjpei7jeiPctQWd {
    margin-top:10px;
  align-items:end;
  justify-content:center;
  }
      

      
        
      
      
  .entrenar_rutinas_sueltas\:iWsPP7AcNAF1IKSVOjvlW {
    margin-top:4px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .aSVPq {
    color:var(--neutral-12, #ffffff);
  row-gap:0px;
  max-width:960px;
  column-gap:0px;
  font-family:'Raleway';
  }
      

      
        
      
      
  
      

      
        
      
      
  .xoPln {
    flex:1;
  color:var(--neutral-12, #ffffff);
  display:flex;
  font-size:18px;
  font-family:inherit;
  font-weight:700;
  flex-direction:column;
  }
      

      
        
      
      
  .cnKyZH {
    gap:30px; /* Espaciado entre filas y columnas */;
  width:100%;
  display:grid;;
  margin-top:40px;
  grid-auto-rows:auto;;
  grid-template-columns:repeat(3, 1fr);;
  }
      

      
          @media (max-width: 750px) {
            
  .cnKyZH {
    display:flex;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .lista-retos\:Ltav7OFvyLzKSU7Miqc7T {
    margin-top:4px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eDqOhw {
    top:0px;
  left:0px;
  color:var(--piafit-white, #ffffff);
  width:245px;
  height:100%;
  display:flex;
  z-index:10;
  position:sticky;
  font-size:12px;
  font-family:'Raleway';
  font-weight:300;
  padding-top:30px;
  padding-left:20px;
  flex-direction:column;
  padding-bottom:30px;
  }
      

      
          @media (max-width: 814px) {
            
  .eDqOhw {
    width:100%;
  display:none;
  z-index:99999;
  position:fixed;
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
  background-color:#0b0a0b82;
  }
      

          }
          

          @media (max-width: 814px) {
            
  .eDqOhw.open {
    display:flex;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .cZMqia {
    gap:20px;
  width:223px;
  height:100%;
  z-index:90;
  overflow-y:auto;
  align-items:center;
  padding-top:50px;
  padding-left:20px;
  border-radius:15px;
  padding-right:20px;
  padding-bottom:50px;
  justify-content:start;
  background-color:#1D1D1D80;
  }
      

      
          @media (max-width: 814px) {
            
  .cZMqia {
    background-color:#0b0a0b;
  border-top-left-radius:0px;
  border-top-right-radius:15px;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:15px;
  }
      

          }
          
        
      
      
  .Jaoov {
    gap:20px;
  cursor:pointer;
  }
      

      
        
      
      
  .IcYOY {
    color:#FFFFFF;
  width:146px;
  cursor:pointer;
  height:47px;
  display:none;
  font-size:16px;
  font-family:'Raleway';
  font-weight:600;
  border-color:#349392;
  border-style:solid;
  border-width:3px;
  border-radius:35px;
  }
      

      
          @media (max-width: 814px) {
            
  .IcYOY {
    width:100%;
  display:flex;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

          }
          
        
      
      
  .ecFOjr {
    gap:15px;
  color:var(--piafit-white, #ffffff);
  cursor:pointer;
  display:flex;
  font-size:14px;
  align-items:center;
  font-family:inherit;
  font-weight:500;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .fEbmij {
    gap:15px;
  color:var(--neutral-12, #ffffff);
  cursor:pointer;
  display:flex;
  font-size:14px;
  align-items:center;
  font-family:inherit;
  font-weight:500;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .dLZJGg {
    gap:15px;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .cJccwX {
    gap:20px;
  padding-left:26px;
  }
      

      
        
      
      
  .ciHWUk {
    gap:19px;
  width:100%;
  background:radial-gradient(314.1% 202.24% at 306.67% 227.93%, rgba(79, 178, 176, 0.5) 0%, rgba(79, 178, 176, 0) 100%);
  padding-top:20px;
  padding-left:15px;
  border-radius:15px;
  padding-right:15px;
  padding-bottom:20px;
  backdrop-filter:blur(30px);
  justify-content:;
  }
      

      
          @media (max-width: 814px) {
            
  .ciHWUk {
    display:none;
  }
      

          }
          
        
      
      
  .dFIojR {
    gap:15px;
  color:var(--piafit-white, #ffffff);
  display:flex;
  font-size:14px;
  align-items:center;
  font-family:inherit;
  font-weight:500;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .cdxhuT {
    rotate:z 90deg;
  }
      

      
  .cdxhuT.charlar-show {
    rotate:z 0deg;
  }
      

        
      
      
  .cPeePh {
    position:relative;
  }
      

      
        
      
      
  
      

      
        
      
      
  .nzubd {
    gap:5px;
  color:var(--piafit-white, #ffffff);
  width:100%;
  cursor:pointer;
  height:40px;
  align-items:center;
  padding-top:12px;
  border-color:var(--piafit-main, #349392);
  border-style:solid;
  border-width:1px;
  padding-left:24px;
  border-radius:35px;
  padding-right:24px;
  flex-direction:row;
  padding-bottom:12px;
  justify-content:center;
  }
      

      
        
      
      
  .doyDHY {
    gap:15px;
  width:100%;
  }
      

      
        
      
      
  .sHSEp {
    rotate:z 90deg;
  }
      

      
  .sHSEp.entrenamiento-show {
    rotate:z 0deg;
  }
      

        
      
      
  .navBar-desktop\:ue1sMfnUKqZy0G5n4mICp {
    gap:8px;
  width:100%;
  flex-direction:row;
  }
      

      
        
      
      
  .ewYNhp {
    color:var(--piafit-white, #ffffff);
  display:inline-block;
  font-size:12px;
  font-weight:300;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eishbN {
    gap:30px;
  width:100%;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  .bkwkjA {
    gap:30px;
  color:var(--neutral-12, #EEEEF0);
  width:100%;
  max-width:1280px;
  align-items:start;
  font-family:'Raleway';
  flex-direction:column;
  justify-content:start;
  }
      

      
        
      
      
  .frUPfZ {
    flex:1;
  width:100%;
  max-height:427px;
  }
      

      
          @media (max-width: 814px) {
            
  .frUPfZ {
    height:214px;
  }
      

          }
          
        
      
      
  .ver-entrenamientos-component\:A7u7Vb0D2WuOB1b9lv7Xd {
    flex:1;
  color:var(--piafit-white, #ffffff);
  font-family:'Raleway';
  font-weight:400;
  }
      

      
        
      
      
  .GLgxK {
    gap:10px;
  width:100%;
  flex-direction:row;
  }
      

      
        
      
      
  .egjmCV {
    gap:30px;
  flex:1;
  width:100%;
  flex-wrap:wrap;
  flex-direction:row;
  }
      

      
          @media (max-width: 814px) {
            
  .egjmCV {
    min-width:100%;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fCcCir {
    gap:8px;
  display:flex;
  font-size:inherit;
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .dtLgtY {
    gap:15px;
  }
      

      
        
      
      
  .dZBSkA {
    gap:30px;
  flex:0.6;
  width:100%;
  font-family:'Raleway';
  }
      

      
          @media (max-width: 814px) {
            
  .dZBSkA {
    min-width:100%;
  }
      

          }
          
        
      
      
  .cdNQmj {
    gap:30px;
  flex:0.44;
  width:322px;
  }
      

      
          @media (max-width: 814px) {
            
  .cdNQmj {
    flex:1;
  width:100%;
  }
      

          }
          
        
      
      
  .ver-entrenamientos-component\:PL_-kUHg2GgMl0tpZDvye {
    color:var(--piafit-white, #ffffff);
  font-family:'Raleway';
  font-weight:400;
  }
      

      
        
      
      
  .eYYiNw {
    gap:30px;
  flex:1;
  width:100%;
  flex-wrap:wrap;
  align-items:start;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .cLKRIU {
    gap:20px;
  width:100%;
  padding-top:23px;
  padding-left:20px;
  border-radius:15px;
  padding-right:20px;
  padding-bottom:23px;
  background-color:#1D1D1D80;
  }
      

      
        
      
      
  .eOCzgo {
    gap:30px;
  width:100%;
  cursor:pointer;
  }
      

      
        
      
      
  .fjFnkv {
    gap:8px;
  flex-direction:row;
  }
      

      
        
      
      
  .ercfpC {
    rotate:z 0;
  }
      

      
  .ercfpC.rotar {
    rotate:z 180deg;
  }
      

        
      
      
  .bZpDGh {
    gap:8px;
  color:var(--piafit-white, #ffffff);
  width:100%;
  display:flex;
  font-size:24px;
  align-items:center;
  font-family:'Raleway';
  font-weight:700;
  padding-top:12px;
  padding-left:24px;
  border-radius:15px;
  padding-right:24px;
  flex-direction:row;
  padding-bottom:12px;
  justify-content:space-between;
  background-color:#0D2426;
  }
      

      
        
      
      
  .brecRj {
    gap:20px;
  width:100%;
  cursor:pointer;
  flex-wrap:nowrap;
  align-items:center;
  border-radius:15px;
  padding-right:30px;
  flex-direction:row;
  justify-content:end;
  background-color:#1D1D1D80;
  }
      

      
        
      
      
  .cQqzxP {
    gap:7px;
  flex:1;
  display:flex;
  flex-wrap:wrap;
  font-size:14px;
  align-items:center;
  font-family:inherit;
  font-weight:400;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .dxzsRJ {
    gap:20px;
  flex:1;
  color:var(--piafit-white, #ffffff);
  flex-wrap:wrap;
  font-size:18px;
  align-items:center;
  font-weight:700;
  flex-direction:row;
  padding-bottom:15px;
  justify-content:start;
  }
      

      
        
      
      
  .WOFAu {
    width:35px;
  height:35px;
  align-items:center;
  border-radius:55px;
  justify-content:center;
  background-color:var(--piafit-main, #349392);
  }
      

      
        
      
      
  .dvFOeX {
    width:213px;
  height:120px;
  object-fit:cover;
  border-radius:15px;
  }
      

      
        
      
      
  .dPgFTe {
    gap:5px;
  right:15px;
  width:60px;
  bottom:15px;
  height:27px;
  z-index:5;
  position:absolute;
  font-size:14px;
  align-items:center;
  font-weight:600;
  border-radius:5px;
  flex-direction:row;
  justify-content:center;
  background-color:#444545BF;
  }
      

      
        
      
      
  .clpHSp {
    width:4px;
  height:4px;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  border-radius:50px;
  background-color:var(--piafit-white, #ffffff);
  }
      

      
        
      
      
  .eVWwAk {
    gap:4px;
  flex:1;
  }
      

      
        
      
      
  .bsHoKB {
    width:35px;
  cursor:pointer;
  height:35px;
  align-items:center;
  border-radius:55px;
  justify-content:center;
  background-color:var(--piafit-main, #349392);
  }
      

      
        
      
      
  .ver-entrenamientos-component\:XR8gzWZ-agJy6t5oF4Qb7 {
    width:100%;
  }
      

      
        
      
      
  .cxUjpP {
    gap:10px;
  display:flex;
  font-size:18px;
  font-family:inherit;
  font-weight:700;
  flex-direction:column;
  }
      

      
        
      
      
  .ver-entrenamientos-component\:gXWdkzmzdld5EU335TYlx {
    height:43px;
  }
      

      
        
      
      
  .byjzek {
    font-size:inherit;
  font-family:inherit;
  font-weight:300;
  }
      

      
        
      
      
  .drECbd {
    gap:15px;
  flex:0.44;
  color:var(--piafit-white, #ffffff);
  height:100%;
  display:flex;
  font-size:32px;
  align-items:start;
  font-family:inherit;
  font-weight:700;
  padding-left:10px;
  flex-direction:column;
  justify-content:space-between;
  }
      

      
          @media (max-width: 814px) {
            
  .drECbd {
    width:100%;
  height:fit-content;
  min-width:100%;
  }
      

          }
          
        
      
      
  .bipFok {
    max-height:180px;
  overflow-y:auto;
  }
      

      
        
      
      
  .ITHmI {
    gap:6px;
  color:var(--piafit-main, #349392);
  display:flex;
  font-size:14px;
  font-family:inherit;
  font-weight:600;
  flex-direction:row;
  }
      

      
        
      
      
  .fpPGWB {
    flex:1;
  width:100%;
  border-radius:6px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .AAtnH {
    gap:30px;
  color:var(--piafit-white, #ffffff);
  display:flex;
  font-size:32px;
  font-family:'Raleway';
  font-weight:700;
  flex-direction:column;
  }
      

      
          @media (max-width: 814px) {
            
  .AAtnH {
    font-size:28px;
  }
      

          }
          
        
      
      
  .daWIAo {
    flex:1;
  width:100%;
  min-height:427px;
  align-items:center;
  flex-shrink:0;
  justify-content:start;
  }
      

      
          @media (max-width: 814px) {
            
  .daWIAo {
    height:215px;
  min-height:215px;
  }
      

          }
          
        
      
      
  .fuCxcJ {
    flex:1;
  width:100%;
  max-height:427px;
  }
      

      
          @media (max-width: 814px) {
            
  .fuCxcJ {
    height:215px;
  min-width:100%;
  }
      

          }
          
        
      
      
  .cJfgtr {
    color:var(--piafit-white, #ffffff);
  width:100%;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eaKa-Dy {
    flex:1;
  height:100%;
  z-index:50;
  overflow-x:hidden;
  overflow-y:auto;
  align-items:start;
  padding-left:15px;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .cnQSYB {
    gap:30px;
  color:var(--neutral-12, #EEEEF0);
  width:100%;
  max-width:1280px;
  font-family:'Raleway';
  }
      

      
        
      
      
  
      

      
        
      
      
  .bNcQwj {
    gap:11px;
  padding-top:20px;
  padding-left:24px;
  border-radius:15px;
  padding-right:24px;
  padding-bottom:20px;
  background-color:#000000;
  }
      

      
        
      
      
  .etxYlO {
    flex:1;
  color:var(--neutral-12, #EEEEF0);
  font-size:16px;
  font-family:inherit;
  font-weight:600;
  }
      

      
        
      
      
  .dfXYP {
    color:var(--neutral-12, #EEEEF0);
  font-size:24px;
  text-align:right;
  font-family:inherit;
  font-weight:700;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bQYMIe {
    color:var(--neutral-12, #EEEEF0);
  font-size:16px;
  font-family:inherit;
  font-weight:600;
  }
      

      
        
      
      
  .foqLfv {
    gap:27px;
  width:100%;
  }
      

      
        
      
      
  .bZKXqn {
    padding-top:32px;
  padding-left:30px;
  padding-right:30px;
  padding-bottom:32px;
  }
      

      
          @media (max-width: 750px) {
            
  .bZKXqn {
    padding-top:20px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:20px;
  }
      

          }
          
        
      
      
  .ctVPTT {
    gap:10px;
  flex-wrap:wrap;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .bEZgFZ {
    gap:10px;
  color:var(--neutral-12, #EEEEF0);
  width:100%;
  display:flex;
  flex-wrap:wrap;
  font-size:24px;
  font-family:'Raleway';
  font-weight:700;
  flex-direction:column;
  }
      

      
        
      
      
  .brYIYf {
    width:100%;
  font-family:'Raleway';
  font-weight:400;
  }
      

      
        
      
      
  .select-ordenar\:root {
    width:0px;
  }
      

      
        
      
      
  .select-ordenar\:-1UeeGud1Li-kQo_nicKS {
    color:var(--neutral-12, #EEEEF0);
  width:fit-content;
  min-width:12rem;
  align-items:center;
  padding-top:10px;
  border-color:#1F4142;
  border-style:solid;
  border-width:2px;
  padding-left:18px;
  border-radius:44px;
  padding-right:18px;
  flex-direction:row;
  padding-bottom:10px;
  justify-content:space-between;
  background-color:#0b0a0b00;
  }
      

      
  .select-ordenar\:-1UeeGud1Li-kQo_nicKS:hover {
    color:var(--brand-6-pia, #349392);
  }
      

        
      
      
  
      

      
        
      
      
  .select-ordenar\:wc24-PHYjh7-tHHG05I8o {
    background-color:#1f4141;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .btNUXm {
    color:var(--neutral-12, #EEEEF0);
  width:100%;
  font-size:24px;
  font-family:'Raleway';
  font-weight:700;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bWBHpv {
    gap:11px;
  flex:1;
  padding-top:20px;
  padding-left:24px;
  border-radius:15px;
  padding-right:24px;
  padding-bottom:20px;
  background-color:#000000;
  }
      

      
        
      
      
  .bfgvtc {
    gap:20px;
  flex:1;
  padding-top:30px;
  padding-left:20px;
  border-radius:25px;
  padding-right:20px;
  padding-bottom:30px;
  background-color:#0D242680;
  }
      

      
        
      
      
  .fpyJPx {
    gap:17px;
  color:var(--brand-6-pia, #349392);
  display:flex;
  font-size:16px;
  align-items:center;
  font-family:inherit;
  font-weight:600;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .dgcZpw {
    color:var(--neutral-12, #EEEEF0);
  width:100%;
  font-size:12px;
  max-width:155px;
  overflow-x:hidden;
  overflow-y:hidden;
  font-family:'Raleway';
  font-weight:400;
  padding-top:2px;
  white-space:nowrap;
  padding-left:6px;
  border-radius:15px;
  padding-right:6px;
  text-overflow:ellipsis;;
  padding-bottom:2px;
  background-color:#00000040;
  }
      

      
          @media (max-width: 850px) {
            
  .dgcZpw {
    font-size:8px;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .cqTjmY {
    gap:11px;
  align-items:center;
  padding-top:20px;
  padding-left:55px;
  border-radius:15px;
  padding-right:55px;
  flex-direction:row;
  padding-bottom:20px;
  justify-content:center;
  background-color:#000000;
  }
      

      
        
      
      
  .ciA-dZA {
    gap:3px;
  flex:1;
  display:flex;
  }
      

      
          @media (max-width: 850px) {
            
  .ciA-dZA {
    display:flex;
  font-size:8px;
  }
      

          }
          
        
      
      
  .bOwJht {
    gap:20px;
  }
      

      
          @media (max-width: 750px) {
            
  .bOwJht {
    display:none;
  }
      

          }
          
        
      
      
  .crdFzM {
    gap:4px;;
  display:grid;;
  grid-template-rows:repeat(6, 1fr);;
  grid-template-columns:repeat(7, 1fr);;
  }
      

      
        
      
      
  .fiQYuv {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  height:100%;
  position:absolute;
  align-items:center;
  padding-top:15px;
  padding-bottom:15px;
  justify-content:center;
  background-color:#0b0a0b94;
  }
      

      
        
      
      
  .eLoBSb {
    gap:20px;
  width:auto;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 850px) {
            
  .eLoBSb {
    height:auto;
  display:flex;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .eCtIXe {
    gap:20px;
  width:100%;
  display:none;
  align-items:center;
  justify-content:start;
  }
      

      
          @media (max-width: 850px) {
            
  .eCtIXe {
    display:flex;
  }
      

          }
          
        
      
      
  .OaIBT {
    width:100%;
  cursor:pointer;
  height:120px;
  max-width:213px;
  }
      

      
          @media (max-width: 850px) {
            
  .OaIBT {
    width:100%;
  height:auto;
  max-width:none;
  max-height:none;
  }
      

          }
          
        
      
      
  .cpPlUJ {
    display:flex;
  font-size:18px;
  font-family:'Raleway';
  font-weight:700;
  flex-direction:column;
  }
      

      
          @media (max-width: 850px) {
            
  .cpPlUJ {
    text-align:center;
  padding-left:20px;
  padding-right:20px;
  }
      

          }
          
        
      
      
  .cBorLZ {
    width:100%;
  height:120px;
  object-fit:cover;
  border-radius:15px;
  }
      

      
          @media (max-width: 850px) {
            
  .cBorLZ {
    height:auto;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .fcTqkz {
    gap:20px;
  width:100%;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .ca-dLkp {
    gap:20px;
  width:100%;
  cursor:pointer;
  height:120px;
  align-items:center;
  border-radius:15px;
  padding-right:30px;
  flex-direction:row;
  justify-content:space-between;
  background-color:#1D1D1D80;
  }
      

      
          @media (max-width: 850px) {
            
  .ca-dLkp {
    width:100%;
  height:auto;
  display:flex;
  min-width:100%;
  align-items:center;
  padding-left:0px;
  padding-right:0px;
  flex-direction:column;
  padding-bottom:20px;
  justify-content:center;
  }
      

          }
          
        
      
      
  .OUHhA {
    top:12px;
  right:12px;
  cursor:pointer;
  position:absolute;
  }
      

      
        
      
      
  .mostar-rutina_calendario\:iZ3gTioL_jWhL0SPQCSSX {
    cursor:pointer;
  z-index:50;
  }
      

      
        
      
      
  .fmQOZX {
    gap:10px;
  width:100%;
  align-items:start;
  justify-content:center;
  }
      

      
          @media (max-width: 850px) {
            
  .fmQOZX {
    display:flex;
  overflow-x:auto;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

          }
          
        
      
      
  .evglDj {
    gap:20px;
  width:100%;
  align-items:center;
  justify-content:start;
  }
      

      
          @media (max-width: 850px) {
            
  .evglDj {
    display:none;
  }
      

          }
          
        
      
      
  .cxYHrX {
    gap:20px;
  color:var(--neutral-12, #EEEEF0);
  width:100%;
  height:auto;
  max-width:999px;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:start;
  font-family:'Raleway';
  padding-top:50px;
  padding-left:40px;
  border-radius:15px;
  padding-right:40px;
  padding-bottom:50px;
  background-size:cover;
  justify-content:start;
  background-color:#000000CC;
  background-image:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/piafitmess_v2:background-selec_calendario.png/public");
  }
      

      
          @media (max-width: 850px) {
            
  .cxYHrX {
    padding-top:20px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:20px;
  }
      

          }
          
        
      
      
  .Tqmkp {
    font-size:24px;
  font-family:'Raleway';
  font-weight:700;
  }
      

      
        
      
      
  .progreso-estadistica-component\:SOogL82w9VjTV8bbB1WSp {
    position:fixed;
  }
      

      
        
      
      
  .bIppaY {
    gap:10px;
  flex:1;
  color:#246061;
  cursor:pointer;
  height:106px;
  min-width:100%;
  overflow-y:clip;
  padding-top:10px;
  padding-left:10px;
  border-radius:10px;
  padding-right:10px;
  padding-bottom:10px;
  background-color:#0D242680;
  }
      

      
  .bIppaY.mes-actual {
    gap:10px;
  flex:1;
  color:var(--neutral-12, #EEEEF0);
  height:106px;
  padding-top:10px;
  padding-left:10px;
  border-radius:10px;
  padding-right:10px;
  padding-bottom:10px;
  background-color:#1F4142;
  }
      


  .bIppaY.dia_actual {
    background-color:#246061;
  }
      

        
      
      
  .flntgc {
    color:var(--neutral-12, #EEEEF0);
  display:flex;
  font-size:24px;
  min-height:56px;
  align-items:start;
  font-family:'Raleway';
  font-weight:700;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .eGbcWL {
    display:flex;
  row-gap:15px;
  flex-wrap:wrap;
  font-size:24px;
  column-gap:15px;
  align-items:center;
  font-family:'Raleway';
  font-weight:700;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .WBInV {
    color:var(--neutral-12, #EEEEF0);
  display:flex;
  font-size:24px;
  align-items:start;
  font-family:'Raleway';
  font-weight:700;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .fepVsR {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  height:100%;
  position:fixed;
  align-items:center;
  padding-top:15px;
  padding-bottom:15px;
  justify-content:center;
  background-color:#0b0a0b94;
  }
      

      
          @media (max-width: 850px) {
            
  .fepVsR {
    height:auto;
  display:flex;
  max-height:none;
  overflow-y:hidden;
  align-items:center;
  padding-top:0px;
  flex-direction:column;
  padding-bottom:0px;
  justify-content:flex-start;
  }
      

          }
          
        
      
      
  .ehgalf {
    width:100%;
  cursor:pointer;
  overflow-x:clip;
  overflow-y:clip;
  border-radius:15px;
  }
      

      
        
      
      
  .eahubi {
    right:25px;
  bottom:25%;
  position:absolute;
  }
      

      
        
      
      
  .eBKanz {
    gap:30px; /* Espaciado entre filas y columnas */;
  width:100%;
  display:grid;
  flex-grow:1;
  align-items:start;
  flex-direction:column;
  grid-auto-rows:auto; /* Filas con altura automática según el contenido */;
  justify-content:flex-start;
  grid-template-columns:repeat(3, 1fr); /* 3 columnas de igual tamaño */;
  }
      

      
          @media (max-width: 850px) {
            
  .eBKanz {
    gap:30px; /* Espaciado entre filas y columnas */;
  width:100%;
  display:flex;
  flex-grow:1;
  overflow-y:auto;
  align-items:center;
  flex-direction:column;
  justify-content:flex-start;
  }
      

          }
          
        
      
      
  .seleccionar-rutina_calendario-copy\:5r48Sy9tfQmnEuh5XVRVg {
    display:flex;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .fhfxmp {
    color:var(--piafit-white, #ffffff);
  width:100%;
  height:47px;
  font-size:19px;
  max-width:574px;
  font-weight:500;
  padding-left:24px;
  border-radius:41px;
  padding-right:24px;
  background-color:#0D2426E3;
  }
      

      
  .fhfxmp:focus {
    outline-color:var(--piafit-main, #349392);
  outline-style:solid;
  outline-width:1px;
  }
      

        
      
      
  .dQXSbE {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100%;
  z-index:99999;
  position:absolute;
  align-items:center;
  border-radius:12px;
  justify-content:center;
  background-color:#1a191b00;
  }
      

      
        
      
      
  .eiPrLi {
    gap:0.5rem;
  width:100%;
  flex-wrap:wrap;
  flex-direction:row;
  }
      

      
        
      
      
  .eOwiFZ {
    height:var(--badge-size-sm);
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .SMAPI {
    width:100%;
  display:flex;
  row-gap:15px;
  flex-wrap:wrap;
  column-gap:15px;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  .maqGs {
    width:100%;
  align-items:end;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .byTCYE {
    gap:10px;
  color:var(--piafit-white, #ffffff);
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .dgnlvV {
    flex:1;
  cursor:pointer;
  display:flex;
  row-gap:15px;
  column-gap:15px;
  align-items:flex-start;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 850px) {
            
  .dgnlvV {
    width:100%;
  height:fit-content;
  }
      

          }
          
        
      
      
  .dlhOci {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  position:absolute;
  align-items:center;
  justify-content:center;
  background-color:#34939280;
  }
      

      
        
      
      
  .bcEVyt {
    flex:1;
  width:100%;
  max-width:574px;
  }
      

      
        
      
      
  .chNgYp {
    width:100%;
  row-gap:10px;
  flex-wrap:wrap;
  column-gap:10px;
  flex-direction:row;
  }
      

      
        
      
      
  .eUHVTA {
    width:100%;
  overflow-y:hidden;
  }
      

      
        
      
      
  .eLUFBt {
    gap:3px;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .eqrpfd {
    gap:20px;
  flex:1;
  color:var(--neutral-12, #EEEEF0);
  width:100%;
  display:flex;
  max-width:999px;
  background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/piafitmess_v2:background-selec_calendario.png/public") center top / cover #000000CC;
  max-height:748px;
  overflow-x:hidden;
  overflow-y:scroll;
  align-items:center;
  font-family:'Raleway';
  padding-top:30px;
  padding-left:40px;
  border-radius:15px;
  padding-right:40px;
  padding-bottom:30px;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 850px) {
            
  .eqrpfd {
    height:auto;
  display:flex;
  max-height:none;
  overflow-y:scroll;
  align-items:flex-start;
  padding-top:20px;
  padding-left:20px;
  padding-right:20px;
  flex-direction:column;
  padding-bottom:20px;
  justify-content:flex-start;
  border-top-left-radius:0px;
  border-top-right-radius:0px;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .QAIKk {
    gap:30px;
  width:100%;
  font-family:'Raleway';
  }
      

      
        
      
      
  .dtQzMb {
    color:inherit;
  font-size:16px;
  font-family:inherit;
  font-weight:600;
  }
      

      
        
      
      
  .cAiMEe {
    color:inherit;
  font-size:42px;
  text-align:right;
  font-family:inherit;
  font-weight:700;
  }
      

      
        
      
      
  
      

      
        
      
      
  .brgUTC {
    gap:20px;
  flex:1;
  max-width:-;
  }
      

      
        
      
      
  .cOkzOB {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  position:absolute;
  align-items:center;
  border-radius:15px;
  justify-content:center;
  background-color:#00000080;
  }
      

      
        
      
      
  
      

      
        
      
      
  .ftSejh {
    gap:11px;
  flex:1;
  color:var(--neutral-12, #EEEEF0);
  width:100%;
  padding-top:20px;
  border-color:#214D4E;
  border-style:solid;
  border-width:1px;
  padding-left:24px;
  border-radius:15px;
  padding-right:24px;
  padding-bottom:20px;
  background-color:#1D1D1D80;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bxMpcK {
    gap:11px;
  flex:1;
  color:var(--neutral-12, #EEEEF0);
  width:100%;
  cursor:pointer;
  padding-top:20px;
  border-color:#214D4E;
  border-style:solid;
  border-width:1px;
  padding-left:24px;
  border-radius:15px;
  padding-right:24px;
  padding-bottom:20px;
  background-color:#1D1D1D80;
  }
      

      
        
      
      
  .bgnvmM {
    gap:40px;
  width:100%;
  position:sticky;
  margin-top:35px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .wUOsY {
    gap:4px;
  color:var(--piafit-main, #349392);
  width:fit-content;
  display:flex;
  font-size:14px;
  align-items:center;
  font-family:'Raleway';
  font-weight:400;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .bThjqV {
    gap:20px;
  width:100%;
  flex-wrap:wrap;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eRpgRe {
    gap:30px;
  font-family:'Raleway';
  }
      

      
          @media (max-width: 850px) {
            
  .eRpgRe {
    width:100%;
  display:flex;
  align-items:flex-start;
  flex-direction:column;
  justify-content:flex-start;
  }
      

          }
          
        
      
      
  
      

      
          @media (max-width: 850px) {
            
  .dSGOES {
    width:100%;
  }
      

          }
          
        
      
      
  .dJcjLZ {
    gap:8px;
  flex-direction:row;
  }
      

      
          @media (max-width: 850px) {
            
  .dJcjLZ {
    display:none;
  }
      

          }
          
        
      
      
  .dpucFs {
    gap:8px;
  display:none;
  flex-direction:row;
  }
      

      
          @media (max-width: 850px) {
            
  .dpucFs {
    display:flex;
  }
      

          }
          
        
      
      
  .cSQoAh {
    color:var(--piafit-white, #ffffff);
  display:inline-block;
  flex-grow:1;
  font-size:14px;
  font-family:'Raleway';
  font-weight:400;
  }
      

      
        
      
      
  .RRHHH {
    gap:8px;
  cursor:pointer;
  display:none;
  flex-direction:row;
  }
      

      
          @media (max-width: 850px) {
            
  .RRHHH {
    display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

          }
          
        
      
      
  .oaHhw {
    gap:4px;
  flex:1;
  display:flex;
  font-size:18px;
  font-family:'Raleway';
  font-weight:700;
  flex-direction:column;
  }
      

      
        
      
      
  .bRyTka {
    gap:8px;
  color:var(--piafit-white, #ffffff);
  display:flex;
  font-size:24px;
  align-items:start;
  font-family:'Raleway';
  font-weight:700;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
      
      
  .ePKgAj {
    width:213px;
  height:120px;
  object-fit:cover;
  border-radius:15px;
  }
      

      
          @media (max-width: 850px) {
            
  .ePKgAj {
    width:100%;
  height:auto;
  }
      

          }
          
        
      
      
  .cmbenb {
    gap:20px;
  cursor:pointer;
  display:flex;
  align-items:center;
  border-radius:15px;
  padding-right:30px;
  flex-direction:row;
  justify-content:flex-start;
  background-color:#1D1D1D80;
  }
      

      
          @media (max-width: 850px) {
            
  .cmbenb {
    width:80%;
  height:auto;
  min-width:80%;
  min-height:300px;
  padding-top:20px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:20px;
  }
      

          }
          
        
      
      
  .fDMZTf {
    display:flex;
  row-gap:30px;
  column-gap:30px;
  flex-direction:column;
  }
      

      
          @media (max-width: 850px) {
            
  .fDMZTf {
    display:flex;
  row-gap:10px;
  column-gap:10px;
  overflow-x:scroll;
  align-items:flex-start;
  flex-direction:row;
  padding-bottom:15px;
  justify-content:flex-start;
  }
      

          }
          
        
      
      
  .cLkdfB {
    gap:30px;
  width:100%;
  }
      

      
        
      
      
  .dZhQso {
    gap:20px;
  flex:1;
  color:var(--piafit-white, #ffffff);
  flex-wrap:wrap;
  font-size:18px;
  align-items:center;
  font-weight:700;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .como_empezar-component\:7RJRylMlkZR4ySRKPE3-E {
    width:100%;
  height:120px;
  border-radius:15px;
  }
      

      
        
      
      
  .fBtyIz {
    height:401px;
  overflow-x:clip;
  overflow-y:clip;
  align-items:start;
  padding-top:40px;
  padding-left:40px;
  border-radius:15px;
  padding-right:40px;
  padding-bottom:40px;
  justify-content:center;
  }
      

      
          @media (max-width: 850px) {
            
  .fBtyIz {
    width:100%;
  height:auto;
  padding-top:20px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:20px;
  }
      

          }
          
        
      
      
  
      

      
          @media (max-width: 850px) {
            
  .bQqGeV {
    width:100%;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

          }
          
        
      
      
  .ebMhpd {
    gap:8px;
  color:var(--piafit-main, #349392);
  width:100%;
  cursor:pointer;
  align-items:center;
  padding-top:12px;
  padding-left:7px;
  border-radius:53px;
  padding-right:7px;
  flex-direction:row;
  padding-bottom:12px;
  justify-content:center;
  background-color:#0D2426;
  }
      

      
        
      
      
  .eQOBHX {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:9999;
  position:fixed;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .fnzvuU {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:10;
  position:absolute;
  background-color:#0b0a0b78;
  }
      

      
        
      
      
  .bUFJFa {
    top:15px;
  color:var(--neutral-12, #ffffff);
  right:15px;
  width:40px;
  cursor:pointer;
  height:40px;
  z-index:11;
  position:absolute;
  align-items:center;
  border-radius:50%;
  justify-content:center;
  background-color:var(--brand-6-pia, #349392);
  }
      

      
        
      
      
  .efQKoO {
    flex:1;
  width:100%;
  height:auto;
  border-radius:6px;
  }
      

      
        
      
      
  .cUQscM {
    width:80%;
  height:500px;
  z-index:50;
  max-width:1000px;
  border-radius:8px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bVqovA {
    gap:8px;
  cursor:pointer;
  flex-direction:row;
  }
      

      
          @media (max-width: 850px) {
            
  .bVqovA {
    display:none;
  }
      

          }
          
        
      
      
  .deVuOF {
    display:flex;
  row-gap:30px;
  column-gap:30px;
  flex-direction:column;
  }
      

      
          @media (max-width: 850px) {
            
  .deVuOF {
    height:auto;
  display:flex;
  row-gap:10px;
  column-gap:10px;
  overflow-x:scroll;
  align-items:flex-start;
  flex-direction:row;
  padding-bottom:15px;
  justify-content:flex-start;
  }
      

          }
          
        
      
      
  .como_empezar-component\:NBiWbhht2VZUM_ToBiu1e {
    width:100%;
  height:120px;
  border-radius:15px;
  }
      

      
        
      
      
  .cFuIZr {
    color:var(--piafit-main, #349392);
  display:flex;
  font-size:16px;
  font-family:'Raleway';
  font-weight:400;
  padding-top:12px;
  border-color:#214D4E;
  border-style:solid;
  border-width:1px;
  padding-left:15px;
  border-radius:15px;
  padding-right:15px;
  flex-direction:column;
  padding-bottom:12px;
  background-color:#0D2426;
  }
      

      
        
      
      
  .bWTjry {
    gap:8px;
  color:var(--piafit-white, #ffffff);
  width:100%;
  display:flex;
  font-size:24px;
  align-items:start;
  font-family:'Raleway';
  font-weight:700;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
      
      
  .exjZHQ {
    gap:20px;
  cursor:pointer;
  align-items:center;
  border-radius:15px;
  padding-right:30px;
  flex-direction:row;
  justify-content:start;
  background-color:#1D1D1D80;
  }
      

      
          @media (max-width: 850px) {
            
  .exjZHQ {
    padding-top:20px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:20px;
  }
      

          }
          
        
      
      
  .sndgP {
    width:213px;
  height:120px;
  object-fit:cover;
  border-radius:15px;
  }
      

      
          @media (max-width: 850px) {
            
  .sndgP {
    width:100%;
  height:180px;
  }
      

          }
          
        
      
      
  .como_empezar-component\:UbEgINsEd7tT65Wu19zzD {
    width:100%;
  height:120px;
  border-radius:15px;
  }
      

      
        
      
      
  .ejebls {
    color:var(--piafit-white, #ffffff);
  font-size:32px;
  font-family:inherit;
  font-weight:700;
  }
      

      
          @media (max-width: 850px) {
            
  .ejebls {
    font-size:20px;
  }
      

          }
          
        
      
      
  .KAsUO {
    width:213px;
  }
      

      
          @media (max-width: 850px) {
            
  .KAsUO {
    width:100%;
  }
      

          }
          
        
      
      
  .como_empezar-component\:aecsJVsrmsH5Guky_B_g1 {
    width:100%;
  height:120px;
  border-radius:15px;
  }
      

      
        
      
      
  .flEBTn {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:401px;
  z-index:1;
  position:absolute;
  object-fit:cover;
  }
      

      
        
      
      
  .Ccbus {
    gap:20px;
  cursor:pointer;
  align-items:center;
  border-radius:15px;
  padding-right:30px;
  flex-direction:row;
  justify-content:start;
  background-color:#1D1D1D80;
  }
      

      
          @media (max-width: 850px) {
            
  .Ccbus {
    gap:20px;
  cursor:pointer;
  align-items:center;
  padding-top:20px;
  padding-left:20px;
  border-radius:15px;
  padding-right:20px;
  flex-direction:row;
  padding-bottom:20px;
  justify-content:start;
  background-color:#1D1D1D80;
  }
      

          }
          
        
      
      
  .bsicxc {
    gap:4px;
  flex:1;
  display:flex;
  font-size:18px;
  font-family:'Raleway';
  font-weight:700;
  flex-direction:column;
  }
      

      
        
      
      
  .LrAAV {
    gap:16px;
  width:100%;
  z-index:5;
  max-width:430px;
  }
      

      
        
      
      
  .cxwpgW {
    gap:8px;
  display:flex;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  flex-direction:row;
  }
      

      
        
      
      
  .como_empezar-component\:lh8KJi_t3hXiUsWS2tHW- {
    height:43px;
  }
      

      
        
      
      
  .fiObKf {
    gap:8px;
  cursor:pointer;
  display:flex;
  flex-direction:row;
  }
      

      
          @media (max-width: 850px) {
            
  .fiObKf {
    display:none;
  }
      

          }
          
        
      
      
  .ehDPmX {
    row-gap:10px;
  column-gap:10px;
  }
      

      
          @media (max-width: 850px) {
            
  .ehDPmX {
    width:100%;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

          }
          
        
      
      
  .como_empezar-component\:oPMpavvUWiLeRt3K6GmFV {
    width:100%;
  height:120px;
  border-radius:15px;
  }
      

      
        
      
      
  .dGYclx {
    gap:20px;
  flex:1;
  color:var(--piafit-white, #ffffff);
  display:flex;
  flex-wrap:wrap;
  font-size:18px;
  align-items:center;
  font-weight:700;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .dBbGHN {
    gap:8px;
  cursor:pointer;
  display:none;
  flex-direction:row;
  }
      

      
          @media (max-width: 850px) {
            
  .dBbGHN {
    display:flex;
  }
      

          }
          
        
      
      
  .como_empezar-component\:urYd71y7q8uDa3ZHx3qjG {
    width:100%;
  height:120px;
  border-radius:15px;
  }
      

      
        
      
      
  .como_empezar-component\:w9uy_uj7YiGPrkbEr2bt4 {
    width:100%;
  height:120px;
  border-radius:15px;
  }
      

      
        
      
      
  .como_empezar-component\:yP9nCP3qvxm_8Gm5ES1LP {
    width:100%;
  height:120px;
  border-radius:15px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .tpOdI {
    gap:30px;
  font-family:'Raleway';
  }
      

      
        
      
      
  .feMesP {
    gap:20px;
  flex:1;
  flex-grow:0;
  max-width:-;
  }
      

      
        
      
      
  .video_tecnica-component\:1nGfL29qTivYliHL6vYVq {
    margin-top:4px;
  }
      

      
        
      
      
  .video_tecnica-component\:5jShmbhF71WOWBemx1EUw {
    width:30%;
  height:20px;
  border-radius:15px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .video_tecnica-component\:A0bJAPu5zwn4OPZmgU7A0 {
    width:30%;
  height:20px;
  border-radius:15px;
  }
      

      
        
      
      
  .cpedfO {
    gap:15px;
  color:var(--piafit-white, #ffffff);
  display:flex;
  font-size:32px;
  align-items:center;
  font-family:inherit;
  font-weight:700;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .video_tecnica-component\:mllKpKYTgi3x7Qp4zq_JZ {
    width:100%;
  height:221px;
  border-radius:15px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eyElBP {
    gap:30px;
  display:flex;
  max-width:920px;
  overflow-x:hidden;
  font-family:'Raleway';
  flex-direction:column;
  }
      

      
        
      
      
  .eACiRQ {
    gap:10px;
  color:var(--piafit-white, #ffffff);
  display:flex;
  flex-wrap:wrap;
  font-size:24px;
  align-items:center;
  font-family:'Raleway';
  font-weight:700;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
          @media (max-width: 850px) {
            
  .filtros_componente\:9g7FyAop56KmIeYFGFWZN {
    width:91vw;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .ySCpE {
    gap:0.5rem;
  flex-wrap:wrap;
  flex-direction:row;
  }
      

      
          @media (max-width: 850px) {
            
  .ySCpE {
    display:flex;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .eOjfVc {
    gap:5px;
  flex-direction:row;
  }
      

      
          @media (max-width: 850px) {
            
  .eOjfVc {
    width:100%;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

          }
          
        
      
      
  .dNiRJA {
    cursor:pointer;
  font-size:14px;
  align-items:center;
  font-weight:400;
  padding-top:4px;
  padding-left:24px;
  border-radius:24px;
  padding-right:24px;
  padding-bottom:4px;
  justify-content:center;
  background-color:#0D2426;
  }
      

      
  .dNiRJA.seleccioando {
    font-size:14px;
  align-items:center;
  font-weight:400;
  padding-top:4px;
  padding-left:24px;
  border-radius:24px;
  padding-right:24px;
  padding-bottom:4px;
  justify-content:center;
  background-color:var(--piafit-main, #349392);
  }
      

        
      
      
  .home-component\:1bgKvZkLJ6M4TsRBldCH8 {
    margin-top:30px;
  margin-bottom:30px;
  }
      

      
        
      
      
  .fxDMNW {
    gap:20px;
  flex:1;
  }
      

      
        
      
      
  .bynWbM {
    gap:30px;
  align-items:start;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .home-component\:4hxaJQQxNjJe6qKvI3snt {
    width:30%;
  height:20px;
  border-radius:15px;
  }
      

      
        
      
      
  .home-component\:7M7AQtfPWf9sERz5NmsY6 {
    width:30%;
  height:20px;
  border-radius:15px;
  }
      

      
        
      
      
  .dAlXky {
    color:var(--piafit-white, #ffffff);
  font-size:14px;
  font-family:inherit;
  font-weight:400;
  }
      

      
        
      
      
  .home-component\:AANVDAy9Gfie0EBsIIofD {
    width:30%;
  height:20px;
  border-radius:15px;
  }
      

      
        
      
      
  .fhZwNZ {
    gap:20px;
  align-items:start;
  padding-top:24px;
  border-color:#214D4E;
  border-style:solid;
  border-width:1px;
  padding-left:40px;
  border-radius:15px;
  padding-right:24px;
  flex-direction:row;
  padding-bottom:24px;
  justify-content:space-between;
  background-color:#0D2426;
  }
      

      
          @media (max-width: 500px) {
            
  .fhZwNZ {
    padding-top:20px;
  padding-left:20px;
  padding-right:20px;
  flex-direction:column;
  padding-bottom:20px;
  }
      

          }
          
        
      
      
  .dfQaNK {
    width:35px;
  cursor:pointer;
  height:35px;
  align-items:center;
  border-radius:42px;
  justify-content:center;
  background-color:#1F4142;
  }
      

      
          @media (min-width: 500px) {
            
  .dfQaNK {
    display:none;
  }
      

          }
          
        
      
      
  .bTZeyS {
    width:35px;
  cursor:pointer;
  height:35px;
  display:none;
  border-radius:42px;
  background-color:#1F4142;
  }
      

      
          @media (min-width: 500px) {
            
  .bTZeyS {
    display:flex;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

          }
          
        
      
      
  .cXmLYC {
    flex:1;
  color:var(--piafit-white, #ffffff);
  font-size:20px;
  font-family:'Raleway';
  font-weight:700;
  }
      

      
        
      
      
  .bEDhpb {
    color:inherit;
  display:inline-block;
  font-size:16px;
  font-family:'Raleway';
  font-weight:300;
  padding-top:7px;
  }
      

      
        
      
      
  .cEtvpC {
    width:48px;
  height:48px;
  align-items:center;
  border-radius:15px;
  justify-content:center;
  background-color:var(--piafit-main, #349392);
  }
      

      
        
      
      
  .fIQCy {
    width:fit-content;
  }
      

      
          @media (max-width: 500px) {
            
  .fIQCy {
    width:100%;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

          }
          
        
      
      
  .diOgIh {
    color:var(--piafit-white, #ffffff);
  width:fit-content;
  cursor:pointer;
  height:40px;
  font-size:16px;
  margin-top:20px;
  align-items:center;
  font-family:'Raleway';
  font-weight:600;
  padding-top:12px;
  border-color:var(--piafit-main, #349392);
  border-style:solid;
  border-width:1px;
  padding-left:24px;
  border-radius:35px;
  padding-right:24px;
  padding-bottom:12px;
  justify-content:center;
  }
      

      
        
      
      
  .home-component\:BHEU2J4vbYhDDyS7i6Z-v {
    margin-top:30px;
  margin-bottom:30px;
  }
      

      
        
      
      
  .eiOkJS {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:fit-content;
  z-index:1;
  position:absolute;
  object-fit:contain;
  }
      

      
          @media (max-width: 750px) {
            
  .eiOkJS {
    height:100%;
  object-fit:cover;
  }
      

          }
          
        
      
      
  .home-component\:D-XPLDwhhrk3cIkhSJ54h {
    width:30%;
  height:20px;
  border-radius:15px;
  }
      

      
        
      
      
  .bnodnV {
    gap:30px;
  cursor:pointer;
  align-items:start;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .byGQup {
    gap:30px;
  width:100%;
  cursor:pointer;
  height:auto;
  flex-grow:1;
  max-height:auto;
  object-fit:contain;
  border-radius:15px;
  }
      

      
          @media (max-width: 500px) {
            
  .byGQup {
    height:auto;
  object-fit:fill;
  }
      

          }
          
        
      
      
  .home-component\:GxxlJlSyFxltrOnIHjnuL {
    width:100%;
  height:221px;
  border-radius:15px;
  }
      

      
        
      
      
  .home-component\:HmZPJRkGQqOR27nxNOlpu {
    width:30%;
  height:20px;
  border-radius:15px;
  }
      

      
        
      
      
  .home-component\:IhYkjeJHz5k4YvnSS2jT- {
    width:100%;
  height:221px;
  border-radius:15px;
  }
      

      
        
      
      
  .home-component\:JUQcbeql_I2Vhn-6BVEm5 {
    width:100%;
  height:221px;
  border-radius:15px;
  }
      

      
        
      
      
  .home-component\:J_rULsCgqUokCf7ACtgbv {
    width:30%;
  height:20px;
  border-radius:15px;
  }
      

      
        
      
      
  .dynGEL {
    gap:20px;
  flex:1;
  cursor:pointer;
  min-width:395px;
  flex-shrink:1;
  }
      

      
          @media (max-width: 500px) {
            
  .dynGEL {
    width:100%;
  min-width:auto;
  }
      

          }
          
        
      
      
  .eGYcVt {
    display:none;
  font-size:14px;
  font-family:inherit;
  font-weight:400;
  }
      

      
        
      
      
  .dHkiJy {
    gap:30px;
  flex-wrap:nowrap;
  overflow-x:scroll;
  align-items:start;
  flex-direction:row;
  padding-bottom:15px;
  justify-content:start;
  }
      

      
        
      
      
  .home-component\:Rg0arEIuc79m_ICCeq5kb {
    width:30%;
  height:20px;
  border-radius:15px;
  }
      

      
        
      
      
  .home-component\:T9MqZWLxefnPIlvsV6Q60 {
    width:100%;
  height:221px;
  border-radius:15px;
  }
      

      
        
      
      
  .home-component\:TgPXMiI0CMDw9AdPuGlNk {
    width:30%;
  height:20px;
  border-radius:15px;
  }
      

      
        
      
      
  .csHBYS {
    width:100%;
  cursor:pointer;
  height:auto;
  object-fit:contain;
  border-radius:15px;
  }
      

      
          @media (max-width: 500px) {
            
  .csHBYS {
    height:auto;
  object-fit:contain;
  }
      

          }
          
        
      
      
  .home-component\:YED34pE0bzTNWCjswqNov {
    width:30%;
  height:20px;
  border-radius:15px;
  }
      

      
        
      
      
  .home-component\:aQSwnFZUFifD9Xi6MfBQf {
    width:30%;
  height:20px;
  border-radius:15px;
  }
      

      
        
      
      
  .HQcws {
    gap:30px;
  flex-wrap:wrap;
  align-items:start;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 850px) {
            
  .HQcws {
    display:flex;
  flex-wrap:nowrap;
  overflow-x:scroll;
  flex-direction:row;
  padding-bottom:15px;
  }
      

          }
          
        
      
      
  .dwnfoL {
    gap:20px;
  flex:1;
  cursor:pointer;
  min-width:395px;
  padding-bottom:15px;
  }
      

      
          @media (max-width: 500px) {
            
  .dwnfoL {
    min-width:100%;
  }
      

          }
          
        
      
      
  .home-component\:dsdP6ZIvRZ5w_nfo7Nn-i {
    width:30%;
  height:20px;
  border-radius:15px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cyaQVh {
    gap:30px;
  cursor:pointer;
  max-height:auto;
  object-fit:contain;
  border-radius:15px;
  }
      

      
          @media (max-width: 500px) {
            
  .cyaQVh {
    height:auto;
  object-fit:fill;
  }
      

          }
          
        
      
      
  .LBcew {
    gap:30px;
  flex-wrap:wrap;
  overflow-x:auto;
  align-items:start;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .home-component\:hBHV4ffcGuvjmeeEJHcHM {
    width:100%;
  height:221px;
  border-radius:15px;
  }
      

      
        
      
      
  .dcGaEI {
    color:var(--piafit-main, #349392);
  font-size:16px;
  font-family:inherit;
  font-weight:600;
  }
      

      
        
      
      
  .home-component\:lKGeZd2xsn4q5wtDK62TH {
    width:100%;
  height:221px;
  border-radius:15px;
  }
      

      
        
      
      
  .flmGem {
    width:100%;
  height:auto;
  max-height:auto;
  object-fit:contain;
  border-radius:15px;
  }
      

      
          @media (max-width: 500px) {
            
  .flmGem {
    height:auto;
  object-fit:contain;
  }
      

          }
          
        
      
      
  .home-component\:oc5ss4m-ldwNo1nJRrkmS {
    width:30%;
  height:20px;
  border-radius:15px;
  }
      

      
        
      
      
  .home-component\:pWO29d6fN3FA_zKEAMQ4G {
    width:30%;
  height:20px;
  border-radius:15px;
  }
      

      
        
      
      
  .home-component\:qwnZNDVV7XjVqEmkgWTkt {
    width:30%;
  height:20px;
  border-radius:15px;
  }
      

      
        
      
      
  .home-component\:qxmYDgwrq_ygNoZBctqfw {
    width:30%;
  height:20px;
  border-radius:15px;
  }
      

      
        
      
      
  .home-component\:sHGuZK6BII_b4w9YjXTpN {
    width:100%;
  height:221px;
  border-radius:15px;
  }
      

      
        
      
      
  .bGOWmQ {
    gap:20px;
  flex:1;
  cursor:pointer;
  min-width:395px;
  }
      

      
          @media (max-width: 500px) {
            
  .bGOWmQ {
    min-width:100%;
  }
      

          }
          
        
      
      
  .eLMLkH {
    cursor:pointer;
  max-height:auto;
  object-fit:contain;
  border-radius:15px;
  }
      

      
          @media (max-width: 500px) {
            
  .eLMLkH {
    height:auto;
  object-fit:contain;
  }
      

          }
          
        
      
      
  .home-component\:wqnrwCguJ5DhHd-amjump {
    width:30%;
  height:20px;
  border-radius:15px;
  }
      

      
        
      
      
  .home-component\:xaf4jOahC6xVKGEUKnWC6 {
    width:100%;
  height:221px;
  border-radius:15px;
  }
      

      
        
      
      
  .cFIFWX {
    gap:20px;
  flex:1;
  min-width:395px;
  flex-shrink:1;
  }
      

      
          @media (max-width: 500px) {
            
  .cFIFWX {
    width:100%;
  min-width:100%;
  }
      

          }
          
        
      
      
  .home\:nFtPKpIeuQzMFNc0b75vA {
    width:100%;
  }
      

      
        
      
      
  .bPCISH {
    width:100%;
  max-width:960px;
  font-family:'Raleway';
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eSfaTM {
    gap:30px; /* Espaciado entre filas y columnas */;
  width:100%;
  display:grid;;
  margin-top:30px;
  grid-auto-rows:auto; /* Filas con altura automática según el contenido */;
  grid-template-columns:repeat(3, 1fr); /* 3 columnas de igual tamaño */;
  }
      

      
          @media (max-width: 750px) {
            
  .eSfaTM {
    width:100%;
  display:flex;
  flex-wrap:wrap;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .exSona {
    gap:5px;
  margin-top:30px;
  margin-bottom:30px;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eufRUZ {
    width:100%;
  height:auto;
  object-fit:fill;
  border-radius:15px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bOKNVw {
    gap:30px; /* Espaciado entre filas y columnas */;
  width:100%;
  display:grid;;
  margin-top:30px;
  grid-auto-rows:auto; /* Filas con altura automática según el contenido */;
  grid-template-columns:repeat(3, 1fr); /* 3 columnas de igual tamaño */;
  }
      

      
          @media (max-width: 750px) {
            
  .bOKNVw {
    display:flex;
  flex-wrap:wrap;
  flex-direction:column;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .cdQnsH {
    width:100%;
  row-gap:8px;
  column-gap:8px;
  align-items:center;
  flex-direction:row;
  padding-bottom:;
  justify-content:space-between;
  }
      

      
        
      
      
  .bCsfvX {
    color:var(--neutral-12, #ffffff);
  cursor:pointer;
  display:flex;
  flex-direction:column;
  }
      

      
        
      
      
  .ciIKyd {
    width:fit-content;
  align-items:start;
  justify-content:start;
  }
      

      
        
      
      
  .dfDqVR {
    cursor:default;
  }
      

      
        
      
      
  
      

      
        
      
      
  .so-dropdown-item\:root {
    color:var(--neutral-12, #EEEEF0);
  width:100%;
  height:var(--interactive-height-sm);
  font-size:var(--text-md);
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-family:'Outfit';
  font-weight:var(--normal);
  padding-left:0.75rem;
  border-radius:var(--rounding-md);
  outline-color:transparent;
  outline-style:solid;
  outline-width:0px;
  padding-right:0.75rem;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
  .so-dropdown-item\:root:active {
    background-color:var(--brand-4, #33255B);
  }
      


  .so-dropdown-item\:root:focus {
    background-color:var(--brand-4, #33255B);
  }
      


  .so-dropdown-item\:root.open {
    background-color:var(--brand-4, #33255B);
  }
      


  .so-dropdown-item\:root.disabled {
    color:var(--neutral-9, #6F6D78);
  background-color:transparent;
  }
      

        
      
      
  .bjimQW {
    gap:0.125rem;
  align-items:center;
  padding-left:0.5rem;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .eCZsLN {
    color:var(--neutral-9, #6F6D78);
  width:0.75rem;
  height:0.75rem;
  }
      

      
        
      
      
  .UgCri {
    color:var(--neutral-11, #B5B2BC);
  display:inline-block;
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  font-family:'Outfit';
  font-weight:inherit;
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

      
  .UgCri.truncated {
    overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      


  .UgCri.clamped {
    display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:var(--clamp-lines);
  }
      

        
      
      
  .menu-item-shortcut\:da0isZECMw2nPVNetqsW7 {
    color:var(--neutral-9, #6F6D78);
  }
      

      
        
      
      
  .menu-item-shortcut\:hYeSqaU23-tX-qUiIlZCq {
    color:var(--neutral-9, #6F6D78);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .menu-navbar\:DT6TSQhxrixI2uTcpXjB7 {
    cursor:pointer;
  height:47px;
  border-color:#00000000;
  border-style:solid;
  border-width:1px;
  background-color:#0b0a0b00;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
  .sparkcore\/sc-dropdown-content\:root:focus {
    outline:none;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-dropdown-content\:root {
    gap:0.25rem;
  opacity:0;
  min-width:200px;
  padding-top:0.5rem;
  border-color:var(--neutral-5, #323035);
  border-style:solid;
  border-width:var(--border-md);
  padding-left:0.5rem;
  border-radius:var(--rounding-lg);
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

      
  .so-dropdown-content\:root.open {
    opacity:1;
  }
      


  .so-dropdown-content\:root.open-transition {
    transition:opacity 200ms ease 0ms normal;
  }
      

        
      
      
  .menu-navbar\:DjSg3_d2W0zW7np9goP3Y {
    background-color:#1F4142;
  background-image:url("");
  }
      

      
        
      
      
  .busWEs {
    gap:8px;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .ddhbQC {
    rotate:z 0;
  transition:all 300ms ease 0ms ;
  }
      

      
  .ddhbQC.open {
    rotate:z 180deg;
  transition:all 300ms ease 0ms;
  }
      


          @media (max-width: 750px) {
            
  .ddhbQC {
    display:none;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bFtwKY {
    width:100%;
  height:1px;
  background-color:var(--grey-600, #525252);
  }
      

      
  .bFtwKY.orientation-vertical {
    width:1px;
  height:100%;
  }
      

        
      
      
  .so-separator\:root {
    background-color:var(--neutral-5, #323035);
  }
      

      
        
      
      
  .menu-separator\:root {
    margin-top:0.25rem;
  margin-bottom:0.25rem;
  }
      

      
        
      
      
  .menu-navbar\:P5kGnUKbKEqFKKbOm2p5_ {
    background-color:#2D6062;
  }
      

      
        
      
      
  .bcoKWl {
    width:40px;
  cursor:pointer;
  height:40px;
  object-fit:cover;
  align-items:center;
  border-color:var(--piafit-main, #349392);
  border-style:solid;
  border-width:2px;
  border-radius:100%;
  justify-content:center;
  background-color:var(--brand-6-pia, #349392);
  }
      

      
        
      
      
  .dmuyxX {
    width:40px;
  cursor:pointer;
  height:40px;
  object-fit:cover;
  border-radius:100%;
  }
      

      
        
      
      
  
      

      
          @media (max-width: 750px) {
            
  .zNbrf {
    display:none;
  }
      

          }
          
        
      
      
  .menu-navbar\:jf6HiIu5D2bUsIk1KE_VT {
    background-color:#2D6062;
  }
      

      
        
      
      
  
      

      
        
      
      
  .menu-navbar\:ui81mox0NS7co6OeptqHF {
    background-color:#2D6062;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .djftgi {
    width:40px;
  cursor:pointer;
  height:40px;
  position:relative;
  align-items:center;
  border-radius:99px;
  justify-content:center;
  background-color:var(--piafit-main, #349392);
  }
      

      
        
      
      
  .barra-busqueda\:NK_FKUOBJOBoYdRA6cIK- {
    width:50px;
  cursor:pointer;
  display:none;
  background-color:#0b0a0b00;
  }
      

      
          @media (max-width: 814px) {
            
  .barra-busqueda\:NK_FKUOBJOBoYdRA6cIK- {
    display:flex;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .dbXWaa {
    display:flex;
  row-gap:8px;
  column-gap:8px;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .cHyEmO {
    color:var(--piafit-white, #ffffff);
  width:100%;
  height:57px;
  display:none;
  font-size:19px;
  max-width:574px;
  font-weight:500;
  padding-left:24px;
  border-radius:41px;
  padding-right:24px;
  background-color:#0D2426E3;
  }
      

      
  .cHyEmO:focus {
    outline-color:var(--piafit-main, #349392);
  outline-style:solid;
  outline-width:1px;
  }
      

        
      
      
  .hlsxN {
    width:40px;
  height:40px;
  align-items:center;
  border-color:var(--piafit-white, #ffffff);
  border-style:solid;
  border-width:1px;
  border-radius:100%;
  justify-content:center;
  }
      

      
        
      
      
  .HaUUo {
    color:#FFFFFF;
  width:146px;
  cursor:pointer;
  height:47px;
  font-size:16px;
  align-items:center;
  font-family:'Raleway';
  font-weight:600;
  border-color:#349392;
  border-style:solid;
  border-width:3px;
  border-radius:35px;
  justify-content:center;
  }
      

      
        
      
      
  .cQApNc {
    right:25px;
  bottom:25%;
  display:none;
  position:absolute;
  }
      

      
        
      
      
  .barra-busqueda\:z_1z9ucV4zLzmOcokz7vQ {
    width:110px;
  display:none;
  position:relative;
  }
      

      
          @media (max-width: 814px) {
            
  .barra-busqueda\:z_1z9ucV4zLzmOcokz7vQ {
    display:flex;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .home\:okiUBwyxafG15-iHxXxga {
    width:100%;
  }
      

      
        
      