@charset "UTF-8";
.size-xs {
  font-size: 0.75em;
}

.size-s {
  font-size: 1.4rem;
}

.size-m {
  font-size: 1.6rem;
}

.size-l {
  font-size: 2rem;
}

.size-xl {
  font-size: 2.4rem;
}

.size-xxl {
  font-size: 3rem;
}

.font-size-12 {
  font-size: 0.75em;
}

.font-size-14 {
  font-size: 0.875em;
}

.font-size-16 {
  font-size: 1em;
}

.font-size-18 {
  font-size: 1.125em;
}

.font-size-20 {
  font-size: 1.25em;
}

.font-size-24 {
  font-size: 1.5em;
}

.font-size-28 {
  font-size: 1.75em;
}

.font-size-32 {
  font-size: 2em;
}

.font-size-36 {
  font-size: 2.25em;
}

.font-size-40 {
  font-size: 2.5em;
}

.font-size-48 {
  font-size: 3em;
}

.font-size-56 {
  font-size: 3.5em;
}

.font-size-64 {
  font-size: 4em;
}

.font-size-72 {
  font-size: 4.5em;
}

.font-size-80 {
  font-size: 5em;
}

.font-size-96 {
  font-size: 6em;
}

.font-size-112 {
  font-size: 7em;
}

.font-size-128 {
  font-size: 8em;
}

.font-size-144 {
  font-size: 9em;
}

.font-size-160 {
  font-size: 10em;
}

.font-size-176 {
  font-size: 11em;
}

.font-size-192 {
  font-size: 12em;
}

.font-size-208 {
  font-size: 13em;
}

.font-size-224 {
  font-size: 14em;
}

:root {
  --shadow-color: rgba(54, 54, 54, 0.12);
}

[data-mode=dark] {
  --shadow-color: rgba(192, 192, 192, 0.08);
}

.shadow-none {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0 1px 2px 0 var(--shadow-color);
}

.shadow-2 {
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}

.shadow-3 {
  box-shadow: 0 1px 2px 0 var(--shadow-color), 0 4px 8px -2px var(--shadow-color);
}

.shadow-4 {
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}

.shadow-5 {
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}

.material-symbols-outlined,
.material-symbols-filled,
.material-symbols-rounded,
.material-symbols-sharp {
  font-family: "Material Symbols Rounded", sans-serif; /* Usamos la familia que cargamos */
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* o el tamaño que prefieras */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/* Segundo, controlamos la variación de CADA estilo */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0; /* Relleno: NO */
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1; /* Relleno: SÍ */
}

/* Para Sharp, la fuente Rounded no funciona bien.
   Si realmente necesitas Sharp, la estrategia original de cargar
   la familia correcta era la adecuada. Pero para Outlined/Filled/Rounded,
   este método es superior. */
.material-symbols-sharp {
  font-family: "Material Symbols Sharp", sans-serif; /* Requeriría su propia carga */
}

.size-xs {
  font-size: 0.75em;
}

.size-s {
  font-size: 1.4rem;
}

.size-m {
  font-size: 1.6rem;
}

.size-l {
  font-size: 2rem;
}

.size-xl {
  font-size: 2.4rem;
}

.size-xxl {
  font-size: 3rem;
}

.font-size-12 {
  font-size: 0.75em;
}

.font-size-14 {
  font-size: 0.875em;
}

.font-size-16 {
  font-size: 1em;
}

.font-size-18 {
  font-size: 1.125em;
}

.font-size-20 {
  font-size: 1.25em;
}

.font-size-24 {
  font-size: 1.5em;
}

.font-size-28 {
  font-size: 1.75em;
}

.font-size-32 {
  font-size: 2em;
}

.font-size-36 {
  font-size: 2.25em;
}

.font-size-40 {
  font-size: 2.5em;
}

.font-size-48 {
  font-size: 3em;
}

.font-size-56 {
  font-size: 3.5em;
}

.font-size-64 {
  font-size: 4em;
}

.font-size-72 {
  font-size: 4.5em;
}

.font-size-80 {
  font-size: 5em;
}

.font-size-96 {
  font-size: 6em;
}

.font-size-112 {
  font-size: 7em;
}

.font-size-128 {
  font-size: 8em;
}

.font-size-144 {
  font-size: 9em;
}

.font-size-160 {
  font-size: 10em;
}

.font-size-176 {
  font-size: 11em;
}

.font-size-192 {
  font-size: 12em;
}

.font-size-208 {
  font-size: 13em;
}

.font-size-224 {
  font-size: 14em;
}

:root {
  --shadow-color: rgba(54, 54, 54, 0.12);
}

[data-mode=dark] {
  --shadow-color: rgba(192, 192, 192, 0.08);
}

.shadow-none {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0 1px 2px 0 var(--shadow-color);
}

.shadow-2 {
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}

.shadow-3 {
  box-shadow: 0 1px 2px 0 var(--shadow-color), 0 4px 8px -2px var(--shadow-color);
}

.shadow-4 {
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}

.shadow-5 {
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}

.material-symbols-outlined,
.material-symbols-filled,
.material-symbols-rounded,
.material-symbols-sharp {
  font-family: "Material Symbols Rounded", sans-serif; /* Usamos la familia que cargamos */
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* o el tamaño que prefieras */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/* Segundo, controlamos la variación de CADA estilo */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0; /* Relleno: NO */
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1; /* Relleno: SÍ */
}

/* Para Sharp, la fuente Rounded no funciona bien.
   Si realmente necesitas Sharp, la estrategia original de cargar
   la familia correcta era la adecuada. Pero para Outlined/Filled/Rounded,
   este método es superior. */
.material-symbols-sharp {
  font-family: "Material Symbols Sharp", sans-serif; /* Requeriría su propia carga */
}

:root {
  --radius-none: 0;
  --radius-xs: 2px;
  --radius-s: 4px;
  --radius-m: 8px;
  --radius-l: 12px;
  --radius-xl: 16px;
  --radius-xxl: 24px;
  --radius-full: 9999px;
}

/* ========================================================================
   LAYER 1: PRIMITIVES (The Palette
   ======================================================================== */
/* --ref-* son custom properties: heredan por el árbol DOM. No se repiten
   con un combinador descendiente "[data-mode=X] [data-scheme]" a propósito:
   eso le daba más specificity (0,2,0) a la regla del wrapper que a la
   propia declaración de una sección/columna (0,1,0), y en un empate entre
   dos ancestros (p.ej. sección fija en dark dentro de un wrapper en light)
   ganaba el que apareciera último en la hoja de estilos en vez del
   ancestro más cercano en el DOM. Con solo self-selectors, la herencia
   nativa de CSS respeta siempre al ancestro más cercano. */
:root {
  --ref-base: var(--color-0);
  --ref-wash: var(--color-50);
  --ref-tint: var(--color-100);
  --ref-soft: var(--color-200);
  --ref-medium-soft: var(--color-300);
  --ref-medium: var(--color-400);
  --ref-vivid: var(--color-600);
  --ref-vivid-dark: var(--color-700);
  --ref-strong: var(--color-700);
  --ref-deep: var(--color-800);
  --ref-contrast: var(--color-1000);
  --ref-light: var(--color-950);
  --ref-light: var(--color-0);
  --ref-shadow: rgba(85, 85, 85, 0.3);
  --ref-focus-contrast: var(--color-focus-100);
  --ref-focus-vivid: var(--color-focus-500);
}

[data-mode=dark] {
  --ref-base: var(--color-1000);
  --ref-wash: var(--color-900);
  --ref-tint: var(--color-800);
  --ref-soft: var(--color-800);
  --ref-medium-soft: var(--color-700);
  --ref-medium: var(--color-600);
  --ref-vivid: var(--color-500);
  --ref-vivid-dark: var(--color-600);
  --ref-strong: var(--color-200);
  --ref-deep: var(--color-100);
  --ref-contrast: var(--color-0);
  --ref-light: var(--color-0);
  --ref-shadow: rgba(232, 232, 232, 0.3);
  --ref-focus-contrast: var(--color-focus-100);
  --ref-focus-vivid: var(--color-focus-500);
}

[data-mode=light] {
  --ref-base: var(--color-0);
  --ref-wash: var(--color-50);
  --ref-tint: var(--color-100);
  --ref-soft: var(--color-200);
  --ref-medium-soft: var(--color-300);
  --ref-medium: var(--color-400);
  --ref-vivid: var(--color-600);
  --ref-vivid-dark: var(--color-700);
  --ref-strong: var(--color-700);
  --ref-deep: var(--color-800);
  --ref-contrast: var(--color-1000);
  --ref-light: var(--color-0);
  --ref-shadow: rgba(85, 85, 85, 0.3);
  --ref-focus-contrast: var(--color-focus-100);
  --ref-focus-vivid: var(--color-focus-500);
}

/* ========================================================================
   CONTRAST VARIANTS
   ======================================================================== */
/* Banderas de Estado (Space Toggles) */
:root,
[data-contrast=default] {
  --is-default: initial;
  --is-canvas-high: ;
  --is-canvas-low: ;
  --is-mantle-high: ;
  --is-mantle-low: ;
  --is-solid: ;
}

[data-contrast=canvas-high] {
  --is-default: ;
  --is-canvas-high: initial;
  --is-canvas-low: ;
  --is-mantle-high: ;
  --is-mantle-low: ;
  --is-solid: ;
}

[data-contrast=canvas-low] {
  --is-default: ;
  --is-canvas-high: ;
  --is-canvas-low: initial;
  --is-mantle-high: ;
  --is-mantle-low: ;
  --is-solid: ;
}

[data-contrast=mantle-high] {
  --is-default: ;
  --is-canvas-high: ;
  --is-canvas-low: ;
  --is-mantle-high: initial;
  --is-mantle-low: ;
  --is-solid: ;
}

[data-contrast=mantle-low] {
  --is-default: ;
  --is-canvas-high: ;
  --is-canvas-low: ;
  --is-mantle-high: ;
  --is-mantle-low: initial;
  --is-solid: ;
}

[data-contrast=solid] {
  --is-default: ;
  --is-canvas-high: ;
  --is-canvas-low: ;
  --is-mantle-high: ;
  --is-mantle-low: ;
  --is-solid: initial;
}

/* 2. Evaluador Universal Diferido */
/* Cada elemento compone sus variables en tiempo real basándose en su bandera activa */
*, ::before, ::after {
  --color-canvas:
    var(--is-default, var(--ref-base))
    var(--is-canvas-high, var(--ref-base))
    var(--is-canvas-low, var(--ref-base))
    var(--is-mantle-high, var(--ref-wash))
    var(--is-mantle-low, var(--ref-wash))
    var(--is-solid, var(--ref-vivid));
  --color-mantle:
    var(--is-default, var(--ref-wash))
    var(--is-canvas-high, var(--ref-wash))
    var(--is-canvas-low, var(--ref-wash))
    var(--is-mantle-high, var(--ref-base))
    var(--is-mantle-low, var(--ref-base))
    var(--is-solid, var(--ref-vivid-dark));
  --color-surface:
    var(--is-default, var(--ref-tint))
    var(--is-canvas-high, var(--ref-tint))
    var(--is-canvas-low, var(--ref-tint))
    var(--is-mantle-high, var(--ref-tint))
    var(--is-mantle-low, var(--ref-tint))
    var(--is-solid, var(--ref-vivid-dark));
  --color-on-surface:
    var(--is-default, var(--ref-contrast))
    var(--is-canvas-high, var(--ref-contrast))
    var(--is-canvas-low, var(--ref-strong))
    var(--is-mantle-high, var(--ref-contrast))
    var(--is-mantle-low, var(--ref-strong))
    var(--is-solid, var(--ref-light));
  --color-border:
    var(--is-default, var(--ref-medium))
    var(--is-canvas-high, var(--ref-medium))
    var(--is-canvas-low, var(--ref-medium))
    var(--is-mantle-high, var(--ref-medium))
    var(--is-mantle-low, var(--ref-medium))
    var(--is-solid, var(--ref-light));
  --color-content:
    var(--is-default, var(--ref-contrast))
    var(--is-canvas-high, var(--ref-contrast))
    var(--is-canvas-low, var(--ref-vivid))
    var(--is-mantle-high, var(--ref-contrast))
    var(--is-mantle-low, var(--ref-strong))
    var(--is-solid, var(--ref-light));
  --color-content-low:
    var(--is-default, var(--ref-strong))
    var(--is-canvas-high, var(--ref-strong))
    var(--is-canvas-low, var(--ref-vivid))
    var(--is-mantle-high, var(--ref-strong))
    var(--is-mantle-low, var(--ref-vivid))
    var(--is-solid, var(--ref-light));
  --color-main:
    var(--is-default, var(--ref-vivid))
    var(--is-canvas-high, var(--ref-vivid))
    var(--is-canvas-low, var(--ref-vivid))
    var(--is-mantle-high, var(--ref-vivid))
    var(--is-mantle-low, var(--ref-vivid))
    var(--is-solid, var(--ref-base));
  --color-on-main:
    var(--is-default, var(--ref-light))
    var(--is-canvas-high, var(--ref-light))
    var(--is-canvas-low, var(--ref-light))
    var(--is-mantle-high, var(--ref-light))
    var(--is-mantle-low, var(--ref-light))
    var(--is-solid, var(--ref-vivid));
  --color-focus-ring:
    var(--is-default, var(--ref-focus-vivid))
    var(--is-canvas-high, var(--ref-focus-vivid))
    var(--is-canvas-low, var(--ref-focus-vivid))
    var(--is-mantle-high, var(--ref-focus-vivid))
    var(--is-mantle-low, var(--ref-focus-vivid))
    var(--is-solid, var(--ref-focus-contrast));
}

/* ========================================================================
   COLOR STYLES
   ======================================================================== */
.surface {
  background-color: var(--color-surface);
  color: var(--color-on-surface);
}

.main {
  background-color: var(--color-main);
  color: var(--color-on-main);
}

.canvas {
  background-color: var(--color-canvas);
  color: var(--color-content);
}

.mantle {
  background-color: var(--color-mantle);
  color: var(--color-content);
}

.high-contrast {
  background-color: var(--color-canvas);
  color: var(--color-content);
}

.low-contrast {
  background-color: var(--color-canvas);
  color: var(--color-main);
}

body {
  background-color: var(--color-canvas);
  color: var(--color-content);
  font-family: var(--font-family-base);
  transition: background-color 0.2s ease, color 0.2s ease;
}

.size-xs {
  font-size: 0.75em;
}

.size-s {
  font-size: 1.4rem;
}

.size-m {
  font-size: 1.6rem;
}

.size-l {
  font-size: 2rem;
}

.size-xl {
  font-size: 2.4rem;
}

.size-xxl {
  font-size: 3rem;
}

.font-size-12 {
  font-size: 0.75em;
}

.font-size-14 {
  font-size: 0.875em;
}

.font-size-16 {
  font-size: 1em;
}

.font-size-18 {
  font-size: 1.125em;
}

.font-size-20 {
  font-size: 1.25em;
}

.font-size-24 {
  font-size: 1.5em;
}

.font-size-28 {
  font-size: 1.75em;
}

.font-size-32 {
  font-size: 2em;
}

.font-size-36 {
  font-size: 2.25em;
}

.font-size-40 {
  font-size: 2.5em;
}

.font-size-48 {
  font-size: 3em;
}

.font-size-56 {
  font-size: 3.5em;
}

.font-size-64 {
  font-size: 4em;
}

.font-size-72 {
  font-size: 4.5em;
}

.font-size-80 {
  font-size: 5em;
}

.font-size-96 {
  font-size: 6em;
}

.font-size-112 {
  font-size: 7em;
}

.font-size-128 {
  font-size: 8em;
}

.font-size-144 {
  font-size: 9em;
}

.font-size-160 {
  font-size: 10em;
}

.font-size-176 {
  font-size: 11em;
}

.font-size-192 {
  font-size: 12em;
}

.font-size-208 {
  font-size: 13em;
}

.font-size-224 {
  font-size: 14em;
}

:root {
  --shadow-color: rgba(54, 54, 54, 0.12);
}

[data-mode=dark] {
  --shadow-color: rgba(192, 192, 192, 0.08);
}

.shadow-none {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0 1px 2px 0 var(--shadow-color);
}

.shadow-2 {
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}

.shadow-3 {
  box-shadow: 0 1px 2px 0 var(--shadow-color), 0 4px 8px -2px var(--shadow-color);
}

.shadow-4 {
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}

.shadow-5 {
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}

.material-symbols-outlined,
.material-symbols-filled,
.material-symbols-rounded,
.material-symbols-sharp {
  font-family: "Material Symbols Rounded", sans-serif; /* Usamos la familia que cargamos */
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* o el tamaño que prefieras */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/* Segundo, controlamos la variación de CADA estilo */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0; /* Relleno: NO */
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1; /* Relleno: SÍ */
}

/* Para Sharp, la fuente Rounded no funciona bien.
   Si realmente necesitas Sharp, la estrategia original de cargar
   la familia correcta era la adecuada. Pero para Outlined/Filled/Rounded,
   este método es superior. */
.material-symbols-sharp {
  font-family: "Material Symbols Sharp", sans-serif; /* Requeriría su propia carga */
}

/* ------------------------------------------- */
/*	IMPOSIBLE WORDPRESS CLASSES
/* ------------------------------------------- */
.menu-modal.cover-modal.header-footer-group {
  display: none;
}

span.screen-reader-text, a.skip-link.screen-reader-text {
  display: none;
}

div.grecaptcha-badge {
  display: none !important;
}

.grecaptcha-badge {
  display: none;
}

/* ------------------------------------------- */
/*	Document Setup
/* ------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, blockquote,
address, big, cite, code, em, font, img,
small, strike, sub, sup, li, ol, ul,
fieldset, form, label, legend, table,
caption, tr, th, td {
  border: none;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
}

blockquote::before,
blockquote::after {
  content: "";
}

*,
*::before,
*::after {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  word-wrap: break-word;
}

:focus {
  outline: none;
}

/* ------------------------------------------- */
/*	Theme Styles
/* ------------------------------------------- */
html {
  font-size: 62.5%; /* spacing(12) = 10px */
  scroll-padding-top: var(--header-height, 100px);
}

main {
  position: relative;
}

body {
  margin: 0;
  width: 100%;
  border: none;
  font-family: var(--main-typography);
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  box-sizing: border-box;
  text-align: left;
  overflow-x: hidden;
}

section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0;
  transition: 0.1s ease-in-out;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

input, textarea {
  margin: 1.25em 0;
  font-family: var(--texts-typography);
}

button, .btn, .pill {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  font-family: var(--texts-typography);
  font-size: 1.25em;
  border: none;
  border-radius: 0.4rem;
  padding: 0.75em 1.25em;
  z-index: 2;
  gap: 0.25em;
  height: -moz-fit-content;
  height: fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
button i, .btn i, .pill i {
  padding: 0;
  font-size: 1.5em;
}
button.huge, .huge.btn, .huge.pill {
  font-size: 2em;
  padding: 0.75em 1.5em;
}
button.huge i, .huge.btn i, .huge.pill i {
  font-size: 2.5em;
}
button.large, .large.btn, .large.pill {
  font-size: 1.5em;
  padding: 0.75em 1.25em;
}
button.large i, .large.btn i, .large.pill i {
  font-size: 2em;
}
button.medium, .medium.btn, .medium.pill {
  font-size: 1em;
  padding: 0.5em 1em;
}
button.medium i, .medium.btn i, .medium.pill i {
  font-size: 1.75em;
}
button.small, .small.btn, .small.pill {
  font-size: 0.875em;
  padding: 0.5em 1em;
  letter-spacing: 0.05em;
}
button.small i, .small.btn i, .small.pill i {
  font-size: 1.5em;
}
button.tiny, .tiny.btn, .tiny.pill {
  font-size: 0.75em;
  padding: 0.25em 0.75em;
  letter-spacing: 0.05em;
}
button.tiny i, .tiny.btn i, .tiny.pill i {
  font-size: 0.875em;
}

button, .btn {
  transition: 0.2s ease-in-out;
  overflow: hidden;
  cursor: pointer;
}
button:focus, .btn:focus {
  outline: none;
}
button:after, .btn:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  filter: brightness(0.9);
  display: block;
  height: 200%;
  width: 200%;
  clip-path: circle(50% at 50% 50%);
  opacity: 0;
  transition: all 0.5s;
  z-index: -1;
}
button:active:after, .btn:active:after {
  clip-path: circle(0% at 50% 50%);
  opacity: 1;
  transition: 0s;
}
button.disabled, .btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}
button.white, .btn.white {
  background: var(--color-canvas);
  color: var(--color-main);
}
button.white:hover, button.white:focus, .btn.white:hover, .btn.white:focus {
  background: var(--color-surface);
  color: var(--color-main);
}
button.white:active, .btn.white:active {
  background: var(--color-surface);
  color: var(--color-main);
}
button.outline-white, .btn.outline-white {
  background: none;
  color: var(--color-canvas);
  box-shadow: inset 0px 0px 0px 2px var(--color-canvas);
}
button.outline-white:hover, button.outline-white:focus, .btn.outline-white:hover, .btn.outline-white:focus {
  background: var(--color-canvas);
  color: var(--color-main);
  box-shadow: inset 0px 0px 0px 2px var(--color-canvas);
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Asegura que los SVG inyectados ocupen el espacio de su contenedor .image */
.image svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /*
  * Aplica el color heredado solo a las formas SVG que no tienen un 'fill'
  * definido como 'none'. Esto evita pintar rectángulos de fondo transparentes.
  */
}
.image svg *:not([fill=none]) {
  fill: currentColor !important;
}

iframe, video {
  width: 100%;
  height: 100%;
}

/* ------------------------------------------- */
/*	Text Styles
/* ------------------------------------------- */
.content ul {
  padding: 0 0 1em 2em;
}
.content li {
  list-style: disc;
  padding: 0.5em 0 0;
  line-height: 150%;
  font-weight: 400;
}
.content li::marker {
  color: inherit;
}
.content p {
  padding: 0.5em 0;
}
.content a {
  color: var(--color-main);
  text-decoration: underline;
}
.content a:hover, .content a:focus {
  color: color-mix(in srgb, var(--color-main), black 20%);
}
.content h1 {
  padding: 0.5em 0 0.25em;
}
.content h2 {
  padding: 0.6666666667em 0 0.3333333333em;
}
.content h3 {
  padding: 0.5em 0 0.25em;
}
.content h4 {
  padding: 0.5em 0 0.3333333333em;
}
.content h5, .content h6 {
  padding: 0.4em 0 0.2em;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

p {
  font-size: 1.125em;
  line-height: 150%;
  font-weight: 300;
}

h1 {
  font-weight: bolder;
  font-size: 4.5em;
  line-height: 100%;
  font-family: var(--titles-typography);
}

h2 {
  font-weight: 600;
  font-size: 3.5em;
  line-height: 110%;
  font-family: var(--titles-typography);
}

h3 {
  font-weight: 400;
  font-size: 2.5em;
  line-height: 120%;
  font-family: var(--titles-typography);
}

h4 {
  font-weight: 400;
  font-size: 1.5em;
  line-height: 120%;
}

h5 {
  font-size: 1.25em;
  line-height: 120%;
}

h6 {
  font-size: 1.125em;
  line-height: 150%;
  font-weight: 800;
}

pre {
  background: var(--color-content);
  padding: 0;
  margin: 0.75em 0;
  color: var(--color-canvas);
  padding: 0.75em;
}

code {
  padding: 1.25em;
  margin: 0;
  line-height: 1.25em;
  font-weight: 500;
  background: var(--color-content);
  color: var(--color-canvas);
  display: block;
}

strong {
  font-weight: bolder;
}

.svg-icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  line-height: 1;
}

.svg-icons .svg-icon {
  width: 1em;
  height: 1em;
  fill: currentColor; /* Permite que el color del ícono se herede del CSS */
  vertical-align: middle;
}

/* Opcional: Ajustes para mejorar la apariencia */
.svg-icons .svg-icon path,
.svg-icons .svg-icon rect,
.svg-icons .svg-icon circle,
.svg-icons .svg-icon polygon {
  fill: currentColor !important; /* Asegura que todos los elementos del SVG usen el color del texto */
}

i svg, button svg {
  fill: currentColor !important;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}
i svg *, button svg * {
  fill: inherit !important;
}

.shadow-close {
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}

.shadow-medium {
  box-shadow: 0 1px 2px 0 var(--shadow-color), 0 4px 8px -2px var(--shadow-color) Medium;
}

.shadow-far {
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}

.border-soft {
  border: solid 1px var(--color-surface);
}

.border-medium {
  border: solid 1px var(--color-border);
}

.border-hard {
  border: solid 2px var(--color-content);
}

.radius-small {
  border-radius: 0.2rem;
}

.radius-medium {
  border-radius: 0.8rem;
}

.radius-large {
  border-radius: 1.6rem;
}

.radius-circle {
  border-radius: 50%;
}

.shape-square {
  aspect-ratio: 1/1;
}

.shape-screen {
  aspect-ratio: 16/9;
}

.shape-mobile {
  aspect-ratio: 9/16;
}

.shape-tv {
  aspect-ratio: 4/3;
}

.shape-golden {
  aspect-ratio: 21/13;
}

.shape-wide {
  aspect-ratio: 21/8;
}

