@import url(https://fonts.googleapis.com/css?family=Nunito); /*
! tailwindcss v3.0.11 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
    box-sizing: border-box; /* 1 */
    border-width: 0; /* 2 */
    border-style: solid; /* 2 */
    border-color: currentColor; /* 2 */
}

::before,
::after {
    --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
    line-height: 1.5; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -moz-tab-size: 4; /* 3 */
    -o-tab-size: 4;
    tab-size: 4; /* 3 */
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
    margin: 0; /* 1 */
    line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
    height: 0; /* 1 */
    color: inherit; /* 2 */
    border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
    color: inherit;
    text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
    text-indent: 0; /* 1 */
    border-color: inherit; /* 2 */
    border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: inherit; /* 1 */
    color: inherit; /* 1 */
    margin: 0; /* 2 */
    padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 1 */
    background-color: transparent; /* 2 */
    background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
    outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
    box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1; /* 1 */
    color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
    opacity: 1; /* 1 */
    color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
    cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block; /* 1 */
    vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
    max-width: 100%;
    height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
    display: none;
}

*,
::before,
::after {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-transform: translateX(var(--tw-translate-x))
        translateY(var(--tw-translate-y)) rotate(var(--tw-rotate))
        skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: var(--tw-empty, /*!*/ /*!*/);
    --tw-brightness: var(--tw-empty, /*!*/ /*!*/);
    --tw-contrast: var(--tw-empty, /*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty, /*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty, /*!*/ /*!*/);
    --tw-invert: var(--tw-empty, /*!*/ /*!*/);
    --tw-saturate: var(--tw-empty, /*!*/ /*!*/);
    --tw-sepia: var(--tw-empty, /*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty, /*!*/ /*!*/);
    --tw-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);
    --tw-backdrop-blur: var(--tw-empty, /*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty, /*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty, /*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty, /*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty, /*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty, /*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty, /*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty, /*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty, /*!*/ /*!*/);
    --tw-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
        var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
        var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
        var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
        var(--tw-backdrop-sepia);
}
.container {
    width: 100%;
}
@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}
@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}
.pointer-events-none {
    pointer-events: none;
}
.pointer-events-auto {
    pointer-events: auto;
}
.invisible {
    visibility: hidden;
}
.\!static {
    position: static !important;
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.\!relative {
    position: relative !important;
}
.inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.-bottom-4 {
    bottom: -1rem;
}
.left-\[50\%\] {
    left: 50%;
}
.top-0 {
    top: 0px;
}
.left-0 {
    left: 0px;
}
.right-12 {
    right: 3rem;
}
.-bottom-\[100vh\] {
    bottom: -100vh;
}
.top-\[50\%\] {
    top: 50%;
}
.right-8 {
    right: 2rem;
}
.-top-3 {
    top: -0.75rem;
}
.left-8 {
    left: 2rem;
}
.left-\[286px\] {
    left: 286px;
}
.top-1 {
    top: 0.25rem;
}
.right-5 {
    right: 1.25rem;
}
.-right-2 {
    right: -0.5rem;
}
.top-\[4vh\] {
    top: 4vh;
}
.\!right-auto {
    right: auto !important;
}
.-bottom-\[35px\] {
    bottom: -35px;
}
.\!left-2 {
    left: 0.5rem !important;
}
.\!top-\[38\%\] {
    top: 38% !important;
}
.bottom-\[-26px\] {
    bottom: -26px;
}
.bottom-0 {
    bottom: 0px;
}
.-bottom-6 {
    bottom: -1.5rem;
}
.top-\[56\%\] {
    top: 56%;
}
.right-0 {
    right: 0px;
}
.z-0 {
    z-index: 0;
}
.z-\[10000\] {
    z-index: 10000;
}
.-z-\[3000\] {
    z-index: -3000;
}
.z-10 {
    z-index: 10;
}
.z-\[10002\] {
    z-index: 10002;
}
.-z-10 {
    z-index: -10;
}
.z-\[3000\] {
    z-index: 3000;
}
.\!z-\[10000\] {
    z-index: 10000 !important;
}
.float-right {
    float: right;
}
.m-0 {
    margin: 0px;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.\!mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.-ml-3 {
    margin-left: -0.75rem;
}
.mb-10 {
    margin-bottom: 2.5rem;
}
.mb-1 {
    margin-bottom: 0.25rem;
}
.-mt-1 {
    margin-top: -0.25rem;
}
.mr-2 {
    margin-right: 0.5rem;
}
.\!mb-0 {
    margin-bottom: 0px !important;
}
.\!ml-0 {
    margin-left: 0px !important;
}
.\!mt-0 {
    margin-top: 0px !important;
}
.mr-1 {
    margin-right: 0.25rem;
}
.mt-4 {
    margin-top: 1rem;
}
.mb-3 {
    margin-bottom: 0.75rem;
}
.mb-14 {
    margin-bottom: 3.5rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.mr-3 {
    margin-right: 0.75rem;
}
.mt-5 {
    margin-top: 1.25rem;
}
.mb-5 {
    margin-bottom: 1.25rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.mr-5 {
    margin-right: 1.25rem;
}
.-mt-3 {
    margin-top: -0.75rem;
}
.\!-mt-3 {
    margin-top: -0.75rem !important;
}
.mb-11 {
    margin-bottom: 2.75rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.\!mt-14 {
    margin-top: 3.5rem !important;
}
.\!mb-20 {
    margin-bottom: 5rem !important;
}
.ml-4 {
    margin-left: 1rem;
}
.-mt-\[3px\] {
    margin-top: -3px;
}
.ml-1 {
    margin-left: 0.25rem;
}
.mt-1 {
    margin-top: 0.25rem;
}
.mt-2 {
    margin-top: 0.5rem;
}
.mt-\[2vh\] {
    margin-top: 2vh;
}
.mb-8 {
    margin-bottom: 2rem;
}
.-mt-2 {
    margin-top: -0.5rem;
}
.\!mb-4 {
    margin-bottom: 1rem !important;
}
.\!ml-5 {
    margin-left: 1.25rem !important;
}
.\!mr-3 {
    margin-right: 0.75rem !important;
}
.mt-\[3px\] {
    margin-top: 3px;
}
.mt-\[2px\] {
    margin-top: 2px;
}
.\!mr-5 {
    margin-right: 1.25rem !important;
}
.\!mr-2 {
    margin-right: 0.5rem !important;
}
.mt-\[-3px\] {
    margin-top: -3px;
}
.mt-0 {
    margin-top: 0px;
}
.mr-4 {
    margin-right: 1rem;
}
.\!ml-4 {
    margin-left: 1rem !important;
}
.\!ml-6 {
    margin-left: 1.5rem !important;
}
.mb-0 {
    margin-bottom: 0px;
}
.mt-3 {
    margin-top: 0.75rem;
}
.block {
    display: block;
}
.\!block {
    display: block !important;
}
.inline-block {
    display: inline-block;
}
.\!inline-block {
    display: inline-block !important;
}
.flex {
    display: flex;
}
.\!flex {
    display: flex !important;
}
.table {
    display: table;
}
.list-item {
    display: list-item;
}
.hidden {
    display: none;
}
.h-\[85vh\] {
    height: 85vh;
}
.h-full {
    height: 100%;
}
.h-screen {
    height: 100vh;
}
.h-1\/6 {
    height: 16.666667%;
}
.\!h-screen {
    height: 100vh !important;
}
.\!h-\[75vh\] {
    height: 75vh !important;
}
.h-\[108px\] {
    height: 108px;
}
.h-\[84vh\] {
    height: 84vh;
}
.h-12 {
    height: 3rem;
}
.h-9 {
    height: 2.25rem;
}
.h-8 {
    height: 2rem;
}
.\!h-\[80vh\] {
    height: 80vh !important;
}
.\!h-auto {
    height: auto !important;
}
.h-\[96vh\] {
    height: 96vh;
}
.h-\[80vh\] {
    height: 80vh;
}
.\!h-full {
    height: 100% !important;
}
.h-4\/5 {
    height: 80%;
}
.h-\[42px\] {
    height: 42px;
}
.h-5\/6 {
    height: 83.333333%;
}
.h-\[66vh\] {
    height: 66vh;
}
.h-\[16vh\] {
    height: 16vh;
}
.h-\[12px\] {
    height: 12px;
}
.h-\[14px\] {
    height: 14px;
}
.h-\[14vh\] {
    height: 14vh;
}
.h-\[80px\] {
    height: 80px;
}
.h-\[60px\] {
    height: 60px;
}
.h-\[66px\] {
    height: 66px;
}
.max-h-40 {
    max-height: 10rem;
}
.max-h-\[700px\] {
    max-height: 700px;
}
.max-h-\[98\%\] {
    max-height: 98%;
}
.max-h-\[90\%\] {
    max-height: 90%;
}
.\!min-h-\[22vh\] {
    min-height: 22vh !important;
}
.\!min-h-\[16\.6vh\] {
    min-height: 16.6vh !important;
}
.w-full {
    width: 100%;
}
.w-\[210px\] {
    width: 210px;
}
.w-4\/5 {
    width: 80%;
}
.w-4 {
    width: 1rem;
}
.w-6 {
    width: 1.5rem;
}
.w-56 {
    width: 14rem;
}
.w-5 {
    width: 1.25rem;
}
.w-52 {
    width: 13rem;
}
.w-1\/2 {
    width: 50%;
}
.w-28 {
    width: 7rem;
}
.w-screen {
    width: 100vw;
}
.w-\[8rem\] {
    width: 8rem;
}
.\!w-full {
    width: 100% !important;
}
.\!w-\[300px\] {
    width: 300px !important;
}
.w-\[30px\] {
    width: 30px;
}
.w-\[300px\] {
    width: 300px;
}
.w-\[154px\] {
    width: 154px;
}
.w-\[124px\] {
    width: 124px;
}
.w-\[80vw\] {
    width: 80vw;
}
.w-40 {
    width: 10rem;
}
.\!w-\[42\%\] {
    width: 42% !important;
}
.w-\[58\%\] {
    width: 58%;
}
.w-auto {
    width: auto;
}
.w-11 {
    width: 2.75rem;
}
.w-44 {
    width: 11rem;
}
.w-\[70\%\] {
    width: 70%;
}
.w-\[50\%\] {
    width: 50%;
}
.\!w-auto {
    width: auto !important;
}
.w-\[30\%\] {
    width: 30%;
}
.w-32 {
    width: 8rem;
}
.w-7 {
    width: 1.75rem;
}
.w-\[80\%\] {
    width: 80%;
}
.w-16 {
    width: 4rem;
}
.w-\[18px\] {
    width: 18px;
}
.w-3\/4 {
    width: 75%;
}
.w-\[60\%\] {
    width: 60%;
}
.w-\[32px\] {
    width: 32px;
}
.w-36 {
    width: 9rem;
}
.w-2\/5 {
    width: 40%;
}
.\!w-\[94\%\] {
    width: 94% !important;
}
.w-\[94\%\] {
    width: 94%;
}
.w-\[24px\] {
    width: 24px;
}
.w-\[46\%\] {
    width: 46%;
}
.w-\[115px\] {
    width: 115px;
}
.min-w-\[48\%\] {
    min-width: 48%;
}
.min-w-\[200px\] {
    min-width: 200px;
}
.min-w-\[38\%\] {
    min-width: 38%;
}
.max-w-\[96\%\] {
    max-width: 96%;
}
.\!max-w-none {
    max-width: none !important;
}
.max-w-\[116px\] {
    max-width: 116px;
}
.flex-1 {
    flex: 1 1 0%;
}
.flex-auto {
    flex: 1 1 auto;
}
.grow {
    flex-grow: 1;
}
.border-collapse {
    border-collapse: collapse;
}
.translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    transform: var(--tw-transform);
}
.translate-y-\[-50\.8\%\] {
    --tw-translate-y: -50.8%;
    transform: var(--tw-transform);
}
.translate-x-\[-43\%\] {
    --tw-translate-x: -43%;
    transform: var(--tw-transform);
}
.translate-y-\[-53\.5\%\] {
    --tw-translate-y: -53.5%;
    transform: var(--tw-transform);
}
.translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    transform: var(--tw-transform);
}
.rotate-180 {
    --tw-rotate: 180deg;
    transform: var(--tw-transform);
}
.transform {
    transform: var(--tw-transform);
}
.\!transform-none {
    transform: none !important;
}
.cursor-pointer {
    cursor: pointer;
}
.flex-col {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.items-center {
    align-items: center;
}
.justify-end {
    justify-content: flex-end;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.justify-around {
    justify-content: space-around;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-visible {
    overflow: visible;
}
.overflow-y-visible {
    overflow-y: visible;
}
.rounded-md {
    border-radius: 0.375rem;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.rounded {
    border-radius: 0.25rem;
}
.rounded-sm {
    border-radius: 0.125rem;
}
.rounded-xl {
    border-radius: 0.75rem;
}
.rounded-\[4px\] {
    border-radius: 4px;
}
.rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}
.rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}
.rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}
.rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
}
.rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
}
.rounded-br-md {
    border-bottom-right-radius: 0.375rem;
}
.rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
}
.border {
    border-width: 1px;
}
.border-b {
    border-bottom-width: 1px;
}
.\!border-b {
    border-bottom-width: 1px !important;
}
.border-solid {
    border-style: solid;
}
.\!border-solid {
    border-style: solid !important;
}
.border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.\!border-b-slate-300 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}
.bg-\[\#EBEBEB\] {
    --tw-bg-opacity: 1;
    background-color: rgb(235 235 235 / var(--tw-bg-opacity));
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#EDEDED\] {
    --tw-bg-opacity: 1;
    background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}
