@font-face{font-family:"PP Mori";src:url("fonts/PPMori-Extralight.otf");font-weight:200;font-display:swap}@font-face{font-family:"PP Mori";src:url("fonts/PPMori-ExtralightItalic.otf");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:"PP Eiko";src:url("fonts/ppeiko-lightitalic.otf");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:"PP Mori";src:url("fonts/PPMori-Regular.otf");font-weight:400;font-display:swap}@font-face{font-family:"PP Mori";src:url("fonts/PPMori-SemiBold.otf");font-weight:800;font-display:swap}@font-face{font-family:"PP Mori";src:url("fonts/PPMori-RegularItalic.otf");font-weight:400;font-style:italic;font-display:swap}*{padding:0;margin:0;box-sizing:border-box;position:relative}html{scroll-behavior:smooth;font-size:1.171303vw}@media(orientation: portrait){html{font-size:3.5vw}}body{font-size:1rem;font-family:"PP Mori";position:fixed;overflow:hidden;margin:0;line-height:1}@media(orientation: portrait){body{overflow-x:hidden}}:root{--ease: cubic-bezier(0.16, 1, 0.3, 1);--space: 4rem;--jardi: #003C28;--areia: #EBEBD7;--oliva: #73876B;--grama: #DBF79F}.jardi{--cor: var(--jardi)}.areia{--cor: var(--areia)}#toggle{display:none}.slider{position:fixed;top:0;left:0;width:0;height:100vh;background-color:var(--jardi);transition:width .5s ease;z-index:2;display:flex;justify-content:center;align-items:center;overflow:hidden}.slider ul{list-style:none;padding:0;margin:0;text-align:center;flex-direction:column}.slider ul li{color:var(--areia);padding:15px;cursor:pointer}@media(orientation: portrait){.slider ul li{font-size:2rem}}.slider ul li a{appearance:none;outline:none;color:var(--areia);text-decoration:none}#toggle:checked+.slider{width:100%}.toggle-label{cursor:pointer;z-index:2}.toggle-label::before{content:"☰";font-size:30px;color:var(--jardi);transition:transform .5s ease}@media(orientation: portrait){.toggle-label::before{font-size:60px}}#toggle:checked+.slider+.toggle-label::before{transform:rotate(90deg);color:var(--areia)}input{display:none}main,header,section,footer,div,nav,a,button,text,ul,span{display:flex}header{background-color:var(--areia);padding:2rem 6.5rem;justify-content:space-between;align-items:center}header .selo{position:absolute;top:1rem;left:0;width:5rem}@media(orientation: portrait){header div:first-of-type svg{width:8rem;height:2rem}}header .menu a{outline:none;appearance:none;text-decoration:none;color:var(--jardi);font-size:.875rem;font-style:normal;font-weight:400}@media(orientation: portrait){header{padding:1rem 2rem}header .menu{display:none}header .selo{display:none}}header .menu-mobile{display:none}@media(orientation: portrait){header .menu-mobile{display:flex;align-self:flex-end}header .menu-mobile img{width:5rem;height:5rem;object-fit:cover}}.light-text-italic{font-family:PP Eiko;font-style:italic;font-weight:200}.light-text{font-weight:200}.bold-text{font-size:.9375rem;font-weight:600}text.text-section{font-size:.8125rem;font-style:normal;font-weight:400}ul{justify-content:center;align-items:center;gap:1rem;list-style:none;color:var(--jardi)}small{font-size:.625rem;font-style:normal;font-weight:800;letter-spacing:.06875rem;text-transform:uppercase}p{font-size:2.25rem;letter-spacing:0}@media(orientation: portrait){p{font-size:4rem}}main{flex-direction:column;scroll-behavior:smooth;width:100vw;height:100vh;overflow-y:scroll;overflow-x:hidden;background-color:var(--jardi)}.video{width:100%}.video iframe{width:100vw;height:41.6vw}h2{font-size:.625rem}button{display:flex;justify-content:center;align-items:center;width:13.0625rem;height:2.875rem;background-color:var(--jardi);border:1px solid var(--jardi);border-radius:.9375rem;color:var(--areia);text-align:center;font-size:.9375rem;gap:.9rem;font-weight:400;cursor:pointer}button span{display:flex;justify-content:center;rotate:45deg}button span:before{content:"";height:1px;width:.45rem;background-color:var(--areia)}button span:after{content:"";height:.45rem;width:1px;background-color:var(--areia)}.intro{background-color:var(--jardi);color:var(--areia);justify-content:space-between;flex-wrap:wrap}.intro>div:first-of-type{justify-content:space-between;padding:8rem 13rem;width:100%}@media(orientation: portrait){.intro>div:first-of-type{padding:4.5rem 2rem;gap:2rem;height:-moz-fit-content;height:fit-content;flex-direction:column}}.intro>div:first-of-type div:nth-child(2){flex-direction:column;gap:1rem;max-width:24rem}.intro>div:first-of-type div:nth-child(2) p{line-height:1.3}.intro>div:first-of-type>div:first-of-type p{font-size:2.25rem}.intro>div:first-of-type p{font-size:.9375rem}.intro div.premio{padding:0 6.25rem;background:var(--areia);color:var(--jardi);gap:6.25rem}@media(orientation: portrait){.intro div.premio{flex-direction:column;align-items:center;padding:0 2rem;gap:1rem}}.intro div.premio>a{flex-direction:column;gap:2rem}.intro div.premio>a img{width:9rem}.intro div.premio>div{flex-direction:column;padding:6.25rem 0;gap:1rem}.intro div.premio>div a{color:var(--jardi);text-decoration:none;display:inline-block}.intro div.premio>div img{width:6.25rem}@media(orientation: portrait){.intro div.premio>div img{display:none}}.intro div.premio>div span{padding-top:1rem;gap:1rem}.intro div.premio>div span p{font-weight:400;font-style:italic}.intro div.premio p{font-size:.9375rem;line-height:1.5}.intro div:last-of-type{width:100%}.intro div:last-of-type img{width:100%;height:100%;object-fit:cover}.open-dialog{position:fixed;display:flex;align-items:center;opacity:1;left:6.25rem;top:2rem;transition:opacity .7s ease-in-out;overflow-x:hidden;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;transition:.5s;height:35rem;width:72.3rem}@media(orientation: portrait){.open-dialog{width:25rem;left:2rem}}.open-dialog::backdrop{background-color:#000;opacity:.4}.open-dialog span.close{position:fixed;top:3.47rem;right:8.25rem;width:2rem;height:2rem;z-index:10;justify-content:center;align-items:center;cursor:pointer}@media(orientation: portrait){.open-dialog span.close{right:3.25rem}}.open-dialog span.close:before{content:"";width:1rem;height:2px;background-color:var(--jardi);position:absolute;rotate:45deg}.open-dialog span.close::after{content:"";width:2px;height:1rem;background-color:var(--jardi);position:absolute;rotate:45deg}.open-dialog div{justify-content:center;align-items:center;min-width:100%;height:100%}@media(orientation: portrait){.open-dialog div{height:auto}}.open-dialog div a{cursor:pointer}.open-dialog div text{position:absolute;bottom:2.19rem;color:var(--areia);font-weight:600}.open-dialog div nav{width:100%;padding:0 3.88rem;position:absolute;justify-content:space-between}.open-dialog div nav a.left-arrow{display:flex;justify-content:center;align-items:center;width:2.4375rem;height:2.36669rem;z-index:10;background-color:var(--areia);border-radius:90%;rotate:-135deg}.open-dialog div nav a.left-arrow:before{content:"";width:.6rem;height:2px;background-color:var(--jardi);z-index:10;position:absolute;top:.9rem}.open-dialog div nav a.left-arrow::after{content:"";width:2px;height:.6rem;background-color:var(--jardi);z-index:10;position:absolute;right:.9rem}.open-dialog div nav a.right-arrow{display:flex;justify-content:center;align-items:center;width:2.4375rem;height:2.36669rem;z-index:10;background-color:var(--areia);border-radius:90%;rotate:45deg}.open-dialog div nav a.right-arrow:before{content:"";width:.6rem;height:2px;background-color:var(--jardi);z-index:10;position:absolute;top:.9rem}.open-dialog div nav a.right-arrow::after{content:"";width:2px;height:.6rem;background-color:var(--jardi);z-index:10;position:absolute;right:.9rem}.open-dialog div img{width:100%;height:100%;object-fit:cover}.galeria{background-color:var(--areia);color:var(--jardi);justify-content:space-between;flex-wrap:wrap}.galeria>div:first-of-type{justify-content:space-between;align-items:center;padding:6rem 14rem;width:100%}.galeria>div:first-of-type p{font-size:.9375rem}.galeria>div:first-of-type small{color:var(--jardi)}@media(orientation: portrait){.galeria>div:first-of-type{padding:4.5rem 2rem;gap:1rem;flex-direction:column;align-items:start}}.galeria>div:first-of-type div:nth-child(1){flex-direction:column;gap:.25rem}.galeria>div:first-of-type div:nth-child(2){flex-direction:column;gap:1rem;max-width:24rem}.galeria>div:first-of-type div:nth-child(2) p{line-height:1.3}.galeria>div:first-of-type>div:first-of-type p{font-size:2.25rem}.galeria .galery{flex-direction:column}.galeria .galery>div:first-of-type{flex-direction:column;padding:0 6.25rem}@media(orientation: portrait){.galeria .galery>div:first-of-type{padding:0 2rem}}.galeria .galery>div:first-of-type>div:first-of-type{display:grid;grid-gap:1rem}.galeria .galery>div:first-of-type>div:first-of-type dialog{opacity:0}.galeria .galery>div:first-of-type>div:first-of-type .open-dialog{position:fixed;display:flex;align-items:center;opacity:1;left:6.25rem;top:2rem;transition:opacity .7s ease-in-out;overflow-x:hidden;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;transition:.5s;height:35rem;width:72.3rem;background-color:var(--areia)}@media(orientation: portrait){.galeria .galery>div:first-of-type>div:first-of-type .open-dialog{height:-moz-fit-content;height:fit-content;width:25rem;left:2rem;top:35%;background-color:#000}}.galeria .galery>div:first-of-type>div:first-of-type .open-dialog::backdrop{background-color:#000;opacity:.4}.galeria .galery>div:first-of-type>div:first-of-type .open-dialog span.close{position:fixed;top:3.47rem;right:8.25rem;width:2rem;height:2rem;z-index:10;justify-content:center;align-items:center;cursor:pointer}@media(orientation: portrait){.galeria .galery>div:first-of-type>div:first-of-type .open-dialog span.close{top:37%;right:2.8rem}}.galeria .galery>div:first-of-type>div:first-of-type .open-dialog span.close:before{content:"";width:1rem;height:2px;background-color:var(--jardi);position:absolute;rotate:45deg}.galeria .galery>div:first-of-type>div:first-of-type .open-dialog span.close::after{content:"";width:2px;height:1rem;background-color:var(--jardi);position:absolute;rotate:45deg}.galeria .galery>div:first-of-type>div:first-of-type .open-dialog div{justify-content:center;align-items:center;min-width:100%;height:100%}@media(orientation: portrait){.galeria .galery>div:first-of-type>div:first-of-type .open-dialog div{height:auto}}.galeria .galery>div:first-of-type>div:first-of-type .open-dialog div a{cursor:pointer}.galeria .galery>div:first-of-type>div:first-of-type .open-dialog div text{position:absolute;bottom:2.19rem;color:var(--areia);font-weight:600}.galeria .galery>div:first-of-type>div:first-of-type .open-dialog div nav{width:100%;padding:0 3.88rem;position:absolute;justify-content:space-between}@media(orientation: portrait){.galeria .galery>div:first-of-type>div:first-of-type .open-dialog div nav{padding:0 1rem}}.galeria .galery>div:first-of-type>div:first-of-type .open-dialog div nav a.left-arrow{display:flex;justify-content:center;align-items:center;width:2.4375rem;height:2.4375rem;z-index:10;background-color:var(--areia);border-radius:50%;rotate:-135deg}.galeria .galery>div:first-of-type>div:first-of-type .open-dialog div nav a.left-arrow:before{content:"";width:.6rem;height:2px;background-color:var(--jardi);z-index:10;position:absolute;top:.87rem}@media(orientation: portrait){.galeria .galery>div:first-of-type>div:first-of-type .open-dialog div nav a.left-arrow:before{width:.65rem}}.galeria .galery>div:first-of-type>div:first-of-type .open-dialog div nav a.left-arrow::after{content:"";width:2px;height:.6rem;background-color:var(--jardi);z-index:10;position:absolute;right:.9rem}.galeria .galery>div:first-of-type>div:first-of-type .open-dialog div nav a.right-arrow{display:flex;justify-content:center;align-items:center;width:2.4375rem;height:2.4375rem;z-index:10;background-color:var(--areia);border-radius:50%;rotate:45deg}.galeria .galery>div:first-of-type>div:first-of-type .open-dialog div nav a.right-arrow:before{content:"";width:.6rem;height:2px;background-color:var(--jardi);z-index:10;position:absolute;top:.87rem}@media(orientation: portrait){.galeria .galery>div:first-of-type>div:first-of-type .open-dialog div nav a.right-arrow:before{width:.65rem}}.galeria .galery>div:first-of-type>div:first-of-type .open-dialog div nav a.right-arrow::after{content:"";width:2px;height:.6rem;background-color:var(--jardi);z-index:10;position:absolute;right:.9rem}.galeria .galery>div:first-of-type>div:first-of-type .open-dialog div img{width:100%;height:100%;object-fit:cover}.galeria .galery>div:first-of-type>div:first-of-type img{width:100%;object-fit:cover}.galeria .galery>div:first-of-type>div:first-of-type img:nth-child(1){grid-column:1;grid-row:span 2;object-fit:cover;justify-self:stretch;align-self:stretch}.galeria .galery>div:first-of-type>div:first-of-type img:nth-child(2),.galeria .galery>div:first-of-type>div:first-of-type img:nth-child(3){grid-column:2;object-fit:cover;justify-self:stretch;align-self:stretch}.galeria .galery>div:first-of-type>div:first-of-type img:nth-child(4){grid-column:span 2}.galeria .galery>div:first-of-type>div:first-of-type img:nth-child(5){grid-column:span auto}.galeria .galery .see-galery-section{margin-top:2.19rem}.galeria .galery .see-galery-section div{width:.6rem;height:.6rem;border-top:1.5px solid var(--areia);border-right:1.5px solid var(--areia);rotate:45deg}.galeria>div:last-of-type{justify-content:space-between;padding:7.5rem 14rem 9rem;width:100%}.galeria>div:last-of-type p{font-size:.9375rem}.galeria>div:last-of-type small{color:var(--jardi)}@media(orientation: portrait){.galeria>div:last-of-type{padding:3rem 2rem;flex-direction:column}}.galeria>div:last-of-type div:nth-child(1){flex-direction:column;gap:.15rem}.galeria>div:last-of-type div:nth-child(1) h2{text-transform:uppercase;font-weight:700;margin-bottom:.75rem}.galeria>div:last-of-type div:nth-child(2){flex-direction:column;align-items:end;justify-content:end;text-align:right;max-width:24rem;gap:.75rem;padding-top:5rem}.galeria>div:last-of-type>div:first-of-type p{font-size:2.25rem}.underground-instalation{background-color:var(--jardi)}@media(orientation: portrait){.underground-instalation{flex-direction:column}}.underground-instalation>div:first-of-type{flex-direction:column;color:var(--areia);width:100%;gap:1.19rem;padding:6.25rem 5rem 6.94rem 7.8rem}@media(orientation: portrait){.underground-instalation>div:first-of-type{padding:4.5rem 2rem}}.underground-instalation>div:first-of-type b.bold-text{font-size:.8125rem;font-weight:500}.underground-instalation>div:first-of-type small{margin-bottom:1.2rem;height:100%}.underground-instalation>div:first-of-type p{font-size:2rem}.underground-instalation>div:first-of-type div{flex-direction:column;padding-top:1.42rem;gap:1.88rem}.underground-instalation>div:first-of-type text{display:inline;font-size:.8125rem;font-weight:200;line-height:1.3}.underground-instalation>div:last-of-type{width:51.1875rem;flex-shrink:0}.underground-instalation>div:last-of-type img{width:100%;height:100%;object-fit:cover;position:absolute}@media(orientation: portrait){.underground-instalation>div:last-of-type{width:100%}.underground-instalation>div:last-of-type img{position:relative}}.map-section{gap:var(--space);padding:5.25rem 13rem 6.2rem 6.2rem;justify-content:center;color:var(--jardi);background-color:#fff}@media(orientation: portrait){.map-section{padding:4.5rem 2rem;align-items:center;flex-direction:column-reverse}}.map-section>div:first-of-type{width:43.27731rem}@media(orientation: portrait){.map-section>div:first-of-type{justify-content:center;width:100%}}.map-section>div:last-of-type{flex-direction:column}.map-section>div:last-of-type small{padding-bottom:.25rem}.map-section>div:last-of-type p{font-size:2.25rem;font-style:italic;font-weight:200;line-height:normal;width:13ch;margin-bottom:2.31rem}.map-section>div:last-of-type text,.map-section>div:last-of-type h5{font-size:.8125rem;font-style:normal;font-weight:400}.map-section>div:last-of-type h5{font-weight:600}.map-section>div:last-of-type div{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:1.35rem;width:23.5rem}@media(orientation: portrait){.map-section>div:last-of-type div{grid-gap:.5rem .2rem}}.map-section>div:last-of-type div .cell{display:flex;flex-direction:column;gap:0;text-transform:capitalize;width:17ch}.map-section>div:last-of-type div .cell h5,.map-section>div:last-of-type div .cell text{font-size:.9375rem;font-style:normal;font-weight:600;line-height:normal}.map-section>div:last-of-type div .cell text{font-weight:400}.map-section>div:last-of-type .last-text{margin-top:1.25rem;width:17.35rem;line-height:1.3}.book-section{flex-direction:column;background-color:var(--oliva);gap:6.25rem;padding:6.25rem 14rem}@media(orientation: portrait){.book-section{padding:4.5rem 2rem;width:100%}}.book-section div{justify-content:space-between;gap:6.12rem}.book-section div p{font-size:2.25rem;padding-bottom:2.19rem}.book-section div text{width:45ch;line-height:1.3}.book-section div small{padding-bottom:.25rem;margin-top:4.44rem}@media(orientation: portrait){.book-section div small{margin-top:0}}@media(orientation: portrait){.book-section div{flex-direction:column;width:100%;gap:3rem}}.book-section div:nth-child(2){flex-direction:row-reverse;align-self:flex-start}@media(orientation: portrait){.book-section div:nth-child(2){flex-direction:column;width:100%}}.book-section div:nth-child(2)>div:first-of-type img{width:100%;height:100%;object-fit:cover;position:absolute;object-position:top}.book-section div>div:first-of-type{width:31.625rem;height:28.5rem;flex-shrink:0}@media(orientation: portrait){.book-section div>div:first-of-type{width:25rem}}.book-section div>div:first-of-type img{width:100%;height:100%;object-fit:cover;position:absolute}.book-section div>div:last-of-type{flex-direction:column;color:var(--areia);gap:.1rem;justify-content:center}.book-section div>div:last-of-type text{margin-bottom:1rem}.view-from-up{flex-direction:column;background-color:var(--areia)}.view-from-up .carrossel{width:100vw;height:100%;overflow-x:scroll;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;transition:.5s}.view-from-up .carrossel small{padding-bottom:0}.view-from-up .carrossel::-webkit-scrollbar{display:none}@media(orientation: portrait){.view-from-up .carrossel{flex-direction:row}}.view-from-up .carrossel .reverse{min-width:100vw;height:100%;background-color:var(--areia);color:var(--jardi);flex-direction:row-reverse;padding:0}@media(orientation: portrait){.view-from-up .carrossel .reverse{flex-direction:column;justify-content:flex-end;gap:2rem}}.view-from-up .carrossel .reverse div{gap:1rem}@media(orientation: portrait){.view-from-up .carrossel .reverse div:first-of-type{margin-bottom:0rem;padding-top:2rem}}.view-from-up .carrossel .reverse div:last-of-type{width:53.4375rem;height:40.375rem}@media(orientation: portrait){.view-from-up .carrossel .reverse div:last-of-type{width:100%;height:21rem}}.view-from-up .carrossel .reverse p{width:12ch}@media(orientation: portrait){.view-from-up .carrossel .reverse p{width:100%;font-size:2.25rem}}.view-from-up .carrossel .reverse text{font-size:1.5rem;font-style:normal;font-weight:400}.view-from-up .normal{background-color:var(--jardi);color:var(--areia)}@media(orientation: portrait){.view-from-up .normal{flex-direction:column}}.view-from-up .normal p{font-size:2rem;font-weight:400;width:17ch}.view-from-up .normal div.normal{padding-top:19.5rem;padding-left:6.5rem}@media(orientation: portrait){.view-from-up .normal div.normal{padding-top:8rem;padding-left:2rem}}.view-from-up .normal>div:last-of-type:not(.zoomable){width:100%;flex-shrink:0;overflow:hidden}.view-from-up .normal>div:last-of-type:not(.zoomable) img:not(.zoomable__img){width:100%;height:100%;object-fit:contain;position:absolute}.view-from-up .normal .zoomable-holder{position:relative}.view-from-up .normal .zoomable-holder #zoom-enabled{position:absolute;bottom:3rem;right:35rem;padding:.5rem;cursor:pointer;width:3rem;height:3rem;border-radius:50%;background-color:var(--jardi);display:none;justify-content:center;align-items:center;z-index:9999}@media(orientation: portrait){.view-from-up .normal .zoomable-holder{width:100%;padding:0}.view-from-up .normal .zoomable-holder #zoom-enabled{bottom:3rem;left:80%}}.view-from-up .normal .zoomable-holder button{position:absolute;bottom:3rem;left:5rem;appearance:none;outline:0;border:none;background:rgba(0,0,0,0);width:3rem;height:3rem;display:flex;justify-content:center;align-items:center;background:var(--areia);z-index:9999}@media(orientation: portrait){.view-from-up .normal .zoomable-holder button{left:2rem}}.view-from-up .normal .zoomable-holder button::before,.view-from-up .normal .zoomable-holder button::after{transition:transform .5s}.view-from-up .normal .zoomable-holder button::before{content:"";position:absolute;width:1.2rem;height:1.2rem;border:1px solid var(--jardi);border-radius:50%;transform:translate(-0.2rem, -0.2rem)}.view-from-up .normal .zoomable-holder button::after{content:"";position:absolute;width:.7rem;height:1px;background:var(--jardi);transform:translate(0.5rem, 0.5rem) rotate(45deg)}.view-from-up .normal .zoomable-holder button.cancelZoom::before{content:"";position:absolute;width:1.3rem;height:1px;background:var(--jardi);border:none;border-radius:0;transform:translate(0, 0) rotate(-45deg)}.view-from-up .normal .zoomable-holder button.cancelZoom::after{content:"";position:absolute;width:1.3rem;height:1px;background:var(--jardi);transform:translate(0, 0) rotate(45deg)}.view-from-up .normal .zoomable{padding-top:0}.view-from-up div{width:100vw;gap:3.12rem}@media(orientation: portrait){.view-from-up div{flex-direction:column;width:100%}}.view-from-up div>div:first-of-type{flex-direction:column;width:100%;padding-top:9.88rem}.view-from-up div>div:first-of-type nav{display:flex;position:absolute;bottom:7.35rem;gap:.75rem}@media(orientation: portrait){.view-from-up div>div:first-of-type nav{bottom:0}}.view-from-up div>div:first-of-type nav a.gray{opacity:30%}.view-from-up div>div:first-of-type nav a{display:flex;justify-content:center;align-items:center;background-color:var(--jardi);height:2.45rem;width:2.45rem;border-radius:70%}.view-from-up div>div:first-of-type nav a:nth-child(1){rotate:-135deg}.view-from-up div>div:first-of-type nav a:nth-child(1)::before{position:absolute;margin-right:.3rem;top:.96rem;content:"";width:.5rem;height:1px;background-color:var(--areia)}.view-from-up div>div:first-of-type nav a:nth-child(1)::after{position:absolute;right:1.11rem;content:"";width:1px;height:.5rem;background-color:var(--areia)}.view-from-up div>div:first-of-type nav a:nth-child(2){rotate:135deg}.view-from-up div>div:first-of-type nav a:nth-child(2)::before{content:"";position:absolute;top:.96rem;margin-left:.3rem;width:.5rem;height:1px;background-color:var(--areia)}.view-from-up div>div:first-of-type nav a:nth-child(2)::after{content:"";position:absolute;left:1.11rem;width:1px;height:.5rem;background-color:var(--areia)}@media(orientation: portrait){.view-from-up div>div:first-of-type{padding:3rem 2rem;width:100%}}.view-from-up div>div:first-of-type h3{font-family:PP Mori;font-size:2rem;font-style:normal;font-weight:400}.view-from-up div>div:last-of-type{width:53.4375rem;height:44.375rem;flex-shrink:0}@media(orientation: portrait){.view-from-up div>div:last-of-type{width:100%;padding:0}}.view-from-up div>div:last-of-type img:not(.zoomable__img){width:100%;height:100%;object-fit:cover;position:absolute}.location{justify-content:space-between;align-items:center;background-color:rgba(219,247,159,.69);padding:3rem 14rem;color:var(--jardi)}@media(orientation: portrait){.location{padding:4.5rem 2rem;gap:2rem;flex-direction:column-reverse}}.location>div:first-of-type{flex-direction:column;gap:1.7rem}@media(orientation: portrait){.location>div:first-of-type{padding:3rem 1rem;width:100%}}.location>div:first-of-type p{width:24ch;font-size:1.875rem;font-style:normal;font-weight:400}@media(orientation: portrait){.location>div:first-of-type p{width:100%}}.location>div:first-of-type text{font-size:.85rem;width:45ch;font-weight:400}.location>div:first-of-type text strong{font-style:normal}.location>div:first-of-type button{width:-moz-fit-content;width:fit-content;padding:1.8rem 3rem;gap:.25rem}.location>div:first-of-type button div{width:.6rem;height:.6rem;border-top:1.5px solid var(--areia);border-right:1.5px solid var(--areia);rotate:45deg}.location>div:first-of-type div{flex-direction:column;gap:.25rem}.location>div:last-of-type{width:23.375rem;height:17.625rem;flex-shrink:0}@media(orientation: portrait){.location>div:last-of-type{width:100%}}.location>div:last-of-type img{width:100%;height:100%;object-fit:cover;position:absolute}footer{background-color:var(--jardi);flex-direction:column;justify-content:center;padding:6.25rem 14rem 4.43rem;gap:4.73rem}@media(orientation: portrait){footer{padding:4.5rem 2rem;flex-direction:column}}footer>div:first-of-type{justify-content:space-between}footer>div:first-of-type p:first-of-type{margin-top:1rem}footer>div:first-of-type p{font-size:.8125rem}@media(orientation: portrait){footer>div:first-of-type{gap:3rem;flex-direction:column}}footer>div:first-of-type>div:first-of-type{color:var(--areia);flex-direction:column;gap:.25rem}footer>div:first-of-type>div:first-of-type>svg:first-of-type{width:6.0625rem;height:1.3125rem}footer>div:first-of-type>div:first-of-type div{gap:1rem}footer>div:first-of-type>div:first-of-type div svg{width:1.25rem;height:1.25rem}footer>div:first-of-type>div:last-of-type{align-self:flex-end;gap:3.5rem}@media(orientation: portrait){footer>div:first-of-type>div:last-of-type{align-self:flex-start;width:100%}}footer>div:first-of-type>div:last-of-type>ul:last-of-type li:first-of-type svg{width:6.0625rem;height:1.75rem}footer>div:first-of-type>div:last-of-type>ul:last-of-type li:last-of-type a{align-items:baseline}footer>div:first-of-type>div:last-of-type>ul:last-of-type li:last-of-type svg{width:.46875rem;height:.46875rem}footer>div:first-of-type>div:last-of-type ul{display:flex;flex-direction:column;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;width:100%;gap:.75rem;font-size:.8125rem;font-weight:600}footer>div:first-of-type>div:last-of-type ul svg{margin-bottom:1.18rem}footer>div:first-of-type>div:last-of-type ul a{appearance:none;outline:none;color:var(--areia);text-decoration:none;gap:.35rem;font-weight:400}footer>div:first-of-type>div:last-of-type ul a arrow{display:flex;justify-content:center;align-items:center}footer>div:first-of-type>div:last-of-type ul a arrow::before{content:"";width:.5rem;height:1px;rotate:45deg;background-color:var(--areia);position:absolute;right:-0.37rem;bottom:.5rem}footer>div:first-of-type>div:last-of-type ul a arrow::after{content:"";width:.3rem;height:.3rem;border-right:1px solid var(--areia);border-bottom:1px solid var(--areia);position:absolute;left:0}footer>div:last-of-type{width:100%;gap:3rem;justify-content:space-between;color:var(--areia);flex-wrap:wrap}footer>div:last-of-type div{flex-direction:column;align-items:center;justify-content:center;gap:2rem}footer>div:last-of-type div small{font-size:.7125rem;font-style:normal;font-weight:500;text-transform:capitalize}@media(orientation: portrait){footer>div:last-of-type div{width:100%;justify-content:start}}.under-footer{flex-direction:column;background-color:var(--jardi)}.under-footer span{display:flex;align-items:center;justify-content:center;padding:0 6.5rem}.under-footer span::before{content:"";height:1px;width:100%;background-color:var(--areia);opacity:.5}@media(orientation: portrait){.under-footer span{padding:0 2rem}}.under-footer .copy{opacity:.5;padding:2.19rem 14rem;color:var(--areia);font-size:.8125rem;font-style:normal;font-weight:400}@media(orientation: portrait){.under-footer .copy{padding:4.5rem 2rem}}.zoomable{position:relative;overflow:hidden;border-radius:30px;justify-content:center;z-index:1}.zoomable .zoomable__img{width:100%;height:100%;object-fit:contain;position:absolute}.zoomable__img{transform-origin:var(--zoom-pos-x, 0%) var(--zoom-pos-y, 0%);transition:transform .15s linear}.zoomable--zoomed .zoomable__img{cursor:zoom-in;transform:scale(var(--zoom, 2))}/*# sourceMappingURL=style.css.map */