:root {
    --text--text-primary: var(--brand--primary);
    --text--text-quartiary: var(--brand--secondary);
    --brand--secondary: #a4893b;
    --background--bg-white: white;
    --background--bg-gray: #e5e0d8;
    --text--text-secondary: white;
    --border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>: var(
        --base-color-neutral--neutral-lightest\<deleted\|variable-eede0174-1898-a99e-0c79-395339ec1911\>
    );
    --background-color--background-alternate\<deleted\|variable-41ecbc38-077c-494f-9138-9468b7354b23\>: var(
        --base-color-neutral--white\<deleted\|variable-248be024-93cf-6ec4-8eec-0e9f047a83ae\>
    );
    --elements--stroke-secondary: #dbdbdb;
    --text-color--text-secondary\<deleted\|variable-0a60224d-1a94-b160-ae24-af3c6d95a994\>: var(
        --base-color-neutral--neutral-darker\<deleted\|variable-dda6ad91-259a-0202-f70f-965feb273058\>
    );
    --link-color--link-primary\<deleted\|variable-ad940cb5-1815-151e-2cbc-4f27dec2b1e5\>: var(
        --base-color-brand--blue\<deleted\|variable-de000a4d-0fee-1f9e-af85-624658122d10\>
    );
    --background-color--background-primary\<deleted\|variable-9f6b6bb4-0795-c8ab-f302-bbebab6f2554\>: var(
        --base-color-neutral--black\<deleted\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>
    );
    --text-color--text-alternate\<deleted\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>: var(
        --base-color-neutral--white\<deleted\|variable-248be024-93cf-6ec4-8eec-0e9f047a83ae\>
    );
    --border-color--border-alternate\<deleted\|variable-551aa6d2-4bf8-6036-137a-78e1c71841a4\>: var(
        --base-color-neutral--neutral-darker\<deleted\|variable-dda6ad91-259a-0202-f70f-965feb273058\>
    );
    --text-color--text-primary\<deleted\|variable-7cd2a57e-6f21-74f7-6ce6-096306cecf3e\>: var(
        --base-color-neutral--black\<deleted\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>
    );
    --brand--primary: #0d424c;
    --background-color--background-warning\<deleted\|variable-0aa1a7ce-e851-b6b5-66db-1a1a96e8e04b\>: var(
        --base-color-system--warning-yellow\<deleted\|variable-b0ee00e7-091a-a3f5-1619-b09d07f4475a\>
    );
    --text-color--text-warning\<deleted\|variable-825aa1d8-b093-0b89-37c5-87d980df10f5\>: var(
        --base-color-system--warning-yellow-dark\<deleted\|variable-296491a7-483e-1229-36b5-e13808cc9004\>
    );
    --background--bg-green: #00bb13;
    --text--text-tertiary: #363636;
    --elements--stroke-tertiary: #dad4c3;
    --elements--stroke-primary: #617c81;
    --base-color-neutral--neutral-lightest\<deleted\|variable-eede0174-1898-a99e-0c79-395339ec1911\>: #eee;
    --base-color-neutral--white\<deleted\|variable-248be024-93cf-6ec4-8eec-0e9f047a83ae\>: #fff;
    --base-color-neutral--neutral-darker\<deleted\|variable-dda6ad91-259a-0202-f70f-965feb273058\>: #222;
    --base-color-brand--blue\<deleted\|variable-de000a4d-0fee-1f9e-af85-624658122d10\>: #2d62ff;
    --base-color-neutral--black\<deleted\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>: #000;
    --base-color-system--warning-yellow\<deleted\|variable-b0ee00e7-091a-a3f5-1619-b09d07f4475a\>: #fcf8d8;
    --base-color-system--warning-yellow-dark\<deleted\|variable-296491a7-483e-1229-36b5-e13808cc9004\>: #5e5515;
}

.w-checkbox {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block;
}

.w-checkbox:before {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-checkbox:after {
    content: " ";
    clear: both;
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-checkbox-input {
    float: left;
    margin: 4px 0 0 -20px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 12px;
    height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
    box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
    border-width: 4px;
    border-color: #3898ec;
}

body {
    color: var(--text--text-primary);
    font-family: PlusJakartaSans, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-family:
        PlusJakartaSans,
        Times New Roman,
        sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
}

h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-family:
        PlusJakartaSans,
        Times New Roman,
        sans-serif;
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1.1;
}

h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-family:
        PlusJakartaSans,
        Times New Roman,
        sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.1;
}

h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-family:
        PlusJakartaSans,
        Times New Roman,
        sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
}

h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
}

h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
}

p {
    margin-bottom: 0;
}

a {
    color: var(--text--text-quartiary);
    font-weight: 700;
    text-decoration: none;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1.5rem;
}

li {
    margin-bottom: 0.25rem;
}

img {
    max-width: 100%;
    display: inline-block;
}

label {
    margin-bottom: 0.25rem;
    font-weight: 500;
}

blockquote {
    border-left: 0.25rem solid #e2e2e2;
    margin-bottom: 0;
    padding: 0 1.25rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

figure {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

figcaption {
    text-align: center;
    margin-top: 0.25rem;
}

.utility-page_component {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
}

.utility-page_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 20rem;
    display: flex;
}

.utility-page_form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
}

.utility-page_image {
    margin-left: auto;
    margin-right: auto;
}

.global-styles {
    display: block;
    position: fixed;
    inset: 0% auto auto 0%;
}

.margin-custom2 {
    margin: 2.5rem;
}

.padding-xlarge {
    padding: 4rem;
}

.margin-xlarge {
    margin: 4rem;
}

.margin-xsmall {
    margin: 0.5rem;
}

.padding-xhuge {
    padding: 8rem;
}

.margin-custom1 {
    margin: 1.5rem;
}

.padding-0 {
    padding: 0;
}

.padding-xxhuge {
    padding: 12rem;
}

.padding-huge {
    padding: 6rem;
}

.margin-large {
    margin: 3rem;
}

.padding-xxlarge {
    padding: 5rem;
}

.margin-xxsmall {
    margin: 0.25rem;
}

.padding-custom3 {
    padding: 3.5rem;
}

.padding-large {
    padding: 3rem;
}

.margin-tiny {
    margin: 0.125rem;
}

.padding-small {
    padding: 1rem;
}

.padding-custom2 {
    padding: 2.5rem;
}

.margin-custom3 {
    margin: 3.5rem;
}

.padding-custom1 {
    padding: 1.5rem;
}

.margin-huge {
    margin: 6rem;
}

.padding-medium {
    padding: 2rem;
}

.padding-xsmall {
    padding: 0.5rem;
}

.margin-xxlarge {
    margin: 5rem;
}

.padding-xxsmall {
    padding: 0.25rem;
}

.margin-xhuge {
    margin: 8rem;
}

.padding-tiny {
    padding: 0.125rem;
}

.margin-small {
    margin: 1rem;
}

.margin-medium {
    margin: 2rem;
}

.margin-xxhuge {
    margin: 12rem;
}

.margin-0 {
    margin: 0;
}

.margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
}

.padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.margin-vertical {
    margin-left: 0;
    margin-right: 0;
}

.margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.padding-vertical {
    padding-left: 0;
    padding-right: 0;
}

.padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
}

.margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
}

.padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.form_checkbox {
    flex-direction: row;
    align-items: center;
    margin-bottom: 0.5rem;
    padding-left: 0.5rem;
    display: flex;
}

.form_checkbox-icon {
    border: 2px solid var(--brand--secondary);
    background-color: var(--background--bg-white);
    border-radius: 0.25rem;
    width: 1.25rem;
    max-width: 1.25rem;
    height: 1.25rem;
    max-height: 1.25rem;
    margin: 0 0.5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
    background-color: var(--brand--secondary);
    border-radius: 0.125rem;
    margin: 0 0.5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
    border-radius: 0.125rem;
    margin: 0 0.5rem 0 0;
    box-shadow: 0 0 0.25rem 0 #3898ec;
}

.fs-styleguide_background {
    border: 1px solid #0000001a;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
}