.\!bg-transparent {
    background-color: transparent !important;
}
.\!bg-pink {
    background-color: rgba(175, 142, 143, 0.9) !important;
}
.bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.bg-\[\#727272\] {
    --tw-bg-opacity: 1;
    background-color: rgb(114 114 114 / var(--tw-bg-opacity));
}
.bg-\[\#CBCBCB\] {
    --tw-bg-opacity: 1;
    background-color: rgb(203 203 203 / var(--tw-bg-opacity));
}
.bg-\[\#000000\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-white\/\[0\.85\] {
    background-color: rgb(255 255 255 / 0.85);
}
.bg-\[\#af8e8f\] {
    --tw-bg-opacity: 1;
    background-color: rgb(175 142 143 / var(--tw-bg-opacity));
}
.bg-\[\#737372\] {
    --tw-bg-opacity: 1;
    background-color: rgb(115 115 114 / var(--tw-bg-opacity));
}
.bg-\[\#292929\] {
    --tw-bg-opacity: 1;
    background-color: rgb(41 41 41 / var(--tw-bg-opacity));
}
.bg-bottom-line {
    background-image: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 90%,
        rgba(0, 165, 151, 1) 90%,
        rgba(0, 165, 151, 1) 90%
    );
}
.bg-bottom-line-blue {
    background-image: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 90%,
        rgba(107, 187, 229, 1) 90%,
        rgba(107, 187, 229, 1) 90%
    );
}
.bg-bottom-line-black {
    background-image: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 90%,
        rgba(118, 118, 118, 1) 90%,
        rgba(118, 118, 118, 1) 90%
    );
}
.bg-bottom-line-red {
    background-image: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 90%,
        rgba(217, 98, 98, 1) 90%,
        rgba(217, 98, 98, 1) 90%
    );
}
.bg-cover {
    background-size: cover;
}
.bg-contain {
    background-size: contain;
}
.bg-center {
    background-position: center;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.fill-\[\#737372\] {
    fill: #737372;
}
.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.p-3 {
    padding: 0.75rem;
}
.p-8 {
    padding: 2rem;
}
.p-4 {
    padding: 1rem;
}
.\!p-4 {
    padding: 1rem !important;
}
.\!p-3 {
    padding: 0.75rem !important;
}
.p-5 {
    padding: 1.25rem;
}
.\!p-2 {
    padding: 0.5rem !important;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.\!py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.\!px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}
.px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
}
.\!py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.\!py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}
.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.\!px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}
.pt-5 {
    padding-top: 1.25rem;
}
.\!pr-7 {
    padding-right: 1.75rem !important;
}
.pt-4 {
    padding-top: 1rem;
}
.pb-10 {
    padding-bottom: 2.5rem;
}
.pt-3 {
    padding-top: 0.75rem;
}
.pb-4 {
    padding-bottom: 1rem;
}
.pl-14 {
    padding-left: 3.5rem;
}
.pt-8 {
    padding-top: 2rem;
}
.pb-14 {
    padding-bottom: 3.5rem;
}
.pl-0 {
    padding-left: 0px;
}
.pl-8 {
    padding-left: 2rem;
}
.pt-10 {
    padding-top: 2.5rem;
}
.pr-8 {
    padding-right: 2rem;
}
.\!pl-\[38px\] {
    padding-left: 38px !important;
}
.pb-28 {
    padding-bottom: 7rem;
}
.pt-6 {
    padding-top: 1.5rem;
}
.pt-20 {
    padding-top: 5rem;
}
.pt-16 {
    padding-top: 4rem;
}
.pb-7 {
    padding-bottom: 1.75rem;
}
.\!pb-7 {
    padding-bottom: 1.75rem !important;
}
.pr-3 {
    padding-right: 0.75rem;
}
.\!pt-6 {
    padding-top: 1.5rem !important;
}
.pt-14 {
    padding-top: 3.5rem;
}
.pl-4 {
    padding-left: 1rem;
}
.pr-4 {
    padding-right: 1rem;
}
.pl-6 {
    padding-left: 1.5rem;
}
.pr-6 {
    padding-right: 1.5rem;
}
.text-left {
    text-align: left;
}
.\!text-left {
    text-align: left !important;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.align-top {
    vertical-align: top;
}
.align-middle {
    vertical-align: middle;
}
.font-\[\'Helvetica_Neue\'\] {
    font-family: "Helvetica Neue";
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.\!text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
}
.\!text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
}
.\!text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}
.\!text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.15rem;
}
.\!text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
}
.\!text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
}
.text-\[9px\] {
    font-size: 9px;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.\!text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
}
.font-bold {
    font-weight: 700;
}
.\!font-normal {
    font-weight: 400 !important;
}
.\!font-bold {
    font-weight: 700 !important;
}
.font-light {
    font-weight: 300;
}
.font-thin {
    font-weight: 100;
}
.font-medium {
    font-weight: 500;
}
.uppercase {
    text-transform: uppercase;
}
.\!tracking-wide {
    letter-spacing: 0.025em !important;
}
.tracking-\[2px\] {
    letter-spacing: 2px;
}
.tracking-wide {
    letter-spacing: 0.025em;
}
.tracking-\[6px\] {
    letter-spacing: 6px;
}
.tracking-\[8px\] {
    letter-spacing: 8px;
}
.tracking-wider {
    letter-spacing: 0.05em;
}
.text-\[\#737372\] {
    --tw-text-opacity: 1;
    color: rgb(115 115 114 / var(--tw-text-opacity));
}
.text-\[\#989898\] {
    --tw-text-opacity: 1;
    color: rgb(152 152 152 / var(--tw-text-opacity));
}
.text-\[\#888888\] {
    --tw-text-opacity: 1;
    color: rgb(136 136 136 / var(--tw-text-opacity));
}
.text-\[\#828281\] {
    --tw-text-opacity: 1;
    color: rgb(130 130 129 / var(--tw-text-opacity));
}
.\!text-\[\#737372\] {
    --tw-text-opacity: 1 !important;
    color: rgb(115 115 114 / var(--tw-text-opacity)) !important;
}
.text-\[\#656565\] {
    --tw-text-opacity: 1;
    color: rgb(101 101 101 / var(--tw-text-opacity));
}
.text-\[\#898989\] {
    --tw-text-opacity: 1;
    color: rgb(137 137 137 / var(--tw-text-opacity));
}
.text-\[\#727272\] {
    --tw-text-opacity: 1;
    color: rgb(114 114 114 / var(--tw-text-opacity));
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[\#333333\] {
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-\[\#5c5c5c\] {
    --tw-text-opacity: 1;
    color: rgb(92 92 92 / var(--tw-text-opacity));
}
.text-\[\#5A5A5A\] {
    --tw-text-opacity: 1;
    color: rgb(90 90 90 / var(--tw-text-opacity));
}
.text-\[\#000000\] {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#454545\] {
    --tw-text-opacity: 1;
    color: rgb(69 69 69 / var(--tw-text-opacity));
}
.opacity-0 {
    opacity: 0;
}
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
        0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
        0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1),
        0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
        0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
        0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
        0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
        0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur {
    --tw-blur: blur(8px);
    filter: var(--tw-filter);
}
.filter {
    filter: var(--tw-filter);
}
.backdrop-blur-\[21px\] {
    --tw-backdrop-blur: blur(21px);
    -webkit-backdrop-filter: var(--tw-backdrop-filter);
    backdrop-filter: var(--tw-backdrop-filter);
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition {
    transition-property: color, background-color, border-color, fill, stroke,
        opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
        -webkit-backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter, -webkit-text-decoration-color,
        -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.delay-150 {
    transition-delay: 150ms;
}
.duration-200 {
    transition-duration: 200ms;
}
.duration-300 {
    transition-duration: 300ms;
}
.ease-linear {
    transition-timing-function: linear;
}
.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
html,
body {
    font-family: Bold 52px/64px Helvetica Neue, sans-serif;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

html .loader,
body .loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(207, 207, 207, 0.6);
    display: none;
    z-index: 999999;
}

html .loader.loading,
body .loader.loading {
    display: block;
}

.fixed-background-colors {
    height: 100%;
    overflow: hidden;
}

.fixed-background-colors .row {
    height: 100%;
}

.fixed-background-colors .row .col-logo {
    width: 18%;
    height: 100%;
    display: inline-block;
    background-color: #292929;
}

.fixed-background-colors .row .col-menu {
    width: 82%;
    height: 100%;
    display: inline-block;
    background: #292929;
}

.main-box .col,
.main-box .col-1,
.main-box .col-10,
.main-box .col-11,
.main-box .col-12,
.main-box .col-2,
.main-box .col-3,
.main-box .col-4,
.main-box .col-5,
.main-box .col-6,
.main-box .col-7,
.main-box .col-8,
.main-box .col-9,
.main-box .col-auto,
.main-box .col-lg,
.main-box .col-lg-1,
.main-box .col-lg-10,
.main-box .col-lg-11,
.main-box .col-lg-12,
.main-box .col-lg-2,
.main-box .col-lg-3,
.main-box .col-lg-4,
.main-box .col-lg-5,
.main-box .col-lg-6,
.main-box .col-lg-7,
.main-box .col-lg-8,
.main-box .col-lg-9,
.main-box .col-lg-auto,
.main-box .col-md,
.main-box .col-md-1,
.main-box .col-md-10,
.main-box .col-md-11,
.main-box .col-md-12,
.main-box .col-md-2,
.main-box .col-md-3,
.main-box .col-md-4,
.main-box .col-md-5,
.main-box .col-md-6,
.main-box .col-md-7,
.main-box .col-md-8,
.main-box .col-md-9,
.main-box .col-md-auto,
.main-box .col-sm,
.main-box .col-sm-1,
.main-box .col-sm-10,
.main-box .col-sm-11,
.main-box .col-sm-12,
.main-box .col-sm-2,
.main-box .col-sm-3,
.main-box .col-sm-4,
.main-box .col-sm-5,
.main-box .col-sm-6,
.main-box .col-sm-7,
.main-box .col-sm-8,
.main-box .col-sm-9,
.main-box .col-sm-auto,
.main-box .col-xl,
.main-box .col-xl-1,
.main-box .col-xl-10,
.main-box .col-xl-11,
.main-box .col-xl-12,
.main-box .col-xl-2,
.main-box .col-xl-3,
.main-box .col-xl-4,
.main-box .col-xl-5,
.main-box .col-xl-6,
.main-box .col-xl-7,
.main-box .col-xl-8,
.main-box .col-xl-9,
.main-box .col-xl-auto {
    padding: 0;
}

@media (max-width: 1024px) {
    .fixed-background-colors .row .col-logo {
        width: 40%;
    }

    .fixed-background-colors .row .col-menu {
        width: 60%;
    }
}

@media (max-width: 460px) {
    .fixed-background-colors .row .col-logo {
        width: 40%;
    }

    .fixed-background-colors .row .col-menu {
        width: 60%;
    }
}

@font-face {
    font-family: "Helvetica Neue";
    font-style: normal;
    src: url(/fonts/HelveticaNeue.woff2?ff54b536223873b7bb22ddfa9e1acdbb)
            format("woff2"),
        url(/fonts/HelveticaNeue.woff?437fcaab4edac7a5fae97c361dbe5711)
            format("woff");
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.start {
    background-color: #efefef;
    color: #989898;
}

.start:hover {
    background-color: #989898;
    color: white;
}

.started {
    background-color: #a8a8a8;
    color: white;
}

.started:hover {
    background-color: #000000;
    color: white;
}

.completed {
    background-color: #af8e8f;
    color: white;
}

.completed:hover {
    background-color: #292929;
    color: white;
}

.icon-default,
.check-icon.hover,
.check-icon.hoverBySlug,
.check-icon,
.infra-icon.hover,
.infra-icon.hoverBySlug,
.infra-icon,
.choose-icon.hover,
.choose-icon.hoverBySlug,
.choose-icon,
.designs-icon.hover,
.designs-icon.hoverBySlug,
.designs-icon,
.user-icon.hover,
.user-icon {
    background-repeat: no-repeat;
    background-size: 24px 24px;
    content: "";
    width: 24px;
    height: 24px;
    display: inline-flex;
}

.user-icon {
    background-image: url(/images/icone_user_marrom.svg?5e63e6507049a559e886c228eb5ee8d0);
}

.user-icon.hover {
    background-image: url(/images/icone_user_branco.svg?4ef0ed269323b5819793aa2d2c2f02eb);
}

.designs-icon {
    background-image: url(/images/icone_planta_marrom.svg?9ce0e1b8d778cf81d259c070aeb311ab);
}

.designs-icon.hover,
.designs-icon.hoverBySlug {
    background-image: url(/images/icone_planta_branco.svg?263c8bb4ecdaa6deb6242e7ce7571ba5);
}

.choose-icon {
    background-image: url(/images/icone_choose_marrom.svg?81eaa464b0e5b724724f0d4e6ce14b1d);
}

.choose-icon.hover,
.choose-icon.hoverBySlug {
    background-image: url(/images/icone_choose_branco.svg?38d8867ec2de9c9fb2c2c9d202ffa017);
}

.infra-icon {
    background-image: url(/images/icone_infra_marrom.svg?9364a3158176696e3824f2e74fbfcdb6);
}

.infra-icon.hover,
.infra-icon.hoverBySlug {
    background-image: url(/images/icone_infra_branco.svg?af69281628f9d03c0388bdf515e7298c);
}

.check-icon {
    background-image: url(/images/icone_check_marrom.svg?ce6a0516077e209fa7cb501340b0f250);
}

.check-icon.hover,
.check-icon.hoverBySlug {
    background-image: url(/images/icone_check_branco.svg?0d3bb7464626cf0f9cef1a6451bef904);
}

.venture-logo {
    position: relative;
    height: 100px;
}

.venture-logo .venture-logo-box img {
    position: absolute;
    left: 2px;
    bottom: 8px;
    max-width: 70%;
    max-height: auto;
}

.mobileLockModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(155, 124, 74, 0.9);
    overflow: hidden;
    display: none;
    z-index: 99999;
}

.mobileLockModal div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mobileLockModal div p {
    color: #f0d6ab;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.mobileLockModal div button {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px 20px;
    background: #ddc193;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    color: #7e6235;
    border: 0;
    border-radius: 4px;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0) 29;
}

.mobileLockModal.show {
    background: rgb(155, 124, 74);
    display: block;
}

.customizer-modal {
    font-size: 14px;
}

.customizer-modal .modal-dialog {
    top: 20%;
}

.customizer-modal .modal-dialog .modal-content {
    border: none;
    color: white;
    background: transparent;
}

.customizer-modal.show {
    background: rgba(155, 124, 74, 0.9);
    display: block;
}

.central-box.default .kit-table,
.central-box.default .kit-details-title {
    display: none;
}

.central-box.kit .default-table,
.central-box.kit .default-details-title {
    display: none;
}

header.breadcrumb-menu {
    position: relative;
    height: 100px;
}

header.breadcrumb-menu .menu-options nav.steps {
    position: relative;
    height: 100px;
}

header.breadcrumb-menu .menu-options nav.steps ul.client-area-label {
    height: 36px;
}

header.breadcrumb-menu .menu-options nav.steps ul.client-area-label li {
    position: relative;
    display: inline-table;
    padding: 0 15px;
}

header.breadcrumb-menu .menu-options nav.steps ul.client-area-label li i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

header.breadcrumb-menu .menu-options nav.steps ul.client-area-label li span {
    padding: 0 0 0 10px;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    color: white;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

header.breadcrumb-menu .menu-options nav.steps ul.client-area-label li span a {
    padding: 0 0 0 10px;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    color: white;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

header.breadcrumb-menu .menu-options nav.steps ul.client-area-label li:hover {
    background-color: transparent;
}

header.breadcrumb-menu
    .menu-options
    nav.steps
    ul.client-area-label
    li:hover
    span {
    color: #af8e8f;
}

header.breadcrumb-menu .menu-options nav.steps ul {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 66px;
    margin: 0;
    padding: 0;
    list-style: none;
}

header.breadcrumb-menu .menu-options nav.steps ul li a {
    position: relative;
    display: table;
    padding: 24px 10px 20px 20px;
}

header.breadcrumb-menu .menu-options nav.steps ul li a i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

header.breadcrumb-menu .menu-options nav.steps ul li a span {
    padding: 0 0 0 10px;
    font-size: 16px;
    line-height: 15px;
    font-weight: 500;
    color: white;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

header.breadcrumb-menu .menu-options nav.steps ul li a div.hoverChevronLeft {
    position: absolute;
    top: 30px;
    left: -3px;
    text-align: center;
    padding: 5px;
    margin: 0 -33px;
    height: 1px;
    width: 70px;
    transform: rotate(90deg);
    display: none;
}

header.breadcrumb-menu
    .menu-options
    nav.steps
    ul
    li
    a
    div.hoverChevronLeft.show,
header.breadcrumb-menu
    .menu-options
    nav.steps
    ul
    li
    a
    div.hoverChevronLeft.showBySlug {
    display: block;
}

header.breadcrumb-menu
    .menu-options
    nav.steps
    ul
    li
    a
    div.hoverChevronLeft:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 66%;
    width: 50%;
    background: #af8e8f;
    transform: skew(0deg, -8deg);
}

header.breadcrumb-menu
    .menu-options
    nav.steps
    ul
    li
    a
    div.hoverChevronLeft:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 66%;
    width: 50%;
    background: #af8e8f;
    transform: skew(0deg, 8deg);
}

header.breadcrumb-menu .menu-options nav.steps ul li a div.hoverChevronRight {
    position: absolute;
    top: 30px;
    right: 0;
    text-align: center;
    padding: 5px;
    margin: 0 -33px;
    height: 1px;
    width: 70px;
    transform: rotate(90deg);
    display: none;
}

header.breadcrumb-menu
    .menu-options
    nav.steps
    ul
    li
    a
    div.hoverChevronRight.show,
header.breadcrumb-menu
    .menu-options
    nav.steps
    ul
    li
    a
    div.hoverChevronRight.showBySlug {
    display: block;
}

header.breadcrumb-menu
    .menu-options
    nav.steps
    ul
    li
    a
    div.hoverChevronRight:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 66%;
    width: 50%;
    background: #af8e8f;
    transform: skew(0deg, -8deg);
}

header.breadcrumb-menu
    .menu-options
    nav.steps
    ul
    li
    a
    div.hoverChevronRight:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 66%;
    width: 50%;
    background: #af8e8f;
    transform: skew(0deg, 8deg);
}

header.breadcrumb-menu .menu-options nav.steps ul li.hover,
header.breadcrumb-menu .menu-options nav.steps ul li.hoverBySlug {
    background-color: #af8e8f;
}

header.breadcrumb-menu .menu-options nav.steps ul li.hover span,
header.breadcrumb-menu .menu-options nav.steps ul li.hoverBySlug span {
    color: #fff;
}

header.breadcrumb-menu .menu-options nav.steps ul li.chevron {
    position: relative;
    top: 35px;
    text-align: center;
    padding: 1px;
    margin: 0 -30px;
    height: 1px;
    width: 65px;
    transform: rotate(90deg);
}

header.breadcrumb-menu .menu-options nav.steps ul li.chevron:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 70%;
    width: 50%;
    background: #af8e8f;
    transform: skew(0deg, -8deg);
}

