/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../fonts/dm-sans-normal-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../fonts/dm-sans-normal-lat.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/dm-sans-italic-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/dm-sans-italic-lat.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "DM Sans", system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-blue-200: #9bc6eb;
    --color-blue-300: #7aa8cc;
    --color-blue-400: #6597bf;
    --color-blue-600: #4379a3;
    --color-blue-700: #336b96;
    --color-blue-800: #1e4d72;
    --color-black: #000000;
    --color-white: #ffffff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tighter: -0.05em;
    --tracking-tight: -0.025em;
    --tracking-widest: 0.1em;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-e-500: #a01d20;
    --color-e-400: #bf2327;
    --color-e-600: #7d1619;
    --color-libro-500: #a3228f;
    --color-libro-700: #5f1553;
    --color-libro-es-400: #bc649f;
    --color-surface-50: #f8f7f4;
    --color-surface-100: #f0eee9;
    --color-surface-200: #e3e0d8;
    --color-surface-300: #d9d5ca;
    --color-surface-400: #ccc8be;
    --color-dark-950: #0a0e18;
    --color-dark-900: #0f1420;
    --color-dark-800: #1a1f2e;
    --color-dark-700: #252b3d;
    --color-dark-600: #323a52;
    --color-dark-500: #4a5470;
    --color-iia-950: #1a0418;
    --color-iia-900: #3b0d39;
    --color-iia-700: #571e54;
    --color-iia-500: #8a4385;
    --color-iia-300: #bf60b9;
    --color-iia-100: #d177cb;
    --color-text-900: #1a1a1a;
    --color-text-700: #2d2d2d;
    --color-text-500: #5a5a5a;
    --color-text-muted: #5a6a82;
    --color-text-300: #8a8a8a;
    --color-text-dark: #e8e6e0;
    --color-text-dark-muted: #a8a49e;
    --color-text-dark-subtle: #e0ddd7;
    --spacing-section: 5rem;
    --color-footer-bg: #0d1626;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-full {
    top: 100%;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-auto {
    margin-block: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .min-w-45 {
    min-width: calc(var(--spacing) * 45);
  }
  .min-w-50 {
    min-width: calc(var(--spacing) * 50);
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink {
    flex-shrink: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-270 {
    rotate: 270deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-24 {
    gap: calc(var(--spacing) * 24);
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-surface-200 {
    border-color: var(--color-surface-200);
  }
  .border-surface-300 {
    border-color: var(--color-surface-300);
  }
  .bg-surface-50 {
    background-color: var(--color-surface-50);
  }
  .bg-surface-100 {
    background-color: var(--color-surface-100);
  }
  .bg-surface-200 {
    background-color: var(--color-surface-200);
  }
  .bg-surface-300 {
    background-color: var(--color-surface-300);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-tighter {
    --tw-tracking: var(--tracking-tighter);
    letter-spacing: var(--tracking-tighter);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-libro-500 {
    color: var(--color-libro-500);
  }
  .text-text-500 {
    color: var(--color-text-500);
  }
  .text-text-700 {
    color: var(--color-text-700);
  }
  .text-text-900 {
    color: var(--color-text-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .group-hover\:block {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        display: block;
      }
    }
  }
  .hover\:bg-surface-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-surface-100);
      }
    }
  }
  .hover\:text-libro-700 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-libro-700);
      }
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .md\:col-span-1 {
    @media (width >= 48rem) {
      grid-column: span 1 / span 1;
    }
  }
  .md\:w-48 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 48);
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:gap-12 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:inline-flex {
    @media (width >= 64rem) {
      display: inline-flex;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .dark\:block {
    &:where(.dark, .dark *) {
      display: block;
    }
  }
  .dark\:hidden {
    &:where(.dark, .dark *) {
      display: none;
    }
  }
  .dark\:border-dark-600 {
    &:where(.dark, .dark *) {
      border-color: var(--color-dark-600);
    }
  }
  .dark\:bg-dark-700 {
    &:where(.dark, .dark *) {
      background-color: var(--color-dark-700);
    }
  }
  .dark\:bg-dark-800 {
    &:where(.dark, .dark *) {
      background-color: var(--color-dark-800);
    }
  }
  .dark\:bg-dark-900 {
    &:where(.dark, .dark *) {
      background-color: var(--color-dark-900);
    }
  }
  .dark\:text-surface-100 {
    &:where(.dark, .dark *) {
      color: var(--color-surface-100);
    }
  }
  .dark\:text-surface-200 {
    &:where(.dark, .dark *) {
      color: var(--color-surface-200);
    }
  }
  .dark\:text-text-dark-muted {
    &:where(.dark, .dark *) {
      color: var(--color-text-dark-muted);
    }
  }
  .dark\:text-text-dark-subtle {
    &:where(.dark, .dark *) {
      color: var(--color-text-dark-subtle);
    }
  }
  .dark\:hover\:bg-dark-700 {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-dark-700);
        }
      }
    }
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes iia-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
@keyframes portadas-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@layer base {
  *, *::before, *::after {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
  }
  body {
    font-family: var(--font-sans);
    font-weight: 400;
    font-size: 1.0625rem;
    line-height: 1.7;
    color: var(--color-text-700);
    background-color: var(--color-surface-100);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .dark body {
    color: var(--color-text-dark);
    background-color: var(--color-dark-900);
  }
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    color: var(--color-text-900);
  }
  .dark h1, .dark h2, .dark h3, .dark h4 {
    color: var(--color-surface-100);
  }
  h1 {
    font-size: clamp(2.75rem, 5.5vw, 4.5rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.1;
  }
  h2 {
    font-size: clamp(1.5rem, 3.5vw, 2.25rem);
    font-weight: 500;
  }
  h3 {
    font-size: clamp(1.125rem, 2.5vw, 1.5rem);
    font-weight: 500;
  }
  p {
    margin-bottom: 1rem;
  }
  a {
    color: var(--color-blue-600);
    text-decoration: none;
    transition: color 0.2s ease;
  }
  a:hover {
    color: var(--color-blue-700);
  }
  .dark a {
    color: var(--color-blue-300);
  }
  img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  :focus-visible {
    outline: 2px solid var(--color-blue-600);
    outline-offset: 3px;
    border-radius: 3px;
  }
}
.nav-logo-white {
  display: none;
}
.nav-logo-default {
  display: block;
}
.nav:not(.scrolled) .nav-logo-white {
  display: block;
}
.nav:not(.scrolled) .nav-logo-default {
  display: none;
}
.dark .nav:not(.scrolled) .nav-logo-white {
  display: block;
}
.dark .nav:not(.scrolled) .nav-logo-default {
  display: none;
}
@layer components {
  .container-el {
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 1.25rem;
  }
  @media (min-width: 768px) {
    .container-el {
      padding-inline: 2rem;
    }
  }
  .section {
    padding-block: var(--spacing-section);
  }
  .section-sm {
    padding-block: 3rem;
  }
  .section-label {
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-blue-600);
    margin-bottom: 0.75rem;
    display: block;
  }
  .dark .section-label {
    color: var(--color-blue-300);
  }
  .page-header {
    position: relative;
    height: 200px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
  }
  @media (max-width: 768px) {
    .page-header {
      height: 150px;
    }
  }
  .section-alt {
    background-color: var(--color-surface-50);
  }
  .dark .section-alt {
    background-color: var(--color-dark-900);
  }
  .page-header.page-header--display {
    height: auto;
    min-height: 200px;
    overflow: hidden;
    padding: 0;
  }
  .page-header.page-header--display h1 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    font-size: clamp(2.5rem, 15vw, 9rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 0.7;
    margin: 0;
    text-transform: uppercase;
    color: var(--color-white);
    text-shadow: none;
  }
  @media (max-width: 767px) {
    .page-header.page-header--display h1 {
      font-size: clamp(1.75rem, 12vw, 3.5rem);
      width: 95%;
    }
    .page-header.page-header--display {
      height: auto;
      min-height: 100px;
      overflow: hidden;
      padding: 0;
    }
  }
  .intro-block {
    text-align: center;
    padding: 16px 24px 12px;
    max-width: 680px;
    margin: 0 auto;
  }
  .text-lead {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--color-text-900);
    margin-bottom: 8px;
  }
  .text-sub {
    font-size: 1rem;
    color: var(--color-text-muted);
    line-height: 1.65;
    margin-bottom: 0;
  }
  .text-sub-iia {
    font-size: 0.75rem;
    color: var(--color-text-muted);
    line-height: 1;
    margin-bottom: 0;
  }
  .text-sub-iia strong {
    font-size: 0.9rem;
    color: var(--color-text-muted);
    line-height: normal;
    margin-bottom: 0;
  }
  .dark .text-lead {
    color: var(--color-surface-100);
  }
  .dark .text-sub {
    color: var(--color-text-dark-muted);
  }
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-family: var(--font-sans);
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
    white-space: nowrap;
  }
  .btn-primary {
    background-color: var(--color-e-500);
    color: var(--color-white);
  }
  .btn-primary:hover {
    background-color: var(--color-e-400);
    color: var(--color-white);
  }
  .btn-primary:active {
    background-color: var(--color-e-600);
  }
  .btn-secondary {
    background-color: transparent;
    color: var(--color-blue-700);
    border: 1.5px solid var(--color-blue-700);
  }
  .btn-secondary:hover {
    background-color: var(--color-blue-700);
    color: var(--color-white);
  }
  .dark .btn-secondary {
    color: var(--color-blue-300);
    border-color: var(--color-blue-300);
  }
  .dark .btn-secondary:hover {
    background-color: var(--color-blue-300);
    color: var(--color-dark-900);
  }
  .btn-ghost {
    background-color: transparent;
    color: var(--color-blue-600);
    padding-inline: 0;
    text-decoration: underline;
    text-decoration-color: color-mix( in srgb, #4379a3 35%, transparent );
    @supports (color: color-mix(in lab, red, red)) {
      text-decoration-color: color-mix( in srgb, var(--color-blue-600) 35%, transparent );
    }
    border-radius: 0;
  }
  .btn-ghost:hover {
    color: var(--color-blue-700);
    text-decoration-color: var(--color-blue-700);
  }
  .dark .btn-ghost {
    color: var(--color-blue-300);
  }
  .btn-iia {
    background-color: var(--color-iia-500);
    color: var(--color-surface-100);
  }
  .btn-iia:hover {
    background-color: var(--color-iia-300);
    color: var(--color-white);
  }
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    transition: background-color 0.4s ease, border-color 0.4s ease;
  }
  .nav.scrolled {
    background-color: var(--color-surface-50);
    border-bottom-color: var(--color-surface-300);
  }
  .dark .nav.scrolled {
    background-color: var(--color-dark-900);
    border-bottom-color: var(--color-dark-600);
  }
  .nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
  }
  @media (min-width: 768px) {
    .nav-inner {
      height: 72px;
    }
  }
  .nav-link {
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--color-text-500);
    text-decoration: none;
    padding: 0.25rem 0;
    border-bottom: 2px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
  }
  .nav-link:hover, .nav-link.active {
    color: var(--color-blue-600);
    border-bottom-color: var(--color-blue-600);
  }
  .dark .nav-link {
    color: var(--color-text-dark-muted);
  }
  .dark .nav-link:hover, .dark .nav-link.active {
    color: var(--color-blue-300);
    border-bottom-color: var(--color-blue-300);
  }
  .nav-mobile {
    display: none;
    position: fixed;
    inset: 0;
    top: 64px;
    background-color: var(--color-surface-50);
    padding: 1.5rem 1.25rem;
    z-index: 99;
    overflow-y: auto;
  }
  @media (min-width: 768px) {
    .nav-mobile {
      top: 72px;
    }
  }
  .dark .nav-mobile {
    background-color: var(--color-dark-900);
  }
  .nav-mobile.open {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  .nav-mobile-link {
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--color-text-700);
    padding: 0.4rem 0;
    border-bottom: 1px solid var(--color-surface-300);
    text-decoration: none;
  }
  .dark .nav-mobile-link {
    color: var(--color-text-dark-subtle);
    border-bottom-color: var(--color-dark-600);
  }
  body {
    padding-top: 64px;
  }
  @media (min-width: 768px) {
    body {
      padding-top: 72px;
    }
  }
  body.has-hero {
    padding-top: 0;
  }
  .hero {
    position: relative;
    overflow: hidden;
    height: 100vh;
    display: flex;
    flex-direction: column;
  }
  .hero-body {
    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 64px;
  }
  @media (min-width: 768px) {
    .hero-body {
      padding-top: 72px;
    }
  }
  .hero-content {
    position: relative;
    z-index: 2;
    max-width: 580px;
  }
  .hero-tag {
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-blue-600);
    margin-bottom: 1.25rem;
    display: block;
  }
  .dark .hero-tag {
    color: var(--color-blue-300);
  }
  .hero-image {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 85%;
    max-width: 1200px;
    object-fit: cover;
    object-position: right bottom;
    padding-bottom: 100px;
  }
  .hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient( to right, var(--color-surface-50) 25%, transparent 45% );
  }
  .dark .hero-overlay {
    background: linear-gradient( to right, var(--color-dark-900) 25%, transparent 45% );
  }
  @media (max-width: 639px) {
    .hero {
      height: 100dvh;
    }
    .hero-image {
      display: none;
    }
    .hero-overlay {
      display: none;
    }
    .hero-body {
      padding-top: 64px;
      padding-bottom: 1.75rem;
    }
    .hero-content h1 {
      font-size: 2.25rem;
      letter-spacing: -0.02em;
      margin-bottom: 0.75rem;
    }
    .hero-content p {
      font-size: 0.875rem;
      margin-bottom: 1.25rem;
    }
    .hero-tag {
      margin-bottom: 0.75rem;
    }
  }
  .stats-strip {
    position: relative;
    z-index: 2;
    background-color: var(--color-blue-800);
    padding-block: 1.75rem;
    width: 100%;
  }
  .dark .stats-strip {
    background-color: var(--color-dark-800);
    border-top: 1px solid var(--color-dark-600);
  }
  .stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 1rem;
  }
  @media (min-width: 640px) {
    .stats-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media (min-width: 1024px) {
    .stats-grid {
      grid-template-columns: repeat(6, 1fr);
    }
  }
  .stat-item {
    text-align: center;
  }
  .stat-number {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--color-white);
    line-height: 1;
    display: block;
  }
  .dark .stat-number {
    color: var(--color-blue-200);
  }
  .stat-label {
    font-size: 0.75rem;
    font-weight: 400;
    color: color-mix(in srgb, #ffffff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in srgb, var(--color-white) 60%, transparent);
    }
    margin-top: 0.375rem;
    display: block;
  }
  @media (max-width: 767px) {
    .stats-strip {
      padding-block: 1.25rem;
    }
    .stats-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 0.625rem;
    }
    .stat-number {
      font-size: 1.375rem;
    }
    .stat-label {
      font-size: 0.625rem;
      margin-top: 0.2rem;
    }
  }
  .path-card {
    background-color: var(--color-white);
    border: 1px solid var(--color-surface-300);
    border-radius: 12px;
    padding: 1.75rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }
  .path-card:hover {
    border-color: var(--color-blue-600);
    box-shadow: 0 4px 20px color-mix(in srgb, #4379a3 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 4px 20px color-mix(in srgb, var(--color-blue-600) 10%, transparent);
    }
  }
  .path-card.featured {
    border-color: var(--color-blue-600);
  }
  .dark .path-card {
    background-color: var(--color-dark-800);
    border-color: var(--color-dark-600);
  }
  .dark .path-card:hover {
    border-color: var(--color-blue-400);
  }
  .dark .path-card.featured {
    border-color: var(--color-blue-400);
  }
  .iia-card {
    background-color: color-mix(in srgb, #8a4385 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--color-iia-500) 15%, transparent);
    }
    border-radius: 12px;
    padding: 1.75rem;
    overflow: hidden;
  }
  .dark .iia-card {
    background-color: color-mix(in srgb, #8a4385 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--color-iia-500) 25%, transparent);
    }
  }
  .product-card {
    background-color: var(--color-white);
    border: 1px solid var(--color-surface-300);
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    flex-direction: column;
  }
  .product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px color-mix(in srgb, #000000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 8px 24px color-mix(in srgb, var(--color-black) 10%, transparent);
    }
  }
  .dark .product-card {
    background-color: var(--color-dark-800);
    border-color: var(--color-dark-600);
  }
  .product-card-header {
    display: flex;
    align-items: center;
    min-height: 120px;
  }
  .product-card-img {
    width: 50%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center top;
    display: block;
    flex-shrink: 0;
  }
  .product-card-title {
    flex: 1;
    padding: 1rem 1.25rem;
    font-size: 0.8125rem;
    font-weight: 400;
    color: var(--color-text-500);
    line-height: 1.3;
  }
  .product-card-name {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--color-blue-600);
    display: block;
    margin-top: 0.25rem;
  }
  .dark .product-card-name {
    color: var(--color-blue-300);
  }
  .product-card-body {
    padding: 1rem 1.25rem 1.25rem;
    border-top: 1px solid var(--color-surface-200);
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .dark .product-card-body {
    border-top-color: var(--color-dark-600);
  }
  .product-tag {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--color-blue-600);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: block;
    margin-top: auto;
    padding-top: 0.875rem;
  }
  .dark .product-tag {
    color: var(--color-blue-300);
  }
  @media (max-width: 639px) {
    .product-card-header {
      flex-direction: column;
      min-height: auto;
    }
    .product-card-img {
      width: 100%;
      aspect-ratio: 4 / 3;
    }
    .product-card-title {
      padding: 1rem 1.25rem 0.5rem;
    }
  }
  .iia-section {
    background-color: var(--color-iia-900);
    overflow: hidden;
  }
  .iia-section .iia-img {
    display: block;
    width: 100%;
    border-radius: 0 0 12px 0;
    object-fit: cover;
    filter: none;
  }
  .dark .iia-section .iia-img {
    filter: brightness(0.75);
  }
  .iia-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: color-mix(in srgb, #8a4385 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--color-iia-500) 20%, transparent);
    }
    border: 1px solid color-mix(in srgb, #8a4385 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--color-iia-500) 40%, transparent);
    }
    color: var(--color-iia-100);
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.3125rem 0.75rem;
    border-radius: 20px;
    margin-bottom: 1.25rem;
  }
  .iia-dot {
    width: 6px;
    height: 6px;
    background-color: var(--color-iia-100);
    border-radius: 50%;
    animation: iia-pulse 2s ease-in-out infinite;
    flex-shrink: 0;
  }
  .iia-pill {
    font-size: 0.85rem;
    color: color-mix(in srgb, #ffffff 75%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in srgb, var(--color-white) 75%, transparent);
    }
    background-color: color-mix(in srgb, #ffffff 6%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--color-white) 6%, transparent);
    }
    border: 1px solid color-mix(in srgb, #ffffff 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--color-white) 15%, transparent);
    }
    padding: 0.3125rem 0.75rem;
    border-radius: 20px;
    white-space: nowrap;
  }
  .search-hero-img {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 1rem;
  }
  .search-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  @media (max-width: 1023px) {
    .search-hero-img {
      aspect-ratio: 16 / 7;
      max-height: 260px;
    }
  }
  .search-section {
    background-color: var(--color-surface-200);
  }
  .dark .search-section {
    background-color: var(--color-dark-800);
  }
  .search-input {
    width: 100%;
    font-family: var(--font-sans);
    font-size: 0.9375rem;
    padding: 0.875rem 1.25rem;
    border: 1.5px solid var(--color-surface-400);
    border-radius: 8px 0 0 8px;
    background-color: var(--color-white);
    color: var(--color-text-700);
    outline: none;
    transition: border-color 0.2s ease;
  }
  .search-input:focus {
    border-color: var(--color-blue-600);
  }
  .dark .search-input {
    background-color: var(--color-dark-700);
    border-color: var(--color-dark-500);
    color: var(--color-text-dark);
  }
  .dark .search-input:focus {
    border-color: var(--color-blue-400);
  }
  .search-btn {
    font-family: var(--font-sans);
    font-size: 0.9375rem;
    font-weight: 500;
    padding: 0.875rem 1.5rem;
    background-color: var(--color-blue-700);
    color: var(--color-white);
    border: none;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    transition: background-color 0.2s ease;
    white-space: nowrap;
  }
  .search-btn:hover {
    background-color: var(--color-blue-600);
  }
  .search-card {
    background-color: color-mix(in srgb, white 72%, transparent);
    border-radius: 12px;
    padding: 1.75rem;
    overflow: hidden;
  }
  .dark .search-card {
    background-color: color-mix( in srgb, black 35%, transparent );
  }
  .logos-carousel {
    overflow: hidden;
    width: 100%;
  }
  .logos-slides {
    display: flex;
    align-items: center;
    transition: transform 0.6s ease-in-out;
    will-change: transform;
  }
  .logos-slide {
    flex-shrink: 0;
    display: block;
    object-fit: contain;
  }
  .modal-overlay {
    display: flex;
    position: fixed;
    inset: 0;
    background-color: color-mix( in srgb, #0a0e18 75%, transparent );
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix( in srgb, var(--color-dark-950) 75%, transparent );
    }
    z-index: 200;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    animation: fadeIn 0.2s ease;
  }
  .modal-overlay.hidden {
    display: none;
  }
  .modal-box {
    background-color: var(--color-white);
    border-radius: 12px;
    max-width: 520px;
    width: 100%;
    position: relative;
    box-shadow: 0 24px 60px color-mix(in srgb, #000000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 24px 60px color-mix(in srgb, var(--color-black) 40%, transparent);
    }
    animation: slideUp 0.25s ease;
    max-height: 92vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .dark .modal-box {
    background-color: var(--color-dark-800);
  }
  .modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.25rem;
    color: var(--color-text-300);
    cursor: pointer;
    line-height: 1;
    padding: 0.25rem;
    transition: color 0.2s ease;
    z-index: 1;
  }
  .modal-close:hover {
    color: var(--color-text-700);
  }
  .theme-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.375rem;
    color: var(--color-text-500);
    border-radius: 6px;
    transition: color 0.2s ease, background-color 0.2s ease;
    display: flex;
    align-items: center;
  }
  .theme-toggle:hover {
    background-color: var(--color-surface-200);
    color: var(--color-text-700);
  }
  .dark .theme-toggle {
    color: var(--color-text-dark-muted);
  }
  .dark .theme-toggle:hover {
    background-color: var(--color-dark-700);
    color: var(--color-text-dark);
  }
  .section-divider {
    height: 1px;
    background-color: var(--color-surface-300);
    border: none;
  }
  .dark .section-divider {
    background-color: var(--color-dark-600);
  }
  .text-accent {
    color: var(--color-blue-600);
  }
  .dark .text-accent {
    color: var(--color-blue-300);
  }
  .text-e {
    color: var(--color-e-500);
  }
  .text-libro {
    color: var(--color-libro-500);
  }
  .text-iia {
    color: var(--color-iia-100);
  }
}
.footer {
  background-color: var(--color-footer-bg);
  color: color-mix(in srgb, #f0eee9 55%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--color-surface-100) 55%, transparent);
  }
  font-family: inherit;
  padding: 3.5rem 0 0;
}
.footer-heading {
  display: block;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: color-mix(in srgb, #f0eee9 85%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--color-surface-100) 85%, transparent);
  }
  margin-bottom: 1rem;
}
.footer-link {
  display: block;
  font-size: 0.875rem;
  color: color-mix(in srgb, #f0eee9 80%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--color-surface-100) 80%, transparent);
  }
  text-decoration: none;
  padding: 0.25rem 0;
  transition: color 0.2s ease;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}