.shape-circle {
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.shape-auto {
  height: auto;
}

.size-full {
  width: 100%;
}

.size-large {
  width: 70%;
}

.size-medium {
  width: 50%;
}

.size-small {
  width: 30%;
}

.align-start {
  align-items: flex-start;
  text-align: left;
}

.align-center {
  align-items: center;
  text-align: center;
}

.align-end {
  align-items: flex-end;
  text-align: right;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-center {
  align-self: center;
}

.align-self-end {
  align-self: flex-end;
}

.justify-self-start {
  justify-self: flex-start;
}

.justify-self-center {
  justify-self: center;
}

.justify-self-end {
  justify-self: flex-end;
}

.text-block-xs {
  font-size: 0.75em;
}

.text-block-sm {
  font-size: 0.875em;
}

.text-block-md {
  font-size: 1em;
}

.text-block-lg {
  font-size: 1.125em;
}

.text-block-xl {
  font-size: 1.25em;
}

.text-block-xxl {
  font-size: 1.5em;
}

.component.image {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}

.image {
  margin: 0;
}
.image.tiny-size {
  height: 3em;
  width: auto;
}
.image.small-size {
  height: 6em;
  width: auto;
}
.image.medium-size {
  height: 8em;
  width: auto;
}
.image.large-size {
  height: 14em;
  width: auto;
}
.image.huge-size {
  height: 28em;
  width: auto;
}
.image.full-size {
  height: 100%;
  width: 100%;
}
.image.paralax-slow, .image.paralax-normal, .image.paralax-fast {
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}
.image_mobile {
  display: none;
}
.image_desktop {
  display: block;
}

@media (max-width: 1024px) {
  .image_mobile {
    display: block;
  }
  .image_desktop {
    display: none;
  }
}
.gallery-image-tiny-size {
  height: 3em;
  width: auto;
}
.gallery-image-small-size {
  height: 6em;
  width: auto;
}
.gallery-image-medium-size {
  height: 12em;
  width: auto;
}
.gallery-image-large-size {
  height: 28em;
  width: auto;
}
.gallery-image-full-size {
  height: 100%;
  width: auto;
}

@media (max-width: 1024px) {
  .image_mobile {
    display: block;
  }
  .image_desktop {
    display: none;
  }
}
.size-xs {
  font-size: 0.75em;
}

.size-s {
  font-size: 1.4rem;
}

.size-m {
  font-size: 1.6rem;
}

.size-l {
  font-size: 2rem;
}

.size-xl {
  font-size: 2.4rem;
}

.size-xxl {
  font-size: 3rem;
}

.font-size-12 {
  font-size: 0.75em;
}

.font-size-14 {
  font-size: 0.875em;
}

.font-size-16 {
  font-size: 1em;
}

.font-size-18 {
  font-size: 1.125em;
}

.font-size-20 {
  font-size: 1.25em;
}

.font-size-24 {
  font-size: 1.5em;
}

.font-size-28 {
  font-size: 1.75em;
}

.font-size-32 {
  font-size: 2em;
}

.font-size-36 {
  font-size: 2.25em;
}

.font-size-40 {
  font-size: 2.5em;
}

.font-size-48 {
  font-size: 3em;
}

.font-size-56 {
  font-size: 3.5em;
}

.font-size-64 {
  font-size: 4em;
}

.font-size-72 {
  font-size: 4.5em;
}

.font-size-80 {
  font-size: 5em;
}

.font-size-96 {
  font-size: 6em;
}

.font-size-112 {
  font-size: 7em;
}

.font-size-128 {
  font-size: 8em;
}

.font-size-144 {
  font-size: 9em;
}

.font-size-160 {
  font-size: 10em;
}

.font-size-176 {
  font-size: 11em;
}

.font-size-192 {
  font-size: 12em;
}

.font-size-208 {
  font-size: 13em;
}

.font-size-224 {
  font-size: 14em;
}

:root {
  --shadow-color: rgba(54, 54, 54, 0.12);
}

[data-mode=dark] {
  --shadow-color: rgba(192, 192, 192, 0.08);
}

.shadow-none {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0 1px 2px 0 var(--shadow-color);
}

.shadow-2 {
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}

.shadow-3 {
  box-shadow: 0 1px 2px 0 var(--shadow-color), 0 4px 8px -2px var(--shadow-color);
}

.shadow-4 {
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}

.shadow-5 {
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}

.material-symbols-outlined,
.material-symbols-filled,
.material-symbols-rounded,
.material-symbols-sharp {
  font-family: "Material Symbols Rounded", sans-serif; /* Usamos la familia que cargamos */
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* o el tamaño que prefieras */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/* Segundo, controlamos la variación de CADA estilo */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0; /* Relleno: NO */
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1; /* Relleno: SÍ */
}

/* Para Sharp, la fuente Rounded no funciona bien.
   Si realmente necesitas Sharp, la estrategia original de cargar
   la familia correcta era la adecuada. Pero para Outlined/Filled/Rounded,
   este método es superior. */
.material-symbols-sharp {
  font-family: "Material Symbols Sharp", sans-serif; /* Requeriría su propia carga */
}

.logo svg {
  fill: var(--color-content);
}
.logo svg * {
  fill: inherit;
}

.downloads {
  display: flex;
  flex-direction: column;
  max-width: 90rem;
  gap: 0.5em;
  width: 100%;
}

.download {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  min-width: 35rem;
  padding: 0.5em;
  gap: 0.5em;
  color: var(--color-content);
  margin: 0;
  border-bottom: solid 1px var(--color-border);
  flex-wrap: nowrap;
}
.download .buttons {
  flex-wrap: nowrap;
  min-width: -moz-max-content;
  min-width: max-content;
}
.download h4 {
  font-size: 1.125em;
  padding: 0;
}
.download i {
  color: inherit;
  font-size: 1.25em;
}

.items {
  width: 100%;
}

.accordeon {
  width: 100%;
}
.accordeon .item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: var(--color-on-surface);
  background: var(--color-surface);
  padding: 0.75em;
  font-size: 1.125em;
  font-weight: 400;
  text-align: left;
  line-height: normal;
  margin: 0.75em 0 0 0;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.accordeon .item i {
  fill: var(--color-main);
  font-size: 1.5em;
  line-height: 0;
  transition: 0.1s ease-in-out;
}
.accordeon .item:hover {
  color: color-mix(in srgb, var(--color-main), black 20%);
}
.accordeon .item:hover i {
  fill: color-mix(in srgb, var(--color-main), black 20%);
}
.accordeon .item-on {
  color: var(--color-on-main);
  background: var(--color-main);
}
.accordeon .item-on i {
  transform: rotate(180deg);
  fill: var(--color-canvas);
}
.accordeon .item-on:hover {
  background: color-mix(in srgb, var(--color-main), black 20%);
  color: var(--color-content);
}
.accordeon .item-on:hover i {
  fill: var(--color-canvas);
}
.accordeon .content-item {
  color: var(--color-on-surface);
  background: var(--color-surface);
  display: none;
  width: 100%;
  padding: 1.5em;
}
.accordeon .content-item-on {
  display: block;
}

.tabs {
  width: 100%;
}
.tabs .tabs-nav {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.25em 0;
  gap: 0.75em;
}
.tabs .tab {
  position: relative;
  color: var(--color-on-surface);
  background: var(--color-surface);
  padding: 0.5em 1em;
  border-radius: 0.4rem;
  margin: 0;
  text-align: center;
  font-size: 1.125em;
  font-weight: 400;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.tabs .tab:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: -spacing(12);
  left: 0;
  background: var(--color-main);
  transition: 0.2s ease-in-out;
}
.tabs .tab:hover {
  color: color-mix(in srgb, var(--color-main), black 20%);
  background: var(--color-surface-hover);
}
.tabs .tab-on {
  color: var(--color-on-main);
  background: var(--color-main);
  opacity: 1;
}
.tabs .tab-on:after {
  height: 4px;
}
.tabs .tab-on:hover {
  background: color-mix(in srgb, var(--color-main), black 20%);
  color: var(--color-content);
}
.tabs .content-tab {
  color: inherit;
  display: none;
  padding: 0 1.25em;
  border: solid 1px var(--color-surface);
  border-radius: 0.4rem;
}
.tabs .content-tab .text-content {
  margin: 0;
}
.tabs .content-tab-on {
  visibility: visible;
  display: block;
}

.iframe_map {
  width: 100%;
  align-self: normal;
}
.iframe_map iframe {
  height: 100% !important;
  min-height: 40vh;
}

.iframe_video {
  width: 100%;
}
.iframe_video iframe {
  width: 100% !important;
}

.iframe_form {
  width: 100%;
}
.iframe_form iframe {
  width: 100% !important;
  max-height: 50rem;
}
.iframe_form .teQAzf {
  width: 100% !important;
  max-width: unset !important;
}

.iframe {
  width: 100%;
}
.iframe iframe {
  width: 100% !important;
}

.pdf {
  min-height: 50rem;
}

.slider-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  display: none;
}
.slider-modal img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.slider-modal .slider-modal-container {
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.25em;
  max-width: 80rem;
  border-radius: 0.4rem;
  margin: auto;
  background: var(--color-canvas);
}
.slider-modal.show {
  display: block;
}
.slider-modal .modal-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  display: none;
}
.slider-modal .modal-item.show {
  display: block;
}
.slider-modal .modal-button {
  display: grid;
  align-items: center;
  height: -moz-max-content;
  height: max-content;
  aspect-ratio: 1/1;
  padding: 0.75em;
  font-size: 1.25em;
  background: rgba(0, 0, 0, 0.5);
  color: var(--color-canvas);
  z-index: 2;
  transition: 0.1s ease-in-out;
  cursor: pointer;
}
.slider-modal .modal-button:hover {
  background: var(--color-content);
}
.slider-modal .modal-close {
  position: absolute;
  top: 0.25em;
  right: 0.25em;
  border-radius: 50%;
}
.slider-modal .modal-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.25em;
  margin: auto 0;
}
.slider-modal .modal-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.25em;
  margin: auto 0;
}
.slider-modal .modal_info-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.75em;
}
.slider-modal .modal_info-container:hover .modal_content {
  opacity: 1;
}
.slider-modal .modal-info {
  border-radius: 50%;
  margin: auto 0;
}
.slider-modal .modal_content {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0.75em 0.75em 0.75em 5em;
  color: var(--color-canvas);
  opacity: 0;
  transition: 0.2s ease-in-out;
}

.brands {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.brands img {
  height: 6em;
  width: auto;
  margin: 0 1.25em;
}

.grid-gallery {
  --gap: calc(var(--grid-gap) / 16 * 1em);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: calc(var(--grid-image-size) * var(--grid-columns) + var(--gap) * (var(--grid-columns) - 1));
}

.slider-gallery {
  width: 100%;
  margin: 0;
  margin-top: 2em;
  overflow: hidden;
}
.slider-gallery .slick-track {
  display: flex;
  align-items: center;
}
.slider-gallery .image {
  margin: 0 0.75em;
}
.slider-gallery .image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-gallery .slick-slide {
  aspect-ratio: 16/9;
}
.slider-gallery .slick-dots {
  position: relative;
  bottom: 0;
}
.slider-gallery .slick-dots li button {
  border: solid 1px var(--color-main);
  background: none;
}

.popup_trigger {
  cursor: pointer;
}

.audio audio {
  width: 100%;
}

table {
  color: var(--color-content);
  border: 1px solid var(--color-content);
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
table strong {
  color: var(--color-main);
}

table tr {
  background-color: var(--color-canvas);
  border: 1px solid var(--color-content);
  padding: 0;
}
table tr button {
  margin: 0 auto;
}

table th,
table td {
  padding: 0.75em 1.25em;
  text-align: center;
  border: 1px solid var(--color-content);
}

table th {
  font-size: 1.25em;
  background: var(--color-content);
  color: var(--color-content);
  font-weight: 600;
}

@media screen and (max-width: 800px) {
  table {
    border: 0;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border: 1px solid var(--color-content);
    display: block;
    margin: 1.25em 0;
  }
  table tr button {
    margin: 0 0 0 auto;
  }
  table td {
    border: 1px solid var(--color-content);
    display: block;
    text-align: right;
  }
  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
}
.size-xs {
  font-size: 0.75em;
}

.size-s {
  font-size: 1.4rem;
}

.size-m {
  font-size: 1.6rem;
}

.size-l {
  font-size: 2rem;
}

.size-xl {
  font-size: 2.4rem;
}

.size-xxl {
  font-size: 3rem;
}

.font-size-12 {
  font-size: 0.75em;
}

.font-size-14 {
  font-size: 0.875em;
}

.font-size-16 {
  font-size: 1em;
}

.font-size-18 {
  font-size: 1.125em;
}

.font-size-20 {
  font-size: 1.25em;
}

.font-size-24 {
  font-size: 1.5em;
}

.font-size-28 {
  font-size: 1.75em;
}

.font-size-32 {
  font-size: 2em;
}

.font-size-36 {
  font-size: 2.25em;
}

.font-size-40 {
  font-size: 2.5em;
}

.font-size-48 {
  font-size: 3em;
}

.font-size-56 {
  font-size: 3.5em;
}

.font-size-64 {
  font-size: 4em;
}

.font-size-72 {
  font-size: 4.5em;
}

.font-size-80 {
  font-size: 5em;
}

.font-size-96 {
  font-size: 6em;
}

.font-size-112 {
  font-size: 7em;
}

.font-size-128 {
  font-size: 8em;
}

.font-size-144 {
  font-size: 9em;
}

.font-size-160 {
  font-size: 10em;
}

.font-size-176 {
  font-size: 11em;
}

.font-size-192 {
  font-size: 12em;
}

.font-size-208 {
  font-size: 13em;
}

.font-size-224 {
  font-size: 14em;
}

:root {
  --shadow-color: rgba(54, 54, 54, 0.12);
}

[data-mode=dark] {
  --shadow-color: rgba(192, 192, 192, 0.08);
}

.shadow-none {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0 1px 2px 0 var(--shadow-color);
}

.shadow-2 {
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}

.shadow-3 {
  box-shadow: 0 1px 2px 0 var(--shadow-color), 0 4px 8px -2px var(--shadow-color);
}

.shadow-4 {
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}

.shadow-5 {
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}

.material-symbols-outlined,
.material-symbols-filled,
.material-symbols-rounded,
.material-symbols-sharp {
  font-family: "Material Symbols Rounded", sans-serif; /* Usamos la familia que cargamos */
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* o el tamaño que prefieras */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/* Segundo, controlamos la variación de CADA estilo */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0; /* Relleno: NO */
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1; /* Relleno: SÍ */
}

/* Para Sharp, la fuente Rounded no funciona bien.
   Si realmente necesitas Sharp, la estrategia original de cargar
   la familia correcta era la adecuada. Pero para Outlined/Filled/Rounded,
   este método es superior. */
.material-symbols-sharp {
  font-family: "Material Symbols Sharp", sans-serif; /* Requeriría su propia carga */
}

.maintenance {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  top: 0;
  background: var(--color-content);
  color: var(--color-content);
}
.maintenance img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  filter: brightness(0.3);
}
.maintenance .buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1.25em;
}
.maintenance .logo {
  width: 20rem;
  height: auto;
}
.maintenance .logo img {
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
  filter: none;
}
.maintenance i {
  color: var(--color-content);
}
.maintenance i:hover {
  color: color-mix(in srgb, var(--color-content), black 20%);
}

.login-popup {
  display: flex;
  position: fixed;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: var(--color-canvas);
  opacity: 0;
  top: 0;
  left: 0;
  padding: 1.25em;
  z-index: 9999;
}
.login-popup_content {
  position: relative;
  background: var(--color-canvas);
  color: var(--color-content);
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
  max-width: 60rem;
  padding: 3em;
  width: 100%;
  border-radius: 1.6rem;
  text-align: center;
  overflow: hidden;
  margin: auto auto;
}
.login-popup_content i {
  position: absolute;
  top: 1.25em;
  right: 1.25em;
  color: var(--color-content);
  cursor: pointer;
}

.popup {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: fixed;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(47, 49, 69, 0.6196078431);
  color: var(--color-content);
  opacity: 0;
  top: 0;
  left: 0;
  padding: 1.25em;
  z-index: 9999;
}
.popup_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  background: var(--color-canvas);
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
  max-width: 50rem;
  border-radius: 1.6rem;
  text-align: center;
  overflow: hidden;
  padding: 3em;
  gap: 2em;
}
.popup_content .logo {
  width: 50%;
  max-width: 25rem;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.popup_content h5 {
  font-weight: bold;
}
.popup_content h5:hover {
  filter: drop-shadow(4px 4px 8px 0px rgba(201, 201, 201, 0.3));
}
.popup_content h3 {
  padding: 0;
}
.popup_content p {
  padding: 1.25em 5%;
  font-size: 1.25em;
}
.popup_content a {
  font-size: 1.5em;
  text-decoration: underline;
}
.popup_content i {
  position: absolute;
  top: 1.25em;
  right: 1.25em;
  cursor: pointer;
}
.popup_content .buttons {
  padding: 0;
  justify-content: center;
}

.show {
  visibility: visible !important;
  opacity: 1 !important;
  transition: 0.2s ease-in-out;
}

.social-menu {
  display: flex;
  flex-wrap: nowrap;
  color: inherit;
  gap: 0.25em;
}

.whatsapp-web,
.whatsapp-mobile {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: fixed;
  bottom: 2em;
  right: 1.5em;
  color: var(--color-content);
  background: #23cb63;
  border-radius: 50%;
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
  z-index: 9999;
}
.whatsapp-web i,
.whatsapp-mobile i {
  color: var(--color-content);
  font-size: 2em;
  padding: 0.5em;
}
.whatsapp-web p,
.whatsapp-mobile p {
  position: absolute;
  right: 100%;
  visibility: hidden;
  opacity: 0;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.5em;
  background: var(--color-canvas);
  border-radius: 1.6rem;
  padding: 0 0.75em;
  margin: 0 0.75em 0 0;
  font-weight: 600;
  color: #118779;
  transition: 0.2s ease-in-out;
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}
.whatsapp-web:hover, .whatsapp-web:focus,
.whatsapp-mobile:hover,
.whatsapp-mobile:focus {
  background: #118779;
  color: var(--color-canvas);
}
.whatsapp-web:hover p, .whatsapp-web:focus p,
.whatsapp-mobile:hover p,
.whatsapp-mobile:focus p {
  visibility: visible;
  opacity: 1;
}

.whatsapp-mobile {
  display: none;
}

@media (max-width: 600px) {
  .whatsapp-web {
    display: none;
  }
  .whatsapp-mobile {
    display: grid;
  }
}
.size-xs {
  font-size: 0.75em;
}

.size-s {
  font-size: 1.4rem;
}

.size-m {
  font-size: 1.6rem;
}

.size-l {
  font-size: 2rem;
}

.size-xl {
  font-size: 2.4rem;
}

.size-xxl {
  font-size: 3rem;
}

.font-size-12 {
  font-size: 0.75em;
}

.font-size-14 {
  font-size: 0.875em;
}

.font-size-16 {
  font-size: 1em;
}

.font-size-18 {
  font-size: 1.125em;
}

.font-size-20 {
  font-size: 1.25em;
}

.font-size-24 {
  font-size: 1.5em;
}

.font-size-28 {
  font-size: 1.75em;
}

.font-size-32 {
  font-size: 2em;
}

.font-size-36 {
  font-size: 2.25em;
}

.font-size-40 {
  font-size: 2.5em;
}

.font-size-48 {
  font-size: 3em;
}

.font-size-56 {
  font-size: 3.5em;
}

.font-size-64 {
  font-size: 4em;
}

.font-size-72 {
  font-size: 4.5em;
}

.font-size-80 {
  font-size: 5em;
}

.font-size-96 {
  font-size: 6em;
}

.font-size-112 {
  font-size: 7em;
}

.font-size-128 {
  font-size: 8em;
}

.font-size-144 {
  font-size: 9em;
}

.font-size-160 {
  font-size: 10em;
}

.font-size-176 {
  font-size: 11em;
}

.font-size-192 {
  font-size: 12em;
}

.font-size-208 {
  font-size: 13em;
}

.font-size-224 {
  font-size: 14em;
}

:root {
  --shadow-color: rgba(54, 54, 54, 0.12);
}

[data-mode=dark] {
  --shadow-color: rgba(192, 192, 192, 0.08);
}

.shadow-none {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0 1px 2px 0 var(--shadow-color);
}

.shadow-2 {
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}

.shadow-3 {
  box-shadow: 0 1px 2px 0 var(--shadow-color), 0 4px 8px -2px var(--shadow-color);
}

.shadow-4 {
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}

.shadow-5 {
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}

.material-symbols-outlined,
.material-symbols-filled,
.material-symbols-rounded,
.material-symbols-sharp {
  font-family: "Material Symbols Rounded", sans-serif; /* Usamos la familia que cargamos */
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* o el tamaño que prefieras */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/* Segundo, controlamos la variación de CADA estilo */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0; /* Relleno: NO */
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1; /* Relleno: SÍ */
}

/* Para Sharp, la fuente Rounded no funciona bien.
   Si realmente necesitas Sharp, la estrategia original de cargar
   la familia correcta era la adecuada. Pero para Outlined/Filled/Rounded,
   este método es superior. */
.material-symbols-sharp {
  font-family: "Material Symbols Sharp", sans-serif; /* Requeriría su propia carga */
}

.wpcf7 {
  width: 100%;
}
.wpcf7 p {
  position: relative;
  transition: 0.2s ease-in-out;
  margin: 0 0 2em;
}
.wpcf7 p::after {
  content: "";
  position: absolute;
  background: var(--color-main);
  width: 0%;
  height: 3px;
  left: 0;
  bottom: 0;
  transition: 0.2s ease-in-out;
}
.wpcf7 p span {
  width: 100%;
}
.wpcf7 p label {
  font-size: 1em;
  position: absolute;
  left: 0.75em;
  top: 0.25em;
  z-index: 1;
  pointer-events: none;
  color: var(--color-content);
  transition: 0.2s ease-in-out;
}
.wpcf7 p.not-empty::after {
  width: 100%;
}
.wpcf7 p.not-empty label {
  font-size: 0.75em;
  top: -1.75em;
  left: 0rem;
  color: var(--color-main);
  transition: 0.2s ease-in-out;
}
.wpcf7 p:focus-within::after {
  width: 100%;
}
.wpcf7 p:focus-within label {
  font-size: 0.75em;
  top: -1.5em;
  left: 0rem;
  color: var(--color-main);
  transition: 0.2s ease-in-out;
}
.wpcf7 p input,
.wpcf7 p textarea,
.wpcf7 p select {
  margin: 0;
  width: 100%;
  padding: 0.75em;
  border: none;
  border-bottom: solid 1px var(--color-border);
  background: var(--color-surface);
  color: var(--color-on-surface);
}
.wpcf7 p input:focus,
.wpcf7 p textarea:focus,
.wpcf7 p select:focus {
  border-color: var(--color-content);
}
.wpcf7 p input::-moz-placeholder, .wpcf7 p textarea::-moz-placeholder {
  visibility: hidden;
}
.wpcf7 p input::placeholder,
.wpcf7 p textarea::placeholder {
  visibility: hidden;
}
.wpcf7 .message:after {
  bottom: 6px;
}
.wpcf7 .send {
  width: 100%;
  display: flex;
  text-align: center;
  border-bottom: none;
  margin: 2.5em auto;
  padding: 0;
}
.wpcf7 .send:after {
  display: none;
}
.wpcf7 .send input[type=submit] {
  padding: 0.75em 2.5em;
  border-radius: 0.2rem;
  margin: 0;
  background: var(--color-main);
  color: var(--color-on-main);
  border-bottom: none;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.wpcf7 .send input[type=submit]:hover {
  background: color-mix(in srgb, var(--color-main), black 20%);
}
.wpcf7 .radio {
  display: flex;
  color: var(--color-main);
}
.wpcf7 .radio span {
  display: flex;
  align-items: center;
  width: 3em;
  height: auto;
}
.wpcf7 .radio:after {
  display: none;
}
.wpcf7 .wpcf7-spinner {
  visibility: hidden;
  background-color: var(--color-canvas);
  opacity: 0.7;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  padding: 0;
  margin: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  position: absolute;
  animation-name: loadingPulse;
  animation-duration: 1000ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes loadingPulse {
  0% {
    transform: scale(0.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.1);
  }
}
.wpcf7 .wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  display: none;
}

.wpcf7-not-valid-tip {
  color: var(--error-main);
  right: 0;
  padding: 0.25em;
  width: -moz-max-content;
  width: max-content;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  border-left: 0.75em solid var(--color-main);
  background: var(--warning-surface);
  color: var(--warning-main);
  padding: 0.75em;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  border-left: 0.75em solid var(--success-main);
  background: var(--success-surface);
  color: var(--success-main);
  padding: 0.75em;
  margin: 1.25em 0;
  text-align: center;
}

div.wpcf7 .ajax-loader {
  position: absolute;
  display: inline-block;
  width: 100%;
  background: color-mix(in srgb, var(--success-surface), black 20%);
  height: 100%;
  border: none;
  border-radius: 0;
  opacity: 1;
  padding: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  vertical-align: middle;
  transition: 0.2s ease-in-out;
  animation: contact infinite 0.5s;
}
div.wpcf7 .ajax-loader:after {
  content: "ENVIANDO";
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-content);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: 600;
}
div.wpcf7 .ajax-loader::before {
  display: none;
}

@keyframes contact {
  0% {
    box-shadow: 0px 0px 0px 0px color-mix(in srgb, var(--color-content), black 20%);
  }
  50% {
    box-shadow: 0px 0px 10px 0px color-mix(in srgb, var(--color-content), black 20%);
  }
  100% {
    box-shadow: 0px 0px 0px 0px color-mix(in srgb, var(--color-content), black 20%);
  }
}
.form-block {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}

.form-row {
  margin: auto 0;
  max-width: 100%;
}
.form-row .wpcf7 form.invalid .wpcf7-response-output {
  width: 100%;
}
.form-row .wpcf7 form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.form-row .wpcf7 form p {
  flex: 1;
  min-width: 20rem;
  margin: 0.75em 0.75em 0 0;
}
.form-row .wpcf7 form .send input[type=submit] {
  width: 100%;
}

.form-grid .wpcf7 form {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
  gap: 0 0.75em;
}
.form-grid .wpcf7 form p.message,
.form-grid .wpcf7 form p.send {
  grid-column: 1/-1;
}

.contact-section {
  padding: 0;
}
.contact-section .form {
  padding: 0 1.25em;
}

.search-form-container .search-form {
  visibility: visible;
  position: relative;
  width: 100%;
  margin: 0 auto;
  opacity: 1;
  transition: 0.2s ease-in-out;
}
.search-form-container .search-form .search-button {
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
}
.search-form-container .search-form .search-button:hover i {
  color: color-mix(in srgb, var(--color-main), black 20%);
}
.search-form-container .search-form .search-button input {
  background: none;
  border: none;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.search-form-container .search-form .search-button i {
  position: absolute;
  font-size: 1.25em;
  color: var(--color-main);
  padding: 0;
  pointer-events: none;
  top: 0;
  left: 0.75em;
  height: 100%;
  display: flex;
  align-items: center;
}
.search-form-container .search-form label {
  align-items: center;
  display: flex;
  font-size: inherit;
  margin: 0;
  width: 100%;
}
.search-form-container .search-form .search-field {
  border: none;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 0.4rem;
  padding: 0.75em 2.5em;
  font-size: 1em;
  box-shadow: 0 2px 4px 0 var(--shadow-color);
  transition: 0.2s ease-in-out;
}
.search-form-container .search-form .search-field:hover, .search-form-container .search-form .search-field:focus {
  outline: none;
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}
.search-form-container .search-form .search-submit {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  background: var(--color-main);
  color: var(--color-on-main);
  transition: background 0.2s ease-in-out;
  cursor: pointer;
  border: none;
  padding: 0.75em 1.25em;
  margin: 1.25em;
}
.search-form-container .search-form .search-submit:hover {
  background: color-mix(in srgb, var(--color-main), black 20%);
}
.search-form-container .search-form .search-submit:focus {
  outline: none;
}
.search-form-container .search-form .search-submit:active {
  transform: scale(0.95);
}
.search-form-container .search-form #datafetch,
.search-form-container .search-form .datafetch {
  position: absolute;
  visibility: visible;
  width: 100%;
  left: 0;
  top: 100%;
  background: var(--color-canvas);
  box-shadow: 0 1px 2px 0 var(--shadow-color), 0 4px 8px -2px var(--shadow-color);
  z-index: 3;
  border-top: solid 1px var(--color-border);
}
.search-form-container .search-form #datafetch a,
.search-form-container .search-form .datafetch a {
  display: block;
  width: 100%;
  padding: 0.75em;
}
.search-form-container .search-form #datafetch a:hover,
.search-form-container .search-form .datafetch a:hover {
  background: var(--color-surface);
  color: var(--color-on-surface);
}
.search-form-container .search-form #datafetch a div,
.search-form-container .search-form .datafetch a div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.search-form-container .search-form #datafetch a p,
.search-form-container .search-form .datafetch a p {
  font-weight: 600;
  padding: 0;
  font-size: 0.875em;
  flex: 1;
  color: var(--color-content);
  text-align: left;
}
.search-form-container .search-form #datafetch a img,
.search-form-container .search-form .datafetch a img {
  height: 2.5em;
  width: 2.5em;
  margin: 0 0.75em 0 0;
}
.search-form-container .search-form #datafetch a span,
.search-form-container .search-form .datafetch a span {
  color: var(--success-main);
}
.search-form-container .search-form #datafetch h6,
.search-form-container .search-form .datafetch h6 {
  color: var(--color-content);
  font-weight: 400;
  padding: 0.75em;
  font-size: 1em;
}

.feedback-message {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 1.25em;
  padding: 0.75em 1.25em;
  border-radius: 0.25em;
  margin: 0.75em auto;
  flex-wrap: wrap;
  gap: 0.75em;
}
.feedback-message-info {
  color: var(--info-main);
  background: var(--info-surface);
  box-shadow: inset 1.25em 0px 0px -spacing(12) var(--info-main);
}
.feedback-message-success {
  color: var(--success-main);
  background: var(--success-surface);
  box-shadow: inset 1.25em 0px 0px -spacing(12) var(--success-main);
}
.feedback-message-warning {
  color: var(--warning-main);
  background: var(--warning-surface);
  box-shadow: inset 1.25em 0px 0px -spacing(12) var(--warning-main);
}
.feedback-message-error {
  color: var(--error-main);
  background: var(--error-surface);
  box-shadow: inset 1.25em 0px 0px -spacing(12) var(--error-main);
}

.login-form {
  width: 100%;
  max-width: 60rem;
  margin: 3em auto;
}
.login-form p {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0 0 2em;
}
.login-form p::after {
  content: "";
  position: absolute;
  background: var(--color-main);
  width: 0%;
  height: 3px;
  left: 0;
  bottom: 0;
  transition: 0.2s ease-in-out;
}
.login-form p input {
  margin: 0;
}
.login-form p label {
  font-size: 1em;
  position: absolute;
  left: 0.75em;
  top: 0.25em;
  z-index: 1;
  pointer-events: none;
  color: inherit;
  transition: 0.2s ease-in-out;
}
.login-form p.not-empty::after {
  width: 100%;
}
.login-form p.not-empty label {
  font-size: 0.75em;
  top: -1.25em;
  left: 0rem;
  color: var(--color-main);
  transition: 0.2s ease-in-out;
}
.login-form p:focus-within::after {
  width: 100%;
}
.login-form p:focus-within label {
  font-size: 0.75em;
  top: -1.25em;
  left: 0rem;
  color: var(--color-main);
  transition: 0.2s ease-in-out;
}
.login-form p input {
  margin: 0;
  width: 100%;
  padding: 0.75em;
  border: none;
  border-bottom: solid 1px var(--color-main);
  background: inherit;
  color: inherit;
}
.login-form p input:focus {
  border-color: var(--color-main);
}
.login-form p input[type=submit] {
  padding: 0.75em 2.5em;
  border-radius: 0.2rem;
  margin: 0;
  background: var(--color-main);
  color: var(--color-on-main);
  border-bottom: none;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.login-form p input[type=submit]:hover {
  background: color-mix(in srgb, var(--color-main), black 20%);
}
.login-form p input::-moz-placeholder {
  visibility: hidden;
}
.login-form p input::placeholder {
  visibility: hidden;
}
.login-form .login-submit {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.login-form .login-submit::after {
  display: none;
}
.login-form .login-remember {
  position: relative;
}
.login-form .login-remember label {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  position: relative;
  pointer-events: all;
  top: 0;
  left: 0.75em;
}
.login-form .login-remember label input {
  width: auto;
  margin: 0 0.75em;
}
.login-form .login-remember::after {
  display: none;
}
.login-form .login-remember:focus-within label {
  position: relative;
  font-size: 1em;
  top: unset;
  left: 0.75em;
  color: inherit;
}

.filter-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75em;
  max-width: 120rem;
  margin-bottom: 1.5em;
  width: 100%;
}
.filter-container .buttons {
  width: 100%;
}

.hidden {
  display: none !important;
}

.filter-component {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.filter-form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: auto;
  background: var(--color-surface);
  padding: 1.25em;
  border-radius: 0.4rem;
  gap: 1.25em;
  width: 100%;
}
.filter-form .filter-field {
  flex: 1;
  min-width: 8em;
  display: flex;
  flex-direction: column;
  gap: 0.75em;
}
.filter-form .filter-field-group {
  display: flex;
  gap: 0.25em;
  padding: 0.75em;
  border: solid 1px var(--color-canvas);
  border-radius: 0.4rem;
  flex: 1;
}
.filter-form label {
  font-size: 1em;
  font-weight: 400;
}
.filter-form input, .filter-form select {
  margin: 0;
  border: solid 1px var(--color-border);
  border-radius: 0.4rem;
  padding: 0.5em;
  background: var(--color-canvas);
  color: var(--color-content);
}

.no-results {
  position: relative;
  padding: 1.25em;
  text-align: center;
  border: solid 1px var(--color-surface);
  border-radius: 0.4rem;
}

.size-xs {
  font-size: 0.75em;
}

.size-s {
  font-size: 1.4rem;
}

.size-m {
  font-size: 1.6rem;
}

.size-l {
  font-size: 2rem;
}

.size-xl {
  font-size: 2.4rem;
}

.size-xxl {
  font-size: 3rem;
}

.font-size-12 {
  font-size: 0.75em;
}

.font-size-14 {
  font-size: 0.875em;
}

.font-size-16 {
  font-size: 1em;
}

.font-size-18 {
  font-size: 1.125em;
}

.font-size-20 {
  font-size: 1.25em;
}

.font-size-24 {
  font-size: 1.5em;
}

.font-size-28 {
  font-size: 1.75em;
}

.font-size-32 {
  font-size: 2em;
}

.font-size-36 {
  font-size: 2.25em;
}

.font-size-40 {
  font-size: 2.5em;
}

.font-size-48 {
  font-size: 3em;
}

.font-size-56 {
  font-size: 3.5em;
}

.font-size-64 {
  font-size: 4em;
}

.font-size-72 {
  font-size: 4.5em;
}

.font-size-80 {
  font-size: 5em;
}

.font-size-96 {
  font-size: 6em;
}

.font-size-112 {
  font-size: 7em;
}

.font-size-128 {
  font-size: 8em;
}

.font-size-144 {
  font-size: 9em;
}

.font-size-160 {
  font-size: 10em;
}

.font-size-176 {
  font-size: 11em;
}

.font-size-192 {
  font-size: 12em;
}

.font-size-208 {
  font-size: 13em;
}

.font-size-224 {
  font-size: 14em;
}

:root {
  --shadow-color: rgba(54, 54, 54, 0.12);
}

[data-mode=dark] {
  --shadow-color: rgba(192, 192, 192, 0.08);
}

.shadow-none {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0 1px 2px 0 var(--shadow-color);
}

.shadow-2 {
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}

.shadow-3 {
  box-shadow: 0 1px 2px 0 var(--shadow-color), 0 4px 8px -2px var(--shadow-color);
}

.shadow-4 {
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}

.shadow-5 {
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}

.material-symbols-outlined,
.material-symbols-filled,
.material-symbols-rounded,
.material-symbols-sharp {
  font-family: "Material Symbols Rounded", sans-serif; /* Usamos la familia que cargamos */
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* o el tamaño que prefieras */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/* Segundo, controlamos la variación de CADA estilo */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0; /* Relleno: NO */
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1; /* Relleno: SÍ */
}

/* Para Sharp, la fuente Rounded no funciona bien.
   Si realmente necesitas Sharp, la estrategia original de cargar
   la familia correcta era la adecuada. Pero para Outlined/Filled/Rounded,
   este método es superior. */
.material-symbols-sharp {
  font-family: "Material Symbols Sharp", sans-serif; /* Requeriría su propia carga */
}

footer {
  width: 100%;
  color: var(--color-content);
  border-top: solid 1px var(--color-canvas);
}

.footer-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.25em 0;
}

.subscribe-form {
  background: var(--color-main);
  color: var(--color-on-main);
  padding: 1.25em 0.25em;
}
.subscribe-form p {
  padding: 0;
}
.subscribe-form h3 {
  padding: 0 0 0.75em;
}

.contact-form {
  background: var(--color-canvas);
  color: var(--color-content);
  padding: 3em 0;
}
.contact-form p {
  padding: 0;
  width: 100%;
}
.contact-form .form-block {
  max-width: 80rem;
}

.data-footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  min-width: 25rem;
  color: inherit;
  margin: 0;
  align-items: inherit;
}
.data-footer h5 {
  font-weight: 400;
}
.data-footer ul {
  margin: 0;
}
.data-footer li {
  padding: 0.75em 0;
}
.data-footer li a {
  display: flex;
  gap: 0.75em;
  color: inherit;
  font-weight: 400;
}
.data-footer i {
  font-size: 1em;
  padding: 0;
  color: inherit;
}

.logos-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: 25rem;
  max-width: 35rem;
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  color: inherit;
  margin: 0;
}
.logos-footer img {
  max-width: 20rem;
}

