/*! tailwindcss v4.0.14 | MIT License | https://tailwindcss.com */
@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-amber-100: oklch(0.962 0.059 95.617);
    --color-blue-400: oklch(0.707 0.165 254.624);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wider: 0.05em;
    --drop-shadow-xs: 0 1px 1px rgb(0 0 0 / 0.05);
    --drop-shadow-lg: 0 4px 4px rgb(0 0 0 / 0.15);
    --drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / 0.15);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-sm: 8px;
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(
      --font-sans--font-variation-settings
    );
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(
      --font-mono--font-feature-settings
    );
    --default-mono-font-variation-settings: var(
      --font-mono--font-variation-settings
    );
    --color-branca: #f7f7f7;
    --color-preto: #272920;
    --color-destaque-1-light: #E9C98E;
    --color-destaque-1-dark: #a58c63;
    --color-base-1-light: #f8f2ec;
    --color-base-1-dark: #ebd9c6;
    --color-base-2-light: #657c78;
    --color-base-2-dark: #4d605d;
    --font-padrao: 'Poppins', sans-serif;
    --font-weight-padrao: 600;
  }
}
@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;
  }
  body {
    line-height: inherit;
  }
  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;
    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;
  }
  .visible\! {
    visibility: visible !important;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .-top-\[75px\] {
    top: calc(75px * -1);
  }
  .-top-\[130px\] {
    top: calc(130px * -1);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-9 {
    top: calc(var(--spacing) * 9);
  }
  .top-\[2\.5rem\] {
    top: 2.5rem;
  }
  .top-\[2rem\] {
    top: 2rem;
  }
  .top-\[10rem\] {
    top: 10rem;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[85rem\] {
    right: 85rem;
  }
  .right-\[87\.5rem\] {
    right: 87.5rem;
  }
  .right-\[88rem\] {
    right: 88rem;
  }
  .right-\[90rem\] {
    right: 90rem;
  }
  .-bottom-\[3\.5rem\] {
    bottom: calc(3.5rem * -1);
  }
  .-bottom-\[50px\] {
    bottom: calc(50px * -1);
  }
  .-bottom-\[70px\] {
    bottom: calc(70px * -1);
  }
  .-bottom-\[75px\] {
    bottom: calc(75px * -1);
  }
  .-bottom-\[80px\] {
    bottom: calc(80px * -1);
  }
  .-bottom-\[100px\] {
    bottom: calc(100px * -1);
  }
  .-bottom-\[130px\] {
    bottom: calc(130px * -1);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-2 {
    bottom: calc(var(--spacing) * 2);
  }
  .bottom-3 {
    bottom: calc(var(--spacing) * 3);
  }
  .bottom-7 {
    bottom: calc(var(--spacing) * 7);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-6 {
    left: calc(var(--spacing) * 6);
  }
  .left-\[7\.9rem\] {
    left: 7.9rem;
  }
  .left-\[30\.5rem\] {
    left: 30.5rem;
  }
  .left-\[32rem\] {
    left: 32rem;
  }
  .left-\[85rem\] {
    left: 85rem;
  }
  .left-\[87\.5rem\] {
    left: 87.5rem;
  }
  .left-\[88rem\] {
    left: 88rem;
  }
  .left-\[90rem\] {
    left: 90rem;
  }
  .z-1 {
    z-index: 1;
  }
  .z-9 {
    z-index: 9;
  }
  .z-10 {
    z-index: 10;
  }
  .z-11 {
    z-index: 11;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-50 {
    z-index: 50;
  }
  .z-80 {
    z-index: 80;
  }
  .container {
    width: 100%;
    @media (width >= 390px) {
      max-width: 390px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1440px) {
      max-width: 1440px;
    }
    @media (width >= 1920px) {
      max-width: 1920px;
    }
    @media (width >= 3840px) {
      max-width: 3840px;
    }
    @media (width >= 7680px) {
      max-width: 7680px;
    }
  }
  .m-3 {
    margin: calc(var(--spacing) * 3);
  }
  .m-6 {
    margin: calc(var(--spacing) * 6);
  }
  .m-8 {
    margin: calc(var(--spacing) * 8);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .-mr-12 {
    margin-right: calc(var(--spacing) * -12);
  }
  .mr-12 {
    margin-right: calc(var(--spacing) * 12);
  }
  .mr-25 {
    margin-right: calc(var(--spacing) * 25);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-\[1rem\] {
    margin-bottom: 1rem;
  }
  .-ml-12 {
    margin-left: calc(var(--spacing) * -12);
  }
  .ml-10 {
    margin-left: calc(var(--spacing) * 10);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-\[35px\] {
    height: 35px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[80\%\] {
    height: 80%;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[90px\] {
    height: 90px;
  }
  .h-\[90vh\] {
    height: 90vh;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[160px\] {
    height: 160px;
  }
  .h-\[180px\] {
    height: 180px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-\[650px\] {
    height: 650px;
  }
  .h-\[800px\] {
    height: 800px;
  }
  .h-\[850px\] {
    height: 850px;
  }
  .h-\[860px\] {
    height: 860px;
  }
  .h-\[880px\] {
    height: 880px;
  }
  .h-\[885px\] {
    height: 885px;
  }
  .h-\[890px\] {
    height: 890px;
  }
  .h-\[920px\] {
    height: 920px;
  }
  .h-\[979px\] {
    height: 979px;
  }
  .h-\[980px\] {
    height: 980px;
  }
  .h-\[1000px\] {
    height: 1000px;
  }
  .h-\[1080px\] {
    height: 1080px;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-32 {
    max-height: calc(var(--spacing) * 32);
  }
  .max-h-\[800px\] {
    max-height: 800px;
  }
  .min-h-\[600px\] {
    min-height: 600px;
  }
  .w-\[15rem\] {
    width: 15rem;
  }
  .w-\[20rem\] {
    width: 20rem;
  }
  .w-\[24rem\] {
    width: 24rem;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[85\%\] {
    width: 85%;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[95\%\] {
    width: 95%;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[220px\] {
    width: 220px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[340px\] {
    width: 340px;
  }
  .w-\[365px\] {
    width: 365px;
  }
  .w-\[400px\] {
    width: 400px;
  }
  .w-\[420px\] {
    width: 420px;
  }
  .w-\[500px\] {
    width: 500px;
  }
  .w-\[700px\] {
    width: 700px;
  }
  .w-\[750px\] {
    width: 750px;
  }
  .w-\[866px\] {
    width: 866px;
  }
  .w-\[880px\] {
    width: 880px;
  }
  .w-\[1312px\] {
    width: 1312px;
  }
  .w-\[1540px\] {
    width: 1540px;
  }
  .w-\[1580px\] {
    width: 1580px;
  }
  .w-\[1582px\] {
    width: 1582px;
  }
  .w-\[1650px\] {
    width: 1650px;
  }
  .w-\[1664px\] {
    width: 1664px;
  }
  .w-\[1700px\] {
    width: 1700px;
  }
  .w-\[1734px\] {
    width: 1734px;
  }
  .w-\[1900px\] {
    width: 1900px;
  }
  .w-\[1920px\] {
    width: 1920px;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-\[80\%\] {
    max-width: 80%;
  }
  .max-w-\[90vw\] {
    max-width: 90vw;
  }
  .max-w-\[1000px\] {
    max-width: 1000px;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-x-1 {
    --tw-translate-x: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-150 {
    --tw-scale-x: 150%;
    --tw-scale-y: 150%;
    --tw-scale-z: 150%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .-rotate-90 {
    rotate: calc(90deg * -1);
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-evenly {
    justify-content: space-evenly;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-10 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .self-center {
    align-self: center;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\[0\.5rem\] {
    border-radius: 0.5rem;
  }
  .rounded-\[1rem\] {
    border-radius: 1rem;
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .rounded-\[20px\,20px\,0\,0\] {
    border-radius: 20px,20px,0,0;
  }
  .rounded-\[20px\,20px\,0px\,0px\] {
    border-radius: 20px,20px,0px,0px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[30px\] {
    border-radius: 30px;
  }
  .rounded-\[40px\] {
    border-radius: 40px;
  }
  .rounded-\[60px\] {
    border-radius: 60px;
  }
  .rounded-\[180px\] {
    border-radius: 180px;
  }
  .rounded-\[300px\] {
    border-radius: 300px;
  }
  .rounded-t-\[0\] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .rounded-t-\[20px\] {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .rounded-t-\[60px\] {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }
  .rounded-l-\[40px\] {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  .rounded-l-\[60px\] {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
  }
  .rounded-tl-\[20px\] {
    border-top-left-radius: 20px;
  }
  .rounded-tl-\[40px\] {
    border-top-left-radius: 40px;
  }
  .rounded-tl-\[100px\] {
    border-top-left-radius: 100px;
  }
  .rounded-tl-\[300px\] {
    border-top-left-radius: 300px;
  }
  .rounded-tl-\[350px\] {
    border-top-left-radius: 350px;
  }
  .rounded-r-\[40px\] {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .rounded-tr-\[100px\] {
    border-top-right-radius: 100px;
  }
  .rounded-tr-\[150px\] {
    border-top-right-radius: 150px;
  }
  .rounded-b-\[0\] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .rounded-b-\[20px\] {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .rounded-b-\[30px\] {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .rounded-b-\[60px\] {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }
  .rounded-b-\[100px\] {
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
  }
  .rounded-br-\[20px\] {
    border-bottom-right-radius: 20px;
  }
  .rounded-br-\[40px\] {
    border-bottom-right-radius: 40px;
  }
  .rounded-br-\[100px\] {
    border-bottom-right-radius: 100px;
  }
  .rounded-br-\[150px\] {
    border-bottom-right-radius: 150px;
  }
  .rounded-bl-\[100px\] {
    border-bottom-left-radius: 100px;
  }
  .rounded-bl-\[150px\] {
    border-bottom-left-radius: 150px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-3 {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-b-0 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
  .border-\[\#bfa382\] {
    border-color: #bfa382;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-destaque-1-light {
    border-color: var(--color-destaque-1-light);
  }
  .bg-amber-100 {
    background-color: var(--color-amber-100);
  }
  .bg-base-1-dark {
    background-color: var(--color-base-1-dark);
  }
  .bg-base-1-light {
    background-color: var(--color-base-1-light);
  }
  .bg-base-2-dark {
    background-color: var(--color-base-2-dark);
  }
  .bg-base-2-light {
    background-color: var(--color-base-2-light);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/40 {
    background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
  }
  .bg-black\/70 {
    background-color: color-mix(in oklab, var(--color-black) 70%, transparent);
  }
  .bg-black\/95 {
    background-color: color-mix(in oklab, var(--color-black) 95%, transparent);
  }
  .bg-branca {
    background-color: var(--color-branca);
  }
  .bg-destaque-1-dark {
    background-color: var(--color-destaque-1-dark);
  }
  .bg-preto {
    background-color: var(--color-preto);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-\[url\(\'\.\/public\/layout\/fachada_empreendimento-noite\.png\'\)\] {
    background-image: url('./public/layout/fachada_empreendimento-noite.png');
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .pt-\[1\.2rem\] {
    padding-top: 1.2rem;
  }
  .pt-\[2rem\] {
    padding-top: 2rem;
  }
  .pr-\[2rem\] {
    padding-right: 2rem;
  }
  .pb-\[2rem\] {
    padding-bottom: 2rem;
  }
  .pb-\[3rem\] {
    padding-bottom: 3rem;
  }
  .pl-\[2rem\] {
    padding-left: 2rem;
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .align-middle {
    vertical-align: middle;
  }
  .font-padrao {
    font-family: var(--font-padrao);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[2rem\] {
    font-size: 2rem;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-\[4rem\] {
    --tw-leading: 4rem;
    line-height: 4rem;
  }
  .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-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-base-1-light {
    color: var(--color-base-1-light);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-destaque-1-dark {
    color: var(--color-destaque-1-dark);
  }
  .text-destaque-1-light {
    color: var(--color-destaque-1-light);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .overline {
    text-decoration-line: overline;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-2 {
    text-decoration-thickness: 2px;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .opacity-95 {
    opacity: 95%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-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-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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;
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .blur-sm {
    --tw-blur: blur(var(--blur-sm));
    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,);
  }
  .brightness-100 {
    --tw-brightness: brightness(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,);
  }
  .drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-2xl));
    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,);
  }
  .drop-shadow-\[0_20px_25px_rgba\(0\,0\,0\,0\.3\)\] {
    --tw-drop-shadow: drop-shadow(0 20px 25px rgba(0,0,0,0.3));
    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,);
  }
  .drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-lg));
    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,);
  }
  .drop-shadow-xs {
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-xs));
    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,);
  }
  .grayscale {
    --tw-grayscale: grayscale(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,);
  }
  .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,);
  }
  .filter {
    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;
    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-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .\[j\:�\f �8���\15 c�7�ƀ�\] {
    j: ��8� �c�7�ƀ�;
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .hover\:bg-destaque-1-light {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-destaque-1-light);
      }
    }
  }
  .hover\:text-blue-400 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue-400);
      }
    }
  }
  .hover\:text-destaque-1-dark {
    &:hover {
      @media (hover: hover) {
        color: var(--color-destaque-1-dark);
      }
    }
  }
}
@layer components {
  @keyframes panLeft {
    from {
      background-position: 0% center;
    }
    to {
      background-position: 100% center;
    }
  }
  .animate-pan-left {
    animation: panLeft 15s linear infinite alternate;
  }
  .controle-escala {
    scale: 1;
    @media (width >= 390px) {
      scale: 0.25;
    }
    @media (width >= 768px) {
      scale: 0.35;
    }
    @media (width >= 1440px) {
      scale: 0.5;
    }
    @media (width >= 1280px) {
      scale: 0.75;
    }
    @media (width >= 1920px) {
      scale: 1;
    }
    @media (width >= 3840px) {
      scale: 2;
    }
    @media (width >= 7680px) {
      scale: 2;
    }
  }
  .font-padrao {
    font-family: var(--font-padrao);
    font-weight: var(--font-weight-padrao);
    color: var(--color-branca);
  }
  .font-destaque {
    font-family: var(--font-padrao);
    color: var(--color-destaque);
  }
  .font-destaque3 {
    font-family: var(--font-padrao);
    color: var(--color-destaque3);
  }
  .gradiente-radial-destaque-1 {
    background-image: radial-gradient(var(--color-destaque-1-light), var(--color-destaque-1-dark));
  }
  .gradiente-radial-base-1 {
    background-image: radial-gradient(var(--color-base-1-light), var(--color-base-1-dark));
  }
  .gradiente-radial-base-2 {
    background-image: radial-gradient(var(--color-base-2-light), var(--color-base-2-dark));
  }
  .bt-menu-homepage {
    width: 300px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 9999px;
    border-top-right-radius: 9999px;
    border: 2px solid var(--color-destaque-1-light);
    margin: 10px;
    margin-left: 150px;
    transition: transform 0.3s ease;
    box-shadow: 0 20px 25px rgba(99, 99, 99, 0.301);
  }
  .bt-menu-homepage:hover {
    transform: translateX(20px);
  }
  .bt-menu-homepage:active {
    scale: 0.95;
    color: var(--color-base1);
    transform: translateX(20px);
  }
  .bt-menu-lateral-phgeral {
    width: 180px;
    height: 60px;
    border-radius: 0 40px 40px 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 550;
    line-height: 1.75rem;
    background: var(--color-base-2-light);
    color: var(--color-base-1-light);
    border: 3px solid var(--color-destaque-1-light);
  }
  .bt-menu-lateral-phgeral.ativo {
    background-image: radial-gradient(var(--color-destaque-1-light), var(--color-destaque-1-dark));
    color: var(--color-branca);
    border: 2px solid var(--color-destaque-1-light);
    transition: transform 0.3s ease-in-out;
    transform: translateY(4px);
    border-radius: 40px 40px 0px 40px;
  }
  .bt-menuclose-baixo {
    border-radius: 20px 20px 0 0;
    border-color: var(--color-destaque-1-light);
    width: 500px;
    height: 120px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-base-1-dark);
    transition: all 0.3s ease-in-out;
    color: var(--color-destaque-1-dark);
  }
  .bt-menuclose-baixo:active {
    scale: 0.95;
    background-image: radial-gradient(var(--color-base-1-light), var(--color-base-1-dark));
    color: var(--color-destaque-1-dark);
  }
  .bt-menuclose-baixo:active {
    scale: 1.15;
  }
  .bt-lateral-maior {
    width: 220px;
    height: 70px;
    border-radius: 25px 25px 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 1.75rem;
    background: var(--color-base-1-light);
    color: var(--color-destaque-1-dark);
    border: 3px solid var(--color-destaque-1-light);
    border-bottom: 0;
  }
  .bt-lateral-maior:active {
    background-image: radial-gradient(var(--color-destaque-1-light), var(--color-destaque-1-dark));
    color: var(--color-branca);
    border: 2px solid var(--color-destaque-1-light);
    transition: transform 0.3s ease-in-out;
    transform: translateY(4px);
  }
  .bt-lateral-menor {
    width: 200px;
    height: 60px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-base1);
    border: 2px solid var(--color-base2);
  }
  .bt-cima-perspectivas {
    width: 160px;
    height: 65px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: radial-gradient(var(--color-base-2-light), var(--color-base-2-dark));
    color: var(--color-base-1-light);
    border: 2px solid var(--color-destaque-1-light);
    border-bottom: 0;
    transition: transform 0.3s ease-in-out;
  }
  .bt-cima-perspectivas-ativo {
    width: 160px;
    height: 70px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: radial-gradient(var(--color-destaque-1-light), var(--color-destaque-1-dark));
    color: var(--color-branca);
    border: 2px solid var(--color-destaque-1-light);
    border-bottom: 0;
    transform: translateY(-4px);
  }
  .bt-cima-perspectivas:not(.bt-cima-perspectivas-ativo) {
    transform: translateY(4px);
  }
  .bt-baixo-planta {
    width: 200px;
    height: 50px;
    border-radius: 10px 10px 10px 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-base-1-light);
    color: var(--color-destaque-1-dark);
    border: 3px solid var(--color-destaque-1-light);
    font-size: 20px;
    font-weight: 600;
  }
  .bt-baixo-planta-ativo {
    width: 200px;
    height: 50px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: radial-gradient(var(--color-destaque-1-light), var(--color-destaque-1-dark));
    color: var(--color-branca);
    border: 2px solid var(--color-destaque-1-light);
    font-size: 20px;
    font-weight: 600;
  }
  .bt-baixo-planta:not(.bt-baixo-planta-ativo) {
    transform: translateY(5px);
  }
  .text-info-perspectivas-ilustrativas {
    color: var(--color-branca);
    font-size: 20px;
    font-family: var(--font-padrao);
    font-weight: var(--font-weight-padrao);
    background-image: radial-gradient(var(--color-destaque-1-light), var(--color-destaque-1-dark));
    opacity: 0.5;
    border: 2px solid var(--color-base1);
    padding: 0.5rem 1.5rem 0.5rem 1rem;
    border-radius: 0 20px 5px 0;
  }
  .text-info-perspectivas {
    font-family: var(--font-padrao);
    font-weight: var(--font-weight-padrao);
    color: var(--color-base1);
    font-size: 34px;
    background-image: radial-gradient(var(--color-base-2-light), var(--color-base-2-dark));
    border: 2px solid var(--color-destaque-1-light);
    color: var(--color-destaque-1-light);
    border-right: 0;
    padding: 0.25rem 1.5rem 0.5rem 1rem;
    border-radius: 5px 0 0 20px;
  }
  .drop-shadown-1 {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }
  .bg-fundo-branco {
    background-image: url('./public/layout/fundo-branco.jpg');
    background-size: 500px 300px;
  }
  .bg-fundo-verde {
    background-image: url('./public/layout/fundo-verde.jpg');
    background-size: 500px 300px;
  }
  .bg-fundo-verde-escuro {
    background-image: url('./public/layout/fundo-verde-escuro.jpg');
    background-size: 500px 300px;
  }
  .bg-fundo-verde-escuro-suave {
    background-image: url('./public/layout/fundo-verde-escuro-suave.jpg');
    background-size: 500px 300px;
  }
  .fachada-empreendimento {
    width: 700px;
    height: 880px;
    background-size: 700px 880px;
    background-repeat: no-repeat;
    position: relative;
  }
  .fachada-empreendimento::before, .fachada-empreendimento::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 800px 980px;
    background-repeat: no-repeat;
  }
  .fachada-empreendimento::before {
    background-image: url('./public/layout/fachada_empreendimento-dia.png');
  }
  .fachada-empreendimento::after {
    background-image: url('./public/layout/fachada_empreendimento-noite.png');
    animation: fade-in-out 18s linear infinite;
  }
  @keyframes fade-in-out {
    0%, 11% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    61%, 89% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .animate-pan-left {
    animation: panLeft 15s linear infinite alternate;
  }
  @keyframes panLeft {
    0% {
      transform: translateX(-30%);
    }
    50% {
      transform: translateX(30%);
    }
    100% {
      transform: translateX(-30%);
    }
  }
}
@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-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;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@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-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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
