/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@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;
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --breakpoint-xl: 1280px;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --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);
    --font-roboto: "Roboto Mono", monospace;
    --font-gogh: "gogh", sans-serif;
    --font-jakarta: "jakarta", sans-serif;
    --font-lexend: "Lexend", sans-serif;
    --font-ubuntu: "Ubuntu", sans-serif;
    --color-andalucia: #007a33;
    --color-educacion: #264653;
    --color-cta: #f4a261;
    --color-texto: #333333;
    --color-secundario: #666666;
    --color-fondo-humo: #e0e4e3;
  }
}
@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 {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .right-10 {
    right: calc(var(--spacing) * 10);
  }
  .bottom-15 {
    bottom: calc(var(--spacing) * 15);
  }
  .bottom-34 {
    bottom: calc(var(--spacing) * 34);
  }
  .bottom-\[-1px\] {
    bottom: -1px;
  }
  .bottom-\[0px\] {
    bottom: 0px;
  }
  .left-61 {
    left: calc(var(--spacing) * 61);
  }
  .left-\[-1px\] {
    left: -1px;
  }
  .left-\[0px\] {
    left: 0px;
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .z-51 {
    z-index: 51;
  }
  .z-500 {
    z-index: 500;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .container {
    width: 100%;
    @media (width >= 480px) {
      max-width: 480px;
    }
    @media (width >= 590px) {
      max-width: 590px;
    }
    @media (width >= 640px) {
      max-width: 640px;
    }
    @media (width >= 776px) {
      max-width: 776px;
    }
    @media (width >= 800px) {
      max-width: 800px;
    }
    @media (width >= 900px) {
      max-width: 900px;
    }
    @media (width >= 955px) {
      max-width: 955px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1366px) {
      max-width: 1366px;
    }
    @media (width >= 1536px) {
      max-width: 1536px;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .\!flex {
    display: flex !important;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .\!h-12 {
    height: calc(var(--spacing) * 12) !important;
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-28 {
    height: calc(var(--spacing) * 28);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-auto {
    height: auto;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[360px\] {
    min-height: 360px;
  }
  .\!w-12 {
    width: calc(var(--spacing) * 12) !important;
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-1\/3 {
    width: calc(1/3 * 100%);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-2\/3 {
    width: calc(2/3 * 100%);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-3\/4 {
    width: calc(3/4 * 100%);
  }
  .w-3\/5 {
    width: calc(3/5 * 100%);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-8\/10 {
    width: calc(8/10 * 100%);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-28 {
    width: calc(var(--spacing) * 28);
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[302px\] {
    max-width: 302px;
  }
  .max-w-\[1366px\] {
    max-width: 1366px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-screen-xl {
    max-width: var(--breakpoint-xl);
  }
  .min-w-\[189px\] {
    min-width: 189px;
  }
  .table-fixed {
    table-layout: fixed;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .border-separate {
    border-collapse: separate;
  }
  .border-spacing-y-4 {
    --tw-border-spacing-y: calc(var(--spacing) * 4);
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-disc {
    list-style-type: disc;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .self-center {
    align-self: center;
  }
  .self-start {
    align-self: flex-start;
  }
  .self-stretch {
    align-self: stretch;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded-\[15px\] {
    border-radius: 15px;
  }
  .rounded-\[25px\] {
    border-radius: 25px;
  }
  .rounded-\[40px\] {
    border-radius: 40px;
  }
  .rounded-\[100px\] {
    border-radius: 100px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[5px\] {
    border-style: var(--tw-border-style);
    border-width: 5px;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .bg-andalucia {
    background-color: var(--color-andalucia);
  }
  .bg-cta {
    background-color: var(--color-cta);
  }
  .bg-educacion {
    background-color: var(--color-educacion);
  }
  .bg-fondo-humo {
    background-color: var(--color-fondo-humo);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .object-contain {
    object-fit: contain;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .p-\[15px\] {
    padding: 15px;
  }
  .p-\[27\.5px\] {
    padding: 27.5px;
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[25px\] {
    padding-inline: 25px;
  }
  .px-\[27\.5px\] {
    padding-inline: 27.5px;
  }
  .px-\[40px\] {
    padding-inline: 40px;
  }
  .px-\[45px\] {
    padding-inline: 45px;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[25px\] {
    padding-block: 25px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .py-\[50px\] {
    padding-block: 50px;
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .pl-\[20px\] {
    padding-left: 20px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .align-middle {
    vertical-align: middle;
  }
  .align-top {
    vertical-align: top;
  }
  .font-gogh {
    font-family: var(--font-gogh);
  }
  .font-jakarta {
    font-family: var(--font-jakarta);
  }
  .font-lexend {
    font-family: var(--font-lexend);
  }
  .font-roboto {
    font-family: var(--font-roboto);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .font-ubuntu {
    font-family: var(--font-ubuntu);
  }
  .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-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[46px\] {
    font-size: 46px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-andalucia {
    color: var(--color-andalucia);
  }
  .text-cta {
    color: var(--color-cta);
  }
  .text-educacion {
    color: var(--color-educacion);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-secundario {
    color: var(--color-secundario);
  }
  .text-texto {
    color: var(--color-texto);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .hover\:bg-gray-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-50);
      }
    }
  }
  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-100);
      }
    }
  }
  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-educacion {
    &:focus {
      --tw-ring-color: var(--color-educacion);
    }
  }
  .focus\:ring-gray-200 {
    &:focus {
      --tw-ring-color: var(--color-gray-200);
    }
  }
  .focus\:ring-offset-2 {
    &:focus {
      --tw-ring-offset-width: 2px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .uxs\:block {
    @media (width >= 480px) {
      display: block;
    }
  }
  .uxs\:grid {
    @media (width >= 480px) {
      display: grid;
    }
  }
  .uxs\:w-1\/2 {
    @media (width >= 480px) {
      width: calc(1/2 * 100%);
    }
  }
  .uxs\:w-2\/3 {
    @media (width >= 480px) {
      width: calc(2/3 * 100%);
    }
  }
  .uxs\:w-fit {
    @media (width >= 480px) {
      width: fit-content;
    }
  }
  .uxs\:w-full {
    @media (width >= 480px) {
      width: 100%;
    }
  }
  .uxs\:grid-cols-2 {
    @media (width >= 480px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .uxs\:grid-rows-3 {
    @media (width >= 480px) {
      grid-template-rows: repeat(3, minmax(0, 1fr));
    }
  }
  .uxs\:flex-row {
    @media (width >= 480px) {
      flex-direction: row;
    }
  }
  .uxs\:rounded-\[100px\] {
    @media (width >= 480px) {
      border-radius: 100px;
    }
  }
  .uxs\:text-\[20px\] {
    @media (width >= 480px) {
      font-size: 20px;
    }
  }
  .xs\:h-50 {
    @media (width >= 590px) {
      height: calc(var(--spacing) * 50);
    }
  }
  .xs\:grid-cols-3 {
    @media (width >= 590px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xs\:grid-rows-2 {
    @media (width >= 590px) {
      grid-template-rows: repeat(2, minmax(0, 1fr));
    }
  }
  .xs\:px-0 {
    @media (width >= 590px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .xs\:text-\[24px\] {
    @media (width >= 590px) {
      font-size: 24px;
    }
  }
  .xs\:text-\[42px\] {
    @media (width >= 590px) {
      font-size: 42px;
    }
  }
  .md\:order-0 {
    @media (width >= 776px) {
      order: 0;
    }
  }
  .md\:mt-0 {
    @media (width >= 776px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-2 {
    @media (width >= 776px) {
      margin-top: calc(var(--spacing) * 2);
    }
  }
  .md\:block {
    @media (width >= 776px) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 776px) {
      display: none;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 776px) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-2\/5 {
    @media (width >= 776px) {
      width: calc(2/5 * 100%);
    }
  }
  .md\:w-3\/5 {
    @media (width >= 776px) {
      width: calc(3/5 * 100%);
    }
  }
  .md\:w-32 {
    @media (width >= 776px) {
      width: calc(var(--spacing) * 32);
    }
  }
  .md\:max-w-\[240px\] {
    @media (width >= 776px) {
      max-width: 240px;
    }
  }
  .md\:flex-row {
    @media (width >= 776px) {
      flex-direction: row;
    }
  }
  .md\:items-stretch {
    @media (width >= 776px) {
      align-items: stretch;
    }
  }
  .md\:gap-0 {
    @media (width >= 776px) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .md\:gap-4 {
    @media (width >= 776px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:px-0 {
    @media (width >= 776px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:pt-\[20px\] {
    @media (width >= 776px) {
      padding-top: 20px;
    }
  }
  .md\:pb-\[20px\] {
    @media (width >= 776px) {
      padding-bottom: 20px;
    }
  }
  .md\:text-center {
    @media (width >= 776px) {
      text-align: center;
    }
  }
  .xsmd\:block {
    @media (width >= 800px) {
      display: block;
    }
  }
  .xsmd\:hidden {
    @media (width >= 800px) {
      display: none;
    }
  }
  .xsmd\:w-2\/3 {
    @media (width >= 800px) {
      width: calc(2/3 * 100%);
    }
  }
  .xsmd\:w-fit {
    @media (width >= 800px) {
      width: fit-content;
    }
  }
  .xsmd\:min-w-0 {
    @media (width >= 800px) {
      min-width: calc(var(--spacing) * 0);
    }
  }
  .xsmd\:flex-row {
    @media (width >= 800px) {
      flex-direction: row;
    }
  }
  .xsmd\:gap-6 {
    @media (width >= 800px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .xsmd\:px-0 {
    @media (width >= 800px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .xsmd\:py-\[25px\] {
    @media (width >= 800px) {
      padding-block: 25px;
    }
  }
  .smd\:px-0 {
    @media (width >= 900px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .smd\:pl-0 {
    @media (width >= 900px) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .lmd\:px-0 {
    @media (width >= 955px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lmd\:text-\[32px\] {
    @media (width >= 955px) {
      font-size: 32px;
    }
  }
  .lg\:order-1 {
    @media (width >= 1024px) {
      order: 1;
    }
  }
  .lg\:order-2 {
    @media (width >= 1024px) {
      order: 2;
    }
  }
  .lg\:mt-0 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:ml-10 {
    @media (width >= 1024px) {
      margin-left: calc(var(--spacing) * 10);
    }
  }
  .lg\:flex {
    @media (width >= 1024px) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 1024px) {
      display: none;
    }
  }
  .lg\:h-20 {
    @media (width >= 1024px) {
      height: calc(var(--spacing) * 20);
    }
  }
  .lg\:w-20 {
    @media (width >= 1024px) {
      width: calc(var(--spacing) * 20);
    }
  }
  .lg\:w-auto {
    @media (width >= 1024px) {
      width: auto;
    }
  }
  .lg\:flex-row {
    @media (width >= 1024px) {
      flex-direction: row;
    }
  }
  .lg\:space-x-8 {
    @media (width >= 1024px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 8) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .lg\:border-0 {
    @media (width >= 1024px) {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .lg\:p-0 {
    @media (width >= 1024px) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-6 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .lg\:hover\:bg-transparent {
    @media (width >= 1024px) {
      &:hover {
        @media (hover: hover) {
          background-color: transparent;
        }
      }
    }
  }
  .fl\:px-0 {
    @media (width >= 1366px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .dark\:border-gray-700 {
    @media (prefers-color-scheme: dark) {
      border-color: var(--color-gray-700);
    }
  }
  .dark\:bg-educacion {
    @media (prefers-color-scheme: dark) {
      background-color: var(--color-educacion);
    }
  }
  .dark\:text-gray-400 {
    @media (prefers-color-scheme: dark) {
      color: var(--color-gray-400);
    }
  }
  .dark\:hover\:bg-gray-700 {
    @media (prefers-color-scheme: dark) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-gray-700);
        }
      }
    }
  }
  .dark\:hover\:text-gray-100 {
    @media (prefers-color-scheme: dark) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-gray-100);
        }
      }
    }
  }
  .dark\:hover\:text-white {
    @media (prefers-color-scheme: dark) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-white);
        }
      }
    }
  }
  .dark\:focus\:ring-gray-600 {
    @media (prefers-color-scheme: dark) {
      &:focus {
        --tw-ring-color: var(--color-gray-600);
      }
    }
  }
  .lg\:dark\:hover\:bg-transparent {
    @media (width >= 1024px) {
      @media (prefers-color-scheme: dark) {
        &:hover {
          @media (hover: hover) {
            background-color: transparent;
          }
        }
      }
    }
  }
  .lg\:dark\:hover\:text-white {
    @media (width >= 1024px) {
      @media (prefers-color-scheme: dark) {
        &:hover {
          @media (hover: hover) {
            color: var(--color-white);
          }
        }
      }
    }
  }
}
@font-face {
  font-family: "jakarta";
  src: url("../assets/fonts/Jakarta/PlusJakartaSans-ExtraLight.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "jakarta";
  src: url("../assets/fonts/Jakarta/PlusJakartaSans-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "jakarta";
  src: url("../assets/fonts/Jakarta/PlusJakartaSans-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "jakarta";
  src: url("../assets/fonts/Jakarta/PlusJakartaSans-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "jakarta";
  src: url("../assets/fonts/Jakarta/PlusJakartaSans-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "jakarta";
  src: url("../assets/fonts/Jakarta/PlusJakartaSans-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "gogh";
  src: url("../assets/fonts/gogh/Gogh-Thin.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "gogh";
  src: url("../assets/fonts/gogh/Gogh-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "gogh";
  src: url("../assets/fonts/gogh/Gogh-Book.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "gogh";
  src: url("../assets/fonts/gogh/Gogh-Regular.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "gogh";
  src: url("../assets/fonts/gogh/Gogh-Medium.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "gogh";
  src: url("../assets/fonts/gogh/Gogh-Bold.ttf");
  font-weight: 700;
}
@layer utilities {
  .custom-cursor {
    cursor: default !important;
  }
}
.flex_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fade-effect-bot {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  height: 110px;
  width: 340px;
  @media (width >= 776px) {
    width: 380.06px;
  }
  background: linear-gradient( to top, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 100% );
}
.fade-effect-right {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  height: 350px;
  width: 50px;
  background: linear-gradient( to right, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 100% );
}
#menu-menu-de-navegacion {
  gap: calc(var(--spacing) * 6);
}
@layer utilities {
  #menu-menu-de-navegacion > li {
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
.fade-effect-bot-swiper {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  height: 110px;
  width: 100%;
  @media (width >= 776px) {
    width: 380.06px;
  }
  background: linear-gradient( to top, rgb(224, 228, 227) 20%, rgba(255, 255, 255, 0) 100% );
}
.fade-effect-right-swiper {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  height: 350px;
  width: 50px;
  background: linear-gradient( to right, rgb(224, 228, 227) 20%, rgba(255, 255, 255, 0) 100% );
}
.resumen > p, .completo > p {
  margin-block: 10px;
}
@layer utilities {
  .swiper-1 > .swiper-button-prev::after, .swiper-1 > .swiper-button-next::after {
    color: #007a33;
  }
}
@layer utilities {
  #modalidades > .swiper-2 > .swiper-button-prev::after, #modalidades > .swiper-2 > .swiper-button-next::after {
    color: black;
    font-size: 22px !important;
  }
}
@layer utilities {
  .swiper-4 > .swiper-button-prev::after, .swiper-4 > .swiper-button-next::after, .swiper-3 > .swiper-button-prev::after, .swiper-3 > .swiper-button-next::after, .swiper-5 > .swiper-button-prev::after, .swiper-5 > .swiper-button-next::after {
    color: #f4a261;
    font-size: 26px !important;
    font-weight: 700;
  }
}
@layer utilities {
  .swiper-5 >.swiper-pagination> .swiper-pagination-bullet-active {
    background: #f4a261 !important;
  }
}
.swiper-slide-content {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform, opacity;
}
@property --tw-border-spacing-x {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-spacing-y {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-border-spacing-x: 0;
      --tw-border-spacing-y: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --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;
      --tw-outline-style: solid;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
