@charset "UTF-8";

/* src/tailwind.css */
/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root,
  :host {
    --font-sans:
      Inter,
      "Helvetica Neue",
      sans-serif;
    --font-mono:
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace;
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-orange-100: oklch(95.4% 0.038 75.164);
    --color-orange-200: oklch(90.1% 0.076 70.697);
    --color-orange-800: oklch(47% 0.157 37.304);
    --color-yellow-100: oklch(97.3% 0.071 103.193);
    --color-yellow-200: oklch(94.5% 0.129 101.54);
    --color-yellow-800: oklch(47.6% 0.114 61.907);
    --color-green-100: oklch(96.2% 0.044 156.743);
    --color-green-200: oklch(92.5% 0.084 155.995);
    --color-green-800: oklch(44.8% 0.119 151.328);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-lg: 32rem;
    --container-2xl: 42rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wide: 0.025em;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primario-50: rgb(237 245 252);
    --color-primario-700: rgb(5 105 199);
    --color-primario-800: rgb(8 84 155);
    --color-primario-base: rgb(0 58 112);
    --color-secundario-50: rgb(252 245 237);
    --color-secundario-600: rgb(242 129 3);
    --color-secundario-700: rgb(199 107 5);
    --color-secundario-800: rgb(155 85 8);
    --color-secundario-base: rgb(255 144 21);
    --color-exito-50: rgb(242 248 242);
    --color-exito-600: rgb(77 169 75);
    --color-exito-700: rgb(66 140 64);
    --color-exito-800: rgb(54 110 53);
    --color-destructivo-50: rgb(251 240 239);
    --color-destructivo-100: rgb(244 208 205);
    --color-destructivo-600: rgb(214 43 30);
    --color-destructivo-700: rgb(177 37 27);
    --color-informativo-50: rgb(239 243 251);
    --color-informativo-600: rgb(25 100 220);
    --color-informativo-800: rgb(22 68 141);
    --color-informativo-base: rgb(39 114 233);
    --color-advertencia-50: rgb(252 244 237);
    --color-advertencia-600: rgb(242 113 3);
    --color-advertencia-700: rgb(199 94 5);
    --color-advertencia-800: rgb(155 76 8);
    --color-neutrales-50: rgb(249 249 249);
    --color-neutrales-100: rgb(224 224 224);
    --color-neutrales-200: rgb(204 204 204);
    --color-neutrales-600: rgb(122 122 122);
    --color-neutrales-700: rgb(102 102 102);
    --color-neutrales-800: rgb(82 82 82);
    --color-texto-blanco: rgb(255 255 255);
    --color-texto-complementario: rgb(122 122 122);
    --color-texto-relevante: rgb(0 0 0);
    --color-texto-titulos: rgb(61 61 61);
  }
}
@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, ui-sans-serif, system-ui, 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 {
    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)) {
       {
        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 {
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-7 {
    top: calc(var(--spacing) * 7);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .z-10 {
    z-index: 10;
  }
  .z-\[1000\] {
    z-index: 1000;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .me-2 {
    margin-inline-end: calc(var(--spacing) * 2);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-14 {
    margin-bottom: calc(var(--spacing) * 14);
  }
  .mb-\[64px\] {
    margin-bottom: 64px;
  }
  .-ml-1 {
    margin-left: calc(var(--spacing) * -1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[33px\] {
    height: 33px;
  }
  .h-\[36px\] {
    height: 36px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[95px\] {
    height: 95px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[270px\] {
    height: 270px;
  }
  .h-\[calc\(100vh-80px\)\] {
    height: calc(100vh - 80px);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[180px\] {
    max-height: 180px;
  }
  .max-h-\[250px\] {
    max-height: 250px;
  }
  .max-h-\[500px\] {
    max-height: 500px;
  }
  .max-h-\[600px\] {
    max-height: 600px;
  }
  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
  .min-h-auto {
    min-height: auto;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[36px\] {
    width: 36px;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[201px\] {
    width: 201px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[320px\] {
    width: 320px;
  }
  .w-\[400px\] {
    width: 400px;
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-50 {
    max-width: calc(var(--spacing) * 50);
  }
  .max-w-100 {
    max-width: calc(var(--spacing) * 100);
  }
  .max-w-\[90px\] {
    max-width: 90px;
  }
  .max-w-\[110px\] {
    max-width: 110px;
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-\[250px\] {
    max-width: 250px;
  }
  .max-w-\[764px\] {
    max-width: 764px;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-\[1_0_0\] {
    flex: 1 0 0;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .basis-0 {
    flex-basis: calc(var(--spacing) * 0);
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-5 {
    --tw-translate-y: calc(var(--spacing) * -5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-decimal {
    list-style-type: decimal;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .\!justify-between {
    justify-content: space-between !important;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  .self-start {
    align-self: flex-start;
  }
  .self-stretch {
    align-self: stretch;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[64px\] {
    border-radius: 64px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-3xl {
    border-top-left-radius: var(--radius-3xl);
    border-top-right-radius: var(--radius-3xl);
  }
  .rounded-t-lg {
    border-top-left-radius: var(--radius-lg);
    border-top-right-radius: var(--radius-lg);
  }
  .rounded-b-\[8px\] {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#1754B5\] {
    border-color: #1754B5;
  }
  .border-\[\#EBEBEB\] {
    border-color: #EBEBEB;
  }
  .border-\[\#F3F4F6\] {
    border-color: #F3F4F6;
  }
  .border-\[var\(--primario-Base\,\#003A70\)\] {
    border-color: var(--primario-Base,#003A70);
  }
  .border-advertencia-600 {
    border-color: var(--color-advertencia-600);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-green-200 {
    border-color: var(--color-green-200);
  }
  .border-neutrales-50 {
    border-color: var(--color-neutrales-50);
  }
  .border-neutrales-100 {
    border-color: var(--color-neutrales-100);
  }
  .border-neutrales-200 {
    border-color: var(--color-neutrales-200);
  }
  .border-orange-200 {
    border-color: var(--color-orange-200);
  }
  .border-primario-base {
    border-color: var(--color-primario-base);
  }
  .border-yellow-200 {
    border-color: var(--color-yellow-200);
  }
  .border-t-transparent {
    border-top-color: transparent;
  }
  .bg-\[\#EFF3FB\] {
    background-color: #EFF3FB;
  }
  .bg-\[var\(--primario-Base\,\#003A70\)\] {
    background-color: var(--primario-Base,#003A70);
  }
  .bg-advertencia-50 {
    background-color: var(--color-advertencia-50);
  }
  .bg-black\/30 {
    background-color: color-mix(in srgb, #000 30%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/30 {
      background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
  }
  .bg-destructivo-50 {
    background-color: var(--color-destructivo-50);
  }
  .bg-destructivo-100 {
    background-color: var(--color-destructivo-100);
  }
  .bg-exito-50 {
    background-color: var(--color-exito-50);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-green-100 {
    background-color: var(--color-green-100);
  }
  .bg-informativo-50 {
    background-color: var(--color-informativo-50);
  }
  .bg-neutrales-50 {
    background-color: var(--color-neutrales-50);
  }
  .bg-neutrales-100 {
    background-color: var(--color-neutrales-100);
  }
  .bg-orange-100 {
    background-color: var(--color-orange-100);
  }
  .bg-primario-50 {
    background-color: var(--color-primario-50);
  }
  .bg-primario-base {
    background-color: var(--color-primario-base);
  }
  .bg-secundario-50 {
    background-color: var(--color-secundario-50);
  }
  .bg-secundario-base {
    background-color: var(--color-secundario-base);
  }
  .bg-texto-blanco {
    background-color: var(--color-texto-blanco);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-yellow-100 {
    background-color: var(--color-yellow-100);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-\[70px\] {
    padding: 70px;
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pe-2 {
    padding-inline-end: calc(var(--spacing) * 2);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-\[90px\] {
    padding-top: 90px;
  }
  .pr-\[200px\] {
    padding-right: 200px;
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-start {
    text-align: start;
  }
  .\!text-xs {
    font-size: var(--text-xs) !important;
    line-height: var(--tw-leading, var(--text-xs--line-height)) !important;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[9px\] {
    font-size: 9px;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[35px\] {
    font-size: 35px;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .\!font-semibold {
    --tw-font-weight: var(--font-weight-semibold) !important;
    font-weight: var(--font-weight-semibold) !important;
  }
  .font-\[300\] {
    --tw-font-weight: 300;
    font-weight: 300;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-0\.02em\] {
    --tw-tracking: -0.02em;
    letter-spacing: -0.02em;
  }
  .tracking-\[-0\.03px\] {
    --tw-tracking: -0.03px;
    letter-spacing: -0.03px;
  }
  .tracking-\[-0\.06px\] {
    --tw-tracking: -0.06px;
    letter-spacing: -0.06px;
  }
  .tracking-\[-0\.07px\] {
    --tw-tracking: -0.07px;
    letter-spacing: -0.07px;
  }
  .tracking-\[-0\.08px\] {
    --tw-tracking: -0.08px;
    letter-spacing: -0.08px;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .text-ellipsis {
    text-overflow: ellipsis;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .\!text-texto-titulos {
    color: var(--color-texto-titulos) !important;
  }
  .text-\[\#3D3D3D\] {
    color: #3D3D3D;
  }
  .text-advertencia-700 {
    color: var(--color-advertencia-700);
  }
  .text-advertencia-800 {
    color: var(--color-advertencia-800);
  }
  .text-destructivo-600 {
    color: var(--color-destructivo-600);
  }
  .text-destructivo-700 {
    color: var(--color-destructivo-700);
  }
  .text-exito-600 {
    color: var(--color-exito-600);
  }
  .text-exito-700 {
    color: var(--color-exito-700);
  }
  .text-exito-800 {
    color: var(--color-exito-800);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-green-800 {
    color: var(--color-green-800);
  }
  .text-informativo-600 {
    color: var(--color-informativo-600);
  }
  .text-informativo-800 {
    color: var(--color-informativo-800);
  }
  .text-neutrales-600 {
    color: var(--color-neutrales-600);
  }
  .text-neutrales-700 {
    color: var(--color-neutrales-700);
  }
  .text-neutrales-800 {
    color: var(--color-neutrales-800);
  }
  .text-orange-800 {
    color: var(--color-orange-800);
  }
  .text-primario-800 {
    color: var(--color-primario-800);
  }
  .text-primario-base {
    color: var(--color-primario-base);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-secundario-700 {
    color: var(--color-secundario-700);
  }
  .text-secundario-800 {
    color: var(--color-secundario-800);
  }
  .text-secundario-base {
    color: var(--color-secundario-base);
  }
  .text-texto-blanco {
    color: var(--color-texto-blanco);
  }
  .text-texto-complementario {
    color: var(--color-texto-complementario);
  }
  .text-texto-relevante {
    color: var(--color-texto-relevante);
  }
  .text-texto-titulos {
    color: var(--color-texto-titulos);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-yellow-800 {
    color: var(--color-yellow-800);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-25 {
    opacity: 25%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-\[0_1px_2px_0_rgba\(0\,0\,0\,0\.05\)\] {
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgba(0,0,0,0.05));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-\[0_8px_32px_rgba\(0\,0\,0\,0\.12\)\] {
    --tw-shadow: 0 8px 32px var(--tw-shadow-color, rgba(0,0,0,0.12));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .ring-2 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .ring-primario-base {
    --tw-ring-color: var(--color-primario-base);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to,
      opacity,
      box-shadow,
      transform,
      translate,
      scale,
      rotate,
      filter,
      -webkit-backdrop-filter,
      backdrop-filter,
      display,
      visibility,
      content-visibility,
      overlay,
      pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property:
      transform,
      translate,
      scale,
      rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .first\:mt-4:first-child {
    margin-top: calc(var(--spacing) * 4);
  }
  .last\:mb-0:last-child {
    margin-bottom: calc(var(--spacing) * 0);
  }
  @media (hover: hover) {
    .hover\:-translate-y-0\.5:hover {
      --tw-translate-y: calc(var(--spacing) * -0.5);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  @media (hover: hover) {
    .hover\:bg-neutrales-100:hover {
      background-color: var(--color-neutrales-100);
    }
  }
  @media (hover: hover) {
    .hover\:bg-primario-50:hover {
      background-color: var(--color-primario-50);
    }
  }
  @media (hover: hover) {
    .hover\:bg-primario-700:hover {
      background-color: var(--color-primario-700);
    }
  }
  @media (hover: hover) {
    .hover\:bg-secundario-600:hover {
      background-color: var(--color-secundario-600);
    }
  }
  @media (hover: hover) {
    .hover\:text-primario-800:hover {
      color: var(--color-primario-800);
    }
  }
  @media (hover: hover) {
    .hover\:no-underline:hover {
      text-decoration-line: none;
    }
  }
  @media (hover: hover) {
    .hover\:shadow-xl:hover {
      --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
      box-shadow:
        var(--tw-inset-shadow),
        var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow),
        var(--tw-ring-shadow),
        var(--tw-shadow);
    }
  }
  .active\:bg-neutrales-100:active {
    background-color: var(--color-neutrales-100);
  }
  .active\:bg-primario-50:active {
    background-color: var(--color-primario-50);
  }
  .active\:text-primario-base:active {
    color: var(--color-primario-base);
  }
  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }
  .disabled\:opacity-60:disabled {
    opacity: 60%;
  }
  @media (width >= 640px) {
    .sm\:max-w-95 {
      max-width: calc(var(--spacing) * 95);
    }
  }
  @media (width >= 640px) {
    .sm\:max-w-\[160px\] {
      max-width: 160px;
    }
  }
  @media (width >= 640px) {
    .sm\:flex-row {
      flex-direction: row;
    }
  }
  @media (width >= 640px) {
    .sm\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 640px) {
    .sm\:p-4 {
      padding: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 640px) {
    .sm\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  @media (width >= 640px) {
    .sm\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  @media (width >= 640px) {
    .sm\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  @media (width >= 640px) {
    .sm\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  @media (width >= 640px) {
    .sm\:font-normal {
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
    }
  }
  @media (width >= 768px) {
    .md\:order-1 {
      order: 1;
    }
  }
  @media (width >= 768px) {
    .md\:order-2 {
      order: 2;
    }
  }
  @media (width >= 768px) {
    .md\:\!grid {
      display: grid !important;
    }
  }
  @media (width >= 768px) {
    .md\:max-w-96 {
      max-width: calc(var(--spacing) * 96);
    }
  }
  @media (width >= 768px) {
    .md\:max-w-100 {
      max-width: calc(var(--spacing) * 100);
    }
  }
  @media (width >= 768px) {
    .md\:max-w-\[200px\] {
      max-width: 200px;
    }
  }
  @media (width >= 768px) {
    .md\:\!grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  }
  @media (width >= 768px) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 768px) {
    .md\:flex-col {
      flex-direction: column;
    }
  }
  @media (width >= 768px) {
    .md\:flex-row {
      flex-direction: row;
    }
  }
  @media (width >= 768px) {
    .md\:items-center {
      align-items: center;
    }
  }
  @media (width >= 768px) {
    .md\:items-start {
      align-items: flex-start;
    }
  }
  @media (width >= 768px) {
    .md\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 768px) {
    .md\:gap-y-6 {
      row-gap: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 768px) {
    .md\:p-6 {
      padding: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 768px) {
    .md\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  @media (width >= 1024px) {
    .lg\:order-1 {
      order: 1;
    }
  }
  @media (width >= 1024px) {
    .lg\:order-3 {
      order: 3;
    }
  }
  @media (width >= 1024px) {
    .lg\:mb-0 {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 1024px) {
    .lg\:block {
      display: block;
    }
  }
  @media (width >= 1024px) {
    .lg\:flex {
      display: flex;
    }
  }
  @media (width >= 1024px) {
    .lg\:hidden {
      display: none;
    }
  }
  @media (width >= 1024px) {
    .lg\:min-h-screen {
      min-height: 100vh;
    }
  }
  @media (width >= 1024px) {
    .lg\:w-\[250px\] {
      width: 250px;
    }
  }
  @media (width >= 1024px) {
    .lg\:max-w-none {
      max-width: none;
    }
  }
  @media (width >= 1024px) {
    .lg\:flex-row {
      flex-direction: row;
    }
  }
  @media (width >= 1024px) {
    .lg\:flex-wrap {
      flex-wrap: wrap;
    }
  }
  @media (width >= 1024px) {
    .lg\:items-center {
      align-items: center;
    }
  }
  @media (width >= 1024px) {
    .lg\:justify-between {
      justify-content: space-between;
    }
  }
  @media (width >= 1024px) {
    .lg\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 1024px) {
    .lg\:gap-10 {
      gap: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 1024px) {
    .lg\:gap-12 {
      gap: calc(var(--spacing) * 12);
    }
  }
  @media (width >= 1024px) {
    .lg\:self-auto {
      align-self: auto;
    }
  }
  @media (width >= 1024px) {
    .lg\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  @media (width >= 1024px) {
    .lg\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  @media (width >= 1024px) {
    .lg\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  @media (width >= 1024px) {
    .lg\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  @media (width >= 1024px) {
    .lg\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  @media (width >= 1024px) {
    .lg\:text-xs {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
}
:root {
  --primario-Base: var(--color-primario-base);
  --primario-base: var(--color-primario-base);
  --primario-50: var(--color-primario-50);
  --Texto-Blanco: var(--color-texto-blanco);
  --Texto-Complementario: var(--color-texto-complementario);
  --Texto-Texto-complementario: var(--color-texto-complementario);
  --Texto-T\edtulos-y-cuerpo-de-texto: var(--color-texto-titulos);
  --Texto-Ttulos-y-cuerpo-de-texto: var(--color-texto-titulos);
  --Informativo-Base: var(--color-informativo-base);
}
@property --tw-translate-x { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-translate-y { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-translate-z { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-rotate-x { syntax: "*"; inherits: false; }
@property --tw-rotate-y { syntax: "*"; inherits: false; }
@property --tw-rotate-z { syntax: "*"; inherits: false; }
@property --tw-skew-x { syntax: "*"; inherits: false; }
@property --tw-skew-y { syntax: "*"; inherits: false; }
@property --tw-space-y-reverse { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-leading { syntax: "*"; inherits: false; }
@property --tw-font-weight { syntax: "*"; inherits: false; }
@property --tw-tracking { syntax: "*"; inherits: false; }
@property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-shadow-color { syntax: "*"; inherits: false; }
@property --tw-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-shadow-color { syntax: "*"; inherits: false; }
@property --tw-inset-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-ring-color { syntax: "*"; inherits: false; }
@property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-ring-color { syntax: "*"; inherits: false; }
@property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-ring-inset { syntax: "*"; inherits: false; }
@property --tw-ring-offset-width { syntax: "<length>"; inherits: false; initial-value: 0px; }
@property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; }
@property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-outline-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-blur { syntax: "*"; inherits: false; }
@property --tw-brightness { syntax: "*"; inherits: false; }
@property --tw-contrast { syntax: "*"; inherits: false; }
@property --tw-grayscale { syntax: "*"; inherits: false; }
@property --tw-hue-rotate { syntax: "*"; inherits: false; }
@property --tw-invert { syntax: "*"; inherits: false; }
@property --tw-opacity { syntax: "*"; inherits: false; }
@property --tw-saturate { syntax: "*"; inherits: false; }
@property --tw-sepia { syntax: "*"; inherits: false; }
@property --tw-drop-shadow { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-color { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-drop-shadow-size { syntax: "*"; inherits: false; }
@property --tw-duration { syntax: "*"; inherits: false; }
@property --tw-ease { syntax: "*"; inherits: false; }
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}

/* src/styles.scss */
.subasta-general-card {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  width: 332px;
  max-width: 332px;
  margin: 0;
  height: auto;
  border-radius: 16px;
  padding: 16px;
  gap: 8px;
  background-color: #EFF3FB;
  border: solid #A7C4F1 1px;
}
.subasta-general-card .subasta-identifier {
  display: flex;
  flex-direction: row;
  width: auto;
  max-width: 155px;
  height: 33px;
  border-radius: 4px;
  padding: 8px;
  gap: 10px;
  align-items: center;
  background-color: #CCDCF5;
}
.subasta-general-card .subasta-identifier .identifier-btn {
  display: flex;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  gap: 8px;
}
.subasta-general-card .subasta-identifier .identifier-btn .subasta-icono-container {
  width: 16px;
  height: 16px;
}
.subasta-general-card .subasta-identifier p {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.5%;
  vertical-align: middle;
  color: #16448D;
}
.subasta-general-card .subasta-card-title {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 300px;
  height: 32px;
  gap: 8px;
  align-items: center;
}
.subasta-general-card .subasta-card-title p {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.5%;
  vertical-align: middle;
  color: #3D3D3D;
}
.subasta-general-card .subasta-card-title .subasta-card-title-btn {
  display: flex;
  width: 24px;
  height: 24px;
  gap: 8px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.subasta-general-card .subasta-card-title .subasta-card-title-btn .btn-icon {
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
}
.subasta-general-card .subasta-card-info-container {
  display: flex;
  flex-direction: column;
  width: 230px;
  height: auto;
  border-radius: 4px;
  padding-right: 4px;
  padding-left: 4px;
  gap: 4px;
}
.subasta-general-card .subasta-card-info-container .info-container-text {
  width: auto;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.5%;
  vertical-align: middle;
  color: #3D3D3D;
  margin: 0;
  padding: 0;
}
.subasta-general-card .subasta-card-info-container .info-container-text strong {
  color: #3D3D3D;
}
.subasta-general-card .subasta-card-info-container .complement-text {
  width: 100%;
  height: 25px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.5%;
  color: #7A7A7A;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.subasta-rapida-card {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  width: 332px;
  max-width: 332px;
  margin: 0;
  height: auto;
  border-radius: 16px;
  padding: 16px;
  gap: 8px;
  background-color: #FCF5ED;
  border: solid #F9CE9F 1px;
}
.subasta-rapida-card .subasta-identifier {
  display: flex;
  flex-direction: row;
  width: 151px;
  height: 33px;
  border-radius: 4px;
  padding: 8px;
  gap: 10px;
  align-items: center;
  background-color: #FAE2C7;
}
.subasta-rapida-card .subasta-identifier .identifier-btn {
  display: flex;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  gap: 8px;
}
.subasta-rapida-card .subasta-identifier .identifier-btn .subasta-icono-container {
  width: 16px;
  height: 16px;
}
.subasta-rapida-card .subasta-identifier p {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.5%;
  vertical-align: middle;
  color: #9B5508;
}
.subasta-rapida-card .subasta-card-title {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 300px;
  height: 32px;
  gap: 8px;
  align-items: center;
}
.subasta-rapida-card .subasta-card-title p {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.5%;
  vertical-align: middle;
  color: #3D3D3D;
}
.subasta-rapida-card .subasta-card-title .subasta-card-title-btn {
  display: flex;
  width: 24px;
  height: 24px;
  gap: 8px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.subasta-rapida-card .subasta-card-title .subasta-card-title-btn .btn-icon {
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
}
.subasta-rapida-card .subasta-card-info-container {
  display: flex;
  flex-direction: column;
  width: 230px;
  height: auto;
  border-radius: 4px;
  padding-right: 4px;
  padding-left: 4px;
  gap: 4px;
}
.subasta-rapida-card .subasta-card-info-container .info-container-text {
  width: auto;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.5%;
  vertical-align: middle;
  color: #3D3D3D;
  margin: 0;
  padding: 0;
}
.subasta-rapida-card .subasta-card-info-container .info-container-text strong {
  color: #3D3D3D;
}
.subasta-rapida-card .subasta-card-info-container .complement-text {
  width: 100%;
  height: 25px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.5%;
  color: #7A7A7A;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
@media (max-width: 768px) {
  .subasta-general-card,
  .subasta-rapida-card {
    width: auto;
    min-width: 262px;
    height: auto;
    gap: 8px;
  }
}
.lote-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  min-height: 195px;
  border-radius: 8px;
  padding: 16px;
  gap: 16px;
  background-color: white;
  border: solid #E0E0E0 1px;
}
@media (max-width: 768px) {
  .lote-card {
    height: auto;
    min-height: 167px;
  }
}
.lote-card .lote-card-cta {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  min-height: 48px;
  gap: 8px;
  align-items: center;
}
.lote-card .lote-card-cta .card-title {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  min-height: 23px;
  gap: 8px;
  align-items: center;
}
.lote-card .lote-card-cta .card-title p {
  width: 79px;
  height: 19px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.5%;
  vertical-align: middle;
  color: #000000;
}
.lote-card .lote-card-cta .card-title .lote-tag {
  display: flex;
  flex-direction: row;
  width: auto;
  min-width: 114px;
  height: auto;
  min-height: 23px;
  border-radius: 64px;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  border-radius: 64px;
  gap: 8px;
  background-color: #FCF4ED;
}
.lote-card .lote-card-cta .card-title .lote-tag span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.5%;
  text-align: center;
  vertical-align: middle;
  color: #C75E05;
}
.lote-card .lote-card-cta .lote-card-btn {
  display: flex;
  width: 300px;
  height: 48px;
  border-radius: 4px;
  padding: 16px;
  gap: 16px;
  justify-content: center;
  background-color: #003A70;
  cursor: pointer;
}
@media (max-width: 768px) {
  .lote-card .lote-card-cta .lote-card-btn {
    height: 40px;
  }
}
.lote-card .lote-card-cta .lote-card-btn span {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.5%;
  text-align: center;
  vertical-align: middle;
  color: white;
}
.lote-card .lote-card-detail {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1368px;
  height: auto;
  min-height: 43px;
  gap: 16px;
}
.lote-card .lote-card-detail .detail-container {
  display: flex;
  flex-direction: column;
  width: 125px;
  height: auto;
  min-height: 43px;
}
@media (max-width: 768px) {
  .lote-card .lote-card-detail .detail-container {
    width: 105px;
  }
}
.lote-card .lote-card-detail .detail-container .detail-title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.5%;
  vertical-align: middle;
  color: #3D3D3D;
}
.lote-card .lote-card-detail .detail-container .detail-subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.5%;
  vertical-align: middle;
  color: #3D3D3D;
}
.lote-card .lote-card-detail .actual .detail-title {
  color: #C75E05;
}
.lote-card .lote-card-detail .actual .detail-subtitle {
  color: #9B4C08;
}
.lote-card .lote-card-description {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  min-height: 40px;
  gap: 24px;
}
@media (max-width: 768px) {
  .lote-card .lote-card-description {
    gap: 0;
    flex-direction: column;
  }
}
.lote-card .lote-card-description .desciption-lote {
  width: auto;
  height: 33px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.5%;
  text-transform: lowercase;
  color: #7A7A7A;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
@media (max-width: 768px) {
  .lote-card .lote-card-description .desciption-lote {
    width: 100%;
    height: 16px;
    -webkit-line-clamp: 1;
  }
}
.lote-card .lote-card-description .description-btn {
  display: flex;
  flex-direction: row;
  width: 150px;
  height: 33px;
  border-radius: 4px;
  padding: 16px;
  gap: 16px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .lote-card .lote-card-description .description-btn {
    width: 96px;
  }
}
.lote-card .lote-card-description .description-btn .description-btn-text {
  width: 63px;
  height: 19px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.5%;
  text-align: center;
  vertical-align: middle;
  color: #003A70;
}
@media (max-width: 768px) {
  .lote-card-description {
    display: flex;
    flex-direction: column;
  }
}
.lote-detail-container {
  --bd: var(--Informativo-200, #a7c4f1);
  --bg: var(--Informativo-50, #eff3fb);
  border: 1px solid var(--bd);
  background: var(--bg);
  display: flex;
  width: 100%;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 16px;
}
.lote-detail-container .lote-id-information {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  min-height: 48px;
  gap: 32px;
}
.lote-detail-container .lote-id-information .id-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 38px;
  justify-content: center;
}
.lote-detail-container .lote-id-information .info-btn {
  display: flex;
  width: 250px;
  height: 48px;
  gap: 16px;
  border-width: 1px;
  border-radius: 4px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: solid #003A70 1px;
}
.lote-detail-container .lote-id-information .info-btn .info-btn-text {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.5%;
  text-align: center;
  vertical-align: middle;
  color: #003A70;
}
.lote-detail-container .lote-fields {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1360px;
  height: auto;
  min-height: 36px;
  gap: 40px;
}
.lote-detail-container .lote-fields .lote-fields-container {
  display: flex;
  flex-direction: column;
  width: auto;
  min-width: 173px;
  height: auto;
  min-height: 36px;
  gap: 2px;
}
.lote-detail-container.is-rapida {
  --bd: var(--Advertencia-200, #f9c89f);
  --bg: var(--Advertencia-50, #fcf4ed);
}
.lote-detail-container.is-general {
  --bd: var(--Informativo-200, #a7c4f1);
  --bg: var(--Informativo-50, #eff3fb);
}
@media (min-width: 769px) and (max-width: 1200px) {
  .lote-detail-container {
    position: static;
    top: auto;
    left: auto;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-inline: 20px;
    gap: 16px;
  }
  .lote-detail-container .lote-id-information {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 12px 16px;
    width: 100%;
    max-width: 100%;
  }
  .lote-detail-container .lote-id-information .id-info {
    min-width: 0;
    width: 100%;
  }
  .lote-detail-container .lote-id-information .info-btn {
    justify-self: end;
    width: fit-content;
    min-width: 140px;
    height: 44px;
    padding: 10px 14px;
    flex: 0 0 auto;
  }
  .lote-detail-container .lote-fields {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 8px;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .lote-detail-container {
    box-sizing: border-box;
    width: 100%;
    padding: 12px;
  }
  .lote-detail-container .lote-id-information {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 8px 12px;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: unset;
  }
  .lote-detail-container .lote-id-information .id-info {
    min-width: 0;
    width: 100%;
  }
  .lote-detail-container .lote-id-information .id-info span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .lote-detail-container .lote-id-information .info-btn {
    justify-self: end;
    width: fit-content;
    min-width: 123px;
    max-width: 100%;
    height: 40px;
    padding: 10px 12px;
  }
  .lote-detail-container .lote-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
    width: 100%;
    max-width: 100%;
  }
  .lote-detail-container .lote-fields .lote-fields-container {
    min-width: 0;
  }
  .lote-detail-container .lote-fields .lote-fields-container:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .lote-detail-container .lote-fields .lote-fields-container:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .lote-detail-container .lote-fields .lote-fields-container:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }
  .lote-detail-container .lote-fields .lote-fields-container:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
}
.my-select .mat-mdc-text-field-wrapper.mdc-text-field.mdc-text-field--filled {
  background-color: #fff !important;
  border-radius: 8px !important;
  box-shadow: none;
  width: auto;
  max-width: 100%;
  min-width: 240px;
  height: auto;
  border: 1px solid var(--Neutrales-200, #ccc);
  gap: 8px;
}
.my-select .mdc-line-ripple {
  display: none !important;
  opacity: 0 !important;
}
.my-select .mat-mdc-form-field-focus-overlay {
  background: transparent !important;
}
.my-select-panel {
  background-color: #fff !important;
  color: #333 !important;
}
.my-select-panel .mat-mdc-option .mdc-list-item__primary-text {
  color: var(--Texto-Ttulos-y-cuerpo-de-texto, #3D3D3D);
  text-align: center;
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.08px;
}
.my-select-panel .mat-mdc-option:hover {
  background: var(--primario-50, #EDF5FC);
}
.my-select-panel .mat-mdc-option.mdc-list-item--selected {
  background: var(--primario-50, #EDF5FC);
  color: #fff;
}
.my-select .mdc-floating-label {
  flex: 1 0 0;
  color: var(--Texto-Texto-complementario, #7A7A7A);
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.08px;
}
.my-select .mat-mdc-select-value {
  color: var(--Texto-Ttulos-y-cuerpo-de-texto, #3D3D3D);
  text-align: flex-start;
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.08px;
}
.my-select .mdc-floating-label--float-above {
  color: var(--Texto-Texto-complementario, #7a7a7a) !important;
}
.my-select .mat-mdc-select-arrow {
  color: var(--Neutrales-900, #3d3d3d) !important;
  width: 24px;
  height: 24px;
}
.my-select.last-dropdown .mat-mdc-text-field-wrapper.mdc-text-field.mdc-text-field--filled {
  background-color: #fff !important;
  border-radius: 8px !important;
  box-shadow: none;
  width: auto;
  max-width: 100%;
  min-width: 170px !important;
  height: auto;
  border: 1px solid var(--primario-Base, #003a70);
  gap: 8px;
}
.my-select.last-dropdown .mdc-floating-label {
  color: var(--primario-Base, #003a70) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.08px;
  font-family: "Inter", sans-serif !important;
}
.my-select.last-dropdown .mat-mdc-option .mdc-list-item__primary-text {
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  color: blue !important;
}
:root {
  --bs-surface: #ffffff;
  --bs-text: #3d3d3d;
  --bs-border: #e6e6e6;
  --bs-primary: #003a70;
  --bs-primary-ink: #ffffff;
  --bs-muted: #7a7a7a;
  --bs-backdrop: rgba(0, 0, 0, 0.44);
}
:root {
  --mat-bottom-sheet-container-background-color: #fff;
}
.bs-backdrop-dark.cdk-overlay-backdrop {
  background: rgba(0, 0, 0, 0.44);
}
.bs-backdrop-dark.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-global-scrollblock {
  overflow: hidden;
}
.sheet-container {
  display: flex;
  flex-direction: column;
  max-height: 300vh;
  width: 100%;
  overflow: hidden;
  bottom: 0;
}
.sheet-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 20px 20px 0 20px;
  background: #fff;
}
.sheet-header span {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #3d3d3d;
}
.sheet-header .icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.sheet-header .icon-btn:hover {
  background: rgba(0, 0, 0, 0.05);
}
.sheet-header .icon-btn:active {
  background: rgba(0, 0, 0, 0.1);
}
.sheet-header .icon-btn img {
  width: 16px;
  height: 16px;
}
.sheet-header .close-btn {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 8px;
}
.sheet-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  flex: 1;
  overflow-y: auto;
}
.sheet-content .amounts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  background-color: #F5F5F5;
  padding: 16px;
  border-radius: 8px;
}
.sheet-content .amounts .amount-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  align-self: stretch;
}
.my-select .mat-mdc-text-field-wrapper.mdc-text-field.mdc-text-field--filled {
  width: 100%;
}
.sheet-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  width: 100%;
  padding: 0 20px 20px 20px;
}
.sheet-actions .clear {
  display: flex;
  height: 48px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--primario-Base, #003A70);
  background: transparent;
  cursor: pointer;
  transition: all 0.2s ease;
}
.sheet-actions .clear:hover {
  background: rgba(0, 58, 112, 0.05);
}
.sheet-actions .clear:active {
  transform: translateY(1px);
}
.sheet-actions .clear span {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}
.sheet-actions .sec {
  border: 1px solid var(--primario-Base, #003A70);
}
.sheet-actions .apply {
  display: flex;
  height: 48px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  border-radius: 8px;
  background: var(--primario-Base, #003a70);
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.sheet-actions .apply:hover {
  background: #002a5a;
}
.sheet-actions .apply:active {
  transform: translateY(1px);
}
.sheet-actions .apply.disabled {
  background: #E0E0E0;
  cursor: not-allowed;
}
.sheet-actions .apply.disabled span {
  color: #7A7A7A;
}
.sheet-actions .apply span {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
.price-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.price-block .price-title {
  font-family: "Inter", sans-serif;
}
.price-block .price-range {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.price-block .price-minmax {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.price-block .price-minmax .hint {
  font-family: "Inter", sans-serif;
}
.price-block .price-minmax .value {
  font-family: "Inter", sans-serif;
}
.order-content {
  padding: 0 20px 8px 20px;
}
.order-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.order-group span {
  font-family: "Inter", sans-serif;
}
.order-item {
  padding: 4px 0;
}
.order-actions {
  position: sticky;
  bottom: 0;
  background: var(--bs-surface);
  padding: 12px 20px;
  z-index: 2;
}
.order-actions .apply {
  display: flex;
  height: 40px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  border-radius: 4px;
  background-color: rgb(0, 58, 112);
  color: #fff;
}
:root {
  --mat-slider-active-track-color: rgb(0, 58, 112);
  --mat-slider-inactive-track-color: rgb(61, 61, 61);
  --mat-slider-active-track-shape: 16px;
  --mat-slider-value-indicator-opacity: none;
  --mat-slider-value-indicator-width: 60%;
  --mat-slider-handle-color: rgb(0, 58, 112);
  --mat-slider-focus-handle-color: rgb(0, 58, 112);
  --mat-slider-hover-state-layer-color: none;
}
.mat-mdc-slider {
  width: 90% !important;
}
.sq-checkbox .mdc-checkbox__ripple,
.sq-checkbox .mat-mdc-focus-indicator,
.sq-checkbox .mdc-checkbox__focus-ring {
  display: none !important;
}
.sq-checkbox .mdc-checkbox__background {
  border-radius: 2px !important;
  width: 18px !important;
  height: 18px !important;
}
:root {
  --mat-paginator-container-background-color: white;
}
.lot-list-footer {
  grid-column: 1/-1;
  margin-top: 16px;
  width: 100%;
  margin-bottom: 100px;
}
.lot-list-footer.no-mrgn {
  margin-bottom: 0 !important;
}
.lot-list-footer .paginator-wrap .mat-mdc-paginator-range-label {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.07px;
  margin-right: 80%;
  color: var(--Texto-Ttulos-y-cuerpo-de-texto, #3d3d3d);
}
.lot-list-footer .paginator-wrap .mat-mdc-paginator-range-actions {
  width: 100%;
}
.lot-list-footer .paginator-wrap.no-mrgn {
  margin-bottom: 0 !important;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .lot-list-footer .paginator-wrap .mat-mdc-paginator-range-label {
    margin-right: 74%;
  }
  :host ::ng-deep .mat-mdc-paginator {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 8px 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 6px;
    column-gap: 8px;
    margin-bottom: 16px;
  }
  :host ::ng-deep .mat-mdc-paginator-page-size {
    display: none !important;
  }
  :host ::ng-deep .mat-mdc-paginator-navigation-first,
  :host ::ng-deep .mat-mdc-paginator-navigation-last {
    display: none !important;
  }
  :host ::ng-deep .mat-mdc-paginator-range-label {
    font-size: 14px;
    font-weight: 600;
    width: auto;
    order: 0;
    margin-left: 8px;
  }
  :host ::ng-deep .mat-mdc-paginator-navigation-previous,
  :host ::ng-deep .mat-mdc-paginator-navigation-next {
    width: 40px;
    height: 40px;
    border-radius: 8px;
  }
}
@media (max-width: 768px) {
  .lot-list-footer .paginator-wrap .mat-mdc-paginator-range-label {
    margin-right: 45%;
  }
  :host ::ng-deep .mat-mdc-paginator {
    width: 100%;
    max-width: 500px;
    background: #fff;
    border-radius: 12px;
    padding: 6px 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 6px;
    margin-bottom: 16px;
  }
  :host ::ng-deep .mat-mdc-paginator-page-size {
    display: none !important;
  }
  :host ::ng-deep .mat-mdc-paginator-navigation-first,
  :host ::ng-deep .mat-mdc-paginator-navigation-last {
    display: none !important;
  }
  :host ::ng-deep .mat-mdc-paginator-range-label {
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    text-align: left;
    order: 1;
  }
  :host ::ng-deep .mat-mdc-paginator-navigation-previous,
  :host ::ng-deep .mat-mdc-paginator-navigation-next {
    width: 40px;
    height: 40px;
    border-radius: 8px;
  }
}
.editable-input {
  width: 100%;
}
.editable-input .mat-mdc-text-field-wrapper {
  background-color: #fff !important;
  border-radius: 8px;
  border: 1px solid var(--Neutrales-200, #ccc);
  box-shadow: none !important;
}
.editable-input .mat-mdc-text-field-wrapper,
.editable-input .mat-mdc-text-field-wrapper:hover,
.editable-input .mat-mdc-text-field-wrapper.mdc-text-field--focused {
  border: 1px solid var(--Neutrales-200, #ccc) !important;
}
.editable-input input.mat-mdc-input-element {
  font-size: 14px;
  font-weight: 500;
  color: var(--Texto-T\edtulos-y-cuerpo-de-texto, #3d3d3d);
}
.editable-input .mat-mdc-form-field-label {
  font-size: 12px !important;
  color: var(--Texto-Complementario, #7a7a7a);
}
.mat-mdc-form-field .mdc-line-ripple {
  display: none !important;
}
.mat-mdc-form-field .mat-mdc-form-field-focus-overlay {
  background-color: transparent !important;
}
.mat-mdc-form-field .mdc-text-field--focused .mdc-floating-label {
  color: #7a7a7a !important;
}
.mat-mdc-form-field input.mat-mdc-input-element {
  color: #7a7a7a !important;
}
:root {
  --mat-datepicker-calendar-container-background-color: white;
}
.custom-datepicker .mat-mdc-text-field-wrapper {
  background-color: #fff !important;
  border-radius: 8px !important;
  box-shadow: none;
  width: auto;
  min-width: 210px;
  height: auto;
  border: 1px solid var(--Neutrales-200, #ccc);
  gap: 8px;
  transition: border-color 0.2s ease-in-out;
}
.custom-datepicker.mat-focused .mat-mdc-text-field-wrapper {
  border-color: var(--Primario-600, #0044cc) !important;
}
.custom-datepicker .mdc-notched-outline {
  display: none !important;
}
.custom-datepicker .mat-mdc-input-element {
  font-family: "Inter", sans-serif;
  font-size: 14px !important;
  font-weight: 500;
  color: var(--color-texto-titulos, #1a1a1a);
  letter-spacing: -0.02em;
}
.custom-datepicker .mat-mdc-input-element::placeholder {
  color: var(--color-texto-complementario, #7a7a7a);
  font-weight: 400;
  opacity: 0.8;
}
.custom-datepicker button[mat-icon-button] {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.custom-datepicker button[mat-icon-button] svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  color: #3d3d3d;
  opacity: 0.7;
  transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;
}
.custom-datepicker button[mat-icon-button]:hover svg {
  opacity: 1;
  color: #3d3d3d;
}
.custom-datepicker button[mat-icon-button]:active {
  transform: scale(0.95);
}
.confirm-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  overscroll-behavior: contain;
}
.modal {
  display: flex;
  flex-direction: column;
  width: 800px;
  height: auto;
  background: #fff;
  border-radius: 8px;
  border: solid #e0e0e0 1px;
  padding: 24px;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.modal .modal-img {
  width: 150px;
  height: 150px;
  aspect-ratio: 1/1;
  align-self: center;
}
.modal .title-close-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 936px;
  height: auto;
  min-height: 32px;
}
.modal .title-close-container .modal-title {
  display: flex;
  width: 888px;
  height: auto;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.15%;
  color: #3D3D3D;
  margin: 0;
  padding: 0;
  align-items: center;
}
.modal .title-close-container .modal-close-btn {
  display: flex;
  flex-direction: row;
  width: 32px;
  height: 32px;
  padding: 4px;
  cursor: pointer;
}
.modal .title-close-container .modal-close-btn .modal-close-icon-container {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
}
.modal .title-field-container {
  display: flex;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
.modal .title-field-container span {
  width: 76%;
  display: flex;
  align-self: center;
}
.modal .title-field-container .title-field-frame {
  display: flex;
  flex-direction: column;
  width: auto;
  min-width: 130px;
  height: auto;
  gap: 4px;
}
.modal .title-field-container .title-field-frame .frame-title {
  width: auto;
  height: 17px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.5%;
  vertical-align: middle;
  color: #7A7A7A;
  margin: 0;
}
.modal .title-field-container .title-field-frame .frame-information {
  width: auto;
  height: 19px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.5%;
  vertical-align: middle;
  color: #000000;
  margin: 0;
}
.modal .title-field-container .title-field-frame .frame-auction-identifier-general {
  display: flex;
  flex-direction: row;
  width: 151px;
  height: 33px;
  border-radius: 4px;
  padding: 8px;
  gap: 10px;
  align-items: center;
  background-color: #CCDCF5;
}
.modal .title-field-container .title-field-frame .frame-auction-identifier-general .identifier-btn {
  display: flex;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  gap: 8px;
}
.modal .title-field-container .title-field-frame .frame-auction-identifier-general .identifier-btn .subasta-icono-container {
  width: 16px;
  height: 16px;
}
.modal .title-field-container .title-field-frame .frame-auction-identifier-general p {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.5%;
  vertical-align: middle;
  white-space: nowrap;
  color: #16448D;
}
.modal .title-field-container .title-field-frame .uploader {
  border-radius: 4px;
  background: var(--Informativo-50, #eff3fb);
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 10px;
  width: 165px;
}
.modal .title-field-container .title-field-frame .uploader .identifier-btn {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  aspect-ratio: 1/1;
  border-radius: 100px;
}
.modal .title-field-container .title-field-frame .uploader .identifier-btn .subasta-icono-container {
  flex: 1 0 0;
  align-self: stretch;
}
.modal .title-field-container .title-field-frame .frame-auction-identifier-rapida {
  display: flex;
  flex-direction: row;
  width: 151px;
  height: 33px;
  border-radius: 4px;
  padding: 8px;
  gap: 10px;
  align-items: center;
  background-color: #FAE2C7;
}
.modal .title-field-container .title-field-frame .frame-auction-identifier-rapida .identifier-btn {
  display: flex;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  gap: 8px;
}
.modal .title-field-container .title-field-frame .frame-auction-identifier-rapida .identifier-btn .subasta-icono-container {
  width: 16px;
  height: 16px;
}
.modal .title-field-container .title-field-frame .frame-auction-identifier-rapida p {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.5%;
  vertical-align: middle;
  white-space: nowrap;
  color: #9B5508;
}
.modal .title-field-container .subasta-identifier {
  display: flex;
  flex-direction: row;
  width: auto;
  height: 33px;
  border-radius: 4px;
  padding: 8px;
  gap: 10px;
  align-items: center;
  justify-content: space-around;
  background-color: #EFF3FB;
}
.modal .title-field-container .subasta-identifier .identifier-btn {
  display: flex;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  gap: 8px;
}
.modal .title-field-container .subasta-identifier .identifier-btn .subasta-icono-container {
  width: 16px;
  height: 16px;
}
.modal .title-field-container .subasta-identifier p {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.5%;
  vertical-align: middle;
  color: #16448D;
}
.modal .auction-type {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.modal .auction-type .frame-auction-identifier-general {
  display: flex;
  flex-direction: row;
  width: 151px;
  height: 33px;
  border-radius: 4px;
  padding: 8px;
  gap: 10px;
  align-items: center;
  background-color: #CCDCF5;
}
.modal .auction-type .frame-auction-identifier-general .identifier-btn {
  display: flex;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  gap: 8px;
}
.modal .auction-type .frame-auction-identifier-general .identifier-btn .subasta-icono-container {
  width: 16px;
  height: 16px;
}
.modal .auction-type .frame-auction-identifier-general p {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.5%;
  vertical-align: middle;
  white-space: nowrap;
  color: #16448D;
}
.modal .auction-type .frame-auction-identifier-rapida {
  display: flex;
  flex-direction: row;
  width: 151px;
  height: 33px;
  border-radius: 4px;
  padding: 8px;
  gap: 10px;
  align-items: center;
  background-color: #FAE2C7;
}
.modal .auction-type .frame-auction-identifier-rapida .identifier-btn {
  display: flex;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  gap: 8px;
}
.modal .auction-type .frame-auction-identifier-rapida .identifier-btn .subasta-icono-container {
  width: 16px;
  height: 16px;
}
.modal .auction-type .frame-auction-identifier-rapida p {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.5%;
  vertical-align: middle;
  white-space: nowrap;
  color: #9B5508;
}
.modal .amounts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  background-color: #F5F5F5;
}
.modal .amounts .amount-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  align-self: stretch;
}
.modal .title-description-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 936px;
  height: auto;
  gap: 4px;
}
.modal .title-description-container .frame-desciption-title {
  width: 154px;
  height: 17px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.5%;
  vertical-align: middle;
  color: #7A7A7A;
  margin: 0;
}
.modal .title-description-container .frame-desciption {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.5%;
  vertical-align: middle;
  color: #000000;
  margin: 0;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}
.modal .title-info-date-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 936px;
  height: auto;
  gap: 4px;
}
.modal .title-info-date-container .frame-desciption-title {
  width: 154px;
  height: 17px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.5%;
  vertical-align: middle;
  color: #3D3D3D;
  margin: 0;
}
.modal .title-info-date-container .frame-desciption {
  width: auto;
  height: 17px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.5%;
  vertical-align: middle;
  color: #7A7A7A;
  margin: 0;
}
.modal .date-fields {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.modal .date-fields .date-field-1 {
  display: flex;
  flex-direction: column;
  width: auto;
  height: auto;
  gap: 8px;
}
.modal .date-fields .date-field-1 .info-date-1 {
  width: auto;
  height: 17px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.5%;
  vertical-align: middle;
  color: #7A7A7A;
  margin: 0;
}
.modal .date-fields .date-field-1 .info-date-2 {
  width: auto;
  height: 19px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.5%;
  vertical-align: middle;
  color: #000000;
  margin: 0;
}
.modal .terms {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(--color-neutrales-50, #f5f5f5);
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.modal .confirm-actions {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 936px;
  height: auto;
  gap: 16px;
}
.modal .confirm-actions .modal-btn-1 {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 936px;
  height: 56px;
  border-radius: 4px;
  gap: 16px;
  align-items: center;
  justify-content: center;
  border: solid #003A70 1px;
  background-color: white;
  cursor: pointer;
}
.modal .confirm-actions .modal-btn-1 .modal-btn-1-text {
  display: flex;
  padding: 11px 0;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.modal .confirm-actions .modal-btn-2 {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 936px;
  height: 56px;
  border-radius: 4px;
  gap: 16px;
  align-items: center;
  justify-content: center;
  border: solid #003A70 1px;
  background-color: #003A70;
  cursor: pointer;
}
.modal .confirm-actions .modal-btn-2 .modal-btn-2-text {
  display: flex;
  padding: 11px 0;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.modal .confirm-actions .modal-btn-2:disabled {
  border-radius: 4px;
  background: var(--Neutrales-100, #e0e0e0);
  color: #7a7a7a;
  cursor: default;
  border: none;
}
.modal .confirm-actions .modal-btn-2:disabled .modal-btn-2-text span {
  color: #7a7a7a;
}
.modal .document-warning {
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid var(--Advertencia-600, #f27103);
  background: var(--Advertencia-50, #fcf4ed);
}
.modal .document-warning .warning-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
}
.modal .document-warning .warning-container .warning-content {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.modal .document-warning .warning-container .warning-content .warning-icon-container {
  width: 24px;
  height: 24px;
}
.modal .document-warning .warning-container .warning-text {
  display: flex;
  padding-left: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.modal .text-icon-awarded {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.modal .text-icon-awarded .tag-awarded {
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 64px;
  background: var(--Exito-50, #F2F8F2);
}
.modal .awarded-details {
  display: flex;
  width: 98%;
  padding: 17px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid #F3F4F6;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  max-height: 20vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal .awarded-details::-webkit-scrollbar {
  width: 4px;
}
.modal .awarded-details::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 2px;
}
.modal .awarded-details::-webkit-scrollbar-track {
  background-color: transparent;
}
.modal .awarded-details .detail-frame {
  display: flex;
  width: 100%;
  padding: 8px 0;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #F3F4F6;
}
.gen-auct {
  width: 800px;
}
@media (max-width: 768px) {
  .confirm-overlay {
    padding: env(safe-area-inset-top) 16px env(safe-area-inset-bottom) 16px;
    align-items: center;
    justify-content: center;
  }
  .modal {
    width: 100%;
    max-width: 380px;
    max-height: calc(100vh - 32px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    padding: 16px;
    gap: 16px;
    align-items: stretch;
    justify-content: flex-start;
    overflow: auto;
    box-sizing: border-box;
  }
  .modal .modal-img {
    width: 100px;
    height: 100px;
  }
  .modal .title-close-container {
    max-width: 100%;
    min-height: unset;
    align-items: center;
    gap: 8px;
  }
  .modal .title-close-container .modal-title {
    flex: 1;
    width: auto;
    font-size: 18px;
    line-height: 1.2;
  }
  .modal .title-close-container .modal-close-btn {
    margin-left: auto;
    width: 32px;
    height: 32px;
    padding: 4px;
  }
  .modal .title-field-container,
  .modal .title-description-container,
  .modal .title-info-date-container,
  .modal .date-fields,
  .modal .confirm-actions {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
  }
  .modal .title-field-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 12px;
    row-gap: 12px;
  }
  .modal .title-field-container .title-field-frame {
    min-width: 0;
    width: 100%;
  }
  .modal .title-field-container .title-field-frame:nth-child(1) {
    grid-column: 1/2;
  }
  .modal .title-field-container .title-field-frame:nth-child(2) {
    grid-column: 2/3;
  }
  .modal .title-field-container .title-field-frame:nth-child(3) {
    grid-column: 1/-1;
  }
  .modal .title-description-container .frame-desciption {
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: 1.25;
  }
  .modal .title-info-date-container .frame-desciption {
    white-space: normal;
    overflow-wrap: anywhere;
    height: auto;
    line-height: 1.25;
  }
  .modal .date-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .modal .date-fields .date-field-1 {
    width: 100%;
  }
  .modal .confirm-actions {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding-top: 8px;
  }
  .modal .confirm-actions .modal-btn-1 {
    width: 100%;
    max-width: 100%;
    height: 48px;
  }
}
@media (max-width: 360px) {
  .modal {
    max-width: calc(100vw - 24px);
  }
  .modal .title-field-container {
    grid-template-columns: 1fr;
  }
  .modal .date-fields {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .gen-auct .title-close-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }
  .gen-auct .title-close-container .modal-close-btn .modal-close-icon-container {
    width: 24px;
    height: 24px;
  }
  .gen-auct .confirm-img {
    display: flex;
    align-self: center;
    width: 100px;
    height: 100px;
    aspect-ratio: 1/1;
  }
  .gen-auct p {
    display: flex;
    align-self: center;
  }
  .gen-auct .info {
    display: flex;
    align-self: center;
  }
}
body.modal-open,
html.modal-open {
  overflow: hidden !important;
  height: 100%;
  position: fixed;
  width: 100%;
}
.confirm-overlay {
  height: 100dvh;
  overflow: hidden;
  touch-action: none;
}
.modal.modal--fullscreen {
  width: 100%;
  max-width: 480px;
  max-height: calc(100dvh - 32px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .modal {
    max-height: calc(100dvh - 32px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.auction-lot-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(320px, 1fr));
  column-gap: 24px;
  row-gap: 16px;
  width: 100%;
  align-items: start;
  box-sizing: border-box;
}
.auction-lot-container .auction-lot-frame {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 396px;
  min-height: 86px;
  border-radius: 8px;
  justify-content: space-around;
  background: #fff;
  align-items: center;
  overflow: hidden;
}
.auction-lot-container .auction-lot-frame .auction-lot {
  display: flex;
  flex-direction: row;
  width: 100%;
  min-width: 0;
  gap: 8px;
}
.auction-lot-container .auction-lot-frame .auction-lot img {
  width: 143px;
  height: 86px;
  object-fit: cover;
  border-radius: 8px 0 0 8px;
  display: block;
}
.auction-lot-container .auction-lot-frame .auction-lot .auction-lot-details {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  gap: 6px;
}
.auction-lot-container .auction-lot-frame .auction-lot .auction-lot-details .auction-lot-detail-title {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.auction-lot-container .auction-lot-frame .auction-lot .auction-lot-details .auction-lot-detail-title .texto-texto-relevante {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.auction-lot-container .auction-lot-frame .auction-lot .auction-lot-details .auction-lot-detail-title .auction-title-btn-container {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.auction-lot-container .auction-lot-frame .auction-lot .auction-lot-details .auction-lot-detail-title .auction-title-btn-container img {
  width: 15px;
  height: 15px;
}
.auction-lot-container .auction-lot-frame .auction-lot .auction-lot-details .auction-lot-detail-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  min-width: 0;
}
.auction-lot-container .auction-lot-frame .auction-lot .auction-lot-details .auction-lot-detail-field .auction-lot-detail-frame {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-width: 0;
}
.auction-lot-container .auction-lot-frame .auction-lot .auction-lot-details .auction-lot-detail-field .auction-lot-detail-frame .label {
  flex: 0 0 auto;
  white-space: nowrap;
  font-weight: 700;
}
.auction-lot-container .auction-lot-frame .auction-lot .auction-lot-details .auction-lot-detail-field .auction-lot-detail-frame .value {
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.auction-lot-container .auction-lot-frame .checkbox-lot {
  display: flex;
  width: auto;
  height: 32px;
  gap: 8px;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .auction-lot-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(320px, 1fr));
    column-gap: 24px;
    row-gap: 16px;
    width: 100%;
    box-sizing: border-box;
  }
  .auction-lot-container .auction-lot-frame {
    width: 100%;
    max-width: unset;
    overflow: hidden;
  }
  .auction-lot-container .checkbox-lot {
    margin-right: 8px;
    flex-shrink: 0;
  }
}
@media (max-width: 768px) {
  .auction-lot-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    gap: 12px;
    box-sizing: border-box;
  }
  .auction-lot-container .auction-lot-frame {
    display: grid;
    grid-template-columns: minmax(108px, 128px) 1fr 32px;
    grid-auto-rows: 88px;
    align-items: stretch;
    width: 100%;
    min-height: 88px;
    background: #fff;
    border: 1px solid #A7C4F1;
    border-radius: 12px;
    padding: 0;
    column-gap: 10px;
    overflow: hidden;
  }
  .auction-lot-container .auction-lot-frame .auction-lot {
    grid-column: 1/3;
    display: grid;
    grid-template-columns: minmax(108px, 128px) 1fr;
    column-gap: 10px;
    align-items: stretch;
    height: 100%;
  }
  .auction-lot-container .auction-lot-frame .auction-lot > img {
    width: 143px;
    height: 90px;
    object-fit: cover;
    border-radius: 8px 0 0 8px;
    display: block;
  }
  .auction-lot-container .auction-lot-details {
    gap: 8px;
    padding: 0 8px 8px;
  }
  .auction-lot-container .auction-lot-detail-title {
    margin-top: 0;
  }
  .auction-lot-container .auction-lot-detail-field .auction-lot-detail-frame .label {
    font-size: 0.875rem;
    font-weight: 700;
  }
  .auction-lot-container .auction-lot-detail-field .auction-lot-detail-frame .value {
    font-size: 0.875rem;
  }
  .auction-lot-container .checkbox-lot {
    grid-column: 3/4;
    justify-self: end;
    align-self: center;
    width: 32px;
    height: 32px;
  }
}
.inscripcion-bottom-sheet {
  position: fixed;
  display: flex;
  left: 0;
  right: 0;
  padding: 16px;
  padding-bottom: calc(16px + env(safe-area-inset-bottom));
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 8px 8px 0 0;
  background: var(--Texto-Blanco, #fff);
  z-index: 1000;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  isolation: isolate;
}
.inscripcion-bottom-sheet.bottom-bar-not-included {
  bottom: 0;
}
.inscripcion-bottom-sheet.bottom-bar-included {
  bottom: calc(75px + env(safe-area-inset-bottom));
}
.inscripcion-bottom-sheet .bottom-sheet-btn1 {
  display: flex;
  width: 100%;
  height: 48px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid var(--primario-Base, #003a70);
}
.inscripcion-bottom-sheet .bottom-sheet-btn2 {
  display: flex;
  width: 100%;
  height: 48px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 4px;
  background-color: var(--primario-Base, #003a70);
}
.inscripcion-bottom-sheet .bottom-sheet-btn2:disabled,
.inscripcion-bottom-sheet .bottom-sheet-btn2[disabled] {
  cursor: not-allowed;
  color: #7A7A7A;
  background: var(--Neutrales-100, #E0E0E0);
}
@media (max-width: 1200px) {
  .inscripcion-bottom-sheet {
    align-items: center;
  }
  .inscripcion-bottom-sheet .inscripcion-content {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
  }
  .inscripcion-bottom-sheet .inscripcion-content .inscripcion-action {
    flex: 1;
    width: 100%;
    height: 50px;
    min-width: 0;
    padding: 0 16px;
    border: none;
    border-radius: 4px;
    background-color: #003A70;
    color: white;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
  }
  .inscripcion-bottom-sheet .inscripcion-content .inscripcion-action:hover {
    opacity: 0.96;
  }
  .inscripcion-bottom-sheet .inscripcion-content .inscripcion-action:active {
    transform: translateY(1px);
  }
  .inscripcion-spacer {
    height: calc(132px + env(safe-area-inset-bottom));
  }
  .inscripcion-bottom-sheet.bottom-bar-included + .inscripcion-spacer {
    height: calc(207px + env(safe-area-inset-bottom));
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .inscripcion-bottom-sheet .inscripcion-content {
    flex-direction: row;
    gap: 16px;
  }
  .inscripcion-bottom-sheet .inscripcion-content .inscripcion-action {
    width: auto;
    flex: 1;
  }
}
@media (min-width: 1201px) {
  .inscripcion-bottom-sheet {
    display: none;
  }
}
.auction-modal-alert {
  display: flex;
  padding: 16px 8px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid var(--Informativo-700, #1754b5);
  background: var(--Informativo-50, #eff3fb);
}
.auction-modal-alert .auction-modal-alert-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
}
.missing-docs {
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid var(--Advertencia-600, #f27103);
  background: var(--Advertencia-50, #fcf4ed);
}
.missing-docs .missing-docs-text {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
}
.missing-docs .missing-docs-text .missing-docs-text-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.missing-docs .missing-docs-text .missing-docs-text-container .missing-docs-icon-container {
  width: 24px;
  height: 24px;
}
.missing-docs .missing-docs-text .missing-docs-text-content {
  display: flex;
  padding-left: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.missing-docs .missing-docs-btn {
  display: flex;
  height: 40px;
  padding: 8px;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
.breadcrumb-wrapper {
  display: flex;
  flex-direction: row;
}
.breadcrumb-wrapper .payment-title-detail-frame {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.breadcrumb-wrapper .button-wrapper {
  width: auto;
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-left: auto;
}
.breadcrumb-wrapper .button-wrapper .step-btn-1 {
  display: flex;
  width: 300px;
  height: 56px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  margin-right: 0;
  background: var(--primario-Base, #003a70);
  cursor: pointer;
}
.breadcrumb-wrapper .button-wrapper .step-btn-1 .btn-1-content {
  display: flex;
  padding: 11px 0;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.breadcrumb-wrapper .button-wrapper .step-btn-1:disabled,
.breadcrumb-wrapper .button-wrapper .step-btn-1[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  color: #7A7A7A;
  background: var(--Neutrales-100, #E0E0E0);
}
.breadcrumb-wrapper .button-wrapper .step-btn-2 {
  display: flex;
  width: 300px;
  height: 56px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid var(--primario-Base, #003a70);
  cursor: pointer;
}
.breadcrumb-wrapper .button-wrapper .step-btn-2 .btn-2-content {
  display: flex;
  padding: 11px 0;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.breadcrumb-wrapper .button-wrapper .step-btn-2:disabled,
.breadcrumb-wrapper .button-wrapper .step-btn-2[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.tabs {
  display: flex;
  width: 100%;
  align-items: center;
  background: #fff;
}
.tabs .tab-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 0 0;
  background: #fff;
}
.tabs .tab-item .tab-item-frame {
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.tabs .tab-item .tab-item-frame span {
  color: rgb(122, 122, 122);
  white-space: nowrap;
}
.tabs .tab-item .mat-divider {
  display: none;
  height: 2px;
  align-self: stretch;
  background: var(--Secundario-500, #fd9421);
}
.tabs .tab-item.active {
  background: var(--Secundario-50, #FCF5ED);
}
.tabs .tab-item.active .tab-item-frame span {
  color: var(--primario-Base, #003A70);
}
.tabs .tab-item.active .mat-divider {
  display: block;
}
@media screen and (max-width: 1024px) {
  .tabs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 100vw;
    margin-left: 0;
    background: #fff;
  }
}
.file-uploader-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100% !important;
  padding: 16px;
  border-radius: 8px;
  background: var(--Texto-Blanco, #fff);
}
.file-container-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}
.attached-file {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(--Neutrales-50, #ebebeb);
  background: var(--Texto-Blanco, #fff);
}
.text-icon-file {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 0 0;
}
.file-type-icon-container {
  width: 32px;
  height: 32px;
}
.file-type-icon {
  width: 25.6px;
  height: 32px;
  flex-shrink: 0;
}
.text-frame-file {
  display: flex;
  width: 201px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.attached-file-btn {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  aspect-ratio: 1/1;
  border-radius: 100px;
  cursor: pointer;
}
.attached-file-btn-container {
  width: 20px;
  height: 20px;
}
.attached-file-btn-container svg {
  width: 16.667px;
  height: 16.667px;
}
.uploader {
  display: flex;
  padding: 24px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px dashed var(--Neutrales-100, #e0e0e0);
  background: var(--Neutrales-50, #f5f5f5);
  transition: border-color 0.15s ease, background 0.15s ease;
}
.uploader.is-dragging {
  border-color: var(--primario-Base, #003a70);
  background: #eef5fb;
}
.uploader-icon-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 9px;
  align-self: stretch;
}
.uploader-icon-container {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
}
.text-span-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.uploader-btn {
  display: flex;
  height: 40px;
  padding: 16px;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid var(--primario-Base, #003a70);
  cursor: pointer;
}
.uploader-btn span {
  color: var(--primario-Base, #003a70);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.08px;
}
.text-error {
  color: #b00020;
  font-size: 12px;
}
:host(.disabled) {
  opacity: 0.6;
  pointer-events: none;
}
@media (max-width: 768px) {
  .uploader {
    padding: 24px 10px;
    gap: 24px;
  }
  .uploader-icon-container {
    width: 24px;
    height: 24px;
  }
  .uploader-icon-container svg {
    width: 18px;
    height: 19px;
  }
}
.full-width-uploader .file-uploader-container {
  width: 100% !important;
  max-width: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
  padding: 24px !important;
  background: var(--Texto-Blanco, #fff);
}
.full-width-uploader .uploader {
  width: 100%;
  min-height: 260px;
  border: 1px dashed var(--Neutrales-100, #e0e0e0);
  background: var(--Neutrales-50, #f5f5f5);
}
.full-width-uploader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  .full-width-uploader .file-uploader-container {
    padding: 16px !important;
    border-radius: 8px;
  }
}
.empty-state-container {
  display: flex;
  width: 100%;
  padding: 24px 16px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}
.empty-state-container .empty-state-ilustration {
  display: flex;
  width: 150px;
  height: 150px;
  padding: 22px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
.empty-state-container span {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .empty-state-container {
    padding: 32px 24px;
  }
}
.toast-message {
  position: absolute;
  top: 0;
  right: 0;
  width: 395px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 4px;
  border: 1px solid var(--Exito-700, #428c40);
  background: var(--Exito-50, #f2f8f2);
  pointer-events: none;
}
.toast-message .message-content {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
}
.toast-message .message-content .icon-container {
  width: 24px;
  height: 24px;
}
.toast-message .message-content .icon-container svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  fill: var(--Exito-700, #428c40);
}
.toast-animate {
  animation: toastLife 3s ease-in-out forwards;
}
@keyframes toastLife {
  0% {
    opacity: 0;
    transform: translateY(-6px);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-6px);
  }
}
@supports (-webkit-touch-callout: none) {
  html {
    height: 100%;
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
  body {
    height: 100%;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .layout,
  .main-content,
  .page-scroll {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
  .page-scroll {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }
  .header-mobile {
    position: -webkit-sticky;
    position: sticky;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }
  .modal,
  .overlay,
  .bottom-sheet,
  .modal-overlay {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    isolation: isolate;
  }
  .footer-container,
  .bottom-bar,
  .inscripcion-bottom-sheet {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
  }
  .page-scroll {
    transform: none !important;
    -webkit-transform: none !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
  .main-content {
    transform: none !important;
    -webkit-transform: none !important;
  }
  .content-wrapper {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }
  input,
  textarea,
  select {
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
  }
  button {
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }
  img {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .grid-container {
    display: -webkit-grid;
    display: grid;
  }
  .transformed-element {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .animated-element {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .overflow-container {
    -webkit-overflow-scrolling: touch;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }
  .absolute-element {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }
  .high-z-index {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
html.modal-open,
html.modal-open body {
  overflow: hidden !important;
  height: 100% !important;
  -webkit-overflow-scrolling: auto !important;
}
html.modal-open .layout,
html.modal-open .main-content,
html.modal-open .page-scroll,
html.modal-open .content-wrapper,
html.modal-open .footer-container,
html.modal-open .bottom-bar,
html.modal-open .inscripcion-bottom-sheet,
html.modal-open .overlay,
html.modal-open .modal,
html.modal-open .modal-overlay,
html.modal-open .high-z-index,
html.modal-open .absolute-element {
  transform: none !important;
  -webkit-transform: none !important;
  backface-visibility: visible !important;
  -webkit-backface-visibility: visible !important;
  will-change: auto !important;
  contain: initial !important;
}
html.modal-open .confirm-overlay-full {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100dvh !important;
  isolation: isolate !important;
  z-index: 10000 !important;
  transform: none !important;
  -webkit-transform: none !important;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
html.modal-open .page-scroll {
  -webkit-overflow-scrolling: auto !important;
  overscroll-behavior: contain !important;
}
html.modal-open .modal-ticket {
  overflow: auto !important;
  -webkit-overflow-scrolling: touch !important;
}
html {
  --mat-sys-background: light-dark(#faf9fd, #121316);
  --mat-sys-error: light-dark(#ba1a1a, #ffb4ab);
  --mat-sys-error-container: light-dark(#ffdad6, #93000a);
  --mat-sys-inverse-on-surface: light-dark(#f2f0f4, #2f3033);
  --mat-sys-inverse-primary: light-dark(#abc7ff, #005cbb);
  --mat-sys-inverse-surface: light-dark(#2f3033, #e3e2e6);
  --mat-sys-on-background: light-dark(#1a1b1f, #e3e2e6);
  --mat-sys-on-error: light-dark(#ffffff, #690005);
  --mat-sys-on-error-container: light-dark(#93000a, #ffdad6);
  --mat-sys-on-primary: light-dark(#ffffff, #002f65);
  --mat-sys-on-primary-container: light-dark(#00458f, #d7e3ff);
  --mat-sys-on-primary-fixed: light-dark(#001b3f, #001b3f);
  --mat-sys-on-primary-fixed-variant: light-dark(#00458f, #00458f);
  --mat-sys-on-secondary: light-dark(#ffffff, #283041);
  --mat-sys-on-secondary-container: light-dark(#3e4759, #dae2f9);
  --mat-sys-on-secondary-fixed: light-dark(#131c2b, #131c2b);
  --mat-sys-on-secondary-fixed-variant: light-dark(#3e4759, #3e4759);
  --mat-sys-on-surface: light-dark(#1a1b1f, #e3e2e6);
  --mat-sys-on-surface-variant: light-dark(#44474e, #e0e2ec);
  --mat-sys-on-tertiary: light-dark(#ffffff, #0001ac);
  --mat-sys-on-tertiary-container: light-dark(#0000ef, #e0e0ff);
  --mat-sys-on-tertiary-fixed: light-dark(#00006e, #00006e);
  --mat-sys-on-tertiary-fixed-variant: light-dark(#0000ef, #0000ef);
  --mat-sys-outline: light-dark(#74777f, #8e9099);
  --mat-sys-outline-variant: light-dark(#c4c6d0, #44474e);
  --mat-sys-primary: light-dark(#005cbb, #abc7ff);
  --mat-sys-primary-container: light-dark(#d7e3ff, #00458f);
  --mat-sys-primary-fixed: light-dark(#d7e3ff, #d7e3ff);
  --mat-sys-primary-fixed-dim: light-dark(#abc7ff, #abc7ff);
  --mat-sys-scrim: light-dark(#000000, #000000);
  --mat-sys-secondary: light-dark(#565e71, #bec6dc);
  --mat-sys-secondary-container: light-dark(#dae2f9, #3e4759);
  --mat-sys-secondary-fixed: light-dark(#dae2f9, #dae2f9);
  --mat-sys-secondary-fixed-dim: light-dark(#bec6dc, #bec6dc);
  --mat-sys-shadow: light-dark(#000000, #000000);
  --mat-sys-surface: light-dark(#faf9fd, #121316);
  --mat-sys-surface-bright: light-dark(#faf9fd, #38393c);
  --mat-sys-surface-container: light-dark(#efedf0, #1f2022);
  --mat-sys-surface-container-high: light-dark(#e9e7eb, #292a2c);
  --mat-sys-surface-container-highest: light-dark(#e3e2e6, #343537);
  --mat-sys-surface-container-low: light-dark(#f4f3f6, #1a1b1f);
  --mat-sys-surface-container-lowest: light-dark(#ffffff, #0d0e11);
  --mat-sys-surface-dim: light-dark(#dbd9dd, #121316);
  --mat-sys-surface-tint: light-dark(#005cbb, #abc7ff);
  --mat-sys-surface-variant: light-dark(#e0e2ec, #44474e);
  --mat-sys-tertiary: light-dark(#343dff, #bec2ff);
  --mat-sys-tertiary-container: light-dark(#e0e0ff, #0000ef);
  --mat-sys-tertiary-fixed: light-dark(#e0e0ff, #e0e0ff);
  --mat-sys-tertiary-fixed-dim: light-dark(#bec2ff, #bec2ff);
  --mat-sys-neutral-variant20: #2d3038;
  --mat-sys-neutral10: #1a1b1f;
  --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 Inter;
  --mat-sys-body-large-font: Inter;
  --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 Inter;
  --mat-sys-body-medium-font: Inter;
  --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 Inter;
  --mat-sys-body-small-font: Inter;
  --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 Inter;
  --mat-sys-display-large-font: Inter;
  --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 Inter;
  --mat-sys-display-medium-font: Inter;
  --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 Inter;
  --mat-sys-display-small-font: Inter;
  --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 Inter;
  --mat-sys-headline-large-font: Inter;
  --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 Inter;
  --mat-sys-headline-medium-font: Inter;
  --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 Inter;
  --mat-sys-headline-small-font: Inter;
  --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 Inter;
  --mat-sys-label-large-font: Inter;
  --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 Inter;
  --mat-sys-label-medium-font: Inter;
  --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 Inter;
  --mat-sys-label-small-font: Inter;
  --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 Inter;
  --mat-sys-title-large-font: Inter;
  --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 Inter;
  --mat-sys-title-medium-font: Inter;
  --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 Inter;
  --mat-sys-title-small-font: Inter;
  --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,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow-x: hidden;
}
@supports (-webkit-touch-callout: none) {
  html,
  body {
    height: 100%;
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
  .layout {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
  .page-scroll {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
}
body {
  color-scheme: light;
  background-color: var(--mat-sys-surface);
  color: var(--mat-sys-on-surface);
  font: var(--mat-sys-body-medium);
  font-family:
    "Inter",
    "Helvetica Neue",
    sans-serif;
}
* {
  box-sizing: border-box;
}
img,
video,
canvas,
svg {
  max-width: 100%;
  height: auto;
}
body.modal-open app-bottom-sheet,
body.modal-open .inscripcion-bottom-sheet,
body.modal-open .bottom-sheet-container {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  height: 0 !important;
  min-height: 0 !important;
}
.inscripcion-spacer,
.bottom-sheet-spacer,
.sheet-spacer {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
}
body.modal-open .page-scroll {
  padding-bottom: 0 !important;
}
.confirm-overlay,
.confirm-overlay .modal {
  z-index: 12000 !important;
}

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