header.breadcrumb-menu .menu-options nav.steps ul li.chevron:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 70%;
    width: 50%;
    background: #af8e8f;
    transform: skew(0deg, 8deg);
}

header.breadcrumb-menu .menu-options nav.username {
    position: relative;
    height: 100px;
}

header.breadcrumb-menu .menu-options nav.username ul {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0 10px 0 0;
    list-style: none;
}

header.breadcrumb-menu .menu-options nav.username ul li a {
    font-size: 14px;
    line-height: 20px;
    text-align: right;
}

header.breadcrumb-menu .menu-options nav.username ul li a.dropdown-item {
    text-align: center;
}

header.breadcrumb-menu .menu-options nav.unit {
    position: relative;
    height: 100px;
}

header.breadcrumb-menu .menu-options nav.unit ul {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: 50px;
    margin: 0;
    padding: 0;
    list-style: none;
    border-left: 1px solid #af8e8f;
}

header.breadcrumb-menu .menu-options nav.unit ul li {
    position: relative;
    max-width: 100%;
    float: right;
    display: block;
    padding: 0;
    margin: 0 0 0 10px;
    font-size: 11px;
    letter-spacing: 1px;
    text-align: right;
}

@media (max-width: 1024px) {
    header.breadcrumb-menu .menu-options nav.steps .client-area-label.desktop {
        display: none;
    }

    header.breadcrumb-menu .menu-options nav.steps .client-area-label li a {
        line-height: 26px;
        font-weight: 500;
        color: #6f706f;
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding: 0 0 0 4px;
        font-size: 11px;
    }

    header.breadcrumb-menu .menu-options nav.steps ul li a {
        position: relative;
        display: table;
        padding: 24px 0px 20px 10px;
    }

    header.breadcrumb-menu .menu-options nav.steps ul li a span {
        padding: 0 0 0 4px;
        font-size: 12px;
        line-height: 14px;
    }

    header.breadcrumb-menu .menu-options nav.steps .nav {
        display: none;
    }

    header.breadcrumb-menu .menu-options nav.username {
        position: absolute;
        top: 0;
        right: 0;
        height: 60px;
    }

    header.breadcrumb-menu .menu-options nav.username ul {
        padding-right: 0;
    }

    header.breadcrumb-menu .menu-options nav.unit {
        display: none;
    }
    header.breadcrumb-menu .menu-options nav.steps .client-area-label {
        left: 0 !important;
    }

    header.breadcrumb-menu .menu-options nav.steps .client-area-label li a {
        font-size: 20px;
    }
}

@media (max-width: 460px) {
    header.breadcrumb-menu .menu-options nav.steps .client-area-label {
        left: -30px !important;
    }

    header.breadcrumb-menu .menu-options nav.steps .client-area-label li a {
        font-size: 11px;
    }
}

.btn-gold {
    background-color: #292929;
    border-color: #292929;
    color: white;
    border-radius: 2px;
}

.btn-gold:hover {
    color: white;
    background: #af8e8f;
}

.btn-gray {
    background-color: #868686;
    border-color: #868686;
    color: white;
    border-radius: 2px;
}

.btn-gray:hover {
    color: white;
    background: #989898;
}

.btn-green {
    background-color: #af8e8f;
    border-color: #af8e8f;
    color: white;
    border-radius: 2px;
}

.btn-green:hover {
    color: white;
    background: #292929;
}

.btn-back {
    padding: 10px 30px;
    letter-spacing: 4px;
    font-size: 10px;
    border-radius: 2px;
}

.btn-back:hover {
    text-decoration: none;
    background-color: #989898;
    color: white;
}

.btn-left-top {
    position: absolute;
    top: 0;
    left: 0;
}

.access-disabled:hover {
    background-color: #989898 !important;
    cursor: pointer;
}

.client-area .unidades {
    width: 60%;
    z-index: 1;
}

.client-area .imagem {
    width: 40%;
    z-index: 2;
}

.client-area .imagem .box-building-image img {
    height: 100%;
    height: auto;
    text-align: right;
    margin: 0 auto;
}

.client-area h2 {
    font-size: 42px;
    font-weight: bold;
}

.user-data-info {
    margin-bottom: 15px;
}

.user-data-info li,
.user-data-info a {
    color: #000000;
    margin-right: 25px;
    font-weight: 500;
}

.user-data-options li a {
    margin-right: 10px;
    font-size: 11px;
    padding: 10px 20px;
}

