/* =========================================================================
   lc-fab · Canales de contacto flotantes
   -------------------------------------------------------------------------
   Organismo. Extraído del home el 2026-09-04 (hallazgo 27 del inventario):
   llevaba meses en producción y nunca había entrado a la biblioteca. El censo
   se hizo recorriendo el <main> sección por sección, y esto no es una sección
   — vive DESPUÉS del footer y acompaña la página entera.

   Es cromo flotante: como el header, no se compone dentro de una plantilla,
   se pone una vez por página. En la plantilla del home ocupa la ranura
   `data-slot="canales-flotantes"`.

   Cinco canales sobre un velo azul de marca con blur; el panel entra de abajo
   hacia arriba y el botón cambia de icono y de etiqueta al abrirse.

   OJO al mantenerlo: los iconos son data-URI usados como `mask`, no como
   imagen — el color lo pone `background`, así que se recolorean con CSS y no
   hay que exportar una versión por color.

   NO se trae la clase de demo `lc-demo-lock` que hay en el home: eso era el
   bloqueo de scroll para enseñarle el botón al cliente, no parte del
   componente. El bloqueo real de fondo al abrir lo hace el JS.
   ========================================================================= */

/* ============================================================
   FAB · CANALES DE CONTACTO
   Botón flotante que abre un panel con los canales de contacto.
   El panel entra de abajo hacia arriba (ease-out) y la página
   queda cubierta por un velo blanco 25% con blur.
============================================================ */

.lc-fab {
  --lc-fab-size:   60px;
  --lc-fab-inset:  32px;
  --lc-fab-ease:   cubic-bezier(0.16, 1, 0.3, 1);   /* ease-out */
}

/* — Velo de página ——————————————————————————————————————— */
.lc-fab__overlay {
  position: fixed;
  inset: 0;
  z-index: 900;
  background: rgba(0, 45, 114, 0.20);   /* --lc-brand-primary al 20% */
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.32s ease, visibility 0s linear 0.32s;
}

.lc-fab.is-open .lc-fab__overlay {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.32s ease, visibility 0s linear 0s;
}

