/* Entrenador Serna (Camilo Serna). Sistema visual del estático de prueba (2026-09-01); copy del paquete creativo v1 (2026-09-17).
   Selectores de componente bajo body.es-sitio para no chocar con Divi ni con otras páginas del sitio.
   Iconos: mask-image con SVG en data-URI (nunca <svg> suelto en el contenido, wpautop lo rompe). */

/* Fuentes alojadas en el sitio (Sora e Inter, licencia OFL; subconjunto latin, fuentes variables). Con el CSS de Google
   Fonts el primer dibujo esperaba a un servidor externo. Se precargan desde el PHP del plugin. */
@font-face{font-family:"Sora";font-style:normal;font-weight:500 700;font-display:swap;src:url("../fonts/sora-latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:"Inter";font-style:normal;font-weight:400 600;font-display:swap;src:url("../fonts/inter-latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}

:root{
  --ink:#0d1f1a;
  --ink-deep:#08140f;
  --ink-soft:#1c342c;
  --body:#3d4c46;
  --muted:#5a6762;
  --accent:#c9f24d;
  --accent-hover:#b8e236;
  --accent-deep:#4f6d05;
  --paper:#f6f7f2;
  --paper-2:#eaeee2;
  --line:#d9dfd0;
  --white:#fff;
  --head:"Sora",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --wrap:1120px;
}
html:has(body.es-sitio){scroll-behavior:smooth;scroll-padding-top:84px;-webkit-text-size-adjust:100%}
@media (prefers-reduced-motion:reduce){html:has(body.es-sitio){scroll-behavior:auto}}

body.es-sitio{
  background:var(--paper);color:var(--body);
  font-family:var(--sans);font-size:17px;line-height:1.7;
  -webkit-font-smoothing:antialiased;
}
body.es-sitio img{max-width:100%;display:block}
body.es-sitio a{color:var(--accent-deep);text-decoration-thickness:1px;text-underline-offset:3px}
body.es-sitio h1,body.es-sitio h2,body.es-sitio h3,body.es-sitio h4{font-family:var(--head);color:var(--ink);line-height:1.12;margin:0 0 .5em;font-weight:600}
body.es-sitio h1{font-size:clamp(2.2rem,5.4vw,3.7rem);letter-spacing:-.025em;font-weight:700}
body.es-sitio h2{font-size:clamp(1.7rem,3.4vw,2.5rem);letter-spacing:-.02em}
body.es-sitio h3{font-size:1.18rem}
body.es-sitio p{margin:0 0 1.1em}
body.es-sitio .es-wrap{width:100%;max-width:var(--wrap);margin-inline:auto;padding-inline:22px}
body.es-sitio .es-eyebrow{
  font-family:var(--sans);font-size:.76rem;font-weight:600;letter-spacing:.13em;
  text-transform:uppercase;color:var(--accent-deep);margin:0 0 1rem;
}
body.es-sitio section{padding:clamp(56px,8vw,104px) 0}
body.es-sitio .es-lede{font-size:1.12rem;max-width:62ch}
body.es-sitio :focus-visible{outline:3px solid var(--accent-deep);outline-offset:3px;border-radius:6px}
/* Sobre los fondos oscuros (banner y cierre) el contorno es lima: el verde oliva da 2,9:1 contra ellos y las
   pautas piden 3:1 como mínimo. */
body.es-sitio .es-hero :focus-visible,body.es-sitio .es-contact :focus-visible{outline-color:var(--accent)}
/* Destino de las anclas del menú: recibe el foco (sitio.js) sin dibujar un marco alrededor de toda la sección. */
body.es-sitio [tabindex="-1"]:focus{outline:none}

/* ---------- iconos (mask-image, ver cabecera del archivo) ---------- */
body.es-sitio .es-i{display:inline-block;background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;flex:none;width:1em;height:1em}

/* ---------- botones ---------- */
body.es-sitio .es-btn{
  display:inline-flex;align-items:center;gap:10px;
  padding:14px 24px;border-radius:999px;border:1px solid transparent;
  font-family:var(--head);font-weight:600;font-size:1rem;line-height:1.2;
  text-decoration:none;cursor:pointer;transition:transform .15s,background .15s,border-color .15s;
}
body.es-sitio .es-btn:hover{transform:translateY(-1px)}
body.es-sitio .es-btn i{width:20px;height:20px}
body.es-sitio .es-btn-wa{background:var(--accent);color:var(--ink)}
body.es-sitio .es-btn-wa:hover{background:var(--accent-hover)}
body.es-sitio .es-btn-ghost{background:transparent;color:var(--ink);border-color:var(--line)}
body.es-sitio .es-btn-ghost:hover{border-color:var(--ink)}
body.es-sitio .es-btn-light{color:var(--white);border-color:rgba(255,255,255,.28)}
body.es-sitio .es-btn-light:hover{border-color:var(--white)}
body.es-sitio .es-btn-sm{padding:10px 18px;font-size:.92rem}
body.es-sitio .es-btn-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:1.6rem}

