@charset "UTF-8";:root{--color-pastel-lighter: #fffbec;--color-pastel-light: #fff3bf;--color-yellow: #edb534;--color-yellow2: #ffb71c;--color-green: #006836;--color-green-dark: #154734;--color-red: #ff0000;--shadow: rgba(0, 0, 0, .2);--shadow-dark: rgba(0, 0, 0, .5);--font-family: AppetitePro, sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:#424242;line-height:1.5;overflow-x:hidden;background:#fff}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}.hide-mobile{display:none}.hide-desktop{display:block}[data-parallax]{will-change:transform,scale;transition:all 50ms cubic-bezier(.4,0,.2,1)}@media screen and (min-width:768px){.hide-mobile{display:block}.hide-desktop{display:none}}.limit{position:relative;max-width:1200px;margin:0 auto}@font-face{font-family:AppetitePro;src:url(./AppetitePro-BoldItalic.woff2) format("woff2"),url(./AppetitePro-BoldItalic.woff) format("woff");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:AppetitePro;src:url(./AppetitePro-Bold.woff2) format("woff2"),url(./AppetitePro-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:AppetitePro;src:url(./AppetitePro-HeavyItalic.woff2) format("woff2"),url(./AppetitePro-HeavyItalic.woff) format("woff");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:AppetitePro;src:url(./AppetitePro-Heavy.woff2) format("woff2"),url(./AppetitePro-Heavy.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:AppetitePro;src:url(./AppetitePro-Light.woff2) format("woff2"),url(./AppetitePro-Light.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:AppetitePro;src:url(./AppetitePro-LightItalic.woff2) format("woff2"),url(./AppetitePro-LightItalic.woff) format("woff");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:AppetitePro;src:url(./AppetitePro-Italic.woff2) format("woff2"),url(./AppetitePro-Italic.woff) format("woff");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:AppetitePro;src:url(./AppetitePro.woff2) format("woff2"),url(./AppetitePro.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:AppetitePro;src:url(./AppetitePro-MediumItalic.woff2) format("woff2"),url(./AppetitePro-MediumItalic.woff) format("woff");font-weight:500;font-style:italic;font-display:swap}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.header-section{position:relative;z-index:10}.navbar{--topMargin: 0px;position:fixed;top:var(--topMargin);left:0;right:0;background:#fff3bfcc;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);box-shadow:0 2px 20px var(--shadow);z-index:1000;transition:transform .5s cubic-bezier(.4,0,.2,1)}.navbar.hidden{pointer-events:none;transform:translateY(calc(-100% - var(--topMargin)))}.navbar.hidden .nav-menu{opacity:0;transition:opacity .3s ease}.navbar.hidden .gota-logo-bg{top:-150px}.nav-container{position:relative;max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}.gota-logo-bg{position:absolute;inset:-100px 0 0 20px;background:url(./gota.svg);background-color:transparent;width:150px;height:217px;z-index:1;transition:top .8s cubic-bezier(.4,0,.2,1)}.logo-img{--marginLeft: 0;position:relative;z-index:2;margin-left:var(--marginLeft);height:40px;width:auto}.nav-menu{position:fixed;top:70px;left:0;right:0;background:#fff3bfe6;flex-direction:column;gap:0;padding:20px;box-shadow:0 10px 10px #0000001a;transform:translateY(-20%);opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;list-style:none;font-family:AppetitePro,sans-serif;font-weight:400;text-transform:uppercase;text-shadow:.5px 0 0 currentColor;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s ease}.nav-menu.active{transform:translateY(0);opacity:1;pointer-events:auto}.nav-menu li{display:flex;align-items:center;gap:15px}.nav-menu li:last-child{border-bottom:none}.nav-menu li:before{content:"";background:var(--color-yellow2);-webkit-mask-image:url(./mask-gota.webp);mask-image:url(./mask-gota.webp);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;width:10px;height:15px;display:inline-block}.nav-link{display:block;position:relative;color:var(--color-green-dark);transition:color .3s ease;padding:15px 0;width:100%}.nav-link:after{content:"";position:absolute;bottom:0;left:-20px;width:0;height:3px;background:var(--color-yellow2);transition:width .3s cubic-bezier(.4,0,.2,1)}.nav-link:hover,.nav-link.active{color:var(--color-green)}.nav-link:hover:after,.nav-link.active:after{width:calc(100% + 20px)}.nav-toggle{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px}.nav-toggle span{width:25px;height:3px;background:var(--color-green);border-radius:3px;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:center center}.nav-toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(4px,-4px)}@media screen and (min-width:768px){.navbar{--topMargin: 40px}.logo-img{--marginLeft: 28px}.nav-menu{position:static;background:transparent;flex-direction:row;gap:15px;padding:0;box-shadow:none;transform:none;opacity:1;pointer-events:auto;-webkit-backdrop-filter:none;backdrop-filter:none}.nav-menu li:first-child:before{display:none}.nav-link{display:block;padding:5px 0;width:auto}.nav-link:after{left:0}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-toggle{display:none}}.hero-section{position:relative;width:100%;height:auto;min-height:80vh;padding:110px 20px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:30px;overflow:hidden}.hero-section:before{position:absolute;top:-150px;content:"";z-index:1;width:100%;height:50%;background:#ffb71b;background:linear-gradient(180deg,#ffb71bbf,#ffb71b00);animation:slideDown 1s cubic-bezier(.4,0,.2,1)}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;will-change:transform}.hero-background-image{width:100%;height:100%;object-fit:cover;object-position:center}.hero-content{display:flex;flex-direction:column;align-items:center;gap:30px}.hero-brand{position:relative;z-index:2;width:100%;max-width:1200px;display:flex;flex-direction:column;align-items:center;gap:30px}.hero-brand-logo{width:100%;max-width:958px;height:auto;display:block;animation:fadeInUp 1s cubic-bezier(.4,0,.2,1)}.hero-brand-badge{width:150px;max-width:243px;height:auto;display:block;opacity:0;animation:1s slideUp .5s cubic-bezier(.4,0,.2,1) forwards}.hero-cta{position:relative;z-index:2;display:inline-flex;align-items:center;gap:10px;margin:0;padding:16px 36px;background:var(--color-green);color:#fff;font-family:AppetitePro,sans-serif;font-size:18px;font-weight:400;border-radius:50px;text-decoration:none;opacity:0;transition:background .2s ease-in-out,color .2s ease-in-out;animation:1s fadeIn 1s cubic-bezier(.4,0,.2,1) forwards}.hero-cta-icon{width:10px;height:10px;filter:brightness(0) invert(1)}.hero-cta:hover{color:var(--color-green);background:var(--color-yellow2)}.hero-cta:hover .hero-cta-icon{filter:brightness(0) invert(.3)}.hero-product{position:relative;z-index:1;width:100%;margin-bottom:-150px;max-width:327px;height:auto;opacity:0;animation:1s slideUp 1s cubic-bezier(.4,0,.2,1) forwards}@media screen and (min-width:768px){.hero-section{padding:200px 20px 40px;min-height:auto}.hero-content{gap:60px}.hero-brand-badge{width:100%}.hero-cta{font-size:21px}.hero-product{position:absolute;margin:0;right:0;bottom:-20px}}.about-section{position:relative;z-index:2;padding:40px 30px;background:var(--color-pastel-light);font-family:AppetitePro,sans-serif;font-size:18px;line-height:1.5;color:var(--color-green-dark);box-shadow:#00000073 0 25px 20px -20px,#00000040 0 -20px 20px}.about-section:after,.about-section:before{content:"";position:absolute;bottom:-55px;left:0;width:100%;height:55px;background-image:url(./bg-curve-pastel.svg);background-size:auto auto;background-position:center bottom;z-index:1}.about-section:before{position:absolute;top:0;content:"";z-index:0;width:100%;height:50%;background:transparent;background:linear-gradient(180deg,#ffb71b59,#ffb71b00)}.about-section h2{font-size:40px;font-weight:400;margin-bottom:20px}.about-section p{margin-bottom:20px}.about-section ul{list-style:none;display:flex;flex-direction:column;gap:15px}.about-section ul li{display:flex;align-items:center;flex-direction:column;overflow-wrap:break-word;padding:20px;border-radius:20px;background:var(--color-green);color:#fff;text-align:center;text-wrap:balance;font-size:16px}.about-section ul li strong{font-size:20px;color:var(--color-yellow)}.about-image{position:absolute;z-index:2;width:104px;height:150px;top:-80px;right:-10px;opacity:0;animation:1s slideDown 1s cubic-bezier(.4,0,.2,1) forwards}.about-image:before{content:"";position:absolute;top:0;left:0;width:calc(100% + 12px);height:calc(100% + 18px);background-color:var(--color-yellow2);z-index:-1;transform:rotate(180deg) translate(6px,6px);transform-origin:center center;-webkit-mask-image:url(./mask-gota.webp);mask-image:url(./mask-gota.webp);-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.about-image .about-image-rotate{width:100%;height:100%;transform:rotate(180deg);transform-origin:center center;-webkit-mask-image:url(./mask-gota.webp);mask-image:url(./mask-gota.webp);-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.about-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;transform:rotate(-180deg)}@media(min-width:768px){.about-section{padding:60px 40px}.about-content{width:70%}.about-section h2{font-size:50px}.about-section ul{margin-top:40px;flex-direction:row;gap:20px}.about-image{top:-20px;right:-240px;width:460px;height:665px}}@media(min-width:1200px){.about-content{width:50%}.about-image{top:-20px;right:0}}.recipes-section{position:relative;z-index:1;padding:80px 30px 40px;background:#fff;font-family:AppetitePro,sans-serif}.recipes-section .limit{max-width:970px}.recipes-section .recipes-header{margin-bottom:30px}.recipes-section .recipes-header h2{font-size:40px;font-weight:400;color:var(--color-green);margin-bottom:5px;line-height:1}.recipes-section .recipes-header p{font-size:18px;color:#666;opacity:.8}.recipes-section .recipes-grid{display:grid;grid-template-columns:1fr;gap:30px}.recipes-section .recipe-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;display:flex;flex-direction:column}.recipes-section .recipe-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.recipes-section .recipe-card a{display:flex;flex-direction:column;text-decoration:none;color:inherit;cursor:pointer;height:100%}.recipes-section .recipe-card a:hover{background-color:var(--color-pastel-lighter)}.recipes-section .recipe-card .recipe-image{position:relative;width:100%;height:166px}.recipes-section .recipe-card .recipe-image .flag-sprite{position:absolute;bottom:-30px;left:15px;z-index:2;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.recipes-section .recipe-card .recipe-image img{width:100%;height:100%;object-fit:cover;object-position:left center}.recipes-section .recipe-card .recipe-image .recipe-origin{position:absolute;bottom:15px;right:15px;font-size:16px;color:#fff;-webkit-text-stroke:1px rgba(0,0,0,.5);text-shadow:0 2px 4px rgba(0,0,0,.5);font-weight:600;z-index:3}.recipes-section .recipe-card .recipe-content{margin-top:30px;padding:20px;display:flex;flex-direction:column;flex:1}.recipes-section .recipe-card .recipe-content .recipe-info{display:flex;flex-direction:column;gap:20px;flex:1}.recipes-section .recipe-card .recipe-content h3{font-size:24px;font-weight:400;color:var(--color-green-dark);line-height:1.2;margin-bottom:20px}.recipes-section .recipe-card .recipe-content .recipe-description{font-size:14px;line-height:1.5;color:#666;margin-bottom:20px}.recipes-section .recipe-card .recipe-content .recipe-meta{display:flex;justify-content:space-between;margin-top:auto}.recipes-section .recipe-card .recipe-content .recipe-meta .recipe-meta-item{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--color-green-dark)}.recipes-section .recipe-card .recipe-content .recipe-meta .recipe-meta-item .recipe-icon{width:20px;height:20px;opacity:.7}@media(min-width:600px){.recipes-section .recipes-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.recipes-section{padding:150px 40px 100px}.recipes-section .recipes-header{margin-bottom:40px}.recipes-section .recipes-header h2{font-size:50px}.recipes-section .recipes-header p{font-size:20px}.recipes-section .recipes-grid{grid-template-columns:repeat(3,1fr);gap:30px}.recipes-section .recipe-card .recipe-image{height:166px}.recipes-section .recipe-card .recipe-content{padding:25px}.recipes-section .recipe-card .recipe-content h3{font-size:24px}.recipes-section .recipe-card .recipe-content .recipe-description{font-size:15px}}@media(min-width:1200px){.recipes-section .recipes-grid{grid-template-columns:repeat(3,1fr);gap:40px}}.footer-section{position:relative;background:var(--color-green);color:var(--color-pastel-light);font-family:var(--font-family)}.footer-content{padding:40px 20px;display:flex;flex-direction:column;align-items:center;gap:30px;text-align:center}.footer-social{padding:10px 0;background-color:var(--color-green-dark);display:flex;align-items:center;justify-content:center;gap:20px}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#275944;border-radius:50%;transition:all .3s ease}.social-link img{width:22px;height:22px;filter:invert(1)}.social-link:hover{background:var(--color-yellow2)}.footer-brand{display:flex;flex-direction:column;align-items:center;gap:12px}.footer-logo{width:160px;height:auto}.footer-logo-text{font-size:18px;color:var(--color-yellow2);font-weight:500;margin:0}.footer-text{max-width:800px}.footer-text p{font-size:15px;line-height:1.6;margin:0 0 10px}.footer-text p em{opacity:.6}@media screen and (min-width:768px){.footer-content{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:40px}.footer-brand{flex-shrink:0;align-items:flex-start}.footer-logo-text{font-size:20px}.footer-text{flex-grow:1;text-align:right}.footer-text p{font-size:16px}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#fffbecd9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:98;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.modal-overlay.active{opacity:1;visibility:visible}.modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.modal.active{opacity:1;visibility:visible}.modal-container{position:relative;width:95vw;z-index:1;box-shadow:0 20px 60px #00000080;border-radius:30px}.modal-scroll-overflow{position:relative;border-radius:30px;overflow:hidden}.modal-content{position:relative;background:#fff;overflow-y:auto;max-height:90vh;transform:translateY(20px) scale(.95);scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#ffb71c rgba(255,183,28,.2);transition:transform .3s ease;border-radius:30px}.modal.active .modal-content{transform:translateY(0) scale(1)}.modal-close{position:absolute;top:-10px;right:20px;z-index:10;width:35px;height:35px;border:none;font-size:30px;background:var(--color-red);border-radius:10px;color:#fff;cursor:pointer;box-shadow:0 4px 12px #0000004d;transition:all .3s ease}.modal-close:hover{background:var(--color-pastel-lighter);color:var(--color-red);transform:rotate(90deg)}.modal-header{position:relative;margin-bottom:0}.modal-recipe-image{position:sticky;top:0;width:100%;height:220px;overflow:hidden;z-index:2}.modal-recipe-image img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.1);transition:transform .3s ease}.modal-title-section{position:relative;padding:20px;background:#fff;margin-top:-20px;z-index:3}.modal-title-section h2{font-family:AppetitePro,sans-serif;font-size:28px;color:var(--color-green);margin:0;font-weight:700;line-height:1.2}.modal-title-section .modal-description{font-size:15px;color:#666;line-height:1.6;margin:0 0 20px}.modal-meta-bar{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.modal-recipe-badge{display:inline-flex;align-items:center;background:#999;color:#fff;padding:8px 16px;border-radius:10px;font-size:14px;font-weight:600;text-transform:capitalize;white-space:nowrap;order:1}.modal-meta-group{display:flex;align-items:center;gap:15px;background:#f0f0f0;padding:8px 16px;border-radius:10px;order:2}.modal-meta-item{display:flex;align-items:center;gap:6px;font-size:14px;color:#666}.modal-meta-item svg{width:18px;height:18px;opacity:.8}.whatsapp-button{display:inline-flex;align-items:center;gap:8px;background:#25d366;color:#fff;padding:8px 20px;border-radius:10px;text-decoration:none;font-size:14px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #25d3664d;white-space:nowrap;width:100%;justify-content:center;order:3}.whatsapp-button:hover{background:#128c7e;transform:translateY(-2px);box-shadow:0 6px 16px #25d36666}.whatsapp-button svg{flex-shrink:0}.modal-recipe-content{display:grid;grid-template-columns:1fr;gap:30px;padding:0 20px 30px}.modal-ingredients{background:#f5f5f5;padding:20px;border-radius:10px}.modal-ingredients h3{font-family:AppetitePro,sans-serif;font-size:20px;line-height:1.2;color:var(--color-green);margin:20px 0;font-weight:400}.modal-ingredients h3:first-child{margin-top:0}.modal-ingredients ul{list-style:none;padding:0;margin:0}.modal-ingredients ul li{position:relative;padding-left:20px;padding-bottom:8px;margin-bottom:8px;font-size:16px;line-height:1.5;color:#333;border-bottom:1px solid #cccccc}.modal-ingredients ul li:before{content:"●";position:absolute;left:0;color:var(--color-green);font-size:10px;line-height:1;top:10px}.modal-ingredients ul li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.modal-preparation h3{font-family:AppetitePro,sans-serif;font-size:22px;color:var(--color-green);margin:0 0 15px;font-weight:400}.modal-preparation h3+h4{margin-top:0}.modal-preparation h4{font-family:AppetitePro,sans-serif;font-size:18px;background:var(--color-pastel-light);display:inline-block;color:var(--color-green);line-height:1;border-radius:10px;padding:10px;margin:25px 0;font-weight:400}.modal-preparation ol{list-style:none;padding:0;margin:0;counter-reset:step-counter}.modal-preparation ol li{position:relative;padding-left:45px;margin-bottom:20px;font-size:16px;line-height:1.5;color:#333;counter-increment:step-counter}.modal-preparation ol li:before{content:counter(step-counter);position:absolute;left:0;top:0;width:30px;height:30px;background:var(--color-pastel-light);color:var(--color-green);border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;box-shadow:0 2px 8px #ffb71b4d}.modal-preparation ol li:last-child{margin-bottom:0}body.modal-open{overflow:hidden}@media screen and (min-width:768px){.modal-container{width:90vw;max-width:900px}.modal-recipe-image{height:280px;position:sticky;top:0;z-index:2}.modal-title-section{padding:30px 40px}.modal-title-section h2{font-size:36px}.modal-meta-bar{flex-wrap:nowrap;justify-content:space-between;gap:15px}.modal-recipe-badge,.modal-meta-group{order:unset}.whatsapp-button{width:auto;justify-content:flex-start;margin-left:auto;order:unset}.modal-recipe-content{grid-template-columns:272px 1fr;gap:40px;padding:0 40px 40px}.modal-ingredients{max-width:272px;height:fit-content}.modal-preparation h3{font-size:26px}}.flag-sprite{display:inline-block;background-image:url(./flags-sprite.webp);background-repeat:no-repeat}.flag-africa-sul{width:65px;height:95px;background-position:-131px -97px}.flag-franca{width:66px;height:97px;background-position:0px 0px}.flag-georgia{width:66px;height:97px;background-position:-66px 0px}.flag-japao{width:66px;height:97px;background-position:-132px 0px}.flag-polonia{width:66px;height:97px;background-position:0px -97px}.flag-reino-unido{width:65px;height:96px;background-position:-66px -97px}.flag-tunisia{width:65px;height:94px;background-position:-198px -95px}.flag-vietna{width:65px;height:95px;background-position:-198px 0px}