.footer-link:hover {
  color: var(--color-primary);
}
.footer-link-es {
  color: color-mix( in srgb, #f0eee9 80%, transparent ) !important;
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix( in srgb, var(--color-surface-100) 80%, transparent ) !important;
  }
  margin-top: 0.5rem;
}
.footer-link-es:hover {
  color: var(--color-primary) !important;
}
.footer-hint {
  font-size: 0.7rem;
  font-style: italic;
  color: color-mix(in srgb, #f0eee9 30%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--color-surface-100) 30%, transparent);
  }
  margin-bottom: 0.75rem;
  display: block;
}
.footer-boletin-btn {
  display: block;
  margin-top: 1.25rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.footer-boletin-btn:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}
.footer-boletin-img {
  width: 100%;
  max-width: 80px;
  height: auto;
  display: block;
  border-radius: 6px;
}
.footer-phones {
  font-size: 0.8125rem;
  color: color-mix(in srgb, #f0eee9 45%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--color-surface-100) 45%, transparent);
  }
  line-height: 1.9;
  margin-bottom: 1.25rem;
}
.footer-phones i {
  font-size: 0.7rem;
  margin-right: 0.5rem;
  opacity: 0.6;
}
.footer-socials {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  align-items: center;
}
.footer-social-icon {
  font-size: 0.9375rem;
  color: color-mix(in srgb, #f0eee9 45%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--color-surface-100) 45%, transparent);
  }
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
  line-height: 1;
}
.footer-social-icon:hover {
  color: color-mix(in srgb, #f0eee9 95%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--color-surface-100) 95%, transparent);
  }
  transform: translateY(-2px);
}
.footer-apps {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
}
.footer-apps a {
  display: inline-block;
  transition: opacity 0.2s ease;
}
.footer-apps a:hover {
  opacity: 0.8;
}
.footer-apps img {
  height: 28px;
}
.footer-divider {
  border: none;
  border-top: 1px solid color-mix(in srgb, #f0eee9 8%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    border-top: 1px solid color-mix(in srgb, var(--color-surface-100) 8%, transparent);
  }
  margin: 2.5rem 0 0;
}
.footer-bar {
  padding: 1rem 0 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 640px) {
  .footer-bar {
    flex-direction: row;
    gap: 1rem;
  }
}
.footer-bar a {
  color: color-mix(in srgb, #f0eee9 80%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--color-surface-100) 80%, transparent);
  }
  text-decoration: underline dotted;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}
