@import "https://fonts.googleapis.com/css2?family=Bitter&display=swap";
.Navigation-module__15bYEq__header{z-index:1000;justify-content:space-between;width:100%;height:10vh;padding:0 1rem;transition:transform .4s;animation:.4s ease-in .1s backwards Navigation-module__15bYEq__appearHeader;display:flex;position:sticky;top:0}.Navigation-module__15bYEq__logoContainer{width:4.5rem;margin:auto 0}.Navigation-module__15bYEq__menu{opacity:0;z-index:100;animation:.3s ease-in forwards Navigation-module__15bYEq__appearMenu;display:flex;position:fixed;top:0;right:0}.Navigation-module__15bYEq__disappear{display:none}@media (max-width:1000px){.Navigation-module__15bYEq__logoContainer{width:60px}}@media (max-width:750px){.Navigation-module__15bYEq__header{height:7vh;padding:0 .5rem}.Navigation-module__15bYEq__logoContainer{width:50px}.Navigation-module__15bYEq__scrollDown{transform:translateY(-100%)}.Navigation-module__15bYEq__scrollUp{transform:translateY(0)}.Navigation-module__15bYEq__menu{width:100%}}@keyframes Navigation-module__15bYEq__appearHeader{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes Navigation-module__15bYEq__appearMenu{0%{opacity:0;display:none;transform:translate(5vh)}10%{display:flex}30%{opacity:1}to{opacity:1;transform:translate(0)}}
.ButtonHamburger-module__fSayva__hamburgerButton{cursor:pointer;z-index:1100;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:25px;height:18px;margin:auto 10px;padding:0;display:flex}.ButtonHamburger-module__fSayva__hamburgerButton:hover span{background-color:var(--green)}.ButtonHamburger-module__fSayva__hamburgerButton span{background:var(--navbar);border-radius:2px;height:3px;transition:all .3s;display:block}.ButtonHamburger-module__fSayva__hamburgerButton.ButtonHamburger-module__fSayva__open span:first-child{transform:translateY(7.5px)rotate(45deg)}.ButtonHamburger-module__fSayva__hamburgerButton.ButtonHamburger-module__fSayva__open span:nth-child(2){opacity:0}.ButtonHamburger-module__fSayva__hamburgerButton.ButtonHamburger-module__fSayva__open span:nth-child(3){transform:translateY(-7.5px)rotate(-45deg)}.ButtonHamburger-module__fSayva__open span{background-color:var(--font-color-navbar)}@media (max-width:768px){.ButtonHamburger-module__fSayva__hamburgerButton{display:flex}}
.Menu-module__Qzos1G__navigationContainer{outline:3px solid var(--navbar-stroke);background-color:var(--navbar);width:500px;height:100svh;display:flex}.Menu-module__Qzos1G__listContainer{margin:0 2rem;position:absolute;top:100px}.Menu-module__Qzos1G__navbarOption{margin:1.5rem 1rem;transition:all .1s ease-in}.Menu-module__Qzos1G__navbarOption:hover{scale:1.05}.Menu-module__Qzos1G__navbarButton{margin:1.5rem 1rem}.Menu-module__Qzos1G__title{color:var(--font-color-navbar)}.Menu-module__Qzos1G__navigationElement{color:var(--font-color-navbar);outline:none;font-size:22px;text-decoration:none;transition:all .1s linear}.Menu-module__Qzos1G__navigationElement:hover{color:var(--green);font-weight:600}.Menu-module__Qzos1G__appear{animation:.3s ease-out forwards Menu-module__Qzos1G__appear}.Menu-module__Qzos1G__disappear{animation:.3s ease-out forwards Menu-module__Qzos1G__disappear}@media (max-width:750px){.Menu-module__Qzos1G__navigationContainer{border:none;outline:none;justify-content:flex-start;width:100%;margin:0;position:relative}}@media (max-width:500px){.Menu-module__Qzos1G__navbarOption{margin:.7rem}.Menu-module__Qzos1G__navbarButton{margin:.5rem 0}.Menu-module__Qzos1G__navigationElement{font-size:18px}}@keyframes Menu-module__Qzos1G__appear{0%{opacity:0;transform:translate(5vh)}10%{}30%{opacity:1}to{opacity:1;transform:translate(0)}}@keyframes Menu-module__Qzos1G__disappear{0%{opacity:1;transform:translate(0)}80%{opacity:0}90%{transform:translate(5vh)}to{opacity:0;display:none}}
.CVLogo-module__RyUJJG__container{fill:var(--hard-brown);width:24px;height:24px;margin:auto;display:flex}@media (max-width:500px){.CVLogo-module__RyUJJG__container{width:18px;height:18px}}
.ButtonCV-module__TdTL1q__buttonShowCoffee{background-color:var(--green);color:var(--white);background-color:#0000;border:none;border-radius:2px;justify-content:space-between;width:200px;margin:.5rem 0;font-weight:800;transition:all .2s ease-in-out;display:flex;position:relative}.ButtonCV-module__TdTL1q__buttonShowCoffee:after{content:"";background-color:var(--green);z-index:1;outline:2px solid var(--hard-brown);border-top-right-radius:3px;border-bottom-right-radius:3px;width:calc(100% - 20px);height:calc(100% - 4px);position:absolute;top:2px;left:20px}.ButtonCV-module__TdTL1q__buttonShowCoffeeLogo,.ButtonCV-module__TdTL1q__buttonShowCoffeeLogoCoffee{background-color:var(--white);outline:2px solid var(--hard-brown);z-index:5;border-radius:50%;width:40px;height:40px;display:flex}.ButtonCV-module__TdTL1q__buttonShowCoffeeLogoCoffee svg{width:30px;height:30px;margin:auto;display:flex}.ButtonCV-module__TdTL1q__buttonShowCoffee a,.ButtonCV-module__TdTL1q__buttonShowCoffeeText{color:var(--white);z-index:5;margin:auto;font-size:22px;text-decoration:none}.ButtonCV-module__TdTL1q__buttonShowCoffee:hover{scale:1.1}@media (max-width:500px){.ButtonCV-module__TdTL1q__buttonShowCoffee{width:160px;margin-top:1rem}.ButtonCV-module__TdTL1q__buttonShowCoffeeLogo,.ButtonCV-module__TdTL1q__buttonShowCoffeeLogoCoffee{width:30px;height:30px}.ButtonCV-module__TdTL1q__buttonShowCoffeeLogoCoffee svg{width:24px;height:24px}.ButtonCV-module__TdTL1q__buttonShowCoffee a,.ButtonCV-module__TdTL1q__buttonShowCoffeeText{font-size:18px}}
.LogoAnimate-module__A8mpza__container{transition:scale .2s ease-in}.LogoAnimate-module__A8mpza__line0,.LogoAnimate-module__A8mpza__line1,.LogoAnimate-module__A8mpza__line2,.LogoAnimate-module__A8mpza__line3{fill:none;stroke-width:30px;stroke-miterlimit:10}.LogoAnimate-module__A8mpza__line0{stroke-dasharray:500;stroke-dashoffset:500px;animation:.5s linear forwards LogoAnimate-module__A8mpza__fill-line0}.LogoAnimate-module__A8mpza__line1{stroke-dasharray:400;stroke-dashoffset:400px;animation:.3s linear .5s forwards LogoAnimate-module__A8mpza__fill-line1}.LogoAnimate-module__A8mpza__line2{stroke-dasharray:300;stroke-dashoffset:300px;animation:.3s linear .8s forwards LogoAnimate-module__A8mpza__fill-line2}.LogoAnimate-module__A8mpza__line3{stroke-dasharray:300;stroke-dashoffset:300px;animation:.3s linear 1.1s forwards LogoAnimate-module__A8mpza__fill-line3}.LogoAnimate-module__A8mpza__color0,.LogoAnimate-module__A8mpza__color1{fill:#0000;transition:fill .2s ease-in}.LogoAnimate-module__A8mpza__container:hover{scale:1.1}.LogoAnimate-module__A8mpza__container:hover .LogoAnimate-module__A8mpza__color0,.LogoAnimate-module__A8mpza__container:hover .LogoAnimate-module__A8mpza__color1{fill:var(--green)}.LogoAnimate-module__A8mpza__strokeLoad{stroke:var(--white)}.LogoAnimate-module__A8mpza__stroke{stroke:var(--logo)}@keyframes LogoAnimate-module__A8mpza__fill-line0{0%{stroke-dashoffset:500px}to{stroke-dashoffset:0}}@keyframes LogoAnimate-module__A8mpza__fill-line1{0%{stroke-dashoffset:400px}to{stroke-dashoffset:0}}@keyframes LogoAnimate-module__A8mpza__fill-line2{0%{stroke-dashoffset:300px}to{stroke-dashoffset:0}}@keyframes LogoAnimate-module__A8mpza__fill-line3{0%{stroke-dashoffset:300px}to{stroke-dashoffset:0}}@keyframes LogoAnimate-module__A8mpza__paint{to{fill:var(--green)}}
:root{--green:#66baaf;--blue:grey;--red:#e44e4c;--white:#f8f4e1;--dirty-white:#dcd8c3;--soft-brown:#9d836a;--constract-hard-brown:#897853;--second:#f8f4e1;--hard-brown:#4e3620;--swiper-pagination-color:#66baaf;--background:var(--white);--section:var(--soft-brown);--font-color:var(--hard-brown);--font-color-navbar:var(--white);--font-color-footer:var(--white);--inverse-font-color:var(--white);--footer-container:var(--hard-brown);--navbar:var(--hard-brown);--navbar-stroke:var(--soft-brown);--machine-panel:var(--white);--logo:var(--hard-brown);--logo-oposite:var(--white);--image-stroke:var(--hard-brown);--stroke:var(--hard-brown);--inverse-stroke:var(--white);--form-fill-background:var(--soft-brown);--form-fill-color:var(--white);--form-placeholder:var(--soft-brown)}
*{box-sizing:border-box;margin:0;padding:0;font-family:Bitter,serif}html{scroll-behavior:smooth}body{background-color:var(--background);width:100%;height:100%;color:var(--font-color)}section{flex-direction:column;width:100%;max-width:1200px;min-height:100vh;margin:0 auto;padding-top:10vh;display:flex}section h2{opacity:0;view-timeline-name:--item-timeline;animation-name:appear_left;animation-fill-mode:forwards;animation-timeline:--item-timeline;animation-range:15% 25%}h1{font-size:72px;font-weight:400}h2{letter-spacing:-.03em;padding:1rem 0;font-size:38px;line-height:1.1}h3{letter-spacing:-.03em;padding:1rem 0;font-size:30px;line-height:1.1}h4{padding:1rem 0;font-size:25px}p{font-size:25px;font-weight:200;line-height:1.6}footer{background-color:var(--footer-container);color:var(--inverse-font-color);flex-direction:column;padding:6rem 8rem 2rem;display:flex}li{list-style:none}button{cursor:pointer}@media (max-width:1200px){h1{font-size:60px}h2{font-size:32px}h3{font-size:25px}h4{font-size:22px}p{font-size:20px}}@media (max-width:1000px){h1{font-size:50px}h2{font-size:30px}p{font-size:18px}h3{font-size:22px}h4{font-size:20px}footer{padding:5rem}}@media (max-width:700px){p{font-size:16px}footer{padding:3rem}h2{font-size:30px}h3{font-size:20px}h4{font-size:18px}section{margin:7rem 0;padding-top:7vh}}@media (max-width:500px){h1{font-size:38px}h2{font-size:24px}h3{font-size:18px}h4{font-size:16px}p{font-size:14px}footer{padding:2rem 1.5rem}section{margin:5rem 0}}@keyframes appear_left{0%{opacity:0;transform:translate(-5vh)}30%{opacity:1}to{opacity:1;transform:translate(0)}}
.Layout-module__RycRXW__children{padding:0 5rem}@media (max-width:1200px){.Layout-module__RycRXW__children{padding:0 100px}}@media (max-width:1000px){.Layout-module__RycRXW__children{padding:0 80px}}@media (max-width:700px){.Layout-module__RycRXW__children{padding:0 60px}}@media (max-width:600px){.Layout-module__RycRXW__children{padding:0 30px}}@media (max-width:500px){.Layout-module__RycRXW__children{padding:0 25px}}
.Footer-module__ALV6Ra__footerContainer{margin-top:5rem;display:flex}.Footer-module__ALV6Ra__listContainer{padding:1rem}.Footer-module__ALV6Ra__navigationElement{width:fit-content;margin:1.5rem 1rem;transition:all .1s ease-in}.Footer-module__ALV6Ra__navigationElement:hover{scale:1.02}.Footer-module__ALV6Ra__navigationElementText{color:var(--font-color-footer);outline:none;font-size:22px;text-decoration:none}.Footer-module__ALV6Ra__navigationElementText:hover{color:var(--green)}.Footer-module__ALV6Ra__navbarButton{margin:2rem 1rem 1rem}.Footer-module__ALV6Ra__bottomContainer{justify-content:space-between;display:flex}.Footer-module__ALV6Ra__bottomContainer p{color:var(--font-color-footer);margin:auto 0}.Footer-module__ALV6Ra__socialMediaContainer{gap:5px;display:flex}.Footer-module__ALV6Ra__socialMedia{width:40px;height:40px;margin:.5rem;transition:scale .3s ease-in}.Footer-module__ALV6Ra__socialMedia:hover{scale:1.1}@media (max-width:1000px){.Footer-module__ALV6Ra__footerContainer{flex-direction:column;gap:1rem}.Footer-module__ALV6Ra__navigationElementText{font-size:20px}.Footer-module__ALV6Ra__socialMedia{width:30px;height:30px;margin:.3rem}}@media (max-width:500px){.Footer-module__ALV6Ra__navigationElementText{font-size:16px}.Footer-module__ALV6Ra__navigationElement{margin:.5rem;padding:.5rem 0}.Footer-module__ALV6Ra__navbarButton{margin:1.5rem .5rem 1rem}.Footer-module__ALV6Ra__socialMedia{width:20px;height:20px;margin:.2rem}}
