/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
}

main {
    position: relative;
}

.w-100 {
    max-width: 100%;
    height: auto;
}

html {
    overflow-x: hidden;
}

.fachada {
    width: 110%;
    height: 110vh;
    display: block;
    object-fit: cover;
    transition: transform 0.1s ease-out;
    will-change: transform;
    position: relative;
    left: -5%;
    top: -5vh;
    /* Otimizações para iOS */
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

body, html {
}

.abs {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;

}

svg {
    display: block;
}

/* Otimizações para elementos parallax no iOS */
.effect-parallax {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    will-change: transform;
    -webkit-will-change: transform;
}

/* Otimizações específicas para Safari/iOS baseadas no GSAP */
@supports (-webkit-touch-callout: none) {
    .effect-parallax {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        will-change: transform;
        -webkit-will-change: transform;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    /* Força hardware acceleration em todos os elementos que fazem transform */
    .item-1, .item-2, .item-3, .sd-abs, .embed, .item-fluid-1, .item-fluid-2, .item-fluid-3, .item-fluid-4 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        will-change: transform;
        -webkit-will-change: transform;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
}

/* Otimizações para itens parallax */
.item-1, .item-2, .item-3 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    will-change: transform;
    -webkit-will-change: transform;
}

/* Otimizações específicas para Safari/iOS nos itens parallax */
@supports (-webkit-touch-callout: none) {
    .item-1, .item-2, .item-3 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        will-change: transform;
        -webkit-will-change: transform;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
}

.container {
    max-width: 1321px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.flex {
    display: flex;
}

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

form {
    background-color: #FFFF00;
    padding: 26px 29px;
    border-radius: 6px;
    max-width: 420px;
}

.align-start {
    align-items: flex-start;
}

.logo-mada {
    position: sticky;
    top: 60px;
    bottom: 20vw;
}

.abs-itens {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    bottom: 20vw;
    position: absolute;
    width: calc(100% - 0.5vw);
    height: 100%;
    left: 0.5vw;
}

.abs-itens img {
    max-width: 11.7vw;
}

.form-group {
    width: 100%;
}

.logo-mada svg:first-child {
    max-width: 420px;
}

.logo-mada svg:last-child {
    max-width: 120px;
    height: auto;
}

.form-group input::placeholder {
    color: #577054;
}

.form-group + .form-group {
    margin-top: 20px;
}

form h2 {
    font-family: Cy, sans-serif;
    font-weight: 500;
    font-size: 38px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #4D6E6D;
    text-align: center;
    margin-bottom: 26px;
}

.form-group input {
    width: 100%;
    font-family: Elza, sans-serif;
    font-weight: 400;
    outline: none;
    height: auto;
    font-size: 16px;
    line-height: 100%;
    background-color: transparent;
    letter-spacing: 0%;
    color: #577054;
    border: none;
    appearance: none;
    padding: 10px 0px;
    border-bottom: 1px solid var(--Amarelo, #577054)
}

.sds {
    padding: 27px 0px;
    position: relative;
}

form {
    position: relative;
    box-shadow: 0px 6px 30px 0px #00000033;
}

.sd:first-child {
    background-color: #FFFF00;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    position: absolute;
    top: 0px;
    height: 27px;
    width: 70%;
    left: 0px;
    box-shadow: 0px 6px 30px 0px #00000033;

    &:after {
        content: "";
        width: 100%;
        position: absolute;
        bottom: -5px;
        height: 25px;
        z-index: 3;
        background: #FFFF00;
    }

}

.sd:last-child {
    background-color: #FFFF00;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    position: absolute;
    bottom: 0px;
    height: 27px;
    width: 70%;
    right: 0px;
    box-shadow: 0px 6px 30px 0px #00000033;

    &:after {
        content: "";
        width: 100%;
        position: absolute;
        bottom: 16px;
        height: 36px;
        z-index: 3;
        background: #FFFF00;
    }
}

.checkbox-group {
    margin-top: 20px;
}

.checkbox-group label {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0%;
    color: #577054;
    line-height: normal;
    font-family: Elza, sans-serif;
}

.checkbox-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.checkbox-item input {
    width: 20px;
    min-width: 20px;
    appearance: none;
    height: 20px;
    border: 1px solid var(--Amarelo, #4D6E6D);
    border-radius: 2px;
    background-color: transparent;
}

.checkbox-item input:checked {
    background-color: #4D6E6D;
    border-color: var(--Amarelo, #4D6E6D);
}

.checkbox-item + .checkbox-item {
    margin-top: 20px;
}

.submit-btn {
    padding: 13px;
    background-color: #577054;
    appearance: none;
    margin-top: 31px;
    color: var(--Verde-principal, #FFFF00);
    font-family: Elza, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    width: 100%;
    transition: all ease-in-out 300ms;
    appearance: none;
    border-radius: 100px;
    border: 0px;
    letter-spacing: 0%;
    cursor: pointer;
    outline: none;

    &:hover {
        background-color: #cccc00;
    }
}

.mt-22 {
    margin-top: 22px;
}

.flex-direction {
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
}

.border-ds {
    height: 92px;
}


.abs > svg:first-child {
    position: absolute;
    right: 0px;
    top: 0px;
}

.flex-between {
    justify-content: space-between;
}

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

.content {
    padding-left: 64px;
}

.gif {
    max-width: 399px;
}

h1 {

}

.top {
    position: relative;
}

img {
    display: block;
}

.abs > svg:last-child {
    position: absolute;
    left: 0px;
    top: 92px;
    height: calc(100% - 92px);
    width: auto;
}

.logo {
    max-width: 194px;
}

.abs-itens .item-3 {
    position: relative;
    top: 3.8vw;
    transition: transform 0.3s ease-out;
    will-change: transform;
}

.abs-itens .item-2 {
    position: relative;
    top: 9.3vw;
    transition: transform 0.3s ease-out;
    will-change: transform;
}

.abs-itens .item-1 {
    position: relative;
    top: 14.5vw;
    transition: transform 0.3s ease-out;
    will-change: transform;
}

.gap-71 {
    gap: 71px;
}

.context-sd {
    margin-top: 36px;
}

.context-sd h2 {
    font-family: ABeeZee, sans-serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #DCDCDC;
}

.video-h-300 {
    min-height: 200vh;
}

.embed {
    position: sticky;
    top: 0;
    display: flex;
    min-height: 100vh;
    align-items: center;
    /* Otimizações para iOS */
    -webkit-transform: translate3d(600px, -400px, 0) scale(0.15);
    transform: translate3d(600px, -400px, 0) scale(0.15);
    will-change: transform;
    -webkit-will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.context-sd {
    max-width: 850px;
}

.video iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}

.context-sd p {
    font-family: Cy, sans-serif;
    font-weight: 400;
    margin-top: 41px;
    font-size: 32px;
    line-height: 140%;
    color: #DCDCDC;
    letter-spacing: 0%;
}

.mada-madalena {
    background-color: #577054;
    padding-bottom: 64px;
}

.border-bottom {
    border-bottom: 1px solid var(--Amarelo, #FFFF00) !important;
}

.w-fit-100 {
    width: 100%;
}

.mts svg {
    min-width: 173px;
}

.mts {
    border-bottom: 1px solid var(--Amarelo, #FFFF00) !important;
    max-height: 408px;
    border-top: 1px solid var(--Amarelo, #FFFF00) !important;
}

.menina {
    position: relative;
}

.menina:before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% + 64px);
    background-color: #FFFF00;
}

.metragem {
    padding: 33px 46px;
}

.mada-madalena {
    position: relative;
}

.embed {
    padding: 61px 0px;
}

.owl-theme {
}

.owl-theme .item {
    min-width: 300px;
}

.animation-feat .row {
    padding: 24px;
    border-bottom: 1px solid #829B7F;
    cursor: pointer;
    transition: all ease-in-out 300ms;
    position: relative;
}

.animation-feat .row:hover {
    background-color: rgba(255, 255, 0, 0.05);
    transform: translateX(10px);
}

.animation-feat .row:active {
    transform: translateX(5px);
}

.animation-feat .row > .flex {
    display: flex;
    align-items: center;
    gap: 25px;
}

.animation-feat {
    width: 100%;
    padding: 32px;
    min-height: 350vh;
}

.animation-feat .row .detail {
    position: relative;
    top: 12px;
    opacity: 0;
    transition: all ease-in-out 300ms;
}

.animation-feat .row span {
    font-family: elza, sans-serif;
    font-weight: 600;
    line-height: 150%;
    color: #577054;
    background: var(--Cinza, #DCDCDC);
    padding: 4px 10px;
    position: relative;
    top: -16px;
    letter-spacing: 0%;
}

.animation-feat .row h2 {
    color: #829B7F;
    font-family: Cy, sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0%;
}

.animation-feat {
}

.animation-feat .row.active {
    border-color: #FFFF00;
}

.animation-feat .row.active h2 {
    color: #FFFF00;
}

.animation-feat .row.active .detail {
    opacity: 1;
}

.feats {
    position: relative;
}

.feats .sd-abs:first-child {
    position: absolute;
    top: -110px;
    left: 0;
}

.feats .sd-abs:last-child {
    position: absolute;
    top: -80px;
    right: 0px;
}

.gap-30 {
    gap: 30px;
}

.animation-feat {
    background-color: #577054;
}

.images {
    background-color: #DDDDDD;
    padding: 64px 0px;

}

.abs-person {
    position: absolute;
    bottom: 60px;
    left: 50%;
}

.detail svg {
    min-width: 32px;
}

.click-indicator {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 12px;
    color: #829B7F;
    opacity: 0.7;
    font-family: elza, sans-serif;
    font-weight: 400;
    pointer-events: none;
    transition: opacity ease-in-out 300ms;
}


.animation-feat .row.active .click-indicator {
    opacity: 0;
    visibility: hidden;
}

.animation-feat .sticky {
    padding: 16px;
    display: flex;
    align-items: center;
    height: 100vh;
    position: sticky;
    top: 0;
}

.animation-feat .sticky .abs {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.owl-carousel .owl-item .foto {
    position: relative;
    padding-bottom: 30px;
    margin-top: 16px;
}

.owl-carousel .owl-item span {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 8px 15px 8px 16px;
    background-color: #D9D9D9;
    font-family: elza, sans-serif;
    color: #4D6E6D;
    font-weight: 400;
}

.slider {
    padding-left: 60px;
    padding-top: 68px !important;
    padding-bottom: 132px;
    max-width: 1360px;
    margin-left: auto;
}

.projetistas .item .contexs {
    padding-left: 16px;
}

.projetistas .item h3 {
    font-family: ABeeZee, sans-serif;
    font-weight: 400;
    font-size: 38px;
    line-height: 150%;
    color: #DCDCDC;
}

.projetistas .item p {
    font-family: elza, sans-serif;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0%;
    font-size: 18px;
    color: #DCDCDC;
}

.projetistas {
    padding: 90px 0px;
    background-color: #4D6E6D;
}

.projetistas h2 {
    font-family: ABeeZee, sans-serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 120%;
    color: #DCDCDC;
    padding-bottom: 29px;
}

div.divider {
    height: 1px;
    background-color: #FFFF00;
    width: 100%;
    display: block;
}

.mada-madalena .sds:first-child {
    background-color: #577054 !important;
    height: 43px !important;
    position: absolute !important;
    top: -43px !important;
    right: 0px !important;
    width: 177px;
    border-top-left-radius: 6px;
}

.metragem h2 {
    font-family: "elza", sans-serif;
    font-weight: 400;
    font-size: 96px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #DCDCDC;
}

.h-100 {
    height: 100%;
}

.align-end {
    align-items: flex-end;
}

.mts img {
    max-height: 406px;
    width: auto;
}

.max-w-20 {
    width: 100%;
    max-width: 20vw;
}

.menu-ul {
    display: flex;
    padding: 0px;
    gap: 32px;

}

.flex-direction li a {
    text-decoration: none;
    font-family: Cy, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFFF00
}

main .container {
    height: 100%;
}

body {
    background-color: #376E6D;
}

.images {
    padding-bottom: 132px !important;
}

.images .text {
    margin-top: 85px;
}

.content-images-fluid {
    max-width: 1095px;
    margin: 0 auto;
    height: 1614px;
    display: flex;
    margin-top: 40px;
}

.other-fluid {
    min-width: 785px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 54px;
    transform: translateY(-100px);
}

.other-fluid > * {
    min-width: 785px;
}

.localizacao h3 {
    font-family: ABeeZee, sans-serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #4D6E6D;
}

.section-contato {
    overflow: hidden;
}

.contato {
}

.max-w-384 {
    max-width: 384px;
}

.animation-feat {
    position: relative;
}

.contato:before {
    content: "";
    left: 10%;
    position: absolute;
    width: 70%;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    background-color: #4D6E6D;
    height: 43px !important;
    top: -43px !important;
}

.contato:after {
    content: "";
    right: 10%;
    position: absolute;
    width: 70%;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: #4D6E6D;
    height: 43px !important;
    bottom: -43px !important;
}

.animation-feat .sd-animation:first-child {
    position: absolute;
    width: 28%;
    border-top-right-radius: 6px;
    background-color: rgb(87, 112, 84) !important;
    height: 43px !important;
    top: -43px !important;
    left: 0px !important;
}

.premios a {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    max-width: 73px;
    font-family: "elza", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #577054;
    text-decoration: none;
}

.h-50 {
    height: 50%;
}

.copyright {
    font-family: "elza", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: Text Sizes/Text Small;
    line-height: 150%;
    color: #577054;
    letter-spacing: 0%;
}

.animation-feat .sd-animation:last-child {
    position: absolute;
    width: 28%;
    border-bottom-left-radius: 6px;
    background-color: rgb(87, 112, 84) !important;
    height: 43px !important;
    bottom: -43px !important;
    right: 0px !important;
}


.menu-footer h2 {
    font-family: "elza", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #577054;
}

.menu-footer ul {
    padding: 0px;
    margin-top: 15px;
    list-style: none;
}

.menu-footer ul a {
    text-decoration: none;
    font-family: "elza", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    color: #577054;
    letter-spacing: 0%;
}

.gap-38 {
    gap: 38px;
}

.gap-20 {
    gap: 20px;
}

.social-media {
    margin-top: 38px;
}

.section-contato {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #DCDCDC;
}

footer {
    position: relative;
    background-color: #DCDCDC;
    padding-top: 120px;
    padding-bottom: 76px;
}

.contato {
    position: relative;
}

.contato .sds-contato:first-child {
    position: absolute;
    top: 40px;
    left: 0
}

.contato .sds-contato:last-child {
    position: absolute;
    bottom: 40px;
    right: 0
}

.col {
    flex: 1;
}

.contato .submit-btn {
    background-color: #FFFF00;
    color: #4D6E6D;
}

.contato form {
    background-color: #DCDCDC;
}

.contato .sd:first-child {
    background-color: #DCDCDC;
}

.contato .sd:last-child {
    background-color: #DCDCDC;
}

.contato .sd:first-child:after {
    background-color: #DCDCDC;
}

.contato .sd:last-child:after {
    background-color: #DCDCDC;
}

.contato p {
    font-family: Elza, sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-top: 47px;
    line-height: 150%;
    color: #DCDCDC;
    letter-spacing: 0%;
}


.contato h2 {
    font-family: ABeeZee, sans-serif;
    font-weight: 400;
    font-size: 64px;
    line-height: 120%;
    color: #DCDCDC;
    letter-spacing: 0%;
}

.gap-50 {
    gap: 50px;
}

.map-container {
    margin-top: 80px;
}

.max-w-280 {
    max-width: 270px;
}

.max-w-887 {
    max-width: 887px !important;
    margin: 0 auto;
}


.contato {
    background-color: #4D6E6D;
    padding: 80px 0px;
}

.localizacao p {
    font-family: "elza", sans-serif;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0%;
    color: #4D6E6D;
}

.max-w-308 {
    max-width: 308px
}

.localizacao h2 {
    font-family: elza, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #4D6E6D;
    line-height: 150%;
}

.max-w-1095 {
    margin: 0 auto;
    padding: 92px 0px;
    max-width: 1095px;
    width: 100%;
}

.localizacao {
    background-color: #DDDDDD;
    border: 1px solid #4D6E6D;
}

.localizacao .container {
    border-left: 1px solid #4D6E6D;
    border-right: 1px solid #4D6E6D;
}

.item-fluid-2, .item-fluid-4 {
    display: flex;
    min-width: 785px;
    justify-content: space-between;
    transform: translateY(-80px);
    transition: transform 0.3s ease;
}

.item-fluid-3 {
    transform: translateY(-60px);
    transition: transform 0.3s ease;
}

.item-fluid-4 {
    transform: translateY(-100px);
    position: relative;
    top: -300px;
}

.context-fluid {
    margin-top: 30px;
}

.images .text {
    max-width: 755px;
    margin: 0 auto;
    margin-top: 85px;
}

.images .text p {
    font-family: ABeeZee, sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 140%;
    color: #4D6E6D;
    letter-spacing: 0%;
}

.images .text p strong {
    font-weight: bold;
}

.mobile_svg {
    display: none;
}

.images-sd .flex-3 {
    flex: 3;
}

.images-sd img {
    max-width: 100%;
}

.images-sd .flex-1 {
    flex: 1;
}

.item-fluid-1 {
    display: flex;
    justify-content: center;
    transform: translateY(100px);
    transition: transform 0.3s ease;
}

.content-images-fluid {
    position: relative;
    display: flex;
}

.content-images-fluid p {
    max-width: 275px;
    font-family: "elza", sans-serif;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0%;
    color: #4D6E6D;
    margin-top: 20px;
}

.content-images-fluid h2 {
    font-family: Cy, sans-serif;
    font-weight: 700;
    font-size: 128px;
    line-height: 100%;
    color: #4D6E6D;
    letter-spacing: 0%;
    text-transform: uppercase;
}

@media screen and (max-width: 1390px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .flex-between {
    }

    .flex-end {
        justify-content: center
    }
}

@media screen and (max-width: 1240px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .flex-end {
        justify-content: center
    }
}

.mobile {
    display: none !important;
}

.desktop {
    display: block !important;
}

@media screen and (max-width: 1420px) {
    .top form {
        max-width: 380px;
    }

    .logo-mada svg:first-child {
        max-width: 380px;
        height: auto;
    }
}


@media screen and (max-width: 890px) {
    .gif {
        max-width: 300px;
    }


    .abs-person {
        display: none
    }

    .abs-itens {
        left: 1.9vw;
        bottom: 85vw;
        width: calc(100% - 1.9vw);
    }

    .abs-itens img {
        max-width: 58vw;
    }

    .form-group input {
        font-size: 16px;
    }

    form {
        background-color: #FFFF00;
        padding: 25px 18px;
        border-radius: 6px;
        max-width: 100%;
    }

    .animation-feat .row:hover {
        background-color: transparent !important;
        transform: translateX(0px) !important;
    }

    .content-images-fluid {
        min-height: auto;
        height: auto;
        padding-bottom: 190px;
    }

    .menu-ul {
        display: block !important;
        position: fixed;
        top: 0px;
        width: 100%;
        height: 100%;
        background-color: #577054c9;
        left: -100vw;
        backdrop-filter: blur(4px);
        transition: all ease-in-out 300ms;
        padding: 50px;
        z-index: 99999;
    }

    .menu-ul li a {
        text-align: center;
        display: block;
        margin: 16px 0px;
        font-size: 22px;
    }

    .menu-ul.active {
        left: 0px;
    }

    .animation-feat .row:active {
        transform: translateX(5px) !important;
    }

    .video-h-300, .embed {
        min-height: auto !important;
    }

    form h2 {
        font-size: 28px;
    }

    .menu-mobile {
        cursor: pointer;
    }

    .context-sd {
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .context-sd h2 {
        font-size: 32px;
    }

    .context-sd p {
        font-size: 18px;
        margin-top: 12px;
        padding-bottom: 33px;
    }

    .embed {
        padding: 32px 0px;
    }

    .mts .flex {
        flex-wrap: wrap;
    }

    .metragem h2 {
        font-size: 48px;
    }

    .metragem {
        padding: 12px 22px;
    }

    .mts .w-100.w-fit-100 {
        max-width: calc(100% - 93px);
    }

    .mts svg {
        max-width: 93px;
        height: auto;
        min-width: 93px;
    }

    .mada-madalena {
        padding-bottom: 34px;
    }

    .mts, .mts img {
        max-height: unset;
    }

    .projetistas {
        padding-top: 77px;
    }

    .feats .sd-abs {
        top: -253px !important;
    }

    .animation-feat {
        padding: 0px;
    }

    .animation-feat .row > .flex {
        flex-direction: column;
        align-items: flex-start;
    }

    .feats .sd-abs svg {
        max-width: 68px;
    }

    .slider {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 61px !important;
    }

    .menina:before {
        height: calc(100% + 34px);
    }

    .mts .menina {
        display: flex;
        width: 100%;
        justify-content: flex-end;
    }

    .menina:before {
        left: 93px;
    }

    .mts .menina img {
        max-width: calc(100vw - 107px);
    }

    .menu-ul .close {
        position: absolute;
        top: 8px;
        right: 8px;
    }

    .menu-ul .modal-close {
        top: 0px;
    }

    .mobile-form {
        background: linear-gradient(181.24deg, rgba(77, 110, 109, 0) -0.9%, #4D6E6D 19.98%);
        padding: 90px 0px;
        margin-top: -130px;
        position: relative;
        z-index: 99;
    }

    .mobile-form .sds {
        display: block;
    }

    .abs-itens .item-1 {
        top: 56vw;
    }

    .abs-itens .item-2 {
        top: 30.5vw;
    }

    .mobile {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }

    .logo-mada {
        position: relative;
        top: 0;
    }

    .logo-mada svg {
        max-width: 100% !important;
        height: auto;
    }

    .logo-mada {
        max-width: 252px;
        margin: 0 auto;
    }

    .logo-mada svg:last-child {
        max-width: 120px;
    }

    .sds {
        display: none;
    }


    .border-ds {
        height: auto;
        min-height: auto;
        padding: 37px 0;
    }

    .animation-feat .row {
        border: none;
        padding: 20px 0px;
        cursor: pointer;
        transition: all ease-in-out 200ms;
        position: relative;
    }

    .animation-feat .row:active {
    }

    .click-indicator {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        font-size: 11px;
        color: #829B7F;
        opacity: 0.8;
        font-family: elza, sans-serif;
        font-weight: 400;
        pointer-events: none;
    }

    .animation-feat .row.active .click-indicator {
        opacity: 0;
        visibility: hidden;
    }

    .animation-feat {
        padding-bottom: 60px;
    }

    .other-fluid {
        max-width: 100%;
        min-width: unset !important;
    }

    .item-fluid-2, .item-fluid-4 {
        min-width: unset !important;
        max-width: 100% !important;
    }

    .other-fluid {
        transform: translateY(100px);
    }

    .animation-feat .sticky {
        padding-bottom: 0px;
    }

    .content-images-fluid h2 {
        font-size: 40px;
        max-width: 80vw;
    }

    .item-fluid-3 img {
        max-width: 50vw;
    }

    .max-w-100vw-mobile {
        max-width: calc(100vw - 32px);
    }


    .item-fluid-1 {
        position: relative;
        top: -60px;
    }

    .other-fluid > * {
        min-width: 100%;
    }


    .item-fluid-1, .item-fluid-1 img {
        max-width: 80vw;
        margin: 0 auto;
    }

    .item-fluid-4 {
        top: 0px;
    }

    .no-top-border-mobile {
        padding-top: 0px !important;
        border-top: 0px !important;
    }

    .footer-flex {
        gap: 0px;
        display: flex;
        flex-direction: column;
    }

    .contato:before {
        height: 30px !important;
        top: -30px !important
    }

    footer {
        padding-top: 77px;
    }

    footer {
        padding-bottom: 16px;
    }


    .contato:after {
        height: 30px !important;
        bottom: -30px !important
    }

    .contato .sds {
        display: block !important;
    }

    .contato p {
        margin-top: 23px;
    }

    .localizacao h3 {
        font-size: 32px;
    }

    .contato h2 {
        font-size: 44px;
    }

    .images {
        padding-bottom: 0px !important;
    }

    .sds-contato {
        display: none !important;
    }

    .item-fluid-4 {
        max-width: calc(100% - 20px) !important;
        width: 100%;
    }

    .max-w-1095 {
        padding: 53px 0px;
    }

    .map-container {
        margin-top: 54px;
    }

    .flex-direction-column-mobile {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .map-container img {
        max-width: 100%;
    }

    .item-fluid-3 img {
        max-width: calc(50vw);
    }

    .item-fluid-4 img {
        max-width: calc(50vw);
    }

    .item-fluid-2 {
        max-width: calc(100vw - 48px);
    }

    .images .text p {
        font-size: 22px;
    }

    .images {
        padding-top: 100px;
    }

    .images-sd {
        flex-direction: column;
    }

    .animation-feat .row h2 {
        font-size: 46px;
        width: 100%;
    }

    .animation-feat .row h2 {
        padding-bottom: 20px;
        border-bottom: #829B7F 1px solid;
    }

    .row.active h2 {
        border-bottom: #FFFF00 1px solid;
    }

    .detail span {
        display: block;
    }

    .detail svg {
        display: none;
    }

    .row .detail, .row img {
        display: none !important;
        max-width: 100%;
    }

    .row.active .detail, .row.active img {
        display: block !important;
        opacity: 1;
    }

    .mobile_svg {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 88px;
    }

    .justify-between-mobile {
        justify-content: space-between;
    }

    .item-fluid-2 img {
        max-width: calc(100vw - 60px);
    }

    .content {
        padding-bottom: 40px;
    }

    .contato {
        padding: 28px 0px 40px;
    }

    .menu-footer:first-child {
        border-top: 0px;
    }

    .social-media {
        margin-bottom: 37px;
    }

    .menu-footer {
        padding: 22px 0px;
        border-top: 1px solid #4D6E6D;
    }

    .abs > svg:first-child {
        display: none;
    }

    .abs > svg:last-child {
        height: 211px;
    }

    .top .logo {
        max-width: 104px;
    }

    .premios {
        padding: 64px 0px;
        border-top: 1px solid #4D6E6D;
        border-bottom: 1px solid #4D6E6D;
    }

    .copyright {
        text-align: center;
        margin-top: 16px;
    }

    .premios > .flex {
        justify-content: center;
    }

    .menu-ul {
        display: none;
    }
}

/* Modal para visualização das imagens fluid */
.image-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(5px);
}

.modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    z-index: 10001;
}

.modal-image {
    width: 100%;
    height: auto;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.item-fluid-3 {
    display: inline-block;
}

@media (min-width: 890px) {
    .item-fluid-3 {
        display: inline-block;
        max-width: 355px;
        min-width: auto;
        left: -355px;
        z-index: 11;
    }
}

.modal-close {
    position: absolute;
    top: 8px;
    right: 8px;
    background: none;
    border: none;
    color: white;
    font-size: 40px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    transition: background-color 0.3s ease;
}

.modal-close:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

/* Garante que as imagens fiquem por cima de outros elementos */
.item-fluid-1, .item-fluid-2, .item-fluid-3, .item-fluid-4 {
    position: relative;
}

/* Cursor pointer para as imagens fluid */
.item-fluid-1 img, .item-fluid-2 img, .item-fluid-3 img, .item-fluid-4 img {
    transition: transform 0.3s ease;
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.item-fluid-1 img:hover, .item-fluid-2 img:hover, .item-fluid-3 img:hover, .item-fluid-4 img:hover {
    transform: scale(1.02);
}

/* Classe adicional para garantir clicabilidade */
.fluid-image-clickable {
    pointer-events: auto !important;
    z-index: 15 !important;
    position: relative !important;
}

/* Garantir que as imagens fluid sejam clicáveis */
.item-fluid-1 img,
.item-fluid-2 img,
.item-fluid-3 img,
.item-fluid-4 img {
    cursor: pointer !important;
    pointer-events: auto !important;
    z-index: 10 !important;
    position: relative !important;
}

/* Garantir que os containers das imagens fluid sejam clicáveis */
.item-fluid-1,
.item-fluid-2,
.item-fluid-3,
.item-fluid-4 {
    cursor: pointer !important;
    pointer-events: auto !important;
    position: relative !important;
}

/* Forçar clicabilidade em todos os elementos fluid */
.content-images-fluid * {
    pointer-events: auto !important;
}

.content-images-fluid .item-fluid-1,
.content-images-fluid .item-fluid-2,
.content-images-fluid .item-fluid-3,
.content-images-fluid .item-fluid-4 {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.content-images-fluid .item-fluid-1 img,
.content-images-fluid .item-fluid-2 img,
.content-images-fluid .item-fluid-3 img,
.content-images-fluid .item-fluid-4 img {
    pointer-events: auto !important;
    cursor: pointer !important;
}

/* Modal Tetris - Sucesso/Erro */
.tetris-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.tetris-modal-show {
    opacity: 1;
    visibility: visible;
}

.tetris-modal-closing {
    opacity: 0;
    visibility: hidden;
}

.tetris-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(87, 112, 84, 0.85), rgba(130, 155, 127, 0.85));
    backdrop-filter: blur(8px);
}

.tetris-modal-content {
    position: relative;
    background: #FFFFFF;
    border-radius: 8px;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    transform: scale(0.7) translateY(50px);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border: 3px solid #FFFF00;
    overflow: hidden;
}

.tetris-modal-show .tetris-modal-content {
    transform: scale(1) translateY(0);
}

.tetris-modal-closing .tetris-modal-content {
    transform: scale(0.7) translateY(-50px);
}

.tetris-modal-header {
    background: #577054;
    padding: 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tetris-blocks {
    display: flex;
    gap: 8px;
}

.tetris-block {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    animation: tetrisFloat 2s ease-in-out infinite;
}

.tetris-block-1 {
    background: #FFFF00;
    animation-delay: 0s;
}

.tetris-block-2 {
    background: #71ACAD;
    animation-delay: 0.5s;
}

.tetris-block-3 {
    background: #9AC37B;
    animation-delay: 1s;
}

.tetris-block-4 {
    background: #C9DF40;
    animation-delay: 1.5s;
}

@keyframes tetrisFloat {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-8px) rotate(5deg);
    }
}

.tetris-modal-close {
    background: none;
    border: none;
    color: #FFFF00;
    font-size: 32px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    font-family: Cy, sans-serif;
    font-weight: 700;
}

.tetris-modal-close:hover {
    background: #FFFF00;
    color: #577054;
    transform: rotate(90deg);
}

.tetris-modal-body {
    padding: 30px 20px;
    text-align: center;
}

.tetris-icon {
    margin-bottom: 20px;
    display: inline-block;
    padding: 15px;
    border-radius: 50%;
    background: #F8F8F8;
    border: 3px solid #FFFF00;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.tetris-icon:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 25px rgba(255, 255, 0, 0.3);
    border-color: #577054;
}

.tetris-icon::after {
    content: '🎮';
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 16px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.tetris-icon:hover::after {
    opacity: 1;
}

.success-icon {
    background: linear-gradient(135deg, #9AC37B, #C9DF40);
    border-color: #577054;
}

.error-icon {
    background: linear-gradient(135deg, #E74C3C, #FF6B6B);
    border-color: #C0392B;
}

.tetris-modal-title {
    font-family: Cy, sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #577054;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tetris-modal-message {
    font-family: elza, sans-serif;
    font-size: 16px;
    color: #829B7F;
    line-height: 1.5;
    margin-bottom: 0;
}

.tetris-modal-footer {
    padding: 20px;
    background: #F8F8F8;
    border-top: 2px solid #FFFF00;
}

.tetris-modal-btn {
    width: 100%;
    background: #FFFF00;
    color: #577054;
    border: none;
    padding: 15px 30px;
    font-family: Cy, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0;
    position: relative;
    overflow: hidden;
}

.tetris-modal-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s ease;
}

.tetris-modal-btn:hover::before {
    left: 100%;
}

.tetris-modal-btn:hover {
    background: #577054;
    color: #FFFF00;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(87, 112, 84, 0.3);
}

.tetris-modal-btn:active {
    transform: translateY(0);
}

/* Responsividade da modal */
@media (max-width: 768px) {
    .tetris-modal-content {
        max-width: 350px;
        width: 85%;
        margin: 0;
        transform: scale(0.7) translateY(30px);
    }

    .tetris-modal-show .tetris-modal-content {
        transform: scale(1) translateY(0);
    }

    .tetris-modal-title {
        font-size: 22px;
    }

    .tetris-modal-message {
        font-size: 14px;
    }

    .tetris-blocks {
        gap: 6px;
    }

    .tetris-block {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 480px) {
    .tetris-modal-content {
        max-width: 320px;
        width: 90%;
        margin: 0;
    }

    .tetris-modal-title {
        font-size: 20px;
    }

    .tetris-modal-message {
        font-size: 13px;
    }

    .tetris-modal-header {
        padding: 15px;
    }

    .tetris-modal-body {
        padding: 20px;
    }

    .tetris-modal-footer {
        padding: 15px;
    }
}

/* Loader para botões de submit */
.submit-btn {
    position: relative;
    overflow: hidden;
}

.submit-btn.loading {
    color: transparent !important;
    pointer-events: none;
}

.submit-btn.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: buttonSpin 1s linear infinite;
}

@keyframes buttonSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Estilo específico para botões com tema tetris */
.submit-btn.loading::after {
    border-top-color: #577054;
}

/* Hover desabilitado durante loading */
.submit-btn.loading:hover {
    background: #FFFF00 !important;
    color: transparent !important;
    transform: none !important;
    box-shadow: none !important;
}

/* Transição suave para o texto */
.submit-btn {
    transition: all 0.3s ease, color 0.2s ease;
}

/* Responsividade do loader */
@media (max-width: 768px) {
    .submit-btn.loading::after {
        width: 16px;
        height: 16px;
        margin: -8px 0 0 -8px;
        border-width: 1.5px;
    }
}

