*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-gradient:none;--bg-color:#000;--primary-text-color:#f0f0f0;--font-family-base:"Georgia", "Times New Roman", serif;--container-width:1140px;--card-bg-color:#1a202c;--secondary-text-color:#fff;--accent-color:#00f0c0;--accent-color-darker:#00c49a;--border-color:#fff;--header-pill-border-color:#3a475a80;--input-border-color:#fff;--accent-color-rgb:0, 240, 192;--header-height:50px;--header-content-effective-height:50px;--success-color:#10b981;--error-color:#ef4444;--hero-text-shadow:0 2px 10px #00000080;--btn-hover-bg-color:#1a202c;--btn-bg-color:transparent}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 20px)}.fade-in-section{opacity:0;will-change:opacity, transform;transition-property:opacity,transform;transition-duration:.8s;transition-timing-function:cubic-bezier(.2,.8,.2,1);transform:translateY(40px)}.fade-in-section.is-visible{opacity:1;transform:none}body{font-family:var(--font-family-base);background-image:var(--bg-gradient);background-color:var(--bg-color);color:var(--primary-text-color);background-attachment:fixed;line-height:1.6;position:relative}#particles-js{z-index:-10;width:100%;height:100%;position:fixed;top:0;left:0}a{color:var(--accent-color);text-decoration:none;transition:color .3s}a:hover{color:var(--accent-color-darker)}ul{list-style:none}img{max-width:100%;height:auto;display:block}h1,h2,h4,p,strong,label{color:var(--primary-text-color)}h1{margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;line-height:1.2}h2{margin-bottom:1rem;font-size:2.5rem}h4{margin-bottom:1rem;font-size:1.1rem;font-weight:600}p{color:var(--secondary-text-color);margin-bottom:1rem}label{color:var(--secondary-text-color);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.6rem;font-size:.9rem;font-weight:500;display:block}strong{font-weight:600}.container{max-width:var(--container-width);z-index:1;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;position:relative}section{z-index:1;padding:80px 0;position:relative}.btn{color:var(--primary-text-color);cursor:pointer;text-align:center;letter-spacing:.02em;background:linear-gradient(#141414 0%,#050505 100%);border:1px solid #ffffff1a;border-radius:9999px;justify-content:center;align-items:center;gap:.75rem;padding:.8rem 2.2rem;font-family:inherit;font-size:1rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 15px #00000080,inset 0 1px #ffffff0d}.btn:hover{color:var(--accent-color);background:linear-gradient(#1e1e1e 0%,#0a0a0a 100%);border-color:#00f0c04d;transform:translateY(-2px);box-shadow:0 8px 25px #00f0c026,inset 0 1px #ffffff0d}.arrow-icon{transition:transform .3s cubic-bezier(.4,0,.2,1)}.btn:hover .arrow-icon{transform:translate(4px)}.header{z-index:1000;background-color:#0000;width:100%;padding:.5rem 0;transition:padding .3s;position:fixed;top:0;left:0}.navbar.container{background:linear-gradient(145deg, rgba(var(--accent-color-rgb), .08), rgba(var(--card-bg-color), .4));-webkit-backdrop-filter:blur(20px);border:1px solid #ffffff1a;border-radius:20px;justify-content:space-between;align-items:center;width:95%;max-width:1280px;height:80px;margin-left:auto;margin-right:auto;padding:0 2rem;display:flex;box-shadow:0 10px 30px #00000080}.navbar-left{align-items:center;display:flex}.navbar-left .logo{height:var(--header-content-effective-height);width:145px;display:block;position:relative}#our-dream{padding:80px 0}.our-dream-wrapper{background:linear-gradient(145deg, rgba(var(--accent-color-rgb), .05), rgba(var(--card-bg-color), .5));-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(var(--accent-color-rgb), .15);border-radius:15px;align-items:center;gap:3.5rem;padding:3.5rem;display:flex;box-shadow:0 10px 30px #00000026}.our-dream-content{flex:1}.our-dream-tag{color:var(--accent-color);text-transform:uppercase;letter-spacing:.5px;background-color:rgba(var(--accent-color)), .1;border:1px solid rgba(var(--accent-color-rgb), .3);border-radius:8px;margin-bottom:1.5rem;padding:8px 16px;font-size:.8rem;font-weight:700;line-height:1.2;display:inline-block}.our-dream-content h2{text-align:left;margin-bottom:1.5rem;font-size:2.5rem;font-weight:600;line-height:1.2}.our-dream-content p{margin-bottom:2.5rem;font-size:1.05rem;line-height:1.7}.our-dream-buttons .btn-secondary{background-color:var(--btn-bg-color);border-color:var(--border-color);color:var(--primary-text-color)}.our-dream-buttons .btn-secondary:hover{background-color:var(--accent-color);color:var(--bg-color);border-color:var(--accent-color)}.our-dream-image{flex:1;justify-content:center;align-items:center;display:flex;position:relative}.our-dream-image img{filter:brightness(.8)contrast(1.2);border-radius:10px;max-width:100%;height:auto}.created-by-tag{color:#ffffffb3;letter-spacing:.5px;background-color:#00000080;border-radius:5px;padding:5px 10px;font-size:.75rem;font-weight:500;position:absolute;bottom:0;right:0}.logo-img-header{width:auto;max-width:none;height:55px;transition:transform .3s,height .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.nav-list{background-color:var(--bg-color);z-index:999;opacity:0;visibility:hidden;pointer-events:none;border-left:1px solid var(--header-pill-border-color);flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:400px;height:100vh;padding:60px 20px;transition:transform .5s cubic-bezier(.77,0,.175,1),opacity .4s ease-out,visibility 0s linear .5s;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-8px 0 25px #0000004d}.nav-list.active{opacity:1;visibility:visible;pointer-events:auto;transition:transform .5s cubic-bezier(.77,0,.175,1),opacity .4s ease-in,visibility linear;transform:translate(0)}.nav-link{color:var(--secondary-text-color);padding:.5rem 0;font-size:.9rem;font-weight:500;transition:color .3s;position:relative}.nav-link:after{content:"";background-color:var(--accent-color);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.nav-link:hover,.nav-link.active{color:var(--primary-text-color)}.nav-link:hover:after,.nav-link.active:after{width:100%}.navbar-right{height:var(--header-content-effective-height);align-items:center;gap:1.2rem;display:flex}.social-icons-header{align-items:center;gap:.75rem;display:flex}.social-icons-header a{background-color:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .3s,transform .3s;display:flex}.social-icons-header a:hover{background-color:#ffffff1a;transform:translateY(-2px)}.social-icons-header a img{object-fit:contain;width:16px;height:16px}.btn-agendar{border-radius:25px;padding:.5rem 1rem;font-size:.8rem}.nav-toggle{cursor:pointer;z-index:1001;background:0 0;border:none;width:40px;height:40px;margin-left:auto;padding:0;display:none;position:relative}.mobile-only-item{display:none}.hamburger-icon{background-color:var(--primary-text-color);width:25px;height:3px;transition:background-color .3s,transform .3s;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hamburger-icon:before,.hamburger-icon:after{content:"";background-color:var(--primary-text-color);width:25px;height:3px;transition:transform .3s,top .3s,background-color .3s;position:absolute;left:0}.hamburger-icon:before{top:-8px}.hamburger-icon:after{top:8px}.nav-toggle.active .hamburger-icon{background-color:#0000}.nav-toggle.active .hamburger-icon:before{top:0;transform:rotate(45deg)}.nav-toggle.active .hamburger-icon:after{top:0;transform:rotate(-45deg)}.hero{text-align:center;justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.chatbot-overlap-section{margin-top:-80px;padding-bottom:120px}.chatbot-box{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(145deg,#00f0c00d,#1a202ccc);border:1px solid #ffffff1a;box-shadow:0 25px 50px #000c}.logo-carousel-wrapper{width:100%;max-width:var(--container-width);z-index:3;padding:20px 15px;position:absolute;bottom:80px;left:50%;overflow:hidden;transform:translate(-50%)}.logo-carousel-track{align-items:center;gap:60px;width:max-content;animation:20s linear infinite scroll-logos;display:flex}.logo-carousel-track img{object-fit:contain;opacity:.5;filter:grayscale()brightness(1.8);flex-shrink:0;width:auto;height:32px;transition:all .3s}.logo-carousel-track img:hover{opacity:1;filter:grayscale(0%)brightness()}@keyframes scroll-logos{0%{transform:translate(0)}to{transform:translate(-50%)}}.hero-bg-video{object-fit:cover;z-index:0;width:100vw;min-width:100%;height:100vh;min-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:0 0}.custom-scrollbar::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#fff3}.hero-video-overlay{z-index:1;background:linear-gradient(#00000080 0%,#000000b3 70%,#000 100%);width:100%;height:100%;position:absolute;top:0;left:0}#chatbot-section-nav{z-index:10;margin-top:-160px;position:relative}.hero-content{z-index:2;flex-direction:column;align-items:center;width:100%;max-width:800px;padding:0 15px;display:flex}.hero-tag-accent{color:var(--bg-color);text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(145deg, var(--accent-color), var(--accent-color-darker));box-shadow:0 2px 8px rgba(var(--accent-color-rgb), .2);border-radius:8px;margin-bottom:1.5rem;padding:8px 16px;font-size:.8rem;font-weight:700;line-height:1.2;display:inline-block}.hero-content h1{text-shadow:var(--hero-text-shadow);color:var(--primary-text-color);margin-top:0;margin-bottom:.5rem;font-size:4.5rem;font-weight:600;line-height:1.1}.hero-content h1 .highlight,.hero-content h1 span{color:var(--accent-color)}.hero-tags-container{width:100%;max-width:480px;height:auto;margin-top:0;margin-bottom:.75rem;position:relative}.tags-img{object-fit:contain;width:100%;height:auto;max-height:240px;margin-top:-100px;margin-bottom:-100px;display:block}.hero-content p{max-width:650px;color:var(--secondary-text-color);text-shadow:var(--hero-text-shadow);margin:0 auto 2.5rem;font-size:1.2rem;line-height:1.7}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:1.5rem;display:flex}.hero-buttons .btn{border-radius:15px;padding:.9rem 2.2rem;font-size:1.05rem}.hero-sub-link{text-align:center;color:var(--primary-text-color);margin-top:0;font-size:1rem;display:block}.hero-sub-link b{color:var(--accent-color);font-weight:600}.contact{overflow:hidden}.contact-wrapper{background:linear-gradient(145deg, rgba(var(--accent-color-rgb), .05), rgba(var(--card-bg-color), .5));-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(var(--accent-color-rgb), .15);border-radius:15px;gap:3.5rem;padding:3.5rem;display:flex;box-shadow:0 10px 30px #00000026}.contact-info{flex:1;padding-right:2rem}.contact-info h2{text-align:left;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:2.2rem;font-weight:600;position:relative}.contact-info h2:after{content:"";background-color:var(--accent-color);border-radius:2px;width:50px;height:3px;position:absolute;bottom:0;left:0}.contact-info p{margin-bottom:2.5rem;font-size:1.05rem;line-height:1.7}.contact-info ul{flex-direction:column;gap:2rem;margin-bottom:2rem;display:flex}.contact-info li{align-items:center;gap:1.2rem;display:flex}.info-icon{background-color:rgba(var(--accent-color-rgb), .15);width:48px;height:48px;color:var(--accent-color);border:1px solid rgba(var(--accent-color-rgb), .3);border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;transition:transform .3s,box-shadow .3s;display:flex}.info-icon:hover{box-shadow:0 0 15px rgba(var(--accent-color-rgb), .3);transform:scale(1.1)}.info-icon img{max-width:22px;max-height:22px}.contact-info strong{color:var(--primary-text-color);margin-bottom:.3rem;font-size:1rem;display:block}.contact-info li p{color:var(--secondary-text-color);margin-bottom:0;font-size:.9rem}.contact-form{flex:1.3}.form-group{margin-bottom:1.8rem;position:relative}.form-group input,.form-group textarea{background-color:rgba(var(--bg-color), .7);border:1px solid var(--input-border-color);width:100%;color:var(--primary-text-color);border-radius:15px;padding:1rem 1.2rem;font-family:inherit;font-size:1rem;transition:border-color .3s,box-shadow .3s,background-color .3s}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent-color);background-color:var(--card-bg-color);box-shadow:0 0 0 4px rgba(var(--accent-color-rgb), .15);outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--secondary-text-color);opacity:.7}.form-group textarea{resize:vertical;min-height:130px}.contact-form button[type=submit]{border-radius:15px;width:100%;margin-top:1rem;padding:1.1rem;font-size:1.05rem}#toast-container{top:calc(var(--header-height) + 1rem);z-index:9999;flex-direction:column;gap:.5rem;display:flex;position:fixed;right:1.5rem}.toast{background-color:var(--card-bg-color);color:var(--primary-text-color);opacity:0;border-left-style:solid;border-left-width:5px;border-radius:15px;min-width:250px;padding:1rem 1.5rem;font-size:.95rem;animation:6s forwards slideInAndOut;transform:translate(100%);box-shadow:0 4px 12px #0003}.toast.error{border-left-color:var(--error-color)}.toast.success{border-left-color:var(--success-color)}.inline-chat-ui{background:linear-gradient(145deg, rgba(var(--accent-color-rgb), .05), rgba(var(--card-bg-color), .5));border-radius:15px;flex-direction:column;width:100%;max-width:700px;height:550px;margin:0 auto;display:flex;overflow:hidden;box-shadow:0 10px 25px #0000004d}.chat-header{border-bottom:1px solid #293969;justify-content:center;align-items:center;padding:15px;display:flex}.chat-header-title{color:#e0e0e0;font-size:1.1rem;font-weight:600}.chat-header-logo{object-fit:contain;flex-shrink:0;width:auto;height:30px;margin-right:12px}.chat-messages{scrollbar-width:thin;scrollbar-color:#4f4f4f #1e1e1e;flex-direction:column;flex-grow:1;gap:12px;padding:15px;display:flex;overflow-y:auto}.chat-messages::-webkit-scrollbar{width:8px}.chat-messages::-webkit-scrollbar-track{background:#293969;border-radius:10px}.chat-messages::-webkit-scrollbar-thumb{background-color:#4f4f4f;border:2px solid #1e1e1e;border-radius:10px}.message{color:#e0e0e0;border-radius:18px;max-width:80%;padding:10px 15px;line-height:1.4}.message.user{color:#fff;background-color:#293969;border-bottom-right-radius:5px;align-self:flex-end}.message.bot{background-color:#0b0f1b;border-bottom-left-radius:5px;align-self:flex-start}.message.bot .bot-avatar{color:#1e1e1e;background-color:#00c49a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;margin-right:10px;font-size:.8rem;font-weight:700;display:inline-flex}.message-content{align-items:flex-start;display:flex}.message-text{word-wrap:break-word}.message.typing-indicator{color:#aaa;align-self:flex-start;padding:5px 15px;font-style:italic}.chat-input-area{padding:12px 15px;display:flex}.chat-input{background:linear-gradient(145deg, rgba(var(--accent-color-rgb), .05), rgba(var(--card-bg-color), .5));color:#e0e0e0;border:1px solid #293969;border-radius:20px;outline:none;flex-grow:1;margin-right:10px;padding:10px 15px;font-size:.95rem}.chat-input:focus{border-color:var(--accent-color)}.send-btn{background-color:var(--accent-color);color:#181818;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.3rem;transition:background-color .2s;display:flex}.send-btn:hover{background-color:var(--accent-color-darker)}.chat-footer{text-align:center;color:#888;padding:8px 15px;font-size:.75rem}#fixed-doubt-footer{width:auto;max-width:var(--container-width);border:1px solid var(--header-pill-border-color);background:linear-gradient(145deg, rgba(var(--accent-color-rgb), .08), rgba(var(--card-bg-color), .6));z-index:1000;border-radius:15px;flex-direction:row;justify-content:center;align-items:center;gap:1.5rem;margin-left:auto;margin-right:auto;padding:.5rem 1.5rem;display:flex;position:fixed;bottom:1rem;left:1rem;right:1rem;box-shadow:0 10px 30px #00000059}#fixed-doubt-footer p{color:#cbd5e1;margin:0;font-size:1rem}#fixed-doubt-footer p strong{color:#e2e8f0}.btn-maia-footer{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#293969,#000);border:1px solid #00f0c0;border-radius:25px;align-items:center;gap:.6rem;padding:.6rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 10px #facc1533,0 1px 3px #0000001a}.btn-maia-footer:hover{background:linear-gradient(135deg,#00f0c0,#000);transform:translateY(-2px);box-shadow:0 6px 15px #00f0c0,0 2px 5px #00000026}.btn-maia-footer:active{transform:translateY(0);box-shadow:0 3px 8px #facc1540,0 1px 2px #0000001a}.btn-maia-footer img{object-fit:contain;flex-shrink:0;width:30px;height:30px}@keyframes slideInAndOut{0%{opacity:0;transform:translate(100%)}10%,15%{opacity:1;transform:translate(0)}85%,90%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}@media (width<=991.98px){.container{max-width:960px}:root{--header-height:70px;--header-content-effective-height:40px}body{padding-top:var(--header-height)}.nav-list1{visibility:hidden;display:none}.header{padding:.25rem 0}.navbar.container{border-radius:15px;padding:.4rem 1rem}.tags-img{margin-top:-50px;margin-bottom:-50px}.navbar-left .logo{height:var(--header-content-effective-height);width:220px}.logo-img-header{height:40px}.nav-toggle{display:block}.navbar-right .social-icons-header,.navbar-right .btn-agendar{display:none}.mobile-only-item{display:block}.hamburger-icon{background-color:var(--primary-text-color);width:25px;height:3px;transition:background-color .3s,transform .3s;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hamburger-icon:before,.hamburger-icon:after{content:"";background-color:var(--primary-text-color);width:25px;height:3px;transition:transform .3s,top .3s,background-color .3s;position:absolute;left:0}.hamburger-icon:before{top:-8px}.hamburger-icon:after{top:8px}.nav-toggle.active .hamburger-icon{background-color:#0000}.nav-toggle.active .hamburger-icon:before{top:0;transform:rotate(45deg)}.nav-toggle.active .hamburger-icon:after{top:0;transform:rotate(-45deg)}.nav-list{background-color:var(--bg-color);z-index:999;opacity:0;visibility:hidden;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;padding:60px 20px;transition:transform .5s cubic-bezier(.77,0,.175,1),opacity .4s ease-out,visibility 0s linear .5s;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%)}.nav-list.active{opacity:1;visibility:visible;pointer-events:auto;transition:transform .5s cubic-bezier(.77,0,.175,1),opacity .4s ease-in,visibility linear;transform:translate(0)}.nav-item{text-align:center;width:100%;margin-bottom:20px}.nav-item:last-of-type{margin-bottom:0}.nav-link{color:var(--primary-text-color);padding:15px 0;font-size:1.4rem;font-weight:500;transition:color .2s,background-color .2s;display:block}.nav-link:hover,.nav-link.active{color:var(--accent-color);background-color:rgba(var(--accent-color-rgb), .1);border-radius:8px}.btn-agendar-mobile{border-radius:15px;width:100%;max-width:300px;margin:20px auto;padding:15px 30px;font-size:1.1rem}.social-icons-mobile{justify-content:center;gap:20px;margin-top:30px;display:flex}.social-icons-mobile a{background-color:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;transition:background-color .3s,transform .3s;display:flex}.social-icons-mobile a:hover{background-color:#ffffff26;transform:translateY(-3px)}.social-icons-mobile a img{width:22px;height:22px}footer{z-index:998}@media (width<=767.98px){section{padding:60px 0}h1{font-size:2.8rem}h2{font-size:2rem}.nav-list1{visibility:hidden;display:none}:root{--header-content-effective-height:35px}.navbar-left .logo{height:var(--header-content-effective-height);width:160px}.logo-img-header{height:45px}.navbar.container{border-radius:15px;padding:.3rem 1rem}.hero-tag-accent{margin-bottom:1.2rem;padding:6px 12px;font-size:.75rem}.hero-content h1{margin-bottom:.3rem;font-size:2.8rem}.hero-tags-container{max-width:380px;margin-bottom:.5rem}.tags-img{max-height:240px}.hero-content p{max-width:90%;margin-bottom:1.8rem;font-size:1rem}.hero-buttons .btn{border-radius:15px;padding:.8rem 1.8rem;font-size:.9rem}.hero-sub-link{font-size:.95rem}.contact-wrapper{flex-direction:column;gap:2rem;padding:2rem}.contact-info p{font-size:1rem}.form-group input,.form-group textarea{border-radius:15px;padding:.9rem 1rem}.nav-link{font-size:1.3rem}.btn-agendar-mobile{padding:12px 25px;font-size:1rem}.social-icons-mobile a{width:40px;height:40px}.social-icons-mobile a img{width:20px;height:20px}.nav-item{margin-bottom:15px}#fixed-doubt-footer{flex-direction:row;gap:.5rem;padding:.6rem 1rem}#fixed-doubt-footer p{font-size:.9rem}.btn-maia-footer{padding:.6rem 1.2rem;font-size:.9rem}.btn-maia-footer svg{width:16px;height:16px}body{padding-bottom:130px}}@media (width<=575.98px){body{font-size:15px}section{padding:40px 0}h1{font-size:2.2rem}.nav-list1{visibility:hidden;display:none}:root{--header-content-effective-height:30px}.navbar-left .logo{height:var(--header-content-effective-height);width:160px}.logo-img-header{height:50px}.navbar.container{border-radius:15px;padding:.25rem .75rem}.nav-toggle{font-size:1.6rem}.hero-tag-accent{justify-content:center;align-items:center;margin-bottom:1rem;padding:5px 10px;font-size:.7rem}.hero-content h1{margin-bottom:.25rem;font-size:2.2rem;line-height:1.2}.hero-tags-container{max-width:280px;margin-bottom:.4rem}.tags-img{max-height:240px}.hero-content p{margin-bottom:1.5rem;font-size:.9rem}.hero-buttons{flex-direction:column;align-items:center;gap:1rem;width:100%}.hero-buttons .btn{border-radius:15px;width:100%;max-width:280px}.hero-sub-link{font-size:.9rem}.contact-wrapper{padding:1.5rem}.contact-info h2{font-size:1.8rem}.form-group input,.form-group textarea{border-radius:15px;padding:.8rem}.btn{border-radius:15px;padding:.9rem 1rem}.contact-form button[type=submit]{border-radius:15px;padding:1rem;font-size:1rem}.nav-link{font-size:1.1rem}.btn-agendar-mobile{padding:10px 20px;font-size:.95rem}.social-icons-mobile{gap:15px}.social-icons-mobile a{width:35px;height:35px}.social-icons-mobile a img{width:18px;height:18px}.nav-item{margin-bottom:10px}#fixed-doubt-footer{gap:.4rem}#fixed-doubt-footer p{font-size:.85rem}.btn-maia-footer{padding:.5rem 1rem;font-size:.85rem}.btn-maia-footer svg{width:14px;height:14px}}}#services{text-align:center;padding:80px 0}#services h2{color:var(--primary-text-color);margin-bottom:3rem;font-size:2.8rem;font-weight:600}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-content:center;align-items:stretch;gap:2rem;display:grid}.service-card{background:linear-gradient(145deg, rgba(var(--accent-color-rgb), .05), rgba(var(--card-bg-color), .5));-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(var(--accent-color-rgb), .15);text-align:left;border-radius:15px;flex-direction:column;align-items:flex-start;padding:2rem;transition:transform .3s,box-shadow .3s,background-color .3s;display:flex;box-shadow:0 10px 25px #0000004d}.service-card:hover{box-shadow:0 15px 35px #0006, 0 0 15px rgba(var(--accent-color-rgb), .2);background:linear-gradient(145deg, rgba(var(--accent-color-rgb), .08), rgba(var(--card-bg-color), .7));transform:translateY(-5px)}.card-icon{background-color:rgba(var(--accent-color-rgb), .15);border:1px solid rgba(var(--accent-color-rgb), .3);border-radius:15px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1.5rem;display:flex}.card-icon img{object-fit:contain;width:28px;height:28px}.service-card h3{color:var(--primary-text-color);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.service-card p{color:var(--secondary-text-color);flex-grow:1;margin-bottom:1.5rem;font-size:.95rem}.card-link{color:var(--accent-color);align-items:center;gap:.5rem;font-weight:500;transition:color .3s;display:inline-flex}.card-link:hover{color:var(--accent-color-darker)}.card-link .arrow-icon{font-size:1rem;transition:transform .3s}.card-link:hover .arrow-icon{transform:translate(5px)}@media (width<=991.98px){#services h2{font-size:2.5rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.service-card{margin-left:15px;margin-right:15px;padding:1.8rem}.card-icon{width:45px;height:45px;margin-bottom:1.2rem}.card-icon img{width:25px;height:25px}.service-card h3{font-size:1.4rem}.service-card p{margin-bottom:1.2rem;font-size:.9rem}}@media (width<=767.98px){#services h2{margin-bottom:2rem;font-size:2.2rem}.services-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.service-card{margin-left:15px;margin-right:15px;padding:1.5rem}.card-icon{width:40px;height:40px;margin-bottom:1rem}.card-icon img{width:22px;height:22px}.service-card h3{font-size:1.3rem}.service-card p{margin-bottom:1rem;font-size:.85rem}}@media (width<=575.98px){#services h2{margin-bottom:1.5rem;font-size:1.8rem}.service-card{gap:2rem;margin-left:15px;margin-right:15px;padding:1.2rem}.card-icon{width:35px;height:35px}.card-icon img{width:20px;height:20px}.service-card h3{font-size:1.2rem}.service-card p{font-size:.8rem}.card-link{font-size:.9rem}}@media (width<=991.98px){.our-dream-wrapper{flex-direction:column;gap:2rem;margin-left:15px;margin-right:15px;padding:2.5rem}.our-dream-content h2{font-size:2.2rem}.our-dream-content p{font-size:1rem}}@media (width<=767.98px){.our-dream-wrapper{gap:2rem;margin-left:15px;margin-right:15px;padding:2rem}.our-dream-content h2{text-align:center;font-size:1.8rem}.our-dream-content p{text-align:center;font-size:.9rem}.our-dream-buttons .btn-secondary{padding:.8rem 1.8rem;font-size:.9rem}.created-by-tag{padding:4px 8px;font-size:.7rem}}@media (width<=575.98px){.our-dream-wrapper{margin-left:15px;margin-right:15px;padding:1.5rem}.our-dream-content h2{text-align:center;font-size:1.8rem}.our-dream-content p{text-align:center;font-size:.9rem}.our-dream-tag{width:fit-content;margin:0 auto 1rem;display:block}.our-dream-buttons{justify-content:center;display:flex}.our-dream-buttons .btn-secondary{width:100%;max-width:250px}.our-dream-image{padding:1rem 0}}#ai-agents{text-align:center;padding:80px 0}.ai-agents-tag{color:var(--bg-color);text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(145deg, var(--accent-color), var(--accent-color-darker));box-shadow:0 2px 8px rgba(var(--accent-color-rgb), .2);border-radius:8px;margin-bottom:1.5rem;padding:8px 16px;font-size:.8rem;font-weight:700;line-height:1.2;display:inline-block}#ai-agents h2{color:var(--primary-text-color);margin-bottom:1rem;font-size:2.8rem;font-weight:600;line-height:1.2}#ai-agents p{max-width:700px;color:var(--secondary-text-color);margin:0 auto 3rem;font-size:1.1rem}.brabaflow-diagram{aspect-ratio:16/9;justify-content:center;align-items:center;width:100%;max-width:900px;margin:0 auto;display:flex;position:relative}.brabaflow-center-image{object-fit:contain;filter:brightness(.8)contrast(1.2);z-index:1;width:60%;max-width:500px;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.agent-card{background:linear-gradient(145deg, rgba(var(--accent-color-rgb), .05), rgba(var(--card-bg-color), .5));-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(var(--accent-color-rgb), .1);z-index:2;border-radius:15px;align-items:center;gap:1rem;padding:1rem 1.5rem;transition:transform .3s,box-shadow .3s;display:flex;position:absolute;box-shadow:0 5px 15px #0003}.agent-card:hover{box-shadow:0 8px 20px #0000004d, 0 0 10px rgba(var(--accent-color-rgb), .15);transform:translateY(-3px)}.agent-card img{object-fit:cover;border:2px solid var(--accent-color);border-radius:50%;flex-shrink:0;width:90px;height:90px}.agent-info h4{color:var(--primary-text-color);white-space:nowrap;margin-bottom:.2rem;font-size:1.1rem;font-weight:600}.agent-info small{color:var(--secondary-text-color);white-space:nowrap;font-size:.8rem}.agent-marketing{top:15%;left:3%}.agent-sales{top:15%;right:0%}.agent-automation{bottom:15%;left:3%}.agent-analytics{bottom:15%;right:0%}.agent-projects{bottom:0;left:50%;transform:translate(-50%)}@media (width<=991.98px){#ai-agents h2{font-size:2.5rem}#ai-agents p{max-width:600px;margin-bottom:2.5rem;font-size:1rem}.brabaflow-diagram{aspect-ratio:4/3;max-width:700px}.brabaflow-center-image{width:70%}.agent-card{gap:.8rem;padding:.8rem 1.2rem}.agent-card img{width:75px;height:75px}.agent-info h4{font-size:1rem}.agent-info small{font-size:.75rem}.agent-marketing{top:10%;left:2%}.agent-sales{top:10%;right:2%}.agent-automation{bottom:10%;left:2%}.agent-analytics{bottom:10%;right:2%}.agent-projects{bottom:0;left:50%;transform:translate(-50%)}}@media (width<=767.98px){#ai-agents h2{font-size:2.2rem;line-height:1.1}#ai-agents p{margin-bottom:2rem;font-size:.95rem}.brabaflow-diagram{aspect-ratio:1/1.2;flex-direction:column;justify-content:flex-start;align-items:center;max-width:350px;height:600px;padding-top:50px}.brabaflow-center-image{width:90%;max-width:300px;margin-bottom:30px;position:relative;top:auto;left:auto;transform:none}.agent-card{width:80%;max-width:300px;margin-bottom:20px;position:relative;inset:auto;transform:none}.agent-card:last-child{margin-bottom:0}}@media (width<=575.98px){#ai-agents h2{font-size:1.8rem}#ai-agents p{font-size:.9rem}.brabaflow-diagram{max-width:300px;height:550px}.brabaflow-center-image{width:100%;max-width:250px;margin-bottom:25px}.agent-card{gap:.6rem;width:90%;max-width:280px;margin-bottom:15px;padding:.7rem 1rem}.agent-card img{width:40px;height:40px}.agent-info h4{font-size:.95rem}.agent-info small{font-size:.7rem}}#tech-tags{padding:60px 0;overflow:hidden}.tech-tags-wrapper{width:max-content;animation:60s linear infinite scrollTags;display:flex}.tech-tags-wrapper:hover{animation-play-state:paused}.tech-tags-grid{flex-wrap:nowrap;flex-shrink:0;justify-content:flex-start;align-items:center;gap:1.2rem;padding-right:1.2rem;display:flex}.tech-tag-item{background:linear-gradient(145deg, rgba(var(--accent-color-rgb), .05), rgba(var(--card-bg-color), .5));color:var(--secondary-text-color);white-space:nowrap;cursor:default;border:1px solid #ffffff0d;border-radius:8px;padding:.8rem 1.5rem;font-size:.9rem;font-weight:500;transition:background-color .3s,transform .2s,box-shadow .3s}#tech-logos{padding:60px 0}.tech-logos-grid{flex-wrap:wrap;justify-content:center;gap:1.2rem;max-width:1200px;margin:0 auto;display:flex}.tech-logo-item{width:80px;height:auto;transition:transform .2s,box-shadow .3s}.tech-logo-item:hover{box-shadow:0 5px 15px #0003, 0 0 10px rgba(var(--accent-color-rgb), .1);transform:translateY(-3px)}@media (width<=991.98px){.tech-logos-grid{gap:1rem}.tech-logo-item{width:70px}}@media (width<=767.98px){#tech-logos{padding:40px 0}.tech-logos-grid{gap:.8rem}.tech-logo-item{width:60px}}@media (width<=575.98px){#tech-logos{padding:30px 0}.tech-logos-grid{gap:.6rem}.tech-logo-item{width:50px}}.tech-tag-item:hover{background-color:rgba(var(--accent-color-rgb), .1);box-shadow:0 5px 15px #0003, 0 0 10px rgba(var(--accent-color-rgb), .1);transform:translateY(-3px)}@keyframes scrollTags{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=991.98px){.tech-tags-grid{gap:1rem}.tech-tag-item{padding:.7rem 1.3rem;font-size:.85rem}.tech-tags-wrapper{animation-duration:50s}}@media (width<=767.98px){#tech-tags{padding:40px 0}.tech-tags-grid{gap:.8rem}.tech-tag-item{border-radius:6px;padding:.6rem 1rem;font-size:.8rem}.tech-tags-wrapper{animation-duration:50s}}@media (width<=575.98px){#tech-tags{padding:30px 0}.tech-tags-grid{gap:.6rem}.tech-tag-item{border-radius:5px;padding:.5rem .8rem;font-size:.75rem}.tech-tags-wrapper{animation-duration:50s}}#process-section{text-align:center;padding:80px 0}.process-header{margin-bottom:3.5rem}.process-tag{color:var(--bg-color);text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(145deg, var(--accent-color), var(--accent-color-darker));box-shadow:0 2px 8px rgba(var(--accent-color-rgb), .2);border-radius:8px;margin-bottom:1.5rem;padding:8px 16px;font-size:.8rem;font-weight:700;line-height:1.2;display:inline-block}#process-section h2{color:var(--primary-text-color);margin-bottom:1rem;font-size:2.8rem;font-weight:600;line-height:1.2}#process-section p{max-width:800px;color:var(--secondary-text-color);margin:0 auto;font-size:1.1rem}.process-steps-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-content:center;align-items:start;gap:2rem;display:grid}.process-step-card{background:linear-gradient(145deg, rgba(var(--accent-color-rgb), .05), rgba(var(--card-bg-color), .5));-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(var(--accent-color-rgb), .15);text-align:center;border-radius:15px;flex-direction:column;align-items:center;margin-left:15px;margin-right:15px;padding:2.5rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 10px 25px #0000004d}.process-step-card:hover{box-shadow:0 15px 35px #0006, 0 0 15px rgba(var(--accent-color-rgb), .2);transform:translateY(-5px)}.step-number-container{justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:1.5rem;display:flex;position:relative}.step-number{color:rgba(var(--accent-color-rgb), .2);z-index:1;font-size:6rem;font-weight:700;line-height:1;position:absolute}.step-image{z-index:2;object-fit:contain;width:60px;height:60px;filter:brightness(.8) contrast(1.2) drop-shadow(0 0 8px rgba(var(--accent-color-rgb), .5));position:relative}.process-step-card h3{color:var(--primary-text-color);margin-bottom:1rem;font-size:1.8rem;font-weight:600}.process-step-card p{color:var(--secondary-text-color);margin-bottom:0;font-size:.95rem}@media (width<=991.98px){.process-header{margin-bottom:3rem}#process-section h2{font-size:2.5rem}#process-section p{font-size:1rem}.process-steps-grid{gap:1.5rem}.process-step-card{padding:2rem}.step-number{font-size:5rem}.step-image{width:55px;height:55px}.process-step-card h3{font-size:1.6rem}.process-step-card p{font-size:.9rem}}@media (width<=767.98px){.process-header{margin-bottom:2.5rem}#process-section h2{font-size:2.2rem}#process-section p{font-size:.95rem}.process-steps-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.process-step-card{padding:1.8rem}.step-number{font-size:4.5rem}.step-image{width:50px;height:50px}.process-step-card h3{font-size:1.4rem}.process-step-card p{font-size:.85rem}}@media (width<=575.98px){.process-header{margin-bottom:2rem}#process-section h2{font-size:1.8rem}#process-section p{font-size:.9rem}.process-step-card{padding:1.5rem}.step-number{font-size:4rem}.step-image{width:45px;height:45px}.process-step-card h3{font-size:1.2rem}.process-step-card p{font-size:.8rem}}#new-life-section{padding:80px 0;overflow:hidden}.new-life-wrapper{background:linear-gradient(145deg, rgba(var(--accent-color-rgb), .03),  rgba(var(--card-bg-color), .4) );-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(var(--accent-color-rgb), .1);border-radius:15px;justify-content:center;align-items:center;gap:4rem;margin-left:15px;margin-right:15px;padding:3.5rem;display:flex;box-shadow:0 10px 30px #0003}.new-life-image-area{flex:1;max-width:50%;position:relative}.new-life-main-image{filter:brightness(.9)contrast(1.1);border-radius:10px;width:100%;height:auto}.new-life-image-overlay-text{color:#fffc;background-color:#0009;border-radius:5px;padding:5px 10px;font-size:.75rem;font-weight:500;line-height:1.3;position:absolute;bottom:10px;right:10px}.new-life-content{text-align:left;flex:1}.new-life-tag{color:var(--bg-color);text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(145deg, var(--accent-color), var(--accent-color-darker));box-shadow:0 2px 8px rgba(var(--accent-color-rgb), .2);border-radius:8px;margin-bottom:1.5rem;padding:8px 16px;font-size:.8rem;font-weight:700;line-height:1.2;display:inline-block}.new-life-content h2{color:var(--primary-text-color);margin-bottom:1rem;font-size:2.5rem;font-weight:600;line-height:1.2}.new-life-content p{color:var(--secondary-text-color);margin-bottom:2rem;font-size:1rem}.new-life-benefits-grid{flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem;display:flex}.benefit-item{background-color:rgba(var(--accent-color-rgb), .08);border:1px solid rgba(var(--accent-color-rgb), .2);color:var(--primary-text-color);border-radius:10px;flex-direction:column;align-items:center;gap:.5rem;min-width:120px;padding:1rem;font-size:.9rem;font-weight:500;transition:transform .2s,box-shadow .3s;display:flex}.benefit-item:hover{box-shadow:0 5px 15px #0003, 0 0 8px rgba(var(--accent-color-rgb), .2);transform:translateY(-3px)}.benefit-icon{object-fit:contain;width:92px;height:92px}.new-life-cta{border-radius:15px;margin-bottom:1rem;padding:.9rem 2.2rem;font-size:1.05rem}.new-life-sub-link{text-align:left;color:var(--primary-text-color);font-size:1rem;display:block}.new-life-sub-link b{color:var(--accent-color);font-weight:600}@media (width<=991.98px){.new-life-wrapper{flex-direction:column;gap:2.5rem;padding:2.5rem}.new-life-image-area{max-width:80%}.new-life-content{text-align:center}.new-life-tag{margin:0 auto 1.5rem}.new-life-content h2{font-size:2.2rem}.new-life-content p{font-size:.95rem}.new-life-benefits-grid{justify-content:center}.new-life-cta{margin:0 auto 1rem}.new-life-sub-link{text-align:center}}@media (width<=767.98px){.new-life-wrapper{padding:2rem}.new-life-image-area{max-width:100%}.new-life-content h2{font-size:2rem}.new-life-content p{font-size:.9rem}.new-life-benefits-grid{gap:1rem}.benefit-item{min-width:100px;padding:.8rem;font-size:.8rem}.benefit-icon{width:28px;height:28px}.new-life-cta{padding:.8rem 1.8rem;font-size:.95rem}.new-life-sub-link{font-size:.9rem}}@media (width<=575.98px){.new-life-wrapper{gap:2rem;padding:1.5rem}.new-life-content h2{font-size:1.8rem}.new-life-content p{margin-bottom:1.5rem;font-size:.85rem}.new-life-benefits-grid{flex-direction:column;align-items:center;gap:.8rem}.benefit-item{width:100%;max-width:180px;padding:.7rem;font-size:.85rem}.benefit-icon{width:24px;height:24px}.new-life-cta{width:100%;max-width:250px;padding:.7rem 1.5rem;font-size:.9rem}.new-life-sub-link{font-size:.85rem}}#powered-by-carousel{text-align:center;padding:60px 0;overflow:hidden}.powered-by-title{color:var(--secondary-text-color);margin-bottom:2rem;font-size:1.2rem;font-weight:500}.powered-by-wrapper{width:max-content;animation:40s linear infinite scrollPoweredBy;display:flex}.powered-by-wrapper:hover{animation-play-state:paused}.powered-by-grid{flex-wrap:nowrap;flex-shrink:0;align-items:center;gap:3rem;padding-right:3rem;display:flex}.powered-by-logo{object-fit:contain;filter:brightness(.8);opacity:.7;width:auto;height:35px;transition:opacity .3s,filter .3s}.powered-by-logo:hover{opacity:1;filter:brightness()}@keyframes scrollPoweredBy{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=991.98px){.powered-by-grid{gap:2.5rem;padding-right:2.5rem}.powered-by-logo{height:30px}.powered-by-wrapper{animation-duration:35s}}@media (width<=767.98px){#powered-by-carousel{padding:40px 0}.powered-by-grid{gap:2rem;padding-right:2rem}.powered-by-logo{height:25px}.powered-by-wrapper{animation-duration:30s}}@media (width<=575.98px){#powered-by-carousel{padding:30px 0}.powered-by-title{margin-bottom:1.5rem;font-size:1rem}.powered-by-grid{gap:1.5rem;padding-right:1.5rem}.powered-by-logo{height:20px}.powered-by-wrapper{animation-duration:25s}}#faq-section{text-align:center;padding:80px 0}.faq-header{margin-bottom:3.5rem}.faq-tag{color:var(--bg-color);text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(145deg, var(--accent-color), var(--accent-color-darker));box-shadow:0 2px 8px rgba(var(--accent-color-rgb), .2);border-radius:8px;margin-bottom:1.5rem;padding:8px 16px;font-size:.8rem;font-weight:700;line-height:1.2;display:inline-block}#faq-section h2{color:var(--primary-text-color);margin-bottom:1rem;font-size:2.8rem;font-weight:600;line-height:1.2}.faq-accordion{text-align:left;max-width:800px;margin:0 auto}.accordion-item{background:linear-gradient(145deg, rgba(var(--accent-color-rgb), .05), rgba(var(--card-bg-color), .5));-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(var(--accent-color-rgb), .1);border-radius:15px;margin-bottom:1rem;margin-left:15px;margin-right:15px;transition:all .3s;overflow:hidden;box-shadow:0 5px 15px #0003}.accordion-item:last-child{margin-bottom:0}.accordion-header{width:100%;color:var(--primary-text-color);cursor:pointer;text-align:left;background-color:#0000;border:none;justify-content:space-between;align-items:center;padding:1.2rem 2rem;font-size:1.15rem;font-weight:600;transition:background-color .3s,color .3s;display:flex}.accordion-header:hover{background-color:rgba(var(--accent-color-rgb), .05);color:var(--accent-color)}.accordion-icon{flex-shrink:0;width:24px;height:24px;transition:transform .3s;position:relative}.accordion-icon:before,.accordion-icon:after{content:"";background-color:var(--accent-color);transition:transform .3s;position:absolute}.accordion-icon:before{width:2px;height:100%;top:0;left:50%;transform:translate(-50%)}.accordion-icon:after{width:100%;height:2px;top:50%;left:0;transform:translateY(-50%)}.accordion-item.active .accordion-icon:before{transform:translate(-50%)rotate(90deg)}.accordion-item.active .accordion-icon:after{transform:translateY(-50%)rotate(180deg)}.accordion-content{max-height:0;color:var(--secondary-text-color);padding:0 2rem;font-size:.95rem;line-height:1.6;transition:max-height .4s ease-out,padding .4s ease-out;overflow:hidden}.accordion-content p{margin-bottom:0;padding-bottom:1.5rem}.accordion-item.active .accordion-content{max-height:200px;padding-bottom:1.5rem}@media (width<=991.98px){.faq-header{margin-bottom:3rem}#faq-section h2{font-size:2.5rem}.accordion-header{padding:1rem 1.5rem;font-size:1.1rem}.accordion-content{padding:0 1.5rem;font-size:.9rem}.accordion-content p{padding-bottom:1.2rem}}@media (width<=767.98px){.faq-header{margin-bottom:2.5rem}#faq-section h2{font-size:2.2rem}.accordion-item{border-radius:10px}.accordion-header{padding:.9rem 1.2rem;font-size:1rem}.accordion-icon{width:20px;height:20px}.accordion-content{padding:0 1.2rem;font-size:.85rem}.accordion-content p{padding-bottom:1rem}}@media (width<=575.98px){.faq-header{margin-bottom:2rem}#faq-section h2{font-size:1.8rem}.accordion-item{border-radius:8px}.accordion-header{padding:.8rem 1rem;font-size:.95rem}.accordion-icon{width:18px;height:18px}.accordion-icon:before,.accordion-icon:after{width:1.5px;height:18px}.accordion-icon:after{width:18px;height:1.5px}.accordion-content{padding:0 1rem;font-size:.8rem}.accordion-content p{padding-bottom:.8rem}}#main-footer{border:1px solid rgba(var(--accent-color-rgb), .1);color:var(--secondary-text-color);z-index:1;padding:80px 0 0;font-size:.9rem;position:relative}.footer-content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;padding-bottom:4rem;display:grid}.footer-column h4{color:var(--primary-text-color);text-transform:uppercase;letter-spacing:.5px;margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.footer-column ul{padding:0;list-style:none}.footer-column ul li{margin-bottom:.8rem}.footer-column ul li a{color:var(--secondary-text-color);text-decoration:none;transition:color .3s}.footer-column ul li a:hover{color:var(--accent-color)}.footer-column p{color:var(--secondary-text-color);margin-bottom:.6rem;line-height:1.5}.reclame-aqui-logo{width:120px;height:auto;margin-top:1rem;display:block}.footer-newsletter .newsletter-form input{width:100%;color:var(--primary-text-color);border:1px solid #333;border-radius:8px;margin-bottom:.8rem;padding:.8rem 1rem;font-family:inherit;font-size:.9rem}.footer-newsletter .newsletter-form input:focus{border-color:var(--accent-color);outline:none}.footer-newsletter .newsletter-form .privacy-text{margin-bottom:1.2rem;font-size:.75rem;line-height:1.4}.footer-newsletter .newsletter-form .privacy-text a{color:var(--accent-color);text-decoration:none;transition:color .3s}.footer-newsletter .newsletter-form .privacy-text a:hover{text-decoration:underline}.footer-newsletter .newsletter-form .btn{border-radius:10px;width:auto;padding:.7rem 1.5rem;font-size:.9rem}.footer-bottom{background:linear-gradient(145deg, rgba(var(--accent-color-rgb), .05), rgba(var(--card-bg-color), .5))}.footer-bottom-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.copyright{color:#888;max-width:60%;font-size:.75rem;line-height:1.6}.footer-links-bottom{flex-wrap:wrap;gap:1.5rem;display:flex}.footer-links-bottom a{color:#888;font-size:.8rem;text-decoration:none;transition:color .3s}.footer-links-bottom a:hover{color:var(--accent-color)}.back-to-top{color:#888;align-items:center;gap:.5rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:color .3s;display:flex}.back-to-top:hover{color:var(--accent-color)}.arrow-icon-up{font-size:1.2rem;line-height:1}.whatsapp-float{color:#fff;z-index:1000;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;transition:transform .3s,box-shadow .3s;display:none;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 10px #0003}.whatsapp-float:hover{transform:translateY(-3px);box-shadow:0 6px 15px #0000004d}.whatsapp-float img{object-fit:contain;width:30px;height:30px}@media (width<=991.98px){#main-footer{padding:60px 0 0}.footer-content{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;padding-bottom:3rem}.footer-column h4{margin-bottom:1rem}.footer-column ul li{margin-bottom:.6rem}.footer-newsletter .newsletter-form .btn{padding:.6rem 1.2rem;font-size:.85rem}.footer-bottom{padding:1.5rem 0}.copyright{text-align:center;order:2;max-width:100%}.footer-bottom-content{flex-direction:column;gap:1rem}.footer-links-bottom{order:1;justify-content:center}.back-to-top{order:0;margin-bottom:1rem}.whatsapp-float{width:50px;height:50px;bottom:15px;right:15px}.whatsapp-float img{width:28px;height:28px}}@media (width<=767.98px){#main-footer{padding:50px 0 0}.footer-content{grid-template-columns:1fr;gap:2rem;padding-bottom:2rem}.footer-column{text-align:center}.footer-column ul{flex-wrap:wrap;justify-content:center;gap:.8rem;display:flex}.footer-column ul li{margin-bottom:0}.footer-newsletter .newsletter-form input,.footer-newsletter .newsletter-form .btn{max-width:300px;margin-left:auto;margin-right:auto}.reclame-aqui-logo{margin:1rem auto 0}}@media (width<=575.98px){#main-footer{padding:40px 0 0}.footer-content{gap:1.5rem}.footer-column h4{font-size:1rem}.footer-column p,.footer-column ul li a{font-size:.85rem}.footer-newsletter .newsletter-form .privacy-text{font-size:.7rem}.footer-bottom{padding:1rem 0}.copyright,.footer-links-bottom a,.back-to-top{font-size:.7rem}.back-to-top .arrow-icon-up{font-size:1rem}.whatsapp-float{width:45px;height:45px;bottom:10px;right:10px}.whatsapp-float img{width:25px;height:25px}.tech-tags,.tech-tags-wrapper{visibility:hidden;display:none}}