.info-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: 25rem;
}

footer ul li a {
  color: inherit;
}
footer .social-menu {
  margin: 0.75em 0;
  border: none;
  padding: 0;
  border-radius: 0;
}
footer .social-menu a {
  color: inherit;
  font-weight: 400;
}
footer .social-menu i {
  font-size: 1.5em;
  margin: 0;
  padding: 0;
}

.menu-footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  color: inherit;
  margin: 0;
}
.menu-footer ul {
  margin: 0;
}
.menu-footer li {
  padding: 0.75em 0;
}
.menu-footer li a {
  color: inherit;
  font-weight: 400;
}

.credits {
  width: 100%;
  background: var(--color-mantle);
  color: var(--color-content);
  padding: 0.25em 0;
}

.credits-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.credits-content a {
  position: relative;
  color: inherit;
  font-weight: 400;
  padding: 0.75em 1.25em;
}
.credits-content a span {
  position: relative;
}
.credits-content a span:before {
  content: "";
  position: absolute;
  height: 1.25em;
  width: 1.25em;
  left: -spacing(24);
  top: 0rem;
  background-image: url(../images/isologo.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.size-xs {
  font-size: 0.75em;
}

.size-s {
  font-size: 1.4rem;
}

.size-m {
  font-size: 1.6rem;
}

.size-l {
  font-size: 2rem;
}

.size-xl {
  font-size: 2.4rem;
}

.size-xxl {
  font-size: 3rem;
}

.font-size-12 {
  font-size: 0.75em;
}

.font-size-14 {
  font-size: 0.875em;
}

.font-size-16 {
  font-size: 1em;
}

.font-size-18 {
  font-size: 1.125em;
}

.font-size-20 {
  font-size: 1.25em;
}

.font-size-24 {
  font-size: 1.5em;
}

.font-size-28 {
  font-size: 1.75em;
}

.font-size-32 {
  font-size: 2em;
}

.font-size-36 {
  font-size: 2.25em;
}

.font-size-40 {
  font-size: 2.5em;
}

.font-size-48 {
  font-size: 3em;
}

.font-size-56 {
  font-size: 3.5em;
}

.font-size-64 {
  font-size: 4em;
}

.font-size-72 {
  font-size: 4.5em;
}

.font-size-80 {
  font-size: 5em;
}

.font-size-96 {
  font-size: 6em;
}

.font-size-112 {
  font-size: 7em;
}

.font-size-128 {
  font-size: 8em;
}

.font-size-144 {
  font-size: 9em;
}

.font-size-160 {
  font-size: 10em;
}

.font-size-176 {
  font-size: 11em;
}

.font-size-192 {
  font-size: 12em;
}

.font-size-208 {
  font-size: 13em;
}

.font-size-224 {
  font-size: 14em;
}

:root {
  --shadow-color: rgba(54, 54, 54, 0.12);
}

[data-mode=dark] {
  --shadow-color: rgba(192, 192, 192, 0.08);
}

.shadow-none {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0 1px 2px 0 var(--shadow-color);
}

.shadow-2 {
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}

.shadow-3 {
  box-shadow: 0 1px 2px 0 var(--shadow-color), 0 4px 8px -2px var(--shadow-color);
}

.shadow-4 {
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}

.shadow-5 {
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}

.material-symbols-outlined,
.material-symbols-filled,
.material-symbols-rounded,
.material-symbols-sharp {
  font-family: "Material Symbols Rounded", sans-serif; /* Usamos la familia que cargamos */
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* o el tamaño que prefieras */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/* Segundo, controlamos la variación de CADA estilo */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0; /* Relleno: NO */
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1; /* Relleno: SÍ */
}

/* Para Sharp, la fuente Rounded no funciona bien.
   Si realmente necesitas Sharp, la estrategia original de cargar
   la familia correcta era la adecuada. Pero para Outlined/Filled/Rounded,
   este método es superior. */
.material-symbols-sharp {
  font-family: "Material Symbols Sharp", sans-serif; /* Requeriría su propia carga */
}

.skip-to-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  transform: translateY(-100%);
  transition: transform 0.1s ease-in-out;
}
.skip-to-content:focus {
  transform: translateY(0);
}

#header-topbar,
#header-topbar-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  background: var(--color-canvas);
  transition: transform 0.2s ease-in-out;
}
#header-topbar.topbar-hidden,
#header-topbar-mobile.topbar-hidden {
  transform: translateY(-100%);
}
#header-topbar .max-width,
#header-topbar-mobile .max-width {
  display: flex;
  align-items: center;
}

:root {
  --header-height: 72px;
  --topbar-height: 0px;
  --main-top-offset: calc(var(--topbar-height) + var(--header-height));
}

main {
  padding-top: var(--main-top-offset);
}

body:has(#header[data-scroll-mode=reveal]),
body:has(#header[data-scroll-mode=stealth]),
body.header-overlay {
  --main-top-offset: 0px;
}

header {
  position: fixed;
  top: var(--topbar-height, 0px);
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out, top 0.2s ease-in-out, transform 0.2s ease-in-out;
}
header .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0;
  height: 4.5rem;
  transition: height 0.2s ease-in-out, transform 0.2s ease-in-out;
}
header .logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: 100%;
}
header .logo svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
}
header .logo:hover {
  transform: scale(1.02);
}
header .contact-data {
  flex-direction: row;
  gap: 0.25em;
}
header .contact-data ul {
  margin: 0;
}

.header-zone {
  display: flex;
  align-items: stretch;
  width: 100%;
  background: var(--color-canvas);
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
.header-zone > .max-width {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 0.5em;
}

.header-slot {
  display: flex;
  align-items: center;
  gap: 0.25em;
}
.header-slot.header-slot-left {
  flex: 0 0 auto;
}
.header-slot.header-slot-center {
  flex: 1;
  justify-content: center;
}
.header-slot.header-slot-right {
  flex: 0 0 auto;
  margin-left: auto;
}

.component {
  align-items: center;
}

.header-desktop {
  display: flex;
}

.header-mobile {
  display: none;
}

@media (max-width: 1024px) {
  .header-desktop {
    display: none !important;
  }
  .header-mobile {
    display: flex !important;
  }
}
header[data-scroll-mode=reveal]:not(.header-onscroll),
header[data-scroll-mode=stealth]:not(.header-onscroll) {
  position: absolute;
  background: transparent;
  box-shadow: none;
}

header[data-scroll-mode=reveal]:not(.header-onscroll) .header-zone,
header[data-scroll-mode=stealth]:not(.header-onscroll) .header-zone {
  background: transparent !important;
}

header[data-scroll-mode=reveal][data-overlay-mode=dark]:not(.header-onscroll),
header[data-scroll-mode=stealth][data-overlay-mode=dark]:not(.header-onscroll) {
  color: var(--color-0);
}
header[data-scroll-mode=reveal][data-overlay-mode=dark]:not(.header-onscroll) .header-zone,
header[data-scroll-mode=stealth][data-overlay-mode=dark]:not(.header-onscroll) .header-zone {
  --ref-contrast: var(--color-0);
  --ref-strong: var(--color-200);
}

header[data-scroll-mode=reveal][data-overlay-mode=light]:not(.header-onscroll),
header[data-scroll-mode=stealth][data-overlay-mode=light]:not(.header-onscroll) {
  color: var(--color-1000);
}
header[data-scroll-mode=reveal][data-overlay-mode=light]:not(.header-onscroll) .header-zone,
header[data-scroll-mode=stealth][data-overlay-mode=light]:not(.header-onscroll) .header-zone {
  --ref-contrast: var(--color-1000);
  --ref-strong: var(--color-700);
}

header.header-onscroll {
  box-shadow: 2px 2px 4px 0px rgba(201, 201, 201, 0.3);
  animation: drop 0.2s ease-in-out;
}

header[data-scroll-mode=compact].header-onscroll .logo,
header[data-scroll-mode=stealth].header-onscroll .logo {
  height: 3rem;
}

.header-zone-main {
  padding: var(--zone-py, 1.6rem) 0;
}

header[data-scroll-mode=compact].header-onscroll .header-zone-main,
header[data-scroll-mode=stealth].header-onscroll .header-zone-main {
  padding: calc(var(--zone-py, 1.6rem) * 0.5) 0;
}

header.header-ghost--hidden {
  transform: translateY(-100%);
}

#header-offcanvas {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1100;
  background: var(--color-canvas);
  overflow-y: auto;
  padding: calc(var(--header-height) + 1em) 0.75em 1em;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
#header-offcanvas[data-offcanvas=drawer] {
  width: 32rem;
}
#header-offcanvas[data-offcanvas=panel] {
  width: 65vw;
}
#header-offcanvas[data-offcanvas=fullscreen] {
  top: var(--header-height);
  left: 0;
  right: 0;
  width: 100vw;
  padding-top: 1em;
  transform: scale(0.96);
  opacity: 0;
  pointer-events: none;
}
#header-offcanvas[data-offcanvas-side=right]:not([data-offcanvas=fullscreen]) {
  right: 0;
  transform: translateX(100%);
}
#header-offcanvas[data-offcanvas-side=left]:not([data-offcanvas=fullscreen]) {
  left: 0;
  transform: translateX(-100%);
}
#header-offcanvas[aria-hidden=false]:not([data-offcanvas=fullscreen]) {
  transform: translateX(0);
}
#header-offcanvas[aria-hidden=false][data-offcanvas=fullscreen] {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}
#header-offcanvas .header-slot {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5em;
  width: 100%;
}
#header-offcanvas nav {
  width: 100%;
}
#header-offcanvas nav .menu-item.has-submenu {
  padding-right: 0;
  flex-wrap: wrap;
}
#header-offcanvas nav .menu-item.has-submenu::after {
  display: none;
}
#header-offcanvas nav .sub-menu {
  position: static;
  visibility: visible;
  opacity: 1;
  transform: none;
  box-shadow: none;
  background: transparent;
  padding-left: 1em;
  margin: 0.25em 0 0;
  border-left: 2px solid var(--color-border);
  width: 100%;
}
#header-offcanvas nav .sub-menu-item button {
  width: 100%;
}

body.offcanvas-open.offcanvas-mode-drawer #header,
body.offcanvas-open.offcanvas-mode-panel #header,
body.offcanvas-open.offcanvas-mode-fullscreen #header {
  z-index: 1101;
}

#header-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1090;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}
#header-backdrop.backdrop-visible {
  opacity: 1;
  pointer-events: all;
}

nav .menu {
  position: relative;
  display: flex;
}
nav .menu-item {
  position: relative;
}
nav .menu-item.has-submenu {
  display: flex;
  padding-right: 0.25em;
}
nav .menu-item.has-submenu:after {
  content: "";
  position: relative;
  display: inline-block;
  margin: auto;
  width: 6px;
  height: 6px;
  right: 0.5em;
  background: var(--color-main);
  z-index: 2;
  transition: 0.1s ease-in-out;
}
nav .menu-item.has-submenu:hover::after {
  background: color-mix(in srgb, var(--color-main), black 20%);
  transform: rotate(45deg);
}
nav .menu-item.current-page button {
  font-weight: 700;
}
nav .menu-item.current-page .sub-menu-item button {
  font-weight: 400;
}
nav .menu-item:hover, nav .menu-item:focus-visible {
  color: color-mix(in srgb, var(--color-main), black 20%);
}
nav .menu-item:hover .sub-menu, nav .menu-item:focus-visible .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
nav .sub-menu {
  position: absolute;
  display: flex;
  flex-direction: column;
  border-radius: 0.2rem;
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
  top: 100%;
  left: 0;
  margin: 0.5em 0;
  background: var(--color-surface);
  visibility: hidden;
  opacity: 0;
  transform: translateY(1em);
  transition: 0.2s ease-in-out;
  z-index: 10;
}
nav .sub-menu-item button {
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  justify-content: flex-start;
}
nav .sub-menu-item button:hover {
  background: var(--color-surface);
}

.component.search_form {
  position: relative;
}

.search-form-toogle {
  position: relative;
}
.search-form-toogle .search-button-on {
  display: block;
}
.search-form-toogle .search-button-off {
  display: none;
}
.search-form-toogle .search-form {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: -moz-max-content;
  width: max-content;
  z-index: 2;
  border-radius: 0.25em;
  overflow: visible;
  border: solid 1px var(--color-border);
  min-height: 0;
}
.search-form-toogle .search-form .search-button {
  position: absolute;
  width: 4rem;
  height: 4rem;
  right: 0;
}
.search-form-toogle .search-form .search-button i {
  position: absolute;
  font-size: 1.8rem;
  color: var(--color-content);
  padding: 0;
  pointer-events: none;
  top: 0;
  left: 1rem;
  height: 100%;
  display: flex;
  align-items: center;
}
.search-form-toogle .search-form .search-button input {
  background: none;
  border: none;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.search-form-toogle .search-form label {
  align-items: center;
  display: flex;
  font-size: inherit;
  margin: 0;
  width: 100%;
}
.search-form-toogle .search-form .search-field {
  border: none;
  width: 100%;
  height: 3.8rem;
  margin: 0;
  border-radius: 5px;
  padding: 0 4rem;
  border: solid 1px var(--color-border);
  transition: 0.2s ease-in-out;
}
.search-form-toogle .search-form .search-field:hover, .search-form-toogle .search-form .search-field:focus {
  outline: none;
}
.search-form-toogle .search-form .search-submit {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  background: var(--color-main);
  color: var(--color-on-main);
  transition: background 0.2s ease-in-out;
  cursor: pointer;
  border: none;
  padding: 1rem 2rem;
  margin: 2rem;
}
.search-form-toogle .search-form .search-submit:focus {
  outline: none;
}
.search-form-toogle .search-form .search-submit:active {
  transform: scale(0.95);
}
.search-form-toogle .search-form-on {
  visibility: visible;
  opacity: 1;
}
.search-form-toogle #datafetch,
.search-form-toogle .datafetch {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: var(--color-canvas);
  box-shadow: 4px 4px 8px 0px rgba(201, 201, 201, 0.3);
  z-index: 2;
}
.search-form-toogle #datafetch a,
.search-form-toogle .datafetch a {
  display: block;
  width: 100%;
  padding: 1rem;
}
.search-form-toogle #datafetch a:hover, .search-form-toogle #datafetch a:focus,
.search-form-toogle .datafetch a:hover,
.search-form-toogle .datafetch a:focus {
  background: #f6f6f6;
}
.search-form-toogle #datafetch a div,
.search-form-toogle .datafetch a div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.search-form-toogle #datafetch a p,
.search-form-toogle .datafetch a p {
  font-weight: 600;
  padding: 0;
  font-size: 1.5rem;
  flex: 1;
  color: var(--color-content);
  text-align: left;
}
.search-form-toogle #datafetch a img,
.search-form-toogle .datafetch a img {
  height: 4rem;
  width: 4rem;
  margin: 0 1rem 0 0;
}
.search-form-toogle #datafetch a span,
.search-form-toogle .datafetch a span {
  color: var(--color-main);
}
.search-form-toogle #datafetch h6,
.search-form-toogle .datafetch h6 {
  color: var(--color-content);
  font-weight: 400;
  padding: 1rem;
  font-size: 1.6rem;
}

@keyframes drop {
  from {
    transform: translateY(-8px);
    opacity: 0.6;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.size-xs {
  font-size: 0.75em;
}

.size-s {
  font-size: 1.4rem;
}

.size-m {
  font-size: 1.6rem;
}

.size-l {
  font-size: 2rem;
}

.size-xl {
  font-size: 2.4rem;
}

.size-xxl {
  font-size: 3rem;
}

.font-size-12 {
  font-size: 0.75em;
}

.font-size-14 {
  font-size: 0.875em;
}

.font-size-16 {
  font-size: 1em;
}

.font-size-18 {
  font-size: 1.125em;
}

.font-size-20 {
  font-size: 1.25em;
}

.font-size-24 {
  font-size: 1.5em;
}

.font-size-28 {
  font-size: 1.75em;
}

.font-size-32 {
  font-size: 2em;
}

.font-size-36 {
  font-size: 2.25em;
}

.font-size-40 {
  font-size: 2.5em;
}

.font-size-48 {
  font-size: 3em;
}

.font-size-56 {
  font-size: 3.5em;
}

.font-size-64 {
  font-size: 4em;
}

.font-size-72 {
  font-size: 4.5em;
}

.font-size-80 {
  font-size: 5em;
}

.font-size-96 {
  font-size: 6em;
}

.font-size-112 {
  font-size: 7em;
}

.font-size-128 {
  font-size: 8em;
}

.font-size-144 {
  font-size: 9em;
}

.font-size-160 {
  font-size: 10em;
}

.font-size-176 {
  font-size: 11em;
}

.font-size-192 {
  font-size: 12em;
}

.font-size-208 {
  font-size: 13em;
}

.font-size-224 {
  font-size: 14em;
}

:root {
  --shadow-color: rgba(54, 54, 54, 0.12);
}

[data-mode=dark] {
  --shadow-color: rgba(192, 192, 192, 0.08);
}

.shadow-none {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0 1px 2px 0 var(--shadow-color);
}

.shadow-2 {
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}

.shadow-3 {
  box-shadow: 0 1px 2px 0 var(--shadow-color), 0 4px 8px -2px var(--shadow-color);
}

.shadow-4 {
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}

.shadow-5 {
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}

.material-symbols-outlined,
.material-symbols-filled,
.material-symbols-rounded,
.material-symbols-sharp {
  font-family: "Material Symbols Rounded", sans-serif; /* Usamos la familia que cargamos */
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* o el tamaño que prefieras */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/* Segundo, controlamos la variación de CADA estilo */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0; /* Relleno: NO */
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1; /* Relleno: SÍ */
}

/* Para Sharp, la fuente Rounded no funciona bien.
   Si realmente necesitas Sharp, la estrategia original de cargar
   la familia correcta era la adecuada. Pero para Outlined/Filled/Rounded,
   este método es superior. */
.material-symbols-sharp {
  font-family: "Material Symbols Sharp", sans-serif; /* Requeriría su propia carga */
}

.page-menu {
  padding: 2em 0;
  border-top: solid 1px var(--color-surface);
  border-bottom: solid 1px var(--color-surface);
  top: calc(var(--header-height) - 10px);
  position: sticky;
  background: var(--color-canvas);
  z-index: 999;
}
.page-menu ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25em;
}
.page-menu ul a {
  background: var(--color-main);
  color: var(--color-on-main);
  padding: 0.25em 0.75em;
  border-radius: 0.4rem;
  transition: 0.2s ease-in-out;
}

#banner-video {
  height: 100vh;
}
#banner-video .video_background {
  -o-object-position: bottom;
     object-position: bottom;
}

.page-404 {
  display: block;
}

.content-404 {
  margin: 20rem 0 15rem;
}
.content-404 h2 {
  width: 100%;
  text-align: center;
  color: var(--color-main);
}
.content-404 p {
  text-align: center;
  max-width: 60rem;
  margin: 1.25em 0;
}

.logo-404 {
  position: relative;
  width: 15rem;
  aspect-ratio: 1;
  justify-content: center;
}
.logo-404 .logo {
  position: absolute;
  top: 0;
  left: 0;
}
.logo-404 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.logo-404 .transparent {
  filter: contrast(0) saturate(0) brightness(5) drop-shadow(0 0 0 var(--color-main));
  z-index: -1;
}
.logo-404 .color {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  animation: logo infinite 3s ease-in;
}

@keyframes logo {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
#logos-c1 .image, #logos-c2 .image, #logos-c3 .image, #financia-organiza-c1 .image, #financia-organiza-c2 .image {
  background: white;
}

.size-xs {
  font-size: 0.75em;
}

.size-s {
  font-size: 1.4rem;
}

.size-m {
  font-size: 1.6rem;
}

.size-l {
  font-size: 2rem;
}

.size-xl {
  font-size: 2.4rem;
}

.size-xxl {
  font-size: 3rem;
}

.font-size-12 {
  font-size: 0.75em;
}

.font-size-14 {
  font-size: 0.875em;
}

.font-size-16 {
  font-size: 1em;
}

.font-size-18 {
  font-size: 1.125em;
}

.font-size-20 {
  font-size: 1.25em;
}

.font-size-24 {
  font-size: 1.5em;
}

.font-size-28 {
  font-size: 1.75em;
}

.font-size-32 {
  font-size: 2em;
}

.font-size-36 {
  font-size: 2.25em;
}

.font-size-40 {
  font-size: 2.5em;
}

.font-size-48 {
  font-size: 3em;
}

.font-size-56 {
  font-size: 3.5em;
}

.font-size-64 {
  font-size: 4em;
}

.font-size-72 {
  font-size: 4.5em;
}

.font-size-80 {
  font-size: 5em;
}

.font-size-96 {
  font-size: 6em;
}

.font-size-112 {
  font-size: 7em;
}

.font-size-128 {
  font-size: 8em;
}

.font-size-144 {
  font-size: 9em;
}

.font-size-160 {
  font-size: 10em;
}

.font-size-176 {
  font-size: 11em;
}

.font-size-192 {
  font-size: 12em;
}

.font-size-208 {
  font-size: 13em;
}

.font-size-224 {
  font-size: 14em;
}

:root {
  --shadow-color: rgba(54, 54, 54, 0.12);
}

[data-mode=dark] {
  --shadow-color: rgba(192, 192, 192, 0.08);
}

.shadow-none {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0 1px 2px 0 var(--shadow-color);
}

.shadow-2 {
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}

