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, b, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: Sora, sans-serif;
}
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;
}

a {
    text-decoration: none;
}

*:focus {
    outline: none;
}

* {
padding:0;
margin:0;
vertical-align:baseline;
list-style:none;
border:0;
box-sizing: border-box;
}

::selection {
    background: #062C4C;
    color: #fff;
}

        .show-mob {
        display: none;
    }

img {
    width: 100%;
}

html {
    scroll-behavior: smooth;
}

section {
    scroll-margin-top: 100px;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}

svg,
svg path {
    transition: all .5s;
}

.botao {
color: var(--Light, #EFE8DA);
leading-trim: both;
text-edge: cap;
font-family: Sora;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
display: flex;
align-items: center;
gap: 10px;
padding: 16px 18px;
position: relative;
justify-content: center;
width: fit-content;
cursor: pointer;
transition: all .5s;
}

.botao:hover {
    transform: scale(1.05);
}

.botao .borda {
    position: absolute;
        left: 0;
            width: 100%;
    height: 100%; 
    pointer-events: none;
}

.icon {
    display: flex;
width: 50px;
justify-content: center;
height: 50px;
align-items: center;
border-radius: 2px;
border: 1px solid #8C9677;
transition: all .5s;
cursor: pointer;
background: transparent;
}

.icon:hover {
    background: #062C4C;
    border-color: #062C4C;
}

.icon:hover path {
    stroke: #fff;
}

header {
    background: transparent;
    transition: all .5s;
    padding: 40px 0;
    position: absolute;
    width: 100%;
z-index: 5;

}

header .container.menu {
    display: none;
}

header .container {
display: flex
;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

header .right {
display: flex
;
    align-items: center;
    gap: 30px;
}

header .right .redes {
    display: flex
;
    align-items: center;
    gap: 20px;
}

.topo {
        position: sticky;
    top: 0;
    z-index: 1;
}

.topo .item {
min-height: 100vh;
    display: flex;
    align-items: end;
padding: 120px 0 60px 0;
    position: relative;
}

.topo .item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.topo .item::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
background: radial-gradient(104.83% 104.89% at 81.9% 0%, rgb(0 0 0 / 11%) 55%, rgba(0, 0, 0, 0.70) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.00) 45%);
    z-index: 2;
}

.topo .infos {
    max-width: 430px;
    position: relative;
    z-index: 3;
}