.footer-bar a:hover {
  color: var(--color-blue-600);
  text-decoration: none;
}
.footer-copy {
  font-size: 0.75rem;
  color: color-mix(in srgb, #f0eee9 30%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--color-surface-100) 30%, transparent);
  }
  margin: 0;
}
.footer-copy a {
  color: color-mix(in srgb, #f0eee9 35%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--color-surface-100) 35%, transparent);
  }
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-copy a:hover {
  color: color-mix(in srgb, #f0eee9 80%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--color-surface-100) 80%, transparent);
  }
}
.footer-copy .sep {
  margin: 0 0.5rem;
  opacity: 0.3;
}
.modal-boletin .modal-box {
  max-width: 560px;
}
.modal-boletin iframe {
  display: block;
  width: 100%;
  height: 950px;
  border: none;
  border-radius: 12px;
}
.modal-leidos .modal-box {
  max-width: 480px;
  max-height: 85vh;
  background: var(--color-surface-50);
}
.leidos-cover {
  max-height: 320px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}
.leidos-header {
  background: var(--color-surface-50);
  text-align: center;
  padding: 1.5rem 2rem 1rem;
  border-bottom: 1px solid var(--color-surface-300);
}
.dark .leidos-header {
  background: var(--color-dark-800);
  border-bottom-color: var(--color-dark-600);
}
.leidos-badge {
  max-height: 52px;
  margin: 0 auto 0.4rem;
}
.leidos-mes {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-text-900);
  margin: 0;
  text-transform: capitalize;
}
.dark .leidos-mes {
  color: var(--color-surface-50);
}
.leidos-body {
  padding: 2rem 1.5rem 1.25rem;
  overflow: hidden;
}
.leidos-slider {
  position: relative;
  padding-bottom: 1.5rem;
}
.leidos-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.leidos-slide.active {
  opacity: 1;
  position: relative;
  pointer-events: auto;
}
.leidos-rank {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--color-libro-500);
  margin: 1rem 0 0.75rem;
}
.leidos-dots {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin: 0.75rem 0;
}
.leidos-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-surface-400);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s;
}
.leidos-dot.active {
  background: var(--color-libro-500);
}
.leidos-disclaimer {
  font-size: 0.72rem;
  color: var(--color-text-300);
  text-align: center;
  padding: 0.75rem 1.5rem 1.25rem;
  margin: 0;
  border-top: 1px solid var(--color-surface-300);
}
.leidos-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
}
.leidos-nav button {
  background: none;
  border: 1px solid var(--color-surface-400);
  border-radius: 6px;
  padding: 0.3rem 0.75rem;
  font-size: 0.8rem;
  cursor: pointer;
  color: var(--color-text-500);
  transition: border-color 0.15s, color 0.15s;
}
.leidos-nav button:hover {
  border-color: var(--color-libro-500);
  color: var(--color-libro-500);
}
.leidos-contexto {
  font-size: 0.8rem;
  color: var(--color-text-muted);
  text-align: center;
  padding: 0.75rem 1.5rem 0;
  margin: 0;
  line-height: 1.6;
}
.dark .leidos-contexto {
  color: var(--color-surface-300);
}
.lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: color-mix(in srgb, #0a0e18 92%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--color-dark-950) 92%, transparent);
  }
  z-index: 300;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  cursor: zoom-out;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  animation: fadeIn 0.2s ease;
}
.lightbox-overlay.active {
  display: flex;
}
.lightbox-inner {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  animation: slideUp 0.25s ease;
}
.lightbox-inner img {
  max-width: 90vw;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 8px;
  display: block;
  cursor: default;
}
.lightbox-caption {
  font-size: 0.875rem;
  color: color-mix(in srgb, #f0eee9 65%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--color-surface-100) 65%, transparent);
  }
  text-align: center;
  font-style: italic;
  max-width: 600px;
}
.lightbox-close {
  position: absolute;
  top: -2.5rem;
  right: 0;
  background: none;
  border: none;
  color: color-mix(in srgb, #f0eee9 70%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--color-surface-100) 70%, transparent);
  }
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
  padding: 0.25rem;
  transition: color 0.2s ease;
}
.lightbox-close:hover {
  color: var(--color-white);
}
.portadas-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.25rem;
  width: max-content;
  animation: portadas-scroll 40s linear infinite;
}
.tips-video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  margin-block: 1.25rem;
}
.tips-video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.mkt-thumb-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
.mkt-card[data-cat="logo"] .mkt-thumb-wrap img {
  object-fit: contain;
  padding: 1rem;
}
.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}
.filter-tab {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 1.1rem;
  border-radius: 2rem;
  border: 1.5px solid var(--color-surface-300);
  background: transparent;
  color: var(--color-text-500);
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
  line-height: 1.4;
}
.filter-tab:hover {
  border-color: var(--color-e-500);
  color: var(--color-e-500);
}
.filter-tab.active {
  background: var(--color-e-500);
  border-color: var(--color-e-500);
  color: var(--color-white);
}
.dark .filter-tab {
  border-color: var(--color-dark-600);
  color: var(--color-text-muted);
}
.dark .filter-tab:hover {
  border-color: var(--color-e-500);
  color: var(--color-e-500);
}
.dark .filter-tab.active {
  background: var(--color-e-500);
  border-color: var(--color-e-500);
  color: var(--color-white);
}
.event-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.2rem 0.65rem;
  border-radius: 2rem;
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.6;
  pointer-events: none;
  z-index: 1;
}
.event-badge.feria {
  background: var(--color-blue-600);
  color: var(--color-white);
}
.event-badge.conferencia {
  background: var(--color-blue-700);
  color: var(--color-white);
}
.event-badge.congreso {
  background: var(--color-blue-800);
  color: var(--color-white);
}
.event-badge.jornada {
  background: var(--color-libro-500);
  color: var(--color-white);
}
.event-badge.entrevista {
  background: var(--color-text-500);
  color: var(--color-white);
}
.event-badge.prensa {
  background: var(--color-text-900);
  color: var(--color-white);
}
.event-card {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.event-card-thumb {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.event-card-thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.event-card:hover .event-card-thumb img {
  transform: scale(1.04);
}
.event-card-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}
.event-card-body h3 {
  margin: 0;
  line-height: 1.35;
}
.event-card-body h3 a {
  text-decoration: none;
  color: var(--color-text-900);
  transition: color 0.2s ease;
}
.event-card-body h3 a:hover {
  color: var(--color-e-500);
}
.event-place {
  margin: 0;
  font-size: 0.875rem;
  color: var(--color-text-500);
}
.dark .event-card-body h3 a {
  color: var(--color-surface-100);
}
.dark .event-place {
  color: var(--color-text-muted);
}
.events-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}
@media (max-width: 900px) {
  .events-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 580px) {
  .events-grid {
    grid-template-columns: 1fr;
  }
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  margin-top: 3rem;
}
.page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.6rem;
  border-radius: 0.375rem;
  border: 1.5px solid var(--color-surface-300);
  color: var(--color-text-500);
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
  line-height: 1;
}
.page-link:hover {
  border-color: var(--color-e-500);
  color: var(--color-e-500);
}
.page-link.active {
  background: var(--color-e-500);
  border-color: var(--color-e-500);
  color: var(--color-white);
  pointer-events: none;
}
.page-link.disabled {
  opacity: 0.35;
  pointer-events: none;
}
.dark .page-link {
  border-color: var(--color-dark-600);
  color: var(--color-text-muted);
}
.dark .page-link:hover {
  border-color: var(--color-e-500);
  color: var(--color-e-500);
}
.dark .page-link.active {
  background: var(--color-e-500);
  border-color: var(--color-e-500);
  color: var(--color-white);
}
.iia-subnav {
  background-color: var(--color-iia-950);
  border-bottom: 1px solid color-mix(in srgb, #8a4385 30%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    border-bottom: 1px solid color-mix(in srgb, var(--color-iia-500) 30%, transparent);
  }
  position: sticky;
  top: 64px;
  z-index: 90;
  overflow: hidden;
}
@media (min-width: 768px) {
  .iia-subnav {
    top: 72px;
  }
}
.iia-subnav-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.iia-subnav-inner::-webkit-scrollbar {
  display: none;
}
.iia-subnav-link {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.75rem 1.125rem;
  font-family: var(--font-sans);
  font-weight: 400;
  color: color-mix(in srgb, #ffffff 60%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--color-white) 60%, transparent);
  }
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.iia-subnav-link:hover {
  color: var(--color-white);
}
.iia-subnav-link.active {
  color: var(--color-iia-100);
  border-bottom-color: var(--color-iia-100);
  font-weight: 500;
}
.iia-dd {
  display: none;
  position: fixed;
  z-index: 999;
  background-color: var(--color-iia-900);
  border: 1px solid var(--color-iia-700);
  border-top: none;
  border-radius: 0 0 8px 8px;
  min-width: 210px;
  box-shadow: 0 8px 24px color-mix(in srgb, #000000 35%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 8px 24px color-mix(in srgb, var(--color-black) 35%, transparent);
  }
}
.iia-dd.is-open {
  display: block;
}
.iia-dd a {
  display: block;
  padding: 0.625rem 1.25rem;
  color: color-mix(in srgb, #f0eee9 70%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--color-surface-100) 70%, transparent);
  }
  text-decoration: none;
  border-bottom: 1px solid color-mix(in srgb, #ffffff 7%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    border-bottom: 1px solid color-mix(in srgb, var(--color-white) 7%, transparent);
  }
  transition: color 0.15s ease, background-color 0.15s ease;
}
.iia-dd a:last-child {
  border-bottom: none;
}
.iia-dd a:hover {
  color: var(--color-iia-100);
  background-color: color-mix(in srgb, #8a4385 20%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in srgb, var(--color-iia-500) 20%, transparent);
  }
}
.iia-subnav-mobile-btn {
  display: none;
}
@media (max-width: 767px) {
  .iia-subnav-mobile-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.875rem 0;
    background: none;
    border: none;
    font-family: var(--font-sans);
    font-weight: 500;
    color: var(--color-iia-100);
    cursor: pointer;
  }
  .iia-subnav-inner {
    display: none;
    flex-direction: column;
    gap: 0;
    padding-bottom: 0.75rem;
  }
  .iia-subnav-inner.open {
    display: flex;
  }
  .iia-subnav-link {
    padding: 0.625rem 0;
    border-bottom: 1px solid color-mix(in srgb, #8a4385 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-bottom: 1px solid color-mix(in srgb, var(--color-iia-500) 20%, transparent);
    }
    border-left: none;
    width: 100%;
    text-align: left;
    justify-content: space-between;
  }
  .iia-subnav-link.active {
    border-bottom-color: color-mix( in srgb, #8a4385 20%, transparent );
    @supports (color: color-mix(in lab, red, red)) {
      border-bottom-color: color-mix( in srgb, var(--color-iia-500) 20%, transparent );
    }
  }
}
.curso-nav {
  background-color: var(--color-surface-200);
  border-bottom: 1px solid var(--color-surface-300);
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-mask-image: linear-gradient(to right, black 85%, transparent 100%);
  mask-image: linear-gradient(to right, black 85%, transparent 100%);
}
.dark .curso-nav {
  background-color: var(--color-dark-800);
  border-color: var(--color-dark-600);
}
.curso-nav::-webkit-scrollbar {
  display: none;
}
.curso-nav-inner {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.625rem 1.25rem;
  white-space: nowrap;
}
.curso-nav-link {
  display: inline-flex;
  align-items: center;
  padding: 0.375rem 0.875rem;
  border-radius: 2rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: background 0.2s, color 0.2s;
  color: var(--color-text-muted);
  background: transparent;
}
.curso-nav-link:hover {
  background-color: color-mix(in srgb, #8a4385 12%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in srgb, var(--color-iia-500) 12%, transparent);
  }
  color: var(--color-iia-500);
}
.curso-nav-link.active {
  background-color: var(--color-iia-900);
  color: var(--color-iia-100);
}
.dark .curso-nav-link {
  color: var(--color-surface-400);
}
.dark .curso-nav-link:hover {
  color: var(--color-iia-300);
}
.curso-nav-link {
  flex-direction: column;
  gap: 0.1rem;
}
.curso-nav-link small {
  font-weight: 400;
  letter-spacing: 0;
  opacity: 0.7;
  line-height: 1;
}
.curso-nav-link.active small {
  opacity: 1;
}
.curso-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 3rem;
  align-items: start;
}
@media (max-width: 900px) {
  .curso-layout {
    grid-template-columns: 1fr;
  }
}
.curso-sidebar {
  position: sticky;
  top: calc(72px + 46px + 36px + 1.5rem);
}
@media (max-width: 900px) {
  .curso-sidebar {
    position: static;
  }
}
.curso-sidebar-box {
  background-color: var(--color-surface-50);
  border: 1px solid var(--color-surface-300);
  border-radius: 12px;
  overflow: hidden;
}
.dark .curso-sidebar-box {
  background-color: var(--color-dark-800);
  border-color: var(--color-dark-600);
}
.curso-sidebar-header {
  background-color: var(--color-iia-900);
  padding: 1.25rem 1.5rem;
}
.curso-sidebar-header .code {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--color-iia-300);
  display: block;
  margin-bottom: 0.25rem;
}
.curso-sidebar-precio {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--color-white);
  display: block;
}
.curso-sidebar-por {
  font-size: 0.75rem;
  color: color-mix(in srgb, #d177cb 55%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--color-iia-100) 55%, transparent);
  }
}
.curso-sidebar-body {
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.curso-meta-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.5rem;
  font-size: 0.875rem;
  border-bottom: 1px solid var(--color-surface-300);
  padding-bottom: 0.625rem;
}
.dark .curso-meta-item {
  border-color: var(--color-dark-600);
}
.curso-meta-item:last-of-type {
  border-bottom: none;
}
.curso-meta-label {
  color: var(--color-text-muted);
}
.curso-meta-value {
  font-weight: 500;
  color: var(--color-text-900);
  text-align: right;
}
.dark .curso-meta-value {
  color: var(--color-surface-100);
}
.curso-section {
  padding-block: 2rem;
  border-bottom: 1px solid var(--color-surface-300);
}
.dark .curso-section {
  border-color: var(--color-dark-600);
}
.curso-section:last-of-type {
  border-bottom: none;
}
.curso-section h3 {
  margin-bottom: 1rem;
}
.curso-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.curso-list li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  color: var(--color-text-700);
}
.dark .curso-list li {
  color: var(--color-surface-200);
}
.curso-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--color-iia-500);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 0.55em;
}
.acord-item {
  border-bottom: 1px solid var(--color-surface-300);
}
.dark .acord-item {
  border-color: var(--color-dark-600);
}
.acord-item:first-of-type {
  border-top: 1px solid var(--color-surface-300);
}
.dark .acord-item:first-of-type {
  border-top-color: var(--color-dark-600);
}
.acord-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 0.875rem 0;
  background: none;
  border: none;
  text-align: left;
  font-family: var(--font-sans);
  font-weight: 500;
  color: var(--color-text-900);
  cursor: pointer;
  transition: color 0.2s;
}
.dark .acord-btn {
  color: var(--color-surface-100);
}
.acord-btn:hover, .acord-btn[aria-expanded="true"] {
  color: var(--color-iia-500);
}
.acord-chevron {
  flex-shrink: 0;
  color: var(--color-iia-500);
  transition: transform 0.25s;
}
.acord-btn[aria-expanded="true"] .acord-chevron {
  transform: rotate(180deg);
}
.acord-body {
  display: none;
  padding-bottom: 1rem;
  color: var(--color-text-700);
  line-height: 1.7;
}
.dark .acord-body {
  color: var(--color-surface-200);
}
.acord-body.is-open {
  display: block;
}
.acord-body p {
  margin-bottom: 0.625rem;
}
.acord-body p:last-child {
  margin-bottom: 0;
}
.curso-cta {
  background-color: var(--color-iia-900);
  background-image: url("img/textures/wave3.svg");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1.25rem;
  padding-block: 5rem;
  padding-inline: 1.5rem;
}
.curso-cta-label {
  color: color-mix(in srgb, #ffffff 55%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--color-white) 55%, transparent);
  }
  margin: 0;
}
.curso-cta-title {
  color: var(--color-white);
  margin: 0;
}
.curso-cta-btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.5rem;
}
.btn-cta-secondary {
  color: color-mix(in srgb, #ffffff 80%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--color-white) 80%, transparent);
  }
  border-color: color-mix(in srgb, #ffffff 40%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--color-white) 40%, transparent);
  }
}
.modal-header-iia {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  background-color: var(--color-iia-900);
}
.modal-header-iia h6 {
  margin: 0;
  color: var(--color-white);
  font-weight: 500;
}
.modal-header-iia .modal-close {
  color: var(--color-white);
}
.footer-band {
  background-color: var(--color-e-600);
  padding-block: 1.25rem;
}
.footer-band-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.footer-band-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1.5px solid color-mix(in srgb, #ffffff 60%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1.5px solid color-mix(in srgb, var(--color-white) 60%, transparent);
  }
  border-radius: 0.375rem;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-white);
  background: transparent;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  text-decoration: none;
}
.footer-band-btn:hover {
  background: color-mix(in srgb, #ffffff 12%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--color-white) 12%, transparent);
  }
  border-color: var(--color-white);
}
.product-card.featured {
  flex-direction: row;
  align-items: center;
}
.product-card.featured .product-card-header {
  width: 38%;
  flex-shrink: 0;
  height: 200px;
  border-radius: var(--radius) 0 0 var(--radius);
}
.product-card.featured .product-card-img {
  width: auto;
  height: 180px;
  border-radius: var(--radius) 0 0 var(--radius);
}
.product-card.featured .product-card-name {
  font-size: 1.75rem;
  font-weight: 600;
}
.product-card-img-feat {
  width: auto;
  height: 180px;
}
.product-card-name-feat {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--color-blue-600);
}
.product-card.featured .product-card-body {
  border-top: none;
}
.product-card-title-feat {
  flex: 1;
  padding: 1rem 1.25rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--color-text-500);
  line-height: 1.3;
}
.col-card {
  display: flex;
  flex-direction: column;
  background: var(--color-surface-50);
  border: 1px solid var(--color-surface-300);
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.col-card:hover {
  border-color: var(--color-blue-600);
  box-shadow: 0 4px 20px color-mix(in srgb, #4379a3 10%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 4px 20px color-mix(in srgb, var(--color-blue-600) 10%, transparent);
  }
}
.dark .col-card {
  background: var(--color-dark-800);
  border-color: var(--color-dark-600);
}
.dark .col-card:hover {
  border-color: var(--color-blue-400);
}
.col-card-img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.col-card-body {
  padding: 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.col-card-label {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-text-muted);
}
.col-card-name {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-blue-600);
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
.dark .col-card-name {
  color: var(--color-blue-300);
}
.col-card-desc {
  font-size: 1rem;
  color: var(--color-text-500);
  flex: 1;
  line-height: 1.4;
}
.dark .col-card-desc {
  color: var(--color-text-muted);
}
.col-card-link {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--color-blue-600);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-top: 0.75rem;
}
.dark .col-card-link {
  color: var(--color-blue-300);
}
.col-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}
.col-grid .col-card {
  flex: 0 0 calc(50% - 0.625rem);
}
@media (min-width: 1024px) {
  .col-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .col-grid .col-card {
    flex: unset;
  }
}
@media (max-width: 1023px) {
  .col-card:first-child {
    grid-column: 1 / -1;
    flex-direction: row;
  }
  .col-card:first-child .col-card-img {
    width: 40%;
    flex-shrink: 0;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 12px 0 0 12px;
  }
  .col-card:first-child .col-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.hero-scroll-indicator {
  position: relative;
  display: inline-flex;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--color-blue-600);
  opacity: 0.7;
  transition: opacity 0.2s ease;
  animation: scrollBounce 2s ease-in-out infinite;
}
.hero-scroll-indicator:hover {
  opacity: 1;
}
@keyframes scrollBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}
.scroll-wheel {
  animation: scrollWheel 2s ease-in-out infinite;
}
@keyframes scrollWheel {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(6px);
    opacity: 0.3;
  }
}
.hero-scroll-tooltip {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.75rem;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-blue-600);
  opacity: 0;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}
.hero-scroll-indicator:hover .hero-scroll-tooltip {
  opacity: 1;
}
.hero-scroll-indicator {
  display: inline-flex;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  color: var(--color-blue-600);
  opacity: 0.7;
  transition: opacity 0.2s ease;
  animation: scrollBounce 2s ease-in-out infinite;
}
.hero-scroll-indicator:hover {
  opacity: 1;
}
.hero-scroll-wrapper {
  position: absolute;
  bottom: 8.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  text-align: center;
}
#ann-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  background-color: var(--color-e-500);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
}
#ann-bar a.ann-link {
  color: var(--color-white);
  text-decoration: none;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  transition: opacity 0.2s ease;
}
#ann-bar a.ann-link:hover {
  opacity: 0.85;
}
#ann-close {
  position: absolute;
  right: 1rem;
  background: none;
  border: none;
  color: var(--color-white);
  font-size: 1.25rem;
  cursor: pointer;
  opacity: 0.7;
  line-height: 1;
  padding: 0;
  transition: opacity 0.2s ease;
}
#ann-close:hover {
  opacity: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