.shadow-3 {
  box-shadow: 0 1px 2px 0 var(--shadow-color), 0 4px 8px -2px var(--shadow-color);
}

.shadow-4 {
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}

.shadow-5 {
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}

.material-symbols-outlined,
.material-symbols-filled,
.material-symbols-rounded,
.material-symbols-sharp {
  font-family: "Material Symbols Rounded", sans-serif; /* Usamos la familia que cargamos */
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* o el tamaño que prefieras */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/* Segundo, controlamos la variación de CADA estilo */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0; /* Relleno: NO */
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1; /* Relleno: SÍ */
}

/* Para Sharp, la fuente Rounded no funciona bien.
   Si realmente necesitas Sharp, la estrategia original de cargar
   la familia correcta era la adecuada. Pero para Outlined/Filled/Rounded,
   este método es superior. */
.material-symbols-sharp {
  font-family: "Material Symbols Sharp", sans-serif; /* Requeriría su propia carga */
}

.page-banner {
  position: relative;
  z-index: 1;
  padding: 3em 0.75em;
  color: var(--color-content);
  background: var(--color-main);
  text-align: center;
}
.page-banner_title {
  position: absolute;
  font-family: var(--titles-typography);
  font-size: 3em;
  font-weight: 300;
  height: 100%;
  width: 100%;
  top: 0;
  display: grid;
  align-items: center;
  text-align: center;
}
.page-banner_text {
  font-family: var(--texts-typography);
  max-width: 80rem;
  margin: 0 auto;
}
.page-banner p {
  padding: 0rem 0 2em;
}
.page-banner_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  filter: brightness(0.4);
}

.page-title {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 1.75em;
  padding: 2.5em 0 1.25em;
  margin: 0;
}
.page-title .page-banner_img {
  display: none;
}
.page-title:after {
  content: "";
  position: absolute;
  background: var(--color-main);
  height: 3px;
  width: 6em;
  bottom: 0;
  left: 0;
  margin: 0.75em 0;
}

.title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  color: var(--color-content);
  gap: 1.25em;
}
.title div {
  display: flex;
  align-items: center;
}
.title h1 {
  font-size: 3.5em;
}
.title h1 span {
  font-family: var(--titles-typography);
}
.title h2 {
  font-size: 2.5em;
}
.title h2 span {
  position: relative;
  text-align: left;
  font-family: var(--titles-typography);
  font-weight: 400;
  padding: 0 0 0.25em;
  margin: 0;
}
.title h2 span:after {
  content: "";
  position: absolute;
  background: var(--color-main);
  height: 3px;
  width: 4em;
  bottom: 0;
  left: 0;
}
.title h2 .title_icon {
  height: 2.5em;
  width: 2.5em;
}
.title h3 {
  font-size: 1.5em;
}
.title h3 span {
  font-family: var(--titles-typography);
  font-weight: 400;
}
.title h3 .title_icon {
  height: 1.25em;
  width: 1.25em;
}
.title_button {
  justify-content: space-between;
}
.title_icon {
  height: 6em;
  width: 6em;
  margin: 0.75em;
  -o-object-fit: contain;
     object-fit: contain;
}
.title_center {
  align-self: center;
  justify-content: center;
}

@media (max-width: 500px) {
  .title_button button {
    padding: 0.25em 0.75em;
  }
}
.size-xs {
  font-size: 0.75em;
}

.size-s {
  font-size: 1.4rem;
}

.size-m {
  font-size: 1.6rem;
}

.size-l {
  font-size: 2rem;
}

.size-xl {
  font-size: 2.4rem;
}

.size-xxl {
  font-size: 3rem;
}

.font-size-12 {
  font-size: 0.75em;
}

.font-size-14 {
  font-size: 0.875em;
}

.font-size-16 {
  font-size: 1em;
}

.font-size-18 {
  font-size: 1.125em;
}

.font-size-20 {
  font-size: 1.25em;
}

.font-size-24 {
  font-size: 1.5em;
}

.font-size-28 {
  font-size: 1.75em;
}

.font-size-32 {
  font-size: 2em;
}

.font-size-36 {
  font-size: 2.25em;
}

.font-size-40 {
  font-size: 2.5em;
}

.font-size-48 {
  font-size: 3em;
}

.font-size-56 {
  font-size: 3.5em;
}

.font-size-64 {
  font-size: 4em;
}

.font-size-72 {
  font-size: 4.5em;
}

.font-size-80 {
  font-size: 5em;
}

.font-size-96 {
  font-size: 6em;
}

.font-size-112 {
  font-size: 7em;
}

.font-size-128 {
  font-size: 8em;
}

.font-size-144 {
  font-size: 9em;
}

.font-size-160 {
  font-size: 10em;
}

.font-size-176 {
  font-size: 11em;
}

.font-size-192 {
  font-size: 12em;
}

.font-size-208 {
  font-size: 13em;
}

.font-size-224 {
  font-size: 14em;
}

:root {
  --shadow-color: rgba(54, 54, 54, 0.12);
}

[data-mode=dark] {
  --shadow-color: rgba(192, 192, 192, 0.08);
}

.shadow-none {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0 1px 2px 0 var(--shadow-color);
}

.shadow-2 {
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}

.shadow-3 {
  box-shadow: 0 1px 2px 0 var(--shadow-color), 0 4px 8px -2px var(--shadow-color);
}

.shadow-4 {
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}

.shadow-5 {
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}

.material-symbols-outlined,
.material-symbols-filled,
.material-symbols-rounded,
.material-symbols-sharp {
  font-family: "Material Symbols Rounded", sans-serif; /* Usamos la familia que cargamos */
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* o el tamaño que prefieras */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/* Segundo, controlamos la variación de CADA estilo */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0; /* Relleno: NO */
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1; /* Relleno: SÍ */
}

/* Para Sharp, la fuente Rounded no funciona bien.
   Si realmente necesitas Sharp, la estrategia original de cargar
   la familia correcta era la adecuada. Pero para Outlined/Filled/Rounded,
   este método es superior. */
.material-symbols-sharp {
  font-family: "Material Symbols Sharp", sans-serif; /* Requeriría su propia carga */
}

.max-width {
  width: 100%;
  max-width: 120rem;
  min-width: 35rem;
  margin: 0 auto;
  padding: 0 0.75em;
}

.full-width {
  width: 100%;
  flex: 1;
}

.content-width {
  width: -moz-fit-content;
  width: fit-content;
}

.text-max-width {
  width: 100%;
  max-width: 90rem;
  min-width: 35rem;
  margin: 0 auto;
  padding: 0 0.75em;
}

.grid {
  display: grid;
  grid-auto-rows: 35rem;
  grid-template-columns: repeat(auto-fill, minmax(35rem, 1fr));
  gap: 0.25em;
  padding: 0.75em;
}
.grid_item {
  max-width: 35rem;
}

.row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.75em;
}

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

.flex-column {
  flex-direction: column;
  flex-wrap: nowrap;
}
.flex-column .a-normal {
  align-self: normal;
}

.flex-1 {
  flex: 1;
}

.flex {
  display: flex;
}

.flex-reverse {
  flex-wrap: wrap-reverse !important;
}

.nowrap {
  flex-wrap: nowrap;
}

.position-sticky {
  position: sticky;
}

.position-fixed {
  position: fixed;
}

.j-center {
  justify-content: center;
}
.j-start {
  justify-content: flex-start;
}
.j-end {
  justify-content: flex-end;
}
.j-between {
  justify-content: space-between;
}
.j-around {
  justify-content: space-around;
}

.a-center {
  align-items: center;
}
.a-start {
  align-items: flex-start;
}
.a-end {
  align-items: flex-end;
}
.a-between {
  align-items: space-between;
}
.a-around {
  align-items: space-around;
}
.a-normal {
  align-self: normal;
}

.padding-0 {
  padding: 0em;
}

.padding-2 {
  padding: 0.125em;
}

.padding-4 {
  padding: 0.25em;
}

.padding-8 {
  padding: 0.5em;
}

.padding-12 {
  padding: 0.75em;
}

.padding-16 {
  padding: 1em;
}

.padding-18 {
  padding: 1.125em;
}

.padding-20 {
  padding: 1.25em;
}

.padding-24 {
  padding: 1.5em;
}

.padding-32 {
  padding: 2em;
}

.padding-48 {
  padding: 3em;
}

.padding-56 {
  padding: 3.5em;
}

.padding-64 {
  padding: 4em;
}

.padding-80 {
  padding: 5em;
}

.padding-96 {
  padding: 6em;
}

.padding-112 {
  padding: 7em;
}

.padding-128 {
  padding: 8em;
}

.padding-160 {
  padding: 10em;
}

.padding-192 {
  padding: 12em;
}

.padding-224 {
  padding: 14em;
}

.gap-0 {
  gap: 0em;
}

.gap-2 {
  gap: 0.125em;
}

.gap-4 {
  gap: 0.25em;
}

.gap-8 {
  gap: 0.5em;
}

.gap-12 {
  gap: 0.75em;
}

.gap-16 {
  gap: 1em;
}

.gap-18 {
  gap: 1.125em;
}

.gap-20 {
  gap: 1.25em;
}

.gap-24 {
  gap: 1.5em;
}

.gap-32 {
  gap: 2em;
}

.gap-48 {
  gap: 3em;
}

.gap-56 {
  gap: 3.5em;
}

.gap-64 {
  gap: 4em;
}

.gap-80 {
  gap: 5em;
}

.gap-96 {
  gap: 6em;
}

.gap-112 {
  gap: 7em;
}

.gap-128 {
  gap: 8em;
}

.gap-160 {
  gap: 10em;
}

.gap-192 {
  gap: 12em;
}

.gap-224 {
  gap: 14em;
}

.radius-0 {
  border-radius: 0em;
}

.radius-2 {
  border-radius: 0.125em;
}

.radius-4 {
  border-radius: 0.25em;
}

.radius-8 {
  border-radius: 0.5em;
}

.radius-12 {
  border-radius: 0.75em;
}

.radius-16 {
  border-radius: 1em;
}

.radius-18 {
  border-radius: 1.125em;
}

.radius-20 {
  border-radius: 1.25em;
}

.radius-24 {
  border-radius: 1.5em;
}

.radius-32 {
  border-radius: 2em;
}

.radius-48 {
  border-radius: 3em;
}

.radius-56 {
  border-radius: 3.5em;
}

.radius-64 {
  border-radius: 4em;
}

.radius-80 {
  border-radius: 5em;
}

.radius-96 {
  border-radius: 6em;
}

.radius-112 {
  border-radius: 7em;
}

.radius-128 {
  border-radius: 8em;
}

.radius-160 {
  border-radius: 10em;
}

.radius-192 {
  border-radius: 12em;
}

.radius-224 {
  border-radius: 14em;
}

.s-padding-0 {
  padding: 0em 0;
}

.s-padding-2 {
  padding: 0.125em 0;
}

.s-padding-4 {
  padding: 0.25em 0;
}

.s-padding-8 {
  padding: 0.5em 0;
}

.s-padding-12 {
  padding: 0.75em 0;
}

.s-padding-16 {
  padding: 1em 0;
}

.s-padding-18 {
  padding: 1.125em 0;
}

.s-padding-20 {
  padding: 1.25em 0;
}

.s-padding-24 {
  padding: 1.5em 0;
}

.s-padding-32 {
  padding: 2em 0;
}

.s-padding-48 {
  padding: 3em 0;
}

.s-padding-56 {
  padding: 3.5em 0;
}

.s-padding-64 {
  padding: 4em 0;
}

.s-padding-80 {
  padding: 5em 0;
}

.s-padding-96 {
  padding: 6em 0;
}

.s-padding-112 {
  padding: 7em 0;
}

.s-padding-128 {
  padding: 8em 0;
}

.s-padding-160 {
  padding: 10em 0;
}

.s-padding-192 {
  padding: 12em 0;
}

.s-padding-224 {
  padding: 14em 0;
}

.padding-v-0 {
  padding-top: 0em;
  padding-bottom: 0em;
}

.padding-h-0 {
  padding-left: 0em;
  padding-right: 0em;
}

.padding-v-2 {
  padding-top: 0.125em;
  padding-bottom: 0.125em;
}

.padding-h-2 {
  padding-left: 0.125em;
  padding-right: 0.125em;
}

.padding-v-4 {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

.padding-h-4 {
  padding-left: 0.25em;
  padding-right: 0.25em;
}

.padding-v-8 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.padding-h-8 {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.padding-v-12 {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.padding-h-12 {
  padding-left: 0.75em;
  padding-right: 0.75em;
}

.padding-v-16 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.padding-h-16 {
  padding-left: 1em;
  padding-right: 1em;
}

.padding-v-18 {
  padding-top: 1.125em;
  padding-bottom: 1.125em;
}

.padding-h-18 {
  padding-left: 1.125em;
  padding-right: 1.125em;
}

.padding-v-20 {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.padding-h-20 {
  padding-left: 1.25em;
  padding-right: 1.25em;
}

.padding-v-24 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.padding-h-24 {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.padding-v-32 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.padding-h-32 {
  padding-left: 2em;
  padding-right: 2em;
}

.padding-v-48 {
  padding-top: 3em;
  padding-bottom: 3em;
}

.padding-h-48 {
  padding-left: 3em;
  padding-right: 3em;
}

.padding-v-56 {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.padding-h-56 {
  padding-left: 3.5em;
  padding-right: 3.5em;
}

.padding-v-64 {
  padding-top: 4em;
  padding-bottom: 4em;
}

.padding-h-64 {
  padding-left: 4em;
  padding-right: 4em;
}

.padding-v-80 {
  padding-top: 5em;
  padding-bottom: 5em;
}

.padding-h-80 {
  padding-left: 5em;
  padding-right: 5em;
}

.padding-v-96 {
  padding-top: 6em;
  padding-bottom: 6em;
}

.padding-h-96 {
  padding-left: 6em;
  padding-right: 6em;
}

.padding-v-112 {
  padding-top: 7em;
  padding-bottom: 7em;
}

.padding-h-112 {
  padding-left: 7em;
  padding-right: 7em;
}

.padding-v-128 {
  padding-top: 8em;
  padding-bottom: 8em;
}

.padding-h-128 {
  padding-left: 8em;
  padding-right: 8em;
}

.padding-v-160 {
  padding-top: 10em;
  padding-bottom: 10em;
}

.padding-h-160 {
  padding-left: 10em;
  padding-right: 10em;
}

.padding-v-192 {
  padding-top: 12em;
  padding-bottom: 12em;
}

.padding-h-192 {
  padding-left: 12em;
  padding-right: 12em;
}

.padding-v-224 {
  padding-top: 14em;
  padding-bottom: 14em;
}

.padding-h-224 {
  padding-left: 14em;
  padding-right: 14em;
}

.s-padding-full {
  height: 100vh;
}

@media (max-width: 720px) {
  .switch_order .column:nth-child(1) {
    order: 2;
  }
  .switch_order .column:nth-child(2) {
    order: 1;
  }
  .switch_order .row_item:nth-child(1) {
    order: 2;
  }
  .switch_order .row_item:nth-child(2) {
    order: 1;
  }
}
section {
  overflow: hidden;
  background: var(--color-canvas);
  color: var(--color-content);
}

section.bg-transparent {
  background: none;
}

.section-separator-top,
.section-separator-bottom {
  position: absolute;
  width: 100%;
  height: 100px;
  z-index: 0;
  overflow: hidden;
  left: 0;
}
.section-separator-top svg,
.section-separator-bottom svg {
  display: block;
  width: 100%;
  height: 100%;
}
.section-separator-top svg, .section-separator-top svg *,
.section-separator-bottom svg,
.section-separator-bottom svg * {
  fill: currentColor !important;
  stroke: currentColor !important;
}

.section-separator-top {
  top: -2px;
}

.section-separator-bottom {
  bottom: 0;
  transform: translateY(2px);
}

.columns {
  display: flex;
  width: 100%;
}

.column-wrapper {
  max-width: 100%;
}

.column {
  background: var(--color-canvas);
  color: var(--color-content);
  display: flex;
  position: relative;
  align-self: normal;
  margin: 0 auto;
  z-index: 1;
  overflow: hidden;
  transition: 0.1s ease-in-out;
  height: 100%;
}
.column_image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.column_video {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.9);
}

.column.bg-transparent {
  background: none;
}

.image_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.video_background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.9);
}

.overlay-plane::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-canvas);
  opacity: 0.5;
  z-index: -1;
}

.overlay-radio::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}

.hook {
  width: 100%;
  height: 0;
  transform: translateY(-15rem);
}

@media (max-width: 500px) {
  .hook {
    transform: translateY(-20rem);
  }
}
.component.filter-component {
  width: 100%;
}
.component.video {
  width: 100%;
}
.component.video .video {
  width: 100%;
}
.component.posts {
  width: 100%;
}
.component.posts .component {
  width: 100%;
  display: flex;
  justify-content: center;
}
.component.form {
  width: 100%;
}
.component.post_related {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 3em;
}
.component.post_related .related-posts-wrapper {
  width: 100%;
}
.component.post_relationship {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  width: 100%;
}
.component.post_thumbnail {
  width: 100%;
}
.component.post_thumbnail img {
  -o-object-fit: contain;
     object-fit: contain;
  height: -moz-fit-content;
  height: fit-content;
}
.component.cards {
  width: 100%;
}
.component.file_sheet {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}
.component.map {
  width: 100%;
  height: 100%;
}
.component.map .map {
  height: 100%;
  width: 100%;
}
.component.post_content img {
  width: auto;
  height: auto;
}
.component.text_block {
  max-width: 66rem;
}

.buttons {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
}
.buttons button {
  margin: 0;
}

.off-canvas-section {
  position: absolute;
  width: 100%;
  right: 0;
  top: 100%;
  height: calc(100vh - 100%);
  display: none;
}

.absolute-left {
  position: absolute;
  width: auto;
  right: 0;
  height: 100%;
}

.absolute-right {
  position: absolute;
  width: auto;
  left: 0;
  height: 100%;
}

.absolute-full {
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
}

.text-content {
  color: inherit;
  width: 100%;
}
.text-content ul {
  width: 100%;
}
.text-content li {
  list-style: disc;
  font-weight: 400;
  padding: 0.75em 0;
  line-height: 150%;
  margin: 0 1.25em;
}
.text-content img {
  width: revert-layer;
  height: auto;
}
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4 {
  width: 100%;
  text-align: left;
}
.text-content h5 {
  font-size: 1.125em;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 150%;
}
.text-content i {
  font-size: 1.125em;
}
.text-content p {
  width: 100%;
}
.text-content strong {
  font-weight: 600;
}
.text-content iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.text-center {
  text-align: center;
}

.not-found {
  margin: 0 auto;
  color: var(--color-on-main);
  background: var(--color-main);
  padding: 0.75em 1.25em;
  border-radius: 0.2rem;
  text-align: center;
  width: auto;
}

.hide {
  display: none;
}

@media (max-width: 500px) {
  .hide-on-mobile {
    display: none;
  }
}
@media (min-width: 500px) and (max-width: 1000px) {
  .hide-on-tablet {
    display: none;
  }
}
@media (min-width: 1000px) {
  .hide-on-desktop {
    display: none;
  }
}
.size-xs {
  font-size: 0.75em;
}

.size-s {
  font-size: 1.4rem;
}

.size-m {
  font-size: 1.6rem;
}

.size-l {
  font-size: 2rem;
}

.size-xl {
  font-size: 2.4rem;
}

.size-xxl {
  font-size: 3rem;
}

.font-size-12 {
  font-size: 0.75em;
}

.font-size-14 {
  font-size: 0.875em;
}

.font-size-16 {
  font-size: 1em;
}

.font-size-18 {
  font-size: 1.125em;
}

.font-size-20 {
  font-size: 1.25em;
}

.font-size-24 {
  font-size: 1.5em;
}

.font-size-28 {
  font-size: 1.75em;
}

.font-size-32 {
  font-size: 2em;
}

.font-size-36 {
  font-size: 2.25em;
}

.font-size-40 {
  font-size: 2.5em;
}

.font-size-48 {
  font-size: 3em;
}

.font-size-56 {
  font-size: 3.5em;
}

.font-size-64 {
  font-size: 4em;
}

.font-size-72 {
  font-size: 4.5em;
}

.font-size-80 {
  font-size: 5em;
}

.font-size-96 {
  font-size: 6em;
}

.font-size-112 {
  font-size: 7em;
}

.font-size-128 {
  font-size: 8em;
}

.font-size-144 {
  font-size: 9em;
}

.font-size-160 {
  font-size: 10em;
}

.font-size-176 {
  font-size: 11em;
}

.font-size-192 {
  font-size: 12em;
}

.font-size-208 {
  font-size: 13em;
}

.font-size-224 {
  font-size: 14em;
}

:root {
  --shadow-color: rgba(54, 54, 54, 0.12);
}

[data-mode=dark] {
  --shadow-color: rgba(192, 192, 192, 0.08);
}

.shadow-none {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0 1px 2px 0 var(--shadow-color);
}

.shadow-2 {
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}

.shadow-3 {
  box-shadow: 0 1px 2px 0 var(--shadow-color), 0 4px 8px -2px var(--shadow-color);
}

.shadow-4 {
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}

.shadow-5 {
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}

.material-symbols-outlined,
.material-symbols-filled,
.material-symbols-rounded,
.material-symbols-sharp {
  font-family: "Material Symbols Rounded", sans-serif; /* Usamos la familia que cargamos */
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* o el tamaño que prefieras */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/* Segundo, controlamos la variación de CADA estilo */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0; /* Relleno: NO */
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1; /* Relleno: SÍ */
}

/* Para Sharp, la fuente Rounded no funciona bien.
   Si realmente necesitas Sharp, la estrategia original de cargar
   la familia correcta era la adecuada. Pero para Outlined/Filled/Rounded,
   este método es superior. */
.material-symbols-sharp {
  font-family: "Material Symbols Sharp", sans-serif; /* Requeriría su propia carga */
}

/* --- Estructura para Wrappers (NUEVO) --- */
/*
 * Usar un wrapper es la mejor solución para que las flechas
 * en modo "outside-arrows" no sean recortadas por un
 * contenedor padre con overflow: hidden.
*/
.slider-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 auto;
  width: 100%;
  gap: 0.5em;
  padding: 0.75em 0;
}

/* --- Estructura Base del Slider --- */
.slider {
  /* Variables para controlar el layout */
  --items-to-show: 3;
  --gap: spacing(8);
  position: relative; /* Mantenemos relative para inside-arrows */
  width: 100%;
  overflow: hidden;
}

/* Si el slider está dentro de un wrapper, no necesita max-width */
.slider-wrapper .slider {
  max-width: 100%;
}

.slider-track {
  display: flex;
  overflow: auto;
  scrollbar-width: none;
}

.slider-track::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
}

.slider-item {
  flex-shrink: 0; /* No permitir que los items se encojan */
  width: calc(100% / var(--items-to-show) - var(--gap) * (var(--items-to-show) - 1) / var(--items-to-show));
  box-sizing: border-box;
}
.slider-item .card {
  height: 100%;
}

/* --- MODIFICADOR PARA ANCHO AUTOMÁTICO (NUEVO) --- */
.slider.slider-auto-width .slider-item {
  flex: 0 0 auto; /* Permite que el item tome su ancho natural */
  width: auto; /* El ancho lo define el contenido */
}

/*  Modo Marquee (Autoplay Continuo) --- */
.slider-marquee .slider-track {
  /* Duplicamos el contenido con JS, y animamos el contenedor */
  animation: marquee 5s linear infinite;
}

.slider-marquee:hover .slider-track {
  animation-play-state: paused; /* Pausar al pasar el mouse */
}

@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  } /* Mover hasta el inicio de la copia */
}
/* --- Estilos de Flechas (ACTUALIZADO) --- */
.slider-arrow {
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.slider-arrow.left:disabled {
  display: none;
  cursor: not-allowed;
}

.slider-arrow.right:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.slider-arrow.left.inside {
  transform: translateX(140%);
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}

.slider-arrow.right.inside {
  transform: translateX(-140%);
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}

/* Flechas para "inside-arrows" (siguen relativas al slider) */
.slider.inside-arrows .slider-arrow.left {
  left: 0.5em;
}

.slider.inside-arrows .slider-arrow.right {
  right: 0.5em;
}

/* Ocultar flechas si no hay overflow */
.slider.no-overflow .slider-arrow,
.slider-wrapper.no-overflow .slider-arrow {
  display: none;
}

/* --- Estilos de Paginación (Dots) --- */
.slider-dots {
  display: flex;
  justify-content: center;
  gap: 0.5em;
  margin: 1em 0;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--color-surface);
  border: solid 1px var(--color-border);
  padding: 0;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.dot:active, .dot:hover {
  background-color: var(--color-surface);
}
.dot.active {
  background-color: var(--color-main);
}

/* --- Media Queries --- */
@media (max-width: 768px) {
  /* Para outside-arrows, podrías ocultarlas en móvil si molestan */
  .slider-wrapper .slider-arrow {
    /* display: none; */
  }
}
.size-xs {
  font-size: 0.75em;
}

.size-s {
  font-size: 1.4rem;
}

.size-m {
  font-size: 1.6rem;
}

.size-l {
  font-size: 2rem;
}

.size-xl {
  font-size: 2.4rem;
}

.size-xxl {
  font-size: 3rem;
}

.font-size-12 {
  font-size: 0.75em;
}

.font-size-14 {
  font-size: 0.875em;
}

.font-size-16 {
  font-size: 1em;
}

.font-size-18 {
  font-size: 1.125em;
}

.font-size-20 {
  font-size: 1.25em;
}

.font-size-24 {
  font-size: 1.5em;
}

.font-size-28 {
  font-size: 1.75em;
}

.font-size-32 {
  font-size: 2em;
}

.font-size-36 {
  font-size: 2.25em;
}

.font-size-40 {
  font-size: 2.5em;
}

.font-size-48 {
  font-size: 3em;
}

.font-size-56 {
  font-size: 3.5em;
}

.font-size-64 {
  font-size: 4em;
}

.font-size-72 {
  font-size: 4.5em;
}

.font-size-80 {
  font-size: 5em;
}

.font-size-96 {
  font-size: 6em;
}

.font-size-112 {
  font-size: 7em;
}

.font-size-128 {
  font-size: 8em;
}

.font-size-144 {
  font-size: 9em;
}

.font-size-160 {
  font-size: 10em;
}

.font-size-176 {
  font-size: 11em;
}

.font-size-192 {
  font-size: 12em;
}

.font-size-208 {
  font-size: 13em;
}

.font-size-224 {
  font-size: 14em;
}

:root {
  --shadow-color: rgba(54, 54, 54, 0.12);
}

[data-mode=dark] {
  --shadow-color: rgba(192, 192, 192, 0.08);
}

.shadow-none {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0 1px 2px 0 var(--shadow-color);
}

.shadow-2 {
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}

.shadow-3 {
  box-shadow: 0 1px 2px 0 var(--shadow-color), 0 4px 8px -2px var(--shadow-color);
}

.shadow-4 {
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}

.shadow-5 {
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}

.material-symbols-outlined,
.material-symbols-filled,
.material-symbols-rounded,
.material-symbols-sharp {
  font-family: "Material Symbols Rounded", sans-serif; /* Usamos la familia que cargamos */
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* o el tamaño que prefieras */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/* Segundo, controlamos la variación de CADA estilo */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0; /* Relleno: NO */
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1; /* Relleno: SÍ */
}

/* Para Sharp, la fuente Rounded no funciona bien.
   Si realmente necesitas Sharp, la estrategia original de cargar
   la familia correcta era la adecuada. Pero para Outlined/Filled/Rounded,
   este método es superior. */
.material-symbols-sharp {
  font-family: "Material Symbols Sharp", sans-serif; /* Requeriría su propia carga */
}

.cards-container {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
  margin: 0;
  width: 100%;
  transition: opacity 300ms ease;
  opacity: 1;
}
.cards-container.fading-out {
  opacity: 0;
}
.cards-container.columns-2 {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(45rem, 1fr));
}
.cards-container.columns-3 {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(35rem, 1fr));
}
.cards-container.columns-4 {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
}
.cards-container.columns-5 {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
}
.cards-container.columns-6 {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
}
.cards-container.columns-7 {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
}
.cards-container.columns-8 {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
}
.cards-container-list {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  gap: 0.5em;
  width: -moz-fit-content;
  width: fit-content;
}
.cards-container-list-title {
  font-size: 1.5em;
  margin: 2em 0 0.75em 0;
  padding: 0.5em 1em;
  background: var(--color-surface);
  color: var(--color-on-surface);
  width: -moz-fit-content;
  width: fit-content;
}
.cards-container-banner {
  display: block;
  width: 100%;
}

