@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@500;600;700&display=swap";.hero{width:100%;padding:50px 16px}.hero-container{max-width:1300px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:48px}.hero-content{max-width:560px;display:flex;flex-direction:column;gap:40px}.hero-badge{display:flex;flex-direction:flex-start;align-items:center;gap:16px}.hero-tradicao{display:inline-flex;align-items:center;gap:12px;padding:15px 20px;border-radius:999px;background:#ffffff1f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hero-badge-number{font-size:28px;font-family:var(--font-tittle);font-weight:700;color:#fbbf24}.hero-badge-text{font-size:18px;font-family:var(--font-tittle);color:#fff}.hero-badge img{width:150px;height:auto}.hero-content h1{font-size:50px;line-height:1.3;font-weight:400;color:#fff;font-family:var(--font-body)}.hero-content h1 strong{font-family:var(--font-tittle)}.frango-wrapper{position:relative}.frango-img{width:760px;max-width:100%;height:auto;animation:floatFrango 4s ease-in-out infinite}.frango-shadow{position:absolute;bottom:10px;left:50%;transform:translate(-50%);width:70%;height:36px;background:#000c;filter:blur(18px);border-radius:50%;animation:shadowPulse 4s ease-in-out infinite}@keyframes floatFrango{0%{transform:translateY(0)}50%{transform:translateY(-18px)}to{transform:translateY(0)}}@keyframes shadowPulse{0%{transform:translate(-50%) scale(1);opacity:.45}50%{transform:translate(-50%) scale(.85);opacity:.25}to{transform:translate(-50%) scale(1);opacity:.45}}@media(max-width:768px){.hero{padding:30px 16px}.hero-badge img{width:110px}.hero-container{flex-direction:column;max-width:420px;text-align:center}.hero-content{align-items:center;gap:40px}.hero-tradicao{padding:8px 14px}.hero-badge-number{font-size:22px}.hero-badge-text{font-size:16px}.hero-content h1{font-size:32px;line-height:1.35}.frango-wrapper{margin-top:12px}.frango-img{width:100%;max-width:340px;animation:floatFrangoMobile 4s ease-in-out infinite}.frango-shadow{width:60%;height:22px;bottom:6px;filter:blur(10px);opacity:.35;animation:shadowPulseMobile 4s ease-in-out infinite}}@keyframes floatFrangoMobile{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.redzap-button{display:flex;align-items:center;justify-content:center;gap:14px;width:fit-content;min-height:56px;padding:14px 26px;border-radius:999px;background:#e50914;color:#fff;font-family:var(--font-tittle);font-size:18px;font-weight:600;text-decoration:none;box-shadow:0 10px 25px #00000059;transition:transform .2s ease,box-shadow .2s ease}.redzap-button:hover{transform:translateY(-2px);box-shadow:0 14px 32px #00000073}.redzap-button img{width:70px;height:70px}@media(max-width:768px){.redzap-button{width:100%;max-width:100%;font-size:16px;padding:10px 20px}.redzap-button img{width:60px;height:60px}}.whatsapp-fab{position:fixed;right:80px;bottom:50px;width:100px;height:100px;display:flex;align-items:center;justify-content:center;background-color:#25d366;border-radius:50%;box-shadow:0 12px 30px #00000059;z-index:999;cursor:pointer;animation:pulse 2.2s infinite ease-in-out;transition:transform .2s ease}.whatsapp-fab img{width:60px;height:60px}.whatsapp-fab:hover{animation:none;transform:scale(1.08)}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 #25d36699}70%{transform:scale(1.05);box-shadow:0 0 0 18px #25d36600}to{transform:scale(1);box-shadow:0 0 #25d36600}}@media(max-width:768px){.whatsapp-fab{width:70px;height:70px;right:15px;bottom:30px}.whatsapp-fab img{width:40px;height:40px}}.info-bar{width:100%;overflow:hidden;background-color:#f6a313;padding:10px 0}.info-track{display:flex;width:max-content;animation:scroll 22s linear infinite}.info-item{display:flex;align-items:center;gap:10px;padding:6px 32px;font-family:var(--font-tittle);font-size:16px;color:#fff;white-space:nowrap}.info-item img{width:22px;height:28px;object-fit:contain}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:768px){.info-bar{padding:8px 0}.info-item{font-size:14px;padding:6px 22px;gap:8px}.info-item img{width:10px;height:10px}}.products-section{padding:50px 16px}.header{margin-bottom:56px}.products-container{max-width:1300px;margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}@media(max-width:1024px){.products-grid{grid-template-columns:repeat(2,1fr);gap:32px}}@media(max-width:768px){.products-section{padding:40px 16px}.products-container{max-width:420px}.products-grid{grid-template-columns:1fr;gap:24px}.header{align-items:flex-start;text-align:center;gap:0px}}.section-header{display:flex;justify-content:space-between;align-items:center;gap:24px}.section-title{display:flex;align-items:center;gap:16px}.section-title img{width:56px}.section-title h2{font-size:46px;font-family:var(--font-tittle);color:#fff}@media(max-width:768px){.section-header{flex-direction:column;align-items:flex-start;text-align:center;gap:24px;margin-bottom:20px}.section-title{align-items:flex-start}.section-title h2{font-size:32.5px;text-align:left}.section-title img{width:45px;height:40px;object-fit:contain}}@media(max-width:430px){.section-title h2{font-size:25px}}.product-card{background-color:#1f5a3a;border-radius:24px;padding:28px 24px;display:flex;flex-direction:column;gap:8px;box-shadow:0 12px 24px #00000040}.product-card h3{font-size:42px;color:#fff;font-family:var(--font-tittle)}.product-card p{font-size:22px;color:#e4e4e4}.product-card img{width:100%;max-height:200px;object-fit:contain;margin:12px 0}.product-card strong{font-size:40px;color:#f5a313;font-family:var(--font-tittle)}@media(max-width:768px){.product-card h3{font-size:35px}.product-card p{font-size:20px}.product-card strong{font-size:38px}.product-card img{max-height:180px}}.alert-sunday{margin-top:80px;display:flex;align-items:center;gap:32px;background:#f4a41d;border-radius:24px;padding:28px 32px}.alert-icon{width:88px;height:88px;object-fit:contain}.alert-text{color:#fff;font-size:32px;font-family:var(--font-tittle);font-weight:700;margin:0}@media(max-width:768px){.alert-sunday{flex-direction:column;text-align:center;gap:16px;padding:20px}.alert-icon{width:56px;height:56px}.alert-text{font-size:18px}}.horario-section{padding:50px 16px}.horario-container{max-width:1300px;margin:0 auto}.horario-header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:40px}.horario-card{background:#1f5e3b;border-radius:32px;padding:40px 40px 0}.horario-main{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:40px;margin-top:32px}.horario-col{display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center}.horario-col img{width:44px;height:44px}.horario-card h3{color:#fff;font-size:32px;font-family:var(--font-tittle);margin:0;font-weight:700}.horario-mascote{width:220px;height:auto;bottom:0;pointer-events:none;-webkit-user-select:none;user-select:none}.horario-observacao{display:block;margin-top:28px;color:#f4a41d;font-size:18px;font-weight:600;font-family:var(--font-tittle);text-align:center}@media(max-width:768px){.horario-section{padding:0 16px}.horario-container{max-width:420px}.horario-header{flex-direction:column;align-items:flex-start;gap:16px}.horario-card{padding:28px 20px}.horario-main{grid-template-columns:1fr;gap:24px}.horario-col img{width:32px;height:32px}.horario-card h3{font-size:22px}.horario-mascote{display:none}.horario-observacao{font-size:16px}}.status{display:inline-flex;align-items:center;gap:10px;padding:10px 20px;border-radius:999px;font-weight:700;font-size:30px;font-family:var(--font-tittle);background:#fff}.status.aberto{color:#1e7f3b}.status.fechado{color:#e02020}.status-icon img{width:50px;height:55px}@media(max-width:768px){.status{font-size:18px;padding:8px 16px}.status img{width:35px;height:35px}}.countdown{margin-top:24px;padding:24px 32px;border-radius:24px;text-align:center;font-weight:700}.countdown.aberto{background:#133a24d9;color:#fff;animation:pulse-green 1.8s infinite}.countdown.aberto .countdown-title{font-size:48px;font-family:var(--font-tittle)}.countdown.aberto .countdown-sub{display:block;margin-top:6px;font-size:22px;color:#f4a41d;font-family:var(--font-tittle)}.countdown.fechado{background:#11111159;color:#fff}.countdown-title{font-size:44px;font-family:var(--font-tittle)}.countdown-time{display:block;margin-top:8px;font-size:26px;color:#f4a41d;font-family:var(--font-tittle)}@media(max-width:768px){.countdown{padding:20px}.countdown-title{font-size:28px}.countdown-time{font-size:20px}.countdown.aberto .countdown-title{font-size:30px}}@keyframes pulse-green{0%{box-shadow:0 0 #22c55e99}70%{box-shadow:0 0 0 18px #22c55e00}to{box-shadow:0 0 #22c55e00}}.encomendar{padding:80px 24px;display:flex;justify-content:center;font-family:var(--font-tittle)}.encomendar-container{width:100%;max-width:720px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px}.encomendar h2{font-size:56px;color:#fff;font-weight:700;opacity:0;animation:fadeUp .8s cubic-bezier(.16,1,.3,1) forwards}.encomendar p{font-size:28px;color:#ffffffd9;opacity:0;animation:fadeUp .8s ease-out forwards;animation-delay:.1s}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.encomendar{padding:80px 20px 100px}.encomendar h2{font-size:38px}.encomendar p{font-size:20px}}@media(prefers-reduced-motion:reduce){.encomendar h2,.encomendar p{animation:none;opacity:1;transform:none}}.location-section{padding:50px 0;color:#fff;width:100%;overflow-x:hidden}.location-section,.location-section *{box-sizing:border-box}.location-header{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:48px}.location-content{display:grid;grid-template-columns:1.2fr 1fr;gap:40px;width:100%}.map-container{border-radius:20px;overflow:hidden;max-width:100%}.map-container iframe{width:100%;max-width:100%;height:420px;border:0;display:block}.location-info{display:flex;flex-direction:column;gap:50px;width:100%}.address{font-size:28px;line-height:1.4;font-family:var(--font-tittle);font-weight:700;margin-left:30px}.address span{color:#fbbf24}.info-item{display:flex;align-items:center;gap:16px;font-family:var(--font-tittle);font-weight:700;max-width:100%}.info-item img{width:44px;height:44px}.info-item strong,.info-item span{font-size:26px;word-break:break-word}@media(max-width:780px){.location-section{padding:0 16px;max-width:100%;margin:0 auto}.location-header{margin-top:30px;flex-direction:column;align-items:flex-start;gap:0}.location-header img{width:30px;height:35px}.location-content{grid-template-columns:1fr}.map-container iframe{height:320px}.address{font-size:22px;margin-left:25px}.info-item strong,.info-item span{font-size:20px}.info-item img{width:32px;height:32px}}@media(max-width:340px){.location-section{padding:0 12px}.map-container iframe{height:260px}.address{font-size:20px;margin-left:0}}.open-maps-button{display:inline-flex;align-items:center;gap:12px;background:#fff;color:#1f5136;border-radius:999px;padding:14px 26px;font-family:var(--font-tittle);font-size:30px;font-weight:700;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.open-maps-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000026}.open-maps-icon{width:30px;height:35px}@media(max-width:768px){.open-maps-button{font-size:18px;padding:12px 22px}.open-maps-button img{width:22px;height:30px}}.uberflash-btn{width:100%;max-width:480px;display:flex;align-items:center;justify-content:center;gap:14px;padding:18px;border-radius:999px;background:#e50914;color:#fff;border:none;cursor:pointer;font-family:var(--font-tittle);font-size:22px;font-weight:600;box-shadow:0 12px 30px #00000059;transition:transform .2s ease,box-shadow .2s ease}.uberflash-btn:hover{transform:translateY(-2px);box-shadow:0 16px 36px #00000073}.uberflash-btn-icon{width:50px}.uberflash-overlay{position:fixed;inset:0;background:#0009;z-index:9999;display:flex;align-items:flex-end;justify-content:center}.uberflash-modal{width:100%;max-width:560px;background:#fff;border-radius:26px 26px 0 0;padding:28px 22px;position:relative;color:#1f5c3a;animation:slideUp .35s ease;font-family:var(--font-tittle)}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.uberflash-close{position:absolute;top:14px;right:18px;font-size:28px;background:none;border:none;cursor:pointer}.uberflash-icon-track{position:relative;overflow:hidden;width:100%;height:80px;margin-bottom:16px}.uberflash-modal-icon{position:absolute;top:50%;left:0;width:64px;transform:translateY(-50%) rotate(2deg);animation:motoRun 9s ease-in-out infinite;z-index:3}.uberflash-modal-icon:before,.uberflash-modal-icon:after{content:"";position:absolute;top:50%;left:-18px;width:16px;height:16px;background:#0000002e;border-radius:50%;filter:blur(8px);transform:translateY(-50%);opacity:0;animation:smoke 1.6s ease-out infinite}.uberflash-modal-icon:after{width:10px;height:10px;left:-28px;opacity:.35;animation-delay:.4s}@keyframes motoRun{0%{transform:translate(-90px,-50%) rotate(2deg);opacity:1}45%{transform:translate(calc(100vw + 90px),-50%) rotate(2deg);opacity:1}50%{opacity:0}55%{transform:translate(-90px,-50%) rotate(2deg);opacity:0}60%{opacity:1}to{transform:translate(calc(100vw + 90px),-50%) rotate(2deg)}}.uberflash-modal h2{text-align:center;margin-bottom:10px;font-weight:700;color:#f6a313}.uberflash-desc{text-align:center;margin-bottom:22px}.uberflash-steps{display:grid;gap:12px;font-size:18px;margin-bottom:18px}.uberflash-steps strong{font-weight:700;color:#f6a313}.uberflash-warning{padding:12px;border-radius:12px;margin-bottom:20px}.uberflash-warning img{width:30px;margin-right:8px;vertical-align:middle}.uberflash-confirm{display:block;text-align:center;background:#000;color:#fff;padding:16px;border-radius:16px;font-size:16px;font-weight:600;text-decoration:none;transition:transform .2s ease}.uberflash-confirm:hover{transform:scale(1.04)}@media(min-width:768px){.uberflash-overlay{align-items:center}.uberflash-modal{border-radius:26px}.uberflash-btn{font-size:18px;padding:16px}.uberflash-btn-icon{width:34px}}@media(max-width:480px){.uberflash-modal h2{font-size:22px}.uberflash-desc,.uberflash-steps{font-size:15px}.uberflash-btn-icon{width:35px}.uberflash-btn{max-width:320px}.uberflash-btn-text{font-size:20px}}.footer{width:100%;font-family:var(--font-tittle)}.footer-top{background:red;padding:32px 20px}.footer-container{max-width:720px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center;color:#fff}.footer-address{font-size:15px;line-height:1.4;opacity:.95}.footer-info{display:flex;align-items:center;justify-content:center;gap:32px;flex-wrap:wrap}.footer-phone{display:flex;align-items:center;gap:8px;font-size:15px}.footer-phone img{width:18px;height:18px}.footer-social{display:flex;align-items:center;gap:12px;font-size:15px}.footer-social img{width:22px;height:22px;cursor:pointer;transition:transform .2s ease}.footer-social img:hover{transform:scale(1.15)}.footer-bottom{background:#c10000;padding:14px 20px}.footer-credit{display:flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;color:gold;font-size:13px;text-align:center}.footer-credit img{width:18px;height:18px}@media(max-width:480px){.footer-address,.footer-phone,.footer-social{font-size:14px}.footer-info{gap:20px}.footer-credit{font-size:12px}}:root{--font-tittle: "Poppins", sans-serif;--font-body: "Inter", sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{min-height:150vh;font-family:var(--font-body);background:linear-gradient(260deg,#040f09,#1a4b30)}.container{max-width:1300px;margin:0 auto}@media(max-width:768px){.container{width:100%;max-width:420px;margin:0 auto}}
