@charset "UTF-8";

/* src/styles.scss */
/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root,
  :host {
    --font-sans:
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      "Helvetica Neue",
      "Noto Sans",
      Arial,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji";
    --font-mono:
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type=button], [type=reset], [type=submit]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden=until-found])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
  }
  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .resize {
    resize: both;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
}
html {
  --mat-sys-background: #f4fbfb;
  --mat-sys-error: #ba1a1a;
  --mat-sys-error-container: #ffdad5;
  --mat-sys-inverse-on-surface: #ebf2f2;
  --mat-sys-inverse-primary: #85d3da;
  --mat-sys-inverse-surface: #2b3232;
  --mat-sys-on-background: #161d1d;
  --mat-sys-on-error: #ffffff;
  --mat-sys-on-error-container: #930009;
  --mat-sys-on-primary: #ffffff;
  --mat-sys-on-primary-container: #004f54;
  --mat-sys-on-primary-fixed: #002022;
  --mat-sys-on-primary-fixed-variant: #004f54;
  --mat-sys-on-secondary: #ffffff;
  --mat-sys-on-secondary-container: #324b4d;
  --mat-sys-on-secondary-fixed: #051f21;
  --mat-sys-on-secondary-fixed-variant: #324b4d;
  --mat-sys-on-surface: #161d1d;
  --mat-sys-on-surface-variant: #3f484a;
  --mat-sys-on-tertiary: #ffffff;
  --mat-sys-on-tertiary-container: #374764;
  --mat-sys-on-tertiary-fixed: #091b36;
  --mat-sys-on-tertiary-fixed-variant: #374764;
  --mat-sys-outline: #6f797a;
  --mat-sys-outline-variant: #bec8c9;
  --mat-sys-primary: #00696f;
  --mat-sys-primary-container: #a1f0f6;
  --mat-sys-primary-fixed: #a1f0f6;
  --mat-sys-primary-fixed-dim: #85d3da;
  --mat-sys-scrim: #000000;
  --mat-sys-secondary: #4a6365;
  --mat-sys-secondary-container: #cce8ea;
  --mat-sys-secondary-fixed: #cce8ea;
  --mat-sys-secondary-fixed-dim: #b1cbce;
  --mat-sys-shadow: #000000;
  --mat-sys-surface: #f4fbfb;
  --mat-sys-surface-bright: #f4fbfb;
  --mat-sys-surface-container: #e8efef;
  --mat-sys-surface-container-high: #e2e9e9;
  --mat-sys-surface-container-highest: #dde4e4;
  --mat-sys-surface-container-low: #eef5f5;
  --mat-sys-surface-container-lowest: #ffffff;
  --mat-sys-surface-dim: #d4dbdb;
  --mat-sys-surface-tint: #00696f;
  --mat-sys-surface-variant: #dae4e5;
  --mat-sys-tertiary: #4f5f7d;
  --mat-sys-tertiary-container: #d6e3ff;
  --mat-sys-tertiary-fixed: #d6e3ff;
  --mat-sys-tertiary-fixed-dim: #b6c7e9;
  --mat-sys-neutral-variant20: #293233;
  --mat-sys-neutral10: #161d1d;
  --mat-sys-level0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level2:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level3:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level4:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-sys-level5:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-sys-body-large: 400 1rem / 1.5rem Roboto;
  --mat-sys-body-large-font: Roboto;
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: 400;
  --mat-sys-body-medium: 400 0.875rem / 1.25rem Roboto;
  --mat-sys-body-medium-font: Roboto;
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: 400;
  --mat-sys-body-small: 400 0.75rem / 1rem Roboto;
  --mat-sys-body-small-font: Roboto;
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: 400;
  --mat-sys-display-large: 400 3.562rem / 4rem Roboto;
  --mat-sys-display-large-font: Roboto;
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: 400;
  --mat-sys-display-medium: 400 2.812rem / 3.25rem Roboto;
  --mat-sys-display-medium-font: Roboto;
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: 400;
  --mat-sys-display-small: 400 2.25rem / 2.75rem Roboto;
  --mat-sys-display-small-font: Roboto;
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: 400;
  --mat-sys-headline-large: 400 2rem / 2.5rem Roboto;
  --mat-sys-headline-large-font: Roboto;
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: 400;
  --mat-sys-headline-medium: 400 1.75rem / 2.25rem Roboto;
  --mat-sys-headline-medium-font: Roboto;
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: 400;
  --mat-sys-headline-small: 400 1.5rem / 2rem Roboto;
  --mat-sys-headline-small-font: Roboto;
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: 400;
  --mat-sys-label-large: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-label-large-font: Roboto;
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: 500;
  --mat-sys-label-large-weight-prominent: 700;
  --mat-sys-label-medium: 500 0.75rem / 1rem Roboto;
  --mat-sys-label-medium-font: Roboto;
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: 500;
  --mat-sys-label-medium-weight-prominent: 700;
  --mat-sys-label-small: 500 0.688rem / 1rem Roboto;
  --mat-sys-label-small-font: Roboto;
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: 500;
  --mat-sys-title-large: 400 1.375rem / 1.75rem Roboto;
  --mat-sys-title-large-font: Roboto;
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: 400;
  --mat-sys-title-medium: 500 1rem / 1.5rem Roboto;
  --mat-sys-title-medium-font: Roboto;
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: 500;
  --mat-sys-title-small: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-title-small-font: Roboto;
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}
html[data-tema=oscuro] {
  --mat-sys-background: #0e1515;
  --mat-sys-error: #ffb4ab;
  --mat-sys-error-container: #930009;
  --mat-sys-inverse-on-surface: #2b3232;
  --mat-sys-inverse-primary: #00696f;
  --mat-sys-inverse-surface: #dde4e4;
  --mat-sys-on-background: #dde4e4;
  --mat-sys-on-error: #690004;
  --mat-sys-on-error-container: #ffdad5;
  --mat-sys-on-primary: #00363a;
  --mat-sys-on-primary-container: #a1f0f6;
  --mat-sys-on-primary-fixed: #002022;
  --mat-sys-on-primary-fixed-variant: #004f54;
  --mat-sys-on-secondary: #1b3436;
  --mat-sys-on-secondary-container: #cce8ea;
  --mat-sys-on-secondary-fixed: #051f21;
  --mat-sys-on-secondary-fixed-variant: #324b4d;
  --mat-sys-on-surface: #dde4e4;
  --mat-sys-on-surface-variant: #dae4e5;
  --mat-sys-on-tertiary: #20314c;
  --mat-sys-on-tertiary-container: #d6e3ff;
  --mat-sys-on-tertiary-fixed: #091b36;
  --mat-sys-on-tertiary-fixed-variant: #374764;
  --mat-sys-outline: #899394;
  --mat-sys-outline-variant: #3f484a;
  --mat-sys-primary: #85d3da;
  --mat-sys-primary-container: #004f54;
  --mat-sys-primary-fixed: #a1f0f6;
  --mat-sys-primary-fixed-dim: #85d3da;
  --mat-sys-scrim: #000000;
  --mat-sys-secondary: #b1cbce;
  --mat-sys-secondary-container: #324b4d;
  --mat-sys-secondary-fixed: #cce8ea;
  --mat-sys-secondary-fixed-dim: #b1cbce;
  --mat-sys-shadow: #000000;
  --mat-sys-surface: #0e1515;
  --mat-sys-surface-bright: #333a3b;
  --mat-sys-surface-container: #1a2121;
  --mat-sys-surface-container-high: #242b2c;
  --mat-sys-surface-container-highest: #2f3636;
  --mat-sys-surface-container-low: #161d1d;
  --mat-sys-surface-container-lowest: #090f10;
  --mat-sys-surface-dim: #0e1515;
  --mat-sys-surface-tint: #85d3da;
  --mat-sys-surface-variant: #3f484a;
  --mat-sys-tertiary: #b6c7e9;
  --mat-sys-tertiary-container: #374764;
  --mat-sys-tertiary-fixed: #d6e3ff;
  --mat-sys-tertiary-fixed-dim: #b6c7e9;
  --mat-sys-neutral-variant20: #293233;
  --mat-sys-neutral10: #161d1d;
  --mat-sys-level0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level2:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level3:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level4:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-sys-level5:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-sys-body-large: 400 1rem / 1.5rem Roboto;
  --mat-sys-body-large-font: Roboto;
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: 400;
  --mat-sys-body-medium: 400 0.875rem / 1.25rem Roboto;
  --mat-sys-body-medium-font: Roboto;
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: 400;
  --mat-sys-body-small: 400 0.75rem / 1rem Roboto;
  --mat-sys-body-small-font: Roboto;
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: 400;
  --mat-sys-display-large: 400 3.562rem / 4rem Roboto;
  --mat-sys-display-large-font: Roboto;
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: 400;
  --mat-sys-display-medium: 400 2.812rem / 3.25rem Roboto;
  --mat-sys-display-medium-font: Roboto;
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: 400;
  --mat-sys-display-small: 400 2.25rem / 2.75rem Roboto;
  --mat-sys-display-small-font: Roboto;
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: 400;
  --mat-sys-headline-large: 400 2rem / 2.5rem Roboto;
  --mat-sys-headline-large-font: Roboto;
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: 400;
  --mat-sys-headline-medium: 400 1.75rem / 2.25rem Roboto;
  --mat-sys-headline-medium-font: Roboto;
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: 400;
  --mat-sys-headline-small: 400 1.5rem / 2rem Roboto;
  --mat-sys-headline-small-font: Roboto;
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: 400;
  --mat-sys-label-large: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-label-large-font: Roboto;
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: 500;
  --mat-sys-label-large-weight-prominent: 700;
  --mat-sys-label-medium: 500 0.75rem / 1rem Roboto;
  --mat-sys-label-medium-font: Roboto;
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: 500;
  --mat-sys-label-medium-weight-prominent: 700;
  --mat-sys-label-small: 500 0.688rem / 1rem Roboto;
  --mat-sys-label-small-font: Roboto;
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: 500;
  --mat-sys-title-large: 400 1.375rem / 1.75rem Roboto;
  --mat-sys-title-large-font: Roboto;
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: 400;
  --mat-sys-title-medium: 500 1rem / 1.5rem Roboto;
  --mat-sys-title-medium-font: Roboto;
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: 500;
  --mat-sys-title-small: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-title-small-font: Roboto;
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}
:root {
  color-scheme: light;
  --ms-acento: #00696f;
  --ms-sobre-acento: #ffffff;
  --ms-superficie: #fefefe;
  --ms-superficie-hover: #e1eded;
  --ms-borde: #d8e3e3;
  --ms-borde-campo: #cccccc;
  --ms-texto: #1a1c1e;
  --ms-texto-tenue: #5a6b6b;
  --ms-accion: #007bff;
  --ms-fondo: var(--mat-sys-surface);
  --ms-panel: var(--mat-sys-surface-container-low);
  --ms-seleccion: var(--mat-sys-tertiary-fixed-dim);
  --ms-sobre-seleccion: var(--mat-sys-on-tertiary-fixed);
  --ms-accion-suave: var(--mat-sys-secondary-container);
  --ms-sobre-accion-suave: var(--mat-sys-on-secondary-container);
  --ms-error: var(--mat-sys-error);
}
html[data-tema=oscuro] {
  color-scheme: dark;
  --ms-acento: #00838c;
  --ms-sobre-acento: #ffffff;
  --ms-superficie: #16191a;
  --ms-superficie-hover: #262f31;
  --ms-borde: #2f383a;
  --ms-borde-campo: #3a4446;
  --ms-texto: #e6edee;
  --ms-texto-tenue: #9fb0b1;
  --ms-accion: #4da3ff;
  --ms-seleccion: var(--mat-sys-tertiary-container);
  --ms-sobre-seleccion: var(--mat-sys-on-tertiary-container);
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
  background: var(--ms-superficie);
  color: var(--ms-texto);
}
.ms-vista {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 0.5rem 2rem 2rem;
}
.ms-vista-titulo {
  margin: 0;
  font: var(--mat-sys-title-large);
  color: var(--ms-texto);
}
.ms-vista-acciones {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem;
}
.ms-accion {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.25rem;
  border: 0;
  border-radius: 0.5rem;
  background: var(--ms-accion-suave);
  color: var(--ms-sobre-accion-suave);
  font: var(--mat-sys-label-large);
  text-decoration: none;
  cursor: pointer;
}
.ms-accion:hover {
  background: var(--ms-accion-suave);
}
@supports (color: color-mix(in lab, red, red)) {
  .ms-accion:hover {
    background: color-mix(in srgb, var(--ms-accion-suave), var(--ms-sobre-accion-suave) 8%);
  }
}
.ms-accion:focus-visible {
  outline: 2px solid var(--ms-acento);
  outline-offset: 2px;
}
.ms-tabla-marco {
  overflow: hidden;
  border: 1px solid var(--ms-borde);
  border-radius: 0.5rem;
  background: var(--ms-superficie);
  --mat-paginator-container-background-color: transparent;
}
.ms-tabla-desplazable {
  position: relative;
  overflow-x: auto;
}
.ms-tabla {
  width: 100%;
  border-collapse: collapse;
  font: var(--mat-sys-body-medium);
}
.ms-tabla th,
.ms-tabla td {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--ms-borde);
  text-align: left;
}
.ms-tabla th + th,
.ms-tabla td + td {
  border-left: 1px solid var(--ms-borde);
}
.ms-tabla th {
  font: var(--mat-sys-title-small);
  background: var(--ms-panel);
}
.ms-tabla .ms-num {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.ms-orden {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.ms-orden:focus-visible {
  outline: 2px solid var(--ms-acento);
  outline-offset: 2px;
}
.ms-orden-flecha {
  color: var(--ms-texto-tenue);
}
.ms-orden-activa {
  color: var(--ms-acento);
}
.ms-enlace {
  color: var(--ms-texto);
  font-weight: 500;
  text-decoration: underline;
}
.ms-enlace:focus-visible {
  outline: 2px solid var(--ms-acento);
  outline-offset: 2px;
}
.ms-tenue {
  color: var(--ms-texto-tenue);
}
.ms-oculto {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.ms-dialogo {
  width: min(27rem, 100vw - 2rem);
  --mat-dialog-container-shape: 1rem;
  --mat-dialog-container-color: var(--ms-superficie);
}
.ms-menu {
  --mat-menu-container-shape: 0.75rem;
  --mat-menu-container-color: var(--ms-superficie);
}
html[data-tema=oscuro] .ms-logotipo {
  filter: brightness(0) invert(0.9);
}
@property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *,
    ::before,
    ::after,
    ::backdrop {
      --tw-border-style: solid;
    }
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-KBRZDYBR.css.map */
