/*! tailwindcss v4.1.11 | 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;
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@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;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .bottom-\[-2px\] {
    bottom: -2px;
  }
  .bottom-\[-67px\] {
    bottom: -67px;
  }
  .bottom-\[64px\] {
    bottom: 64px;
  }
  .z-10 {
    z-index: 10;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mt-\[176px\] {
    margin-top: 176px;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .size-\[32px\] {
    width: 32px;
    height: 32px;
  }
  .size-\[48px\] {
    width: 48px;
    height: 48px;
  }
  .size-\[100px\] {
    width: 100px;
    height: 100px;
  }
  .size-\[140px\] {
    width: 140px;
    height: 140px;
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[104px\] {
    height: 104px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[704px\] {
    height: 704px;
  }
  .h-auto {
    height: auto;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .w-\[2\%\] {
    width: 2%;
  }
  .w-\[45\%\] {
    width: 45%;
  }
  .w-\[55\%\] {
    width: 55%;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[160px\] {
    width: 160px;
  }
  .w-\[500px\] {
    width: 500px;
  }
  .w-\[580px\] {
    width: 580px;
  }
  .w-\[600px\] {
    width: 600px;
  }
  .w-\[700px\] {
    width: 700px;
  }
  .w-\[800px\] {
    width: 800px;
  }
  .w-\[900px\] {
    width: 900px;
  }
  .w-\[1063px\] {
    width: 1063px;
  }
  .w-\[1232px\] {
    width: 1232px;
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-\[4px\] {
    gap: 4px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[32px\] {
    gap: 32px;
  }
  .gap-\[48px\] {
    gap: 48px;
  }
  .gap-\[60px\] {
    gap: 60px;
  }
  .gap-\[100px\] {
    gap: 100px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\[24px\] {
    border-radius: 24px;
  }
  .rounded-\[48px\] {
    border-radius: 48px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t-1 {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b-1 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-\(--css-color\) {
    border-color: var(--css-color);
  }
  .border-\(--html-color\) {
    border-color: var(--html-color);
  }
  .border-\(--js-color\) {
    border-color: var(--js-color);
  }
  .border-\(--primary-color\) {
    border-color: var(--primary-color);
  }
  .border-\(--secundary-color\) {
    border-color: var(--secundary-color);
  }
  .border-\(--suport-color\) {
    border-color: var(--suport-color);
  }
  .bg-\(--bg-color\) {
    background-color: var(--bg-color);
  }
  .bg-\(--primary-color\) {
    background-color: var(--primary-color);
  }
  .bg-\(--secundary-color\) {
    background-color: var(--secundary-color);
  }
  .bg-\(--suport-color\) {
    background-color: var(--suport-color);
  }
  .p-\[32px\] {
    padding: 32px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .py-\[16px\] {
    padding-block: 16px;
  }
  .py-\[24px\] {
    padding-block: 24px;
  }
  .py-\[48px\] {
    padding-block: 48px;
  }
  .py-\[64px\] {
    padding-block: 64px;
  }
  .pr-\[10px\] {
    padding-right: 10px;
  }
  .pb-\[12px\] {
    padding-bottom: 12px;
  }
  .pl-\[16px\] {
    padding-left: 16px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[110px\] {
    font-size: 110px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .text-\(--primary-color\) {
    color: var(--primary-color);
  }
  .text-\(--secundary-color\) {
    color: var(--secundary-color);
  }
  .text-\(--suport-color\) {
    color: var(--suport-color);
  }
  .opacity-75 {
    opacity: 75%;
  }
  .invert {
    --tw-invert: invert(100%);
    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,);
  }
}
@import url('https://fonts.googleapis.com/css2?family=Hubot+Sans:ital,wght@0,200..900;1,200..900&family=font:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&family=Unbounded:wght@200..900&display=swap');
* {
  scroll-behavior: smooth;
  scroll-margin-top: 200px;
  line-height: 1.2;
}
:root {
  --primary-color: #1B1464;
  --secundary-color: #1E1E1E;
  --suport-color: #ffffff;
  --bg-color: #F6F6F6;
  --gradiente-topo: linear-gradient(180deg, #FFF7EB 20%, rgba(255, 247, 235, 0) 50.5%);
  --css-color: rgba(1, 112, 186, 1);
  --html-color: rgba(228, 77, 38, 1);
  --js-color: rgba(247, 223, 30, 1);
}
.font-extralight {
  font-family: "Unbounded", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.font-light {
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.font-regular {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font-medium {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.font-semibold {
  font-family: "Unbounded", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.font-bold {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font-black {
  font-family: "Unbounded", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.font-extralight-italic {
  font-family: "Unbounded", sans-serif;
  font-weight: 200;
  font-style: italic;
}
.font-light-italic {
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.font-regular-italic {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.font-semibold-italic {
  font-family: "Unbounded", sans-serif;
  font-weight: 600;
  font-style: italic;
}
.font-bold-italic {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.line-menu {
  width: 109px;
  height: 1px;
  background-color: var(--primary-color);
  transform: scaleX(0);
  transition: 300ms;
}
.selected > .line-menu {
  transform: scaleX(1);
}
.selectable:hover .line-menu {
  transform: scaleX(1);
}
.txt-menu {
  transition: 300ms;
}
.selectable:hover .txt-menu {
  color: var(--primary-color);
  font-weight: 700;
}
.card-info {
  opacity: 0;
  transition: 500ms;
}
.card:hover .card-info {
  opacity: 1;
}
.img-hover {
  filter: invert(100%);
}
.btn-hover:hover {
  background-color: var(--secundary-color);
}
.i-color {
  filter: invert(14%) sepia(65%) saturate(2252%) hue-rotate(232deg) brightness(82%) contrast(113%);
}
@media only screen and (max-width: 1280px) {
  .mq-w-100 {
    width: 100%;
  }
}
@media only screen and (max-width: 870px) {
  .flex-mq {
    display: flex;
    flex-direction: column;
  }
  .flex-r-mq {
    display: flex;
    flex-direction: column-reverse;
  }
  .cover-mq {
    height: 400px;
  }
  .reverse {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 672px) {
  .df-672px {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: start;
  }
  .txt-16px {
    font-size: 16px;
  }
  .txt-32px {
    font-size: 32px;
  }
  .txt-24px {
    font-size: 24px;
  }
  .i-mq-24 {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 784px) {
  .d-grid {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1104px) {
  .d-grid {
    grid-template-columns: 2fr 2fr;
  }
}
@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-font-weight {
  syntax: "*";
  inherits: false;
}
@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;
}
@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-font-weight: initial;
      --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;
    }
  }
}
