/*! tailwindcss v4.1.14 | 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;
    --tracking-normal: 0em;
    --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-DIN-PRO-medium: "DIN-PRO-medium", "sans-serif";
    --font-DIN-PRO-light: "DIN-PRO-light", "sans-serif";
    --color-text: #004564;
    --color-text-secundario: #616161;
    --color-footer-background: #292929;
    --color-hero-background: #fafafa;
    --color-text-footer: #bdbdbd;
    --color-page-background: #fff;
  }
}
@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 {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[15px\] {
    right: 15px;
  }
  .right-\[28px\] {
    right: 28px;
  }
  .right-\[118px\] {
    right: 118px;
  }
  .right-\[134px\] {
    right: 134px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[-50px\] {
    bottom: -50px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-\[100\] {
    z-index: 100;
  }
  .mx-\[16px\] {
    margin-inline: 16px;
  }
  .my-\[64px\] {
    margin-block: 64px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mr-\[16px\] {
    margin-right: 16px;
  }
  .ml-\[16px\] {
    margin-left: 16px;
  }
  .ml-\[64px\] {
    margin-left: 64px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[42px\] {
    height: 42px;
  }
  .h-\[100dvh\] {
    height: 100dvh;
  }
  .h-\[315px\] {
    height: 315px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .w-\[20\%\] {
    width: 20%;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[86px\] {
    width: 86px;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[102px\] {
    width: 102px;
  }
  .w-\[calc\(100dvw-32px\)\] {
    width: calc(100dvw - 32px);
  }
  .w-full {
    width: 100%;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[32px\] {
    gap: 32px;
  }
  .gap-\[64px\] {
    gap: 64px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-footer-background {
    background-color: var(--color-footer-background);
  }
  .bg-hero-background {
    background-color: var(--color-hero-background);
  }
  .bg-page-background {
    background-color: var(--color-page-background);
  }
  .bg-text-footer {
    background-color: var(--color-text-footer);
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .py-\[64px\] {
    padding-block: 64px;
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pr-\[20px\] {
    padding-right: 20px;
  }
  .font-DIN-PRO-light {
    font-family: var(--font-DIN-PRO-light);
  }
  .font-DIN-PRO-medium {
    font-family: var(--font-DIN-PRO-medium);
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .leading-\[90\%\] {
    --tw-leading: 90%;
    line-height: 90%;
  }
  .leading-\[110\%\] {
    --tw-leading: 110%;
    line-height: 110%;
  }
  .leading-\[120\%\] {
    --tw-leading: 120%;
    line-height: 120%;
  }
  .font-\[200\] {
    --tw-font-weight: 200;
    font-weight: 200;
  }
  .font-\[400\] {
    --tw-font-weight: 400;
    font-weight: 400;
  }
  .tracking-\[-0\.36px\] {
    --tw-tracking: -0.36px;
    letter-spacing: -0.36px;
  }
  .tracking-\[-2\.88px\] {
    --tw-tracking: -2.88px;
    letter-spacing: -2.88px;
  }
  .text-hero-background {
    color: var(--color-hero-background);
  }
  .text-text {
    color: var(--color-text);
  }
  .text-text-footer {
    color: var(--color-text-footer);
  }
  .text-text-secundario {
    color: var(--color-text-secundario);
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-solid {
    text-decoration-style: solid;
  }
  .decoration-auto {
    text-decoration-thickness: auto;
  }
  .underline-offset-auto {
    text-underline-offset: auto;
  }
  .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-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .sm\:right-\[22px\] {
    @media (width >= 480px) {
      right: 22px;
    }
  }
  .sm\:left-\[40px\] {
    @media (width >= 480px) {
      left: 40px;
    }
  }
  .sm\:mx-\[64px\] {
    @media (width >= 480px) {
      margin-inline: 64px;
    }
  }
  .sm\:ml-\[32px\] {
    @media (width >= 480px) {
      margin-left: 32px;
    }
  }
  .sm\:ml-\[64px\] {
    @media (width >= 480px) {
      margin-left: 64px;
    }
  }
  .sm\:block {
    @media (width >= 480px) {
      display: block;
    }
  }
  .sm\:hidden {
    @media (width >= 480px) {
      display: none;
    }
  }
  .sm\:w-\[60\%\] {
    @media (width >= 480px) {
      width: 60%;
    }
  }
  .sm\:w-\[calc\(100dvw-64px\)\] {
    @media (width >= 480px) {
      width: calc(100dvw - 64px);
    }
  }
  .sm\:w-\[calc\(100dvw-128px\)\] {
    @media (width >= 480px) {
      width: calc(100dvw - 128px);
    }
  }
  .sm\:items-center {
    @media (width >= 480px) {
      align-items: center;
    }
  }
  .sm\:gap-\[48px\] {
    @media (width >= 480px) {
      gap: 48px;
    }
  }
  .sm\:p-\[32px\] {
    @media (width >= 480px) {
      padding: 32px;
    }
  }
  .sm\:px-0 {
    @media (width >= 480px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .sm\:pt-0 {
    @media (width >= 480px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:text-center {
    @media (width >= 480px) {
      text-align: center;
    }
  }
  .md\:right-\[45px\] {
    @media (width >= 769px) {
      right: 45px;
    }
  }
  .md\:left-\[85px\] {
    @media (width >= 769px) {
      left: 85px;
    }
  }
  .md\:mt-\[64px\] {
    @media (width >= 769px) {
      margin-top: 64px;
    }
  }
  .md\:ml-\[64px\] {
    @media (width >= 769px) {
      margin-left: 64px;
    }
  }
  .md\:block {
    @media (width >= 769px) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 769px) {
      display: none;
    }
  }
  .md\:h-\[290px\] {
    @media (width >= 769px) {
      height: 290px;
    }
  }
  .md\:h-auto {
    @media (width >= 769px) {
      height: auto;
    }
  }
  .md\:w-\[40\%\] {
    @media (width >= 769px) {
      width: 40%;
    }
  }
  .md\:w-\[50\%\] {
    @media (width >= 769px) {
      width: 50%;
    }
  }
  .md\:w-\[60\%\] {
    @media (width >= 769px) {
      width: 60%;
    }
  }
  .md\:w-\[calc\(100dvw-128px\)\] {
    @media (width >= 769px) {
      width: calc(100dvw - 128px);
    }
  }
  .md\:flex-row {
    @media (width >= 769px) {
      flex-direction: row;
    }
  }
  .md\:justify-start {
    @media (width >= 769px) {
      justify-content: flex-start;
    }
  }
  .md\:p-\[64px\] {
    @media (width >= 769px) {
      padding: 64px;
    }
  }
  .md\:py-0 {
    @media (width >= 769px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .md\:text-\[24px\] {
    @media (width >= 769px) {
      font-size: 24px;
    }
  }
  .md\:text-\[32px\] {
    @media (width >= 769px) {
      font-size: 32px;
    }
  }
  .md\:text-\[72px\] {
    @media (width >= 769px) {
      font-size: 72px;
    }
  }
  .md\:tracking-\[-0\.64px\] {
    @media (width >= 769px) {
      --tw-tracking: -0.64px;
      letter-spacing: -0.64px;
    }
  }
  .md\:tracking-\[-5\.76px\] {
    @media (width >= 769px) {
      --tw-tracking: -5.76px;
      letter-spacing: -5.76px;
    }
  }
  .md\:tracking-normal {
    @media (width >= 769px) {
      --tw-tracking: var(--tracking-normal);
      letter-spacing: var(--tracking-normal);
    }
  }
  .xl\:text-\[18px\] {
    @media (width >= 1440px) {
      font-size: 18px;
    }
  }
  .xl\:text-\[96px\] {
    @media (width >= 1440px) {
      font-size: 96px;
    }
  }
}
.button-lang:hover path {
  fill: #fff;
}
.button-lang:hover p {
  color: #fff;
}
.button-lang:hover {
  background-color: #004564;
}
@layer utilities {
  @font-face {
    font-family: "DIN-PRO-medium";
    src: url("../assets/font/DIN-PRO/DINNextLTPro-Medium.woff2") format("truetype");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "DIN-PRO-light";
    src: url("../assets/font/DIN-PRO/DINNextLTPro-Light.woff2") format("truetype");
    font-weight: normal;
    font-style: normal;
  }
}
@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-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-duration {
  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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-duration: initial;
    }
  }
}