/* — Botón flotante: píldora icono + label ————————————————— */
.lc-fab__btn {
  position: fixed;
  right: var(--lc-fab-inset);
  bottom: var(--lc-fab-inset);
  z-index: 1000;
  height: var(--lc-fab-size);
  display: flex;
  align-items: center;
  gap: var(--lc-space-sm);
  padding: 0 22px 0 18px;
  border: none;
  border-radius: var(--lc-radius-full);
  background: var(--lc-brand-secondary);
  color: var(--lc-text-on-brand);
  box-shadow: 0 4px 20px rgba(228, 0, 70, 0.40);
  cursor: pointer;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.lc-fab__btn:hover {
  background: var(--lc-brand-secondary-hover);
  box-shadow: 0 6px 24px rgba(228, 0, 70, 0.55);
  transform: translateY(-2px);
}

.lc-fab__btn:focus-visible {
  outline: 3px solid var(--lc-brand-primary);
  outline-offset: 3px;
}

.lc-fab__btn-label {
  font-family: var(--lc-font-body);
  font-size: var(--lc-size-btn);
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

/* Los dos iconos se apilan y se cruzan al abrir/cerrar */
.lc-fab__btn-icons {
  position: relative;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
}

.lc-fab__btn-icon {
  position: absolute;
  inset: 0;
  width: 34px;
  height: 34px;
  transition: opacity 0.22s ease, transform 0.28s var(--lc-fab-ease);
}

/* La X no necesita el mismo peso visual que el icono de marca */
.lc-fab__btn-icon--close {
  padding: 5px;
}

.lc-fab__btn-icon--open {
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M253.47%2048.6504C357.658%2048.6504%20443.288%20119.288%20459.882%20217.87H473.4C488.067%20217.87%20500%20229.804%20499.99%20244.49V322.36C499.99%20337.027%20488.057%20348.96%20473.39%20348.96H462.78V351.57C462.78%20370.66%20455.252%20391.534%20430.508%20407.635C406.347%20423.356%20365.969%20434.4%20300.56%20435.324V435.91C300.56%20451.057%20288.246%20463.37%20273.1%20463.37H224.42C209.273%20463.37%20196.96%20451.057%20196.96%20435.91V416.86C196.96%20401.714%20209.273%20389.4%20224.42%20389.4H273.1C288.246%20389.4%20300.56%20401.714%20300.56%20416.86V417.313C334.553%20416.816%20370.385%20413.354%20397.899%20403.61C426.271%20393.563%20444.78%20377.284%20444.78%20351.561V348.95H434.17C419.503%20348.95%20407.57%20337.017%20407.57%20322.351V244.48C407.57%20229.814%20419.503%20217.881%20434.17%20217.881H441.586C425.259%20129.709%20347.852%2066.6504%20253.46%2066.6504C164.046%2066.6504%2087.1623%20130.986%2070.5352%20217.881H77.8203C92.487%20217.881%20104.42%20229.814%20104.42%20244.48V322.351C104.42%20337.017%2092.487%20348.95%2077.8203%20348.95H38.5996C23.933%20348.95%2012.0001%20337.017%2012%20322.351V244.48C12%20229.814%2023.9329%20217.881%2038.5996%20217.881H52.2314C69.104%20120.849%20154.241%2048.6505%20253.47%2048.6504ZM224.43%20407.391C219.217%20407.391%20214.97%20411.638%20214.97%20416.851V435.9C214.97%20441.113%20219.217%20445.36%20224.43%20445.36H273.11C278.323%20445.36%20282.57%20441.113%20282.57%20435.9V416.851C282.57%20411.638%20278.323%20407.391%20273.11%20407.391H224.43ZM38.5996%20235.87C33.8566%20235.87%2030%20239.728%2030%20244.471V322.341C30.0002%20327.084%2033.8568%20330.94%2038.5996%20330.94H77.8203C82.5632%20330.94%2086.4197%20327.084%2086.4199%20322.341V244.471C86.4199%20239.736%2082.5616%20235.87%2077.8203%20235.87H38.5996ZM434.18%20235.87C429.437%20235.87%20425.58%20239.728%20425.58%20244.471V322.341C425.58%20327.084%20429.437%20330.94%20434.18%20330.94H473.4C478.143%20330.94%20482%20327.084%20482%20322.341V244.471C482%20239.728%20478.143%20235.87%20473.4%20235.87H434.18Z%22%20fill%3D%22%23E40046%22%2F%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M196.849%20133.004C222.097%20133.27%20244.281%20146.792%20256.802%20163.474C256.93%20163.281%20277.935%20132%20319.965%20133.063C360.561%20134.096%20394.059%20167.785%20394%20209.239C394%20228.725%20386.458%20248.359%20368.487%20266.488L366.035%20268.942C353.786%20281.134%20341.77%20292.12%20333.871%20300.147C330.424%20303.66%20321.438%20311.662%20320.908%20327.959C320.496%20340.98%20331.131%20350.28%20335.256%20353.233C335.226%20353.262%20335.225%20353.263%20335.225%20353.263C336.639%20354.178%20337.553%20355.743%20337.553%20357.544L337.547%20357.8C337.416%20360.428%20335.288%20362.538%20332.663%20362.681L329.059%20362.787C286.257%20363.966%20224.325%20361.749%20166.754%20314.933L165.355%20313.787C127.94%20282.845%20109.498%20233.479%20121.783%20192.586C129.531%20157.894%20160.554%20132.65%20196.849%20133.004ZM196.638%20153.003C169.92%20152.75%20147.021%20171.342%20141.303%20196.946L141.145%20197.65L140.937%20198.34C131.45%20229.922%20145.479%20271.394%20178.099%20298.373C220.394%20333.344%20265.409%20341.559%20303.244%20342.808C301.692%20338.23%20300.737%20333.043%20300.918%20327.326V327.318L300.919%20327.309C301.722%20302.628%20316.088%20289.714%20319.594%20286.141L319.604%20286.129L319.615%20286.118C324.1%20281.561%20329.762%20276.177%20335.619%20270.582C341.586%20264.883%20347.962%20258.771%20354.298%20252.393C368.865%20237.691%20374%20223.007%20374%20209.239V209.21C374.043%20178.716%20349.299%20153.817%20319.456%20153.057C288.297%20152.271%20272.703%20175.68%20273.454%20174.551L257.787%20198.104L240.805%20175.48C231.598%20163.212%20215%20153.196%20196.638%20153.003Z%22%20fill%3D%22%23E40046%22%2F%3E%20%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M253.47%2048.6504C357.658%2048.6504%20443.288%20119.288%20459.882%20217.87H473.4C488.067%20217.87%20500%20229.804%20499.99%20244.49V322.36C499.99%20337.027%20488.057%20348.96%20473.39%20348.96H462.78V351.57C462.78%20370.66%20455.252%20391.534%20430.508%20407.635C406.347%20423.356%20365.969%20434.4%20300.56%20435.324V435.91C300.56%20451.057%20288.246%20463.37%20273.1%20463.37H224.42C209.273%20463.37%20196.96%20451.057%20196.96%20435.91V416.86C196.96%20401.714%20209.273%20389.4%20224.42%20389.4H273.1C288.246%20389.4%20300.56%20401.714%20300.56%20416.86V417.313C334.553%20416.816%20370.385%20413.354%20397.899%20403.61C426.271%20393.563%20444.78%20377.284%20444.78%20351.561V348.95H434.17C419.503%20348.95%20407.57%20337.017%20407.57%20322.351V244.48C407.57%20229.814%20419.503%20217.881%20434.17%20217.881H441.586C425.259%20129.709%20347.852%2066.6504%20253.46%2066.6504C164.046%2066.6504%2087.1623%20130.986%2070.5352%20217.881H77.8203C92.487%20217.881%20104.42%20229.814%20104.42%20244.48V322.351C104.42%20337.017%2092.487%20348.95%2077.8203%20348.95H38.5996C23.933%20348.95%2012.0001%20337.017%2012%20322.351V244.48C12%20229.814%2023.9329%20217.881%2038.5996%20217.881H52.2314C69.104%20120.849%20154.241%2048.6505%20253.47%2048.6504ZM224.43%20407.391C219.217%20407.391%20214.97%20411.638%20214.97%20416.851V435.9C214.97%20441.113%20219.217%20445.36%20224.43%20445.36H273.11C278.323%20445.36%20282.57%20441.113%20282.57%20435.9V416.851C282.57%20411.638%20278.323%20407.391%20273.11%20407.391H224.43ZM38.5996%20235.87C33.8566%20235.87%2030%20239.728%2030%20244.471V322.341C30.0002%20327.084%2033.8568%20330.94%2038.5996%20330.94H77.8203C82.5632%20330.94%2086.4197%20327.084%2086.4199%20322.341V244.471C86.4199%20239.736%2082.5616%20235.87%2077.8203%20235.87H38.5996ZM434.18%20235.87C429.437%20235.87%20425.58%20239.728%20425.58%20244.471V322.341C425.58%20327.084%20429.437%20330.94%20434.18%20330.94H473.4C478.143%20330.94%20482%20327.084%20482%20322.341V244.471C482%20239.728%20478.143%20235.87%20473.4%20235.87H434.18Z%22%20fill%3D%22%23E40046%22%2F%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M196.849%20133.004C222.097%20133.27%20244.281%20146.792%20256.802%20163.474C256.93%20163.281%20277.935%20132%20319.965%20133.063C360.561%20134.096%20394.059%20167.785%20394%20209.239C394%20228.725%20386.458%20248.359%20368.487%20266.488L366.035%20268.942C353.786%20281.134%20341.77%20292.12%20333.871%20300.147C330.424%20303.66%20321.438%20311.662%20320.908%20327.959C320.496%20340.98%20331.131%20350.28%20335.256%20353.233C335.226%20353.262%20335.225%20353.263%20335.225%20353.263C336.639%20354.178%20337.553%20355.743%20337.553%20357.544L337.547%20357.8C337.416%20360.428%20335.288%20362.538%20332.663%20362.681L329.059%20362.787C286.257%20363.966%20224.325%20361.749%20166.754%20314.933L165.355%20313.787C127.94%20282.845%20109.498%20233.479%20121.783%20192.586C129.531%20157.894%20160.554%20132.65%20196.849%20133.004ZM196.638%20153.003C169.92%20152.75%20147.021%20171.342%20141.303%20196.946L141.145%20197.65L140.937%20198.34C131.45%20229.922%20145.479%20271.394%20178.099%20298.373C220.394%20333.344%20265.409%20341.559%20303.244%20342.808C301.692%20338.23%20300.737%20333.043%20300.918%20327.326V327.318L300.919%20327.309C301.722%20302.628%20316.088%20289.714%20319.594%20286.141L319.604%20286.129L319.615%20286.118C324.1%20281.561%20329.762%20276.177%20335.619%20270.582C341.586%20264.883%20347.962%20258.771%20354.298%20252.393C368.865%20237.691%20374%20223.007%20374%20209.239V209.21C374.043%20178.716%20349.299%20153.817%20319.456%20153.057C288.297%20152.271%20272.703%20175.68%20273.454%20174.551L257.787%20198.104L240.805%20175.48C231.598%20163.212%20215%20153.196%20196.638%20153.003Z%22%20fill%3D%22%23E40046%22%2F%3E%20%3C%2Fsvg%3E");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.lc-fab__btn-icon--close {
  opacity: 0;
  transform: rotate(-45deg) scale(0.7);
}

.lc-fab.is-open .lc-fab__btn-icon--open {
  opacity: 0;
  transform: rotate(45deg) scale(0.7);
}

.lc-fab.is-open .lc-fab__btn-icon--close {
  opacity: 1;
  transform: rotate(0) scale(1);
}

/* — Panel de canales ————————————————————————————————————— */
.lc-fab__panel {
  position: fixed;
  right: var(--lc-fab-inset);
  bottom: calc(var(--lc-fab-inset) + var(--lc-fab-size) + var(--lc-space-md));
  z-index: 1000;
  width: 340px;
  max-width: calc(100vw - 32px);
  padding: var(--lc-space-lg) var(--lc-space-lg) var(--lc-space-sm);
  background: var(--lc-bg-surface);
  border-radius: var(--lc-radius-xl);
  box-shadow: 0 16px 40px rgba(3, 14, 37, 0.18);

  /* Entrada de abajo hacia arriba */
  opacity: 0;
  visibility: hidden;
  transform: translateY(24px);
  transition: opacity 0.28s ease,
              transform 0.42s var(--lc-fab-ease),
              visibility 0s linear 0.42s;
}

.lc-fab.is-open .lc-fab__panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.28s ease,
              transform 0.42s var(--lc-fab-ease),
              visibility 0s linear 0s;
}

.lc-fab__title {
  margin: 0 0 var(--lc-space-sm);
  font-family: var(--lc-font-heading);
  font-size: var(--lc-size-h6);
  line-height: var(--lc-lh-h6);
  letter-spacing: var(--lc-ls-heading);
  color: var(--lc-brand-primary);
}

.lc-fab__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* — Fila de canal: icono + texto, separada por border-bottom — */
.lc-fab__item {
  display: flex;
  align-items: center;
  gap: var(--lc-space-md);
  padding: var(--lc-space-md) 0;
  border-bottom: 1px solid var(--lc-border-default);
  font-family: var(--lc-font-body);
  font-size: var(--lc-size-body-sm);
  line-height: var(--lc-lh-body-sm);
  font-weight: 600;
  color: var(--lc-text-primary);
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.lc-fab__list li:last-child .lc-fab__item {
  border-bottom: none;
}

.lc-fab__item:hover,
.lc-fab__item:focus-visible {
  color: var(--lc-brand-secondary);
  padding-left: var(--lc-space-xs);
}

.lc-fab__item:focus-visible {
  outline: 2px solid var(--lc-brand-primary);
  outline-offset: 2px;
  border-radius: var(--lc-radius-sm);
}

/* Los SVG de marca vienen en tamaños y colores dispares (unos con fill,
   otros de trazo negro): se pintan con mask para unificarlos y que
   tomen el color de marca en reposo y hover. */
.lc-fab__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-color: var(--lc-brand-primary);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: background-color 0.2s ease;
}

.lc-fab__item:hover .lc-fab__icon,
.lc-fab__item:focus-visible .lc-fab__icon {
  background-color: var(--lc-brand-secondary);
}

/* Los SVG van embebidos como data URI: la máscara no depende de la raíz
   desde la que se sirva el sitio y no dispara peticiones extra. */
.lc-fab__icon--asistente {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cg%3E%20%3Cg%3E%20%3Cg%3E%20%3Cpath%20d%3D%22M248.158%2C343.22c-14.639%2C0-26.491%2C12.2-26.491%2C26.84c0%2C14.291%2C11.503%2C26.84%2C26.491%2C26.84%20c14.988%2C0%2C26.84-12.548%2C26.84-26.84C274.998%2C355.42%2C262.799%2C343.22%2C248.158%2C343.22z%22%2F%3E%20%3Cpath%20d%3D%22M252.69%2C140.002c-47.057%2C0-68.668%2C27.885-68.668%2C46.708c0%2C13.595%2C11.502%2C19.869%2C20.914%2C19.869%20c18.822%2C0%2C11.154-26.84%2C46.708-26.84c17.429%2C0%2C31.372%2C7.669%2C31.372%2C23.703c0%2C18.824-19.52%2C29.629-31.023%2C39.389%20c-10.108%2C8.714-23.354%2C23.006-23.354%2C52.983c0%2C18.125%2C4.879%2C23.354%2C19.171%2C23.354c17.08%2C0%2C20.565-7.668%2C20.565-14.291%20c0-18.126%2C0.35-28.583%2C19.521-43.571c9.411-7.32%2C39.04-31.023%2C39.04-63.789S297.307%2C140.002%2C252.69%2C140.002z%22%2F%3E%20%3Cpath%20d%3D%22M256%2C0C114.516%2C0%2C0%2C114.497%2C0%2C256v236c0%2C11.046%2C8.954%2C20%2C20%2C20h236c141.483%2C0%2C256-114.497%2C256-256%20C512%2C114.516%2C397.503%2C0%2C256%2C0z%20M256%2C472H40V256c0-119.377%2C96.607-216%2C216-216c119.377%2C0%2C216%2C96.607%2C216%2C216%20C472%2C375.377%2C375.393%2C472%2C256%2C472z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cg%3E%20%3Cg%3E%20%3Cg%3E%20%3Cpath%20d%3D%22M248.158%2C343.22c-14.639%2C0-26.491%2C12.2-26.491%2C26.84c0%2C14.291%2C11.503%2C26.84%2C26.491%2C26.84%20c14.988%2C0%2C26.84-12.548%2C26.84-26.84C274.998%2C355.42%2C262.799%2C343.22%2C248.158%2C343.22z%22%2F%3E%20%3Cpath%20d%3D%22M252.69%2C140.002c-47.057%2C0-68.668%2C27.885-68.668%2C46.708c0%2C13.595%2C11.502%2C19.869%2C20.914%2C19.869%20c18.822%2C0%2C11.154-26.84%2C46.708-26.84c17.429%2C0%2C31.372%2C7.669%2C31.372%2C23.703c0%2C18.824-19.52%2C29.629-31.023%2C39.389%20c-10.108%2C8.714-23.354%2C23.006-23.354%2C52.983c0%2C18.125%2C4.879%2C23.354%2C19.171%2C23.354c17.08%2C0%2C20.565-7.668%2C20.565-14.291%20c0-18.126%2C0.35-28.583%2C19.521-43.571c9.411-7.32%2C39.04-31.023%2C39.04-63.789S297.307%2C140.002%2C252.69%2C140.002z%22%2F%3E%20%3Cpath%20d%3D%22M256%2C0C114.516%2C0%2C0%2C114.497%2C0%2C256v236c0%2C11.046%2C8.954%2C20%2C20%2C20h236c141.483%2C0%2C256-114.497%2C256-256%20C512%2C114.516%2C397.503%2C0%2C256%2C0z%20M256%2C472H40V256c0-119.377%2C96.607-216%2C216-216c119.377%2C0%2C216%2C96.607%2C216%2C216%20C472%2C375.377%2C375.393%2C472%2C256%2C472z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E");
}
.lc-fab__icon--whatsapp {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Bold%22%20enable-background%3D%22new%200%200%2024%2024%22%20height%3D%22512%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%22512%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m17.507%2014.307-.009.075c-2.199-1.096-2.429-1.242-2.713-.816-.197.295-.771.964-.944%201.162-.175.195-.349.21-.646.075-.3-.15-1.263-.465-2.403-1.485-.888-.795-1.484-1.77-1.66-2.07-.293-.506.32-.578.878-1.634.1-.21.049-.375-.025-.524-.075-.15-.672-1.62-.922-2.206-.24-.584-.487-.51-.672-.51-.576-.05-.997-.042-1.368.344-1.614%201.774-1.207%203.604.174%205.55%202.714%203.552%204.16%204.206%206.804%205.114.714.227%201.365.195%201.88.121.574-.091%201.767-.721%202.016-1.426.255-.705.255-1.29.18-1.425-.074-.135-.27-.21-.57-.345z%22%2F%3E%3Cpath%20d%3D%22m20.52%203.449c-7.689-7.433-20.414-2.042-20.419%208.444%200%202.096.549%204.14%201.595%205.945l-1.696%206.162%206.335-1.652c7.905%204.27%2017.661-1.4%2017.665-10.449%200-3.176-1.24-6.165-3.495-8.411zm1.482%208.417c-.006%207.633-8.385%2012.4-15.012%208.504l-.36-.214-3.75.975%201.005-3.645-.239-.375c-4.124-6.565.614-15.145%208.426-15.145%202.654%200%205.145%201.035%207.021%202.91%201.875%201.859%202.909%204.35%202.909%206.99z%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Bold%22%20enable-background%3D%22new%200%200%2024%2024%22%20height%3D%22512%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%22512%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m17.507%2014.307-.009.075c-2.199-1.096-2.429-1.242-2.713-.816-.197.295-.771.964-.944%201.162-.175.195-.349.21-.646.075-.3-.15-1.263-.465-2.403-1.485-.888-.795-1.484-1.77-1.66-2.07-.293-.506.32-.578.878-1.634.1-.21.049-.375-.025-.524-.075-.15-.672-1.62-.922-2.206-.24-.584-.487-.51-.672-.51-.576-.05-.997-.042-1.368.344-1.614%201.774-1.207%203.604.174%205.55%202.714%203.552%204.16%204.206%206.804%205.114.714.227%201.365.195%201.88.121.574-.091%201.767-.721%202.016-1.426.255-.705.255-1.29.18-1.425-.074-.135-.27-.21-.57-.345z%22%2F%3E%3Cpath%20d%3D%22m20.52%203.449c-7.689-7.433-20.414-2.042-20.419%208.444%200%202.096.549%204.14%201.595%205.945l-1.696%206.162%206.335-1.652c7.905%204.27%2017.661-1.4%2017.665-10.449%200-3.176-1.24-6.165-3.495-8.411zm1.482%208.417c-.006%207.633-8.385%2012.4-15.012%208.504l-.36-.214-3.75.975%201.005-3.645-.239-.375c-4.124-6.565.614-15.145%208.426-15.145%202.654%200%205.145%201.035%207.021%202.91%201.875%201.859%202.909%204.35%202.909%206.99z%22%2F%3E%3C%2Fsvg%3E");
}
.lc-fab__icon--cita {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cg%3E%20%3Cg%3E%20%3Cpath%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-width%3A30%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22%26%2310%3B%26%239%3B%26%239%3B%26%239%3BM497%2C497H91.364C49.189%2C497%2C15%2C462.811%2C15%2C420.636V68.724h482V497z%22%2F%3E%20%3Cline%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-width%3A30%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20x1%3D%2215%22%20y1%3D%22166.933%22%20x2%3D%22497%22%20y2%3D%22166.933%22%2F%3E%20%3Cpath%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-width%3A30%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22%26%2310%3B%26%239%3B%26%239%3B%26%239%3BM142.671%2C68.724V42.739c0-15.32-12.368-27.739-27.624-27.739h0c-15.256%2C0-27.624%2C12.419-27.624%2C27.739v65.638%22%2F%3E%20%3Cpath%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-width%3A30%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22%26%2310%3B%26%239%3B%26%239%3B%26%239%3BM283.624%2C68.724V42.739C283.624%2C27.419%2C271.256%2C15%2C256%2C15h0c-15.256%2C0-27.624%2C12.419-27.624%2C27.739v65.638%22%2F%3E%20%3Cpath%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-width%3A30%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22%26%2310%3B%26%239%3B%26%239%3B%26%239%3BM424.577%2C68.724V42.739c0-15.32-12.368-27.739-27.624-27.739h0c-15.256%2C0-27.624%2C12.419-27.624%2C27.739v65.638%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-width%3A30%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22%26%2310%3B%26%239%3B%26%239%3BM128.072%2C497c-20.267%2C0-36.697-16.461-36.697-36.766l0-41.662l-39.679%2C0C31.43%2C418.571%2C15%2C402.111%2C15%2C381.805%22%2F%3E%20%3Cg%3E%20%3Cg%3E%20%3Cpath%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-width%3A30%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22%26%2310%3B%26%239%3B%26%239%3B%26%239%3B%26%239%3BM352.68%2C329.306c0%2C53.375-43.285%2C96.369-96.68%2C96.369s-96.68-42.995-96.68-96.369s43.285-96.643%2C96.68-96.643%26%2310%3B%26%239%3B%26%239%3B%26%239%3B%26%239%3BS352.68%2C275.932%2C352.68%2C329.306z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cline%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-width%3A30%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20x1%3D%22256%22%20y1%3D%22297.77%22%20x2%3D%22256%22%20y2%3D%22360.568%22%2F%3E%20%3Cline%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-width%3A30%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20x1%3D%22287.399%22%20y1%3D%22329.169%22%20x2%3D%22224.601%22%20y2%3D%22329.169%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cg%3E%20%3Cg%3E%20%3Cpath%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-width%3A30%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22%26%2310%3B%26%239%3B%26%239%3B%26%239%3BM497%2C497H91.364C49.189%2C497%2C15%2C462.811%2C15%2C420.636V68.724h482V497z%22%2F%3E%20%3Cline%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-width%3A30%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20x1%3D%2215%22%20y1%3D%22166.933%22%20x2%3D%22497%22%20y2%3D%22166.933%22%2F%3E%20%3Cpath%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-width%3A30%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22%26%2310%3B%26%239%3B%26%239%3B%26%239%3BM142.671%2C68.724V42.739c0-15.32-12.368-27.739-27.624-27.739h0c-15.256%2C0-27.624%2C12.419-27.624%2C27.739v65.638%22%2F%3E%20%3Cpath%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-width%3A30%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22%26%2310%3B%26%239%3B%26%239%3B%26%239%3BM283.624%2C68.724V42.739C283.624%2C27.419%2C271.256%2C15%2C256%2C15h0c-15.256%2C0-27.624%2C12.419-27.624%2C27.739v65.638%22%2F%3E%20%3Cpath%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-width%3A30%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22%26%2310%3B%26%239%3B%26%239%3B%26%239%3BM424.577%2C68.724V42.739c0-15.32-12.368-27.739-27.624-27.739h0c-15.256%2C0-27.624%2C12.419-27.624%2C27.739v65.638%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-width%3A30%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22%26%2310%3B%26%239%3B%26%239%3BM128.072%2C497c-20.267%2C0-36.697-16.461-36.697-36.766l0-41.662l-39.679%2C0C31.43%2C418.571%2C15%2C402.111%2C15%2C381.805%22%2F%3E%20%3Cg%3E%20%3Cg%3E%20%3Cpath%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-width%3A30%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22%26%2310%3B%26%239%3B%26%239%3B%26%239%3B%26%239%3BM352.68%2C329.306c0%2C53.375-43.285%2C96.369-96.68%2C96.369s-96.68-42.995-96.68-96.369s43.285-96.643%2C96.68-96.643%26%2310%3B%26%239%3B%26%239%3B%26%239%3B%26%239%3BS352.68%2C275.932%2C352.68%2C329.306z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cline%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-width%3A30%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20x1%3D%22256%22%20y1%3D%22297.77%22%20x2%3D%22256%22%20y2%3D%22360.568%22%2F%3E%20%3Cline%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-width%3A30%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20x1%3D%22287.399%22%20y1%3D%22329.169%22%20x2%3D%22224.601%22%20y2%3D%22329.169%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E");
}
.lc-fab__icon--pqr {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22svg1449%22%20xml%3Aspace%3D%22preserve%22%20width%3D%22682.66669%22%20height%3D%22682.66669%22%20viewBox%3D%220%200%20682.66669%20682.66669%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%20id%3D%22defs1453%22%3E%3CclipPath%20clipPathUnits%3D%22userSpaceOnUse%22%20id%3D%22clipPath1463%22%3E%3Cpath%20d%3D%22M%200%2C512%20H%20512%20V%200%20H%200%20Z%22%20id%3D%22path1461%22%20%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20id%3D%22g1455%22%20transform%3D%22matrix(1.3333333%2C0%2C0%2C-1.3333333%2C0%2C682.66667)%22%3E%3Cg%20id%3D%22g1457%22%3E%3Cg%20id%3D%22g1459%22%20clip-path%3D%22url(%23clipPath1463)%22%3E%3Cg%20id%3D%22g1465%22%20transform%3D%22translate(492%2C157.667)%22%3E%3Cpath%20d%3D%22m%200%2C0%20h%20-77.667%20c%20-33.137%2C0%20-60%2C-26.863%20-60%2C-60%20v%20-77.667%20m%20-234.183%2C0%20h%20214.517%2019.666%20c%2025.186%2C0%2049.339%2C10.005%2067.146%2C27.813%20l%2042.708%2C42.708%20C%20-10.005%2C-49.339%200%2C-25.186%200%2C0%20v%20234.183%20c%200%2C26.561%20-10.552%2C52.035%20-29.333%2C70.817%20-18.782%2C18.781%20-44.256%2C29.333%20-70.817%2C29.333%20h%20-271.7%20c%20-26.561%2C0%20-52.035%2C-10.552%20-70.817%2C-29.333%20C%20-461.448%2C286.218%20-472%2C260.744%20-472%2C234.183%20v%20-271.7%20c%200%2C-26.561%2010.552%2C-52.035%2029.333%2C-70.817%2018.782%2C-18.781%2044.256%2C-29.333%2070.817%2C-29.333%20z%20m%2017.85%2C118%20h%20118%20m%20-118%2C236%20h%20236%20m%20-236%2C-118%20h%20236%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-width%3A40%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22%20id%3D%22path1467%22%20%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22svg1449%22%20xml%3Aspace%3D%22preserve%22%20width%3D%22682.66669%22%20height%3D%22682.66669%22%20viewBox%3D%220%200%20682.66669%20682.66669%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%20id%3D%22defs1453%22%3E%3CclipPath%20clipPathUnits%3D%22userSpaceOnUse%22%20id%3D%22clipPath1463%22%3E%3Cpath%20d%3D%22M%200%2C512%20H%20512%20V%200%20H%200%20Z%22%20id%3D%22path1461%22%20%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20id%3D%22g1455%22%20transform%3D%22matrix(1.3333333%2C0%2C0%2C-1.3333333%2C0%2C682.66667)%22%3E%3Cg%20id%3D%22g1457%22%3E%3Cg%20id%3D%22g1459%22%20clip-path%3D%22url(%23clipPath1463)%22%3E%3Cg%20id%3D%22g1465%22%20transform%3D%22translate(492%2C157.667)%22%3E%3Cpath%20d%3D%22m%200%2C0%20h%20-77.667%20c%20-33.137%2C0%20-60%2C-26.863%20-60%2C-60%20v%20-77.667%20m%20-234.183%2C0%20h%20214.517%2019.666%20c%2025.186%2C0%2049.339%2C10.005%2067.146%2C27.813%20l%2042.708%2C42.708%20C%20-10.005%2C-49.339%200%2C-25.186%200%2C0%20v%20234.183%20c%200%2C26.561%20-10.552%2C52.035%20-29.333%2C70.817%20-18.782%2C18.781%20-44.256%2C29.333%20-70.817%2C29.333%20h%20-271.7%20c%20-26.561%2C0%20-52.035%2C-10.552%20-70.817%2C-29.333%20C%20-461.448%2C286.218%20-472%2C260.744%20-472%2C234.183%20v%20-271.7%20c%200%2C-26.561%2010.552%2C-52.035%2029.333%2C-70.817%2018.782%2C-18.781%2044.256%2C-29.333%2070.817%2C-29.333%20z%20m%2017.85%2C118%20h%20118%20m%20-118%2C236%20h%20236%20m%20-236%2C-118%20h%20236%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-width%3A40%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22%20id%3D%22path1467%22%20%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.lc-fab__icon--puntos {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22svg729%22%20xml%3Aspace%3D%22preserve%22%20width%3D%22682.66669%22%20height%3D%22682.66669%22%20viewBox%3D%220%200%20682.66669%20682.66669%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%20id%3D%22defs733%22%3E%3CclipPath%20clipPathUnits%3D%22userSpaceOnUse%22%20id%3D%22clipPath743%22%3E%3Cpath%20d%3D%22M%200%2C512%20H%20512%20V%200%20H%200%20Z%22%20id%3D%22path741%22%20%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20id%3D%22g735%22%20transform%3D%22matrix(1.3333333%2C0%2C0%2C-1.3333333%2C0%2C682.66667)%22%3E%3Cg%20id%3D%22g737%22%3E%3Cg%20id%3D%22g739%22%20clip-path%3D%22url(%23clipPath743)%22%3E%3Cg%20id%3D%22g745%22%20transform%3D%22translate(402.0527%2C436.5039)%22%3E%3Cpath%20d%3D%22m%200%2C0%20c%20-80.664%2C80.661%20-211.443%2C80.661%20-292.103%2C-0.001%20-80.663%2C-80.661%20-80.665%2C-211.441%200%2C-292.103%20L%20-174.4%2C-409.812%20c%2015.59%2C-15.588%2041.099%2C-15.588%2056.687%2C0%20L%200%2C-292.104%20C%2080.662%2C-211.442%2080.658%2C-80.662%200%2C0%20Z%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-width%3A30%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22%20id%3D%22path747%22%20%2F%3E%3C%2Fg%3E%3Cg%20id%3D%22g749%22%20transform%3D%22translate(320.2656%2C290.4512)%22%3E%3Cpath%20d%3D%22m%200%2C0%20c%200%2C-35.492%20-28.771%2C-64.267%20-64.265%2C-64.267%20-35.494%2C0%20-64.267%2C28.775%20-64.267%2C64.267%200%2C35.496%2028.773%2C64.267%2064.267%2C64.267%20C%20-28.771%2C64.267%200%2C35.496%200%2C0%20Z%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-width%3A30%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22%20id%3D%22path751%22%20%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22svg729%22%20xml%3Aspace%3D%22preserve%22%20width%3D%22682.66669%22%20height%3D%22682.66669%22%20viewBox%3D%220%200%20682.66669%20682.66669%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%20id%3D%22defs733%22%3E%3CclipPath%20clipPathUnits%3D%22userSpaceOnUse%22%20id%3D%22clipPath743%22%3E%3Cpath%20d%3D%22M%200%2C512%20H%20512%20V%200%20H%200%20Z%22%20id%3D%22path741%22%20%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20id%3D%22g735%22%20transform%3D%22matrix(1.3333333%2C0%2C0%2C-1.3333333%2C0%2C682.66667)%22%3E%3Cg%20id%3D%22g737%22%3E%3Cg%20id%3D%22g739%22%20clip-path%3D%22url(%23clipPath743)%22%3E%3Cg%20id%3D%22g745%22%20transform%3D%22translate(402.0527%2C436.5039)%22%3E%3Cpath%20d%3D%22m%200%2C0%20c%20-80.664%2C80.661%20-211.443%2C80.661%20-292.103%2C-0.001%20-80.663%2C-80.661%20-80.665%2C-211.441%200%2C-292.103%20L%20-174.4%2C-409.812%20c%2015.59%2C-15.588%2041.099%2C-15.588%2056.687%2C0%20L%200%2C-292.104%20C%2080.662%2C-211.442%2080.658%2C-80.662%200%2C0%20Z%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-width%3A30%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22%20id%3D%22path747%22%20%2F%3E%3C%2Fg%3E%3Cg%20id%3D%22g749%22%20transform%3D%22translate(320.2656%2C290.4512)%22%3E%3Cpath%20d%3D%22m%200%2C0%20c%200%2C-35.492%20-28.771%2C-64.267%20-64.265%2C-64.267%20-35.494%2C0%20-64.267%2C28.775%20-64.267%2C64.267%200%2C35.496%2028.773%2C64.267%2064.267%2C64.267%20C%20-28.771%2C64.267%200%2C35.496%200%2C0%20Z%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-width%3A30%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22%20id%3D%22path751%22%20%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.lc-fab__icon--dona {
  -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%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M20.84%204.61a5.5%205.5%200%200%200-7.78%200L12%205.67l-1.06-1.06a5.5%205.5%200%200%200-7.78%207.78l1.06%201.06L12%2021.23l7.78-7.78%201.06-1.06a5.5%205.5%200%200%200%200-7.78z%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%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M20.84%204.61a5.5%205.5%200%200%200-7.78%200L12%205.67l-1.06-1.06a5.5%205.5%200%200%200-7.78%207.78l1.06%201.06L12%2021.23l7.78-7.78%201.06-1.06a5.5%205.5%200%200%200%200-7.78z%22%2F%3E%3C%2Fsvg%3E");
}

.lc-fab__label {
  flex: 1;
}

.lc-fab__chevron {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.lc-fab__item:hover .lc-fab__chevron,
.lc-fab__item:focus-visible .lc-fab__chevron {
  opacity: 1;
  transform: translateX(0);
}

/* — Stagger de las filas al abrir ————————————————————————— */
@media (prefers-reduced-motion: no-preference) {
  .lc-fab__list li {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.3s ease, transform 0.36s var(--lc-fab-ease);
  }
  .lc-fab.is-open .lc-fab__list li {
    opacity: 1;
    transform: translateY(0);
  }
  .lc-fab.is-open .lc-fab__list li:nth-child(1) { transition-delay: 0.06s; }
  .lc-fab.is-open .lc-fab__list li:nth-child(2) { transition-delay: 0.10s; }
  .lc-fab.is-open .lc-fab__list li:nth-child(3) { transition-delay: 0.14s; }
  .lc-fab.is-open .lc-fab__list li:nth-child(4) { transition-delay: 0.18s; }
  .lc-fab.is-open .lc-fab__list li:nth-child(5) { transition-delay: 0.22s; }
}

/* — Mobile: el FAB se apoya sobre la bottom nav ——————————— */
@media (max-width: 991.98px) {
  .lc-fab {
    --lc-fab-size:  56px;
    --lc-fab-inset: 16px;
  }
  /* Solo icono: el label ocuparía demasiado ancho junto a la bottom nav */
  .lc-fab__btn {
    /* 60px de la pill + su offset inferior + aire */
    bottom: calc(60px + max(16px, env(safe-area-inset-bottom, 16px)) + var(--lc-space-md));
    width: var(--lc-fab-size);
    padding: 0;
    justify-content: center;
  }

  .lc-fab__btn-label {
    display: none;
  }
  .lc-fab__panel {
    bottom: calc(60px + max(16px, env(safe-area-inset-bottom, 16px))
                 + var(--lc-space-md) + var(--lc-fab-size) + var(--lc-space-md));
  }
}

/* — Sin movimiento ————————————————————————————————————————— */
@media (prefers-reduced-motion: reduce) {
  .lc-fab__panel,
  .lc-fab__btn,
  .lc-fab__btn-icon {
    transition: opacity 0.15s ease, visibility 0s;
    transform: none;
  }
}