@media (max-width: 1024px) {
    .client-area .unidades {
        width: 100%;
    }

    .client-area .imagem {
        display: none;
    }
}

@media (max-width: 460px) {
    .client-area .unidades {
        width: 100%;
    }

    .client-area .unidades .box-padding {
        padding: 30px;
    }

    .client-area .unidades .box-padding h2 {
        font-size: 30px;
    }

    .client-area .unidades .box-padding .user-data-options li {
        width: 100%;
        margin-bottom: 4px;
    }

    .client-area .unidades .box-padding .user-data-options li a {
        display: block;
    }

    .client-area .imagem {
        display: none;
    }
}

.central-box .design-cover-image {
    width: 100%;
    height: auto;
    background: #e5e4e0;
    opacity: 0;
    z-index: 0;
    transition: opacity 0.3s ease-in-out;
}

.central-box .design-cover-image.selected {
    opacity: 1;
    z-index: 3;
}

.central-box .design-container-list {
    position: relative;
    height: 660px;
    width: 100%;
}

.central-box .design-container-list .design-box {
    color: #292929;
    padding: 30px 0 20px 25px;
    display: grid;
    cursor: pointer;
}

.central-box .design-container-list .design-box:hover {
    background-color: #a8a8a8 !important;
    color: white;
}

.central-box .design-container-list .design-box:hover .design-box--description {
    color: white;
}

.central-box .design-container-list .design-box .design-box--structure {
    text-transform: uppercase;
    font-size: 13px;
}

.central-box .design-container-list .design-box .design-box--description {
    font-size: 12px;
    color: #000000;
}

.central-box .design-container-list .design-box.selected {
    background-color: #292929 !important;
    color: white !important;
}

.central-box
    .design-container-list
    .design-box.selected
    .design-box--description {
    color: white !important;
}

.central-box .design-container-button {
    bottom: 0;
    width: 100%;
    background-color: #af8e8f;
    display: block;
    cursor: pointer;
}

.central-box .design-container-button a {
    padding: 10px 0;
    color: white;
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 14px;
}

.central-box .design-container-button a:hover {
    background-color: #292929;
    text-decoration: none;
}

.central-box.zoom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    transform: none;
}

.central-box .design-image-box.zoom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    transform: none;
}

.central-box .general-design {
    z-index: 1;
}

.central-box .general-design img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.central-box .wrapper-customization {
    display: none;
}

.central-box .wrapper-customization-infra {
    max-width: 100%;
    display: block;
}

.central-box .wrapper-customization-infra img.first-img {
    max-height: 700px;
    max-width: 100%;
}

.central-box .room-cover-image {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    max-height: 700px;
    opacity: 0;
    z-index: 0;
    transition: opacity 0.3s ease-in-out;
}

.central-box .room-cover-image.show {
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
    z-index: 2;
}

.central-box .room-cover-image.show.zoom {
    max-height: 100vh;
}

.central-box .option-cover-image {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    max-height: 700px;
    opacity: 0;
    z-index: 0;
    transition: opacity 0.3s ease-in-out;
}

.central-box .option-cover-image.default {
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
    z-index: 3;
}

.central-box .option-cover-image.default.zoom {
    max-height: 100vh;
}

.central-box .room-container-list {
    position: relative;
    height: 660px;
    width: 100%;
}

.central-box .room-container-list #customizer-container {
    padding: 40px 10px;
}

.central-box .room-container-list #customizer-container ul#room-list {
    counter-reset: list;
}

.central-box .room-container-list #customizer-container ul#room-list > li {
    position: relative;
    list-style: none;
    background: transparent;
}

.central-box
    .room-container-list
    #customizer-container
    ul#room-list
    > li:before {
    position: absolute;
    left: 0;
    padding: 3px 0;
    min-width: 28px;
    min-height: 26px;
    counter-increment: list;
    content: counter(list, upper-alpha);
    color: #fff;
    background: #c1c1c1;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
}

.central-box
    .room-container-list
    #customizer-container
    ul#room-list
    > li.roomCompleted:before {
    background: #af8e8f;
}

.central-box .room-container-list #customizer-container ul#room-list > li a {
    min-height: 40px;
    margin: 0 0 8px 35px;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 2px;
    color: #5c5c5c;
    cursor: pointer;
}

.central-box
    .room-container-list
    #customizer-container
    ul#room-list
    > li
    ol.item-list {
    counter-reset: list;
}

.central-box
    .room-container-list
    #customizer-container
    ul#room-list
    > li
    ol.item-list
    > li {
    list-style: none;
}

.central-box
    .room-container-list
    #customizer-container
    ul#room-list
    > li
    ol.item-list
    > li:before {
    position: absolute;
    left: 35px;
    padding: 3px 0;
    min-width: 28px;
    min-height: 26px;
    counter-increment: list;
    content: counter(list, decimal);
    color: #fff;
    background: #c1c1c1;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
}

.central-box
    .room-container-list
    #customizer-container
    ul#room-list
    > li
    ol.item-list
    > li.itemCompleted:before {
    background: #af8e8f;
}

.central-box
    .room-container-list
    #customizer-container
    ul#room-list
    > li
    ol.item-list
    > li
    a {
    margin: 0 0 10px 70px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    letter-spacing: 0;
}

.central-box
    .room-container-list
    #customizer-container
    ul#room-list
    > li
    ol.item-list
    > li
    ul.option-list
    li {
    list-style: none;
    margin: 0 0 0 70px;
}

.central-box
    .room-container-list
    #customizer-container
    ul#room-list
    > li
    ol.item-list
    > li
    ul.option-list
    li
    label.option {
    position: relative;
    display: block;
    padding-left: 25px;
    margin-bottom: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: 0;
    color: #5c5c5c;
    cursor: pointer;
}

.central-box
    .room-container-list
    #customizer-container
    ul#room-list
    > li
    ol.item-list
    > li
    ul.option-list
    li
    label.option
    .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #c1c1c1;
    border-radius: 50%;
}

.central-box
    .room-container-list
    #customizer-container
    ul#room-list
    > li
    ol.item-list
    > li
    ul.option-list
    li
    label.option
    .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}

.central-box
    .room-container-list
    #customizer-container
    ul#room-list
    > li
    ol.item-list
    > li
    ul.option-list
    li
    label.option:hover
    input
    ~ .checkmark {
    background-color: #a8a8a8;
}

.central-box
    .room-container-list
    #customizer-container
    ul#room-list
    > li
    ol.item-list
    > li
    ul.option-list
    li
    label.option
    input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
    cursor: pointer;
}

.central-box
    .room-container-list
    #customizer-container
    ul#room-list
    > li
    ol.item-list
    > li
    ul.option-list
    li
    label.option
    input:checked
    ~ .checkmark {
    background-color: #af8e8f;
}

.central-box
    .room-container-list
    #customizer-container
    ul#room-list
    > li
    ol.item-list
    > li
    ul.option-list
    li
    label.option
    input:checked
    ~ .checkmark:after {
    display: block;
}

.central-box .room-container-button {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #af8e8f;
    display: block;
    cursor: pointer;
    z-index: 1;
}

.central-box .room-container-button a {
    padding: 10px 0;
    color: white;
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 14px;
}

.central-box .room-container-button a:hover {
    background-color: #292929;
    text-decoration: none;
}

.central-box .room-container-button .room-selection {
    background-color: #af8e8f;
    display: block;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: white;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.central-box .room-container-button .room-selection:hover {
    background-color: #292929;
    text-decoration: none;
}

.central-box .wrapper-customization-infra {
    max-width: 100%;
    display: block;
}

.central-box .wrapper-customization-infra .first-img {
    max-width: 100%;
}

.central-box .wrapper-customization-infra .infra-img {
    max-width: 100%;
    opacity: 0;
    z-index: 0;
}

.central-box .wrapper-customization-infra .infra-img.infraCompleted {
    opacity: 1;
    z-index: 3;
}

.central-box .room-cover-image {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    max-height: 700px;
    opacity: 0;
    z-index: 0;
    transition: opacity 0.3s ease-in-out;
}

.central-box .room-cover-image.show {
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
    z-index: 2;
}

.central-box .option-cover-image {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    max-height: 700px;
    opacity: 0;
    z-index: 0;
    transition: opacity 0.3s ease-in-out;
}

.central-box .option-cover-image.default {
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
    z-index: 3;
}

.central-box .infra-container-list {
    position: relative;
    height: calc(100% - 50px);
    width: 98%;
}

.scrollbar-dynamic {
    overflow: auto;
    -ms-overflow-style: auto; /* IE 11 */
    scrollbar-width: auto; /* Firefox 64 */
}

.scrollbar-dynamic::-webkit-scrollbar {
    display: auto;
}

.central-box .infra-container-list #customizer-container {
    padding: 40px 10px;
}

.central-box .infra-container-list #customizer-container ul#infra-list {
    counter-reset: list;
}

.central-box .infra-container-list #customizer-container ul#infra-list > li {
    position: relative;
    list-style: none;
    background: transparent;
}

.central-box
    .infra-container-list
    #customizer-container
    ul#infra-list
    > li
    > .text-numero:before {
    position: absolute;
    left: 0;
    padding: 3px 0;
    min-width: 28px;
    min-height: 26px;
    content: attr(data-slug);
    color: #fff;
    background: #c1c1c1;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
}

.central-box
    .infra-container-list
    #customizer-container
    ul#infra-list
    > li.infraCompleted
    > .text-numero:before {
    background: #af8e8f;
}

.central-box .infra-container-list #customizer-container ul#infra-list > li a {
    margin: 3px 0 0 35px;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #5c5c5c;
    cursor: pointer;
}

.central-box
    .infra-container-list
    #customizer-container
    ul#infra-list
    > li
    ul.infra-item-list
    li {
    list-style: none;
    margin: 0 0 0 35px;
}

.central-box
    .infra-container-list
    #customizer-container
    ul#infra-list
    > li
    ul.infra-item-list
    li
    label.item {
    position: relative;
    display: block;
    padding-left: 25px;
    margin-bottom: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: 0;
    color: #5c5c5c;
    cursor: pointer;
}

.central-box
    .infra-container-list
    #customizer-container
    ul#infra-list
    > li
    ul.infra-item-list
    li
    label.item
    .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #c1c1c1;
}

.central-box
    .infra-container-list
    #customizer-container
    ul#infra-list
    > li
    ul.infra-item-list
    li
    label.item
    .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 7px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.central-box
    .infra-container-list
    #customizer-container
    ul#infra-list
    > li
    ul.infra-item-list
    li
    label.item:hover
    input
    ~ .checkmark {
    background-color: #a8a8a8;
}

.central-box
    .infra-container-list
    #customizer-container
    ul#infra-list
    > li
    ul.infra-item-list
    li
    label.item
    input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
    cursor: pointer;
}

.central-box
    .infra-container-list
    #customizer-container
    ul#infra-list
    > li
    ul.infra-item-list
    li
    label.item
    input:checked
    ~ .checkmark {
    background-color: #af8e8f;
}

.central-box
    .infra-container-list
    #customizer-container
    ul#infra-list
    > li
    ul.infra-item-list
    li
    label.item
    input:checked
    ~ .checkmark:after {
    display: block;
}

.central-box .infra-container-button {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #af8e8f;
    display: block;
    cursor: pointer;
    z-index: 5;
}

.central-box .infra-container-button a {
    padding: 10px 0;
    color: white;
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 14px;
}

.central-box .infra-container-button a:hover {
    background-color: #292929;
    text-decoration: none;
}

.central-box .infra-container-button .infra-selection {
    background-color: #af8e8f;
    display: block;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: white;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.central-box .infra-container-button .infra-selection:hover {
    background-color: #292929;
    text-decoration: none;
}

.nav-item a:hover .svg-f,
.fechar:hover .svg-f {
    fill: #fff;
}

.nav-item a:hover .svg-s,
.fechar:hover .svg-s {
    stroke: #fff;
}

.collapse:not(.show) {
    display: none;
}

body.login {
    background-size: cover;
}

body.login.recovery-pass .login-container-box::after {
    height: 23%;
}

body.login.confirm-pass .login-container-box::after {
    display: none;
}

body.login .faded-bg {
    background: none;
}

body.login .login-sidebar .venture-box {
    background-color: #000000;
}

body.login .login-sidebar .venture-box img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -58%);
}

body.login .login-sidebar .login-container {
    height: calc(100% - 66px);
}

body.login .login-sidebar .login-container .login-container-box {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
}

