:root{--foreground-rgb:0,0,0;--background-start-rgb:255,255,255;--background-end-rgb:255,255,255;--sidebar-width:320px;--header-height:80px}@media (prefers-color-scheme:dark){:root{--foreground-rgb:0,0,0;--background-start-rgb:255,255,255;--background-end-rgb:255,255,255}}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;color:rgb(var(--foreground-rgb));background:linear-gradient(to bottom,transparent,rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb));font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}@keyframes slideInFromLeft{0%{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideOutToLeft{0%{transform:translateX(0);opacity:1}to{transform:translateX(-100%);opacity:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes gradientShift{0%{background-position:0}50%{background-position:100%}to{background-position:0}}@keyframes ripple{0%{transform:scale(0);opacity:.5}20%{transform:scale(25);opacity:.3}to{transform:scale(40);opacity:0}}@keyframes loadingBar{0%{transform:translateX(-100%)}50%{transform:translateX(0)}to{transform:translateX(100%)}}.animate-loading-bar{animation:loadingBar 2s ease-in-out infinite}@keyframes gentlePulse{0%,to{opacity:1}50%{opacity:.7}}.animate-gentle-pulse{animation:gentlePulse 2s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-float{animation:float 3s ease-in-out infinite}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fadeInUp .5s ease-out forwards}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-down{animation:fadeInDown .5s ease-out forwards}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.animate-scale-in{animation:scaleIn .3s ease-out forwards}@keyframes slideInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.animate-slide-in-right{animation:slideInRight .4s ease-out forwards}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.sidebar-overlay{background:rgba(0,0,0,.5);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.sidebar-content{background:linear-gradient(135deg,#fff,#f8fafc);box-shadow:16px 0 32px rgba(0,0,0,.1)}.sidebar-scrollbar::-webkit-scrollbar{width:4px}.sidebar-scrollbar::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.sidebar-scrollbar::-webkit-scrollbar-thumb{background:#888;border-radius:2px}.sidebar-scrollbar::-webkit-scrollbar-thumb:hover{background:#555}.header-glass{background:hsla(0,0%,100%,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid hsla(0,0%,100%,.8);box-shadow:0 4px 30px rgba(0,0,0,.05)}.banner-gradient{background:linear-gradient(90deg,#4f46e5,#7c3aed 25%,#db2777 50%,#7c3aed 75%,#4f46e5);background-size:200% auto;animation:gradientShift 8s ease infinite}.glass-effect{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2)}.glass-effect,.glass-effect-dark{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.glass-effect-dark{background:rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.2)}.sidebar-backdrop{z-index:50}.sidebar-main{z-index:60}.card-hover{transition:transform .2s ease,box-shadow .2s ease}.card-hover:hover{transform:translateY(-2px);box-shadow:0 10px 25px -5px rgba(0,0,0,.1)}::-moz-selection{background-color:rgba(59,130,246,.5);color:#fff}::selection{background-color:rgba(59,130,246,.5);color:#fff}:focus{outline:2px solid transparent;outline-offset:2px}:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}a,button{transition:all .2s ease-in-out}html{scroll-behavior:smooth}@media screen and (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}@media print{.no-print{display:none!important}}:root{--chrome-fab-bottom:8.25rem;--chrome-fab-bottom-expanded:13rem;--chrome-cookie-bottom:7.5rem}.bottom-menu-glass{background:rgba(15,23,42,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.1);box-shadow:0 8px 32px rgba(0,0,0,.3)}.bottom-menu-expandable-glass{background:rgba(15,23,42,.98);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border:1px solid rgba(59,130,246,.3);box-shadow:0 12px 40px rgba(0,0,0,.4)}@keyframes slideUpExpand{0%{transform:translateY(5rem) scale(.1);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@keyframes slideDownItem{0%{transform:translateY(-3rem);opacity:0}to{transform:translateY(0);opacity:1}}.animate-slide-up-expand{animation:slideUpExpand .5s cubic-bezier(.5,1.8,.4,.8) forwards}.animate-slide-down-item-1{animation:slideDownItem .4s ease-out .2s forwards}.animate-slide-down-item-2{animation:slideDownItem .4s ease-out .3s forwards}.animate-slide-down-item-3{animation:slideDownItem .4s ease-out .4s forwards}.rotate-icon-animation{transform:rotate(135deg);transition:transform .4s ease}.whatsapp-btn-normal{bottom:var(--chrome-fab-bottom)!important;transition:bottom .3s ease-in-out}.whatsapp-btn-expanded{bottom:var(--chrome-fab-bottom-expanded)!important;transition:bottom .3s ease-in-out}.whatsapp-btn-solo{bottom:1.5rem!important;transition:bottom .3s ease-in-out}.whatsapp-menu-normal{bottom:calc(var(--chrome-fab-bottom) + 3.75rem)!important;transition:bottom .3s ease-in-out}.whatsapp-menu-expanded{bottom:calc(var(--chrome-fab-bottom-expanded) + 3.75rem)!important;transition:bottom .3s ease-in-out}.whatsapp-menu-solo{bottom:5.25rem!important;transition:bottom .3s ease-in-out}.bottom-32{bottom:8rem}.bottom-36{bottom:9rem}@keyframes cookieSlideUp{0%{transform:translateY(100%) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@keyframes cookieSlideDown{0%{transform:translateY(0) scale(1);opacity:1}to{transform:translateY(100%) scale(.95);opacity:0}}@keyframes cookieModalFadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes cookieModalFadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.animate-cookie-slide-up{animation:cookieSlideUp .5s cubic-bezier(.175,.885,.32,1.275) forwards}.animate-cookie-slide-down{animation:cookieSlideDown .3s ease-in forwards}.animate-cookie-modal-in{animation:cookieModalFadeIn .3s ease-out forwards}.animate-cookie-modal-out{animation:cookieModalFadeOut .2s ease-in forwards}.has-bottom-chrome{padding-bottom:calc(7.5rem + env(safe-area-inset-bottom, 0px))}html{font-size:16px}@media (max-width:639px){html{font-size:14px}h1{font-size:1.875rem!important;line-height:2.25rem!important}h2{font-size:1.5rem!important;line-height:2rem!important}}@media (min-width:640px) and (max-width:767px){html{font-size:15px}}@media (min-width:768px) and (max-width:1023px){html{font-size:16px}}@media (min-width:1024px){html{font-size:16px}}img,video{max-width:100%;height:auto}a,button,input[type=button],input[type=submit]{min-height:44px;min-width:44px}h1,h2,h3,p{overflow-wrap:break-word;word-wrap:break-word;hyphens:auto}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}