/* ---------- header ---------- */
body.es-sitio .es-header{
  position:sticky;top:0;z-index:50;
  background:rgba(246,247,242,.88);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
body.es-sitio .es-nav{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:68px;position:relative}
body.es-sitio .es-brand{display:inline-flex;align-items:center;min-height:44px;gap:10px;font-family:var(--head);font-weight:700;color:var(--ink);text-decoration:none;font-size:1.05rem;letter-spacing:-.01em}
body.es-sitio .es-brand-mark{width:34px;height:34px;border-radius:10px;background:var(--ink);display:grid;place-items:center;color:var(--accent);font-size:1.05rem}
body.es-sitio .es-nav-links{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:26px}
body.es-sitio .es-nav-links a{color:var(--ink-soft);text-decoration:none;font-weight:500;font-size:.95rem}
body.es-sitio .es-nav-links a:hover{color:var(--ink)}
body.es-sitio .es-nav-links a.es-btn{color:var(--ink)}
body.es-sitio .es-nav-toggle{display:none;background:none;border:1px solid var(--line);border-radius:10px;padding:8px 10px;cursor:pointer;color:var(--ink);font-family:var(--sans);font-size:.95rem}
body.es-sitio .es-nav-toggle i{width:22px;height:22px}
@media (max-width:860px){
  body.es-sitio .es-nav-toggle{display:inline-flex;align-items:center;min-height:44px;min-width:44px}
  body.es-sitio .es-nav-links{
    display:none;position:absolute;left:-22px;right:-22px;top:100%;
    flex-direction:column;align-items:stretch;gap:0;
    background:var(--paper);border-bottom:1px solid var(--line);padding:8px 22px 18px;
  }
  body.es-sitio .es-nav-links.es-open{display:flex}
  body.es-sitio .es-nav-links li{padding:0;border-bottom:1px solid var(--line)}
  body.es-sitio .es-nav-links li:last-child{border:0;padding-top:16px}
  /* Toda la fila es el enlace: objetivo táctil de 44 px o más. */
  body.es-sitio .es-nav-links a:not(.es-btn){display:flex;align-items:center;min-height:48px}
  body.es-sitio .es-nav-links a.es-btn{min-height:44px}
  /* Enlaces del pie: el área que se toca crece sin mover el texto. */
  body.es-sitio .es-footer a{display:inline-block;padding:14px 6px;margin:-14px -6px}
}

/* ---------- hero ---------- */
body.es-sitio .es-hero{
  background:
    radial-gradient(60% 70% at 85% 20%,rgba(201,242,77,.22) 0,rgba(201,242,77,0) 60%),
    radial-gradient(40% 50% at 10% 90%,rgba(201,242,77,.10) 0,rgba(201,242,77,0) 60%),
    var(--ink);
  color:var(--white);padding:clamp(48px,6vw,84px) 0 0;overflow:hidden;
}
/* Columnas propias dentro del contenido: una clase de columnas puesta en el módulo de Divi no sirve,
   porque Divi envuelve el contenido en .et_pb_text_inner y el grid ve un solo hijo. */
body.es-sitio .es-hero-grid{display:grid;grid-template-columns:minmax(0,600px) minmax(0,1fr);gap:clamp(16px,2.4vw,32px)}
/* El margen inferior del banner va en el texto: la foto llega hasta el borde de abajo. */
body.es-sitio .es-hero-copy{max-width:600px;padding-bottom:clamp(48px,6vw,84px)}
/* Recorte de Camilo con fondo transparente, sin tarjeta detrás. La figura toma el alto del texto (el banner
   mide lo que mida el copy, no lo que mida la foto) y la imagen, en posición absoluta, se corta abajo. */
body.es-sitio .es-hero-photo{position:relative;margin:0;justify-self:end;width:100%;max-width:400px;min-height:360px}
body.es-sitio .es-hero-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top}
/* Brillo suave del fondo detrás de la figura: separa el polo verde oscuro del verde oscuro del banner. */
body.es-sitio .es-hero-photo::before{content:"";position:absolute;inset:4% -22% -10%;background:radial-gradient(closest-side,rgba(201,242,77,.28),rgba(201,242,77,0))}
@media (max-width:1100px){
  body.es-sitio .es-hero-grid{grid-template-columns:1fr}
  body.es-sitio .es-hero-copy{padding-bottom:28px}
  /* En celular solo cabeza y torso: la figura entera alargaría demasiado el banner. */
  body.es-sitio .es-hero-photo{justify-self:center;width:min(100%,300px);aspect-ratio:4/5;min-height:0}
}
/* La etiqueta vive dentro del h1 (búsqueda local) y se ve como las demás etiquetas. */
body.es-sitio h1 .es-eyebrow{display:block;line-height:1.7}
body.es-sitio .es-hero .es-eyebrow{color:var(--accent)}
body.es-sitio .es-hero h1{color:var(--white)}
body.es-sitio .es-hero .es-lede{color:rgba(255,255,255,.78)}
body.es-sitio .es-chips{display:flex;flex-wrap:wrap;gap:10px;margin:1.8rem 0 0;padding:0;list-style:none}
body.es-sitio .es-chips li{
  display:inline-flex;align-items:center;gap:8px;
  font-size:.86rem;font-weight:500;color:rgba(255,255,255,.85);
  border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:7px 14px;
}
body.es-sitio .es-chips i{width:15px;height:15px;color:var(--accent)}
body.es-sitio .es-oferta{
  background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);
  border-radius:22px;padding:30px 28px;backdrop-filter:blur(6px);
}
body.es-sitio .es-oferta-title{font-family:var(--head);font-weight:600;line-height:1.12;color:var(--white);font-size:1.35rem;margin:0 0 .6em}
body.es-sitio .es-oferta ul{list-style:none;margin:0 0 1.4rem;padding:0}
body.es-sitio .es-oferta li{display:flex;gap:10px;align-items:flex-start;color:rgba(255,255,255,.85);padding:7px 0;border-bottom:1px solid rgba(255,255,255,.08);font-size:.97rem}
body.es-sitio .es-oferta li:last-child{border:0}
body.es-sitio .es-oferta li i{width:18px;height:18px;color:var(--accent);margin-top:5px}
body.es-sitio .es-oferta .es-note{font-size:.85rem;color:rgba(255,255,255,.55);margin:12px 0 0}