body.login .login-sidebar .login-container .login-container-box p,
body.login .login-sidebar .login-container .login-container-box h2 {
    font-family: "Helvetica Neue";
    text-transform: unset;
}

body.login .login-sidebar .login-container .login-container-box h2 {
    font-weight: bold;
}

body.login .login-sidebar .login-container .login-container-box .alert {
    font-family: "Helvetica Neue";
    font-size: 13px;
    margin-top: 6px !important;
    text-align: center;
}

body.login
    .login-sidebar
    .login-container
    .login-container-box
    .alert.alert-red {
    color: rgb(255, 70, 70);
}

body.login
    .login-sidebar
    .login-container
    .login-container-box
    .title-container
    .copy-logo
    .logo-subtitle
    h4 {
    margin: 20px 0;
    padding: 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 21px;
    letter-spacing: -1px;
    color: #000000;
}

body.login
    .login-sidebar
    .login-container
    .login-container-box
    .form-login
    input {
    font-family: "Helvetica Neue";
}

body.login
    .login-sidebar
    .login-container
    .login-container-box
    .form-login
    .form-group {
    margin-bottom: 5px;
}

body.login
    .login-sidebar
    .login-container
    .login-container-box
    .form-login
    .login-option-menu {
    padding: 0;
}

body.login
    .login-sidebar
    .login-container
    .login-container-box
    .form-login
    .login-option-menu
    li {
    list-style: none;
}

body.login
    .login-sidebar
    .login-container
    .login-container-box
    .form-login
    .login-option-menu
    li
    a {
    font-family: "Helvetica Neue";
}

body.login
    .login-sidebar
    .login-container
    .login-container-box
    .form-login--submit
    button {
    color: #656565;
}

body.login
    .login-sidebar
    .login-container
    .login-container-box
    .form-login--submit
    button:hover {
    background-color: #af8e8f;
    color: white;
}

body.login
    .login-sidebar
    .login-container
    .login-container-box
    .form-login--submit
    button:hover
    #Caminho_447,
body.login
    .login-sidebar
    .login-container
    .login-container-box
    .form-login--submit
    button:hover
    #Caminho_448,
body.login
    .login-sidebar
    .login-container
    .login-container-box
    .form-login--submit
    button:hover
    #Caminho_449 {
    fill: white;
}

body.login
    .login-sidebar
    .login-container
    .login-container-box
    .recovery-pass-section
    .title-container
    h2,
body.login
    .login-sidebar
    .login-container
    .login-container-box
    .confirm-pass-section
    .title-container
    h2 {
    color: #000000;
}

body.login
    .login-sidebar
    .login-container
    .login-container-box
    .recovery-pass-section
    .title-container
    p,
body.login
    .login-sidebar
    .login-container
    .login-container-box
    .confirm-pass-section
    .title-container
    p {
    color: #000000;
}

body.login
    .login-sidebar
    .login-container
    .login-container-box
    .recovery-pass-section
    .form-recovery-pass
    .form-pass,
body.login
    .login-sidebar
    .login-container
    .login-container-box
    .confirm-pass-section
    .form-recovery-pass
    .form-pass {
    margin-right: 0;
}

body.login
    .login-sidebar
    .login-container
    .login-container-box
    .recovery-pass-section
    .form-recovery-pass
    .form-pass
    input,
body.login
    .login-sidebar
    .login-container
    .login-container-box
    .confirm-pass-section
    .form-recovery-pass
    .form-pass
    input {
    font-family: "Helvetica Neue";
}

body.login
    .login-sidebar
    .login-container
    .login-container-box
    .recovery-pass-section
    .form-recovery-pass
    .btn-submit:hover
    #done_light,
body.login
    .login-sidebar
    .login-container
    .login-container-box
    .confirm-pass-section
    .form-recovery-pass
    .btn-submit:hover
    #done_light {
    fill: white;
}

body.login
    .login-sidebar
    .login-container
    .login-container-box
    .confirm-pass-section
    .title-container {
    width: 100%;
}

body.login
    .login-sidebar
    .login-container
    .login-container-box
    .confirm-pass-section
    .contact-box
    .central-habitart
    ul {
    padding: 0;
}

body.login
    .login-sidebar
    .login-container
    .login-container-box
    .confirm-pass-section
    .contact-box
    .central-habitart
    ul
    li {
    list-style: none;
    font-family: "Helvetica Neue";
}

body.login .login-section .copy p {
    color: #000000;
}

.back-button:hover #Caminho_450 {
    fill: white;
}

.modal-full.show {
    pointer-events: all;
    bottom: 0;
    visibility: visible !important;
    z-index: 3000;
}

.modal-full.show::before {
    opacity: 1;
}

.modal-full:not(#contact-modal):not(#about-modal):not(#general-notes-modal) {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    display: none;
    background: #292929;
    z-index: 9999;
}

.modal-full:not(#contact-modal):not(#about-modal):not(#general-notes-modal).show {
    display: block;
}

.modal-full:not(#contact-modal):not(#about-modal):not(#general-notes-modal)
    .modal-full-content
    .modal-full-scroll {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 70%;
    height: 85vh;
}

.modal-full:not(#contact-modal):not(#about-modal):not(#general-notes-modal)
    .modal-full-content
    .modal-full-scroll
    .row {
    margin: 0;
}

.modal-full:not(#contact-modal):not(#about-modal):not(#general-notes-modal)
    .modal-full-content
    .modal-full-scroll
    .card-about {
    max-width: 80%;
    text-align: center;
    margin: auto;
}

.modal-full:not(#contact-modal):not(#about-modal):not(#general-notes-modal)
    .modal-full-content
    .modal-full-scroll
    .card-about
    img {
    margin: auto;
    text-align: center;
    max-height: 70px;
}

.modal-full:not(#contact-modal):not(#about-modal):not(#general-notes-modal)
    .modal-full-content
    .modal-full-scroll
    h1 {
    font-size: 48px;
    font-weight: 100;
    text-align: center;
    color: white;
    background: none;
}

.modal-full:not(#contact-modal):not(#about-modal):not(#general-notes-modal)
    .modal-full-content
    .modal-full-scroll
    h2 {
    margin: 40px 0;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: white;
    letter-spacing: 6px;
}

.modal-full:not(#contact-modal):not(#about-modal):not(#general-notes-modal)
    .modal-full-content
    .modal-full-scroll
    p {
    max-width: 90%;
    margin: 10px auto;
    color: #f0d6ab;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
}

#contact-modal .modal-full-content {
    max-width: 100%;
}

#contact-modal .modal-full-content .modal-full-scroll {
    width: 100%;
}

#contact-modal .modal-full-content .modal-full-scroll h1 {
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 46px;
}

#contact-modal .modal-full-content .modal-full-scroll .contato-col-img img {
    float: right;
    max-width: 60%;
    margin: 0 20px 0 0;
}

.pointer-events-all {
    pointer-events: all;
}

.slick-track {
    padding: 12px 0 32px;
}

#sobre-slider .sobre-slider-slide:not(:nth-last-of-type(1)) {
    margin-right: 1px;
}

@media (max-width: 1366px) {
    body.login .login-section .copy p {
        font-size: 15px;
        line-height: 16px;
    }

    body.login
        .login-section
        .form-login
        .form-login--submit
        button.login-button {
        height: 89px;
    }
}

@media screen and (max-width: 1200px) {
    body.login
        .login-sidebar
        .login-container
        .login-container-box
        .login-section
        .copy-logo
        .logo-image {
        max-width: 100%;
    }

    body.login
        .login-sidebar
        .login-container
        .login-container-box
        .login-section
        .copy-logo
        div
        img {
        height: 70px;
    }

    body.login
        .login-sidebar
        .login-container
        .login-container-box
        .login-section
        .copy-logo
        .logo-subtitle
        h4 {
        margin: 0;
    }
}

@media (max-width: 1024px) {
    body.login #contact-modal form .form-group .form-control {
        width: 100% !important;
    }

    body.login #contact-modal form button {
        width: 100% !important;
    }

    body.login
        #contact-modal
        .modal-full-content
        .modal-full-scroll
        .contato-col-img
        img {
        max-width: 95%;
    }

    body.login
        #contact-modal
        .modal-full-content
        .modal-full-scroll
        .contact-box {
        width: 500px;
        left: unset;
        right: 4px;
        bottom: -40px;
    }

    body.login
        #contact-modal
        .modal-full-content
        .modal-full-scroll
        .contact-box
        .central-habitart
        .title {
        width: 190px;
    }

    body.login
        #contact-modal
        .modal-full-content
        .modal-full-scroll
        .contact-box
        .central-habitart
        .contact-box-text {
        width: 300px;
    }

    body.login
        #contact-modal
        .modal-full-content
        .modal-full-scroll
        .contact-box
        .central-habitart
        .contact-box-text
        ul {
        margin: 35px 0 0 5px;
    }

    body.login
        #contact-modal
        .modal-full-content
        .modal-full-scroll
        .contact-box
        .central-habitart
        .contact-box-text
        ul
        li {
        font-size: 15px;
    }

    body.login
        #contact-modal
        .modal-full-content
        .modal-full-scroll
        .contact-box
        .central-habitart
        .contact-box-text
        ul
        li
        img {
        width: 18px;
    }
}

@media (max-width: 460px) {
    body.login {
        overflow: visible;
    }

    body.login .login-sidebar {
        border-top: initial !important;
        border-left: initial !important;
    }

    body.login .login-sidebar .login-container .login-container-box {
        margin-top: 20px;
        padding: 30px 20px 20px 20px;
    }

    body.login
        .login-sidebar
        .login-container
        .login-container-box
        .login-section {
        max-width: initial;
        margin-top: 15px;
    }

    body.login
        .login-sidebar
        .login-container
        .login-container-box
        .login-section
        .copy-logo
        div
        img {
        height: 50px;
    }

    body.login
        .login-sidebar
        .login-container
        .login-container-box
        .login-section
        .copy {
        max-width: unset;
        margin-top: 20px;
    }

    body.login
        .login-sidebar
        .login-container
        .login-container-box
        .login-section
        form
        .form-control {
        width: -webkit-fill-available;
    }

    body.login
        .login-sidebar
        .login-container
        .login-container-box
        .login-section
        form
        .form-login--submit {
        padding: 0 15px;
    }

    body.login
        .login-sidebar
        .login-container
        .login-container-box
        .login-section
        form
        .form-login--submit
        .login-button {
        height: 50px;
        width: 100%;
        padding: 1rem;
    }

    body.login .modal-full .modal-full-close {
        width: 40px;
        height: 40px;
        font-size: 28px;
    }

    body.login .modal-full .modal-full-content .modal-full-scroll {
        width: 100%;
    }

    body.login .modal-full .modal-full-content .modal-full-scroll h1 {
        font-size: 36px;
    }

    body.login .modal-full .modal-full-content .modal-full-scroll p {
        font-size: 16px;
    }

    body.login
        .modal-full
        .modal-full-content
        .modal-full-scroll
        .row
        .col-md-3 {
        margin-bottom: 50px;
    }

    body.login
        .modal-full
        .modal-full-content
        .modal-full-scroll
        .contato-col-img {
        display: none;
    }

    body.login .modal-full .modal-full-content .modal-full-scroll h1 {
        font-size: 40px;
    }

    body.login .modal-full .modal-full-content .modal-full-scroll form {
        margin-top: 20px;
    }

    body.login
        .modal-full
        .modal-full-content
        .modal-full-scroll
        form
        .form-control {
        width: 100% !important;
    }

    body.login .modal-full .modal-full-content .modal-full-scroll form button {
        width: 100% !important;
    }

    body.login #contact-modal .modal-full-content .modal-full-scroll h1 {
        font-size: 36px;
    }

    body.login
        #contact-modal
        .modal-full-content
        .modal-full-scroll
        .contact-box {
        left: 15px;
        bottom: -150px;
    }

    body.login
        #contact-modal
        .modal-full-content
        .modal-full-scroll
        .contact-box
        .central-habitart
        .title {
        width: 110px;
    }

    body.login
        #contact-modal
        .modal-full-content
        .modal-full-scroll
        .contact-box
        .central-habitart
        .title
        h4 {
        padding: 40px 0;
        font-size: 22px;
        line-height: 24px;
    }

    body.login
        #contact-modal
        .modal-full-content
        .modal-full-scroll
        .contact-box
        .central-habitart
        .contact-box-text {
        width: 235px;
    }

    body.login
        #contact-modal
        .modal-full-content
        .modal-full-scroll
        .contact-box
        .central-habitart
        .contact-box-text
        ul {
        margin: 35px 0 0 5px;
    }

    body.login
        #contact-modal
        .modal-full-content
        .modal-full-scroll
        .contact-box
        .central-habitart
        .contact-box-text
        ul
        li {
        font-size: 10px;
    }

    body.login
        #contact-modal
        .modal-full-content
        .modal-full-scroll
        .contact-box
        .central-habitart
        .contact-box-text
        ul
        li
        img {
        width: 18px;
    }

    #contact-modal .modal-full-content .modal-full-scroll h1 {
        font-size: 36px;
        padding-left: 10px;
    }

    #contact-modal .modal-full-content .modal-full-scroll .contato-col-img {
        display: none;
    }

    #contact-modal .modal-full-content .modal-full-scroll .contact-form {
        padding: 10px;
    }

    #contact-modal
        .modal-full-content
        .modal-full-scroll
        .contact-form
        .form-group
        .controls
        input {
        width: 100%;
    }

    #contact-modal
        .modal-full-content
        .modal-full-scroll
        .contact-form
        .form-group
        textarea {
        width: 100% !important;
    }

    #contact-modal .modal-full-content .modal-full-scroll .contact-form button {
        width: 100% !important;
    }

    #contact-modal .modal-full-content .modal-full-scroll .contact-box {
        left: 15px;
        bottom: -150px;
    }

    #contact-modal
        .modal-full-content
        .modal-full-scroll
        .contact-box
        .central-habitart
        .title {
        width: 110px;
    }

    #contact-modal
        .modal-full-content
        .modal-full-scroll
        .contact-box
        .central-habitart
        .title
        h4 {
        padding: 40px 0;
        font-size: 22px;
        line-height: 24px;
    }

    #contact-modal
        .modal-full-content
        .modal-full-scroll
        .contact-box
        .central-habitart
        .contact-box-text {
        width: 235px;
    }

    #contact-modal
        .modal-full-content
        .modal-full-scroll
        .contact-box
        .central-habitart
        .contact-box-text
        ul {
        margin: 35px 0 0 5px;
    }

    #contact-modal
        .modal-full-content
        .modal-full-scroll
        .contact-box
        .central-habitart
        .contact-box-text
        ul
        li {
        font-size: 10px;
    }

    #contact-modal
        .modal-full-content
        .modal-full-scroll
        .contact-box
        .central-habitart
        .contact-box-text
        ul
        li
        img {
        width: 18px;
    }
}