.fs-styleguide_spacing {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    background-image: linear-gradient(to top, #2d40ea1a, #fff0);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: start;
    place-items: start stretch;
    display: grid;
    position: relative;
}

.form_checkbox-label {
    font-size: 0.875rem;
}

.icon-1x1-small {
    flex: none;
    width: 1rem;
    height: 1rem;
}

.overflow-auto {
    overflow: auto;
}

.spacing-clean {
    margin: 0;
    padding: 0;
}

.icon-1x1-large {
    width: 2.5rem;
    height: 2.5rem;
}

.z-index-2 {
    z-index: 2;
    position: relative;
}

.fs-styleguide_background-space {
    width: 1px;
    height: 1px;
    margin: 5rem;
}

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

.text-style-strikethrough {
    text-decoration: line-through;
}

.fs-styleguide_item {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
    border-bottom: 1px solid #0000001a;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: start;
    place-items: start;
    padding-bottom: 3rem;
    display: grid;
    position: relative;
}

.fs-styleguide_item.is-stretch {
    justify-items: stretch;
}

.max-width-full {
    width: 100%;
    max-width: none;
}

.fs-styleguide_item-header {
    border-bottom: 1px solid #0000001a;
    width: 100%;
    padding-bottom: 2rem;
}

.background-color-primary {
    background-color: var(--background--bg-gray);
    color: var(--text--text-primary);
}

.z-index-1 {
    z-index: 1;
    position: relative;
}

.text-color-primary {
    color: var(--text--text-primary);
}

.text-color-secondary {
    color: var(--text--text-secondary);
}

.fs-styleguide_2-col {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
}

.fs-styleguide_2-col.is-align-start {
    align-items: start;
}

.form_message-success {
    color: #fefffe;
    background-color: #49a040;
    border-radius: 20px;
    padding: 0.5rem 1.25rem;
    font-weight: 500;
}

.fs-styleguide_row {
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.heading-style-h3 {
    font-size: 2.5rem;
    font-weight: 700;
}

.text-rich-text h1,
.text-rich-text h2,
.text-rich-text h3,
.text-rich-text h4 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.text-rich-text h5,
.text-rich-text h6 {
    margin-top: 1.25rem;
    margin-bottom: 1rem;
}

.text-rich-text p {
    margin-bottom: 1rem;
}

.text-rich-text ul,
.text-rich-text ol {
    margin-bottom: 1.5rem;
}

.text-rich-text blockquote {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

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

.container-small {
    width: 100%;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}

.icon-height-small {
    height: 1rem;
}

.icon-1x1-medium {
    width: 2rem;
    height: 2rem;
}

.padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.text-weight-normal {
    font-weight: 400;
}

.padding-section-small {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.padding-section-small.border-down {
    border-bottom: 1px solid #fff3;
}

.max-width-small {
    width: 100%;
    max-width: 20rem;
}

.text-color-alternate {
    color: var(--text--text-quartiary);
}

.text-style-italic {
    font-style: italic;
}

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

.text-weight-medium {
    font-weight: 500;
}

.overflow-hidden {
    overflow: hidden;
}

.fs-styleguide_section-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-bottom: 1px solid
        var(
            --border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>
        );
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-bottom: 3rem;
    line-height: 1.4;
    display: grid;
}

.text-size-tiny {
    font-size: 0.75rem;
}

.max-width-xxlarge {
    width: 100%;
    max-width: 80rem;
}

.fs-styleguide_1-col {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
}

.overflow-visible {
    overflow: visible;
}

.fs-styleguide_empty-box {
    z-index: -1;
    background-color: #2d40ea0d;
    border: 1px dashed #2d40ea;
    min-width: 3rem;
    height: 3rem;
    position: relative;
}

.text-weight-light {
    font-weight: 300;
}

.fs-styleguide_heading-medium {
    font-size: 4rem;
}

.max-width-xsmall {
    width: 100%;
    max-width: 16rem;
}

.fs-styleguide_4-col {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
}

.text-size-regular {
    font-size: 1rem;
    line-height: 1.4;
}

.text-weight-xbold {
    font-weight: 800;
}

.text-align-right {
    text-align: right;
}

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

.max-width-medium {
    width: 100%;
    max-width: 32rem;
}

.fs-styleguide_item-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
}

.max-width-large {
    width: 100%;
    max-width: 48rem;
}

.fs-styleguide_header-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center start;
    display: grid;
}

.background-color-alternate {
    background-color: var(
        --background-color--background-alternate\<deleted\|variable-41ecbc38-077c-494f-9138-9468b7354b23\>
    );
}

.text-style-muted {
    opacity: 0.6;
}

.text-size-small {
    font-size: 0.875rem;
    line-height: 22.5px;
}

.text-size-small.text-color-secondary._80 {
    opacity: 0.8;
}

.max-width-xlarge {
    width: 100%;
    max-width: 64rem;
}

.form_radio-icon {
    width: 0.875rem;
    height: 0.875rem;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0.5rem;
}

.form_radio-icon.w--redirected-checked {
    border-width: 0.25rem;
    width: 0.875rem;
    height: 0.875rem;
}

.form_radio-icon.w--redirected-focus {
    width: 0.875rem;
    height: 0.875rem;
    box-shadow: 0 0 0.25rem 0 #3898ec;
}

.text-style-nowrap {
    white-space: nowrap;
}

.text-align-left {
    text-align: left;
}

.background-color-secondary {
    background-color: var(--background--bg-white);
}

.form_input {
    border: 2px solid var(--elements--stroke-secondary);
    background-color: var(--background--bg-white);
    border-radius: 100px;
    min-height: 3rem;
    margin-bottom: 0.75rem;
    padding: 0.5rem 1rem 0.5rem 1.5rem;
    font-size: 0.875rem;
}

.form_input:hover,
.form_input:focus {
    border-color: var(--brand--secondary);
}

.form_input::placeholder {
    color: #0d424c99;
    font-weight: 500;
}

.form_input.is-select-input {
    color: var(
        --text-color--text-secondary\<deleted\|variable-0a60224d-1a94-b160-ae24-af3c6d95a994\>
    );
}

.form_input.is-text-area {
    min-height: 8rem;
    padding-top: 0.75rem;
    font-size: 1rem;
}

.heading-style-h6 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
}

.padding-section-large {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.padding-section-large.is-about {
    padding-top: 7rem;
    padding-bottom: 5rem;
}

.padding-section-large.is-title-localizacao {
    padding-top: 0;
    padding-bottom: 3.5rem;
}

.padding-section-large.is-bento-localizacao {
    padding-top: 3.5rem;
    padding-bottom: 7rem;
}

.padding-section-large.is-galeria {
    padding-top: 0;
    padding-bottom: 7rem;
}

.padding-section-large.is-diferenciais {
    padding-top: 7rem;
    padding-bottom: 5rem;
}

.fs-styleguide_3-col {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 100%;
    display: grid;
}

.fs-styleguide_3-col.is-align-start {
    align-items: start;
}

.text-style-link {
    color: var(
        --link-color--link-primary\<deleted\|variable-ad940cb5-1815-151e-2cbc-4f27dec2b1e5\>
    );
    text-decoration: underline;
}

.text-size-large {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}

.text-size-large.text-align-center.is-popup {
    line-height: 1.1;
}

.fs-styleguide_header {
    background-color: var(
        --background-color--background-primary\<deleted\|variable-9f6b6bb4-0795-c8ab-f302-bbebab6f2554\>
    );
    color: var(
        --text-color--text-alternate\<deleted\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>
    );
    background-image:
        radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%),
        radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.page-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.fs-styleguide_label {
    background-color: var(--text--text-primary);
    color: var(--text--text-secondary);
    border-radius: 0.25rem;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0.25rem 0.75rem 0.3rem;
    font-weight: 600;
    display: flex;
}

.fs-styleguide_label.is-tag {
    background-color: var(--brand--secondary);
}

.heading-style-h5 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
}

.container-large {
    width: 100%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}

.container-large.is-thanks {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100svh;
    display: flex;
}

.icon-height-medium {
    height: 2rem;
}

.text-style-allcaps {
    text-transform: uppercase;
}

.overflow-scroll {
    overflow: scroll;
}

.form_message-error {
    color: #ffefef;
    text-align: center;
    background-color: #c02828;
    border-radius: 20px;
    margin-top: 0.75rem;
    padding: 0.5rem 0.75rem;
    font-weight: 500;
}

.form_message-error.is-fixed {
    width: 500px;
    position: absolute;
    inset: -70px auto auto 50%;
    transform: translate(-50%);
}

.icon-height-large {
    height: 3rem;
}

.text-align-center {
    text-align: center;
}

.text-align-center.text-color-secondary {
    max-width: 650px;
}

.text-align-center.text-color-secondary.font-PlusJakartaSans {
    font-family: PlusJakartaSans, Georgia, sans-serif;
    font-weight: 400;
}

.text-align-center.text-color-secondary.heading-divider-zindex {
    z-index: 2;
    position: relative;
}