/* ---------- grids y tarjetas ---------- */
body.es-sitio .es-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
body.es-sitio .es-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
@media (max-width:960px){body.es-sitio .es-grid-3,body.es-sitio .es-grid-4{grid-template-columns:repeat(2,1fr)}}
@media (max-width:600px){body.es-sitio .es-grid-3,body.es-sitio .es-grid-4{grid-template-columns:1fr}}
body.es-sitio .es-card{
  background:var(--white);border:1px solid var(--line);border-radius:18px;padding:28px 26px;
  position:relative;
}
body.es-sitio .es-card h3{margin-top:14px}
body.es-sitio .es-card p{margin:0;font-size:.98rem}
body.es-sitio .es-icon{
  width:46px;height:46px;border-radius:13px;background:var(--paper-2);color:var(--ink);
  display:grid;place-items:center;
}
body.es-sitio .es-icon i{width:22px;height:22px}
body.es-sitio .es-badge{
  position:absolute;top:18px;right:18px;background:var(--accent);color:var(--ink);
  font-family:var(--head);font-weight:600;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;
  border-radius:999px;padding:4px 10px;
}
body.es-sitio .es-section-head{max-width:70ch;margin-bottom:clamp(28px,4vw,48px)}
body.es-sitio .es-alt{background:var(--white);border-block:1px solid var(--line)}

/* ---------- pains ---------- */
body.es-sitio .es-pains{background:var(--paper-2)}
body.es-sitio .es-pains .es-closing{margin:2rem 0 0;font-size:1.08rem;color:var(--ink);font-weight:500;max-width:60ch}

