/*! tailwindcss v4.1.10 | 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;
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-2xs: 18rem;
    --container-xl: 36rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --font-weight-medium: 500;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --radius-md: 0.375rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --radius-4xl: 2rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --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);
  }
}
@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;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .top-8 {
    top: calc(var(--spacing) * 8);
  }
  .top-\[-5\%\] {
    top: -5%;
  }
  .top-\[-124px\] {
    top: -124px;
  }
  .top-\[-183px\] {
    top: -183px;
  }
  .top-\[-244px\] {
    top: -244px;
  }
  .top-\[-260px\] {
    top: -260px;
  }
  .top-\[12px\] {
    top: 12px;
  }
  .top-\[calc\(50\%-6px\)\] {
    top: calc(50% - 6px);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-3 {
    right: calc(var(--spacing) * 2);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .right-\[5px\] {
    right: 5px;
  }
  .right-\[12px\] {
    right: 12px;
  }
  .right-\[20px\] {
    right: 20px;
  }
  .right-\[174px\] {
    right: 174px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-5 {
    bottom: calc(var(--spacing) * 5);
  }
  .bottom-\[-60px\] {
    bottom: -60px;
  }
  .bottom-\[5px\] {
    bottom: 5px;
  }
  .bottom-\[9px\] {
    bottom: 9px;
  }
  .bottom-\[13px\] {
    bottom: 13px;
  }
  .bottom-\[100px\] {
    bottom: 100px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[6px\] {
    left: 6px;
  }
  .left-\[calc\(50\%-7px\)\] {
    left: calc(50% - 7px);
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-3 {
    z-index: 3;
  }
  .z-5 {
    z-index: 5;
  }
  .z-10 {
    z-index: 10;
  }
  .z-30 {
    z-index: 30;
  }
  .z-100 {
    z-index: 100;
  }
  .z-101 {
    z-index: 101;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-start-1 {
    grid-column-start: 1;
  }
  .col-start-2 {
    grid-column-start: 2;
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .flex\! {
    display: flex !important;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[3px\] {
    height: 3px;
  }
  .h-\[7px\] {
    height: 7px;
  }
  .h-\[17px\] {
    height: 17px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[45px\] {
    height: 45px;
  }
  .h-\[50dvh\] {
    height: 50dvh;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[63\%\] {
    height: 63%;
  }
  .h-\[90dvh\] {
    height: 90dvh;
  }
  .h-\[100dvh\] {
    height: 100dvh;
  }
  .h-\[110\%\] {
    height: 110%;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[140px\] {
    height: 140px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[210px\] {
    height: 210px;
  }
  .h-\[220px\] {
    height: 220px;
  }
  .h-\[220px\]\! {
    height: 220px !important;
  }
  .h-\[433\] {
    height: 433;
  }
  .h-\[433px\] {
    height: 433px;
  }
  .h-\[780px\] {
    height: 780;
  }
  .h-\[780px\] {
    height: 780px;
  }
  .h-\[909px\] {
    height: 909px;
  }
  .h-\[1000px\] {
    height: 1000px;
  }
  .h-auto {
    height: auto;
  }
  .h-dvh {
    height: 100dvh;
  }
  .h-full {
    height: 100%;
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7xl {
    width: var(--container-7xl);
  }
  .w-\[2px\] {
    width: 2px;
  }
  .w-\[9px\] {
    width: 9px;
  }
  .w-\[12px\] {
    width: 12px;
  }
  .w-\[13px\] {
    width: 13px;
  }
  .w-\[14px\] {
    width: 14px;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[22px\] {
    width: 22px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[25px\] {
    width: 25px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[35px\] {
    width: 35px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[49\%\] {
    width: 49%;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[51\%\] {
    width: 51%;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[79\%\] {
    width: 79%;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[85\%\] {
    width: 85%;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[270px\] {
    width: 270px;
  }
  .w-\[280px\] {
    width: 280px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[350px\] {
    width: 350px;
  }
  .w-\[500px\] {
    width: 500px;
  }
  .w-\[610px\] {
    width: 610px;
  }
  .w-\[780px\] {
    width: 780px;
  }
  .w-\[864px\] {
    width: 864px;
  }
  .w-\[1024px\] {
    width: 1024px;
  }
  .w-full {
    width: 100%;
  }
  .-translate-y-4 {
    --tw-translate-y: calc(var(--spacing) * -4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-50 {
    --tw-scale-x: 50%;
    --tw-scale-y: 50%;
    --tw-scale-z: 50%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-225 {
    rotate: 225deg;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-center {
    align-content: center;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-9 {
    gap: calc(var(--spacing) * 9);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .space-x-3 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 3) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-4xl {
    border-radius: var(--radius-4xl);
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[25px\] {
    border-radius: 25px;
  }
  .rounded-\[100px\] {
    border-radius: 100px;
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-\(--azul\) {
    border-color: var(--azul);
  }
  .border-\(--cinza-claro\) {
    border-color: var(--cinza-claro);
  }
  .border-gray-400 {
    border-color: var(--color-gray-400);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\(--amarelo\) {
    background-color: var(--amarelo);
  }
  .bg-\(--azul\) {
    background-color: var(--azul);
  }
  .bg-\(--azul-claro\) {
    background-color: var(--azul-claro);
  }
  .bg-\(--azul-desktop\) {
    background-color: var(--azul-desktop);
  }
  .bg-\(--background\) {
    background-color: var(--background);
  }
  .bg-\(--barra\) {
    background-color: var(--barra);
  }
  .bg-\[\#00000073\] {
    background-color: #00000073;
  }
  .bg-\[rgba\(8\,25\,43\,0\.90\)\] {
    background-color: rgba(8,25,43,0.90);
  }
  .bg-\[var\(--azul\)\] {
    background-color: var(--azul);
  }
  .bg-\[var\(--azul-desktop\)\] {
    background-color: var(--azul-desktop);
  }
  .bg-\[var\(--bg\)\] {
    background-color: var(--bg);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-green-500 {
    background-color: var(--color-green-500);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-linear-\[180deg\,var\(--gradient-start\)\,var\(--gradient-end\)_60\%\] {
    --tw-gradient-position: 180deg,var(--gradient-start),var(--gradient-end) 60%;
    background-image: linear-gradient(var(--tw-gradient-stops,180deg,var(--gradient-start),var(--gradient-end) 60%));
  }
  .bg-\[url\(\/images\/home\/img-topo\.jpg\)\] {
    background-image: url(/images/home/img-topo.jpg);
  }
  .bg-\[url\(\/images\/somos\/segundaimagem\.jpg\)\] {
    background-image: url(/images/somos/segundaimagem.jpg);
  }
  .from-white\/30 {
    --tw-gradient-from: color-mix(in srgb, #fff 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-white\/10 {
    --tw-gradient-to: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-fixed {
    background-attachment: fixed;
  }
 .fill-black {
    fill: var(--color-black);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .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-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-20 {
    padding-inline: calc(var(--spacing) * 20);
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-11 {
    padding-top: calc(var(--spacing) * 11);
  }
  .pt-15 {
    padding-top: calc(var(--spacing) * 15);
  }
  .pt-18 {
    padding-top: calc(var(--spacing) * 18);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-52 {
    padding-top: calc(var(--spacing) * 52);
  }
  .pt-\[110px\] {
    padding-top: 110px;
  }
  .pr-6 {
    padding-right: calc(var(--spacing) * 6);
  }
  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
  .pr-12 {
    padding-right: calc(var(--spacing) * 12);
  }
  .pr-\[40px\] {
    padding-right: 40px;
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-15 {
    padding-bottom: calc(var(--spacing) * 15);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-\[0\.9rem\] {
    font-size: 0.9rem;
  }
  .text-\[1\.1rem\] {
    font-size: 1.1rem;
  }
  .text-\[1\.2rem\] {
    font-size: 1.2rem;
  }
  .text-\[1\.3rem\] {
    font-size: 1.3rem;
  }
  .text-\[1\.4rem\] {
    font-size: 1.4rem;
  }
  .text-\[1\.5rem\] {
    font-size: 1.5rem;
  }
  .text-\[1\.8rem\] {
    font-size: 1.8rem;
  }
  .text-\[2\.1rem\] {
    font-size: 2.1rem;
  }
  .text-\[2\.2rem\] {
    font-size: 2.2rem;
  }
  .text-\[2\.5rem\] {
    font-size: 2.5rem;
  }
  .text-\[2\.6rem\] {
    font-size: 2.6rem;
  }
  .text-\[2\.9rem\] {
    font-size: 2.9rem;
  }
  .text-\[2rem\] {
    font-size: 2rem;
  }
  .text-\[3\.5rem\] {
    font-size: 3.5rem;
  }
  .text-\[4rem\] {
    font-size: 4rem;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[28px\]\! {
    font-size: 28px !important;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[38px\]\! {
    font-size: 38px !important;
  }
  .text-\[42px\] {
    font-size: 42px;
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-10 {
    --tw-leading: calc(var(--spacing) * 10);
    line-height: calc(var(--spacing) * 10);
  }
  .leading-13 {
    --tw-leading: calc(var(--spacing) * 13);
    line-height: calc(var(--spacing) * 13);
  }
  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3;
  }
  
  .tracking-\[\.18rem\] {
    --tw-tracking: .18rem;
    letter-spacing: .18rem;
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-\(--amarelo\) {
    color: var(--amarelo);
  }
  .text-\(--azul\) {
    color: var(--azul);
  }
  .text-\(--cinza\) {
    color: var(--cinza);
  }
  .text-\(--cinza-claro\) {
    color: var(--cinza-claro);
  }
  .text-\(--laranja\) {
    color: var(--laranja);
  }
  .text-\[var\(--amarelo\)\] {
    color: var(--amarelo);
  }
  .text-\[var\(--azul\)\] {
    color: var(--azul);
  }
  .text-\[var\(--cinza\)\] {
    color: var(--cinza);
  }
  .text-\[var\(--cinza-claro\)\] {
    color: var(--cinza-claro);
  }
   .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-white {
    color: var(--color-white);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-5 {
    opacity: 5%;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_15px_15px_rgba\(0\,0\,0\,0\.35\)\] {
    --tw-shadow: 0 15px 15px var(--tw-shadow-color, rgba(0,0,0,0.35));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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);
  }
  .blur-\[10px\] {
    --tw-blur: blur(10px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, 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-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    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;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .group-hover\:text-blue-500 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-blue-500);
      }
    }
  }
  .peer-checked\:block {
    &:is(:where(.peer):checked ~ *) {
      display: block;
    }
  }
  .peer-checked\:scale-100 {
    &:is(:where(.peer):checked ~ *) {
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .peer-checked\:animate-pulse {
    &:is(:where(.peer):checked ~ *) {
      animation: var(--animate-pulse);
    }
  }
  .peer-checked\:border-blue-500 {
    &:is(:where(.peer):checked ~ *) {
      border-color: var(--color-blue-500);
    }
  }
  .peer-checked\:bg-\[\#7152f3\] {
    &:is(:where(.peer):checked ~ *) {
      background-color: #7152f3;
    }
  }
  .peer-checked\:bg-blue-500 {
    &:is(:where(.peer):checked ~ *) {
      background-color: var(--color-blue-500);
    }
  }
  .peer-checked\:opacity-100 {
    &:is(:where(.peer):checked ~ *) {
      opacity: 100%;
    }
  }
  .peer-hover\:scale-105 {
    &:is(:where(.peer):hover ~ *) {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .checked\:scale-10 {
    &:checked {
      --tw-scale-x: 10%;
      --tw-scale-y: 10%;
      --tw-scale-z: 10%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .checked\:scale-50 {
    &:checked {
      --tw-scale-x: 50%;
      --tw-scale-y: 50%;
      --tw-scale-z: 50%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .checked\:scale-95 {
    &:checked {
      --tw-scale-x: 95%;
      --tw-scale-y: 95%;
      --tw-scale-z: 95%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .checked\:scale-105 {
    &:checked {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .checked\:scale-\[1px\] {
    &:checked {
      scale: 1px;
    }
  }
  .checked\:bg-\(--amarelo\) {
    &:checked {
      background-color: var(--amarelo);
    }
  }
  .checked\:ease-in-out {
    &:checked {
      --tw-ease: var(--ease-in-out);
      transition-timing-function: var(--ease-in-out);
    }
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:cursor-pointer {
    &:hover {
      @media (hover: hover) {
        cursor: pointer;
      }
    }
  }
  .hover\:bg-\(--azul-hover\) {
    &:hover {
      @media (hover: hover) {
        background-color: var(--azul-hover);
      }
    }
  }
  .sm\:col-span-1 {
    @media (width >= 40rem) {
      grid-column: span 1 / span 1;
    }
  }
  .sm\:col-start-1 {
    @media (width >= 40rem) {
      grid-column-start: 1;
    }
  }
  .sm\:col-start-2 {
    @media (width >= 40rem) {
      grid-column-start: 2;
    }
  }
  .sm\:mt-8 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .sm\:mb-21 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 21);
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:h-\[60dvh\] {
    @media (width >= 40rem) {
      height: 60dvh;
    }
  }
  .sm\:h-\[300px\] {
    @media (width >= 40rem) {
      height: 300px;
    }
  }
  .sm\:h-\[520px\] {
    @media (width >= 40rem) {
      height: 520px;
    }
  }
  .sm\:w-2xs {
    @media (width >= 40rem) {
      width: var(--container-2xs);
    }
  }
  .sm\:w-7xl {
    @media (width >= 40rem) {
      width: var(--container-7xl);
    }
  }
  .sm\:w-\[90\%\] {
    @media (width >= 40rem) {
      width: 90%;
    }
  }
  .sm\:w-\[350px\] {
    @media (width >= 40rem) {
      width: 350px;
    }
  }
  .sm\:w-\[550px\] {
    @media (width >= 40rem) {
      width: 550px;
    }
  }
  .sm\:w-\[600px\] {
    @media (width >= 40rem) {
      width: 600px;
    }
  }
  .sm\:w-full {
    @media (width >= 40rem) {
      width: 100%;
    }
  }
  .sm\:flex-col-reverse {
    @media (width >= 40rem) {
      flex-direction: column-reverse;
    }
  }
  .sm\:flex-row-reverse {
    @media (width >= 40rem) {
      flex-direction: row-reverse;
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:justify-between {
    @media (width >= 40rem) {
      justify-content: space-between;
    }
  }
  .sm\:justify-center {
    @media (width >= 40rem) {
      justify-content: center;
    }
  }
  .sm\:justify-end {
    @media (width >= 40rem) {
      justify-content: flex-end;
    }
  }
  .sm\:gap-1 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 1);
    }
  }
  .sm\:gap-3 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .sm\:rounded-4xl {
    @media (width >= 40rem) {
      border-radius: var(--radius-4xl);
    }
  }
  .sm\:p-5 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .sm\:p-10 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .sm\:px-0 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .sm\:px-10 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .sm\:pt-0 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:pt-10 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .sm\:pt-19 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 19);
    }
  }
  .sm\:pb-13 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 13);
    }
  }
  .sm\:text-start {
    @media (width >= 40rem) {
      text-align: start;
    }
  }
  .sm\:text-\[1\.4rem\] {
    @media (width >= 40rem) {
      font-size: 1.4rem;
    }
  }
  .sm\:text-\[1\.5rem\] {
    @media (width >= 40rem) {
      font-size: 1.5rem;
    }
  }
  .sm\:text-\[2\.2rem\] {
    @media (width >= 40rem) {
      font-size: 2.2rem;
    }
  }
  .sm\:text-\[2\.5rem\] {
    @media (width >= 40rem) {
      font-size: 2.5rem;
    }
  }
  .sm\:text-\[3\.5rem\] {
    @media (width >= 40rem) {
      font-size: 3.5rem;
    }
  }
  .sm\:text-\[3rem\] {
    @media (width >= 40rem) {
      font-size: 3rem;
    }
  }
  .sm\:text-\[16px\] {
    @media (width >= 40rem) {
      font-size: 16px;
    }
  }
  .sm\:text-\[40px\] {
    @media (width >= 40rem) {
      font-size: 40px;
    }
  }
  .sm\:leading-15 {
    @media (width >= 40rem) {
      --tw-leading: calc(var(--spacing) * 15);
      line-height: calc(var(--spacing) * 15);
    }
  }
  .sm\:blur-\[0px\] {
    @media (width >= 40rem) {
      --tw-blur: blur(0px);
      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,);
    }
  }
  .md\:static {
    @media (width >= 48rem) {
      position: static;
    }
  }
  .md\:col-start-2 {
    @media (width >= 48rem) {
      grid-column-start: 2;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-\[600px\] {
    @media (width >= 48rem) {
      height: 600px;
    }
  }
  .md\:w-3xl {
    @media (width >= 48rem) {
      width: var(--container-3xl);
    }
  }
  .md\:w-5xl {
    @media (width >= 48rem) {
      width: var(--container-5xl);
    }
  }
  .md\:w-7xl {
    @media (width >= 48rem) {
      width: var(--container-7xl);
    }
  }
  .md\:w-\[18px\] {
    @media (width >= 48rem) {
      width: 18px;
    }
  }
   .md\:w-\[500px\] {
    @media (width >= 48rem) {
      width: 500px;
    }
  }
  .md\:w-\[650px\] {
    @media (width >= 48rem) {
      width: 650px;
    }
  }
  .md\:w-\[740px\] {
    @media (width >= 48rem) {
      width: 740px;
    }
  }
  .md\:w-\[770px\] {
    @media (width >= 48rem) {
      width: 770px;
    }
  }
  .md\:w-\[780px\] {
    @media (width >= 48rem) {
      width: 770px;
    }
  }
  .md\:flex-col {
    @media (width >= 48rem) {
      flex-direction: column;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:flex-nowrap {
    @media (width >= 48rem) {
      flex-wrap: nowrap;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:gap-0 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .md\:gap-7 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 7);
    }
  }
  .md\:border-l-2 {
    @media (width >= 48rem) {
      border-left-style: var(--tw-border-style);
      border-left-width: 2px;
    }
  }
  .md\:bg-transparent {
    @media (width >= 48rem) {
      background-color: transparent;
    }
  }
  .md\:bg-white {
    @media (width >= 48rem) {
      background-color: var(--color-white);
    }
  }
  .md\:p-4 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .md\:p-30 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 30);
    }
  }
  .md\:px-3 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .md\:pt-0 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .md\:pt-10 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .md\:pb-4 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 4);
    }
  }
  .md\:text-start {
    @media (width >= 48rem) {
      text-align: start;
    }
  }
  .md\:text-\[1\.4rem\] {
    @media (width >= 48rem) {
      font-size: 1.4rem;
    }
  }
  .md\:text-\[1\.8rem\] {
    @media (width >= 48rem) {
      font-size: 1.8rem;
    }
  }
  .md\:text-\[2\.5rem\] {
    @media (width >= 48rem) {
      font-size: 2.5rem;
    }
  }
  .md\:text-\[3\.1rem\] {
    @media (width >= 48rem) {
      font-size: 3.1rem;
    }
  }
  .md\:text-\[3\.8rem\] {
    @media (width >= 48rem) {
      font-size: 3.8rem;
    }
  }
  .md\:text-\[3\.9rem\] {
    @media (width >= 48rem) {
      font-size: 3.9rem;
    }
  }
  .md\:text-\(--azul\) {
    @media (width >= 48rem) {
      color: var(--azul);
    }
  }
  .md\:shadow-\[0_5px_10px_rgba\(0\,0\,0\,0\.35\)\] {
    @media (width >= 48rem) {
      --tw-shadow: 0 5px 10px var(--tw-shadow-color, rgba(0,0,0,0.35));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .lg\:relative {
    @media (width >= 64rem) {
      position: relative;
    }
  }
  .lg\:my-0 {
    @media (width >= 64rem) {
      margin-block: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-12 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-\[383px\] {
    @media (width >= 64rem) {
      height: 383px;
    }
  }
  .lg\:w-4xl {
    @media (width >= 64rem) {
      width: var(--container-4xl);
    }
  }
  .lg\:w-7xl {
    @media (width >= 64rem) {
      width: var(--container-7xl);
    }
  }
  .lg\:w-\[20px\] {
    @media (width >= 64rem) {
      width: 20px;
    }
  }
  .lg\:w-\[25px\] {
    @media (width >= 64rem) {
      width: 25px;
    }
  }
  .lg\:w-\[656px\] {
    @media (width >= 64rem) {
      width: 656px;
    }
  }
  .lg\:w-\[1000px\] {
    @media (width >= 64rem) {
      width: 1000px;
    }
  }
  .lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:w-xl {
    @media (width >= 64rem) {
      width: var(--container-xl);
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-stretch {
    @media (width >= 64rem) {
      align-items: stretch;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-0 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .lg\:gap-3 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .lg\:gap-14 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 14);
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:text-start {
    @media (width >= 64rem) {
      text-align: start;
    }
  }
  .lg\:text-\[1\.6rem\] {
    @media (width >= 64rem) {
      font-size: 1.6rem;
    }
  }
  .lg\:text-\[1\.8rem\] {
    @media (width >= 64rem) {
      font-size: 1.8rem;
    }
  }
  .lg\:text-\[1rem\] {
    @media (width >= 64rem) {
      font-size: 1rem;
    }
  }
  .lg\:text-\[18px\] {
    @media (width >= 64rem) {
      font-size: 18px;
    }
  }
  .xl\:relative {
    @media (width >= 80rem) {
      position: relative;
    }
  }
  .xl\:ml-18 {
    @media (width >= 80rem) {
      margin-left: calc(var(--spacing) * 18);
    }
  }
  .xl\:block {
    @media (width >= 80rem) {
      display: block;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:h-\[436px\] {
    @media (width >= 80rem) {
      height: 436px;
    }
  }
  .xl\:w-5xl {
    @media (width >= 80rem) {
      width: var(--container-5xl);
    }
  }
  .xl\:w-6xl {
    @media (width >= 80rem) {
      width: var(--container-6xl);
    }
  }
  .xl\:w-7xl {
    @media (width >= 80rem) {
      width: var(--container-7xl);
    }
  }
  .xl\:w-\[550px\] {
    @media (width >= 80rem) {
      width: 550px;
    }
  }
  .xl\:w-\[780px\] {
    @media (width >= 80rem) {
      width: 780px;
    }
  }
  
  .xl\:w-\[800px\] {
    @media (width >= 80rem) {
      width: 800px;
    }
  }
  .xl\:w-\[1200px\] {
    @media (width >= 80rem) {
      width: 1200px;
    }
  }
  .xl\:flex-row {
    @media (width >= 80rem) {
      flex-direction: row;
    }
  }
  .xl\:items-start {
    @media (width >= 80rem) {
      align-items: flex-start;
    }
  }
  .xl\:justify-between {
    @media (width >= 80rem) {
      justify-content: space-between;
    }
  }
  .xl\:px-\[40px\] {
    @media (width >= 80rem) {
      padding-inline: 40px;
    }
  }
  .xl\:text-start {
    @media (width >= 80rem) {
      text-align: start;
    }
  }
  .\32 xl\:absolute {
    @media (width >= 96rem) {
      position: absolute;
    }
  }
  .\32 xl\:top-\[-70px\] {
    @media (width >= 96rem) {
      top: -70px;
    }
  }
  .\32 xl\:right-0 {
    @media (width >= 96rem) {
      right: calc(var(--spacing) * 0);
    }
  }
  .\32 xl\:mt-15 {
    @media (width >= 96rem) {
      margin-top: calc(var(--spacing) * 15);
    }
  }
  .\32 xl\:mb-5 {
    @media (width >= 96rem) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .\32 xl\:mb-24 {
    @media (width >= 96rem) {
      margin-bottom: calc(var(--spacing) * 24);
    }
  }
  .\32 xl\:block {
    @media (width >= 96rem) {
      display: block;
    }
  }
  .\32 xl\:flex {
    @media (width >= 96rem) {
      display: flex;
    }
  }
  .\32 xl\:hidden {
    @media (width >= 96rem) {
      display: none;
    }
  }
  .\32 xl\:h-\[90dvh\] {
    @media (width >= 96rem) {
      height: 90dvh;
    }
  }
   .\32 xl\:h-\[780px\] {
    @media (width >= 96rem) {
      height: 780px;
    }
  }
  .\32 xl\:h-\[866px\] {
    @media (width >= 96rem) {
      height: 866px;
    }
  }
  .\32 xl\:h-dvh {
    @media (width >= 96rem) {
      height: 100dvh;
    }
  }
  .\32 xl\:w-7xl {
    @media (width >= 96rem) {
      width: var(--container-7xl);
    }
  }
  .\32 xl\:w-\[\'1500px\'\] {
    @media (width >= 96rem) {
      width: '1500px';
    }
  }
  .\32 xl\:w-\[530px\] {
    @media (width >= 96rem) {
      width: 530px;
    }
  }
  .\32 xl\:w-\[550px\] {
    @media (width >= 96rem) {
      width: 550px;
    }
  }
  .\32 xl\:items-center {
    @media (width >= 96rem) {
      align-items: center;
    }
  }
  .\32 xl\:justify-center {
    @media (width >= 96rem) {
      justify-content: center;
    }
  }
  .\32 xl\:justify-end {
    @media (width >= 96rem) {
      justify-content: flex-end;
    }
  }
  .\32 xl\:justify-start {
    @media (width >= 96rem) {
      justify-content: flex-start;
    }
  }
  .\32 xl\:pt-52 {
    @media (width >= 96rem) {
      padding-top: calc(var(--spacing) * 52);
    }
  }
  .\32 xl\:pt-\[110px\] {
    @media (width >= 96rem) {
      padding-top: 110px;
    }
  }
  .\32 xl\:pb-45 {
    @media (width >= 96rem) {
      padding-bottom: calc(var(--spacing) * 45);
    }
  }
  .\32 xl\:text-left {
    @media (width >= 96rem) {
      text-align: left;
    }
  }
  .\32 xl\:text-\[2rem\] {
    @media (width >= 96rem) {
      font-size: 2rem;
    }
  }
  .\32 xl\:text-\[48px\] {
    @media (width >= 96rem) {
      font-size: 48px;
    }
  }
}
@import url('https://fonts.googleapis.com/css2?family=Exo:ital@0;1&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
:root {
  --bg: rgb(240 240 238);
  --azul: rgb(10 43 97);
  --azul-claro: rgb(61 141 245);
  --azul-desktop: rgb(8 22 43);
  --azul-hover: rgb(15 64 145);
  --amarelo: rgb(255 208 69);
  --cinza: rgb(65 70 86);
  --cinza-claro: rgb(165 171 189);
  --laranja: rgb(208 119 5);
  --background: rgb(240 240 238);
  --gradient-start: rgba(0, 0, 0, 0);
  --gradient-end: rgba(8, 22, 43, 1);
  --barra: rgb(217 217 215);
}
.open-sans-light {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.open-sans-regular {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.open-sans-bold {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.mascara-padrao {
  background-color: rgba(8, 22, 43, 0.90);
  mix-blend-mode: multiply;
}
@media (min-width: 1536px) {
  .mascara-padrao {
    background-color: rgba(8, 22, 43, 0.45);
    mix-blend-mode: multiply;
  }
}
.somos .container-titulo-pagina h1::after, .acervo .container-titulo-pagina-acervo h1::after, .container-texto .texto-writter p::after, .somos .sobre-jctm .container-texto-jose p::after, .somos .container-titulo-livros .titulo-livros p::after, .artigos .container-titulo-pagina-artigos h1::after {
  content: "_";
  color: var(--azul-claro);
  margin-left: 5px;
  opacity: 1;
  animation: blink .7s infinite;
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.internal-radius {
  background-color: #fff;
  width: 300px;
  height: 200px;
  background-image: radial-gradient(circle at left top, lightblue 20px, transparent 0), radial-gradient(circle at left bottom, lightblue 20px, transparent 0), radial-gradient(circle at right top, lightblue 20px, transparent 0), radial-gradient(circle at right bottom, lightblue 20px, transparent 0);
  width: 100%;
}
.container-menu-mobile {
  transform: translateX(100%);
}
.ativar-menu-mobile {
  transition: .25s ease-in;
  transform: translateX(0%);
}
.container-contato .contato .form-acervo input:focus, .container-contato .contato .form-acervo textarea:focus {
  outline: none;
  border: 2px solid var(--azul-claro);
}
.container-contato .contato .form-acervo .container-btn #btn-acervo {
  transition: 0.3s all ease-out;
}
.container-contato .contato .form-acervo .container-btn #btn-acervo:hover {
  padding-right: 45px;
  transition: 0.3s all ease-in;
}
.container-contato .contato .form-acervo .container-btn #btn-acervo:after {
  content: url("/images/acervo/setinha-01.svg");
  width: 0px;
  background-color: var(--azul);
  position: absolute;
  right: 0px;
  transition: 0.25s all ease-in-out;
  height: 40px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-end-end-radius: 5px;
  border-start-end-radius: 5px;
}
.container-contato .contato .form-acervo .container-btn #btn-acervo:hover:after {
  opacity: 1;
  right: 0px;
  width: 35px;
  border-start-start-radius: 7px;
  border-end-start-radius: 7px;
  transition: 0.2s all ease-in-out;
}
.container-contato .contato .form-acervo .container-btn #btn-acervo:hover span img {
  opacity: 1;
  right: 8px;
  top: 11px;
  transition: 0.5s;
  z-index: 1;
}
.container-contato .contato .form-acervo .resposta .sucesso{
    color: green;
}
.container-contato .contato .form-acervo .resposta .falha{
    color: red;
}
.container-contato .contato .form-acervo .resposta .spinner, .acervo .container-contato .contato .form-acervo .resposta .spinner, 
.somos .container-contato .contato .form-acervo .resposta .spinner{
  border: 4px solid rgba(0, 0, 0, 0.1);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border-left-color: #09f;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