.form_component {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.max-width-xxsmall {
    width: 100%;
    max-width: 12rem;
}

.layer {
    justify-content: center;
    align-items: center;
    position: absolute;
    inset: 0%;
}

.text-style-quote {
    border-left: 0.25rem solid #e2e2e2;
    margin-bottom: 0;
    padding: 0 1.25rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.align-center {
    margin-left: auto;
    margin-right: auto;
}

.button {
    background-color: var(--brand--secondary);
    color: var(--text--text-secondary);
    text-align: center;
    background-image: url("../images/right-arrow.svg");
    background-position: 4px;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 4rem;
    height: 48px;
    min-height: 48px;
    padding: 0.75rem 1.5rem 0.75rem 3.8rem;
    font-weight: 500;
}

.button.is-text {
    color: #000;
    background-color: #0000;
    border: 2px solid #0000;
}

.button.is-small {
    padding: 0.5rem 1.25rem;
}

.button.is-form-submit.is-popup {
    width: 100%;
    margin-top: 2rem;
}

.button.is-large {
    padding: 1rem 2rem;
}

.button.is-secondary {
    border: 1px solid
        var(
            --border-color--border-alternate\<deleted\|variable-551aa6d2-4bf8-6036-137a-78e1c71841a4\>
        );
    color: var(
        --text-color--text-primary\<deleted\|variable-7cd2a57e-6f21-74f7-6ce6-096306cecf3e\>
    );
    background-color: #0000;
}

.button.is-icon {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: var(--brand--secondary);
    background-image: none;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0.25rem 2rem 0.25rem 4rem;
    text-decoration: none;
    display: flex;
    position: relative;
}

.button.is-icon.shadow-btn {
    box-shadow: 0 6px 8px #00000026;
}

.button.is-icon.btn-style2 {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    color: var(--text--text-primary);
    background-color: #0000;
    border-radius: 8rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
}

.button.is-icon.btn-style2:hover {
    background-color: #efeeeb;
}

.button.is-icon.btn-style3 {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    color: var(--background--bg-white);
    background-color: #0000;
    border-radius: 8rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
}

.button.is-icon.btn-style3:hover {
    color: var(--brand--primary);
    background-color: #efeeeb;
}

.button.shadow-btn {
    box-shadow: 0 6px 8px #00000026;
}

.fs-styleguide_classes {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.text-size-medium {
    font-size: 1.125rem;
    line-height: 1.4;
}

.fs-styleguide_section {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: start;
    display: grid;
}

.fs-styleguide_section.is-vertical {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
}

.button-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.hide {
    display: none;
}

.padding-section-medium {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.container-medium {
    width: 100%;
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
}

.form_radio {
    flex-direction: row;
    align-items: center;
    margin-bottom: 0.5rem;
    padding-left: 0;
    display: flex;
}

.fs-styleguide_spacing-all {
    display: none;
}

.spacer-huge {
    width: 100%;
    padding-top: 6rem;
}

.spacer-medium {
    width: 100%;
    padding-top: 2rem;
}

.fs-styleguide_spacer-box {
    background-color: #2d40ea1a;
    border: 1px dashed #2d40ea;
    width: 100%;
    position: relative;
}

.spacer-xsmall {
    width: 100%;
    padding-top: 0.5rem;
}

.spacer-small {
    width: 100%;
    padding-top: 1rem;
}

.spacer-xhuge {
    width: 100%;
    padding-top: 8rem;
}

.spacer-tiny {
    width: 100%;
    padding-top: 0.125rem;
}

.spacer-xxsmall {
    width: 100%;
    padding-top: 0.25rem;
}

.spacer-xxhuge {
    width: 100%;
    padding-top: 12rem;
}

.spacer-xlarge {
    width: 100%;
    padding-top: 4rem;
}

.spacer-large {
    padding-top: 3rem;
}

.spacer-xxlarge {
    width: 100%;
    padding-top: 5rem;
}

.fs-styleguide_message {
    background-color: var(
        --background-color--background-warning\<deleted\|variable-0aa1a7ce-e851-b6b5-66db-1a1a96e8e04b\>
    );
    color: var(
        --text-color--text-warning\<deleted\|variable-825aa1d8-b093-0b89-37c5-87d980df10f5\>
    );
    border-radius: 0.25rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.nav_component {
    background-color: #000;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
    inset: 0% 0% auto;
}

.nav_container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.nav_logo {
    width: 10rem;
}

.nav_menu_link {
    color: #fff;
    padding: 1rem;
}

.nav_button {
    padding: 1rem;
}

.aspect-ratio-square {
    aspect-ratio: 1;
    object-fit: cover;
}

.aspect-ratio-portrait {
    aspect-ratio: 2 / 3;
    object-fit: cover;
}

.aspect-ratio-landscape {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.aspect-ratio-widescreen {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.background-color-tertiary {
    background-color: var(--background--bg-green);
}

.fs-styleguide_hero-label {
    color: var(
        --text-color--text-primary\<deleted\|variable-7cd2a57e-6f21-74f7-6ce6-096306cecf3e\>
    );
    text-transform: uppercase;
    background-color: #eee;
    border-radius: 0.25rem;
    padding: 0.25rem 0.375rem;
    font-size: 0.75rem;
    font-weight: 500;
    text-decoration: none;
}

.fs-styleguide_heading-header {
    font-size: 6rem;
}

.text-color-tertiary {
    color: var(--text--text-tertiary);
}

.body {
    background-color: var(--background--bg-gray);
    color: var(--text--text-primary);
}

.body.body-thanks {
    background-image:
        linear-gradient(#0d424cd4, #0d424cd4), url("../images/Fachada.jpg");
    background-position:
        0 0,
        50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
}

.nav-menu {
    z-index: 8;
    width: 100%;
    height: 5rem;
    position: absolute;
}

.container-nav {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: flex;
}

.nav-block {
    border-bottom: 2px none var(--elements--stroke-tertiary);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 80rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;

    &.end {
        justify-content: flex-end;
    }
}

.nav-block.is-mobile {
    display: none;
}

.brand-container {
    justify-content: center;
    align-items: center;
    display: flex;
}

.social-container {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    justify-content: center;
    align-items: center;
    display: flex;
}

.social-btn {
    background-color: var(--brand--secondary);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    transition: all 0.2s ease-in-out;
    display: flex;
}

.social-btn:hover {
    background-color: var(--brand--primary);
}

._18px-icon {
    width: 18px;
    height: 18px;
}

.brand-logo {
    height: 52px;
}

.brand-logo.is-thanks {
    filter: brightness(0%) invert();
    height: 80px;
}

.img-container {
    background-image: url("../images/Fachada.jpg");
    background-position: 50% 95%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-attachment: scroll;
    flex: 1;
    align-self: stretch;
    display: flex;
}

.status-container {
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
    flex-flow: column;
    display: flex;
}

.comando-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.action-container {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    
    border-radius: 50px;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    display: flex;
}

.action-container.black-background {
    background-color: #1414142b;
    border-width: 1px;
    border-color: #0003;
}

.header-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-bottom: 4rem;
    display: flex;
}

.status-wrapper {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
}

.effect-status {
    background-color: var(--brand--secondary);
    flex: 1;
    height: 2px;
}

.location-wrapper {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    border: 2px solid var(--brand--secondary);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    height: 2.125rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
}

.brand-logo-header {
    width: 20rem;
}

.comando-wrapper {
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 410px;
    display: flex;
}

.divisor-comando {
    background-color: var(--brand--secondary);
    width: 100%;
    height: 2px;
}

.address-wrapper {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    justify-content: center;
    align-items: center;
    display: flex;
}

.pin-icon {
    border: 2px solid var(--brand--secondary);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 2rem;
    min-width: 2rem;
    max-width: 2rem;
    height: 2rem;
    min-height: 2rem;
    max-height: 2rem;
    display: flex;
}

._16px-icon {
    width: 16px;
    height: 16px;
}

.icon-btn-container {
    background-color: var(--background--bg-gray);
    border-radius: 3rem;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.375rem 0.4375rem;
    display: flex;
    position: absolute;
    inset: auto auto auto 0.25rem;
}

.form_checkbox-label-3 {
    color: #838383;
    font-size: 0.75rem;
    font-weight: 400;
}

.form_checkbox-label-3.is-fixed {
    color: #edf6f9;
    white-space: nowrap;
    font-size: 0.875rem;
    line-height: 1.2;
}

.form_input-fixed {
    border: 2px solid var(--elements--stroke-primary);
    background-color: var(--text--text-secondary);
    color: var(--text--text-primary);
    border-radius: 100px;
    min-height: 3rem;
    margin-bottom: 0;
    padding: 0.5rem 1rem 0.5rem 1.5rem;
    font-size: 0.875rem;
}

.form_input-fixed:focus {
    border-color: var(--brand--secondary);
    color: var(--text--text-primary);
}

.form_input-fixed::placeholder {
    color: #0d424c99;
    font-weight: 500;
}

.form_field-wrapper-fixed {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.form_field-wrapper-fixed.is-hide {
    display: none;
}

.form-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
    position: relative;
}

.form_checkbox-icon-3 {
    background-color: #fff;
    border: 1px solid #89009b;
    border-radius: 0.125rem;
    width: 0.875rem;
    min-width: 0.875rem;
    height: 0.875rem;
    margin: 0 0.5rem 0 0;
}

.form_checkbox-icon-3.w--redirected-checked {
    background-image: url("../images/check-icon.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90%;
    border-style: none;
    border-radius: 0.125rem;
    width: 0.875rem;
    height: 0.875rem;
    margin: 0 0.5rem 0 0;
}

.form_checkbox-icon-3.w--redirected-focus {
    box-shadow: none;
    border-radius: 0.125rem;
    width: 0.875rem;
    height: 0.875rem;
    margin: 0 0.5rem 0 0;
}

.form_checkbox-5 {
    flex-direction: row;
    align-items: center;
    margin-bottom: 0.5rem;
    margin-left: 0.5rem;
    padding-left: 0;
    display: flex;
}

.form_checkbox-5.is-fixed {
    margin-bottom: 0;
    margin-right: 0.5rem;
    display: none;
}

.form-container-fixed {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    background-color: #0000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 6rem;
    min-height: 6rem;
    display: flex;
}

.form-fixed {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
}

.form_compnent_fixed {
    flex-flow: row;
    flex: 1;
    margin-bottom: 0;
}

.link {
    color: #89009b;
}

.link.is-fixed {
    color: #b5e2ef;
}

.tittle-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
    display: flex;
}

.tittle-container.is-form-fixed {
    flex-flow: column;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    width: 11rem;
    min-width: 11rem;
}

.tittle-container.is-form {
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
    flex-direction: column;
}

.modal-form-rodape {
    z-index: 20;
    border-top: 1px solid var(--elements--stroke-primary);
    background-color: var(--brand--primary);
    align-self: stretch;
    height: 6rem;
    min-height: 6rem;
    position: fixed;
    inset: auto 0% 0%;
}

.titulo-form {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
}

.titulo-form.titulo-form-fixed {
    color: var(--text--text-secondary);
    text-align: left;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.progress-wrap {
    margin-right: 0;
}

.texto2-btn {
    color: #fff;
    text-align: right;
    white-space: nowrap;
    font-family: PlusJakartaSans, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}

.icon-contato {
    width: 32px;
    min-width: 32px;
}

.icon-contato.chat {
    margin-top: 2px;
}

.icon-contato.icon-wpp {
    margin-top: 1px;
    margin-right: 1px;
}

.texto-block {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin-right: 15px;
    padding-bottom: 1px;
    display: none;
    position: relative;
}

.icon-contato-block {
    border-left: 2px #fff;
    justify-content: center;
    align-items: center;
    width: 60px;
    min-width: 60px;
    max-width: 62px;
    height: 100%;
    padding: 15px 15px 15px 18px;
    transition: all 0.25s ease-in-out;
    display: flex;
    position: relative;
}

.btn-contato {
    border: 2px solid var(--brand--secondary);
    background-color: var(--brand--secondary);
    object-fit: fill;
    border-radius: 100px;
    justify-content: flex-end;
    align-items: center;
    width: 60px;
    min-width: 60px;
    height: 60px;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 8px #00000040;
}

.btn-contato.index_form2 {
    border-radius: 100px;
}

.btn-contato.btn-wpp {
    z-index: 1;
    background-color: #24aa5e;
    border: 0 #0000;
    border-radius: 100px;
    overflow: visible;
}

.nav-lateral-block {
    z-index: 105;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: flex-end;
    height: auto;
    display: flex;
    position: fixed;
    inset: 0% 20px 0% auto;
}

.texto1-btn {
    color: #fff;
    text-align: right;
    white-space: nowrap;
    font-family: PlusJakartaSans, sans-serif;
    font-size: 16px;
    line-height: 18px;
}

.pulsar {
    z-index: 0;
    background-color: #fff6;
    border-radius: 100px;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}

.css-embed {
    display: none;
}

.fundo-form {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0d424ce6;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: opacity 0.4s ease-in-out;
    display: flex;
}

.btn-close-modal {
    background-color: var(--brand--secondary);
    color: #edf6f9;
    border-radius: 100px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    padding: 0.375rem 0.5rem;
    text-decoration: none;
    display: flex;
}

.container-modal-form {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
}

.title-form-popup-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    display: flex;
}

.form-container-popup {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    width: 30rem;
    min-width: 25rem;
    max-width: 26.875rem;
    display: flex;
    position: relative;
}

.logo-btn-container {
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.modal-form {
    z-index: 999999;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
}

.modal-form.form-contato {
    display: none;
}

.modal-form.form-contato.active-modal {
    display: flex;
}

.modal-form.form-chatwpp {
    display: none;
}

.modal-form.form-chatwpp.active-modal {
    display: flex;
}

.modal-form.form-chatonline {
    display: none;
}

.modal-form.form-chatonline.active-modal {
    display: flex;
}

.grafism-popup {
    height: 500px;
    position: absolute;
    inset: -27% auto auto -40%;
    transform: rotate(28deg);
}

.grafism-popup.is-right {
    inset: auto -40% -27% auto;
    transform: rotate(-150deg);
}

.form-popup-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    background-color: var(--background--bg-gray);
    border-radius: 1.5rem;
    flex-flow: column;
    padding: 2.5rem;
    display: flex;
    position: relative;
    box-shadow: 0 6px 8px #00000026;
}

.grafismo-header {
    z-index: 2;
    height: 300px;
    position: absolute;
    inset: -54px auto auto -215px;
    transform: rotate(-90deg);
}

.integracao-js,
.estilios-js {
    display: none;
}

.text-span {
    font-weight: 400;
}

.tittle-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
    display: flex;
}

.diferenciais-content-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    display: flex;
}

.politica-content-wrapper-copy {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    display: flex;
}

.logo-wrapper-2 {
    flex: 0 auto;
    width: 50%;
    height: 100%;
}

.logo-wrapper-2.is-politica {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: -16px;
    display: flex;
}

.politica-content-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
}

.politica-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    display: flex;
}

.text-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    display: flex;
}

.text-size-regular-3 {
    text-align: justify;
    font-size: 1rem;
}

.text-size-regular-3.text-weight-semibold.is-gold {
    color: var(--text--text-quartiary);
    text-align: center;
    text-transform: uppercase;
}

.logotipo-image {
    width: auto;
    max-width: none;
    height: 100%;
}

.mensage-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.footer-section {
    background-color: var(--brand--primary);
    background-image: url("/images/fundo_footer.jpg");
    background-size: cover;
    background-position: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 104px;
}

.politica-link-container {
    padding: 0.5rem;
}

.politica-link-container._80 {
    opacity: 0.8;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.politica-link-container._80:hover {
    opacity: 1;
}

.footer-content-wrapper {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
}

.footer-content-info {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    max-width: 39.5rem;
    display: flex;
}

.footer-container-info {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.footer-container-cta {
    color: var(--text--text-secondary);
    justify-content: space-between;
    align-items: center;
    font-size: 2rem;
    font-weight: 500;
    display: flex;
}

.footer-social-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
}

.social-link-container {
    padding: 0.625rem;
}

.footer-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-top: 2.5rem;
    margin-bottom: 0;
    display: flex;
}

._24px-icon {
    width: 1.5rem;
    height: 1.5rem;
}

._24px-icon.social-hover {
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}

._24px-icon.social-hover:hover {
    opacity: 1;
}

.padding-section-tiny {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
}

.padding-section-tiny.border-up {
    border-top: 1px solid #fff3;
}

.nav-ancoras {
    z-index: 18;
    background-color: var(--background--bg-white);
    position: relative;
}

.nav-ancoras.nav-fixa {
    position: fixed;
    inset: 0% 0% auto;
}

.menu-container {
    border-bottom: 1px solid #ddd;
}

.menu-wrapper {
    justify-content: space-between;
    display: flex;
}

.ancora-container {
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
    padding: 0.875rem 1rem 1.25rem;
    font-weight: 400;
    display: flex;
    position: relative;
}

.ancora-container.nav {
    color: #688388;
    text-decoration: none;
}

.efeito {
    background-image: linear-gradient(
        to bottom,
        var(--brand--secondary),
        var(--brand--secondary)
    );
    width: 0%;
    height: 0.25rem;
    transition: all 0.3s ease-in-out;
    position: absolute;
    inset: auto 0% 0%;
}

.white-radius-container {
    background-color: var(--background--bg-white);
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
    height: 6.0625rem;
    max-height: 6.0625rem;
}

.white-radius-container.shadow {
    box-shadow: 0 6px 8px #00000026;
}

.white-radius-container.shadow.is-header {
    z-index: 1;
    box-shadow: none;
    border-radius: 3rem 3rem 0 0;
    flex: 1;
    height: 0.5rem;
    max-height: 0.5rem;
    position: absolute;
    inset: auto 0% 0%;
}

._20px-icon {
    width: 1.25rem;
}

.img-carrossel-about {
    border-radius: 4px;
    padding-bottom: 6rem;
}

.about-container {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.img-carrossel {
    background-image: url("../images/image.svg");
    background-position: 50%;
    background-size: auto;
    width: 100%;
    max-width: 17.5rem;
    height: 22.25rem;
    box-shadow: 0 2px 5px #0003;
}

.img-carrossel._3st {
    background-image: url("../images/CAM_01_GOURMET_TSR.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-carrossel._5st {
    background-image: url("../images/CAM_01_FACHADA-copiar.jpg");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-carrossel._2st {
    background-image: url("../images/CAM_04_FACHADA_PS-copiar.jpg");
    background-position: 56%;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-carrossel._1st {
    background-image: url("../images/CAM_01_BEAUTY_TSR.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-carrossel._4st {
    background-image: url("../images/CAM_01_MARKET_TSR.jpg");
    background-position: 40%;
    background-size: cover;
}

.about-content-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 57.75rem;
    display: flex;
}

.img-carrossel-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: 4px;
    justify-content: space-around;
    min-width: 100%;
    margin-left: 1rem;
    display: flex;
}

.carrossel-container {
    border-radius: 4px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden;
}

.subtitle-about-container {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    color: #3a6067;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
    font-weight: 500;
    display: flex;
}

.title-about-container {
    flex-flow: column;
    max-width: 29.1875rem;
    display: flex;
}

._8px-bullet {
    background-color: var(--brand--secondary);
    border-radius: 100%;
    width: 0.5rem;
    height: 0.5rem;
}

.section-diferenciais {
    z-index: 1;
    position: relative;
}

.bullets-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: 58.5rem;
    display: flex;
}

.bullet-item {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    color: #3a6067;
    border: 2px solid #e9e9e9;
    border-radius: 100px;
    justify-content: flex-start;
    align-items: center;
    max-height: 44px;
    padding: 0.75rem 1.375rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 20px;
    display: flex;
}

.diferenciais-container {
    z-index: 19;
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
}

.diferenciais-content-wrapper {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 57.75rem;
    display: flex;
}

.title-diferenciais-container {
    flex-flow: column;
    max-width: 50.375rem;
    display: flex;
}

.grafismo-diferenciais-container {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
}

.grafismo-diferenciais {
    position: absolute;
    inset: 25% auto auto 0%;
}

.section-localizacao {
    flex-flow: column;
    display: flex;
}

.localizacao-container {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    flex-flow: column;
    display: flex;
}

.localizacao-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    min-height: 26.5rem;
    display: flex;
}

.localizacao-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    background-color: #f3f1ed;
    flex-flow: column;
    flex: 1;
    max-width: 45.9375rem;
    padding: 4rem;
    display: flex;
    position: relative;
    overflow: clip;
}

.google-embed-container {
    flex: 1;
}

.google-embed-container.shape-shadow {
    overflow: clip;
}

.google-embed {
    width: 100%;
    height: 100%;
}

.btn-localizacao-container {
    z-index: 2;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    max-width: 21.625rem;
    display: flex;
    position: relative;
}

.btn-localizacao-container a {
    font-size: 0.9rem;
}

.button-secondary {
    background-color: var(--brand--secondary);
    color: #fff;
    text-align: center;
    border-radius: 3rem;
    padding: 0.25rem 1rem 0.25rem 0.25rem;
    font-weight: 500;
}

.button-secondary.is-icon {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 10.25rem;
    padding: 0.25rem 1rem 0.25rem 0.25rem;
    text-decoration: none;
    display: flex;
}

.button-secondary.is-icon.is-waze {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-right: 1.25rem;
}

.icon-btn-container-secondary {
    background-color: #f3f1ed;
    border-radius: 3rem;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.375rem 0.4375rem;
    display: flex;
}

.subtitle-localizacao-cta-container {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    color: #3a6067;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem;
    font-weight: 500;
    display: flex;
}

.title-localizacao-cta-container h2 {
    font-size: 2rem;
    line-height: 1.4;
}

.title-localizacao-cta-container {
    flex-flow: column;
    display: flex;
}

._32px-icon {
    width: 2rem;
    height: 2rem;
}

._32px-icon.border-color-secondary {
    border: 2px solid var(--brand--secondary);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.endereco-container {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.endereco-link-container.text-underline-link {
    padding-bottom: 0;
}

.localizacao-content-wrapper {
    z-index: 2;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
    position: relative;
}

.localizacao-title-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    align-self: center;
    max-width: 38rem;
    display: flex;
}

.subtitle-localizacao-container {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    color: #3a6067;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-bottom: 1rem;
    font-weight: 500;
    display: flex;
}

.img-localizacao-container {
    background-image: url("../images/novas/hero-localizacao.jpeg");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    flex-direction: column;
    align-self: center;
    width: 100%;
    max-width: 1920px;
    height: 750px;
    display: flex;
    position: relative;
}

.text-underline-link {
    color: var(--brand--primary);
    padding-bottom: 0.25rem;
    transition: all 0.4s ease-in-out;
}

.text-underline-link:hover {
    color: var(--brand--primary);
    text-decoration: underline;
}

.localizacao-grafismo-container {
    z-index: 1;
    position: absolute;
    inset: 0%;
}

.grafismo-localizacao {
    max-width: 7.5rem;
    max-height: 9.9375rem;
    position: absolute;
    inset: auto 0% 0% auto;
}

.shape-shadow {
    box-shadow: 0 6px 10px #00000026;
}

.footer-content-empreendimentos {
    justify-content: space-between;
    display: flex;
}

.empreendimentos-link-container {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    color: var(--text--text-secondary);
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    padding: 0.25rem;
    font-size: 0.875rem;
    font-weight: 400;
    display: flex;
}

.empreendimentos-link-container._80 {
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}

.empreendimentos-link-container._80:hover {
    opacity: 1;
}

._12px-icon {
    width: 0.75rem;
    height: 0.75rem;
}

.title-lightbox-galeria-wrapper {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    background-color: var(--brand--secondary);
    color: var(--text--text-secondary);
    text-transform: uppercase;
    border-radius: 100px;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding: 0.25rem 0.75rem 0.25rem 1rem;
    font-weight: 500;
    line-height: 24px;
    display: flex;
}

.galeria-section {
    position: relative;
}

.mask-img-gradient {
    background-image:
        linear-gradient(#fff0 34%, #0009),
        url("../images/CAM_01_GOURMET_TSR.jpg");
    background-position:
        0 0,
        50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100%;
    height: 100%;
    position: relative;
}

.mask-img-gradient.areas-externas {
    background-image:
        linear-gradient(#fff0 34%, #0009),
        url("../images/CAM_01_FACHADA-copiar.jpg");
}

.mask-img-gradient.decorado {
    background-image:
        linear-gradient(#fff0 34%, #0009),
        url("../images/IMG_5132-Aprimorado-NR.jpg");
}

.galeria-lightbox-wrapper {
    flex: 1;
    max-width: 40.625rem;
    height: 31.25rem;
    max-height: 31.25rem;
}

.galeria-lightbox-wrapper.decorado {
    order: -9999;
}

.title-lighbox-galeria-container {
    z-index: 3;
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    flex-flow: column;
    margin-bottom: 2.5rem;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
}

.lightbox-galeria {
    width: 100%;
    height: 100%;
    position: relative;
}

.icon_fullscren {
    z-index: 4;
    opacity: 0;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #0006;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 1rem;
    padding: 10px;
    transition: all 0.2s ease-in-out;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
}

.galeria-lightbox-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: flex;
}

.galeria-title-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.galeria-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
}

.header-section {
    white-space: normal;
    justify-content: center;
    width: 100%;
    height: auto;
    max-height: 59.8125rem;
    position: relative;

    &.default {
        display: none;
    }

    &.v-one {
        display: none;
        max-height: 100%;

        .img-header-container {
            .img-header {
                background-image: url("../images/novas/bg-banner-v1.jpg");
                background-size: cover;
                background-repeat: no-repeat;
            }
        }

        .header-container {
            padding-bottom: 0;

            .header-wrapper {
                width: 100%;
                align-items: flex-start;
                gap: 0;
                padding-bottom: 0;

                .status-container {
                    order: 1;
                    margin-bottom: 5.3125rem;

                    .status-wrapper {
                        .status-title {
                            font-size: 1.75rem;
                            font-weight: bold;
                        }
                    }
                }

                .header-brand-container {
                    order: 0;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    width: 100%;
                    margin-bottom: 5.625rem;

                    .brand-logo-header {
                        width: 14rem;
                    }

                    .status-brand {
                        height: fit-content;
                        display: flex;
                        gap: 40px;
                        font-size: 1rem;
                        letter-spacing: 0.08rem;
                        border: 1px solid #7d898a;
                        padding: 0.8125rem 0.8125rem 0.8125rem 2.5rem;
                    }
                }

                .comando-container {
                    order: 2;
                    margin-bottom: 7.5rem;

                    .comando-wrapper {
                        .comando-content-wrapper {
                            .chamada {
                                font-size: 1.5625rem;
                                letter-spacing: 0.05rem;
                                font-weight: bold;
                                background-color: #6e8487;
                                padding: 2.1875rem 1.25rem;
                            }
                        }
                    }
                }

                .action-container {
                    order: 3;
                    border: 0;
                    padding: 0;
                    gap: 0.9375rem;
                    background-color: transparent;
                    margin-bottom: 7.5rem;

                    .button {
                        background-image: unset;
                        height: unset;
                        min-height: unset;
                        padding: 0;
                        border-radius: 0;
                        display: flex;
                        gap: 0.625rem;
                        align-items: center;
                        padding: 1.25rem 0.9375rem;
                        border: 1px solid #a4aba3;

                        .icon-btn-container {
                            background-color: unset;
                            padding: 0;
                            border-radius: 0;
                            position: static;
                            padding: 0;
                            height: auto;
                            width: auto;
                        }

                        .text {
                            letter-spacing: 0.05rem;
                        }

                        &.primary {
                            background-color: #5e7376;

                            img {
                                height: auto;
                            }
                        }

                        &.secondary {
                            background-color: #b59527;

                            img {
                                filter: brightness(0) invert(1);
                            }
                        }
                    }
                }

                .location-container {
                    order: 4;
                    display: flex;
                    justify-content: space-between;
                    width: 100%;
                    margin-bottom: 8.125rem;

                    .location {
                        font-size: 1.375rem;
                        display: flex;
                        align-items: center;
                        letter-spacing: 0.05rem;
                        gap: 0.625rem;
                    }
                }
            }
        }

        .visit-container {
            position: absolute;
            bottom: 0;
            left: 0;
            max-width: 100%;
            width: 100%;
            background-color: #b99929;
            height: 4.375rem;
            font-size: 1.75rem;
            letter-spacing: 0.2rem;
            font-weight: 500;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        @media screen and (max-width: 991px) {
            .header-container {
                .header-wrapper {
                    align-items: center;

                    .status-container {
                        text-align: center;
                        margin-bottom: 4.375rem;

                        .status-wrapper {
                            .status-title {
                                font-size: 1.375rem;
                            }
                        }
                    }

                    .header-brand-container {
                        flex-direction: column-reverse;
                        gap: 2.5rem;
                        margin-bottom: 4.375rem;
                    }

                    .comando-container {
                        margin-bottom: 4.375rem;

                        .comando-wrapper {
                            .comando-content-wrapper {
                                .chamada {
                                    font-size: 1.125rem;
                                }
                            }
                        }
                    }

                    .action-container {
                        margin-bottom: 4.375rem;
                        max-width: fit-content;

                        .button {
                            width: 100%;
                            justify-content: center;

                            .text {
                                font-size: 1rem;
                            }
                        }
                    }

                    .location-container {
                        flex-direction: column;
                        justify-content: center;
                        width: fit-content;
                        gap: 1.25rem;
                        margin-bottom: 6.25rem;

                        .location {
                            font-size: 1rem;
                        }
                    }
                }
            }

            .visit-container {
                font-size: 1.25rem;
            }
        }

        @media screen and (max-width: 767px) {
            .header-container {
                .header-wrapper {
                    .header-brand-container {
                        .status-brand {
                            text-align: center;

                            span {
                                display: none;
                            }

                            img {
                                display: none;
                            }
                        }
                    }
                }
            }

            .visit-container {
                font-size: 1rem;
            }
        }

        @media screen and (max-width: 479px) {
            .header-container {
                .header-wrapper {
                    .status-container {
                        .status-wrapper {
                            .status-title {
                                br {
                                    display: none;
                                }
                            }
                        }
                    }

                    .action-container {
                        .button {
                            .text {
                                font-size: 0.875rem;
                            }
                        }
                    }
                }
            }
        }
    }

    &.v-two {
        display: flex;
        max-height: 100%;

        .img-header-container {
            .img-header {
                background-image: url("../images/novas/bg-banner-v2.jpg");
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
            }
        }

        .header-container {
            padding-top: 3.75rem;
            padding-bottom: 0;

            .header-wrapper {
                width: 100%;
                align-items: flex-start;
                gap: 0;
                padding-bottom: 0;

                .status-container {
                    margin-bottom: 4.0625rem;

                    .status-wrapper {
                        flex-direction: column;
                        align-items: flex-start;
                        gap: 0.9375rem;

                        p {
                            font-size: 1rem;
                            letter-spacing: 0.08rem;
                        }

                        .opportunity {
                            font-size: 1rem;
                            letter-spacing: 0.08rem;
                            border: 1px solid #838d94;
                            padding: 0.75rem;

                            img {
                                margin-left: 0.9375rem;
                            }
                        }
                    }
                }

                .header-brand-container {
                    .brand-logo-header {
                        width: 14rem;
                    }
                }

                .comando-container {
                    width: 100%;
                    margin-bottom: 3.125rem;

                    .comando-wrapper {
                        width: 100%;
                        max-width: unset;

                        &.relative {
                            position: relative;
                            top: -1.5625rem;

                            .comando-content-wrapper {
                                display: flex;
                                flex-direction: row-reverse;
                                justify-content: space-between;
                                width: 100%;
                                align-items: flex-end;

                                .chamada {
                                    margin-bottom: 0;
                                    font-size: 1.5625rem;
                                    font-weight: bold;
                                    background-color: #6e8487;
                                    padding: 2.1875rem 1.25rem;
                                    line-height: normal;
                                }

                                .title {
                                    font-size: 1.75rem;
                                    font-weight: bold;
                                }
                            }
                        }
                    }
                }

                .visit-container {
                    margin-bottom: 4.6875rem;

                    h2 {
                        font-size: 2.5rem;
                        font-weight: normal;
                        line-height: 1;
                        margin-bottom: 0.9375rem;
                    }

                    p {
                        font-size: 1.375rem;
                        letter-spacing: 0.05rem;
                        line-height: 1;
                    }
                }

                .action-container {
                    background-color: transparent;
                    flex-direction: column;
                    align-items: flex-start;
                    max-width: 25.3125rem;
                    border: 0;
                    border-radius: 0;
                    margin-bottom: 5.9375rem;

                    .button {
                        width: 100%;
                        border: 1px solid #f9efdb;
                        border-radius: 999px !important;
                        background: unset;
                        padding: 1.25rem 1.5625rem;
                        height: auto;
                        width: 100%;
                        min-height: unset;
                        display: flex;
                        align-items: center;
                        gap: 0.625rem;
                        letter-spacing: 0.05rem;

                        .icon-btn-container {
                            background-color: transparent;
                            background: unset;
                            position: static;
                            padding: 0;
                            width: unset;
                            height: unset;

                            img {
                                height: auto;
                            }
                        }

                        &.primary {
                            background-color: #5a6f71;
                        }

                        &.secondary {
                            background-color: #ab8d21;
                            width: fit-content;
                            /*
                            padding: 1.0rem 1.2rem;*/

                            img {
                                filter: brightness(0) invert(1);
                                
                            }
                        }
                    }
                }

                @media (max-width: 768px) {
                    .action-container ._16px-icon  {
                        transform: translateX(2px);
                    }
                }

                @media (max-width: 768px) {
                    .action-container ._18px-icon {
                        transform: translateX(0px);
                        
                    }
                }

                @media (max-width: 768px) {
                    .action-container .button.secondary img {
                        margin: 0px -3px 0px 0px;
                        padding: 0px 0px 0px 0px;
                    }
                }

                .location-container {
                    display: flex;
                    align-items: center;
                    letter-spacing: 0.05rem;
                    font-size: 1.375rem;
                    gap: 0.625rem;
                    margin-bottom: 10rem;
                }
            }
        }

        .visit-wrapper {
            position: absolute;
            bottom: 0;
            left: 0;
            background-color: #b99929;
            width: 100vw;
            font-size: 1.75rem;
            letter-spacing: 0.2rem;
            font-weight: 500;
            height: 5rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        @media screen and (max-width: 991px) {
            .header-container {
                .header-wrapper {
                    align-items: center;

                    .status-container {
                        .status-wrapper {
                            align-items: center;
                        }
                    }

                    .header-brand-container {
                        margin-bottom: 4.375rem;
                    }

                    .comando-container {
                        .comando-wrapper {
                            &.relative {
                                position: static;

                                .comando-content-wrapper {
                                    flex-direction: column-reverse;
                                    justify-content: center;
                                    align-items: center;

                                    .title {
                                        text-align: center;
                                        margin-bottom: 2.5rem;
                                        font-size: 1.375rem;
                                    }

                                    .chamada {
                                        font-size: 1.125rem;
                                    }
                                }
                            }
                        }
                    }

                    .visit-container {
                        margin-bottom: 3.125rem;

                        h2 {
                            font-size: 1.75rem;
                            text-align: center;
                        }

                        p {
                            font-size: 1.125rem;
                            text-align: center;
                        }
                    }

                    .action-container {
                        margin-bottom: 4.375rem;
                    }

                    .location-container {
                        margin-bottom: 8.125rem;
                        font-size: 1rem;
                    }
                }
            }

            .visit-wrapper {
                font-size: 1.25rem;
            }
        }

        @media screen and (max-width: 767px) {
            .img-header-container {
                .img-header {
                    background-position: 35%;
                }
            }

            .visit-wrapper {
                font-size: 1rem;
            }
        }

        @media screen and (max-width: 479px) {
            .img-header-container {
                .img-header {
                    background-position: 40%;
                }
            }

            .header-container {
                .header-wrapper {
                    .status-container {
                        .status-wrapper {
                            .opportunity {
                                text-align: center;

                                img {
                                    display: none;
                                }
                            }
                        }
                    }

                    .action-container {
                        .button {
                            padding: 0.9375rem 10px;

                            .text {
                                font-size: 0.875rem;
                            }
                        }
                    }

                    .comando-container {
                        .comando-wrapper {
                            &.relative {
                                .comando-content-wrapper {
                                    .title {
                                        br {
                                            display: none;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }

            .visit-wrapper {
                text-align: center;
            }
        }
    }
}

.img-header-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
}

.img-header {
    background-image:
        linear-gradient(-80deg, #0000 45%, #000000b3),
        url("../images/header-img.jpg");
    background-position:
        0 0,
        0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.header-container {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 80rem;
    height: 100%;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    padding-top: 8rem;
    padding-bottom: 3rem;
    display: flex;
    position: relative;
}

.unidades-container {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    flex-flow: column;
    display: flex;
}

.planta-lightbox-container {
    flex: 1;
}

.planta-slide {
    overflow: clip;
}

.lightbox-planta {
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
}

.planta-content-wrapper {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    flex-flow: column;
    justify-content: space-between;
    max-width: 29rem;
    height: 100%;
    display: flex;
}

.iten-planta-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    margin-top: 4.5rem;
    display: flex;
}

.plantas-container {
    background-color: #f3f1ed;
    border: 1px solid #ddd;
    flex: 1;
    min-height: 26.75rem;
    max-height: 26.75rem;
    display: flex;
}

.img-planta-container {
    z-index: 2;
    background-color: #fff;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 140%;
    height: 95%;
    
    padding-left: 0;
    display: flex;
    position: relative;
    transform: none;
}

.right-arrow {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 2.625rem;
    display: flex;
    inset: auto auto 0% -92%;
}

.text-planta-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    max-width: 20.375rem;
    display: flex;
}

.slider-planta {
    height: 100%;
}

.img-planta-slider {
    position: relative;
}

.info-planta-container {
    z-index: 3;
    background-color: #a6a6a6;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    max-height: 3rem;
    padding-left: 1.5rem;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
}

.slide-nav {
    margin-bottom: 1.5rem;
    padding-top: 0;
    font-size: 0.5rem;
    inset: auto auto 0% -52%;
}

.left-arrow {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 2.625rem;
    display: flex;
    inset: auto auto 0% -100%;
}

.plantas-wrapper {
    flex: 1;
    padding-left: 3rem;
}

.galerias-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
}

.planta-bullets-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    display: flex;
}

.text-span-2 {
    border-radius: 12px;
}

.div-block {
    flex-flow: column;
    display: flex;
    position: relative;
}

.heading-divider2 {
    z-index: 1;
    background-color: var(--brand--secondary);
    border-radius: 12px;
    align-self: flex-end;
    width: 230px;
    height: 16px;
    position: absolute;
    inset: 0% 16% 0% auto;
}

.heading-divider1 {
    z-index: 1;
    background-color: var(--brand--secondary);
    border-radius: 12px;
    align-self: flex-start;
    width: 234px;
    height: 16px;
    margin-top: 14px;
    margin-left: 1px;
    position: absolute;
}

.plantao-wrapper {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    border: 2px solid var(--elements--stroke-primary);
    background-color: var(--text--text-primary);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    height: 2.125rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
}

.plantao-wrapper .local {
    font-size: 0.9rem;
}

.plantao-wrapper.max-width {
    max-width: 380px;
}

.galeria-title-container {
    justify-content: space-between;
    display: flex;
}

._28px-icon {
    width: 28px;
    height: 28px;
}

.book-produto-link-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    color: var(--brand--primary);
    justify-content: flex-start;
    align-items: center;
    font-weight: 500;
    text-decoration: underline;
    display: flex;
}

.tour-section {
    position: relative;
}

.tour-title-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
}

.tour-title-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.embed-tour-container {
    height: 70vh;
    max-height: 70vh;
    position: relative;
    overflow: hidden;
}

.video-thumb-container {
    letter-spacing: 0.28px;
    background-image:
        linear-gradient(#00000040, #00000040), url("../images/thumb-tour.jpg");
    background-position:
        0 0,
        50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding-bottom: 11%;
    font-size: 0.875rem;
    text-decoration: none;
    display: flex;
    position: absolute;
}

.thumbnail-video {
    justify-content: center;
    align-items: center;
    display: flex;
}

.video-btn-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    text-decoration: none;
    display: flex;
}

.embed-tour {
    height: 100%;
    max-height: 100%;
}

.img-fachada-mobile {
    background-image: url("../images/image.svg");
    background-position: 50%;
    background-size: auto;
    border-radius: 16px;
    width: 100%;
    max-width: 17.5rem;
    height: 22.25rem;
    display: none;
    box-shadow: 0 2px 5px #0003;
}

.img-fachada-mobile._3st {
    background-image: url("../images/CAM_01_GOURMET_TSR.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-fachada-mobile._5st {
    background-image: url("../images/CAM_01_FACHADA-copiar.jpg");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-fachada-mobile._2st {
    background-image: url("../images/CAM_04_FACHADA_PS-copiar.jpg");
    background-position: 56%;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-fachada-mobile._1st {
    background-image: url("../images/CAM_01_BEAUTY_TSR.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-fachada-mobile._4st {
    background-image: url("../images/CAM_01_MARKET_TSR.jpg");
    background-position: 40%;
    background-size: cover;
}

@media screen and (min-width: 1440px) {
    .img-container {
        background-size: cover;
    }
}

@media screen and (min-width: 1920px) {
    .img-container {
        background-position: 50%;
    }

    .modal-form {
        display: none;
    }

    .img-carrossel {
        max-width: 22rem;
        height: 26rem;
        max-height: 26rem;
    }

    .img-carrossel._5st {
        background-position: 50%;
    }

    .img-localizacao-container {
        background-position: 50% 70%;
        height: 1000px;
    }

    .header-section {
        height: auto;
        min-height: 50rem;
        max-height: none;
    }

    .img-header {
        background-position:
            0 0,
            20% 0;
        background-size: auto, auto;
    }

    .header-container {
        padding-bottom: 0;
    }

    .video-thumb-container {
        padding-bottom: 8%;
    }

    .img-fachada-mobile {
        max-width: 22rem;
        height: 26rem;
        max-height: 26rem;
    }

    .img-fachada-mobile._5st {
        background-position: 50%;
    }
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 1.75rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 1.75rem;
    }

    h4 {
        font-size: 1.25rem;
    }

    .padding-xlarge {
        padding: 3rem;
    }

    .margin-xlarge {
        margin: 3rem;
    }

    .padding-xhuge {
        padding: 6rem;
    }

    .padding-xxhuge {
        padding: 8rem;
    }

    .padding-huge {
        padding: 5rem;
    }

    .margin-large {
        margin: 2.5rem;
    }

    .padding-xxlarge {
        padding: 4rem;
    }

    .padding-large {
        padding: 2.5rem;
    }

    .margin-huge {
        margin: 5rem;
    }

    .padding-medium {
        padding: 1.5rem;
    }

    .margin-xxlarge {
        margin: 4rem;
    }

    .margin-xhuge {
        margin: 6rem;
    }

    .margin-medium {
        margin: 1.5rem;
    }

    .margin-xxhuge {
        margin: 8rem;
    }

    .margin-horizontal {
        margin-top: 0;
        margin-bottom: 0;
    }

    .padding-top {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .margin-vertical {
        margin-left: 0;
        margin-right: 0;
    }

    .margin-bottom {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .padding-left {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
    }

    .padding-vertical {
        padding-left: 0;
        padding-right: 0;
    }

    .padding-horizontal {
        padding-top: 0;
        padding-bottom: 0;
    }

    .margin-right {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
    }

    .margin-top {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .margin-left {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
    }

    .padding-right {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
    }

    .padding-bottom {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .hide-tablet {
        display: none;
    }

    .fs-styleguide_2-col {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        grid-template-columns: 1fr;
    }

    .max-width-full-tablet {
        width: 100%;
        max-width: none;
    }

    .fs-styleguide_1-col {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
    }

    .fs-styleguide_heading-medium {
        font-size: 3rem;
    }

    .fs-styleguide_4-col {
        grid-template-columns: 1fr;
    }

    .padding-section-large {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .fs-styleguide_3-col {
        grid-template-columns: 1fr;
    }

    .text-align-center.text-size-medium.text-weight-normal.text-color-primary.is-location {
        font-size: 1rem;
    }

    .text-align-center.text-color-secondary {
        max-width: 550px;
    }

    .button.is-icon.shadow-btn.btn-style1.index_form1 {
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .button.is-icon.btn-style2.index_form3,
    .button.is-icon.btn-style3.index_form3 {
        justify-content: center;
        align-self: stretch;
        align-items: center;
    }

    .fs-styleguide_section {
        grid-column-gap: 2.5rem;
        grid-template-columns: 1fr;
    }

    .padding-section-medium {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .spacer-huge {
        padding-top: 5rem;
    }

    .spacer-medium {
        padding-top: 1.5rem;
    }

    .spacer-xhuge {
        padding-top: 6rem;
    }

    .spacer-xxhuge {
        padding-top: 8rem;
    }

    .spacer-xlarge {
        padding-top: 3rem;
    }

    .spacer-large {
        padding-top: 2.5rem;
    }

    .spacer-xxlarge {
        padding-top: 4rem;
    }

    .nav_button {
        color: #fff;
    }

    .fs-styleguide_heading-header {
        font-size: 4rem;
    }

    .action-container {
        border-radius: 32px;
        flex-flow: column;
        width: 80%;
    }

    .header-wrapper {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
    }

    .location-wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .brand-logo-header {
        width: 16rem;
    }

    .form_compnent_fixed {
        width: 100%;
    }

    .tittle-container {
        justify-content: center;
    }

    .tittle-container.is-form-fixed {
        display: none;
    }

    .titulo-form {
        font-size: 19px;
        line-height: 24px;
    }

    .texto2-btn {
        font-size: 16px;
    }

    .icon-contato {
        width: 25px;
        min-width: 25px;
    }

    .icon-contato-block {
        width: 50px;
        min-width: 50px;
        max-width: 50px;
    }

    .btn-contato {
        width: 50px;
        min-width: 50px;
        height: 50px;
    }

    .logo-wrapper-2 {
        justify-content: center;
        display: flex;
    }

    .menu-wrapper {
        justify-content: space-around;
    }

    .bullets-content-wrapper {
        justify-content: center;
        align-items: flex-start;
    }

    .grafismo-diferenciais {
        left: -4%;
    }

    .localizacao-content {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
        flex-flow: column;
        flex: 1;
        min-height: 25rem;
    }

    .localizacao-wrapper.shape-shadow {
        max-width: none;
    }

    .google-embed {
        height: 400px;
    }

    .img-localizacao-container {
        background-position:
            0 0,
            45% 0;
        height: 600px;
    }

    .icon_fullscren {
        opacity: 1;
    }

    .galeria-lightbox-container {
        grid-column-gap: 0.75rem;
        grid-row-gap: 0.75rem;
    }

    .img-header {
        background-image:
            linear-gradient(-80deg, #0000 45%, #000000b3),
            url("../images/CAM_03_PISCINA_WIDE-copiar.jpg");
        background-position:
            0 0,
            40%;
    }

    .header-container {
        justify-content: center;
        align-items: center;
    }

    .planta-lightbox-container {
        min-width: 400px;
    }

    .planta-content-wrapper {
        max-width: none;
    }

    .iten-planta-container {
        text-align: center;
        justify-content: flex-start;
        align-items: center;
        margin-top: 2rem;
        margin-bottom: 5rem;
    }

    .plantas-container {
        flex-flow: column;
        min-height: auto;
        max-height: none;
    }

    .img-planta-container {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .right-arrow {
        margin-top: 0;
        margin-left: 0;
        margin-right: 2rem;
        inset: -3.5rem 0% 0% auto;
    }

    .text-planta-container {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        max-width: none;
        display: flex;
    }

    .slider-planta {
        border-top-right-radius: 0;
        border-bottom-left-radius: 1.5rem;
    }

    .img-planta-slider {
        max-width: 80%;
    }

    .mask-planta {
        border-top-right-radius: 0;
    }

    .info-planta-container {
        border-bottom-left-radius: 1.5rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .slide-nav {
        inset: -2.5rem 0% auto;
    }

    .left-arrow {
        margin-left: 2rem;
        margin-right: 0;
        inset: -3.5rem 0% auto;
    }

    .plantas-wrapper {
        min-width: 250px;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .galerias-container {
        grid-column-gap: 0.75rem;
        grid-row-gap: 0.75rem;
    }

    .planta-bullets-container {
        justify-content: center;
    }

    .heading-divider2 {
        width: 188px;
        right: 27%;
    }

    .heading-divider1 {
        width: 193px;
        height: 14px;
        margin-top: 10px;
        margin-left: 12px;
    }

    .plantao-wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .embed-tour-container {
        align-self: stretch;
    }

    .video-thumb-container {
        padding-bottom: 24%;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 1.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.125rem;
    }

    h5 {
        font-size: 1rem;
    }

    h6 {
        font-size: 0.875rem;
    }

    .padding-xlarge {
        padding: 2rem;
    }

    .margin-xlarge {
        margin: 2rem;
    }

    .padding-xhuge {
        padding: 4rem;
    }

    .padding-xxhuge {
        padding: 4.5rem;
    }

    .padding-huge {
        padding: 3.5rem;
    }

    .margin-large {
        margin: 1.5rem;
    }

    .padding-xxlarge {
        padding: 3rem;
    }

    .padding-large {
        padding: 1.5rem;
    }

    .margin-huge {
        margin: 3.5rem;
    }

    .padding-medium {
        padding: 1.25rem;
    }

    .margin-xxlarge {
        margin: 3rem;
    }

    .margin-xhuge {
        margin: 4rem;
    }

    .margin-medium {
        margin: 1.25rem;
    }

    .margin-xxhuge {
        margin: 4.5rem;
    }

    .margin-horizontal {
        margin-top: 0;
        margin-bottom: 0;
    }

    .padding-top {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .margin-vertical {
        margin-left: 0;
        margin-right: 0;
    }

    .margin-bottom {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .padding-left {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
    }

    .padding-vertical {
        padding-left: 0;
        padding-right: 0;
    }

    .padding-horizontal {
        padding-top: 0;
        padding-bottom: 0;
    }

    .margin-right {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
    }

    .margin-top {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .margin-left {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
    }

    .padding-right {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
    }

    .padding-bottom {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .hide-mobile-landscape {
        display: none;
    }

    .heading-style-h3 {
        font-size: 1.5rem;
    }

    .padding-global {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .padding-section-small {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .fs-styleguide_section-header {
        font-size: 0.875rem;
    }

    .fs-styleguide_heading-medium {
        font-size: 2rem;
    }

    .max-width-full-mobile-landscape {
        width: 100%;
        max-width: none;
    }

    .heading-style-h4 {
        font-size: 1rem;
    }

    .text-style-nowrap {
        white-space: normal;
    }

    .heading-style-h6 {
        font-size: 0.75rem;
    }

    .padding-section-large {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .padding-section-large.is-about {
        padding-top: 5rem;
    }

    .padding-section-large.is-bento-localizacao {
        padding-bottom: 5rem;
    }

    .padding-section-large.is-diferenciais {
        padding-top: 2rem;
    }

    .text-size-large {
        font-size: 1.25rem;
    }

    .text-size-large.text-align-center.is-popup {
        font-size: 1.75rem;
    }

    .text-size-large.text-align-center.text-color-secondary {
        max-width: none;
    }

    .heading-style-h2 {
        font-size: 2rem;
    }

    .heading-style-h5,
    .text-align-center.text-size-medium.text-weight-normal.text-color-primary.is-location {
        font-size: 0.875rem;
    }

    .text-align-center.text-color-secondary {
        max-width: 450px;
    }

    .button.is-icon.shadow-btn.btn-style1.index_form1 {
        justify-content: center;
        align-items: center;
    }

    .padding-section-medium {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .spacer-huge {
        padding-top: 3.5rem;
    }

    .spacer-medium {
        padding-top: 1.25rem;
    }

    .spacer-xhuge {
        padding-top: 4rem;
    }

    .spacer-xxhuge {
        padding-top: 4.5rem;
    }

    .spacer-xlarge {
        padding-top: 2rem;
    }

    .spacer-large {
        padding-top: 1.5rem;
    }

    .spacer-xxlarge {
        padding-top: 3rem;
    }

    .nav-menu {
        display: none;
    }

    .nav-block.is-mobile {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
        border-bottom-style: none;
        flex-flow: column;
        margin-top: 2rem;
        margin-bottom: 2rem;
        display: flex;
    }

    .brand-logo {
        height: 75px;
    }

    .img-container {
        border-radius: 15px;
        flex: 0 auto;
        height: 400px;
        box-shadow: 0 6px 8px #0003;
    }

    .status-container {
        grid-column-gap: 0.55rem;
        grid-row-gap: 0.55rem;
    }

    .comando-container {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
    }

    .header-wrapper {
        grid-column-gap: 1.75rem;
        grid-row-gap: 1.75rem;
    }

    .location-wrapper {
        height: auto;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .comando-wrapper {
        grid-column-gap: 0.55rem;
        grid-row-gap: 0.55rem;
    }

    .form-container-fixed {
        padding: 2rem 0;
    }

    .form_compnent_fixed {
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .modal-form-rodape {
        display: none;
    }

    .titulo-form {
        font-size: 18px;
    }

    .texto2-btn {
        text-align: center;
        font-size: 15px;
    }

    .texto-block {
        flex: 1;
        align-items: center;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        display: none;
    }

    .btn-contato {
        box-shadow: none;
        border-radius: 0;
        flex: 1;
        justify-content: center;
        width: auto;
        min-width: auto;
        max-width: none;
        overflow: hidden;
    }

    .btn-contato:hover {
        background-image: linear-gradient(#0003, #0003);
    }

    .btn-contato.index_form1 {
        border-width: 0;
    }

    .btn-contato.index_form2 {
        border-width: 0;
        border-radius: 0;
    }

    .btn-contato.btn-wpp {
        border-radius: 0;
    }

    .nav-lateral-block {
        flex-direction: row;
        justify-content: space-between;
        transition: all 0.3s ease-in-out;
        inset: auto 0% -50px;
    }

    .nav-lateral-block.nav-lateral-mobile-active {
        bottom: 0;
    }

    .texto1-btn {
        text-align: center;
        font-size: 15px;
    }

    .pulsar {
        border-radius: 2px;
    }

    .btn-close-modal {
        width: 2rem;
        height: 2rem;
    }

    .form-email {
        flex: 1;
    }

    .modal-form {
        display: none;
    }

    .form-popup-wrapper {
        padding: 2rem;
    }

    .form-wpp,
    .form-chat {
        flex: 1;
    }

    .grafismo-header {
        left: -174px;
    }

    .footer-section {
        padding-bottom: 48px;
    }

    .footer-content-wrapper {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        flex-flow: column;
        align-self: center;
    }

    .footer-content-info {
        text-align: center;
    }

    .footer-container-info {
        flex-flow: column;
    }

    .footer-logo-container {
        align-self: center;
    }

    .footer-container-cta {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
        text-align: center;
        flex-flow: column;
    }

    .footer-social-container {
        justify-content: center;
        align-items: flex-end;
    }

    .padding-section-tiny {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .ancora-container.nav.hide-mobile {
        display: none;
    }

    .white-radius-container {
        height: 3rem;
    }

    .img-carrossel-about {
        overflow: hidden;
    }

    .img-carrossel-about.hide-mobile,
    .img-carrossel._3st,
    .img-carrossel._2st {
        display: none;
    }

    .carrossel-container {
        max-width: 100%;
        margin-right: auto;
        overflow: hidden;
    }

    .bullet-item.hide-mobile,
    .grafismo-diferenciais-container.hide-mobile {
        display: none;
    }

    .localizacao-wrapper {
        padding: 2rem 1.2rem;
    }

    .localizacao-wrapper.shape-shadow {
        padding: 3rem 2rem;
    }

    .localizacao-title-container {
        max-width: 30rem;
    }

    .img-localizacao-container {
        background-position:
            0 0,
            40% 0;
        height: 500px;
    }

    .footer-content-empreendimentos {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        flex-flow: column;
    }

    .galeria-lightbox-wrapper {
        flex: 0 auto;
        max-width: none;
        max-height: none;
    }

    .icon_fullscren {
        width: 35px;
        height: 35px;
        padding: 8px;
    }

    .galeria-lightbox-container {
        flex-flow: column;
    }

    .galeria-title-content {
        grid-column-gap: 0.5rem;
        grid-row-gap: 0.5rem;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
    }

    .img-header {
        background-position:
            0 0,
            40%;
    }

    .header-container {
        justify-content: center;
        align-items: center;
        padding-top: 3rem;
    }

    .img-planta-container {
        width: 150%;
        height: 120%;
    }

    .right-arrow {
        margin-right: 1rem;
    }

    .left-arrow {
        margin-left: 1rem;
    }

    .div-block {
        max-width: 370px;
    }

    .heading-divider2 {
        width: 170px;
        right: 27%;
    }

    .heading-divider1 {
        width: 176px;
        margin-top: 8px;
    }

    .plantao-wrapper {
        height: auto;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .galeria-title-container,
    .tour-title-container {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        flex-flow: column;
        justify-content: space-between;
        align-items: center;
    }

    .tour-title-content {
        grid-column-gap: 0.5rem;
        grid-row-gap: 0.5rem;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
    }

    .video-thumb-container {
        padding-bottom: 32%;
    }

    .img-fachada-mobile {
        background-image: url("../images/CAM_01_FACHADA-copiar.jpg");
        background-position: 50% -10%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 24rem;
        display: block;
    }

    .img-fachada-mobile._3st,
    .img-fachada-mobile._2st {
        display: none;
    }
}

@media screen and (max-width: 479px) {
    .margin-horizontal {
        margin-top: 0;
        margin-bottom: 0;
    }

    .padding-top {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .margin-vertical {
        margin-left: 0;
        margin-right: 0;
    }

    .margin-bottom {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .padding-left {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
    }

    .padding-vertical {
        padding-left: 0;
        padding-right: 0;
    }

    .padding-horizontal {
        padding-top: 0;
        padding-bottom: 0;
    }

    .margin-right {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
    }

    .margin-top {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .margin-left {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
    }

    .padding-right {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
    }

    .padding-bottom {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .fs-styleguide_row {
        flex-wrap: wrap;
    }

    .max-width-full-mobile-portrait {
        width: 100%;
        max-width: none;
    }

    .hide-mobile-portrait {
        display: none;
    }

    .nav-block.is-mobile {
        display: flex;
    }

    ._18px-icon.hide-mobile {
        display: none;
    }

    .img-container {
        border-radius: 14px;
    }

    .action-container {
        width: auto;
    }

    .header-wrapper {
        flex: 1;
    }

    .location-wrapper {
        flex-flow: column;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .comando-wrapper {
        max-width: none;
    }

    .form-container-fixed {
        border-radius: 0;
        flex: 1;
        justify-content: center;
        align-self: center;
        align-items: center;
        width: 100%;
        min-width: auto;
        max-width: none;
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .tittle-container {
        text-align: center;
        flex-direction: column;
    }

    .icon-contato-block {
        flex-direction: row;
        flex: 1;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .btn-contato {
        height: 45px;
    }

    .fundo-form {
        height: 100%;
        min-height: 100svh;
        max-height: 100vh;
    }

    .btn-close-modal {
        width: 3rem;
        height: 3rem;
        margin-bottom: 0.5rem;
    }

    .container-modal-form {
        align-self: stretch;
        height: 100%;
    }

    .form-container-popup {
        border-radius: 0;
        flex-flow: column-reverse;
        flex: 1;
        justify-content: center;
        align-self: center;
        align-items: center;
        width: 100%;
        min-width: auto;
        max-width: none;
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .logo-btn-container {
        justify-content: center;
        align-items: center;
    }

    .grafism-popup {
        z-index: 1;
        height: 300px;
        top: -18%;
        left: -38%;
        transform: rotate(-90deg);
    }

    .grafism-popup.is-right {
        display: none;
        bottom: -21%;
        right: -38%;
        transform: rotate(90deg);
    }

    .form-popup-wrapper {
        border-radius: 0;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        padding: 1.5rem;
    }

    .grafismo-header {
        left: -227px;
    }

    .tittle-content-wrapper {
        flex-direction: column;
    }

    .heading-7 {
        text-align: center;
    }

    .politica-component {
        grid-column-gap: 4rem;
        grid-row-gap: 4rem;
    }

    .footer-container-info {
        text-align: center;
    }

    .white-radius-container {
        border-bottom-right-radius: 2rem;
        border-bottom-left-radius: 2rem;
    }

    .img-carrossel._4st {
        display: none;
    }

    .bullets-content-wrapper {
        display: flex;
    }

    .bullet-item {
        flex-flow: wrap-reverse;
    }

    .btn-localizacao-container {
        flex-flow: column;
    }

    .btn-localizacao-container a {
        justify-content: center !important;
        width: 100%;
    }

    .localizacao-title-container {
        max-width: 26rem;
    }

    .img-localizacao-container {
        background-image:
            url("../images/novas/hero-localizacao.jpeg"),
            linear-gradient(#0000, #0000);
        background-position:
            50%,
            0 0;
        background-size: cover, auto;
        height: 400px;
    }

    .galeria-title-content {
        align-self: center;
        max-width: 86%;
    }

    .img-header {
        background-position:
            0 0,
            40%;
    }

    .planta-lightbox-container {
        min-width: auto;
    }

    .right-arrow {
        top: -7rem;
    }

    .slide-nav {
        flex-flow: wrap;
        justify-content: center;
        align-items: flex-start;
    }

    .left-arrow {
        top: -7rem;
    }

    .plantas-wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .planta-bullets-container {
        grid-column-gap: 0.75rem;
        grid-row-gap: 0.75rem;
    }

    .heading-divider2.hide-mobile,
    .heading-divider1.hide-mobile {
        display: none;
    }

    .span-mobile {
        background-color: var(--brand--secondary);
        border-radius: 12px;
        padding-top: 0;
        padding-left: 4px;
        padding-right: 4px;
        display: block;
    }

    .plantao-wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .tour-title-content {
        align-self: center;
        max-width: 86%;
    }

    .embed-tour-container {
        height: 60vh;
        max-height: 60vh;
    }

    .video-thumb-container {
        padding-bottom: 32%;
    }

    .img-fachada-mobile._4st {
        display: none;
    }
}



.img-planta-container{
    position: relative;
}

.planta-btn{
    position: absolute;
    left: 52%;
    top: 84%;
    transform: translate(-50%, -50%);
    z-index: 9999;

    width: 85%;

    display: flex;
    justify-content: center;

    pointer-events: auto;
}

.planta-btn .button{
    width: 100%;
    max-width: 420px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 16px 24px;

    transition: transform .3s ease;

    position: relative;

    /* REMOVE FUNDO/SETA */
    background-image: none !important;
}

/* REMOVE A CARTINHA */
.planta-btn .icon-btn-container{
    display: none !important;
}

/* REMOVE QUALQUER BEFORE/AFTER */
.planta-btn .button::before,
.planta-btn .button::after,
.planta-btn .button *::before,
.planta-btn .button *::after{
    content: none !important;
    display: none !important;
}

/* REMOVE SVGS E IMAGENS */
.planta-btn .button svg,
.planta-btn .button img{
    display: none !important;
}

/* REMOVE PRIMEIRO ELEMENTO INTERNO (GERALMENTE A SETA) */
.planta-btn .button > :first-child{
    display: none !important;
}

/* REMOVE POSSÍVEIS CLASSES DE ÍCONE */
.planta-btn .button .icon,
.planta-btn .button .arrow,
.planta-btn .button .w-inline-block{
    display: none !important;
}

/* TEXTO CENTRALIZADO */
.planta-btn .is-text-btn{
    width: 100%;
    text-align: center;
}

/* HOVER */
.planta-btn .button:hover{
    transform: translateY(-3px);
}

/* MOBILE */
@media screen and (max-width: 767px){

    .planta-btn{
        width: 92%;
    }

    .planta-btn .button{
        padding: 12px 16px;
    }

    .planta-btn .is-text-btn{
        font-size: 14px;
    }
}




#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-6423e19c {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-6423e19c {
    justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-6423e19c,
#w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-6423e19c {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-6423e19c {
    justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-6423e19c {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-6423e19c {
    justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-6423e19c,
#w-node-f420226b-f89e-739f-7cf2-749d227b1370-6423e19c,
#w-node-f420226b-f89e-739f-7cf2-749d227b1371-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-6423e19c {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-6423e19c {
    justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-6423e19c {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-6423e19c {
    justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-6423e19c {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-6423e19c,
#w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-6423e19c,
#w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-6423e19c,
#w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-6423e19c,
#w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-6423e19c,
#w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-6423e19c,
#w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-6423e19c,
#w-node-_30684373-af34-3818-02a4-e58b3ffef403-6423e19c,
#w-node-_30684373-af34-3818-02a4-e58b3ffef408-6423e19c,
#w-node-_30684373-af34-3818-02a4-e58b3ffef40d-6423e19c,
#w-node-_30684373-af34-3818-02a4-e58b3ffef412-6423e19c {
    justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-6423e19c {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-6423e19c {
    justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-6423e19c,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-6423e19c {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-6423e19c {
    justify-self: start;
}

@font-face {
    font-family: "PlusJakartaSans";
    src: url("../fonts/PlusJakartaSans_.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "PlusJakartaSans";
    src: url("../fonts/PlusJakartaSans/PlusJakartaSans-ExtraLight.ttf");
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: "PlusJakartaSans";
    src: url("../fonts/PlusJakartaSans/PlusJakartaSans-Light.ttf");
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "PlusJakartaSans";
    src: url("../fonts/PlusJakartaSans/PlusJakartaSans-Regular.ttf");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "PlusJakartaSans";
    src: url("../fonts/PlusJakartaSans/PlusJakartaSans-Medium.ttf");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "PlusJakartaSans";
    src: url("../fonts/PlusJakartaSans/PlusJakartaSans-Bold.ttf");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "PlusJakartaSans";
    src: url("../fonts/PlusJakartaSans/PlusJakartaSans-ExtraBold.ttf");
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: "PlusJakartaSans";
    src: url("../fonts/PlusJakartaSans/PlusJakartaSans-ExtraBold.ttf");
    font-weight: 900;
    font-display: swap;
}

.comando-content-wrapper h2 {
    font-size: 2rem;
}

.comando-content-wrapper h3 {
    margin-block: 0.5rem;
    font-size: 1.6rem;
}

.comando-content-wrapper .chamada {
    line-height: 1.4;
    margin-bottom: 1.4rem;
    font-family:
        PlusJakartaSans,
        Times New Roman,
        sans-serif;
    font-weight: 100;
}

.footer-logo-container img {
    max-width: 120px;
}