/* ---------- método ---------- */
body.es-sitio .es-step{background:var(--white);border:1px solid var(--line);border-radius:18px;padding:30px 26px 26px}
body.es-sitio .es-step .es-num{
  font-family:var(--head);font-weight:700;font-size:2.4rem;line-height:1;color:var(--accent-deep);
  margin-bottom:14px;letter-spacing:-.03em;
}
body.es-sitio .es-step p{margin:0;font-size:.98rem}
body.es-sitio .es-compare{margin-top:clamp(28px,4vw,44px);display:grid;grid-template-columns:1fr 1fr;gap:22px}
@media (max-width:760px){body.es-sitio .es-compare{grid-template-columns:1fr}}
body.es-sitio .es-compare div{border-radius:18px;padding:24px 26px;border:1px solid var(--line);background:var(--white)}
body.es-sitio .es-compare .es-yes{border-color:rgba(88,122,6,.35);background:#f4fbdd}
body.es-sitio .es-compare h4{font-size:1rem;margin-bottom:.6em}
body.es-sitio .es-compare ul{margin:0;padding-left:1.2em;font-size:.97rem}
body.es-sitio .es-compare li{margin:.3em 0}

/* ---------- sobre mí ---------- */
body.es-sitio .es-about-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(32px,5vw,72px);align-items:center}
@media (max-width:860px){body.es-sitio .es-about-grid{grid-template-columns:1fr}}
body.es-sitio .es-photo{
  aspect-ratio:4/5;border-radius:24px;overflow:hidden;
  background:linear-gradient(160deg,var(--ink-soft),var(--ink) 55%,#0b1a15); /* color mientras carga la foto */
}
body.es-sitio .es-photo img{width:100%;height:100%;object-fit:cover}
body.es-sitio .es-facts{list-style:none;margin:1.6rem 0 0;padding:0;display:grid;gap:10px}
body.es-sitio .es-facts li{display:flex;gap:12px;align-items:flex-start}
body.es-sitio .es-facts li i{width:20px;height:20px;color:var(--accent-deep);margin-top:5px}

/* ---------- servicios secundarios y casos reales ---------- */
body.es-sitio .es-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
@media (max-width:600px){body.es-sitio .es-grid-2{grid-template-columns:1fr}}
body.es-sitio .es-subhead{margin:clamp(36px,5vw,56px) 0 18px;font-size:1.25rem}
body.es-sitio .es-card .es-label{
  display:inline-block;background:var(--paper-2);color:var(--ink);
  font-family:var(--head);font-weight:600;font-size:.8rem;letter-spacing:.02em;line-height:1.3;
  border-radius:999px;padding:6px 12px;margin:0 0 14px;
}
body.es-sitio .es-fine{margin:1.6rem 0 0;font-size:.92rem;color:var(--muted);max-width:62ch}

/* ---------- faq ---------- */
body.es-sitio .es-faq{background:var(--paper-2)}
body.es-sitio .es-faq-list{max-width:760px}
body.es-sitio .es-faq-list details{background:var(--white);border:1px solid var(--line);border-radius:14px;margin-bottom:12px;padding:0 22px}
body.es-sitio .es-faq-list summary{
  cursor:pointer;list-style:none;padding:18px 34px 18px 0;position:relative;
  font-family:var(--head);font-weight:600;color:var(--ink);font-size:1.02rem;
}
body.es-sitio .es-faq-list summary::-webkit-details-marker{display:none}
body.es-sitio .es-faq-list summary::after{
  content:"+";position:absolute;right:0;top:50%;transform:translateY(-50%);
  font-size:1.5rem;color:var(--accent-deep);font-weight:400;transition:transform .2s;
}
body.es-sitio .es-faq-list details[open] summary::after{transform:translateY(-50%) rotate(45deg)}
body.es-sitio .es-faq-list details p{padding:0 0 20px;margin:0;font-size:.98rem}

/* ---------- contacto ---------- */
body.es-sitio .es-contact{
  background:
    radial-gradient(50% 80% at 50% 0%,rgba(201,242,77,.18) 0,rgba(201,242,77,0) 70%),
    var(--ink);
  color:var(--white);text-align:center;
}
body.es-sitio .es-contact .es-eyebrow{color:var(--accent)}
body.es-sitio .es-contact h2{color:var(--white);font-size:clamp(1.9rem,4vw,3rem)}
body.es-sitio .es-contact .es-lede{color:rgba(255,255,255,.78);margin-inline:auto}
/* El módulo de texto de Divi fuerza text-align:start y pisa el centrado heredado de la sección. */
body.es-sitio .es-contact-inner{text-align:center}
body.es-sitio .es-contact .es-oferta{max-width:480px;margin:2rem auto 0;text-align:left}
body.es-sitio .es-contact .es-meta{margin:2rem 0 0;font-size:.9rem;color:rgba(255,255,255,.55)}
body.es-sitio .es-contact .es-meta span{display:inline-block;margin:0 10px}

/* ---------- footer ---------- */
body.es-sitio .es-footer{padding:30px 0 40px;font-size:.86rem;color:var(--muted)}
body.es-sitio .es-footer .es-row{display:flex;flex-wrap:wrap;gap:12px 28px;justify-content:space-between;align-items:center}
body.es-sitio .es-footer a{color:var(--muted)}
body.es-sitio .es-disclaimer{margin:14px 0 0;font-size:.8rem;max-width:70ch}

/* ---------- WhatsApp flotante ---------- */
body.es-sitio .es-wa-float{
  position:fixed;right:18px;bottom:18px;z-index:60;
  width:58px;height:58px;border-radius:50%;background:var(--accent);color:var(--ink);
  display:grid;place-items:center;box-shadow:0 10px 30px rgba(13,31,26,.28);
  transition:transform .15s;
}
body.es-sitio .es-wa-float:hover{transform:scale(1.06)}
/* Queda sobre cualquier fondo: anillo blanco y tinta, visible en claro y en oscuro. */
body.es-sitio .es-wa-float:focus-visible{outline:3px solid var(--ink);outline-offset:3px;box-shadow:0 0 0 3px var(--white),0 10px 30px rgba(13,31,26,.28)}
body.es-sitio .es-wa-float i{width:28px;height:28px}

/* ---------- iconos: máscaras (data-URI, ver cabecera) ---------- */
.es-i-wa{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22black%22%20d%3D%22M17.472%2014.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94%201.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198%200-.52.074-.792.372-.272.297-1.04%201.016-1.04%202.479%200%201.462%201.065%202.875%201.213%203.074.149.198%202.096%203.2%205.077%204.487.709.306%201.262.489%201.694.625.712.227%201.36.195%201.871.118.571-.085%201.758-.719%202.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421%207.403h-.004a9.87%209.87%200%200%201-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86%209.86%200%200%201-1.51-5.26c.001-5.45%204.436-9.884%209.888-9.884%202.64%200%205.122%201.03%206.988%202.898a9.825%209.825%200%200%201%202.893%206.994c-.003%205.45-4.437%209.885-9.885%209.885m8.413-18.297A11.815%2011.815%200%200%200%2012.05%200C5.495%200%20.16%205.335.157%2011.892c0%202.096.547%204.142%201.588%205.945L.057%2024l6.305-1.654a11.882%2011.882%200%200%200%205.683%201.448h.005c6.554%200%2011.89-5.335%2011.893-11.893a11.821%2011.821%200%200%200-3.48-8.413z%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22black%22%20d%3D%22M17.472%2014.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94%201.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198%200-.52.074-.792.372-.272.297-1.04%201.016-1.04%202.479%200%201.462%201.065%202.875%201.213%203.074.149.198%202.096%203.2%205.077%204.487.709.306%201.262.489%201.694.625.712.227%201.36.195%201.871.118.571-.085%201.758-.719%202.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421%207.403h-.004a9.87%209.87%200%200%201-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86%209.86%200%200%201-1.51-5.26c.001-5.45%204.436-9.884%209.888-9.884%202.64%200%205.122%201.03%206.988%202.898a9.825%209.825%200%200%201%202.893%206.994c-.003%205.45-4.437%209.885-9.885%209.885m8.413-18.297A11.815%2011.815%200%200%200%2012.05%200C5.495%200%20.16%205.335.157%2011.892c0%202.096.547%204.142%201.588%205.945L.057%2024l6.305-1.654a11.882%2011.882%200%200%200%205.683%201.448h.005c6.554%200%2011.89-5.335%2011.893-11.893a11.821%2011.821%200%200%200-3.48-8.413z%22%2F%3E%3C%2Fsvg%3E")}
.es-i-check{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222.2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20%206%209%2017l-5-5%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222.2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20%206%209%2017l-5-5%22%2F%3E%3C%2Fsvg%3E")}
.es-i-menu{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%3E%3Cpath%20d%3D%22M4%207h16M4%2012h16M4%2017h16%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%3E%3Cpath%20d%3D%22M4%207h16M4%2012h16M4%2017h16%22%2F%3E%3C%2Fsvg%3E")}
.es-i-persona{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%228%22%20r%3D%224%22%2F%3E%3Cpath%20d%3D%22M4%2021a8%208%200%200%201%2016%200%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%228%22%20r%3D%224%22%2F%3E%3Cpath%20d%3D%22M4%2021a8%208%200%200%201%2016%200%22%2F%3E%3C%2Fsvg%3E")}
.es-i-pulso{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M19%2014c1.5-1.5%203-3.2%203-5.5A5.5%205.5%200%200%200%2016.5%203c-1.8%200-3%20.9-4.5%202.5C10.5%203.9%209.3%203%207.5%203A5.5%205.5%200%200%200%202%208.5c0%202.3%201.5%204%203%205.5l7%207z%22%2F%3E%3Cpath%20d%3D%22M3.2%2012h5l1.5-3%203%206%201.5-3h4.6%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M19%2014c1.5-1.5%203-3.2%203-5.5A5.5%205.5%200%200%200%2016.5%203c-1.8%200-3%20.9-4.5%202.5C10.5%203.9%209.3%203%207.5%203A5.5%205.5%200%200%200%202%208.5c0%202.3%201.5%204%203%205.5l7%207z%22%2F%3E%3Cpath%20d%3D%22M3.2%2012h5l1.5-3%203%206%201.5-3h4.6%22%2F%3E%3C%2Fsvg%3E")}
.es-i-fuerza{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m6.5%206.5%2011%2011%22%2F%3E%3Cpath%20d%3D%22m21%2021-1-1%22%2F%3E%3Cpath%20d%3D%22m3%203%201%201%22%2F%3E%3Cpath%20d%3D%22m18%2022%204-4%22%2F%3E%3Cpath%20d%3D%22m2%206%204-4%22%2F%3E%3Cpath%20d%3D%22m3%2010%207-7%22%2F%3E%3Cpath%20d%3D%22m14%2021%207-7%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m6.5%206.5%2011%2011%22%2F%3E%3Cpath%20d%3D%22m21%2021-1-1%22%2F%3E%3Cpath%20d%3D%22m3%203%201%201%22%2F%3E%3Cpath%20d%3D%22m18%2022%204-4%22%2F%3E%3Cpath%20d%3D%22m2%206%204-4%22%2F%3E%3Cpath%20d%3D%22m3%2010%207-7%22%2F%3E%3Cpath%20d%3D%22m14%2021%207-7%22%2F%3E%3C%2Fsvg%3E")}
.es-i-hueso{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M17%2010c.7-.7%201.69%200%202.5%200a2.5%202.5%200%201%200%200-5%20.5.5%200%200%201-.5-.5%202.5%202.5%200%201%200-5%200c0%20.81.7%201.8%200%202.5l-7%207c-.7.7-1.69%200-2.5%200a2.5%202.5%200%200%200%200%205c.28%200%20.5.22.5.5a2.5%202.5%200%201%200%205%200c0-.81-.7-1.8%200-2.5Z%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M17%2010c.7-.7%201.69%200%202.5%200a2.5%202.5%200%201%200%200-5%20.5.5%200%200%201-.5-.5%202.5%202.5%200%201%200-5%200c0%20.81.7%201.8%200%202.5l-7%207c-.7.7-1.69%200-2.5%200a2.5%202.5%200%200%200%200%205c.28%200%20.5.22.5.5a2.5%202.5%200%201%200%205%200c0-.81-.7-1.8%200-2.5Z%22%2F%3E%3C%2Fsvg%3E")}
.es-i-pasos{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M4%2016v-2.38C4%2011.5%202.97%2010.5%203%208c.03-2.72%201.49-6%204.5-6C9.37%202%2010%203.8%2010%205.5c0%203.11-2%205.66-2%208.68V16a2%202%200%201%201-4%200Z%22%2F%3E%3Cpath%20d%3D%22M20%2020v-2.38c0-2.12%201.03-3.12%201-5.62-.03-2.72-1.49-6-4.5-6C14.63%206%2014%207.8%2014%209.5c0%203.11%202%205.66%202%208.68V20a2%202%200%201%200%204%200Z%22%2F%3E%3Cpath%20d%3D%22M16%2017h4%22%2F%3E%3Cpath%20d%3D%22M4%2013h4%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M4%2016v-2.38C4%2011.5%202.97%2010.5%203%208c.03-2.72%201.49-6%204.5-6C9.37%202%2010%203.8%2010%205.5c0%203.11-2%205.66-2%208.68V16a2%202%200%201%201-4%200Z%22%2F%3E%3Cpath%20d%3D%22M20%2020v-2.38c0-2.12%201.03-3.12%201-5.62-.03-2.72-1.49-6-4.5-6C14.63%206%2014%207.8%2014%209.5c0%203.11%202%205.66%202%208.68V20a2%202%200%201%200%204%200Z%22%2F%3E%3Cpath%20d%3D%22M16%2017h4%22%2F%3E%3Cpath%20d%3D%22M4%2013h4%22%2F%3E%3C%2Fsvg%3E")}
.es-i-grupo{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M16%2021v-2a4%204%200%200%200-4-4H6a4%204%200%200%200-4%204v2%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%227%22%20r%3D%224%22%2F%3E%3Cpath%20d%3D%22M22%2021v-2a4%204%200%200%200-3-3.87%22%2F%3E%3Cpath%20d%3D%22M16%203.13a4%204%200%200%201%200%207.75%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M16%2021v-2a4%204%200%200%200-4-4H6a4%204%200%200%200-4%204v2%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%227%22%20r%3D%224%22%2F%3E%3Cpath%20d%3D%22M22%2021v-2a4%204%200%200%200-3-3.87%22%2F%3E%3Cpath%20d%3D%22M16%203.13a4%204%200%200%201%200%207.75%22%2F%3E%3C%2Fsvg%3E")}
.es-i-video{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m22%208-6%204%206%204V8Z%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%226%22%20width%3D%2214%22%20height%3D%2212%22%20rx%3D%222%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m22%208-6%204%206%204V8Z%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%226%22%20width%3D%2214%22%20height%3D%2212%22%20rx%3D%222%22%2F%3E%3C%2Fsvg%3E")}
.es-i-figuras{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M8.3%2010a.7.7%200%200%201-.626-1.079L11.4%203a.7.7%200%200%201%201.198-.043L16.3%208.9a.7.7%200%200%201-.572%201.1Z%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%2214%22%20width%3D%227%22%20height%3D%227%22%20rx%3D%221%22%2F%3E%3Ccircle%20cx%3D%2217.5%22%20cy%3D%2217.5%22%20r%3D%223.5%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M8.3%2010a.7.7%200%200%201-.626-1.079L11.4%203a.7.7%200%200%201%201.198-.043L16.3%208.9a.7.7%200%200%201-.572%201.1Z%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%2214%22%20width%3D%227%22%20height%3D%227%22%20rx%3D%221%22%2F%3E%3Ccircle%20cx%3D%2217.5%22%20cy%3D%2217.5%22%20r%3D%223.5%22%2F%3E%3C%2Fsvg%3E")}
.es-i-trofeo{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M6%209H4.5a2.5%202.5%200%200%201%200-5H6%22%2F%3E%3Cpath%20d%3D%22M18%209h1.5a2.5%202.5%200%200%200%200-5H18%22%2F%3E%3Cpath%20d%3D%22M4%2022h16%22%2F%3E%3Cpath%20d%3D%22M10%2014.66V17c0%20.55-.47.98-.97%201.21C7.85%2018.75%207%2020.24%207%2022%22%2F%3E%3Cpath%20d%3D%22M14%2014.66V17c0%20.55.47.98.97%201.21C16.15%2018.75%2017%2020.24%2017%2022%22%2F%3E%3Cpath%20d%3D%22M18%202H6v7a6%206%200%200%200%2012%200V2Z%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M6%209H4.5a2.5%202.5%200%200%201%200-5H6%22%2F%3E%3Cpath%20d%3D%22M18%209h1.5a2.5%202.5%200%200%200%200-5H18%22%2F%3E%3Cpath%20d%3D%22M4%2022h16%22%2F%3E%3Cpath%20d%3D%22M10%2014.66V17c0%20.55-.47.98-.97%201.21C7.85%2018.75%207%2020.24%207%2022%22%2F%3E%3Cpath%20d%3D%22M14%2014.66V17c0%20.55.47.98.97%201.21C16.15%2018.75%2017%2020.24%2017%2022%22%2F%3E%3Cpath%20d%3D%22M18%202H6v7a6%206%200%200%200%2012%200V2Z%22%2F%3E%3C%2Fsvg%3E")}