.card {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  color: var(--color-content);
  overflow: hidden;
  transition: 0.2s ease-in-out;
  line-height: normal;
  min-width: 25rem;
}
.card_media {
  display: flex;
  flex-direction: column;
  align-items: inherit;
  justify-content: inherit;
  position: relative;
  overflow: hidden;
  gap: 0.75em;
  transition: inherit;
}
.card_media .media {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: inherit;
}
.card_media .media:nth-child(1), .card_media .media:only-of-type {
  opacity: 1;
}
.card_media div {
  position: relative;
  opacity: 1;
  color: var(--color-canvas);
  z-index: 2;
}
.card_media video {
  -o-object-fit: cover;
     object-fit: cover;
}
.card_media iframe {
  width: 100% !important;
}
.card_media .media-filter {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--color-content);
  opacity: 0;
  z-index: 1;
}
.card_media .media-filter:only-of-type {
  display: none;
}
.card_info {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  flex: 1;
  transition: inherit;
}
.card_overlay {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: 0.2s ease-in-out;
  color: var(--color-content);
}
.card_overlay img {
  display: grid;
  align-items: center;
  flex: 1;
  width: 100%;
  text-align: center;
}
.card_overlay p, .card_overlay div {
  transform: translateY(2rem);
  transition: 0.2s ease-in-out;
}
.card_overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-canvas);
  opacity: 0.7;
  z-index: -1;
}
.card_actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.card_actions .card_action {
  width: 100%;
}
.card_actions .buttons {
  width: 100%;
  justify-content: center;
}
.card_actions .buttons button {
  min-width: -moz-max-content;
  min-width: max-content;
}
.card_marks_top {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  background: linear-gradient(180deg, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%);
}
.card_marks_bottom {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}
.card_title {
  font-size: 1.5em;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.card_icon {
  width: -moz-fit-content;
  width: fit-content;
  height: 0.875em;
}
.card_icon img {
  vertical-align: text-top;
}
.card svg {
  fill: var(--color-content);
}
.card_subtitle {
  font-size: 1.125em;
  color: var(--color-focus);
  font-weight: 400;
  line-height: normal;
}
.card_excerpt {
  font-size: 1em;
  font-weight: 400;
}
.card_date {
  font-size: 1em;
  font-weight: 400;
}
.card_taxs {
  display: flex;
  gap: 0.75em;
  flex-wrap: wrap;
}
.card_tax {
  display: flex;
  align-items: center;
  gap: 0.25em;
  font-size: 0.875em;
  font-weight: 400;
  background: var(--color-surface);
  color: var(--color-on-surface);
  padding: 0.25em 0.5em;
  border-radius: 0.2rem;
}
.card_tax .icon {
  height: 1.5em;
  width: auto;
}
.card_link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}
.card_actions .buttons a {
  flex: 1;
}
.card_actions .buttons button {
  width: 100%;
}
.card_social {
  display: flex;
  justify-content: inherit;
  align-items: inherit;
}
.card.modal-link {
  cursor: pointer;
}
.card.vertical {
  flex-direction: column;
  justify-content: flex-start;
}
.card.horizontal {
  flex-direction: row;
  align-items: center;
}
.card.horizontal .size-full {
  flex: 1;
}
.card.horizontal .card_media {
  width: 100%;
}
.card.horizontal .card_media.shape-auto {
  height: 100%;
}
.card:hover .card_overlay {
  opacity: 1;
}
.card:hover .card_overlay p, .card:hover .card_overlay div {
  transform: translateY(0rem);
}
.card:hover .card_excerpt {
  opacity: 1;
}
.card.hidden {
  display: none;
}
.card_image {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
}
.card_image img {
  transition: 0.2s ease-in-out;
}
.card_iframe {
  width: 100%;
}
.card_marks {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  aspect-ratio: 1/1;
  gap: 0.25em;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.25em;
  font-size: 0.875em;
  font-weight: 500;
  color: var(--color-canvas);
  pointer-events: none;
  z-index: 4;
}
.card_marks a {
  color: var(--color-canvas);
  width: 100%;
  pointer-events: all;
}
.card_marks .card_mark {
  background: var(--color-main);
  color: var(--color-on-main);
  padding: 0.125em 0.25em;
}
.card_marks .card_dates {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  gap: 0.25em;
}
.card_marks .card_date {
  background: var(--color-canvas);
  color: var(--color-content);
  padding: 0.125em 0.25em;
  text-align: center;
  flex: 1;
}
.card_marks .card_taxs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-flow: wrap-reverse;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 0.25em 0;
  font-size: 1em;
  font-weight: 300;
  gap: 0.125em;
}
.card_marks .card_taxs .tax_icon {
  height: 3em;
  width: auto;
}
.card_marks .card_taxs .card_tax {
  padding: 0.25em 0.5em;
  border-radius: 0.2rem;
}
.card_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  gap: 0.25em;
  flex: 1;
}
.card_number {
  font-size: 1.25em;
  font-weight: 500;
  color: var(--color-main);
}
.card_rating {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.card_rating i {
  font-size: 1em;
  padding: 0;
  color: var(--warning-main);
}
.card_rating p {
  font-size: 1em;
  font-weight: 400;
  margin-left: 0.75em;
  padding: 0;
  line-height: normal;
}
.card_buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25em;
  width: 100%;
  z-index: 4;
}
.card_buttons a {
  flex: 1;
  width: 100%;
}
.card_buttons button {
  width: 100%;
  font-size: 1em;
  padding: 0.25em;
}

.card-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  border-bottom: solid 2px var(--color-main);
  padding: 0.5em;
}
.card-list_media {
  width: 3em;
  aspect-ratio: 1/1;
}
.card-list_info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.125em;
  gap: 0.75em;
}
.card-list_date {
  font-size: 1em;
  background: var(--color-main);
  color: var(--color-on-main);
  padding: 0.25em 0.5em;
  border-radius: 0.4rem;
}
.card-list_link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}
.card-list_taxs {
  display: flex;
  gap: 0.75em;
  flex-wrap: wrap;
}
.card-list .card_taxs .card_tax {
  font-size: 0.875em;
  background: var(--color-surface);
  color: var(--color-on-surface);
  padding: 0.25em 0.5em;
}
.card-list .card_taxs .card_tax .icon {
  height: 1.125em;
  width: auto;
}
.card-list:hover {
  background: var(--color-surface);
}

.card-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  background: var(--color-canvas);
  color: var(--color-content);
  z-index: 1;
  border-radius: 1.6rem;
}
.card-banner_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, color-mix(in srgb, black 70%, transparent) 0%, transparent 100%);
  z-index: -1;
}
.card-banner_media {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.card-banner_media::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-canvas);
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.8;
}
.card-banner_title {
  font-size: 3em;
  font-weight: 400;
}
.card-banner_subtitle {
  font-size: 1.5em;
  font-weight: 400;
}
.card-banner_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.125em;
  gap: 3em;
  color: var(--color-content);
}
.card-banner_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.125em;
  gap: 1em;
  color: var(--color-content);
  margin: 0 1em;
}
.card-banner_excerpt {
  font-size: 1.125em;
  font-weight: 400;
  max-width: 90rem;
}
.card-banner_date {
  font-size: 1.5em;
  background: var(--color-main);
  color: var(--color-on-main);
  padding: 0.5em 1em;
  border-radius: 0.4rem;
  margin: 0 1em;
}
.card-banner_taxs {
  margin: 0 1em;
}
.card-banner .buttons {
  margin: 0 1em;
}
.card-banner .card_taxs .card_tax {
  font-size: 0.875em;
}
.card-banner .card_taxs .card_tax .icon {
  height: 1.125em;
  width: auto;
}

@media (max-width: 500px) {
  .card-banner_subtitle {
    font-size: 1.5em;
  }
  .card-banner_excerpt {
    font-size: 1em;
  }
}
.cards-container-banner.banner-rotator {
  display: grid;
}
.cards-container-banner.banner-rotator .card-banner {
  grid-area: 1/1;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease-in-out;
}
.cards-container-banner.banner-rotator .card-banner.is-visible {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.cards-container-banner.s-padding-12 .card-banner_info {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.cards-container-banner.s-padding-16 .card-banner_info {
  padding-top: 1em;
  padding-bottom: 1em;
}

.cards-container-banner.s-padding-20 .card-banner_info {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.cards-container-banner.s-padding-24 .card-banner_info {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.cards-container-banner.s-padding-32 .card-banner_info {
  padding-top: 2em;
  padding-bottom: 2em;
}

.cards-container-banner.s-padding-40 .card-banner_info {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.cards-container-banner.s-padding-48 .card-banner_info {
  padding-top: 3em;
  padding-bottom: 3em;
}

.cards-container-banner.s-padding-56 .card-banner_info {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.cards-container-banner.s-padding-64 .card-banner_info {
  padding-top: 4em;
  padding-bottom: 4em;
}

.cards-container-banner.s-padding-80 .card-banner_info {
  padding-top: 5em;
  padding-bottom: 5em;
}

.cards-container-banner.s-padding-96 .card-banner_info {
  padding-top: 6em;
  padding-bottom: 6em;
}

.cards-container-banner.s-padding-112 .card-banner_info {
  padding-top: 7em;
  padding-bottom: 7em;
}

.cards-container-banner.s-padding-128 .card-banner_info {
  padding-top: 8em;
  padding-bottom: 8em;
}

.cards-container-banner.s-padding-160 .card-banner_info {
  padding-top: 10em;
  padding-bottom: 10em;
}

.cards-container-banner.s-padding-192 .card-banner_info {
  padding-top: 12em;
  padding-bottom: 12em;
}

.cards-container-banner.s-padding-224 .card-banner_info {
  padding-top: 14em;
  padding-bottom: 14em;
}

.show-more-cards {
  margin: 1.25em auto;
}

.slider-cards {
  overflow: hidden;
}
.slider-cards.slick-initialized .slick-slide {
  display: flex;
}
.slider-cards .slick-dots {
  bottom: 0;
}
.slider-cards .slick-dots li button {
  border: solid 1px var(--color-main);
}
.slider-cards .card-review {
  max-width: 25rem;
  margin: 0.75em;
}

.cards-container.cards-container-perfil {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.card-perfil {
  max-width: 15rem;
}
.card-perfil .card_subtitle {
  font-size: 1em;
  font-weight: 300;
}
.card-perfil .card_title {
  font-size: 1.25em;
  font-weight: 400;
}
.card-perfil .card_media {
  filter: saturate(0);
}

.card-evento {
  max-width: 45rem;
}
.card-evento .card_subtitle {
  font-size: 1em;
  font-weight: 300;
}
.card-evento .card_title {
  font-size: 1.25em;
  font-weight: 400;
}
.card-evento .card_excerpt {
  font-size: 1em;
  font-weight: 300;
}
.card-evento .card_marks_top {
  position: relative;
  flex-direction: row;
  background: none;
}
.card-evento .card_marks_top .pill {
  border-radius: none !important;
}
.card-evento .card_tax {
  font-size: 1em;
  padding: 0.5em 1em;
  border-radius: none !important;
}
.card-evento .card_info {
  padding: 1em 0;
}

.card-noticia {
  max-width: 35rem;
}
.card-noticia .card_title {
  font-size: 1.25em;
  font-weight: 400;
  padding: 1em 0;
}
.card-noticia .card_tax.pill {
  font-size: 1em;
  padding: 0.5em 1em;
  border: none;
}

.card-locacion {
  max-width: 45rem;
}
.card-locacion .card_info {
  position: absolute;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 1em;
  color: var(--color-content);
  z-index: 2;
}
.card-locacion .card_info::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-canvas);
  z-index: -1;
  opacity: 0.8;
}
.card-locacion .card_title {
  font-size: 3em;
  font-weight: 600;
  font-family: var(--titles-typography);
}
.card-locacion .card_subtitle {
  font-size: 1em;
  font-weight: 300;
  text-align: center;
  font-family: var(--texts-typography);
}

#la-ligua .card_info:before {
  background: #490dc1;
}

#combarbala .card_info:before {
  background: #003fc8;
}

#nogales .card_info:before {
  background: #960182;
}

#los-vilos .card_info:before {
  background: #007b1b;
}

#putaendo .card_info:before {
  background: #a36700;
}

#cartagena .card_info:before {
  background: #098366;
}

.size-xs {
  font-size: 0.75em;
}

.size-s {
  font-size: 1.4rem;
}

.size-m {
  font-size: 1.6rem;
}

.size-l {
  font-size: 2rem;
}

.size-xl {
  font-size: 2.4rem;
}

.size-xxl {
  font-size: 3rem;
}

.font-size-12 {
  font-size: 0.75em;
}

.font-size-14 {
  font-size: 0.875em;
}

.font-size-16 {
  font-size: 1em;
}

.font-size-18 {
  font-size: 1.125em;
}

.font-size-20 {
  font-size: 1.25em;
}

.font-size-24 {
  font-size: 1.5em;
}

.font-size-28 {
  font-size: 1.75em;
}

.font-size-32 {
  font-size: 2em;
}

.font-size-36 {
  font-size: 2.25em;
}

.font-size-40 {
  font-size: 2.5em;
}

.font-size-48 {
  font-size: 3em;
}

.font-size-56 {
  font-size: 3.5em;
}

.font-size-64 {
  font-size: 4em;
}

.font-size-72 {
  font-size: 4.5em;
}

.font-size-80 {
  font-size: 5em;
}

.font-size-96 {
  font-size: 6em;
}

.font-size-112 {
  font-size: 7em;
}

.font-size-128 {
  font-size: 8em;
}

.font-size-144 {
  font-size: 9em;
}

.font-size-160 {
  font-size: 10em;
}

.font-size-176 {
  font-size: 11em;
}

.font-size-192 {
  font-size: 12em;
}

.font-size-208 {
  font-size: 13em;
}

.font-size-224 {
  font-size: 14em;
}

:root {
  --shadow-color: rgba(54, 54, 54, 0.12);
}

[data-mode=dark] {
  --shadow-color: rgba(192, 192, 192, 0.08);
}

.shadow-none {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0 1px 2px 0 var(--shadow-color);
}

.shadow-2 {
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}

.shadow-3 {
  box-shadow: 0 1px 2px 0 var(--shadow-color), 0 4px 8px -2px var(--shadow-color);
}

.shadow-4 {
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}

.shadow-5 {
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}

.material-symbols-outlined,
.material-symbols-filled,
.material-symbols-rounded,
.material-symbols-sharp {
  font-family: "Material Symbols Rounded", sans-serif; /* Usamos la familia que cargamos */
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* o el tamaño que prefieras */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/* Segundo, controlamos la variación de CADA estilo */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0; /* Relleno: NO */
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1; /* Relleno: SÍ */
}

/* Para Sharp, la fuente Rounded no funciona bien.
   Si realmente necesitas Sharp, la estrategia original de cargar
   la familia correcta era la adecuada. Pero para Outlined/Filled/Rounded,
   este método es superior. */
.material-symbols-sharp {
  font-family: "Material Symbols Sharp", sans-serif; /* Requeriría su propia carga */
}

.card.motion-scale-in .card_media .media {
  opacity: 0;
}
.card.motion-scale-in .card_media .media:nth-child(1) {
  opacity: 1;
}
.card.motion-scale-in:hover .card_media .media {
  transform: scale(1.1);
  opacity: 1;
}
.card.motion-scale-in:hover .card_media .media:nth-child(1) {
  opacity: 0;
}
.card.motion-scale-in:hover .card_media .media:only-of-type {
  opacity: 1;
}
.card.motion-scale-out .card_media {
  overflow: visible;
}
.card.motion-scale-out .card_media .media {
  opacity: 0;
}
.card.motion-scale-out .card_media .media:nth-child(1) {
  opacity: 1;
}
.card.motion-scale-out:hover .card_media {
  transform: scale(1.1);
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}
.card.motion-scale-out:hover .card_media .media {
  opacity: 1;
}
.card.motion-scale-out:hover .card_media .media:nth-child(1) {
  opacity: 0;
}
.card.motion-scale-out:hover .card_media .media:only-of-type {
  opacity: 1;
}
.card.motion-fade .card_media .media {
  opacity: 0;
}
.card.motion-fade .card_media .media:nth-child(1) {
  opacity: 1;
}
.card.motion-fade:hover .card_media .media {
  opacity: 1;
}
.card.motion-fade:hover .card_media .media:nth-child(1) {
  opacity: 0;
}
.card.motion-fade:hover .card_media .media:only-of-type {
  opacity: 1;
}
.card.motion-flip .card_media .media {
  perspective: 1000px;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  transform-style: preserve-3d;
  opacity: 0;
}
.card.motion-flip .card_media .media:nth-child(1) {
  transform: rotateY(0deg);
  opacity: 1;
}
.card.motion-flip:hover .card_media .media {
  transform: rotateY(0deg);
  opacity: 1;
}
.card.motion-flip:hover .card_media .media:nth-child(1) {
  transform: rotateY(180deg);
  opacity: 0;
}
.card.motion-flip:hover .card_media .media:only-of-type {
  transform: rotateY(0deg);
  opacity: 1;
}
.card.motion-slide-left .card_media .media {
  transform: translateX(calc(100% + 0.75em));
  opacity: 0;
}
.card.motion-slide-left .card_media .media:nth-child(1) {
  transform: translateX(0);
  opacity: 1;
}
.card.motion-slide-left:hover .card_media .media {
  transform: translateX(0);
  opacity: 1;
}
.card.motion-slide-left:hover .card_media .media:nth-child(1) {
  transform: translateX(calc(-100% - 0.75em));
  opacity: 0;
}
.card.motion-slide-left:hover .card_media .media:only-of-type {
  transform: translateX(0);
  opacity: 1;
}
.card.motion-slide-right .card_media .media {
  transform: translateX(calc(-100% - 0.75em));
  opacity: 0;
}
.card.motion-slide-right .card_media .media:nth-child(1) {
  transform: translateX(0);
  opacity: 1;
}
.card.motion-slide-right:hover .card_media .media {
  transform: translateX(0);
  opacity: 1;
}
.card.motion-slide-right:hover .card_media .media:nth-child(1) {
  transform: translateX(calc(100% + 0.75em));
  opacity: 0;
}
.card.motion-slide-right:hover .card_media .media:only-of-type {
  transform: translateX(0);
  opacity: 1;
}
.card.motion-slide-up .card_media .media {
  transform: translateY(calc(100% + 0.75em));
  opacity: 0;
}
.card.motion-slide-up .card_media .media:nth-child(1) {
  transform: translateY(0);
  opacity: 1;
}
.card.motion-slide-up:hover .card_media .media {
  transform: translateY(0);
  opacity: 1;
}
.card.motion-slide-up:hover .card_media .media:nth-child(1) {
  transform: translateY(calc(-100% - 0.75em));
  opacity: 0;
}
.card.motion-slide-up:hover .card_media .media:only-of-type {
  transform: translateY(0);
  opacity: 1;
}
.card.motion-slide-down .card_media .media {
  transform: translateY(calc(-100% - 0.75em));
  opacity: 0;
}
.card.motion-slide-down .card_media .media:nth-child(1) {
  transform: translateY(0);
  opacity: 1;
}
.card.motion-slide-down:hover .card_media .media {
  transform: translateY(0);
  opacity: 1;
}
.card.motion-slide-down:hover .card_media .media:nth-child(1) {
  transform: translateY(calc(100% + 0.75em));
  opacity: 0;
}
.card.motion-slide-down:hover .card_media .media:only-of-type {
  transform: translateY(0);
  opacity: 1;
}
.card.motion-pop .card_media .media {
  opacity: 1;
}
.card.motion-pop .card_media .media:nth-child(1) {
  clip-path: circle(100% at 50% 50%);
  opacity: 1;
  z-index: 2;
}
.card.motion-pop:hover .card_media .media {
  opacity: 1;
}
.card.motion-pop:hover .card_media .media:nth-child(1) {
  clip-path: circle(0% at 50% 50%);
  opacity: 1;
}
.card.motion-pop:hover .card_media .media:only-of-type {
  clip-path: circle(100% at 50% 50%);
  opacity: 1;
}
.card.motion-text-grow:hover .card_info {
  transform: scale(1.05);
}

.size-xs {
  font-size: 0.75em;
}

.size-s {
  font-size: 1.4rem;
}

.size-m {
  font-size: 1.6rem;
}

.size-l {
  font-size: 2rem;
}

.size-xl {
  font-size: 2.4rem;
}

.size-xxl {
  font-size: 3rem;
}

.font-size-12 {
  font-size: 0.75em;
}

.font-size-14 {
  font-size: 0.875em;
}

.font-size-16 {
  font-size: 1em;
}

.font-size-18 {
  font-size: 1.125em;
}

.font-size-20 {
  font-size: 1.25em;
}

.font-size-24 {
  font-size: 1.5em;
}

.font-size-28 {
  font-size: 1.75em;
}

.font-size-32 {
  font-size: 2em;
}

.font-size-36 {
  font-size: 2.25em;
}

.font-size-40 {
  font-size: 2.5em;
}

.font-size-48 {
  font-size: 3em;
}

.font-size-56 {
  font-size: 3.5em;
}

.font-size-64 {
  font-size: 4em;
}

.font-size-72 {
  font-size: 4.5em;
}

.font-size-80 {
  font-size: 5em;
}

.font-size-96 {
  font-size: 6em;
}

.font-size-112 {
  font-size: 7em;
}

.font-size-128 {
  font-size: 8em;
}

.font-size-144 {
  font-size: 9em;
}

.font-size-160 {
  font-size: 10em;
}

.font-size-176 {
  font-size: 11em;
}

.font-size-192 {
  font-size: 12em;
}

.font-size-208 {
  font-size: 13em;
}

.font-size-224 {
  font-size: 14em;
}

:root {
  --shadow-color: rgba(54, 54, 54, 0.12);
}

[data-mode=dark] {
  --shadow-color: rgba(192, 192, 192, 0.08);
}

.shadow-none {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0 1px 2px 0 var(--shadow-color);
}

.shadow-2 {
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}

.shadow-3 {
  box-shadow: 0 1px 2px 0 var(--shadow-color), 0 4px 8px -2px var(--shadow-color);
}

.shadow-4 {
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}

.shadow-5 {
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}

.material-symbols-outlined,
.material-symbols-filled,
.material-symbols-rounded,
.material-symbols-sharp {
  font-family: "Material Symbols Rounded", sans-serif; /* Usamos la familia que cargamos */
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* o el tamaño que prefieras */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/* Segundo, controlamos la variación de CADA estilo */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0; /* Relleno: NO */
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1; /* Relleno: SÍ */
}

/* Para Sharp, la fuente Rounded no funciona bien.
   Si realmente necesitas Sharp, la estrategia original de cargar
   la familia correcta era la adecuada. Pero para Outlined/Filled/Rounded,
   este método es superior. */
.material-symbols-sharp {
  font-family: "Material Symbols Sharp", sans-serif; /* Requeriría su propia carga */
}

body.single-sucursal, main.single-sucursal {
  background: var(--color-canvas);
  background-image: url("../images/guber-white.png");
  background-repeat: repeat;
  background-size: 5rem;
  background-attachment: fixed;
  margin: 0;
}
body.single-sucursal header, body.single-sucursal footer, body.single-sucursal .credits, main.single-sucursal header, main.single-sucursal footer, main.single-sucursal .credits {
  display: none;
}
body.single-sucursal .max-width, main.single-sucursal .max-width {
  padding: 0 0.5rem;
}
body.single-sucursal .menu-section, main.single-sucursal .menu-section {
  margin: 2rem 0 0;
  max-width: 50rem;
}
body.single-sucursal .menu-section_title, main.single-sucursal .menu-section_title {
  width: 100%;
  background: var(--color-surface);
  padding: 0.25em;
  border-radius: 10px 30px 2px 10px;
  font-size: 3.5em;
  line-height: 130%;
  letter-spacing: 0.05em;
  font-weight: lighter;
  color: var(--color-on-surface);
  text-align: center;
}
@media (max-width: 500px) {
  body.single-sucursal .hook, main.single-sucursal .hook {
    transform: translateY(-12rem);
  }
}
body.single-sucursal .menu-header, main.single-sucursal .menu-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: sticky;
  background: var(--color-canvas);
  padding: 0.5rem;
  z-index: 2;
  top: 0;
  gap: 2em;
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}
body.single-sucursal .menu-header .menu-logo, main.single-sucursal .menu-header .menu-logo {
  width: 4rem;
}
body.single-sucursal .menu-header .buttons, main.single-sucursal .menu-header .buttons {
  gap: 0;
}
body.single-sucursal .menu-header button, main.single-sucursal .menu-header button {
  font-size: 1.25em;
}
body.single-sucursal .menu-header .top, main.single-sucursal .menu-header .top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
body.single-sucursal .menu-header .top .logo-container, main.single-sucursal .menu-header .top .logo-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
body.single-sucursal .menu-header .top .logo-container .menu-title, main.single-sucursal .menu-header .top .logo-container .menu-title {
  font-size: 2em;
  color: var(--color-content-low);
  font-weight: 400;
}
body.single-sucursal .menu-header .top button.outline, main.single-sucursal .menu-header .top button.outline {
  color: var(--color-main);
  box-shadow: inset 0px 0px 0px 2px var(--color-main);
}
body.single-sucursal .menu-header .top button.outline i, main.single-sucursal .menu-header .top button.outline i {
  font-size: 1.125em;
}

.sucursal-popup {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  z-index: 999;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
}
.sucursal-popup_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
  width: 80%;
  border-radius: 3.2rem;
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
  padding: 3em;
  gap: 1.5em;
}
.sucursal-popup_content button {
  width: -moz-fit-content;
  width: fit-content;
}
.sucursal-popup_content .button-close {
  position: absolute;
  right: 1em;
  top: 1em;
}
.sucursal-popup_content.form .promo-img {
  display: none;
}
.sucursal-popup_content.promo button {
  position: absolute;
}
.sucursal-popup_content.promo .promo-img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}

.cards-container-menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
  padding: 2rem 0;
  gap: 1rem;
}

.cards-display {
  flex-direction: row;
}
.cards-display .card-menu {
  width: calc(50% - 0.5rem);
  align-self: normal;
  flex-direction: column;
  padding: 2em 0.75em;
}
.cards-display .card-menu .card_image {
  width: 100%;
  align-self: start;
}
.cards-display .card-menu .card_header {
  flex-direction: column;
  align-items: start;
  gap: 0.5em;
}

.list-display .card-menu .card_image {
  display: none;
}

.banner-display .card-menu {
  flex-direction: column;
}
.banner-display .card-menu .card_header {
  flex-direction: column;
  align-items: flex-start;
}
.banner-display .card-menu .card_content {
  flex: unset;
}
.banner-display .card-menu .card_tag {
  position: absolute;
  top: 1em;
  left: 1em;
  margin-top: 1em;
}