.main-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.main-box .box-padding {
    padding: 60px 0 0 50px;
}

.main-box .text-gold {
    color: #292929;
}

.main-box .text-green {
    color: #af8e8f;
}

.main-box .text-gray {
    color: #575757;
}

.main-box .img-max-height {
    max-height: 700px;
}

.main-box .row {
    margin: 0;
    padding: 0;
}

.main-box .topo-logo-menu {
    position: relative;
    width: 94vw;
    height: 100px;
    margin: 0 auto;
    padding: 0;
    background: transparent;
}

.main-box .topo-logo-menu .row {
    padding: 0;
    margin: 0;
}

.main-box .topo-logo-menu .row .logo-empreendimento {
    width: 15%;
    display: inline-block;
    border-right: 1px solid #af8eaf;
}

.main-box .topo-logo-menu .row .menu-empreendimento {
    width: 85%;
    display: inline-block;
}

.main-box .central-box {
    position: relative;
    width: 94vw;
    height: 700px;
    margin: 0 auto;
    padding: 0;
    background-color: #ebebeb;
    overflow: hidden;
}

.main-box .central-box.right-bigger {
    margin: 0;
    float: right;
    width: 97vw;
}

.main-box .central-box.finishing {
    height: auto;
}

.main-box .switch-room-box-labels {
    position: relative;
    width: 72.7vw;
    height: 50px;
    margin: 10px 0 50px 3%;
    padding: 0;
    float: left;
    display: block;
    background: transparent;
}

.main-box .switch-room-box-labels .switch-room-box-labels-align {
    position: absolute;
    top: 6%;
    left: 0;
    width: 100%;
}

.main-box
    .switch-room-box-labels
    .switch-room-box-labels-align
    .label-planta-geral {
    position: relative;
    width: 21%;
    height: 42px;
    margin: 0 1% 0 0;
    float: left;
    display: block;
    background: #f4f4f4;
    z-index: 4;
    cursor: pointer;
}

.main-box
    .switch-room-box-labels
    .switch-room-box-labels-align
    .label-planta-geral
    label {
    position: relative;
    width: 100%;
    padding: 0;
    font-size: 14px;
    line-height: 42px;
    letter-spacing: 4px;
    color: #868686;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.main-box
    .switch-room-box-labels
    .switch-room-box-labels-align
    .label-planta-geral
    .thumb-planta-geral {
    position: absolute;
    bottom: 0;
    left: -12%;
    width: 0;
    max-width: 0;
    height: auto;
    background: #ebebeb;
    box-shadow: -2px 5px 12px rgba(0, 0, 0, 0) 4B;
    cursor: pointer;
    opacity: 0;
    z-index: 0;
    transition: opacity 0.3s ease-in-out;
}

.main-box
    .switch-room-box-labels
    .switch-room-box-labels-align
    .label-planta-geral
    .thumb-planta-geral.show {
    transition: opacity 0.3s ease-in-out;
    width: 112%;
    max-width: 112%;
    z-index: 5;
    opacity: 1;
}

.main-box
    .switch-room-box-labels
    .switch-room-box-labels-align
    .label-planta-geral
    .thumb-planta-geral
    .thumb-planta-geral-close {
    position: absolute;
    top: -20px;
    left: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    background: #5c5c5c;
    color: white;
    font-size: 24px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
}

.main-box
    .switch-room-box-labels
    .switch-room-box-labels-align
    .label-planta-geral
    .thumb-planta-geral
    img {
    width: 100%;
    height: auto;
}

.main-box
    .switch-room-box-labels
    .switch-room-box-labels-align
    .label-yuny-cart-client {
    position: relative;
    width: 19%;
    height: 42px;
    margin: 0 1% 0 0;
    float: left;
    display: block;
    background: #868686;
}

.main-box
    .switch-room-box-labels
    .switch-room-box-labels-align
    .label-yuny-cart-client
    .logo-yuny {
    position: relative;
    width: 40%;
    padding: 0;
    margin: 0;
    float: left;
}

.main-box
    .switch-room-box-labels
    .switch-room-box-labels-align
    .label-yuny-cart-client
    .logo-yuny
    img {
    position: relative;
    width: 70%;
    max-height: auto;
    margin: 10px 0 0 10px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.main-box
    .switch-room-box-labels
    .switch-room-box-labels-align
    .label-yuny-cart-client
    .box-labels {
    position: relative;
    width: 60%;
    float: right;
    margin: 0;
}

.main-box
    .switch-room-box-labels
    .switch-room-box-labels-align
    .label-yuny-cart-client
    .box-labels
    label {
    position: relative;
    padding: 0;
    margin: 0;
    letter-spacing: -1px;
    display: block;
    float: right;
}

.main-box
    .switch-room-box-labels
    .switch-room-box-labels-align
    .label-yuny-cart-client
    .box-labels
    label
    a {
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
    line-height: 25px;
    text-align: right;
}

.main-box
    .switch-room-box-labels
    .switch-room-box-labels-align
    .label-custom-percent {
    position: relative;
    width: 55%;
    height: 42px;
    margin: 0;
    float: left;
    display: block;
    background: #cbcbcb;
    z-index: 1;
}

.main-box
    .switch-room-box-labels
    .switch-room-box-labels-align
    .label-custom-percent
    label {
    position: absolute;
    width: 100%;
    padding: 0;
    font-size: 12px;
    line-height: 42px;
    letter-spacing: 7px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    z-index: 3;
}

.main-box
    .switch-room-box-labels
    .switch-room-box-labels-align
    .label-custom-percent
    .porcentagem-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 42px;
    margin: 0;
    padding: 0;
    background: #af8e8f;
    z-index: 2;
}

.box-card-zoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 64px;
    background: #5c5c5c
        url(/images/icone_zoom.svg?21e20998fb7aba58b909ff772f071d6b);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
    z-index: 3;
}

.box-card-zoom.zoom {
    background: #5c5c5c;
    left: 0;
}

.box-card-zoom.zoom:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    content: "X";
    font-size: 34px;
    font-weight: 100;
    color: white;
    line-height: 62px;
    text-align: center;
}

/* BOX CARD ITEM */

.box-card-details:not(.design-details) {
    display: none;
}

.box-card-details.zoom {
    display: none !important;
}

.box-card-details .box-card-item-switch {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    background: #af8e8f;
    display: block;
    cursor: pointer;
    z-index: 1000;
}

.box-card-details .box-card-item-switch span {
    width: 100%;
    color: #fff;
    text-align: center;
}

.box-card-details .box-card-item-switch.max span.min {
    display: block;
}

.box-card-details .box-card-item-switch.max span.max {
    display: none;
}

.box-card-details .box-card-item-switch.min span.min {
    display: none;
}

.box-card-details .box-card-item-switch.min span.max {
    display: block;
}

.box-card-details .box-card-item {
    position: absolute;
    top: 0;
    right: 0;
    width: 470px;
    height: 162px;
    background: rgba(82, 82, 82, 0.6);
    display: block;
    z-index: 100;
}

.box-card-details .box-card-item .image-box {
    position: relative;
    width: 162px;
    height: 162px;
    float: left;
    background: rgba(235, 235, 235, 0.6);
    display: block;
}

.box-card-details .box-card-item .image-box img {
    max-width: 100%;
    height: auto;
    text-align: center;
}

.box-card-details .box-card-item .description-box {
    position: relative;
    width: 347px;
    height: 162px;
    padding: 15px 0 35px 20px;
    float: left;
    background: transparent;
    display: block;
}

.box-card-details .box-card-item .description-box .description-box-padding {
    height: 135px;
    padding: 0 20px 0 0;
}

.box-card-details
    .box-card-item
    .description-box
    .description-box-padding
    h2.item-name {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
}

