@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");*{margin:0;padding:0;box-sizing:border-box}body,html{font-family:Nunito,sans-serif;font-size:16px;color:var(--color-verde-rossio);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,html{scroll-behavior:smooth}section{width:100%;scroll-snap-align:start;padding-top:120px}h1{color:var(--color-black);font-size:var(--font-size-5xl)}h1,h2{font-weight:lighter;text-transform:uppercase}h2{color:var(--color-dourado-rossio);font-size:var(--font-size-4xl)}.wrapper{display:flex;padding:2rem;width:100%;max-width:var(--breakpoint-xl);margin:auto}.btn-scroll{text-decoration:none;text-transform:uppercase;display:flex;align-items:center;gap:20px;transition:all .3s}.btn-scroll.v{flex-direction:column}.btn-scroll.h{flex-direction:row}.btn-scroll:hover{color:var(--color-dourado-rossio)}.left{text-align:left}.right{text-align:right}.lowercase{text-transform:lowercase}.desktop-only{display:flex!important}.mobile-only{display:none!important}@media only screen and (max-width:1300px){html{font-size:14px!important}.wrapper{max-width:100%}.desktop-only{display:flex!important}}@media only screen and (max-width:990px){html{font-size:12px!important}.wrapper{width:100%;max-width:760px;flex-direction:column;margin:0 auto!important}.desktop-only{display:none!important}.mobile-only{display:flex!important}}@keyframes rotating{0%{transform:rotate(0deg)}50%{transform:rotate(20deg)}to{transform:rotate(0deg)}}@keyframes rotating2{0%{transform:rotate(80deg)}50%{transform:rotate(95deg)}to{transform:rotate(80deg)}}@keyframes pulse{50%{opacity:.5}}:root{--color-black:#000;--color-white:#fff;--color-brand-rossio:#587abc;--color-verde-rossio:#00322d;--color-dourado-rossio:#bc8522;--color-vermelho-floral:#db2c47;--color-amarelo-frutado:#ffc04b;--color-verde-fresco:#dddb6a;--color-verde-intenso:#aab88e;--color-laranja-maduro:#dc552c;--color-azul-aveludado:#587abc;--color-verde-aveludado:#13342e;--color-dourado-icon-claro:#dcb97a;--color-dourado-icon-escuro:#a5772a;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1440px;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-md:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem}header{position:fixed;top:0;left:0;right:0;z-index:5;background-color:var(--color-white)}header,header nav{justify-content:space-between}header nav{display:flex;align-items:center;flex:1}header nav a svg{max-width:180px}header nav a{text-decoration:none;color:var(--color-verde-rossio);text-transform:uppercase;font-size:var(--font-size-xs);width:200px;display:block;position:relative;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-image:linear-gradient(to right,var(--color-dourado-rossio),var(--color-dourado-rossio) 50%,var(--color-verde-rossio) 50%);background-size:200% 100%;background-position:-100%;transition:all .3s ease-in-out;letter-spacing:.2rem}header nav a:hover{background-position:0}header nav a:first-child,header nav a:nth-child(2){text-align:left}header nav a:nth-child(3){width:auto}header nav a:nth-child(4),header nav a:nth-child(5){text-align:right}.mobile-menu{display:none}@media only screen and (max-width:1100px){header nav a{width:150px}}@media only screen and (max-width:990px){header nav{text-align:center;justify-content:center}header nav a{width:auto}header nav button{position:absolute;cursor:pointer;appearance:none;border:none;background-color:transparent;top:2rem;right:2rem}.mobile-menu{justify-content:space-between;gap:4rem;padding:4rem 0;position:fixed;background-color:var(--color-white);inset:0;z-index:999;max-height:100vh;overflow-y:auto}.mobile-menu,.mobile-menu>div{display:flex;flex-direction:column}.mobile-menu>div{gap:2rem}.mobile-menu>div>div{display:flex;justify-content:space-between;align-items:center;padding:0 4rem}.mobile-menu>div>svg{width:200px}.mobile-menu>div button{appearance:none;background:transparent;border:none}.mobile-menu nav{display:flex;flex-direction:column;align-items:start;padding:0 4rem}header .mobile-menu nav a{font-size:var(--font-size-4xl);width:100%;border-bottom:2px solid var(--color-dourado-rossio);text-align:left;padding-top:1rem;padding-bottom:1rem}header .mobile-menu nav a:first-child{border-top:2px solid var(--color-dourado-rossio)}header .mobile-menu .copy{font-size:var(--font-size-2xl);color:var(--color-dourado-rossio)}header .mobile-menu nav.footer a{font-size:var(--font-size-xl);width:100%;border:none;text-align:left;padding-top:.5rem;padding-bottom:.5rem}}#intro-video-animation{background:#fff;position:fixed;z-index:1000;width:100%;height:100%;display:flex;justify-content:center;align-items:center}#intro-video-animation video{width:100vw;height:100vh;object-fit:cover;position:absolute;top:0;left:0;z-index:-1;transition:opacity .5s ease-in-out}#intro{display:flex;flex-direction:column;min-height:max(100vh,750px)}#intro>div:first-child{display:flex;flex:1}#intro>div:first-child .wrapper{height:100%;justify-content:space-between}#intro>div:nth-child(2){display:flex;justify-content:center;background-color:var(--color-verde-intenso);position:relative}#intro .intro-text{display:flex;justify-items:center;align-items:center;position:relative}#intro .btn-scroll{position:absolute;top:-100px;left:18%;transform:translateX(-50%)}#intro .bottles{display:flex;margin-top:-30rem}#intro .bottles img{max-width:100%}#intro .bottles img:first-child{z-index:2;order:2}#intro .bottles img:nth-child(2){margin-right:-100px;scale:.8;order:1}#intro .bottles img:nth-child(3){margin-left:-100px;scale:.8;order:3}#intro .logo{display:flex;align-items:center;justify-content:center}@media only screen and (max-width:990px){#intro{border-bottom:10px solid var(--color-verde-intenso);min-height:110vh;padding-top:40px;&>div:first-child{flex:0}&>div:nth-child(2){background-color:var(--color-white)}.intro-text{text-align:center;justify-content:center;h1{font-size:1.75rem!important}}.bottles{display:flex;overflow:hidden;margin:0;img{max-width:50vw;height:auto}img:nth-child(2){margin-right:-80px}img:nth-child(3){margin-left:-80px}}&>img{width:140px;align-self:center}}}@media only screen and (max-width:1200px){#intro .intro-text h1{font-size:30px}}#video{background:var(--color-verde-intenso);height:100vh}#video video{object-fit:cover;aspect-ratio:16/9;width:100%;height:100%}#products{padding:0}.bottle-screen{display:flex;flex-direction:column;min-height:100vh;gap:8px;overflow:hidden;padding-top:120px}.bottle-screen .wrapper{height:100%}.bottle-screen h2 span{font-weight:400}.bottle-screen p{color:var(--color-black);text-transform:uppercase;font-size:var(--font-size-md);margin-left:3rem;margin-top:5rem;max-width:380px}.bottle-screen .info{display:flex;flex-direction:column;align-items:left;align-self:center}.bottle-screen .info p{font-size:var(--font-size-xs);position:absolute;bottom:1rem}.bottle-screen ul{list-style:none;display:flex;flex-direction:column;gap:1rem}.bottle-screen ul li{display:flex;align-items:flex-start;color:var(--color-black);font-size:var(--font-size-sm);text-transform:uppercase}.bottle-screen ul li svg{margin-right:1rem;width:25px;height:25px;object-fit:contain}.bottle-screen ul li div{flex:1}.bottle-screen>div:first-child{border-bottom:2px solid var(--color-dourado-rossio);flex:1}.bottle-screen>div:first-child .wrapper{display:flex;flex-direction:column;justify-content:end;height:100%;flex:1}.bottle-screen>div:nth-child(2){flex:1}.bottle-screen>div:nth-child(2) .wrapper{display:grid;grid-template-columns:2fr 1fr 2fr;grid-template-rows:auto;position:relative}.bottle-screen>div:nth-child(2) .wrapper>div:first-child{display:flex;justify-content:start;align-items:center}.bottle-screen>div:nth-child(2) .wrapper>div:nth-child(2) img{margin-top:-20rem}.bottle-screen>div:nth-child(2) .wrapper>div:nth-child(3){position:relative;display:flex;flex-direction:column;justify-content:end;align-items:center}.bottle-screen>div:nth-child(2) .wrapper>div:nth-child(3)>svg:first-child{position:absolute;top:-100%;animation:rotating 8s linear infinite}@media only screen and (max-width:990px){.bottle-screen{height:auto;position:relative;overflow:hidden}.bottle-screen p{margin-left:0}.bottle-screen .info p{position:relative}.bottle-screen>div:first-child .wrapper{padding-bottom:20rem;height:100%}.bottle-screen>div:nth-child(2) .wrapper{display:flex;align-items:start;gap:4rem;flex-direction:column-reverse;padding-bottom:4rem}.bottle-screen>div:nth-child(2) .wrapper div:nth-child(2){align-self:center}.bottle-screen>div:nth-child(2) .wrapper>div:nth-child(2) img{margin-top:-25rem;z-index:3;position:relative}.bottle-screen>div:nth-child(2) .wrapper>div:nth-child(3){position:absolute;top:-50%;left:100%;z-index:0}.bottle-screen>div:nth-child(2) .wrapper>div:nth-child(3)>svg:first-child{position:absolute;top:-100%}}#comparing{min-height:100vh}#comparing .wrapper{flex-direction:column;gap:4rem;height:100%}#comparing .grid,#comparing .wrapper{justify-content:center;align-items:center}#comparing .grid{display:flex;gap:3rem;width:100%;overflow:hidden;padding-top:8rem}#comparing article{border-radius:20px;position:relative;width:100%;padding:2rem;max-width:400px}#comparing article>div{display:flex;gap:4rem}#comparing article h3{color:var(--color-white);text-align:center;font-size:var(--font-size-lg);text-transform:uppercase}#comparing article h3 span{color:var(--color-verde-intenso);font-weight:700}#comparing article ul{list-style:none;padding:0;margin-top:1rem}#comparing article ul li{display:flex;gap:1rem;align-items:center;justify-content:space-between;margin-bottom:.75rem}#comparing article ul li em{font-style:normal;text-transform:uppercase;text-align:center;font-weight:lighter;font-size:var(--font-size-sm);display:block;width:100px}#comparing article ul li>div{display:flex;justify-content:space-between;gap:.5rem;width:100%}#comparing article ul li>div>div{display:flex;width:100%;border-radius:20px}#comparing article ul li div span{background-color:var(--color-dourado-icon-claro);opacity:.2;display:block;width:100%;height:4px}#comparing article ul li div span:first-child{border-top-left-radius:45px;border-bottom-left-radius:45px}#comparing article ul li div span:nth-child(2){border-top-right-radius:45px;border-bottom-right-radius:45px}#comparing article ul li div span.filled{opacity:.8}#comparing article>div img{width:60px;margin-top:-110px}#comparing article>svg:first-child{width:200px;transform:rotate(80deg);flex-shrink:0;position:absolute;top:-280px;right:0;z-index:-1;animation:rotating2 8s linear infinite}#comparing article h3 span{color:#fff}#comparing h4{color:var(--color-black);text-align:center;font-weight:lighter;font-size:var(--font-size-lg);text-transform:uppercase;padding-top:2rem}@media only screen and (max-width:1300px){#comparing{height:auto}#comparing article{min-width:280px;max-width:300px}#comparing .grid{display:flex;align-items:center;justify-content:center;gap:2rem}#comparing article h3{font-size:14px}#comparing article ul{list-style:none;padding:0;margin-top:1rem}#comparing article ul li{display:flex;gap:.8rem;align-items:center;margin-bottom:.5rem}#comparing article ul li em{font-style:normal;text-transform:uppercase;text-align:center;font-weight:lighter;font-size:var(--font-size-sm);display:block;width:80px}#comparing article ul li>div{display:flex;gap:.5rem}#comparing article ul li div span{background-color:var(--color-dourado-icon-claro);opacity:.2;display:block;width:100%;height:4px}}@media only screen and (max-width:1000px){#comparing{height:auto}#comparing .wrapper{flex-direction:column;justify-content:center;text-align:center;gap:8rem}#comparing article{min-width:320px;max-width:380px}#comparing .grid{display:flex;align-items:center;flex-direction:column;gap:12rem}}#steps{background-color:var(--color-verde-intenso);padding-bottom:8rem;position:relative}#steps .wrapper:before{content:"";position:absolute;left:0;right:0;top:20px;height:2px;background-color:var(--color-dourado-icon-claro)}#steps .wrapper{flex-direction:column;gap:4rem}#steps .header{display:flex;flex-direction:column;gap:2rem;justify-content:center;align-items:center;padding:2rem}#steps .header h2{color:#f6daa0;text-align:center;font-weight:400}#steps .list{display:flex;flex-direction:column;gap:2rem;width:960px;margin:auto}#steps .list article{display:flex;align-items:center;gap:3rem}#steps .list article div:nth-child(2){display:flex;flex-direction:column;gap:1rem}#steps .list article img{border-radius:25px}#steps .list article h3{font-size:var(--font-size-3xl)}#steps .list article h3,#steps .list article p{color:var(--color-black);font-weight:lighter;text-transform:uppercase}#steps .list article p{font-size:var(--font-size-md)}.parallax{background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover;background-image:url(/assets/banner.jpg);height:32rem}@media only screen and (max-width:990px){#steps{width:100%!important;overflow:hidden}#steps .list{width:100%;padding:0 2rem}#steps .list article{flex-direction:column}.parallax{background-attachment:scroll;background-position:50%;background-repeat:no-repeat;background-size:cover;background-image:url(/assets/banner.jpg);height:32rem}}#tasting{height:600vh;overflow:visible;view-timeline-name:--section-pin-tl;view-timeline-axis:block}#tasting div{display:flex;gap:10em}#tasting div>h2{width:500px}#tasting div>h3{width:50px}#tasting article{position:relative;max-width:350px}#tasting article span{position:absolute;color:var(--color-dourado-icon-escuro);left:-15px;top:325px}#tasting article p{text-transform:uppercase;color:var(--color-black);font-weight:lighter;font-size:var(--font-size-sm);margin-top:1rem;margin-left:1rem}.pin-wrap-sticky{height:120vh;width:100%;position:sticky;top:0;overflow:hidden}.pin-wrap{display:flex;justify-content:center;align-items:center;padding:4rem;width:450vmax;will-change:transform;animation:move linear forwards;animation-timeline:--section-pin-tl;animation-range:contain 0 contain 100%}@keyframes move{to{transform:translateX(calc(-100% + 100vw))}}@media only screen and (max-width:1300px){#tasting div{display:flex;gap:4em}#tasting div>h2{width:350px}#tasting div>h3{width:150px}#tasting article{position:relative;max-width:280px}#tasting article span{position:absolute;color:var(--color-dourado-icon-escuro);left:10px;top:325px}#tasting article p{margin-left:3rem}.pin-wrap-sticky{height:120vh;width:100%;position:sticky;top:0;overflow:hidden}}@media (max-height:550px),only screen and (max-width:1000px){#tasting{height:auto}#tasting div>h2{width:80vw;text-align:center}#tasting div>h3{width:80vw}#tasting div{gap:4rem}.pin-wrap-sticky{height:auto;width:auto;position:relative;overflow:auto}.pin-wrap{height:auto;display:block;width:100%;animation:none}.pin-wrap>div{display:flex;flex-direction:column;align-items:center}#tasting article{width:100%;max-width:320px}}#history{background-color:var(--color-verde-intenso)}#history .wrapper{flex-direction:column;gap:4rem}#history h2{color:#f6daa0;text-align:center;font-weight:400}#history h3{color:var(--color-black);font-weight:lighter;text-transform:uppercase;font-size:var(--font-size-3xl);margin-bottom:.5rem}#history h3 span{font-weight:700}#history p{text-transform:uppercase;line-height:1.5;font-size:var(--font-size-md)}#history .wrapper>p{text-align:center;width:860px;font-size:var(--font-size-lg);margin:auto auto 4rem}#history .wrapper>p span{font-weight:700}#history .row{display:flex;gap:5rem;justify-content:center;align-items:center;width:100%;max-width:860px;margin:auto}#history .row img{mix-blend-mode:multiply}#history .row .right{order:1;text-align:left}@media only screen and (max-width:1300px){#history{overflow:hidden}#history,#history p{width:100%!important}#history .row{width:100%}#history .row .text{text-align:left!important}}@media only screen and (max-width:990px){#history{overflow:hidden}#history,#history p{width:100%!important}#history .row{flex-direction:column;width:100%}#history .row .text{text-align:left!important}#history .row .right{order:0}}#recipes{min-height:100vh}#recipes .wrapper{display:flex;flex-direction:column;gap:4rem;padding:2rem}#recipes h2{font-weight:400;text-align:center;width:100%}#recipes .wrapper>div{display:flex;justify-content:space-between;align-items:center;gap:4rem}#recipes .carousel{display:flex;flex-direction:column;gap:2rem;width:600px;height:600px}#recipes .carousel .inner{display:flex;justify-content:center;align-items:center;gap:2rem}#recipes .carousel .btn-prev{border-top:2px solid var(--color-dourado-rossio);border-left:2px solid var(--color-dourado-rossio);border-bottom:none;border-right:none}#recipes .carousel .btn-next,#recipes .carousel .btn-prev{display:block;width:20px;height:20px;transform:rotate(-45deg);background-color:transparent;cursor:pointer}#recipes .carousel .btn-next{border-bottom:2px solid var(--color-dourado-rossio);border-right:2px solid var(--color-dourado-rossio);border-left:none;border-top:none}#recipes .carousel .slides{display:flex;transition:transform 1s ease-in-out}#recipes .carousel .slides img{max-width:140px;max-height:fit-content}#recipes .carousel .slides img.prev{margin-right:-50px;transform:scale(.8);opacity:.9}#recipes .carousel .slides img.current{z-index:2;transform:scale(1);opacity:1;transition:transform 1s ease-in-out,opacity 1s ease-in-out}#recipes .carousel .slides img.next{margin-left:-50px;transform:scale(.8);opacity:.9}#recipes .carousel .info{position:relative}#recipes .carousel .info h3{color:var(--color-white);font-weight:lighter;text-transform:uppercase;font-size:var(--font-size-xl);padding:.5rem 4rem;display:block;width:fit-content;margin:auto}#recipes .carousel .info h3:after{content:"";position:absolute;width:100%;height:2px;background-color:var(--color-dourado-rossio);left:0;top:43px}#recipes .carousel .info p{font-weight:lighter;font-size:var(--font-size-xl);color:var(--color-black);text-align:center;text-transform:uppercase;width:60%;margin:1.5rem auto}#recipes .recipes{display:flex;gap:2rem}#recipes .recipes article{display:flex;flex-direction:column;justify-content:space-between;width:100%;max-width:200px;height:350px}#recipes .recipes article img{border-radius:25px;width:auto;height:auto}#recipes .recipes article h3{font-weight:700;font-size:var(--font-size-md);text-transform:uppercase;color:var(--color-dourado-rossio)}#recipes .recipes article h3 span{font-weight:lighter;font-size:var(--font-size-md);text-transform:uppercase;color:var(--color-black)}@media only screen and (max-width:1300px){#recipes{width:100%;height:auto;overflow:hidden}#recipes .carousel .info h3:after{top:36px}#recipes .carousel .inner{display:flex;justify-content:center;align-items:center;gap:0}#recipes .recipes article{display:flex;flex-direction:column;gap:2rem;width:100%;max-width:150px}}@media only screen and (max-width:1000px){#recipes{width:100%;height:auto;overflow:hidden}#recipes .wrapper>div{flex-direction:column}#recipes .carousel .info h3:after{top:32px}#recipes .recipes{flex-direction:column}#recipes .carousel .inner{display:flex;justify-content:center;align-items:center;gap:0}#recipes .recipes article{display:flex;flex-direction:column;gap:2rem;width:100%;max-width:200px}}footer{padding-top:120px;min-height:100vh;width:100%;display:flex;flex-direction:column;overflow:hidden}footer div:first-child .wrapper{justify-content:end}footer div:nth-child(2){background-color:var(--color-verde-aveludado);flex:1;padding:2rem}footer div:nth-child(2) .wrapper{flex-flow:column wrap;gap:10rem;justify-content:space-between;align-items:center;height:100%}footer div:nth-child(2) .wrapper div{display:flex;justify-content:space-between}footer div:nth-child(2) .wrapper svg{max-width:70%}footer div:nth-child(2) nav{display:flex;flex:1;justify-content:space-evenly;gap:2rem}footer div:nth-child(2) a{color:var(--color-dourado-rossio);font-size:var(--font-size-xs);text-decoration:none;transition:all .3s}footer div:nth-child(2) a:hover{color:var(--color-vermelho-floral)}footer div:nth-child(2) span{color:var(--color-dourado-rossio);font-size:var(--font-size-xs)}.language-switcher{display:flex;justify-content:center;align-items:center;a:not(:first-child):before{content:"|";margin:0 1.5rem;color:var(--color-dourado-rossio);font-size:var(--font-size-xs)}.active{opacity:.5;pointer-events:none}}@media only screen and (max-width:990px){footer div:nth-child(2) .wrapper{flex-direction:column;gap:2rem}footer div:nth-child(2) img{max-width:100%}footer div:nth-child(2) nav{flex-direction:column;text-align:center;text-transform:uppercase}footer div:nth-child(2) nav a{font-size:1.25rem}footer div:nth-child(2) nav a:first-child{font-size:1.25rem;padding-top:4rem}footer div:nth-child(2) .wrapper div{flex-direction:column}}#soon.main{display:flex;justify-content:center;align-items:center;height:100vh;background-image:url(/assets/soon-bg.png);background-size:cover;background-position:50%;background-repeat:no-repeat;box-sizing:border-box}#soon img{width:30vw}