.card-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  border-bottom: solid 1px var(--color-border);
  color: var(--color-content);
  gap: 1em;
  padding: 1.5em 0.75em;
  width: 100%;
  cursor: unset;
}
.card-menu.agotado .card_description, .card-menu.agotado .card_image, .card-menu.agotado .card_tag, .card-menu.agotado .card_cat, .card-menu.agotado h4 {
  opacity: 0.3;
}
.card-menu.agotado .card_price {
  display: none;
}
.card-menu.agotado .card_image, .card-menu.agotado .card_tag, .card-menu.agotado .card_cat {
  filter: saturate(0.3);
}
.card-menu.agotado::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 2;
}
.card-menu .agotado-label {
  font-size: 1.25em;
  font-weight: 400;
  color: var(--color-main);
  z-index: 3;
}
.card-menu .card_image {
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 4/3;
}
.card-menu .card_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 1rem;
  flex-wrap: nowrap;
}
.card-menu .card_title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0;
  font-size: 1.5em;
  font-weight: 500;
}
.card-menu .card_content {
  gap: 0.5em;
}
.card-menu .card_tag {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.5em;
}
.card-menu .card_tag span {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: normal;
  font-size: 0.875em;
  font-weight: 400;
  color: var(--color-content);
  padding: 0.25em 0.5em;
  border-radius: 5px;
  gap: 0.25em;
}
.card-menu .card_tag span img {
  aspect-ratio: 1/1;
  filter: brightness(1);
  width: 1.25em;
}
.card-menu .card_cat {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.card-menu .card_cat span {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: normal;
  font-size: 1.125em;
  font-weight: 400;
  color: var(--color-content);
  padding: 0.5rem 1rem;
  border-radius: 5px;
  gap: 0.5rem;
}
.card-menu .card_cat span img {
  aspect-ratio: 1/1;
  filter: brightness(1);
  width: 2rem;
}
.card-menu .agotado-label {
  background: var(--color-main);
}
.card-menu .card_price {
  font-weight: 400;
  font-size: 1.5em;
  color: var(--color-main);
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.card-menu .card_price span {
  color: inherit;
}
.card-menu .card_price del {
  color: var(--color-content-low);
}
.card-menu .card_price ins {
  text-decoration: none;
}
.card-menu .card_description {
  font-weight: 300;
  font-size: 1.125em;
  line-height: 130%;
}
.card-menu .card_buttons {
  display: none;
}
.card-menu .card_marks {
  width: -moz-max-content;
  width: max-content;
  aspect-ratio: unset;
  position: relative;
  flex-direction: row;
  order: 3;
}

@media (min-width: 768px) {
  .menu-wrapper {
    padding: 2rem; /* Devolvemos el padding original */
    display: block;
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    justify-items: center;
    margin-top: 6em;
  }
  .menu-header {
    top: var(--header-height) !important;
  }
  .menu-section {
    margin: 0 0 2em !important;
  }
}
.size-xs {
  font-size: 0.75em;
}

.size-s {
  font-size: 1.4rem;
}

.size-m {
  font-size: 1.6rem;
}

.size-l {
  font-size: 2rem;
}

.size-xl {
  font-size: 2.4rem;
}

.size-xxl {
  font-size: 3rem;
}

.font-size-12 {
  font-size: 0.75em;
}

.font-size-14 {
  font-size: 0.875em;
}

.font-size-16 {
  font-size: 1em;
}

.font-size-18 {
  font-size: 1.125em;
}

.font-size-20 {
  font-size: 1.25em;
}

.font-size-24 {
  font-size: 1.5em;
}

.font-size-28 {
  font-size: 1.75em;
}

.font-size-32 {
  font-size: 2em;
}

.font-size-36 {
  font-size: 2.25em;
}

.font-size-40 {
  font-size: 2.5em;
}

.font-size-48 {
  font-size: 3em;
}

.font-size-56 {
  font-size: 3.5em;
}

.font-size-64 {
  font-size: 4em;
}

.font-size-72 {
  font-size: 4.5em;
}

.font-size-80 {
  font-size: 5em;
}

.font-size-96 {
  font-size: 6em;
}

.font-size-112 {
  font-size: 7em;
}

.font-size-128 {
  font-size: 8em;
}

.font-size-144 {
  font-size: 9em;
}

.font-size-160 {
  font-size: 10em;
}

.font-size-176 {
  font-size: 11em;
}

.font-size-192 {
  font-size: 12em;
}

.font-size-208 {
  font-size: 13em;
}

.font-size-224 {
  font-size: 14em;
}

:root {
  --shadow-color: rgba(54, 54, 54, 0.12);
}

[data-mode=dark] {
  --shadow-color: rgba(192, 192, 192, 0.08);
}

.shadow-none {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0 1px 2px 0 var(--shadow-color);
}

.shadow-2 {
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}

.shadow-3 {
  box-shadow: 0 1px 2px 0 var(--shadow-color), 0 4px 8px -2px var(--shadow-color);
}

.shadow-4 {
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}

.shadow-5 {
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}

.material-symbols-outlined,
.material-symbols-filled,
.material-symbols-rounded,
.material-symbols-sharp {
  font-family: "Material Symbols Rounded", sans-serif; /* Usamos la familia que cargamos */
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* o el tamaño que prefieras */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/* Segundo, controlamos la variación de CADA estilo */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0; /* Relleno: NO */
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1; /* Relleno: SÍ */
}

/* Para Sharp, la fuente Rounded no funciona bien.
   Si realmente necesitas Sharp, la estrategia original de cargar
   la familia correcta era la adecuada. Pero para Outlined/Filled/Rounded,
   este método es superior. */
.material-symbols-sharp {
  font-family: "Material Symbols Sharp", sans-serif; /* Requeriría su propia carga */
}

.cards-container-product {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
  width: 100%;
}

.card-product {
  flex-direction: column;
  min-width: 18rem;
}
.card-product .card_media {
  width: 100%;
}

.size-xs {
  font-size: 0.75em;
}

.size-s {
  font-size: 1.4rem;
}

.size-m {
  font-size: 1.6rem;
}

.size-l {
  font-size: 2rem;
}

.size-xl {
  font-size: 2.4rem;
}

.size-xxl {
  font-size: 3rem;
}

.font-size-12 {
  font-size: 0.75em;
}

.font-size-14 {
  font-size: 0.875em;
}

.font-size-16 {
  font-size: 1em;
}

.font-size-18 {
  font-size: 1.125em;
}

.font-size-20 {
  font-size: 1.25em;
}

.font-size-24 {
  font-size: 1.5em;
}

.font-size-28 {
  font-size: 1.75em;
}

.font-size-32 {
  font-size: 2em;
}

.font-size-36 {
  font-size: 2.25em;
}

.font-size-40 {
  font-size: 2.5em;
}

.font-size-48 {
  font-size: 3em;
}

.font-size-56 {
  font-size: 3.5em;
}

.font-size-64 {
  font-size: 4em;
}

.font-size-72 {
  font-size: 4.5em;
}

.font-size-80 {
  font-size: 5em;
}

.font-size-96 {
  font-size: 6em;
}

.font-size-112 {
  font-size: 7em;
}

.font-size-128 {
  font-size: 8em;
}

.font-size-144 {
  font-size: 9em;
}

.font-size-160 {
  font-size: 10em;
}

.font-size-176 {
  font-size: 11em;
}

.font-size-192 {
  font-size: 12em;
}

.font-size-208 {
  font-size: 13em;
}

.font-size-224 {
  font-size: 14em;
}

:root {
  --shadow-color: rgba(54, 54, 54, 0.12);
}

[data-mode=dark] {
  --shadow-color: rgba(192, 192, 192, 0.08);
}

.shadow-none {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0 1px 2px 0 var(--shadow-color);
}

.shadow-2 {
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}

.shadow-3 {
  box-shadow: 0 1px 2px 0 var(--shadow-color), 0 4px 8px -2px var(--shadow-color);
}

.shadow-4 {
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}

.shadow-5 {
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}

.material-symbols-outlined,
.material-symbols-filled,
.material-symbols-rounded,
.material-symbols-sharp {
  font-family: "Material Symbols Rounded", sans-serif; /* Usamos la familia que cargamos */
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* o el tamaño que prefieras */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/* Segundo, controlamos la variación de CADA estilo */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0; /* Relleno: NO */
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1; /* Relleno: SÍ */
}

/* Para Sharp, la fuente Rounded no funciona bien.
   Si realmente necesitas Sharp, la estrategia original de cargar
   la familia correcta era la adecuada. Pero para Outlined/Filled/Rounded,
   este método es superior. */
.material-symbols-sharp {
  font-family: "Material Symbols Sharp", sans-serif; /* Requeriría su propia carga */
}

.card-local {
  border-radius: 0.8rem;
  gap: 1em;
}
.card-local .card_info {
  gap: 0.5em;
  padding: 0.5em;
}
.card-local .card_title {
  font-size: 1.75em;
  font-weight: 500;
  font-family: var(--titles-typography);
  letter-spacing: 0.05em;
  text-align: center;
}
.card-local .card_subtitle {
  font-size: 1.25em;
  font-weight: 400;
  font-family: var(--texts-typography);
  color: var(--primary-main);
  text-align: center;
}
.card-local .card_excerpt {
  font-size: 1em;
  font-weight: 400;
  text-align: center;
}
.card-local .card_action button {
  border-radius: 0;
  background: var(--primary-surface);
  color: var(--primary-main);
}
.card-local .card_action button:hover, .card-local .card_action button:focus {
  background: var(--primary-surface-hover);
  color: var(--primary-active);
}

.size-xs {
  font-size: 0.75em;
}

.size-s {
  font-size: 1.4rem;
}

.size-m {
  font-size: 1.6rem;
}

.size-l {
  font-size: 2rem;
}

.size-xl {
  font-size: 2.4rem;
}

.size-xxl {
  font-size: 3rem;
}

.font-size-12 {
  font-size: 0.75em;
}

.font-size-14 {
  font-size: 0.875em;
}

.font-size-16 {
  font-size: 1em;
}

.font-size-18 {
  font-size: 1.125em;
}

.font-size-20 {
  font-size: 1.25em;
}

.font-size-24 {
  font-size: 1.5em;
}

.font-size-28 {
  font-size: 1.75em;
}

.font-size-32 {
  font-size: 2em;
}

.font-size-36 {
  font-size: 2.25em;
}

.font-size-40 {
  font-size: 2.5em;
}

.font-size-48 {
  font-size: 3em;
}

.font-size-56 {
  font-size: 3.5em;
}

.font-size-64 {
  font-size: 4em;
}

.font-size-72 {
  font-size: 4.5em;
}

.font-size-80 {
  font-size: 5em;
}

.font-size-96 {
  font-size: 6em;
}

.font-size-112 {
  font-size: 7em;
}

.font-size-128 {
  font-size: 8em;
}

.font-size-144 {
  font-size: 9em;
}

.font-size-160 {
  font-size: 10em;
}

.font-size-176 {
  font-size: 11em;
}

.font-size-192 {
  font-size: 12em;
}

.font-size-208 {
  font-size: 13em;
}

.font-size-224 {
  font-size: 14em;
}

:root {
  --shadow-color: rgba(54, 54, 54, 0.12);
}

[data-mode=dark] {
  --shadow-color: rgba(192, 192, 192, 0.08);
}

.shadow-none {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0 1px 2px 0 var(--shadow-color);
}

.shadow-2 {
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}

.shadow-3 {
  box-shadow: 0 1px 2px 0 var(--shadow-color), 0 4px 8px -2px var(--shadow-color);
}

.shadow-4 {
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}

.shadow-5 {
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}

.material-symbols-outlined,
.material-symbols-filled,
.material-symbols-rounded,
.material-symbols-sharp {
  font-family: "Material Symbols Rounded", sans-serif; /* Usamos la familia que cargamos */
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* o el tamaño que prefieras */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/* Segundo, controlamos la variación de CADA estilo */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0; /* Relleno: NO */
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1; /* Relleno: SÍ */
}

/* Para Sharp, la fuente Rounded no funciona bien.
   Si realmente necesitas Sharp, la estrategia original de cargar
   la familia correcta era la adecuada. Pero para Outlined/Filled/Rounded,
   este método es superior. */
.material-symbols-sharp {
  font-family: "Material Symbols Sharp", sans-serif; /* Requeriría su propia carga */
}

.card-category {
  position: relative;
  z-index: 1;
  padding: 1em;
  margin: auto;
  width: 100%;
  height: 100%;
  text-align: center;
  background: var(--color-content);
  box-shadow: none;
  border: none;
  border-radius: 1.6rem;
  color: var(--color-content);
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
.card-category .card_title {
  font-size: 2em;
  text-align: center;
  width: 100%;
  font-weight: 600;
  letter-spacing: 2px;
}
.card-category .card_image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  filter: brightness(0.5);
  height: 100%;
}
.card-category:hover .card_image {
  transform: scale(1.05);
  transition: 0.2s ease-in-out;
}

.size-xs {
  font-size: 0.75em;
}

.size-s {
  font-size: 1.4rem;
}

.size-m {
  font-size: 1.6rem;
}

.size-l {
  font-size: 2rem;
}

.size-xl {
  font-size: 2.4rem;
}

.size-xxl {
  font-size: 3rem;
}

.font-size-12 {
  font-size: 0.75em;
}

.font-size-14 {
  font-size: 0.875em;
}

.font-size-16 {
  font-size: 1em;
}

.font-size-18 {
  font-size: 1.125em;
}

.font-size-20 {
  font-size: 1.25em;
}

.font-size-24 {
  font-size: 1.5em;
}

.font-size-28 {
  font-size: 1.75em;
}

.font-size-32 {
  font-size: 2em;
}

.font-size-36 {
  font-size: 2.25em;
}

.font-size-40 {
  font-size: 2.5em;
}

.font-size-48 {
  font-size: 3em;
}

.font-size-56 {
  font-size: 3.5em;
}

.font-size-64 {
  font-size: 4em;
}

.font-size-72 {
  font-size: 4.5em;
}

.font-size-80 {
  font-size: 5em;
}

.font-size-96 {
  font-size: 6em;
}

.font-size-112 {
  font-size: 7em;
}

.font-size-128 {
  font-size: 8em;
}

.font-size-144 {
  font-size: 9em;
}

.font-size-160 {
  font-size: 10em;
}

.font-size-176 {
  font-size: 11em;
}

.font-size-192 {
  font-size: 12em;
}

.font-size-208 {
  font-size: 13em;
}

.font-size-224 {
  font-size: 14em;
}

:root {
  --shadow-color: rgba(54, 54, 54, 0.12);
}

[data-mode=dark] {
  --shadow-color: rgba(192, 192, 192, 0.08);
}

.shadow-none {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0 1px 2px 0 var(--shadow-color);
}

.shadow-2 {
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}

.shadow-3 {
  box-shadow: 0 1px 2px 0 var(--shadow-color), 0 4px 8px -2px var(--shadow-color);
}

.shadow-4 {
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}

.shadow-5 {
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}

.material-symbols-outlined,
.material-symbols-filled,
.material-symbols-rounded,
.material-symbols-sharp {
  font-family: "Material Symbols Rounded", sans-serif; /* Usamos la familia que cargamos */
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* o el tamaño que prefieras */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/* Segundo, controlamos la variación de CADA estilo */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0; /* Relleno: NO */
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1; /* Relleno: SÍ */
}

/* Para Sharp, la fuente Rounded no funciona bien.
   Si realmente necesitas Sharp, la estrategia original de cargar
   la familia correcta era la adecuada. Pero para Outlined/Filled/Rounded,
   este método es superior. */
.material-symbols-sharp {
  font-family: "Material Symbols Sharp", sans-serif; /* Requeriría su propia carga */
}

.cards-container-counter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3em;
}

.slider-cards .card.card-counter {
  max-width: 25rem;
  margin: 1rem;
}

.card-counter {
  min-width: 25rem;
  flex: 1;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-shadow: none;
  border-radius: none;
  background: none;
  border: none;
  align-self: normal;
  gap: 1.5em;
}
.card-counter .card_content {
  align-items: center;
  gap: 0.75em;
}
.card-counter .card_image {
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 5em;
}
.card-counter .card_buttons button {
  width: -moz-fit-content;
  width: fit-content;
}
.card-counter .card_number {
  order: 1;
  font-size: 3em;
  font-weight: 600;
  color: var(--color-content);
}
.card-counter .card_number::before {
  content: "+ ";
}
.card-counter .card_title {
  font-size: 1.5em;
  color: var(--color-main);
  text-align: center;
  padding: 0;
  order: 2;
}

.size-xs {
  font-size: 0.75em;
}

.size-s {
  font-size: 1.4rem;
}

.size-m {
  font-size: 1.6rem;
}

.size-l {
  font-size: 2rem;
}

.size-xl {
  font-size: 2.4rem;
}

.size-xxl {
  font-size: 3rem;
}

.font-size-12 {
  font-size: 0.75em;
}

.font-size-14 {
  font-size: 0.875em;
}

.font-size-16 {
  font-size: 1em;
}

.font-size-18 {
  font-size: 1.125em;
}

.font-size-20 {
  font-size: 1.25em;
}

.font-size-24 {
  font-size: 1.5em;
}

.font-size-28 {
  font-size: 1.75em;
}

.font-size-32 {
  font-size: 2em;
}

.font-size-36 {
  font-size: 2.25em;
}

.font-size-40 {
  font-size: 2.5em;
}

.font-size-48 {
  font-size: 3em;
}

.font-size-56 {
  font-size: 3.5em;
}

.font-size-64 {
  font-size: 4em;
}

.font-size-72 {
  font-size: 4.5em;
}

.font-size-80 {
  font-size: 5em;
}

.font-size-96 {
  font-size: 6em;
}

.font-size-112 {
  font-size: 7em;
}

.font-size-128 {
  font-size: 8em;
}

.font-size-144 {
  font-size: 9em;
}

.font-size-160 {
  font-size: 10em;
}

.font-size-176 {
  font-size: 11em;
}

.font-size-192 {
  font-size: 12em;
}

.font-size-208 {
  font-size: 13em;
}

.font-size-224 {
  font-size: 14em;
}

:root {
  --shadow-color: rgba(54, 54, 54, 0.12);
}

[data-mode=dark] {
  --shadow-color: rgba(192, 192, 192, 0.08);
}

.shadow-none {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0 1px 2px 0 var(--shadow-color);
}

.shadow-2 {
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}

.shadow-3 {
  box-shadow: 0 1px 2px 0 var(--shadow-color), 0 4px 8px -2px var(--shadow-color);
}

.shadow-4 {
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}

.shadow-5 {
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}

.material-symbols-outlined,
.material-symbols-filled,
.material-symbols-rounded,
.material-symbols-sharp {
  font-family: "Material Symbols Rounded", sans-serif; /* Usamos la familia que cargamos */
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* o el tamaño que prefieras */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/* Segundo, controlamos la variación de CADA estilo */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0; /* Relleno: NO */
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1; /* Relleno: SÍ */
}

/* Para Sharp, la fuente Rounded no funciona bien.
   Si realmente necesitas Sharp, la estrategia original de cargar
   la familia correcta era la adecuada. Pero para Outlined/Filled/Rounded,
   este método es superior. */
.material-symbols-sharp {
  font-family: "Material Symbols Sharp", sans-serif; /* Requeriría su propia carga */
}

.cards-container-page {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0;
}

.slider-cards .card.card-page {
  max-width: 25rem;
  margin: 1rem;
}

.card-page {
  gap: 1.5em;
  width: 100%;
  box-shadow: none;
  flex: 1;
  min-width: 25rem;
  align-self: normal;
}
.card-page .card_image {
  aspect-ratio: 16/9;
  border-radius: 0.75em;
  align-self: start;
}
.card-page .card_content {
  gap: 1em;
}
.card-page .card_buttons {
  align-self: end;
}

.size-xs {
  font-size: 0.75em;
}

.size-s {
  font-size: 1.4rem;
}

.size-m {
  font-size: 1.6rem;
}

.size-l {
  font-size: 2rem;
}

.size-xl {
  font-size: 2.4rem;
}

.size-xxl {
  font-size: 3rem;
}

.font-size-12 {
  font-size: 0.75em;
}

.font-size-14 {
  font-size: 0.875em;
}

.font-size-16 {
  font-size: 1em;
}

.font-size-18 {
  font-size: 1.125em;
}

.font-size-20 {
  font-size: 1.25em;
}

.font-size-24 {
  font-size: 1.5em;
}

.font-size-28 {
  font-size: 1.75em;
}

.font-size-32 {
  font-size: 2em;
}

.font-size-36 {
  font-size: 2.25em;
}

.font-size-40 {
  font-size: 2.5em;
}

.font-size-48 {
  font-size: 3em;
}

.font-size-56 {
  font-size: 3.5em;
}

.font-size-64 {
  font-size: 4em;
}

.font-size-72 {
  font-size: 4.5em;
}

.font-size-80 {
  font-size: 5em;
}

.font-size-96 {
  font-size: 6em;
}

.font-size-112 {
  font-size: 7em;
}

.font-size-128 {
  font-size: 8em;
}

.font-size-144 {
  font-size: 9em;
}

.font-size-160 {
  font-size: 10em;
}

.font-size-176 {
  font-size: 11em;
}

.font-size-192 {
  font-size: 12em;
}

.font-size-208 {
  font-size: 13em;
}

.font-size-224 {
  font-size: 14em;
}

:root {
  --shadow-color: rgba(54, 54, 54, 0.12);
}

[data-mode=dark] {
  --shadow-color: rgba(192, 192, 192, 0.08);
}

.shadow-none {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0 1px 2px 0 var(--shadow-color);
}

.shadow-2 {
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}

.shadow-3 {
  box-shadow: 0 1px 2px 0 var(--shadow-color), 0 4px 8px -2px var(--shadow-color);
}

.shadow-4 {
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}

.shadow-5 {
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}

.material-symbols-outlined,
.material-symbols-filled,
.material-symbols-rounded,
.material-symbols-sharp {
  font-family: "Material Symbols Rounded", sans-serif; /* Usamos la familia que cargamos */
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* o el tamaño que prefieras */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/* Segundo, controlamos la variación de CADA estilo */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0; /* Relleno: NO */
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1; /* Relleno: SÍ */
}

/* Para Sharp, la fuente Rounded no funciona bien.
   Si realmente necesitas Sharp, la estrategia original de cargar
   la familia correcta era la adecuada. Pero para Outlined/Filled/Rounded,
   este método es superior. */
.material-symbols-sharp {
  font-family: "Material Symbols Sharp", sans-serif; /* Requeriría su propia carga */
}

.cards-container-icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3em;
  flex-wrap: wrap;
  margin: 0;
}

.slider-cards .card.card-icon {
  max-width: 20rem;
  margin: 1rem;
}

.card-icon {
  min-width: 25rem;
  flex: 1;
  flex-direction: column;
  width: 100%;
  box-shadow: none;
  border-radius: none;
  background: none;
  border: none;
  align-self: normal;
  gap: 1.5em;
}
.card-icon .card_content {
  align-items: start;
  gap: 0.75em;
}
.card-icon .card_image {
  aspect-ratio: unset;
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 5em;
}
.card-icon .card_buttons button {
  width: -moz-fit-content;
  width: fit-content;
}

.size-xs {
  font-size: 0.75em;
}

.size-s {
  font-size: 1.4rem;
}

.size-m {
  font-size: 1.6rem;
}

.size-l {
  font-size: 2rem;
}

.size-xl {
  font-size: 2.4rem;
}

.size-xxl {
  font-size: 3rem;
}

.font-size-12 {
  font-size: 0.75em;
}

.font-size-14 {
  font-size: 0.875em;
}

.font-size-16 {
  font-size: 1em;
}

.font-size-18 {
  font-size: 1.125em;
}

.font-size-20 {
  font-size: 1.25em;
}

.font-size-24 {
  font-size: 1.5em;
}

.font-size-28 {
  font-size: 1.75em;
}

.font-size-32 {
  font-size: 2em;
}

.font-size-36 {
  font-size: 2.25em;
}

.font-size-40 {
  font-size: 2.5em;
}

.font-size-48 {
  font-size: 3em;
}

.font-size-56 {
  font-size: 3.5em;
}

.font-size-64 {
  font-size: 4em;
}

.font-size-72 {
  font-size: 4.5em;
}

.font-size-80 {
  font-size: 5em;
}

.font-size-96 {
  font-size: 6em;
}

.font-size-112 {
  font-size: 7em;
}

.font-size-128 {
  font-size: 8em;
}

.font-size-144 {
  font-size: 9em;
}

.font-size-160 {
  font-size: 10em;
}

.font-size-176 {
  font-size: 11em;
}

.font-size-192 {
  font-size: 12em;
}

.font-size-208 {
  font-size: 13em;
}

.font-size-224 {
  font-size: 14em;
}

:root {
  --shadow-color: rgba(54, 54, 54, 0.12);
}

[data-mode=dark] {
  --shadow-color: rgba(192, 192, 192, 0.08);
}

.shadow-none {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0 1px 2px 0 var(--shadow-color);
}

.shadow-2 {
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}

.shadow-3 {
  box-shadow: 0 1px 2px 0 var(--shadow-color), 0 4px 8px -2px var(--shadow-color);
}

.shadow-4 {
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}

.shadow-5 {
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}

.material-symbols-outlined,
.material-symbols-filled,
.material-symbols-rounded,
.material-symbols-sharp {
  font-family: "Material Symbols Rounded", sans-serif; /* Usamos la familia que cargamos */
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* o el tamaño que prefieras */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/* Segundo, controlamos la variación de CADA estilo */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0; /* Relleno: NO */
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1; /* Relleno: SÍ */
}

/* Para Sharp, la fuente Rounded no funciona bien.
   Si realmente necesitas Sharp, la estrategia original de cargar
   la familia correcta era la adecuada. Pero para Outlined/Filled/Rounded,
   este método es superior. */
.material-symbols-sharp {
  font-family: "Material Symbols Sharp", sans-serif; /* Requeriría su propia carga */
}

.cards-container-logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3em;
  flex-wrap: wrap;
  margin: 0;
}

.slider-cards .card.card-logo {
  max-width: 20rem;
  margin: 1rem;
}

.card-logo {
  min-width: 25rem;
  flex: 1;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-shadow: none;
  border-radius: none;
  background: none;
  border: none;
  align-self: normal;
  gap: 1.5em;
}
.card-logo .card_content {
  align-items: center;
  text-align: center;
  gap: 0.75em;
  max-width: 15em;
}
.card-logo .card_image {
  aspect-ratio: unset;
  aspect-ratio: 1/1;
  width: 8em;
}
.card-logo .card_image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.card-logo .card_buttons {
  width: auto;
}
.card-logo .card_buttons button {
  width: -moz-fit-content;
  width: fit-content;
}

.size-xs {
  font-size: 0.75em;
}

.size-s {
  font-size: 1.4rem;
}

.size-m {
  font-size: 1.6rem;
}

.size-l {
  font-size: 2rem;
}

.size-xl {
  font-size: 2.4rem;
}

.size-xxl {
  font-size: 3rem;
}

.font-size-12 {
  font-size: 0.75em;
}

.font-size-14 {
  font-size: 0.875em;
}

.font-size-16 {
  font-size: 1em;
}

.font-size-18 {
  font-size: 1.125em;
}

.font-size-20 {
  font-size: 1.25em;
}

.font-size-24 {
  font-size: 1.5em;
}

.font-size-28 {
  font-size: 1.75em;
}

.font-size-32 {
  font-size: 2em;
}

.font-size-36 {
  font-size: 2.25em;
}

.font-size-40 {
  font-size: 2.5em;
}

.font-size-48 {
  font-size: 3em;
}

.font-size-56 {
  font-size: 3.5em;
}

.font-size-64 {
  font-size: 4em;
}

.font-size-72 {
  font-size: 4.5em;
}

.font-size-80 {
  font-size: 5em;
}

.font-size-96 {
  font-size: 6em;
}

.font-size-112 {
  font-size: 7em;
}

.font-size-128 {
  font-size: 8em;
}

.font-size-144 {
  font-size: 9em;
}

.font-size-160 {
  font-size: 10em;
}

.font-size-176 {
  font-size: 11em;
}

.font-size-192 {
  font-size: 12em;
}

.font-size-208 {
  font-size: 13em;
}

.font-size-224 {
  font-size: 14em;
}

:root {
  --shadow-color: rgba(54, 54, 54, 0.12);
}

[data-mode=dark] {
  --shadow-color: rgba(192, 192, 192, 0.08);
}

.shadow-none {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0 1px 2px 0 var(--shadow-color);
}

.shadow-2 {
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}

.shadow-3 {
  box-shadow: 0 1px 2px 0 var(--shadow-color), 0 4px 8px -2px var(--shadow-color);
}

.shadow-4 {
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}

.shadow-5 {
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}

.material-symbols-outlined,
.material-symbols-filled,
.material-symbols-rounded,
.material-symbols-sharp {
  font-family: "Material Symbols Rounded", sans-serif; /* Usamos la familia que cargamos */
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* o el tamaño que prefieras */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/* Segundo, controlamos la variación de CADA estilo */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0; /* Relleno: NO */
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1; /* Relleno: SÍ */
}

/* Para Sharp, la fuente Rounded no funciona bien.
   Si realmente necesitas Sharp, la estrategia original de cargar
   la familia correcta era la adecuada. Pero para Outlined/Filled/Rounded,
   este método es superior. */