.box-card-details
    .box-card-item
    .description-box
    .description-box-padding
    h3.item-price {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

.box-card-details
    .box-card-item
    .description-box
    .description-box-padding
    div.item-description {
    color: white;
    margin: 10px 0 0 0;
    font-size: 12px;
    line-height: 18px;
}

/* BOX CARD ITEM*/

.design-image-box {
    position: relative;
    background: url(/images/img-bg-pattern.jpg?2e78ce8227a20284b3f87a4ba5b39d1b);
    background-position: top left;
    background-repeat: repeat;
    height: 700px;
}

.design-image-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.design-image-box .total-customization {
    position: absolute;
    height: 40px;
    bottom: 0;
    right: 0;
    padding: 0 25px;
    background: white;
    z-index: 999;
}

.design-image-box .total-customization.zoom {
    display: none;
}

.design-image-box .total-customization p {
    text-transform: uppercase;
    color: #989898;
    margin: 0;
    letter-spacing: 4px;
    font-size: 14px;
    line-height: 40px;
}

@media (max-width: 1024px) {
    .main-box .topo-logo-menu {
        height: 60px;
    }

    .main-box .topo-logo-menu .row .logo-empreendimento {
        width: 40%;
    }

    .main-box .topo-logo-menu .row .logo-empreendimento .venture-logo {
        height: 60px;
    }

    .main-box
        .topo-logo-menu
        .row
        .logo-empreendimento
        .venture-logo
        .venture-logo-box
        img {
        max-width: 60%;
    }

    .main-box .topo-logo-menu .row .menu-empreendimento {
        width: 60%;
    }

    .main-box .topo-logo-menu .row .menu-empreendimento .breadcrumb-menu {
        height: 60px;
    }

    .main-box
        .topo-logo-menu
        .row
        .menu-empreendimento
        .breadcrumb-menu
        .menu-options
        nav.steps {
        height: 60px;
    }

    .main-box
        .topo-logo-menu
        .row
        .menu-empreendimento
        .breadcrumb-menu
        .menu-options
        nav.steps
        .client-area-label {
        width: 100%;
        padding-top: 29px;
        left: -29px;
        bottom: unset;
        top: 0;
    }

    .main-box
        .topo-logo-menu
        .row
        .menu-empreendimento
        .breadcrumb-menu
        .menu-options
        nav.steps
        .client-area-label
        li {
        padding: 0;
    }

    .main-box
        .topo-logo-menu
        .row
        .menu-empreendimento
        .breadcrumb-menu
        .menu-options
        nav.steps
        .client-area-label
        li
        span {
        font-size: 14px;
        padding-left: 4px;
    }
}

@media (max-width: 460px) {
    .main-box .topo-logo-menu {
        height: 60px;
    }

    .main-box .topo-logo-menu .row .logo-empreendimento {
        width: 40%;
    }

    .main-box .topo-logo-menu .row .logo-empreendimento .venture-logo {
        height: 60px;
    }

    .main-box .topo-logo-menu .row .menu-empreendimento {
        width: 60%;
    }

    .main-box .topo-logo-menu .row .menu-empreendimento .breadcrumb-menu {
        height: 60px;
    }

    .main-box
        .topo-logo-menu
        .row
        .menu-empreendimento
        .breadcrumb-menu
        .menu-options
        nav.steps {
        height: 60px;
    }

    .main-box
        .topo-logo-menu
        .row
        .menu-empreendimento
        .breadcrumb-menu
        .menu-options
        nav.steps
        .client-area-label {
        width: 100%;
        padding-top: 29px;
        left: -29px;
        bottom: unset;
        top: 0;
    }

    .main-box
        .topo-logo-menu
        .row
        .menu-empreendimento
        .breadcrumb-menu
        .menu-options
        nav.steps
        .client-area-label
        li {
        padding: 0;
    }

    .main-box
        .topo-logo-menu
        .row
        .menu-empreendimento
        .breadcrumb-menu
        .menu-options
        nav.steps
        .client-area-label
        li
        span {
        font-size: 20px;
        padding-left: 4px;
    }
}

.modal-blur {
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

.carousel-unidades {
    width: 100%;
    height: 318px;
    overflow: auto;
    overflow-y: hidden;
    margin: 0 auto;
    padding: 0;
    white-space: nowrap;
}

.carousel-unidades.scroll-wrapper > .scroll-content {
    padding: 0 80px 0 0;
}

.carousel-unidades .item {
    position: relative;
    width: 260px;
    height: 220px;
    display: inline-block;
    text-align: center;
    margin: 10px 10px;
    padding: 0;
    background: white;
    color: #666;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0) 29;
    border-radius: 8px;
    opacity: 1;
}

.carousel-unidades .item:first-child {
    margin: 0 10px 0 2px;
}

.carousel-unidades .item a.mobile-disable {
    background-color: #989898;
    color: #efefef;
    cursor: help;
}

.carousel-unidades .item a.start,
.carousel-unidades .item button.start {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    line-height: 40px;
    font-size: 12px;
    border-radius: 0 0 8px 8px;
}

.carousel-unidades .item .data-container {
    padding: 15px 10px 10px 10px;
}

.carousel-unidades .item .data-container .btn-switch-select {
    border-radius: 0 0 8px 8px;
    padding-top: 10px;
    padding-bottom: 12px;
    font-weight: 600;
}

.carousel-unidades .item .data-container .btn-switch-select:first-child {
    margin-left: 0;
}

.carousel-unidades .item .data-container .property-data-tower {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #c6c6c6;
    margin-bottom: 0;
}

.carousel-unidades .item .data-container .property-data-unit {
    text-transform: uppercase;
    font-size: 1.5rem;
    margin: 0 0 5px 0;
}

.carousel-unidades .item .data-container .property-footage {
    margin: 0;
    padding: 0;
    font-size: 0.9rem;
}

.carousel-unidades .item .porcentagem .legenda {
    margin: 5px 0;
    font-size: 11px;
    color: #af8e8f;
    letter-spacing: 2px;
}

.carousel-unidades .item .porcentagem .porcentagem-bar-box {
    position: relative;
    width: 90%;
    height: 35px;
    margin: 5px 5%;
    padding: 0;
    background: #cbcbcb;
}

.carousel-unidades .item .porcentagem .porcentagem-bar-valor {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 14px;
    line-height: 35px;
    color: white;
    letter-spacing: 4px;
    text-align: center;
}

.carousel-unidades .item .porcentagem .porcentagem-bar {
    height: 35px;
    margin: 0;
    padding: 0;
    background: #af8e8f;
}

.register-change .form-change button {
    letter-spacing: 5px;
}

.register-change-password h2 {
    /* font-size: 42px; */
    font-weight: 700;
}

.register-change-password p.confirmacao {
    font-size: 22px;
    min-width: 400px;
    color: #989898;
}

.register-change-password a.btn-home {
    width: 372px;
    height: 52px;
    padding: 12px 120px;
    font-size: 12px;
    letter-spacing: 10px;
}

.register-change-password .box-padding .form-change-password .form-group {
    margin: 0 0 2px 0;
    width: 300px;
}

.register-change-password .box-padding .form-change-password .form-group input {
    color: #000000;
    padding: 25px 20px;
    min-width: 100%;
}

.register-change-password
    .box-padding
    .form-change-password
    .form-group
    input:placeholder {
    color: #a8a8a8;
}

.register-change-password
    .box-padding
    .form-change-password
    .form-group
    .help-block {
    letter-spacing: 1px;
    font-size: 12px;
    color: red;
    width: 100%;
    padding: 0 0 0 5px;
}

.register-change-password .box-padding .form-change-password button {
    min-width: 100%;
    padding: 10px 0;
    margin: 10px 0;
    letter-spacing: 5px;
}

@media (max-width: 1024px) {
    .register-change .image-highlight,
    .register-change-password .image-highlight {
        display: none;
    }

    .register-change-password .form-reset-password {
        position: static;
    }
}

@media (max-width: 460px) {
    .register-change .box-padding,
    .register-change-password .box-padding {
        padding: 30px !important;
    }

    .register-change .image-highlight,
    .register-change-password .image-highlight {
        display: none;
    }

    .register-change-password .form-reset-password {
        position: static;
    }
}

.central-box.finishing .title-padding label.porcento-configurado {
    width: auto;
    padding: 10px 60px;
    font-size: 11px;
    color: #f7f7f7;
    letter-spacing: 7px;
    background-color: #af8e8f;
}

.central-box.finishing .title-padding label.pedido-total {
    width: 300px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #e0e0e0;
    text-transform: uppercase;
    border: none;
    background-color: #575757;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0) 29;
    position: initial;
    padding: initial;
    z-index: initial;
    bottom: initial;
    right: initial;
}

.central-box.finishing .jumbotron {
    padding: 20px;
    background-color: white;
}

.central-box.finishing .jumbotron table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.central-box.finishing .jumbotron table tr th {
    /* padding: 20px 0; */
    font-size: 11px;
    color: #989898;
    background-color: white;
    text-align: center;
}

.central-box.finishing .jumbotron table tr.roomSpace td {
    height: 0;
    margin: 0;
    padding: 4px 0;
    background: white;
    border: 0;
}

.central-box.finishing .jumbotron table tr td {
    /* padding: 0; */
    margin: 0;
    font-size: 15px;
    color: #989898;
    background-color: #f7f7f7;
    border-radius: 6px;
    display: table-cell;
}

.central-box.finishing .jumbotron table tr td.roomCell {
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    border-right: 3px solid white;
}

.central-box.finishing .jumbotron table tr td table {
    width: 100%;
    border-spacing: 0;
    border-collapse: 0;
}

.central-box.finishing .jumbotron table tr td table tr td {
    padding: 10px;
    border-top: 0;
    border-right: 3px solid white;
    border-bottom: 3px solid white;
    border-left: 0;
    display: table-cell;
}

.central-box.finishing .jumbotron table tr td table tr:last-child td {
    border-bottom: 0;
}

.central-box.finishing .pedido-botoes {
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 750px;
    transform: translate(-50%);
}

.central-box.finishing .pedido-botoes button.pedido-enviar {
    position: relative;
    width: 350px;
    height: 60px;
    border: none;
    background-color: #af8e8f;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0) 29;
    margin: 0 5px 0 0;
    display: inline-block;
}

.central-box.finishing .pedido-botoes button.pedido-voltar {
    position: relative;
    width: 350px;
    height: 60px;
    border: none;
    color: #fff !important;
    background-color: #6c757d;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0) 29;
    margin: 0 5px 0 0;
    display: inline-block;
}

.central-box.finishing .pedido-botoes button.pedido-voltar:hover {
    background-color: #5a6268 !important;
}

.central-box.finishing .pedido-botoes button.pedido-voltar a {
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
}

.central-box.finishing .pedido-botoes button.pedido-enviar a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.central-box.finishing .pedido-botoes button.pedido-desabilitado {
    background-color: #5c5c5c;
}

.central-box.finishing .pedido-botoes button.pedido-desabilitado a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.central-box.finishing .pedido-botoes button.pedido-imprimir {
    position: relative;
    width: 380px;
    height: 60px;
    margin: 0 0 0 5px;
    background-color: #fdfdfd;
    border: none;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0) 29;
    display: inline-block;
}

.central-box.finishing .pedido-botoes button.pedido-imprimir a {
    text-transform: uppercase;
    color: #919191;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .central-box.finishing .conference-table .pedido-botoes {
        left: 50%;
    }

    .central-box.finishing .conference-table .pedido-botoes .pedido-imprimir,
    .central-box.finishing .conference-table .pedido-botoes .pedido-enviar {
        width: 250px;
    }
}

@media (max-width: 460px) {
    .central-box.finishing {
        overflow: visible;
        height: 800px;
    }

    .central-box.finishing .title-padding h1 {
        font-size: 30px;
    }

    .central-box.finishing .title-padding label.pedido-total {
        width: 100%;
    }

    .central-box.finishing .conference-table {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

    .central-box.finishing .conference-table .pedido-botoes {
        bottom: -70px;
        width: 302px;
        left: 50%;
    }

    .central-box.finishing .conference-table .pedido-botoes .pedido-imprimir,
    .central-box.finishing .conference-table .pedido-botoes .pedido-enviar {
        width: 144px;
    }
}

footer.boxfootercopy {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 3000;
}

footer.boxfootercopy .footer-copy ul.copyright li img.logo-stan {
    height: 16px;
    margin-top: 1px;
}

footer.boxfootercopy .footer-copy ul.copyright li img.logo-yuny {
    height: 32px;
}

footer.boxfootercopy .list-inline {
    margin: 0;
}

footer.boxfootercopy .list-inline .list-inline-item {
    vertical-align: top;
}

footer.boxfootercopy .list-inline .list-inline-item.yuny-logo {
    margin-top: -5px;
}

footer.boxfootercopy .list-inline .list-inline-item .separator {
    margin-top: -3px;
}

footer.boxfootercopy .list-inline .list-inline-item img {
    vertical-align: top;
}

footer.boxfootercopy .list-inline .list-inline-item p {
    margin-top: 4px;
}

@media (max-width: 1024px) {
    footer.boxfootercopy .footer-menu ul li a {
        font-size: 10px;
    }
}

@media (max-width: 460px) {
    footer.boxfootercopy {
        height: 75px;
    }

    footer.boxfootercopy .copyright p,
    footer.boxfootercopy .copyright .small {
        font-size: 7px !important;
        margin-bottom: 0;
    }

    footer.boxfootercopy .footer-menu ul li {
        display: flex;
    }

    footer.boxfootercopy .footer-menu ul li.dot-markup {
        display: none;
    }
}

.pagamento .row {
    height: 100%;
    margin: 0;
}

.pagamento .box-pagamento .box-pagamento-central {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    /* Customize checkbox */
}

.pagamento .box-pagamento .box-pagamento-central h2 {
    margin: 0 0 30px 0;
}

.pagamento .box-pagamento .box-pagamento-central p {
    font-size: 16px;
    letter-spacing: 2px;
    color: #000000;
}

.pagamento .box-pagamento .box-pagamento-central ul.opt-checkout {
    margin: 0;
    padding: 0;
}

.pagamento .box-pagamento .box-pagamento-central ul.opt-checkout li {
    list-style: none;
    position: relative;
}

.pagamento
    .box-pagamento
    .box-pagamento-central
    ul.opt-checkout
    li
    .radio
    label {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 16px;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: 1px;
    color: #5c5c5c;
    background: transparent;
    cursor: pointer;
}

.pagamento
    .box-pagamento
    .box-pagamento-central
    ul.opt-checkout
    li
    .radio
    label
    b {
    font-weight: 900;
}

.pagamento
    .box-pagamento
    .box-pagamento-central
    ul.opt-checkout
    li
    .radio
    label
    input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
    cursor: pointer;
}

