/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --animate-pulse: pulse var(--default-animation-duration, 2s) var(--default-animation-timing-function, cubic-bezier(0.4, 0, 0.6, 1)) var(--default-animation-delay, 0s) infinite;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --animate-jump-in: jump-in var(--default-animation-duration, 0.5s) var(--default-animation-timing-function, ease) var(--default-animation-delay, 0s) both;
    --animate-fade: fade var(--default-animation-duration, 1s) var(--default-animation-timing-function, ease) var(--default-animation-delay, 0s) both;
    --animate-flip-up: flip-up var(--default-animation-duration, 1s) var(--default-animation-timing-function, ease) var(--default-animation-delay, 0s) both;
    --font-asap: "Asap", sans-serif;
    --font-dk-crayon: "DK_crayon";
    --font-flicker: "Flicker-demo";
    --color-dune-100: oklch(93.85% 0.0041 121.56);
    --color-dune-300: oklch(75.44% 0.0099 113.22);
    --color-dune-500: oklch(34.15% 0.0103 114.63);
    --color-dune-900: oklch(20.55% 0.0313 128.2);
    --color-puritano-500: oklch(100% 0 0);
    --color-cerise-red-500: oklch(59.7% 0.2038 9.62);
    --color-pistachio-300: oklch(89.54% 0.1026 117.28);
    --color-pistachio-400: oklch(82.37% 0.1542 120.89);
    --color-pistachio-500: oklch(75.23% 0.1806 124.9);
    --color-zest-500: oklch(71.77% 0.1517 60.43);
    --color-zest-600: oklch(65.63% 0.144 57.54);
    --color-red-damask-300: oklch(0.88 0.0596 64.45);
    --color-red-damask-500: oklch(0.67 0.1582 38.89);
    --color-red-damask-600: oklch(0.61 0.1535 37.54);
  }
}
@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;
  }
  :-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 {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .m-1 {
    margin: calc(var(--spacing) * 1);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .flex {
    display: flex;
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-screen {
    height: 100vh;
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9\/12 {
    width: calc(9/12 * 100%);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-36 {
    width: calc(var(--spacing) * 36);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .animate-fade {
    animation: var(--animate-fade);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-dune-100 {
    border-color: var(--color-dune-100);
  }
  .border-puritano-500 {
    border-color: var(--color-puritano-500);
  }
  .bg-dune-300\/30 {
    background-color: color-mix(in srgb, oklch(75.44% 0.0099 113.22) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-dune-300) 30%, transparent);
    }
  }
  .bg-dune-500 {
    background-color: var(--color-dune-500);
  }
  .bg-\[url\(\'https\:\/\/img\.educacionadventista\.com\/fondos\/esi-10\/bg-mobile-cuaderno-portrait\.webp\'\)\] {
    background-image: url('https://img.educacionadventista.com/fondos/esi-10/bg-mobile-cuaderno-portrait.webp');
  }
  .bg-\[url\(\'https\:\/\/img\.educacionadventista\.com\/fondos\/esi-11\/bg-mobile-portrait\.webp\'\)\] {
    background-image: url('https://img.educacionadventista.com/fondos/esi-11/bg-mobile-portrait.webp');
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .font-asap {
    font-family: var(--font-asap);
  }
  .font-dk-crayon {
    font-family: var(--font-dk-crayon);
  }
  .font-flicker {
    font-family: var(--font-flicker);
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .text-dune-500 {
    color: var(--color-dune-500);
  }
  .text-zest-500 {
    color: var(--color-zest-500);
  }
  .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-swm {
    --tw-shadow: 0px 0px 0.5rem var(--tw-shadow-color, oklch(0% 0 0 / 30%));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-dune-500\/70 {
    --tw-shadow-color: color-mix(in srgb, oklch(34.15% 0.0103 114.63) 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-dune-500) 70%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .shadow-dune-900\/50 {
    --tw-shadow-color: color-mix(in srgb, oklch(20.55% 0.0313 128.2) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-dune-900) 50%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .animate-ease-linear {
    animation-timing-function: linear;
  }
  .animate-ease-out {
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  .animate-infinite {
    animation-iteration-count: infinite;
  }
  .xs-plus\:gap-4 {
    @media (width >= 24.375rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .xs-plus\:gap-5 {
    @media (width >= 24.375rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .xs-plus\:gap-6 {
    @media (width >= 24.375rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .xs-plus\:p-5 {
    @media (width >= 24.375rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .sm\:w-14 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 14);
    }
  }
  .sm\:w-32 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 32);
    }
  }
  .sm\:w-40 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 40);
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:gap-2 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .sm\:px-7 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 7);
    }
  }
  .sm\:py-6 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .sm\:text-6xl {
    @media (width >= 40rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .sm\:text-sm {
    @media (width >= 40rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .md\:h-9 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 9);
    }
  }
  .md\:w-9 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 9);
    }
  }
  .md\:w-9\/12 {
    @media (width >= 48rem) {
      width: calc(9/12 * 100%);
    }
  }
  .md\:w-20 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 20);
    }
  }
  .md\:w-24 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 24);
    }
  }
  .md\:w-48 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 48);
    }
  }
  .md\:w-52 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 52);
    }
  }
  .md\:w-60 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 60);
    }
  }
  .md\:w-\[85\%\] {
    @media (width >= 48rem) {
      width: 85%;
    }
  }
  .md\:gap-4 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-5 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-7 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 7);
    }
  }
  .md\:rounded-xl {
    @media (width >= 48rem) {
      border-radius: var(--radius-xl);
    }
  }
  .md\:bg-\[url\(\'https\:\/\/img\.educacionadventista\.com\/fondos\/esi-10\/bg-tablet-cuaderno\.webp\'\)\] {
    @media (width >= 48rem) {
      background-image: url('https://img.educacionadventista.com/fondos/esi-10/bg-tablet-cuaderno.webp');
    }
  }
  .md\:bg-\[url\(\'https\:\/\/img\.educacionadventista\.com\/fondos\/esi-11\/bg-tablet-portrait\.webp\'\)\] {
    @media (width >= 48rem) {
      background-image: url('https://img.educacionadventista.com/fondos/esi-11/bg-tablet-portrait.webp');
    }
  }
  .md\:p-10 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .md\:p-16 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 16);
    }
  }
  .md\:px-10 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .lg\:h-3 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 3);
    }
  }
  .lg\:h-10 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 10);
    }
  }
  .lg\:h-12 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 12);
    }
  }
  .lg\:w-10 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 10);
    }
  }
  .lg\:w-20 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 20);
    }
  }
  .lg\:w-24 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 24);
    }
  }
  .lg\:w-52 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 52);
    }
  }
  .lg\:w-\[75\%\] {
    @media (width >= 64rem) {
      width: 75%;
    }
  }
  .lg\:gap-2 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .lg\:gap-5 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:gap-6 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:gap-14 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 14);
    }
  }
  .lg\:bg-\[url\(\'https\:\/\/img\.educacionadventista\.com\/fondos\/esi-10\/bg-mobile-cuaderno-landscape\.webp\'\)\] {
    @media (width >= 64rem) {
      background-image: url('https://img.educacionadventista.com/fondos/esi-10/bg-mobile-cuaderno-landscape.webp');
    }
  }
  .lg\:p-10 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .lg\:p-14 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 14);
    }
  }
  .lg\:px-32 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 32);
    }
  }
  .lg\:text-2xl {
    @media (width >= 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-3xl {
    @media (width >= 64rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .xl\:mt-0 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .xl\:h-10 {
    @media (width >= 80rem) {
      height: calc(var(--spacing) * 10);
    }
  }
  .xl\:h-14 {
    @media (width >= 80rem) {
      height: calc(var(--spacing) * 14);
    }
  }
  .xl\:w-10 {
    @media (width >= 80rem) {
      width: calc(var(--spacing) * 10);
    }
  }
  .xl\:w-14 {
    @media (width >= 80rem) {
      width: calc(var(--spacing) * 14);
    }
  }
  .xl\:w-24 {
    @media (width >= 80rem) {
      width: calc(var(--spacing) * 24);
    }
  }
  .xl\:w-56 {
    @media (width >= 80rem) {
      width: calc(var(--spacing) * 56);
    }
  }
  .xl\:w-60 {
    @media (width >= 80rem) {
      width: calc(var(--spacing) * 60);
    }
  }
  .xl\:w-80 {
    @media (width >= 80rem) {
      width: calc(var(--spacing) * 80);
    }
  }
  .xl\:w-\[60\%\] {
    @media (width >= 80rem) {
      width: 60%;
    }
  }
  .xl\:w-\[75\%\] {
    @media (width >= 80rem) {
      width: 75%;
    }
  }
  .xl\:flex-wrap {
    @media (width >= 80rem) {
      flex-wrap: wrap;
    }
  }
  .xl\:justify-between {
    @media (width >= 80rem) {
      justify-content: space-between;
    }
  }
  .xl\:gap-2 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .xl\:gap-4 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .xl\:gap-5 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .xl\:gap-6 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .xl\:gap-7 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 7);
    }
  }
  .xl\:gap-8 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .xl\:bg-\[\(\'https\:\/\/img\.educacionadventista\.com\/fondos\/esi-10\/bg-desktop-cuaderno\.webp\'\)\] {
    @media (width >= 80rem) {
      background-color: ('https://img.educacionadventista.com/fondos/esi-10/bg-desktop-cuaderno.webp');
    }
  }
  .xl\:bg-\[url\(\'https\:\/\/img\.educacionadventista\.com\/fondos\/esi-11\/bg-desktop-hd\.webp\'\)\] {
    @media (width >= 80rem) {
      background-image: url('https://img.educacionadventista.com/fondos/esi-11/bg-desktop-hd.webp');
    }
  }
  .xl\:p-12 {
    @media (width >= 80rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .xl\:px-0 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .xl\:px-12 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .xl\:py-14 {
    @media (width >= 80rem) {
      padding-block: calc(var(--spacing) * 14);
    }
  }
  .\32 xl\:h-16 {
    @media (width >= 96rem) {
      height: calc(var(--spacing) * 16);
    }
  }
  .\32 xl\:w-5\/12 {
    @media (width >= 96rem) {
      width: calc(5/12 * 100%);
    }
  }
  .\32 xl\:gap-7 {
    @media (width >= 96rem) {
      gap: calc(var(--spacing) * 7);
    }
  }
  .\32 xl\:text-3xl {
    @media (width >= 96rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .\32 xl\:text-4xl {
    @media (width >= 96rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .portrait\:bg-\[url\(\'https\:\/\/img\.educacionadventista\.com\/fondos\/esi-10\/bg-mobile-cuaderno-portrait\.webp\'\)\] {
    @media (orientation: portrait) {
      background-image: url('https://img.educacionadventista.com/fondos/esi-10/bg-mobile-cuaderno-portrait.webp');
    }
  }
  .md\:portrait\:h-11 {
    @media (width >= 48rem) {
      @media (orientation: portrait) {
        height: calc(var(--spacing) * 11);
      }
    }
  }
  .md\:portrait\:h-12 {
    @media (width >= 48rem) {
      @media (orientation: portrait) {
        height: calc(var(--spacing) * 12);
      }
    }
  }
  .md\:portrait\:w-9\/12 {
    @media (width >= 48rem) {
      @media (orientation: portrait) {
        width: calc(9/12 * 100%);
      }
    }
  }
  .md\:portrait\:w-11 {
    @media (width >= 48rem) {
      @media (orientation: portrait) {
        width: calc(var(--spacing) * 11);
      }
    }
  }
  .md\:portrait\:bg-\[url\(\'https\:\/\/img\.educacionadventista\.com\/fondos\/esi-10\/bg-tablet-cuaderno\.webp\'\)\] {
    @media (width >= 48rem) {
      @media (orientation: portrait) {
        background-image: url('https://img.educacionadventista.com/fondos/esi-10/bg-tablet-cuaderno.webp');
      }
    }
  }
  .sm\:landscape\:h-8 {
    @media (width >= 40rem) {
      @media (orientation: landscape) {
        height: calc(var(--spacing) * 8);
      }
    }
  }
  .sm\:landscape\:w-8 {
    @media (width >= 40rem) {
      @media (orientation: landscape) {
        width: calc(var(--spacing) * 8);
      }
    }
  }
  .sm\:landscape\:bg-\[url\(\'https\:\/\/img\.educacionadventista\.com\/fondos\/esi-10\/bg-mobile-cuaderno-landscape\.webp\'\)\] {
    @media (width >= 40rem) {
      @media (orientation: landscape) {
        background-image: url('https://img.educacionadventista.com/fondos/esi-10/bg-mobile-cuaderno-landscape.webp');
      }
    }
  }
  .lg\:landscape\:h-11 {
    @media (width >= 64rem) {
      @media (orientation: landscape) {
        height: calc(var(--spacing) * 11);
      }
    }
  }
  .lg\:landscape\:w-11 {
    @media (width >= 64rem) {
      @media (orientation: landscape) {
        width: calc(var(--spacing) * 11);
      }
    }
  }
  .lg\:landscape\:gap-14 {
    @media (width >= 64rem) {
      @media (orientation: landscape) {
        gap: calc(var(--spacing) * 14);
      }
    }
  }
  .lg\:landscape\:p-14 {
    @media (width >= 64rem) {
      @media (orientation: landscape) {
        padding: calc(var(--spacing) * 14);
      }
    }
  }
  .xl\:landscape\:h-12 {
    @media (width >= 80rem) {
      @media (orientation: landscape) {
        height: calc(var(--spacing) * 12);
      }
    }
  }
  .xl\:landscape\:w-6\/12 {
    @media (width >= 80rem) {
      @media (orientation: landscape) {
        width: calc(6/12 * 100%);
      }
    }
  }
  .xl\:landscape\:w-12 {
    @media (width >= 80rem) {
      @media (orientation: landscape) {
        width: calc(var(--spacing) * 12);
      }
    }
  }
}
@font-face {
  font-family: 'Flicker-demo';
  src: url('https://black-dune-0b228c41e.5.azurestaticapps.net/flicker_DEMO.otf');
}
@font-face {
  font-family: 'DK_crayon';
  src: url('https://black-dune-0b228c41e.5.azurestaticapps.net/DK_Crayon_Crumble.ttf');
}
.body .none {
  display: none;
}
.body .loader-hidden {
  display: none;
}
.body .girar-container {
  position: absolute;
  display: flex;
  height: 100vh;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
nav .nav-sound-on {
  display: block;
}
nav .nav-sound-on-hidden {
  display: none;
}
nav .nav-sound-off {
  display: block;
}
nav .nav-sound-off-hidden {
  display: none;
}
.start-game .container-flex .options .option {
  display: flex;
  height: calc(var(--spacing) * 14);
  width: 100%;
  animation: var(--animate-fade);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-2xl);
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-zest-600);
  background-color: var(--color-zest-500);
  padding: calc(var(--spacing) * 3);
  text-align: center;
  font-family: var(--font-asap);
  font-size: 11px;
  color: var(--color-puritano-500);
  --tw-shadow: inset 0 2px 4px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  --tw-shadow-color: oklch(65.63% 0.144 57.54);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, var(--color-zest-600) var(--tw-shadow-alpha), transparent);
  }
  -webkit-user-select: none;
  user-select: none;
  @media (width >= 40rem) {
    height: calc(var(--spacing) * 11);
  }
  @media (width >= 40rem) {
    width: calc(var(--spacing) * 56);
  }
  @media (width >= 48rem) {
    height: calc(var(--spacing) * 14);
  }
  @media (width >= 48rem) {
    width: calc(var(--spacing) * 72);
  }
  @media (width >= 48rem) {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  @media (width >= 48rem) {
    padding-left: calc(var(--spacing) * 3);
  }
  @media (width >= 48rem) {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  @media (width >= 64rem) {
    height: calc(var(--spacing) * 16);
  }
  @media (width >= 64rem) {
    width: calc(var(--spacing) * 80);
  }
  @media (width >= 64rem) {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  @media (width >= 80rem) {
    height: calc(var(--spacing) * 20);
  }
  @media (width >= 80rem) {
    width: calc(var(--spacing) * 96);
  }
  @media (width >= 80rem) {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
.question {
  animation: var(--animate-jump-in);
  padding: calc(var(--spacing) * 1);
  text-align: center;
  font-family: var(--font-flicker);
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  color: var(--color-dune-500);
  @media (width >= 40rem) {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  @media (width >= 48rem) {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  @media (width >= 64rem) {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
.meter {
  display: flex;
  animation: var(--animate-flip-up);
  flex-direction: row;
  font-family: var(--font-asap);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-cerise-red-500);
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  @media (width >= 48rem) {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  @media (width >= 64rem) {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  @media (width >= 80rem) {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
.start-game .container-flex .options .correct {
  animation: var(--animate-pulse);
  border-style: var(--tw-border-style);
  border-width: 2px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-pistachio-300);
  background-color: var(--color-pistachio-500);
  --tw-shadow: inset 0 2px 4px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  --tw-shadow-color: oklch(82.37% 0.1542 120.89);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, var(--color-pistachio-400) var(--tw-shadow-alpha), transparent);
  }
}
.start-game .container-flex .options .incorrect {
  animation: var(--animate-pulse);
  border-style: var(--tw-border-style);
  border-width: 2px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-red-damask-300);
  background-color: var(--color-red-damask-500);
  --tw-shadow: inset 0 2px 4px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  --tw-shadow-color: oklch(0.61 0.1535 37.54);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, var(--color-red-damask-600) var(--tw-shadow-alpha), transparent);
  }
}
.start-game .star-container img {
  width: calc(var(--spacing) * 7);
  @media (width >= 24.375rem) {
    width: calc(var(--spacing) * 8);
  }
  @media (width >= 40rem) {
    width: calc(var(--spacing) * 6);
  }
  @media (width >= 48rem) {
    width: calc(var(--spacing) * 7);
  }
  @media (width >= 64rem) {
    width: calc(var(--spacing) * 7);
  }
  @media (width >= 80rem) {
    width: calc(var(--spacing) * 7);
  }
}
.game-over div div .star-end {
  animation: rotateStarEnd 1s linear;
}
.game-over div .star-points img {
  width: calc(var(--spacing) * 8);
  @media (width >= 40rem) {
    width: calc(var(--spacing) * 4);
  }
  @media (width >= 48rem) {
    width: calc(var(--spacing) * 11);
  }
  @media (width >= 64rem) {
    width: calc(var(--spacing) * 10);
  }
  @media (width >= 80rem) {
    width: calc(var(--spacing) * 12);
  }
  animation: rotate 1.3s 1 linear;
}
@keyframes rotateStarEnd {
  0% {
    transform: rotate(0) scale(4);
  }
  50% {
    transform: rotate(160deg) scale(2);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
.rotate {
  animation: rotateStarEnd 1s linear;
}
@keyframes rotate {
  0% {
    transform: rotate(0) scale(0);
  }
  50% {
    transform: rotate(160deg) scale(2);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  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;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes jump-in {
  0% {
    transform: scale(0);
  }
  80% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flip-up {
  0% {
    transform: rotateX(90deg);
    transform-origin: bottom;
  }
  100% {
    transform: rotateX(0);
    transform-origin: bottom;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: 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;
    }
  }
}