.material-symbols-sharp {
  font-family: "Material Symbols Sharp", sans-serif; /* Requeriría su propia carga */
}

.cards-container-review {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(35rem, 1fr));
  gap: 2rem;
  margin: 0;
}

.slider-cards .card {
  max-width: 35rem;
  margin: 1rem;
}

.card-review {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  background: var(--neutral-surface);
  width: 100%;
  text-align: center;
  color: inherit;
  align-self: normal;
  padding: 1rem;
  gap: 1rem;
  border-radius: 5px;
}
.card-review .card_iframe,
.card-review .card_number,
.card-review .card_marks,
.card-review .card_buttons {
  display: none;
}
.card-review .card_content {
  justify-content: flex-start;
  flex: 1;
  gap: 0.5rem;
}
.card-review .card_title {
  font-size: 2.2rem;
  padding: 0;
  text-align: left;
  color: var(--color-main);
}
.card-review .card_subtitle {
  font-size: 1em;
  padding: 0.25em 0.5em;
  border-radius: 2px;
  text-align: left;
  font-weight: 500;
  order: 4;
  background: var(--color-surface-hover);
  color: var(--color-content);
}
.card-review .card_excerpt {
  width: auto;
  text-align: left;
  display: block;
  position: relative;
  background: none;
  color: inherit;
  padding: 0;
  aspect-ratio: unset;
  opacity: 1;
}
.card-review .card_excerpt p {
  font-size: 1.4rem;
  padding: 0;
}
.card-review .card_image {
  width: auto;
}
.card-review .card_image img {
  aspect-ratio: 1/1;
  height: 100%;
  max-width: 5rem;
  border-radius: 50%;
}

.size-xs {
  font-size: 0.75em;
}

.size-s {
  font-size: 1.4rem;
}

.size-m {
  font-size: 1.6rem;
}

.size-l {
  font-size: 2rem;
}

.size-xl {
  font-size: 2.4rem;
}

.size-xxl {
  font-size: 3rem;
}

.font-size-12 {
  font-size: 0.75em;
}

.font-size-14 {
  font-size: 0.875em;
}

.font-size-16 {
  font-size: 1em;
}

.font-size-18 {
  font-size: 1.125em;
}

.font-size-20 {
  font-size: 1.25em;
}

.font-size-24 {
  font-size: 1.5em;
}

.font-size-28 {
  font-size: 1.75em;
}

.font-size-32 {
  font-size: 2em;
}

.font-size-36 {
  font-size: 2.25em;
}

.font-size-40 {
  font-size: 2.5em;
}

.font-size-48 {
  font-size: 3em;
}

.font-size-56 {
  font-size: 3.5em;
}

.font-size-64 {
  font-size: 4em;
}

.font-size-72 {
  font-size: 4.5em;
}

.font-size-80 {
  font-size: 5em;
}

.font-size-96 {
  font-size: 6em;
}

.font-size-112 {
  font-size: 7em;
}

.font-size-128 {
  font-size: 8em;
}

.font-size-144 {
  font-size: 9em;
}

.font-size-160 {
  font-size: 10em;
}

.font-size-176 {
  font-size: 11em;
}

.font-size-192 {
  font-size: 12em;
}

.font-size-208 {
  font-size: 13em;
}

.font-size-224 {
  font-size: 14em;
}

:root {
  --shadow-color: rgba(54, 54, 54, 0.12);
}

[data-mode=dark] {
  --shadow-color: rgba(192, 192, 192, 0.08);
}

.shadow-none {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0 1px 2px 0 var(--shadow-color);
}

.shadow-2 {
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}

.shadow-3 {
  box-shadow: 0 1px 2px 0 var(--shadow-color), 0 4px 8px -2px var(--shadow-color);
}

.shadow-4 {
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}

.shadow-5 {
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}

.material-symbols-outlined,
.material-symbols-filled,
.material-symbols-rounded,
.material-symbols-sharp {
  font-family: "Material Symbols Rounded", sans-serif; /* Usamos la familia que cargamos */
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* o el tamaño que prefieras */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/* Segundo, controlamos la variación de CADA estilo */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0; /* Relleno: NO */
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1; /* Relleno: SÍ */
}

/* Para Sharp, la fuente Rounded no funciona bien.
   Si realmente necesitas Sharp, la estrategia original de cargar
   la familia correcta era la adecuada. Pero para Outlined/Filled/Rounded,
   este método es superior. */
.material-symbols-sharp {
  font-family: "Material Symbols Sharp", sans-serif; /* Requeriría su propia carga */
}

.contact-data {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0;
  align-items: inherit;
}

.size-xs {
  font-size: 0.75em;
}

.size-s {
  font-size: 1.4rem;
}

.size-m {
  font-size: 1.6rem;
}

.size-l {
  font-size: 2rem;
}

.size-xl {
  font-size: 2.4rem;
}

.size-xxl {
  font-size: 3rem;
}

.font-size-12 {
  font-size: 0.75em;
}

.font-size-14 {
  font-size: 0.875em;
}

.font-size-16 {
  font-size: 1em;
}

.font-size-18 {
  font-size: 1.125em;
}

.font-size-20 {
  font-size: 1.25em;
}

.font-size-24 {
  font-size: 1.5em;
}

.font-size-28 {
  font-size: 1.75em;
}

.font-size-32 {
  font-size: 2em;
}

.font-size-36 {
  font-size: 2.25em;
}

.font-size-40 {
  font-size: 2.5em;
}

.font-size-48 {
  font-size: 3em;
}

.font-size-56 {
  font-size: 3.5em;
}

.font-size-64 {
  font-size: 4em;
}

.font-size-72 {
  font-size: 4.5em;
}

.font-size-80 {
  font-size: 5em;
}

.font-size-96 {
  font-size: 6em;
}

.font-size-112 {
  font-size: 7em;
}

.font-size-128 {
  font-size: 8em;
}

.font-size-144 {
  font-size: 9em;
}

.font-size-160 {
  font-size: 10em;
}

.font-size-176 {
  font-size: 11em;
}

.font-size-192 {
  font-size: 12em;
}

.font-size-208 {
  font-size: 13em;
}

.font-size-224 {
  font-size: 14em;
}

:root {
  --shadow-color: rgba(54, 54, 54, 0.12);
}

[data-mode=dark] {
  --shadow-color: rgba(192, 192, 192, 0.08);
}

.shadow-none {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0 1px 2px 0 var(--shadow-color);
}

.shadow-2 {
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}

.shadow-3 {
  box-shadow: 0 1px 2px 0 var(--shadow-color), 0 4px 8px -2px var(--shadow-color);
}

.shadow-4 {
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}

.shadow-5 {
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}

.material-symbols-outlined,
.material-symbols-filled,
.material-symbols-rounded,
.material-symbols-sharp {
  font-family: "Material Symbols Rounded", sans-serif; /* Usamos la familia que cargamos */
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* o el tamaño que prefieras */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/* Segundo, controlamos la variación de CADA estilo */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0; /* Relleno: NO */
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1; /* Relleno: SÍ */
}

/* Para Sharp, la fuente Rounded no funciona bien.
   Si realmente necesitas Sharp, la estrategia original de cargar
   la familia correcta era la adecuada. Pero para Outlined/Filled/Rounded,
   este método es superior. */
.material-symbols-sharp {
  font-family: "Material Symbols Sharp", sans-serif; /* Requeriría su propia carga */
}

.cards-container.cards-container-destino {
  display: flex;
  flex-direction: column;
}
.cards-container.cards-container-destino .card-archivo {
  max-width: 25rem;
}
.cards-container.cards-container-destino .card-archivo .card_title {
  font-size: 1.5em;
}
.cards-container.cards-container-destino .card-archivo .card_excerpt {
  display: none;
}

.card-destino .card_title {
  font-size: 3em;
}

.destination-step-container {
  justify-content: flex-start;
}

.destination-step-info {
  min-width: 15em;
}
.destination-step-info h3 {
  font-size: 2em;
}

.destination-stepper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 1.5em;
  height: 100%;
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
}
.destination-stepper .circle {
  width: 1.5em;
  height: 1.5em;
  background: var(--color-main);
  border-radius: 50%;
}
.destination-stepper .line {
  width: 2px;
  flex-grow: 1;
  background-image: repeating-linear-gradient(to bottom, var(--color-main) 0, var(--color-main) 12px, transparent 12px, transparent 24px);
}

.destination-step-container {
  padding-bottom: 8em;
}

.size-xs {
  font-size: 0.75em;
}

.size-s {
  font-size: 1.4rem;
}

.size-m {
  font-size: 1.6rem;
}

.size-l {
  font-size: 2rem;
}

.size-xl {
  font-size: 2.4rem;
}

.size-xxl {
  font-size: 3rem;
}

.font-size-12 {
  font-size: 0.75em;
}

.font-size-14 {
  font-size: 0.875em;
}

.font-size-16 {
  font-size: 1em;
}

.font-size-18 {
  font-size: 1.125em;
}

.font-size-20 {
  font-size: 1.25em;
}

.font-size-24 {
  font-size: 1.5em;
}

.font-size-28 {
  font-size: 1.75em;
}

.font-size-32 {
  font-size: 2em;
}

.font-size-36 {
  font-size: 2.25em;
}

.font-size-40 {
  font-size: 2.5em;
}

.font-size-48 {
  font-size: 3em;
}

.font-size-56 {
  font-size: 3.5em;
}

.font-size-64 {
  font-size: 4em;
}

.font-size-72 {
  font-size: 4.5em;
}

.font-size-80 {
  font-size: 5em;
}

.font-size-96 {
  font-size: 6em;
}

.font-size-112 {
  font-size: 7em;
}

.font-size-128 {
  font-size: 8em;
}

.font-size-144 {
  font-size: 9em;
}

.font-size-160 {
  font-size: 10em;
}

.font-size-176 {
  font-size: 11em;
}

.font-size-192 {
  font-size: 12em;
}

.font-size-208 {
  font-size: 13em;
}

.font-size-224 {
  font-size: 14em;
}

:root {
  --shadow-color: rgba(54, 54, 54, 0.12);
}

[data-mode=dark] {
  --shadow-color: rgba(192, 192, 192, 0.08);
}

.shadow-none {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0 1px 2px 0 var(--shadow-color);
}

.shadow-2 {
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}

.shadow-3 {
  box-shadow: 0 1px 2px 0 var(--shadow-color), 0 4px 8px -2px var(--shadow-color);
}

.shadow-4 {
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}

.shadow-5 {
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}

.material-symbols-outlined,
.material-symbols-filled,
.material-symbols-rounded,
.material-symbols-sharp {
  font-family: "Material Symbols Rounded", sans-serif; /* Usamos la familia que cargamos */
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* o el tamaño que prefieras */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/* Segundo, controlamos la variación de CADA estilo */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0; /* Relleno: NO */
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1; /* Relleno: SÍ */
}

/* Para Sharp, la fuente Rounded no funciona bien.
   Si realmente necesitas Sharp, la estrategia original de cargar
   la familia correcta era la adecuada. Pero para Outlined/Filled/Rounded,
   este método es superior. */
.material-symbols-sharp {
  font-family: "Material Symbols Sharp", sans-serif; /* Requeriría su propia carga */
}

.text-block {
  display: flex;
  flex-direction: column;
}
.text-block ul {
  padding: 0 0 0 1.5em;
}
.text-block ul li {
  list-style: disc;
  line-height: 150%;
  padding: 0.5em 0;
}
.text-block a {
  color: var(--color-main);
}
.text-block a:hover {
  -webkit-text-decoration: color-mix(in srgb, var(--color-main), black 20%);
          text-decoration: color-mix(in srgb, var(--color-main), black 20%);
}

.title-font {
  font-family: var(--titles-typography);
}

.text-font {
  font-family: var(--texts-typography);
}

.special-font {
  font-family: var(--specials-typography);
}

.size-xs {
  font-size: 0.75em;
}

.size-s {
  font-size: 1.4rem;
}

.size-m {
  font-size: 1.6rem;
}

.size-l {
  font-size: 2rem;
}

.size-xl {
  font-size: 2.4rem;
}

.size-xxl {
  font-size: 3rem;
}

.font-size-12 {
  font-size: 0.75em;
}

.font-size-14 {
  font-size: 0.875em;
}

.font-size-16 {
  font-size: 1em;
}

.font-size-18 {
  font-size: 1.125em;
}

.font-size-20 {
  font-size: 1.25em;
}

.font-size-24 {
  font-size: 1.5em;
}

.font-size-28 {
  font-size: 1.75em;
}

.font-size-32 {
  font-size: 2em;
}

.font-size-36 {
  font-size: 2.25em;
}

.font-size-40 {
  font-size: 2.5em;
}

.font-size-48 {
  font-size: 3em;
}

.font-size-56 {
  font-size: 3.5em;
}

.font-size-64 {
  font-size: 4em;
}

.font-size-72 {
  font-size: 4.5em;
}

.font-size-80 {
  font-size: 5em;
}

.font-size-96 {
  font-size: 6em;
}

.font-size-112 {
  font-size: 7em;
}

.font-size-128 {
  font-size: 8em;
}

.font-size-144 {
  font-size: 9em;
}

.font-size-160 {
  font-size: 10em;
}

.font-size-176 {
  font-size: 11em;
}

.font-size-192 {
  font-size: 12em;
}

.font-size-208 {
  font-size: 13em;
}

.font-size-224 {
  font-size: 14em;
}

:root {
  --shadow-color: rgba(54, 54, 54, 0.12);
}

[data-mode=dark] {
  --shadow-color: rgba(192, 192, 192, 0.08);
}

.shadow-none {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0 1px 2px 0 var(--shadow-color);
}

.shadow-2 {
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}

.shadow-3 {
  box-shadow: 0 1px 2px 0 var(--shadow-color), 0 4px 8px -2px var(--shadow-color);
}

.shadow-4 {
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}

.shadow-5 {
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}

.material-symbols-outlined,
.material-symbols-filled,
.material-symbols-rounded,
.material-symbols-sharp {
  font-family: "Material Symbols Rounded", sans-serif; /* Usamos la familia que cargamos */
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* o el tamaño que prefieras */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/* Segundo, controlamos la variación de CADA estilo */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0; /* Relleno: NO */
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1; /* Relleno: SÍ */
}

/* Para Sharp, la fuente Rounded no funciona bien.
   Si realmente necesitas Sharp, la estrategia original de cargar
   la familia correcta era la adecuada. Pero para Outlined/Filled/Rounded,
   este método es superior. */
.material-symbols-sharp {
  font-family: "Material Symbols Sharp", sans-serif; /* Requeriría su propia carga */
}

.burger {
  display: flex;
  flex-direction: column;
  --burger-line-gap: 0.5em;
  --burger-line-height: 2px;
  gap: 0.5em;
  width: 2em;
  cursor: pointer;
  z-index: 2;
  padding: 0;
  overflow: visible;
  border-radius: 0;
  min-width: 0;
  height: auto;
  background: transparent;
}
.burger:hover .line, .burger:focus .line {
  background: color-mix(in srgb, var(--color-main), black 20%);
}
.burger .line {
  width: 100%;
  height: var(--burger-line-height);
  background: var(--color-main);
  transition: 0.2s ease-in-out;
}
.burger .line-1 {
  transform: rotate(0) translate(0);
}
.burger .line-2 {
  opacity: 1;
}
.burger .line-3 {
  transform: rotate(0) translate(0);
}
.burger button.naked:hover {
  background: none;
}

.burger-off {
  background: none;
}
.burger-off .line {
  background: var(--color-main);
  margin: 0;
}
.burger-off .line-1 {
  transform: translateY(calc(var(--burger-line-gap) + var(--burger-line-height))) rotate(45deg);
}
.burger-off .line-2 {
  transform: scale(0);
  opacity: 0;
}
.burger-off .line-3 {
  transform: translateY(calc(-1 * (var(--burger-line-gap) + var(--burger-line-height)))) rotate(-45deg);
}

.size-xs {
  font-size: 0.75em;
}

.size-s {
  font-size: 1.4rem;
}

.size-m {
  font-size: 1.6rem;
}

.size-l {
  font-size: 2rem;
}

.size-xl {
  font-size: 2.4rem;
}

.size-xxl {
  font-size: 3rem;
}

.font-size-12 {
  font-size: 0.75em;
}

.font-size-14 {
  font-size: 0.875em;
}

.font-size-16 {
  font-size: 1em;
}

.font-size-18 {
  font-size: 1.125em;
}

.font-size-20 {
  font-size: 1.25em;
}

.font-size-24 {
  font-size: 1.5em;
}

.font-size-28 {
  font-size: 1.75em;
}

.font-size-32 {
  font-size: 2em;
}

.font-size-36 {
  font-size: 2.25em;
}

.font-size-40 {
  font-size: 2.5em;
}

.font-size-48 {
  font-size: 3em;
}

.font-size-56 {
  font-size: 3.5em;
}

.font-size-64 {
  font-size: 4em;
}

.font-size-72 {
  font-size: 4.5em;
}

.font-size-80 {
  font-size: 5em;
}

.font-size-96 {
  font-size: 6em;
}

.font-size-112 {
  font-size: 7em;
}

.font-size-128 {
  font-size: 8em;
}

.font-size-144 {
  font-size: 9em;
}

.font-size-160 {
  font-size: 10em;
}

.font-size-176 {
  font-size: 11em;
}

.font-size-192 {
  font-size: 12em;
}

.font-size-208 {
  font-size: 13em;
}

.font-size-224 {
  font-size: 14em;
}

:root {
  --shadow-color: rgba(54, 54, 54, 0.12);
}

[data-mode=dark] {
  --shadow-color: rgba(192, 192, 192, 0.08);
}

.shadow-none {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0 1px 2px 0 var(--shadow-color);
}

.shadow-2 {
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}

.shadow-3 {
  box-shadow: 0 1px 2px 0 var(--shadow-color), 0 4px 8px -2px var(--shadow-color);
}

.shadow-4 {
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}

.shadow-5 {
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}

.material-symbols-outlined,
.material-symbols-filled,
.material-symbols-rounded,
.material-symbols-sharp {
  font-family: "Material Symbols Rounded", sans-serif; /* Usamos la familia que cargamos */
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* o el tamaño que prefieras */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/* Segundo, controlamos la variación de CADA estilo */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0; /* Relleno: NO */
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1; /* Relleno: SÍ */
}

/* Para Sharp, la fuente Rounded no funciona bien.
   Si realmente necesitas Sharp, la estrategia original de cargar
   la familia correcta era la adecuada. Pero para Outlined/Filled/Rounded,
   este método es superior. */
.material-symbols-sharp {
  font-family: "Material Symbols Sharp", sans-serif; /* Requeriría su propia carga */
}

.buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.buttons button {
  margin: 0;
}

button {
  background-color: var(--color-main);
  color: var(--color-on-main);
  border-color: var(--color-border);
}
button:hover {
  background-color: color-mix(in srgb, var(--color-main), black 20%);
}
button:focus-visible {
  outline: 2px solid var(--color-focus);
  outline-offset: 2px;
}
button:active {
  background-color: color-mix(in srgb, var(--color-main), black 40%);
}
button.outline {
  background-color: transparent;
  color: var(--color-main);
  box-shadow: inset 0px 0px 0px 2px var(--color-main);
}
button.outline:hover {
  background-color: color-mix(in srgb, var(--color-main), black 20%);
  color: var(--color-on-main);
  box-shadow: inset 0px 0px 0px 2px color-mix(in srgb, var(--color-main), black 20%);
}
button.outline:active {
  background-color: color-mix(in srgb, var(--color-main), black 40%);
  color: var(--color-on-main);
  box-shadow: inset 0px 0px 0px 2px color-mix(in srgb, var(--color-main), black 40%);
}
button.surface {
  background-color: var(--color-surface);
  color: var(--color-on-surface);
}
button.surface:hover {
  background-color: color-mix(in srgb, var(--color-surface), black 20%);
}
button.surface:active {
  background-color: color-mix(in srgb, var(--color-surface), black 40%);
}
button.naked {
  background-color: transparent;
  color: var(--color-main);
}
button.naked:hover {
  background-color: var(--color-surface);
}
button.naked:active {
  background-color: color-mix(in srgb, var(--color-surface), black 20%);
}
button.item {
  background-color: transparent;
  color: var(--color-main);
  border-radius: 0;
}
button.item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  border-radius: 2px;
  background-color: var(--color-main);
  transition: 0.1s ease-in-out;
}
button.item:hover {
  background-color: transparent;
}
button.item:hover::before {
  width: 100%;
}
button.item:active {
  background-color: transparent;
  font-weight: bold;
}
button.link {
  background-color: transparent;
  color: var(--color-main);
  border-bottom: solid 1px;
  padding: 0.125em;
  border-radius: 0;
}
button.link:hover {
  background-color: transparent;
  color: color-mix(in srgb, var(--color-main), black 20%);
}
button.link:active {
  background-color: transparent;
  color: color-mix(in srgb, var(--color-main), black 40%);
}

.pill {
  background-color: var(--color-main);
  color: var(--color-on-main);
  border-color: var(--color-border);
}
.pill.outline {
  background-color: transparent;
  color: var(--color-main);
  box-shadow: inset 0px 0px 0px 2px var(--color-main);
}
.pill.surface {
  background-color: var(--color-surface);
  color: var(--color-on-surface);
}
.pill.naked {
  background-color: transparent;
  color: var(--color-main);
}
.pill.item {
  background-color: transparent;
  color: var(--color-main);
  border-radius: 0;
}
.pill.link {
  background-color: transparent;
  color: var(--color-main);
  border-bottom: solid 1px;
  padding: 0.125em;
  border-radius: 0;
}

.size-xs {
  font-size: 0.75em;
}

.size-s {
  font-size: 1.4rem;
}

.size-m {
  font-size: 1.6rem;
}

.size-l {
  font-size: 2rem;
}

.size-xl {
  font-size: 2.4rem;
}

.size-xxl {
  font-size: 3rem;
}

.font-size-12 {
  font-size: 0.75em;
}

.font-size-14 {
  font-size: 0.875em;
}

.font-size-16 {
  font-size: 1em;
}

.font-size-18 {
  font-size: 1.125em;
}

.font-size-20 {
  font-size: 1.25em;
}

.font-size-24 {
  font-size: 1.5em;
}

.font-size-28 {
  font-size: 1.75em;
}

.font-size-32 {
  font-size: 2em;
}

.font-size-36 {
  font-size: 2.25em;
}

.font-size-40 {
  font-size: 2.5em;
}

.font-size-48 {
  font-size: 3em;
}

.font-size-56 {
  font-size: 3.5em;
}

.font-size-64 {
  font-size: 4em;
}

.font-size-72 {
  font-size: 4.5em;
}

.font-size-80 {
  font-size: 5em;
}

.font-size-96 {
  font-size: 6em;
}

.font-size-112 {
  font-size: 7em;
}

.font-size-128 {
  font-size: 8em;
}

.font-size-144 {
  font-size: 9em;
}

.font-size-160 {
  font-size: 10em;
}

.font-size-176 {
  font-size: 11em;
}

.font-size-192 {
  font-size: 12em;
}

.font-size-208 {
  font-size: 13em;
}

.font-size-224 {
  font-size: 14em;
}

:root {
  --shadow-color: rgba(54, 54, 54, 0.12);
}

[data-mode=dark] {
  --shadow-color: rgba(192, 192, 192, 0.08);
}

.shadow-none {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0 1px 2px 0 var(--shadow-color);
}

.shadow-2 {
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}

.shadow-3 {
  box-shadow: 0 1px 2px 0 var(--shadow-color), 0 4px 8px -2px var(--shadow-color);
}

.shadow-4 {
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}

.shadow-5 {
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}

.material-symbols-outlined,
.material-symbols-filled,
.material-symbols-rounded,
.material-symbols-sharp {
  font-family: "Material Symbols Rounded", sans-serif; /* Usamos la familia que cargamos */
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* o el tamaño que prefieras */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/* Segundo, controlamos la variación de CADA estilo */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0; /* Relleno: NO */
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1; /* Relleno: SÍ */
}

/* Para Sharp, la fuente Rounded no funciona bien.
   Si realmente necesitas Sharp, la estrategia original de cargar
   la familia correcta era la adecuada. Pero para Outlined/Filled/Rounded,
   este método es superior. */
.material-symbols-sharp {
  font-family: "Material Symbols Sharp", sans-serif; /* Requeriría su propia carga */
}

.component.post_content img {
  width: revert-layer;
}
.component.post_content p {
  font-size: 1.8rem;
}
.component.post_content .alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.component.post_content .alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.component.post_content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.component.post_content .alignnone {
  margin-bottom: 1.5em;
}
.component.post_content .size-full, .component.post_content .size-large, .component.post_content .size-medium, .component.post_content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
.component.post_content .has-text-align-left {
  text-align: left;
}
.component.post_content .has-text-align-right {
  text-align: right;
}
.component.post_content .has-text-align-center {
  text-align: center;
}
.component.post_content .has-text-align-justify {
  text-align: justify;
}
.component.post_content .has-drop-cap:first-letter {
  font-size: 3em;
  line-height: 1;
  font-weight: bold;
  margin-right: 0.1em;
  float: left;
}
.component.post_content ul, .component.post_content ol {
  margin: 1.5em 0;
  padding-left: 2em;
}
.component.post_content ul {
  list-style-type: disc;
}
.component.post_content ol {
  list-style-type: decimal;
}
.component.post_content li {
  margin-bottom: 0.5em;
  list-style-type: inherit;
}
.component.post_content a {
  color: var(--color-main);
  text-decoration: underline;
  transition: color 0.3s ease;
}
.component.post_content a:hover, .component.post_content a:focus {
  color: color-mix(in srgb, var(--color-main), black 20%);
}
.component.post_content .wp-block-embed,
.component.post_content .wp-block-video,
.component.post_content iframe,
.component.post_content video {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5em auto;
}
.component.post_content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
}
.component.post_content th, .component.post_content td {
  border: 1px solid #ddd;
  padding: 0.75em;
  text-align: left;
}
.component.post_content th {
  background-color: #f4f4f4;
  font-weight: bold;
}
.component.post_content blockquote {
  border-left: 4px solid var(--color-main);
  padding-left: 1.5em;
  margin: 1.5em 0;
  font-style: italic;
}
.component.post_content pre {
  background: #f4f4f4;
  padding: 1em;
  overflow-x: auto;
  border-radius: 5px;
}
.component.post_content code {
  font-family: monospace;
  background: #f4f4f4;
  padding: 0.2em 0.4em;
  border-radius: 3px;
}

.size-xs {
  font-size: 0.75em;
}

.size-s {
  font-size: 1.4rem;
}

.size-m {
  font-size: 1.6rem;
}

.size-l {
  font-size: 2rem;
}

.size-xl {
  font-size: 2.4rem;
}

.size-xxl {
  font-size: 3rem;
}

.font-size-12 {
  font-size: 0.75em;
}

.font-size-14 {
  font-size: 0.875em;
}

.font-size-16 {
  font-size: 1em;
}

.font-size-18 {
  font-size: 1.125em;
}

.font-size-20 {
  font-size: 1.25em;
}

.font-size-24 {
  font-size: 1.5em;
}

.font-size-28 {
  font-size: 1.75em;
}

.font-size-32 {
  font-size: 2em;
}

.font-size-36 {
  font-size: 2.25em;
}

.font-size-40 {
  font-size: 2.5em;
}

.font-size-48 {
  font-size: 3em;
}

.font-size-56 {
  font-size: 3.5em;
}

.font-size-64 {
  font-size: 4em;
}

.font-size-72 {
  font-size: 4.5em;
}

.font-size-80 {
  font-size: 5em;
}

.font-size-96 {
  font-size: 6em;
}

.font-size-112 {
  font-size: 7em;
}

.font-size-128 {
  font-size: 8em;
}

.font-size-144 {
  font-size: 9em;
}

.font-size-160 {
  font-size: 10em;
}

.font-size-176 {
  font-size: 11em;
}

.font-size-192 {
  font-size: 12em;
}

.font-size-208 {
  font-size: 13em;
}

.font-size-224 {
  font-size: 14em;
}

:root {
  --shadow-color: rgba(54, 54, 54, 0.12);
}

[data-mode=dark] {
  --shadow-color: rgba(192, 192, 192, 0.08);
}

.shadow-none {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0 1px 2px 0 var(--shadow-color);
}

