.floating-container[data-v-92ea7154]{position:fixed;bottom:30px;left:30px;width:30%;min-width:300px;background-color:hsla(0,0%,7%,.9);padding:15px;z-index:1000;box-shadow:0 5px 20px rgba(0,0,0,.5);border-radius:10px;border-left:4px solid #6a1b9a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.container[data-v-92ea7154]{width:100%;margin:0;padding:0}.floating-content[data-v-92ea7154]{display:flex;flex-direction:column;gap:12px}.timer[data-v-92ea7154]{display:flex;align-items:center;font-weight:700;color:var(--color-text)}.timer-label[data-v-92ea7154]{margin-right:10px;font-size:14px;color:#9c4dcc}.timer-value[data-v-92ea7154]{background-color:#4a148c;color:var(--color-text);padding:5px 10px;border-radius:5px;font-size:16px;border:1px solid #6a1b9a}.notification[data-v-92ea7154]{background-color:rgba(106,27,154,.15);padding:10px 15px;border-radius:5px;border-left:3px solid #6a1b9a;font-size:14px;transition:opacity .5s ease-in-out,transform .5s ease-in-out;opacity:0;transform:translateY(10px);color:var(--color-text)}.notification.fade-in[data-v-92ea7154]{opacity:1;transform:translateY(0)}@media (max-width:768px){.floating-container[data-v-92ea7154]{width:calc(100% - 40px);min-width:auto;bottom:20px;left:20px}}:root{--color-black:#000;--color-white:#fff;--color-primary:#c47317;--color-primary-light:#e89a45;--color-primary-dark:#9a5a12;--color-secondary:#1e3a5f;--color-accent:#3d8361;--color-background:#121212;--color-text:#f5f5f5}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Montserrat,sans-serif;background-color:var(--color-background);color:var(--color-text)}#app{width:100%;min-height:100vh}.mobile-drawer-button[data-v-6601a151]{display:none;background:none;border:none;flex-direction:column;justify-content:center;align-items:center;height:40px;width:40px;cursor:pointer;z-index:1030}.drawer-bar[data-v-6601a151]{display:block;width:28px;height:4px;margin:4px 0;background:#fff;border-radius:2px;transition:.3s}@media (max-width:900px){.mobile-drawer-button[data-v-6601a151]{display:flex;position:absolute;right:18px;top:18px}}.mobile-drawer[data-v-6601a151]{position:fixed;top:0;right:0;height:100vh;width:270px;background:#181818;box-shadow:-2px 0 16px rgba(0,0,0,.35);z-index:2001;display:flex;flex-direction:column;animation:drawer-in .3s}.drawer-content[data-v-6601a151]{padding:2rem 1.5rem 1.5rem 1.5rem;display:flex;flex-direction:column;height:100%}.close-drawer[data-v-6601a151]{align-self:flex-end;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;margin-bottom:2rem}.drawer-nav-list[data-v-6601a151]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2rem}.drawer-nav-list a[data-v-6601a151]{color:#fff;font-size:1.2rem;text-decoration:none;transition:color .2s}.drawer-nav-list a[data-v-6601a151]:hover{color:var(--color-primary)}.drawer-slide-enter-active[data-v-6601a151],.drawer-slide-leave-active[data-v-6601a151]{transition:opacity .3s}.drawer-slide-enter[data-v-6601a151],.drawer-slide-leave-to[data-v-6601a151]{opacity:0}.mobile-menu-button[data-v-6601a151],.mobile-menu[data-v-6601a151]{display:none!important}.header[data-v-6601a151]{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 5%;background:linear-gradient(to right,var(--color-primary),var(--color-primary-dark));position:fixed;top:0;left:0;right:0;z-index:100;box-shadow:0 2px 10px rgba(0,0,0,.3)}.logo-container[data-v-6601a151]{max-width:220px;height:60px;display:flex;align-items:center}.logo-img[data-v-6601a151]{max-height:190%;width:auto}.nav-list[data-v-6601a151]{display:flex;list-style:none}.nav-link[data-v-6601a151]{color:var(--color-white);text-decoration:none;margin-left:2rem;font-weight:500;transition:color .3s}.nav-link[data-v-6601a151]:hover{color:var(--color-background);text-shadow:0 0 1px hsla(0,0%,100%,.5)}.mobile-menu-button[data-v-6601a151]{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;cursor:pointer}.bar[data-v-6601a151]{height:3px;width:100%;background-color:var(--color-white);border-radius:10px}.mobile-menu[data-v-6601a151]{display:none;position:fixed;top:70px;left:0;right:0;background-color:var(--color-primary-dark);padding:1rem 0;transform:translateY(-100%);transition:transform .3s ease-in-out;z-index:99}.mobile-menu.active[data-v-6601a151]{transform:translateY(0)}.mobile-nav-list[data-v-6601a151]{list-style:none;padding:0}.mobile-nav-link[data-v-6601a151]{display:block;color:var(--color-white);text-decoration:none;padding:1rem 5%;font-weight:500;transition:background-color .3s}.mobile-nav-link[data-v-6601a151]:hover{background-color:hsla(0,0%,100%,.1);color:var(--color-background)}@media (max-width:768px){.nav[data-v-6601a151]{display:none}.mobile-menu-button[data-v-6601a151]{display:flex}.mobile-menu[data-v-6601a151]{display:block}}.footer[data-v-00b61a32]{background-color:var(--color-background);padding:4rem 5% 2rem;border-top:1px solid rgba(196,115,23,.2)}.footer-content[data-v-00b61a32]{display:flex;justify-content:space-between;flex-wrap:wrap;gap:2rem;margin-bottom:3rem}.footer-logo[data-v-00b61a32]{flex:2;min-width:250px}.footer-logo h3[data-v-00b61a32]{font-size:1.5rem;margin-bottom:1rem;color:var(--color-primary)}.footer-logo p[data-v-00b61a32]{color:var(--color-text)}.footer-legal[data-v-00b61a32],.footer-links[data-v-00b61a32]{flex:1;min-width:150px}.footer-legal h4[data-v-00b61a32],.footer-links h4[data-v-00b61a32]{font-size:1.2rem;margin-bottom:1.5rem;color:var(--color-primary-light)}.footer-legal ul[data-v-00b61a32],.footer-links ul[data-v-00b61a32]{list-style:none}.footer-legal li[data-v-00b61a32],.footer-links li[data-v-00b61a32]{margin-bottom:.8rem}.footer-legal a[data-v-00b61a32],.footer-links a[data-v-00b61a32]{color:var(--color-text);text-decoration:none;transition:color .3s}.footer-legal a[data-v-00b61a32]:hover,.footer-links a[data-v-00b61a32]:hover{color:var(--color-primary)}.footer-bottom[data-v-00b61a32]{text-align:center;padding-top:2rem;border-top:1px solid rgba(196,115,23,.2)}.footer-bottom p[data-v-00b61a32]{color:hsla(0,0%,96%,.6)}@media (max-width:768px){.footer-content[data-v-00b61a32]{flex-direction:column}}.whatsapp-section[data-v-111c44e1]{background-color:var(--color-background);text-align:center;padding:5rem 0}.container[data-v-111c44e1]{max-width:1200px;margin:0 auto;padding:0 20px}.section-title[data-v-111c44e1]{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--color-primary)}.section-description[data-v-111c44e1]{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;color:var(--color-text);max-width:800px;margin-left:auto;margin-right:auto}.btn[data-v-111c44e1]{display:inline-block;padding:1rem 2rem;font-size:1.1rem;font-weight:700;text-decoration:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.btn-whatsapp[data-v-111c44e1]{background-color:#25d366;color:var(--color-white);box-shadow:0 4px 15px rgba(37,211,102,.3);margin-bottom:20px}.btn-whatsapp[data-v-111c44e1]:hover{background-color:#128c7e;box-shadow:0 6px 20px rgba(37,211,102,.4);transform:translateY(-3px)}@media (max-width:768px){.section-title[data-v-111c44e1]{font-size:2rem}.section-description[data-v-111c44e1]{font-size:1rem}}.section[data-v-cf85ecd0]{padding:5rem 0;position:relative;overflow:hidden}.container[data-v-cf85ecd0]{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.section-title[data-v-cf85ecd0]{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--color-primary)}.section-text[data-v-cf85ecd0]{font-size:1.2rem;line-height:1.6;margin-bottom:1.5rem;color:var(--color-text)}.highlight[data-v-cf85ecd0]{color:var(--color-primary);font-weight:700;font-size:1.5rem}.section-text.emphasized[data-v-cf85ecd0]{font-weight:700;text-decoration:underline;font-size:1.3rem}.btn[data-v-cf85ecd0]{display:inline-block;padding:1rem 2rem;font-size:1.1rem;font-weight:700;text-decoration:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-align:center}.btn-success[data-v-cf85ecd0]{background-color:var(--color-accent);color:var(--color-white);box-shadow:0 4px 15px rgba(61,131,97,.3)}.btn-success[data-v-cf85ecd0]:hover{background-color:#2a6e4a;transform:translateY(-3px);box-shadow:0 6px 20px rgba(61,131,97,.4)}.btn-lg[data-v-cf85ecd0]{padding:1.2rem 2.5rem;font-size:1.3rem}.hero[data-v-cf85ecd0]{position:relative;height:100vh;min-height:600px;display:flex;align-items:center;background:linear-gradient(90deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.6) 50%,rgba(0,0,0,.4));overflow:hidden}.hero-image[data-v-cf85ecd0]{position:absolute;top:0;right:0;width:100%;height:100%;background-image:url(/img/bolaRede.862a3724.png);background-size:cover;background-position:100% 0;background-repeat:no-repeat;z-index:-1;margin-right:0;padding-right:0}.hero-content[data-v-cf85ecd0]{width:70%;margin:0 auto;padding:2rem;text-align:center;position:relative;z-index:2}.big-logo[data-v-cf85ecd0]{font-size:4rem;font-weight:800;color:var(--color-primary);margin-bottom:2rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-title[data-v-cf85ecd0]{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:var(--color-text)}.hero-text[data-v-cf85ecd0]{font-size:1.5rem;margin-bottom:2rem;color:var(--color-text)}.hero-buttons[data-v-cf85ecd0]{margin-top:2rem}.sobre[data-v-cf85ecd0]{background-color:var(--color-background);text-align:center}.math-bg[data-v-cf85ecd0]{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/img/math-formulas.68a420e0.svg);background-size:cover;background-position:50%;opacity:.1;z-index:1}.casas-apostas[data-v-cf85ecd0]{background-color:var(--color-background);text-align:center}.betting-houses-bg[data-v-cf85ecd0]{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/img/betting-calculations.b1ebf90a.svg);background-size:cover;background-position:50%;opacity:.1;z-index:1}.steps[data-v-cf85ecd0]{display:flex;justify-content:center;gap:2rem;margin:3rem 0;flex-wrap:wrap}.step[data-v-cf85ecd0]{flex:1;min-width:200px;padding:1.5rem;background-color:rgba(30,58,95,.1);border-radius:10px;text-align:center}.step-number[data-v-cf85ecd0]{width:50px;height:50px;background-color:var(--color-primary);color:var(--color-white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.interface[data-v-cf85ecd0]{background-color:var(--color-background)}.interface .container[data-v-cf85ecd0]{display:flex;align-items:center;gap:3rem;flex-wrap:wrap}.interface-image[data-v-cf85ecd0]{flex:1;min-width:300px;height:400px;border-radius:10px;display:flex;justify-content:center;align-items:center;overflow:hidden}.page-image[data-v-cf85ecd0]{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.interface-content[data-v-cf85ecd0]{flex:1;min-width:300px}.facilidade[data-v-cf85ecd0]{background-color:var(--color-background)}.facilidade .container[data-v-cf85ecd0]{display:flex;align-items:center;gap:3rem;flex-wrap:wrap}.facilidade-content[data-v-cf85ecd0]{flex:1;min-width:300px}.facilidade-image[data-v-cf85ecd0]{flex:1;height:400px;background-image:url(/img/times.fa6f7db9.png);background-size:contain;background-position:50%;background-repeat:no-repeat;position:relative;z-index:2}.marketing-section[data-v-cf85ecd0]{padding:6rem 0;text-align:center;overflow:hidden;background:linear-gradient(135deg,#121212,#1e1e1e)}.marketing-title[data-v-cf85ecd0]{margin-bottom:3rem;position:relative}.not-betting-house[data-v-cf85ecd0]{font-size:2.8rem;font-weight:800;color:var(--color-primary);text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;text-shadow:0 2px 10px rgba(196,115,23,.3)}.title-underline[data-v-cf85ecd0]{width:100px;height:4px;background:linear-gradient(to right,var(--color-primary),var(--color-primary-light));margin:0 auto;border-radius:2px}.marketing-phrases.custom-marketing-layout[data-v-cf85ecd0]{display:flex;flex-direction:column;align-items:center;gap:2.5rem}.main-phrase[data-v-cf85ecd0]{width:100%;min-height:220px;font-size:1.25rem;padding:3rem 2rem;margin-bottom:1.5rem;box-sizing:border-box;align-self:stretch}.secondary-phrases-row .phrase-card[data-v-cf85ecd0]{width:260px;min-width:180px;max-width:100%;flex:none}@media (max-width:900px){.main-phrase[data-v-cf85ecd0]{width:100%;font-size:1.1rem;padding:2rem 1rem}.secondary-phrases-row[data-v-cf85ecd0]{flex-direction:column;align-items:center;gap:1.5rem}.secondary-phrases-row .phrase-card[data-v-cf85ecd0]{width:100%;min-width:unset;max-width:100%}.main-phrase[data-v-cf85ecd0]{width:100%;font-size:1.1rem;padding:2rem 1rem}}.marketing-phrases.custom-marketing-layout[data-v-cf85ecd0]{width:100%;max-width:860px;margin:0 auto;box-sizing:border-box}@media (max-width:900px){.marketing-phrases.custom-marketing-layout[data-v-cf85ecd0]{max-width:100%;padding:0 8px}.main-phrase[data-v-cf85ecd0]{font-size:1.1rem;padding:2rem 1rem}}.secondary-phrases-row[data-v-cf85ecd0]{display:flex;flex-direction:row;gap:2rem;justify-content:center;width:100%}.secondary-phrases-row .phrase-card[data-v-cf85ecd0]{min-width:220px;max-width:260px;flex:1}@media (max-width:900px){.secondary-phrases-row[data-v-cf85ecd0]{flex-direction:column;align-items:center;gap:1.5rem}.main-phrase[data-v-cf85ecd0]{font-size:1.1rem;padding:2rem 1rem}}.phrase-card[data-v-cf85ecd0]{background:linear-gradient(145deg,rgba(30,30,30,.8),rgba(40,40,40,.8));padding:2rem 1.5rem;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.2);min-height:180px;text-align:center;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:all .3s ease}.phrase-card[data-v-cf85ecd0]:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgba(0,0,0,.3)}.phrase-card p[data-v-cf85ecd0]{font-size:1.4rem;font-weight:700;color:var(--color-white);margin-bottom:1rem;position:relative;z-index:2}.card-icon[data-v-cf85ecd0]{font-size:2rem;color:var(--color-primary);opacity:.7;margin-top:1rem}.phrase-1[data-v-cf85ecd0]:hover,.phrase-2[data-v-cf85ecd0]:hover,.phrase-3[data-v-cf85ecd0]:hover,.phrase-4[data-v-cf85ecd0]:hover{background:linear-gradient(145deg,rgba(40,40,40,.9),rgba(60,60,60,.9))}.planos[data-v-cf85ecd0],.post-planos[data-v-cf85ecd0]{background-color:var(--color-background);text-align:center}.post-planos[data-v-cf85ecd0]{padding-top:3rem}.celebration-image[data-v-cf85ecd0]{width:100%;height:300px;background-image:url(/img/celebration.5fc2300a.svg);background-size:contain;background-position:50%;background-repeat:no-repeat;margin:2rem 0}.pricing[data-v-cf85ecd0]{margin:2rem 0;display:flex;flex-direction:column;align-items:center}.price-tag[data-v-cf85ecd0]{background:linear-gradient(135deg,#1e1e1e,#2a2a2a);border:3px solid var(--color-primary);border-radius:15px;padding:2rem;margin-bottom:2rem;box-shadow:0 10px 30px rgba(196,115,23,.4);text-align:center;transform:scale(1.1);transition:all .3s ease}.price-tag[data-v-cf85ecd0]:hover{transform:scale(1.15);box-shadow:0 15px 40px rgba(196,115,23,.6)}.original-price[data-v-cf85ecd0]{font-size:1.5rem;color:#999;text-decoration:line-through;margin-bottom:.5rem}.discount[data-v-cf85ecd0]{display:inline-block;background-color:var(--color-primary);color:#fff;font-weight:700;padding:.5rem 1rem;border-radius:50px;margin:.5rem 0;font-size:1.4rem;animation:pulse-cf85ecd0 2s infinite}.current-price[data-v-cf85ecd0]{font-size:3rem;font-weight:800;color:var(--color-primary);margin:1rem 0;text-shadow:0 2px 5px rgba(0,0,0,.3)}.price-note[data-v-cf85ecd0]{font-size:1.1rem;color:#ddd;margin-bottom:.5rem;font-style:italic}.validity[data-v-cf85ecd0]{font-size:1.2rem;color:var(--color-primary-light);font-weight:500}@keyframes pulse-cf85ecd0{0%{transform:scale(1);box-shadow:0 0 0 0 rgba(196,115,23,.7)}70%{transform:scale(1.05);box-shadow:0 0 0 10px rgba(196,115,23,0)}to{transform:scale(1);box-shadow:0 0 0 0 rgba(196,115,23,0)}}@media (max-width:768px){.hero-title[data-v-cf85ecd0]{font-size:2.2rem}.section-title[data-v-cf85ecd0]{font-size:2rem}.facilidade .container[data-v-cf85ecd0],.interface .container[data-v-cf85ecd0]{flex-direction:column}.facilidade-image[data-v-cf85ecd0],.interface-image[data-v-cf85ecd0]{width:100%;height:300px;order:1}.facilidade-content[data-v-cf85ecd0],.interface-content[data-v-cf85ecd0]{order:2}.steps[data-v-cf85ecd0]{flex-direction:column;gap:1rem}.step[data-v-cf85ecd0]{width:100%}}