.topo .infos h2 {
color: var(--Light, #EFE8DA);
leading-trim: both;
text-edge: cap;
font-family: Sora;
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 140%; /* 19.6px */
text-transform: uppercase;
max-width: 244px;
}

.topo .infos h1 {
    color: var(--Light, #EFE8DA);
leading-trim: both;
text-edge: cap;
font-family: Sora;
font-size: 52px;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 57.2px */
margin: 18px 0 40px 0;
}

.topo .infos h1 span {
    color: var(--Secundary, #8C9677);
}

.destaques {
    display: flex;
    justify-content: center;
    height: 90vh;
    min-height: 615px;
    align-items: stretch;
    background: #fff;
    position: relative;
    z-index: 2;
    top: 0;
    overflow: hidden;
}

.destaques .left {
padding: 32px 40px;
    background: #fff;
    width: 290px;
    position: relative;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}

.destaques .left .svg-canto {
    margin-right: 10px;
}

.destaques .left span {
color: var(--Primary, #062C4C);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Sora;
font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: 140%; /* 28px */
letter-spacing: 8px;
text-transform: uppercase;
    transform: rotate(-90deg) translate(-0%, 110%);
    position: absolute;
    top: 50%;
    right: 0;
}

.destaques .center {
    background-position: bottom left;
    background-size: cover;
    width: 912px;
    position: relative;
    transition: all .5s;
}

.destaques .center.arya {
    background-image: url(../img/banner-arya.webp);
}

.destaques .center.noah {
    background-image: url(../img/banner-noah.webp);
}

.destaques .center.em-breve {
    background-image: url(../img/banner-arya.webp);
}

.destaques .center .infos {
    text-align: center;
    transition: all .5s;
        position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
}

.destaques .center span {
color: var(--Light, #EFE8DA);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Sora;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 140%; /* 22.4px */
letter-spacing: 6.4px;
text-transform: uppercase;
}

.destaques .center h2 {
    color: var(--Light, #EFE8DA);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Sora;
font-size: 42px;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 46.2px */
margin: 10px auto 0 auto;
}

.destaques .center .botao {
    margin: 0 auto -54px auto;
    opacity: 0;
}

.destaques .center:hover .botao {
    margin: 25px auto 0 auto;
    opacity: 1;
}

.destaques .right {
    display: flex;
    background: #fff;
    width: 290px;
    position: relative;
}

.destaques .right .aba-imovel {
padding: 35px 0 45px 0;
    width: 145px;
    cursor: default;
    position: relative;
    display: flex;
    align-items: end;
    cursor: pointer;
}

.destaques .right .aba-imovel.em-breve {
    pointer-events: none;
}

.destaques .right .aba-imovel:nth-child(1) {
    background: radial-gradient(160.8% 142.01% at 0% 0%, rgba(0, 0, 0, 0.00) 49.12%, rgba(0, 0, 0, 0.30) 75.11%), linear-gradient(0deg, #062C4C 0%, #062C4C 100%);
}

.destaques .right .aba-imovel:nth-child(2) {
    background: radial-gradient(160.8% 142.01% at 0% 0%, rgba(0, 0, 0, 0.00) 49.12%, rgba(0, 0, 0, 0.30) 75.11%), linear-gradient(0deg, #4E503E 0%, #4E503E 100%);
}

.destaques .right .titulo {
color: var(--Light, #EFE8DA);
    text-align: right;
    leading-trim: both;
    text-edge: cap;
    font-family: Sora;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    white-space: nowrap;
    transition: all .5s;
    position: absolute;
}

.destaques .right .noah .titulo {
        transform: rotate(-90deg) translate(45%, -140%);
    left: 0%;
}

.destaques .right .arya .titulo {
            transform: rotate(-90deg) translate(45%, -200%);
    left: 0%;
}

.destaques .right .em-breve .titulo {
transform: rotate(-90deg) translate(45%, -50%);
    left: 0%;
}

.destaques .right .segundo .titulo {
    left: 30%;
    bottom: 0.7%;
}

.destaques .right h3 span {
    color: var(--Light, #EFE8DA);
    text-align: right;
    leading-trim: both;
    text-edge: cap;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 6.4px;
    text-transform: uppercase;
    position: absolute;
        top: 16px;
    transition: all .5s;
    opacity: 0;
}

.destaques .right > div:hover h3 span {
opacity: 1;
    width: fit-content;
    margin-left: 20px;
}

.sobre {
    padding: 60px 0 30px 0;
background-image: linear-gradient(90deg, #062C4C 55%, #EFE8DA 45%);
min-height: 100vh;
display: flex;
overflow: hidden;
position: sticky;
    align-items: stretch;
    z-index: 3;
    top: 0;
}

.sobre .slice {
    width: 50px;
    height: 149px;
    position: absolute;
    left: 55%;
    bottom: 0;
}

.sobre .container {
    display: flex;
    justify-content: space-between;
}

.sobre .left {
height: 100%;
    display: flex;
    gap: 25px;
    flex-direction: column;
    width: 55%;
    justify-content: space-between;
}

.sobre .left h3 {
    color: var(--Light, #EFE8DA);
leading-trim: both;
text-edge: cap;
font-family: Sora;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 140%; /* 22.4px */
letter-spacing: 6.4px;
text-transform: uppercase;
margin-bottom: 25px;
}

.sobre .left h2 {
    color: var(--Secundary, #8C9677);
leading-trim: both;
text-edge: cap;
font-family: Sora;
font-size: 42px;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 46.2px */
}

.sobre .left h2 span {
    color: var(--Light, #EFE8DA);
    display: block;
}

.sobre .left p {
    color: var(--Light, #EFE8DA);
leading-trim: both;
text-edge: cap;
font-family: Sora;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 140%; /* 22.4px */
    margin: 25px 0;
    opacity: 0.6;
    max-width: 460px;
}

.sobre .left .botao {
     max-width: 405px;
    padding: 0;
    width: 100%;
    height: 60px;
    justify-content: start;
    gap: 13px;
}

.sobre .left .botao:hover .icon {
    background: #8C9677;
}

.sobre .left .botao:hover .icon path {
    fill: #fff;
}

.sobre .left .botao:hover .borda {
    stroke: #8C9677;
}

.sobre .left .botao .icon {
background: #0f2334;
    width: 60px;
    height: 60px;
    padding: 15px;
    border: none;
    display: block;
    border-radius: 0;
}

.sobre .left .botao .icon:hover path {
    stroke: none;
}

.sobre .left .icon:hover {
    background: #EFE8DA;
    border-color: #EFE8DA;
}

.sobre .left .icon:hover path {
    stroke: #062C4C;
}

.sobre .right {
    max-width: 350px;
    display: flex;
    align-items: center;
}

.sobre .right .slide-sobre {
    height: 402px;
}

.sobre .right .slide-sobre::after {
    content: '';
    display: block;
    width: 100%;
}

.sobre .right .slick-list {
    overflow: visible;
}

.sobre .right .item {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-direction: column;
    margin: 50px auto;
    opacity: .4;
    transition: all .5s;
    cursor: all-scroll;
}

.sobre .right .item span {
    font-size: 40px !important;
}

.sobre .right .item p {
    font-size: 20px;
}

.sobre .right .item[tabindex="0"] {
    opacity: 1;
}

.sobre .right .item .icone {
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
}

.sobre .right .item span {
    color: var(--Primary, #062C4C);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Sora;
font-size: 64px;
font-style: normal;
font-weight: 600;
line-height: 110%; /* 70.4px */
}

.sobre .right .item p {
    color: var(--Primary, #062C4C);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Sora;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 26.4px */
}

.banner-bottom {
    min-height: 100vh;
padding: 60px 0;
    background-image: url(../img/banner-bottom.webp);
    background-position: center bottom;
    background-size: cover;
        position: relative;
    z-index: 4;
    top: 0;
}

.banner-bottom::after {
content: '';
    display: block;
    width: 100%;
    min-height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(180deg, #0000006b 20%, #00000000 60%);
    z-index: 2;
}

.banner-bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    z-index: 3;
}

.banner-bottom .texto {
position: absolute;
    z-index: 3;
    bottom: 100px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
}

.banner-bottom .texto p {
color: var(--Light, #EFE8DA);
    text-align: center;
    font-family: Sora;
font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 6.4px;
    text-transform: uppercase;
    white-space: nowrap;
}

.banner-bottom .botoes {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 30px;
}

.banner-bottom .botoes .redes {
       display: flex;
    align-items: center;
    gap: 20px;
}

.banner-bottom .botoes .redes svg:hover {
    transform: scale(1.1);
}

footer {
    background: var(--Primary, #062C4C);
    padding: 60px;
    position: relative;
    z-index: 4;
}

footer .info {
    display: flex;
    align-items: center;
      max-width: 705px;
    margin: 0 auto;
    gap: 45px;
}

footer .info h2 {
    color: var(--Light, #EFE8DA);
text-align: right;
leading-trim: both;
text-edge: cap;
font-family: Sora;
font-size: 42px;
max-width: 350px;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 46.2px */
}

.legal {
    background: var(--Secundary-Light, #ADAF95);
    padding: 16px 50px;
    position: relative;
    z-index: 4;
}

.legal .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.legal a,
.legal p {
    color: var(--Lighter, #FFF);
text-align: right;
leading-trim: both;
text-edge: cap;
font-family: Sora;
font-size: 12px;
font-style: normal;
font-weight: 300;
line-height: 140%; /* 16.8px */
text-transform: uppercase;
}

#modal {
background-image: linear-gradient(71deg, #062C4C 92.5%, transparent 20%);
    background-color: transparent;
        width: 100%;
    max-width: 485px;
    height: 508px;
    padding: 60px;
}

#modal h4 {
    color: var(--Light, #EFE8DA);
    leading-trim: both;
    text-edge: cap;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 22.4px */
    letter-spacing: 6.4px;
    text-transform: uppercase;
}

#modal h3 {
    color: var(--Light, #EFE8DA);
    leading-trim: both;
    text-edge: cap;
    font-family: Sora;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
        margin: 10px 0 25px 0;
    line-height: 110%; /* 46.2px */
}

#modal form .campo {
        padding: 14px 18px;
    border-radius: 0;
border: 1px solid rgba(239, 232, 218, 0.10);
    background: transparent;
    margin-bottom: 8px;
    color: var(--Light, #EFE8DA);
leading-trim: both;
text-edge: cap;
font-family: Sora;
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 140%; /* 19.6px */
    width: 100%;
}

#modal form .form-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}

#modal form .politica {
	    display: flex;
    align-items: center;
    gap: 11px;
	  cursor: pointer;
  user-select: none;
}

#modal form .politica input[type="checkbox"] {
  display: none; /* Esconde o checkbox nativo */
}

#modal form .politica .checkmark {
  width: 20px;
  height: 20px;
border-radius: 4px;
border: 1px solid var(--Secundary-Light, #ADAF95);
  display: inline-block;
  position: relative;
  flex-shrink: 0;
}

/* Marca de seleção (check) */
#modal form .politica input[type="checkbox"]:checked + .checkmark::after {
content: '';
    position: absolute;
    left: 6.5px;
    top: 1px;
    width: 4px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

#modal form .politica input[type="checkbox"]  {
    width: 20px;
    height: 20px;
	margin-bottom: 0;
}

#modal form .politica span {
color: var(--Secundary-Light, #ADAF95);
font-family: Sora;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: normal;
    white-space: nowrap;
}

#modal form .politica span a {
	color: inherit;
	text-decoration: underline;
}

#modal form .botao {
        background: transparent;
}

#modal .f-button {
    top: 0;
    right: 0;
}

.header-blue {
    background: #062C4C;
    padding: 20px 0;
    position: static;
}

.padrao {
    padding: 70px 0;
}

.padrao h1 {
    color: #062C4C;
    leading-trim: both;
    text-edge: cap;
    font-family: Sora;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 30px;
}

.padrao h1 span {
    font-weight: 700;
}

.padrao p {
        color: var(--Primary, #062C4C);
    leading-trim: both;
    text-edge: cap;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 20px;
}

.padrao h2 {
            color: var(--Primary, #062C4C);
    leading-trim: both;
    text-edge: cap;
    font-family: Sora;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-top: 20px;
    margin-bottom: 10px;
}

@media (width < 991px) {
    .container {
        max-width: 650px;
    }

    * {
        animation: none;
    }

    .show-desk,
    header .right {
        display: none;
    }

        .show-mob {
        display: block;
    }

    .botao {
        text-align: center;
    }

    header {
        padding: 25px 0;
        height: 113.2px;
        transition: all .5s;
    }
    
    header.expand {
        height: 353.2px;
        background: #062C4C;
    }

    header .menu {
 display: flex !important
;
        opacity: 0;
        transition: all .5s;
        padding: 50px 20px;
        justify-content: center;
    }

        header.expand .menu {
        opacity: 1;
    }

        header .menu .botoes {
                display: flex;
        flex-direction: column-reverse;
        gap: 55px;
    }
    

    header .logo svg {
        max-width: 160px;
    }

    header .botao {
                font-size: 17px;
    }

    .redes svg {
        width: 26px;
        height: 26px;
    }

    .redes {
            display: flex;
    justify-content: center;
                gap: 30px;
    }

    .topo {
        position: static;
    }

    .topo .item {
               min-height: 60vh;
        height: auto;
        padding: 0;
    }

    .topo .item .container {
        display: none;
    }

    .topo .infos {
        text-align: center;
    margin: 0 auto;
    }

    .topo .infos .botao {
        margin: 0 auto;
    }

    .topo .infos h2 {
        font-size: 18px;
    }

    .topo .infos h1 {
        font-size: 35px;
    }

     .topo-mobile {
                padding: 30px 0 40px 0;
     }

     .topo-mobile h2 {
        color: var(--Primary, #062C4C);
leading-trim: both;
text-edge: cap;
font-family: Sora;
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 140%; /* 19.6px */
max-width: 245px;
text-transform: uppercase;
     }

     .topo-mobile h1 {
        color: var(--Primary, #062C4C);
leading-trim: both;
text-edge: cap;
font-family: Sora;
font-size: 37.321px;
font-style: normal;
margin: 18px 0 25px 0;
font-weight: 400;
line-height: 110%; /* 41.053px */
     }

     .topo-mobile h1 span {
        color: #8C9677;
     }

     .topo-mobile .botao {
        color: #8C9677;
        width: 100%;
     }

    .destaques {
        display: block;
        position: static;
                height: auto;
    min-height: auto;
    }

    .destaques .left {
        flex-direction: row;
    width: 100%;
    align-items: center;
    gap: 20px;
    }

    .destaques .left .svg-canto {
        margin: 0;
    }

    .destaques .left span {
            transform: none;
    position: static;
    font-size: 18px;
    letter-spacing: 6px;
    }

    .destaques .center {
            height: 550px;
        padding: 20px 20px 40px 20px;
        background-position: center 70%;
        width: 100%;
            background-size: cover;
display: flex
;
        align-items: end;
        justify-content: center;
    }

    .destaques .center .infos {
            transform: none;
    position: static;
    }

    .destaques .center h2 {
        font-size: 40px;
        text-align: center;
    }

    .destaques .center .botao,
    .destaques .center .botao:hover {
    margin: 25px auto 0 auto;
    opacity: 1;
    }

    .destaques .right {
width: 100%;
    display: block;
    }

.destaques .right .aba-imovel {
            width: 100%;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
     }

     .destaques .right .titulo {
        transform: none !important;
    font-size: 22px;
    position: static;
        display: flex;
    align-items: center;
     }

     .destaques .right .titulo span {
            position: static;
    opacity: 1;
    font-size: 12px;
    margin-left: 15px;

     }

     .sobre {
        min-height: auto;
        height: auto;
    padding: 65px 0 0 0;
    background: #062C4C;
    position: static;
     }

     .sobre .container {
        display: block;
     }

     .sobre .left {
        height: auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 40px;
     }

      .sobre .left .infos {
        text-align: center;
      }

      .sobre .left .infos .botao {
        margin: 0 auto;
      }

     .sobre .right {
        background: #EFE8DA;
        display: block;
        margin: 50px auto 0 auto;
        border-radius: 10px 10px 0 0;
        overflow: hidden;
height: 390px;
     }

.sobre .right .slide-sobre {
    height: auto;
}

     .sobre .right .item {
            margin: 30px auto;
                gap: 5px;
     }

     .banner-bottom {
        position: relative;
        height: 70vh;
            background-position: 65% 50%;
     }

.banner-bottom .texto p {
    font-size: 30px;
}

     .banner-bottom .container {
        flex-direction: column;
        gap: 50px;
     }

     .banner-bottom .botoes {
            gap: 15px;
            flex-direction: column;
     }

     footer {
            padding: 50px 0;
    position: static;
     }

     footer .info {
        flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
     }

     footer .info h2 {
            font-size: 25px;
    text-align: center;
     }

     .legal .container {
        flex-direction: column;
    gap: 10px;
     }

     #modal {
        padding: 45px 35px;
    height: auto;
     }

     .grato404 h1 {
        font-size: 100px !important;
        font-weight: 700;
     }

     .grato404 h1.obrigado {
        font-size: 53px !important;
        font-weight: 700;
     }
}


@media (width < 460px) {
    .sobre .left .infos .botao {
        font-size: 3.4vw;
    }

    .sobre .left .botao .icon {
        z-index: 3;
    }
}