.shadow-2 {
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}

.shadow-3 {
  box-shadow: 0 1px 2px 0 var(--shadow-color), 0 4px 8px -2px var(--shadow-color);
}

.shadow-4 {
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}

.shadow-5 {
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}

.material-symbols-outlined,
.material-symbols-filled,
.material-symbols-rounded,
.material-symbols-sharp {
  font-family: "Material Symbols Rounded", sans-serif; /* Usamos la familia que cargamos */
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* o el tamaño que prefieras */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/* Segundo, controlamos la variación de CADA estilo */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0; /* Relleno: NO */
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1; /* Relleno: SÍ */
}

/* Para Sharp, la fuente Rounded no funciona bien.
   Si realmente necesitas Sharp, la estrategia original de cargar
   la familia correcta era la adecuada. Pero para Outlined/Filled/Rounded,
   este método es superior. */
.material-symbols-sharp {
  font-family: "Material Symbols Sharp", sans-serif; /* Requeriría su propia carga */
}

.file-sheet {
  width: 100%;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-m);
  overflow: hidden;
}

.file-sheet__table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  table-layout: auto;
}

.file-sheet__caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.file-sheet__table tr {
  display: table-row;
  background-color: var(--color-canvas);
  border: none;
}
.file-sheet__table tr:nth-child(even) {
  background-color: var(--color-mantle);
}
.file-sheet__table tr:not(:last-child) th, .file-sheet__table tr:not(:last-child) td {
  border-bottom: 1px solid var(--color-border);
}

.file-sheet__table th,
.file-sheet__table td {
  display: table-cell;
  padding: 0.75em 1.25em;
  text-align: left;
  vertical-align: top;
  border: none;
  font-size: 1em;
}

.file-sheet__table th {
  width: 1%;
  white-space: nowrap;
  font-weight: 600;
  color: var(--color-content);
  background: transparent;
}

.file-sheet__table td {
  font-weight: 300;
  color: var(--color-content-low);
}

.file-sheet__table a {
  color: inherit;
}
.file-sheet__table a:focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
}

.size-xs {
  font-size: 0.75em;
}

.size-s {
  font-size: 1.4rem;
}

.size-m {
  font-size: 1.6rem;
}

.size-l {
  font-size: 2rem;
}

.size-xl {
  font-size: 2.4rem;
}

.size-xxl {
  font-size: 3rem;
}

.font-size-12 {
  font-size: 0.75em;
}

.font-size-14 {
  font-size: 0.875em;
}

.font-size-16 {
  font-size: 1em;
}

.font-size-18 {
  font-size: 1.125em;
}

.font-size-20 {
  font-size: 1.25em;
}

.font-size-24 {
  font-size: 1.5em;
}

.font-size-28 {
  font-size: 1.75em;
}

.font-size-32 {
  font-size: 2em;
}

.font-size-36 {
  font-size: 2.25em;
}

.font-size-40 {
  font-size: 2.5em;
}

.font-size-48 {
  font-size: 3em;
}

.font-size-56 {
  font-size: 3.5em;
}

.font-size-64 {
  font-size: 4em;
}

.font-size-72 {
  font-size: 4.5em;
}

.font-size-80 {
  font-size: 5em;
}

.font-size-96 {
  font-size: 6em;
}

.font-size-112 {
  font-size: 7em;
}

.font-size-128 {
  font-size: 8em;
}

.font-size-144 {
  font-size: 9em;
}

.font-size-160 {
  font-size: 10em;
}

.font-size-176 {
  font-size: 11em;
}

.font-size-192 {
  font-size: 12em;
}

.font-size-208 {
  font-size: 13em;
}

.font-size-224 {
  font-size: 14em;
}

:root {
  --shadow-color: rgba(54, 54, 54, 0.12);
}

[data-mode=dark] {
  --shadow-color: rgba(192, 192, 192, 0.08);
}

.shadow-none {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0 1px 2px 0 var(--shadow-color);
}

.shadow-2 {
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}

.shadow-3 {
  box-shadow: 0 1px 2px 0 var(--shadow-color), 0 4px 8px -2px var(--shadow-color);
}

.shadow-4 {
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}

.shadow-5 {
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}

.material-symbols-outlined,
.material-symbols-filled,
.material-symbols-rounded,
.material-symbols-sharp {
  font-family: "Material Symbols Rounded", sans-serif; /* Usamos la familia que cargamos */
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* o el tamaño que prefieras */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/* Segundo, controlamos la variación de CADA estilo */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0; /* Relleno: NO */
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1; /* Relleno: SÍ */
}

/* Para Sharp, la fuente Rounded no funciona bien.
   Si realmente necesitas Sharp, la estrategia original de cargar
   la familia correcta era la adecuada. Pero para Outlined/Filled/Rounded,
   este método es superior. */
.material-symbols-sharp {
  font-family: "Material Symbols Sharp", sans-serif; /* Requeriría su propia carga */
}

.banner {
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  padding: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.banner.full {
  height: calc(100vh - var(--header-height));
}
.banner.full .banner_container {
  height: calc(100vh - var(--header-height));
}
.banner.height {
  height: 70vh;
}
.banner.height .banner_container {
  height: 70vh;
}
.banner.medium {
  height: 50vh;
}
.banner.medium .banner_container {
  height: 50vh;
}
.banner.low {
  height: 35vh;
}
.banner.low .banner_container {
  height: 35vh;
}
.banner.banner_only_image {
  height: auto;
  max-height: calc(100vh - var(--header-height));
}
.banner.banner_only_image .banner_text {
  display: none;
}
.banner.banner_only_image .max-width {
  padding: 0;
  max-width: unset;
}
.banner.banner_only_image .banner_container {
  height: auto;
  max-height: calc(100vh - var(--header-height));
}
.banner.banner_only_image .banner_container::before {
  display: none;
}
.banner.banner_only_image img {
  position: relative;
  max-height: inherit;
}
.banner_container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 70vh;
}
.banner_container.start {
  justify-content: flex-start;
}
.banner_container.start::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(90deg, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  width: 50%;
}
.banner_container.center {
  justify-content: center;
}
.banner_container.center .banner_text {
  text-align: center;
  align-items: center;
}
.banner_container.center .buttons {
  justify-content: center;
}
.banner_container.center::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 50%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
}
.banner_container.end {
  justify-content: flex-end;
}
.banner_container.end .banner_text {
  text-align: right;
  align-items: flex-end;
}
.banner_container.end .buttons {
  justify-content: flex-end;
}
.banner_container.end::before {
  content: "";
  position: absolute;
  right: 0;
  left: unset;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 50%);
}
.banner .banner_img_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner img.banner_img-mobile {
  display: none;
}
.banner img.paralax-slow,
.banner img.paralax-normal,
.banner img.paralax-fast {
  height: 160%;
}
.banner_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  height: 100%;
  padding: 0;
  width: 40%;
  padding: 0.75em 0;
  color: var(--color-canvas);
  gap: 0.75em;
  z-index: 2;
}
.banner_text h2 {
  font-weight: 600;
  padding: 0;
}
.banner_text p {
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.5;
  padding: 0;
}
.banner_text .buttons {
  margin: 1.25em 0;
}
.banner_buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: auto;
  padding: 0;
  margin: 1.25em 0;
  gap: 0.25em;
  z-index: 2;
}
.banner_buttons a {
  flex: 1;
}
.banner_buttons button {
  width: 100%;
  padding: 0.25em;
  margin: 0;
  font-size: 1em;
}
.banner_marks {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  gap: 0.25em;
  margin: 1.25em 0 0;
  left: 0;
  top: 0;
  z-index: 2;
  font-size: 1em;
  font-weight: 500;
  color: var(--color-canvas);
}
.banner_marks a {
  color: var(--color-canvas);
  width: 100%;
}
.banner_marks .banner_mark {
  background: var(--color-main);
  color: var(--color-on-main);
  padding: 0.125em 0.25em;
}
.banner_marks .banner_dates {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  gap: 0.25em;
}
.banner_marks .banner_date {
  background: var(--color-canvas);
  color: var(--color-content);
  padding: 0.125em 0.25em;
  text-align: center;
  flex: 1;
}
.banner_marks .banner_location {
  background: var(--color-main);
  padding: 0.125em 0.25em;
  transition: 0.1s ease-in-out;
  width: 100%;
  text-align: center;
}
.banner_marks .banner_taxs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-flow: wrap-reverse;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 0.25em 0;
  font-size: 0.75em;
  font-weight: 300;
  gap: 0.125em;
}
.banner_marks .banner_tax {
  background: var(--color-content);
  padding: 0.125em 0.25em;
  transition: 0.1s ease-in-out;
}
.banner.vintage {
  background: var(--color-content);
}
.banner.vintage .banner_container {
  padding: 0;
}
.banner.vintage .banner_container::before {
  display: none;
}
.banner.vintage .banner_text {
  background: var(--color-content);
  padding: 0.75em;
}
.banner.vintage img {
  position: relative;
  width: 50%;
  filter: brightness(1);
}
.banner.vintage .end .banner_text {
  order: 2;
}
.banner.vintage .center .banner_text {
  width: 50%;
}
.banner.vintage .center img {
  position: absolute;
  width: 100%;
}
.banner.modern {
  background: none;
}
.banner.modern .banner_container::before {
  display: none;
}
.banner.modern .banner_text h2 {
  text-shadow: 2px 2px 2px var(--color-main), -2px -2px 2px var(--color-main), -2px 2px 2px var(--color-main), 2px -2px 2px var(--color-main);
}
.banner.modern .banner_text p {
  font-weight: 600;
  color: var(--color-content);
  text-shadow: 1px 1px 1px var(--color-canvas), -1px -1px 1px var(--color-canvas), -1px 1px 1px var(--color-canvas), 1px -1px 1px var(--color-canvas);
}
.banner.modern img {
  filter: brightness(1);
}

.slider-banner ul.slick-dots {
  bottom: 0;
}

@media (max-width: 500px) {
  .banner img.banner_img-mobile {
    display: block;
  }
  .banner img.banner_img-desktop {
    display: none;
  }
  .banner_container.start::before, .banner_container.end::before {
    width: 70%;
  }
  .banner_container .banner_text {
    width: 70%;
  }
  .banner_container .banner_text h2 {
    font-size: 2em;
  }
  .banner_container .banner_text p {
    font-size: 1em;
  }
  .banner.vintage img {
    position: absolute;
    left: 0;
    width: 100%;
  }
  .banner.vintage .banner_text {
    height: auto;
    padding: 1.25em;
  }
  .banner .slick-slider .slick-track,
  .banner .slick-slider .slick-list {
    display: flex;
  }
  .banner .banner_text .banner_title {
    font-size: 1.5em;
  }
}
.size-xs {
  font-size: 0.75em;
}

.size-s {
  font-size: 1.4rem;
}

.size-m {
  font-size: 1.6rem;
}

.size-l {
  font-size: 2rem;
}

.size-xl {
  font-size: 2.4rem;
}

.size-xxl {
  font-size: 3rem;
}

.font-size-12 {
  font-size: 0.75em;
}

.font-size-14 {
  font-size: 0.875em;
}

.font-size-16 {
  font-size: 1em;
}

.font-size-18 {
  font-size: 1.125em;
}

.font-size-20 {
  font-size: 1.25em;
}

.font-size-24 {
  font-size: 1.5em;
}

.font-size-28 {
  font-size: 1.75em;
}

.font-size-32 {
  font-size: 2em;
}

.font-size-36 {
  font-size: 2.25em;
}

.font-size-40 {
  font-size: 2.5em;
}

.font-size-48 {
  font-size: 3em;
}

.font-size-56 {
  font-size: 3.5em;
}

.font-size-64 {
  font-size: 4em;
}

.font-size-72 {
  font-size: 4.5em;
}

.font-size-80 {
  font-size: 5em;
}

.font-size-96 {
  font-size: 6em;
}

.font-size-112 {
  font-size: 7em;
}

.font-size-128 {
  font-size: 8em;
}

.font-size-144 {
  font-size: 9em;
}

.font-size-160 {
  font-size: 10em;
}

.font-size-176 {
  font-size: 11em;
}

.font-size-192 {
  font-size: 12em;
}

.font-size-208 {
  font-size: 13em;
}

.font-size-224 {
  font-size: 14em;
}

:root {
  --shadow-color: rgba(54, 54, 54, 0.12);
}

[data-mode=dark] {
  --shadow-color: rgba(192, 192, 192, 0.08);
}

.shadow-none {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0 1px 2px 0 var(--shadow-color);
}

.shadow-2 {
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}

.shadow-3 {
  box-shadow: 0 1px 2px 0 var(--shadow-color), 0 4px 8px -2px var(--shadow-color);
}

.shadow-4 {
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}

.shadow-5 {
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}

.material-symbols-outlined,
.material-symbols-filled,
.material-symbols-rounded,
.material-symbols-sharp {
  font-family: "Material Symbols Rounded", sans-serif; /* Usamos la familia que cargamos */
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* o el tamaño que prefieras */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/* Segundo, controlamos la variación de CADA estilo */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0; /* Relleno: NO */
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1; /* Relleno: SÍ */
}

/* Para Sharp, la fuente Rounded no funciona bien.
   Si realmente necesitas Sharp, la estrategia original de cargar
   la familia correcta era la adecuada. Pero para Outlined/Filled/Rounded,
   este método es superior. */
.material-symbols-sharp {
  font-family: "Material Symbols Sharp", sans-serif; /* Requeriría su propia carga */
}

.hide-onscroll.hide {
  display: block;
  transform: translateY(-50%);
}

.show-up {
  opacity: 0;
  transform: translateY(3em);
}
.show-up-visible {
  animation: show-up ease-out 0.6s 1 forwards;
}
.show-up:nth-child(2) {
  animation-delay: 0.05s;
}
.show-up:nth-child(3) {
  animation-delay: 0.1s;
}
.show-up:nth-child(4) {
  animation-delay: 0.15s;
}
.show-up:nth-child(5) {
  animation-delay: 0.2s;
}
.show-up:nth-child(6) {
  animation-delay: 0.25s;
}
.show-up:nth-child(7) {
  animation-delay: 0.3s;
}
.show-up:nth-child(8) {
  animation-delay: 0.35s;
}
.show-up:nth-child(9) {
  animation-delay: 0.4s;
}
.show-up:nth-child(10) {
  animation-delay: 0.45s;
}
.show-up:nth-child(11) {
  animation-delay: 0.5s;
}
@keyframes show-up {
  0% {
    opacity: 0;
    transform: translateY(3em);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}

.show-left {
  opacity: 0;
  transform: translateX(-3em);
}
.show-left-visible {
  animation: show-left ease-out 0.5s 1 forwards;
}
.show-left:nth-child(2) {
  animation-delay: 0.04s;
}
.show-left:nth-child(3) {
  animation-delay: 0.08s;
}
.show-left:nth-child(4) {
  animation-delay: 0.12s;
}
.show-left:nth-child(5) {
  animation-delay: 0.16s;
}
.show-left:nth-child(6) {
  animation-delay: 0.2s;
}
.show-left:nth-child(7) {
  animation-delay: 0.24s;
}
.show-left:nth-child(8) {
  animation-delay: 0.28s;
}
.show-left:nth-child(9) {
  animation-delay: 0.32s;
}
.show-left:nth-child(10) {
  animation-delay: 0.36s;
}
.show-left:nth-child(11) {
  animation-delay: 0.2s;
}
@keyframes show-left {
  0% {
    opacity: 0;
    transform: translateX(-spacing(48));
  }
  100% {
    opacity: 1;
    transform: translateX(0rem);
  }
}

.show-right {
  opacity: 0;
  transform: translateX(3em);
}
.show-right-visible {
  animation: show-right ease-out 0.5s 1 forwards;
}
.show-right:nth-child(2) {
  animation-delay: 0.04s;
}
.show-right:nth-child(3) {
  animation-delay: 0.08s;
}
.show-right:nth-child(4) {
  animation-delay: 0.12s;
}
.show-right:nth-child(5) {
  animation-delay: 0.16s;
}
.show-right:nth-child(6) {
  animation-delay: 0.2s;
}
.show-right:nth-child(7) {
  animation-delay: 0.24s;
}
.show-right:nth-child(8) {
  animation-delay: 0.28s;
}
.show-right:nth-child(9) {
  animation-delay: 0.32s;
}
.show-right:nth-child(10) {
  animation-delay: 0.36s;
}
.show-right:nth-child(11) {
  animation-delay: 0.2s;
}
@keyframes show-right {
  0% {
    opacity: 0;
    transform: translateX(3em);
  }
  100% {
    opacity: 1;
    transform: translateX(0rem);
  }
}

.parallax {
  top: 0;
  will-change: transform;
  transition: transform 0.05s linear;
  height: 100%;
}

/* Evitar animación en carga inicial */
.slide-from-left.is-initial,
.slide-from-right.is-initial,
.fade-toggle.is-initial,
.slide-toggle.is-initial {
  animation: none !important;
}

/* Mostrar */
.is-active {
  display: block;
}

/* --- Slide desde la izquierda --- */
.slide-from-left.is-active {
  animation: slideInLeft 0.3s forwards;
}

.slide-from-left.is-hiding {
  animation: slideOutLeft 0.3s forwards;
}

/* --- Slide desde la derecha --- */
.slide-from-right.is-active {
  animation: slideInRight 0.3s forwards;
}

.slide-from-right.is-hiding {
  animation: slideOutRight 0.3s forwards;
}

/* --- Fade --- */
.fade-toggle.is-active {
  animation: fadeIn 0.3s forwards;
}

.fade-toggle.is-hiding {
  animation: fadeOut 0.3s forwards;
}

/* --- Slide vertical --- */
.slide-toggle.is-active {
  animation: slideDown 0.3s forwards;
}

.slide-toggle.is-hiding {
  animation: slideUp 0.3s forwards;
}

/* --- Animations --- */
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideOutLeft {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideOutRight {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slideDown {
  from {
    max-height: 0;
    opacity: 0;
  }
  to {
    max-height: 1000px;
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    max-height: 1000px;
    opacity: 1;
  }
  to {
    max-height: 0;
    opacity: 0;
  }
}
.size-xs {
  font-size: 0.75em;
}

.size-s {
  font-size: 1.4rem;
}

.size-m {
  font-size: 1.6rem;
}

.size-l {
  font-size: 2rem;
}

.size-xl {
  font-size: 2.4rem;
}

.size-xxl {
  font-size: 3rem;
}

.font-size-12 {
  font-size: 0.75em;
}

.font-size-14 {
  font-size: 0.875em;
}

.font-size-16 {
  font-size: 1em;
}

.font-size-18 {
  font-size: 1.125em;
}

.font-size-20 {
  font-size: 1.25em;
}

.font-size-24 {
  font-size: 1.5em;
}

.font-size-28 {
  font-size: 1.75em;
}

.font-size-32 {
  font-size: 2em;
}

.font-size-36 {
  font-size: 2.25em;
}

.font-size-40 {
  font-size: 2.5em;
}

.font-size-48 {
  font-size: 3em;
}

.font-size-56 {
  font-size: 3.5em;
}

.font-size-64 {
  font-size: 4em;
}

.font-size-72 {
  font-size: 4.5em;
}

.font-size-80 {
  font-size: 5em;
}

.font-size-96 {
  font-size: 6em;
}

.font-size-112 {
  font-size: 7em;
}

.font-size-128 {
  font-size: 8em;
}

.font-size-144 {
  font-size: 9em;
}

.font-size-160 {
  font-size: 10em;
}

.font-size-176 {
  font-size: 11em;
}

.font-size-192 {
  font-size: 12em;
}

.font-size-208 {
  font-size: 13em;
}

.font-size-224 {
  font-size: 14em;
}

:root {
  --shadow-color: rgba(54, 54, 54, 0.12);
}

[data-mode=dark] {
  --shadow-color: rgba(192, 192, 192, 0.08);
}

.shadow-none {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0 1px 2px 0 var(--shadow-color);
}

.shadow-2 {
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}

.shadow-3 {
  box-shadow: 0 1px 2px 0 var(--shadow-color), 0 4px 8px -2px var(--shadow-color);
}

.shadow-4 {
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}

.shadow-5 {
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}

.material-symbols-outlined,
.material-symbols-filled,
.material-symbols-rounded,
.material-symbols-sharp {
  font-family: "Material Symbols Rounded", sans-serif; /* Usamos la familia que cargamos */
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* o el tamaño que prefieras */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/* Segundo, controlamos la variación de CADA estilo */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0; /* Relleno: NO */
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1; /* Relleno: SÍ */
}

/* Para Sharp, la fuente Rounded no funciona bien.
   Si realmente necesitas Sharp, la estrategia original de cargar
   la familia correcta era la adecuada. Pero para Outlined/Filled/Rounded,
   este método es superior. */
.material-symbols-sharp {
  font-family: "Material Symbols Sharp", sans-serif; /* Requeriría su propia carga */
}

@media (max-width: 1280px) {
  html {
    font-size: 61.5%;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 60.5%;
  }
  .column {
    min-width: 30rem;
  }
  .columns {
    flex-wrap: wrap;
  }
}
@media (max-width: 900px) {
  html {
    font-size: 58.5%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 55.5%;
  }
  .single-product div.product div.summary {
    width: 100%;
  }
  .quantity-button i {
    font-size: 2.5em;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 53.5%;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 52.5%;
  }
  .topbar .top_contact {
    display: none;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 47.5%;
  }
}
.size-xs {
  font-size: 0.75em;
}

.size-s {
  font-size: 1.4rem;
}

.size-m {
  font-size: 1.6rem;
}

.size-l {
  font-size: 2rem;
}

.size-xl {
  font-size: 2.4rem;
}

.size-xxl {
  font-size: 3rem;
}

.font-size-12 {
  font-size: 0.75em;
}

.font-size-14 {
  font-size: 0.875em;
}

.font-size-16 {
  font-size: 1em;
}

.font-size-18 {
  font-size: 1.125em;
}

.font-size-20 {
  font-size: 1.25em;
}

.font-size-24 {
  font-size: 1.5em;
}

.font-size-28 {
  font-size: 1.75em;
}

.font-size-32 {
  font-size: 2em;
}

.font-size-36 {
  font-size: 2.25em;
}

.font-size-40 {
  font-size: 2.5em;
}

.font-size-48 {
  font-size: 3em;
}

.font-size-56 {
  font-size: 3.5em;
}

.font-size-64 {
  font-size: 4em;
}

.font-size-72 {
  font-size: 4.5em;
}

.font-size-80 {
  font-size: 5em;
}

.font-size-96 {
  font-size: 6em;
}

.font-size-112 {
  font-size: 7em;
}

.font-size-128 {
  font-size: 8em;
}

.font-size-144 {
  font-size: 9em;
}

.font-size-160 {
  font-size: 10em;
}

.font-size-176 {
  font-size: 11em;
}

.font-size-192 {
  font-size: 12em;
}

.font-size-208 {
  font-size: 13em;
}

.font-size-224 {
  font-size: 14em;
}

:root {
  --shadow-color: rgba(54, 54, 54, 0.12);
}

[data-mode=dark] {
  --shadow-color: rgba(192, 192, 192, 0.08);
}

.shadow-none {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0 1px 2px 0 var(--shadow-color);
}

.shadow-2 {
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}

.shadow-3 {
  box-shadow: 0 1px 2px 0 var(--shadow-color), 0 4px 8px -2px var(--shadow-color);
}

.shadow-4 {
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}

.shadow-5 {
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}

.material-symbols-outlined,
.material-symbols-filled,
.material-symbols-rounded,
.material-symbols-sharp {
  font-family: "Material Symbols Rounded", sans-serif; /* Usamos la familia que cargamos */
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* o el tamaño que prefieras */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/* Segundo, controlamos la variación de CADA estilo */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0; /* Relleno: NO */
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1; /* Relleno: SÍ */
}

/* Para Sharp, la fuente Rounded no funciona bien.
   Si realmente necesitas Sharp, la estrategia original de cargar
   la familia correcta era la adecuada. Pero para Outlined/Filled/Rounded,
   este método es superior. */
.material-symbols-sharp {
  font-family: "Material Symbols Sharp", sans-serif; /* Requeriría su propia carga */
}

@media (max-width: 1280px) {
  html {
    font-size: 61.5%;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 60.5%;
  }
  .column {
    min-width: 30rem;
  }
  .columns {
    flex-wrap: wrap;
  }
}
@media (max-width: 900px) {
  html {
    font-size: 58.5%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 55.5%;
  }
  .single-product div.product div.summary {
    width: 100%;
  }
  .quantity-button i {
    font-size: 2.5em;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 53.5%;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 52.5%;
  }
  .topbar .top_contact {
    display: none;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 47.5%;
  }
}
.size-xs {
  font-size: 0.75em;
}

.size-s {
  font-size: 1.4rem;
}

.size-m {
  font-size: 1.6rem;
}

.size-l {
  font-size: 2rem;
}

.size-xl {
  font-size: 2.4rem;
}

.size-xxl {
  font-size: 3rem;
}

.font-size-12 {
  font-size: 0.75em;
}

.font-size-14 {
  font-size: 0.875em;
}

.font-size-16 {
  font-size: 1em;
}

.font-size-18 {
  font-size: 1.125em;
}

.font-size-20 {
  font-size: 1.25em;
}

.font-size-24 {
  font-size: 1.5em;
}

.font-size-28 {
  font-size: 1.75em;
}

.font-size-32 {
  font-size: 2em;
}

.font-size-36 {
  font-size: 2.25em;
}

.font-size-40 {
  font-size: 2.5em;
}

.font-size-48 {
  font-size: 3em;
}

.font-size-56 {
  font-size: 3.5em;
}

.font-size-64 {
  font-size: 4em;
}

.font-size-72 {
  font-size: 4.5em;
}

.font-size-80 {
  font-size: 5em;
}

.font-size-96 {
  font-size: 6em;
}

.font-size-112 {
  font-size: 7em;
}

.font-size-128 {
  font-size: 8em;
}

.font-size-144 {
  font-size: 9em;
}

.font-size-160 {
  font-size: 10em;
}

.font-size-176 {
  font-size: 11em;
}

.font-size-192 {
  font-size: 12em;
}

.font-size-208 {
  font-size: 13em;
}

.font-size-224 {
  font-size: 14em;
}

:root {
  --shadow-color: rgba(54, 54, 54, 0.12);
}

[data-mode=dark] {
  --shadow-color: rgba(192, 192, 192, 0.08);
}

.shadow-none {
  box-shadow: none;
}

.shadow-1 {
  box-shadow: 0 1px 2px 0 var(--shadow-color);
}

.shadow-2 {
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}

.shadow-3 {
  box-shadow: 0 1px 2px 0 var(--shadow-color), 0 4px 8px -2px var(--shadow-color);
}

.shadow-4 {
  box-shadow: 0 2px 6px -1px var(--shadow-color), 0 10px 20px -4px var(--shadow-color);
}

.shadow-5 {
  box-shadow: 0 4px 8px -2px var(--shadow-color), 0 12px 24px -6px var(--shadow-color);
}

.material-symbols-outlined,
.material-symbols-filled,
.material-symbols-rounded,
.material-symbols-sharp {
  font-family: "Material Symbols Rounded", sans-serif; /* Usamos la familia que cargamos */
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* o el tamaño que prefieras */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/* Segundo, controlamos la variación de CADA estilo */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0; /* Relleno: NO */
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1; /* Relleno: SÍ */
}

/* Para Sharp, la fuente Rounded no funciona bien.
   Si realmente necesitas Sharp, la estrategia original de cargar
   la familia correcta era la adecuada. Pero para Outlined/Filled/Rounded,
   este método es superior. */
.material-symbols-sharp {
  font-family: "Material Symbols Sharp", sans-serif; /* Requeriría su propia carga */
}

@media (max-width: 1280px) {
  html {
    font-size: 61.5%;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 60.5%;
  }
  .column {
    min-width: 30rem;
  }
  .columns {
    flex-wrap: wrap;
  }
}
@media (max-width: 900px) {
  html {
    font-size: 58.5%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 55.5%;
  }
  .single-product div.product div.summary {
    width: 100%;
  }
  .quantity-button i {
    font-size: 2.5em;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 53.5%;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 52.5%;
  }
  .topbar .top_contact {
    display: none;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 47.5%;
  }
}/*# sourceMappingURL=style.css.map */