.pagamento
    .box-pagamento
    .box-pagamento-central
    ul.opt-checkout
    li
    .radio
    label
    input:hover
    ~ .checkmark {
    background-color: #a8a8a8;
}

.pagamento
    .box-pagamento
    .box-pagamento-central
    ul.opt-checkout
    li
    .radio
    label
    input:checked
    ~ .checkmark {
    background-color: #af8e8f;
}

.pagamento
    .box-pagamento
    .box-pagamento-central
    ul.opt-checkout
    li
    .radio
    label
    input:checked
    ~ .checkmark:after {
    display: block;
}

.pagamento
    .box-pagamento
    .box-pagamento-central
    ul.opt-checkout
    li
    .radio
    label
    .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #c1c1c1;
    border-radius: 50%;
}

.pagamento
    .box-pagamento
    .box-pagamento-central
    ul.opt-checkout
    li
    .radio
    label
    .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}

.pagamento .box-pagamento .box-pagamento-central .checkbox .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background: transparent;
    font-size: 16px;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: 1px;
    color: #5c5c5c;
}

.pagamento .box-pagamento .box-pagamento-central .checkbox .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    background: transparent;
}

.pagamento
    .box-pagamento
    .box-pagamento-central
    .checkbox
    .container
    input:hover
    ~ .checkmark {
    background-color: #a8a8a8;
}

.pagamento
    .box-pagamento
    .box-pagamento-central
    .checkbox
    .container
    input:checked
    ~ .checkmark {
    background-color: #af8e8f;
}

.pagamento
    .box-pagamento
    .box-pagamento-central
    .checkbox
    .container
    input:checked
    ~ .checkmark:after {
    display: block;
}

.pagamento
    .box-pagamento
    .box-pagamento-central
    .checkbox
    .container
    .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #c1c1c1;
}

.pagamento
    .box-pagamento
    .box-pagamento-central
    .checkbox
    .container
    .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.pagamento .box-pagamento .box-pagamento-central a.btn {
    width: 100%;
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    color: white;
    display: block;
    cursor: pointer;
}

.pagamento .box-building-image {
    height: 100%;
    overflow: hidden;
}

.pagamento .box-building-image img {
    height: 100%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}

.scroll-element,
.scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}

/*************** SCROLLBAR DYNAMIC ***************/

.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
    bottom: 4px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
    opacity: 0.3;
    border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
    background-color: #cccccc;
    opacity: 0;
    border-radius: 12px;
    transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
    background-color: #6c6e71;
    border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 5px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;
    transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;
    transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}

/* update scrollbar offset if both scrolls are visible */

.scrollbar-dynamic
    > .scroll-element.scroll-x.scroll-scrolly_visible
    .scroll-element_size {
    left: -11px;
}

.scrollbar-dynamic
    > .scroll-element.scroll-y.scroll-scrollx_visible
    .scroll-element_size {
    top: -11px;
}

/* hover & drag */

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.scrollbar-dynamic
    > .scroll-element:hover
    .scroll-element_outer
    .scroll-element_size,
.scrollbar-dynamic
    > .scroll-element.scroll-draggable
    .scroll-element_outer
    .scroll-element_size {
    opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic
    > .scroll-element.scroll-draggable
    .scroll-element_outer
    .scroll-bar {
    height: 100%;
    width: 100%;
    border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic
    > .scroll-element.scroll-x.scroll-draggable
    .scroll-element_outer {
    height: 20px;
    min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic
    > .scroll-element.scroll-y.scroll-draggable
    .scroll-element_outer {
    min-width: 7px;
    width: 20px;
}

.before\:pointer-events-none::before {
    content: var(--tw-content);
    pointer-events: none;
}

.before\:fixed::before {
    content: var(--tw-content);
    position: fixed;
}

.before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
}

.before\:top-0::before {
    content: var(--tw-content);
    top: 0px;
}

.before\:left-0::before {
    content: var(--tw-content);
    left: 0px;
}

.before\:right-5::before {
    content: var(--tw-content);
    right: 1.25rem;
}

.before\:-top-4::before {
    content: var(--tw-content);
    top: -1rem;
}

.before\:-right-\[3px\]::before {
    content: var(--tw-content);
    right: -3px;
}

.before\:-z-10::before {
    content: var(--tw-content);
    z-index: -10;
}

.before\:z-\[0\]::before {
    content: var(--tw-content);
    z-index: 0;
}

.before\:-z-\[10\]::before {
    content: var(--tw-content);
    z-index: -10;
}

.before\:z-10::before {
    content: var(--tw-content);
    z-index: 10;
}

.before\:block::before {
    content: var(--tw-content);
    display: block;
}

.before\:inline-block::before {
    content: var(--tw-content);
    display: inline-block;
}

.before\:h-40::before {
    content: var(--tw-content);
    height: 10rem;
}

.before\:h-screen::before {
    content: var(--tw-content);
    height: 100vh;
}

.before\:h-0::before {
    content: var(--tw-content);
    height: 0px;
}

.before\:h-full::before {
    content: var(--tw-content);
    height: 100%;
}

.before\:w-full::before {
    content: var(--tw-content);
    width: 100%;
}

.before\:w-screen::before {
    content: var(--tw-content);
    width: 100vw;
}

.before\:w-0::before {
    content: var(--tw-content);
    width: 0px;
}

.before\:w-4::before {
    content: var(--tw-content);
    width: 1rem;
}

.before\:w-auto::before {
    content: var(--tw-content);
    width: auto;
}

.before\:rounded-t-xl::before {
    content: var(--tw-content);
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}

.before\:border-t-0::before {
    content: var(--tw-content);
    border-top-width: 0px;
}

.before\:border-r-\[10px\]::before {
    content: var(--tw-content);
    border-right-width: 10px;
}

.before\:border-b-\[16px\]::before {
    content: var(--tw-content);
    border-bottom-width: 16px;
}

.before\:border-l-\[10px\]::before {
    content: var(--tw-content);
    border-left-width: 10px;
}

.before\:border-solid::before {
    content: var(--tw-content);
    border-style: solid;
}

.before\:border-b-white::before {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.before\:border-t-transparent::before {
    content: var(--tw-content);
    border-top-color: transparent;
}

.before\:border-r-transparent::before {
    content: var(--tw-content);
    border-right-color: transparent;
}

.before\:border-l-transparent::before {
    content: var(--tw-content);
    border-left-color: transparent;
}

.before\:bg-white\/10::before {
    content: var(--tw-content);
    background-color: rgb(255 255 255 / 0.1);
}

.before\:bg-black\/40::before {
    content: var(--tw-content);
    background-color: rgb(0 0 0 / 0.4);
}

.before\:bg-black\/50::before {
    content: var(--tw-content);
    background-color: rgb(0 0 0 / 0.5);
}

.before\:bg-gradient-to-b::before {
    content: var(--tw-content);
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.before\:bg-gradient-to-l::before {
    content: var(--tw-content);
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.before\:from-white::before {
    content: var(--tw-content);
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgb(255 255 255 / 0));
}

.before\:from-black::before {
    content: var(--tw-content);
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgb(0 0 0 / 0));
}

.before\:opacity-70::before {
    content: var(--tw-content);
    opacity: 0.7;
}

.before\:opacity-0::before {
    content: var(--tw-content);
    opacity: 0;
}

.before\:opacity-5::before {
    content: var(--tw-content);
    opacity: 0.05;
}

.before\:transition-opacity::before {
    content: var(--tw-content);
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.before\:duration-300::before {
    content: var(--tw-content);
    transition-duration: 300ms;
}

.before\:content-\[\'\|\'\]::before {
    --tw-content: "|";
    content: var(--tw-content);
}

.after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
}

.after\:bottom-0::after {
    content: var(--tw-content);
    bottom: 0px;
}

.after\:left-0::after {
    content: var(--tw-content);
    left: 0px;
}

.after\:-bottom-\[28px\]::after {
    content: var(--tw-content);
    bottom: -28px;
}

.after\:-z-10::after {
    content: var(--tw-content);
    z-index: -10;
}

.after\:block::after {
    content: var(--tw-content);
    display: block;
}

.after\:h-36::after {
    content: var(--tw-content);
    height: 9rem;
}

.after\:h-\[28px\]::after {
    content: var(--tw-content);
    height: 28px;
}

.after\:w-full::after {
    content: var(--tw-content);
    width: 100%;
}

.after\:rounded-b-xl::after {
    content: var(--tw-content);
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}

.after\:bg-white\/40::after {
    content: var(--tw-content);
    background-color: rgb(255 255 255 / 0.4);
}

.after\:bg-\[\#333333\]::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

.last\:mb-14:last-child {
    margin-bottom: 3.5rem;
}

.last\:\!border-none:last-child {
    border-style: none !important;
}

.hover\:h-10:hover {
    height: 2.5rem;
}

.hover\:h-\[66px\]:hover {
    height: 66px;
}

.hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: var(--tw-transform);
}

.hover\:rounded-b-md:hover {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.hover\:rounded-br-md:hover {
    border-bottom-right-radius: 0.375rem;
}

.hover\:rounded-bl-md:hover {
    border-bottom-left-radius: 0.375rem;
}

.hover\:bg-\[\#af8e8f\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(175 142 143 / var(--tw-bg-opacity));
}

.hover\:\!bg-\[\#af8e8f\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(175 142 143 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-\[\#737372\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(115 115 114 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#727272\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(114 114 114 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#6e6e6e\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(110 110 110 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#00a597\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 165 151 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#000000\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#6BBBE5\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(107 187 229 / var(--tw-bg-opacity));
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:\!text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.hover\:text-\[\#af8e8f\]:hover {
    --tw-text-opacity: 1;
    color: rgb(175 142 143 / var(--tw-text-opacity));
}

.hover\:text-\[\#00a597\]:hover {
    --tw-text-opacity: 1;
    color: rgb(0 165 151 / var(--tw-text-opacity));
}

.hover\:underline:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
        0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
        0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:fill-white {
    fill: #fff;
}

@media (min-width: 768px) {
    .md\:hidden {
        display: none;
    }

    .md\:overflow-auto {
        overflow: auto;
    }
}

@media (min-width: 1024px) {
    .lg\:\!mt-11 {
        margin-top: 2.75rem !important;
    }

    .lg\:mr-5 {
        margin-right: 1.25rem;
    }

    .lg\:ml-5 {
        margin-left: 1.25rem;
    }

    .lg\:mt-\[1px\] {
        margin-top: 1px;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:\!h-\[76vh\] {
        height: 76vh !important;
    }

    .lg\:h-\[34px\] {
        height: 34px;
    }

    .lg\:h-\[12px\] {
        height: 12px;
    }

    .lg\:h-\[13px\] {
        height: 13px;
    }

    .lg\:w-1\/3 {
        width: 33.333333%;
    }

    .lg\:w-1\/2 {
        width: 50%;
    }

    .lg\:w-\[380px\] {
        width: 380px;
    }

    .lg\:w-\[100\%\] {
        width: 100%;
    }

    .lg\:w-\[25\%\] {
        width: 25%;
    }

    .lg\:w-\[92\%\] {
        width: 92%;
    }

    .lg\:w-\[26px\] {
        width: 26px;
    }

    .lg\:w-auto {
        width: auto;
    }

    .lg\:flex-row {
        flex-direction: row;
    }

    .lg\:py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .lg\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .lg\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .lg\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 1280px) {
    .xl\:mr-6 {
        margin-right: 1.5rem;
    }

    .xl\:ml-6 {
        margin-left: 1.5rem;
    }

    .xl\:w-1\/4 {
        width: 25%;
    }

    .xl\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1536px) {
    .\32xl\:mr-7 {
        margin-right: 1.75rem;
    }

    .\32xl\:ml-7 {
        margin-left: 1.75rem;
    }

    .\32xl\:w-full {
        width: 100%;
    }

    .\32xl\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }
}

.sobre-texto {
    word-wrap: break-word !important;
    padding-inline: 130px !important;
    padding-bottom: 50px !important;
}

.notas-texto {
    margin: 15px !important;
}

.send-mail-btn {
    width: 280px !important;
}

/* If screen bigger than 1800 width, set font size to 2rem */
@media screen and (min-width: 1500px) {
    .notas-titulo {
        padding-top: 50px !important;
        padding-bottom: 35px !important;
        font-size: 3rem !important;
    }
    .sobre-texto {
        margin-top: 30px !important;
        font-size: 1.5rem !important;
        line-height: 2.2rem !important;
    }
}
