@font-face{font-family:Asgard;src:url(/assets/AsgardTrial-Bold-D70dmi4n.ttf)format("truetype")}@font-face{font-family:fix;src:url(/assets/Poppins-Medium-Cxde2ZoM.ttf)format("truetype")}::selection{background-color:var(--sohub-black);color:var(--sohub-white)}*{box-sizing:border-box;margin:0;padding:0;font-family:Asgard,sans-serif}:root{--sohub-white:#f0f6f8;--sohub-black:#0c1016;--sohub-grey:#a5abad;--sohub-soft-grey:#d9e0e3;--brand-pink:#f8024b;--ease-spring:cubic-bezier(.22, .68, 0, 1.5)}.sohub-root{background-color:var(--sohub-white);color:var(--sohub-black);font-family:Asgard,sans-serif;overflow-x:hidden}.fix{text-transform:uppercase;letter-spacing:2px;font-family:fix,sans-serif!important}.sh-header{z-index:1000;justify-content:center;width:100%;display:flex;position:fixed;top:30px;left:0}.sh-nav-pill{background-color:var(--sohub-black);border-radius:100px;align-items:center;gap:40px;padding:8px 12px 8px 30px;display:flex}.sh-logo-nav{color:#fff;letter-spacing:-1px;font-size:20px;text-decoration:none}.sh-nav-links{align-items:center;gap:30px;display:flex}.sh-nav-links a{color:#fff;font-size:13px;text-decoration:none}.sh-chat-btn{background-color:var(--sohub-soft-grey);transition:.3s var(--ease-spring);border-radius:100px;align-items:center;gap:15px;padding:6px 6px 6px 20px;display:flex;color:var(--sohub-black)!important}.sh-chat-btn:hover{transform:scale(1.05)}.sh-circle-icon{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;display:flex}.sh-circle-icon i{color:var(--sohub-black);font-size:18px}.sh-hero{justify-content:center;align-items:center;height:100vh;padding:0 5%;display:flex;position:relative}.sh-giant-title{letter-spacing:-18px;margin:0;font-size:clamp(100px,22vw,450px);line-height:.8}.sh-hero-sub{margin-top:20px;font-size:clamp(20px,3.5vw,56px)}.sh-hero-render{z-index:-1;position:absolute;top:20%;right:15%}.sh-float-icon{color:var(--sohub-black);opacity:.1;animation:6s ease-in-out infinite float;font-size:15vw!important}.sh-work{padding:120px 5%}.sh-section-tag{color:var(--sohub-grey);margin-bottom:30px;display:block}.sh-description-text{letter-spacing:-4px;max-width:1400px;font-size:clamp(32px,6vw,100px);line-height:.9}.sh-h-word{color:#0000;background:linear-gradient(90deg, var(--sohub-black), var(--sohub-grey), var(--sohub-black));background-size:200%;-webkit-background-clip:text;background-clip:text;animation:5s infinite gradMove}.sh-projects-grid{grid-template-columns:1fr 1fr;gap:40px;margin-top:80px;display:grid}.sh-project-card{aspect-ratio:16/10;background:var(--sohub-soft-grey);border-radius:32px;position:relative;overflow:hidden}.sh-project-image-wrap{width:100%;height:100%;transition:.5s var(--ease-spring);background-image:url(/assets/template-BfHpwxg1.png);background-position:50%;background-repeat:no-repeat;background-size:cover}.sh-project-card:hover .sh-project-image-wrap{transform:scale(1.02)}.sh-project-overlay{z-index:2;background:linear-gradient(#0000,#0009);align-items:flex-end;padding:40px;display:flex;position:absolute;inset:0}.sh-project-title{color:#fff;transition:.4s var(--ease-spring);align-items:center;gap:20px;display:flex;transform:translate(-50px)}.sh-project-card:hover .sh-project-title{transform:translate(0)}.sh-project-title h3{margin:0;font-size:42px}.sh-arrow{opacity:0;font-size:32px;transition:all .3s}.sh-project-card:hover .sh-arrow{opacity:1}.sh-services{padding-bottom:120px;padding-inline:5%}.sh-service-card{background-color:var(--sohub-black);color:#fff;border-radius:56px;padding:120px 80px}.sh-service-title{letter-spacing:-8px;font-size:clamp(50px,10vw,150px);line-height:.85}.text-grey{color:var(--sohub-grey)}.sh-service-desc{max-width:600px;color:var(--sohub-grey);margin-top:50px;font-size:24px}.sh-tags{gap:15px;margin-top:60px;display:flex}.sh-tags span{color:var(--sohub-grey);border:1px solid #333;border-radius:100px;padding:10px 25px;font-size:12px}.sh-footer{background-color:var(--sohub-white);text-align:center;position:relative}.sh-footer-bg-text{color:#242c3a;z-index:1000;letter-spacing:-2vw;margin-bottom:-4vw;font-size:20vw;line-height:.7}.sh-footer-main{background-color:var(--sohub-black);z-index:5;color:#fff;border-radius:100px 100px 0 0;padding:100px 40px;position:relative}.sh-footer-title{letter-spacing:-6px;font-size:clamp(40px,8vw,120px)}.sh-footer-sub{color:var(--sohub-grey);margin-top:10px;font-size:24px;display:block}.sh-footer-socials{justify-content:center;gap:20px;margin-top:50px;display:flex}.sh-social-link{color:#fff;background:#1e232c;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:20px;text-decoration:none;transition:all .3s;display:flex}.sh-social-link:hover{background:#333;transform:scale(1.1)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-30px)}}@keyframes gradMove{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@media (width<=900px){.sh-giant-title{letter-spacing:-5px}.sh-projects-grid{grid-template-columns:1fr}.sh-service-card{padding:60px 30px}}.sh-modal-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2000;background:#0006;position:fixed;inset:0}.sh-chat-modal{background-color:var(--sohub-white);z-index:2001;border-radius:35px;flex-direction:column;width:100%;max-width:550px;margin:40px;padding:60px;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-20px 0 60px #0000000d}.sh-modal-header{justify-content:space-between;align-items:center;margin-bottom:60px;display:flex}.sh-modal-header h2{letter-spacing:-2px;color:var(--sohub-black);margin:0;font-size:38px}.sh-close-btn{background:var(--sohub-soft-grey);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.sh-modal-form{flex-direction:column;flex:1;gap:35px;display:flex}.sh-input-group{flex-direction:column;gap:8px;display:flex}.sh-input-group label{color:var(--sohub-grey);font-size:10px}.sh-input-group input,.sh-input-group textarea{border:none;border-bottom:2px solid var(--sohub-soft-grey);color:var(--sohub-black);background:0 0;outline:none;padding:12px 0;font-family:Asgard,sans-serif;font-size:18px}.sh-input-group input:focus,.sh-input-group textarea:focus{border-color:var(--sohub-black)}.sh-submit-pill{background-color:var(--sohub-black);color:#fff;cursor:pointer;width:fit-content;transition:.3s var(--ease-spring);border:none;border-radius:100px;align-items:center;gap:20px;margin-top:20px;padding:8px 8px 8px 30px;font-family:Asgard,sans-serif;font-size:14px;display:flex}.sh-submit-pill:hover{transform:scale(1.05)translate(10px)}.sh-info-drawer-simple{background-color:var(--sohub-white);z-index:2001;border-radius:35px;flex-direction:column;width:100%;max-width:380px;margin:40px;display:flex;position:fixed;top:0;bottom:0;right:0;overflow:hidden;box-shadow:-20px 0 60px #0000000d}.sh-info-drawer-simple .sh-info-drawer-header{border-bottom:none;justify-content:space-between;align-items:center;padding:32px 32px 0;display:flex}.sh-info-drawer-simple .sh-info-drawer-header h2{letter-spacing:-1px;margin:0;font-family:Asgard,sans-serif;font-size:28px}.sh-info-drawer-simple .sh-close-btn{background:var(--sohub-soft-grey);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.sh-info-drawer-simple .sh-info-drawer-body-simple{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:24px;padding:40px 32px;display:flex}.sh-simple-badge{background:var(--sohub-black);color:#fff;letter-spacing:1px;border-radius:100px;padding:10px 24px;font-family:fix,sans-serif;font-size:28px;font-weight:600;display:inline-block}.sh-simple-heart{color:var(--sohub-black);justify-content:center;align-items:center;gap:8px;font-family:fix,sans-serif;font-size:20px;display:flex}.sh-simple-heart i{color:#ff4d4d;font-size:24px;animation:1.5s infinite heartbeat}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@media (width<=768px){.sh-info-drawer-simple{border-radius:35px 35px 0 0;max-width:100%;height:90vh;margin:0;top:10%}.sh-info-drawer-simple .sh-info-drawer-header{padding:24px 24px 0}.sh-info-drawer-simple .sh-info-drawer-header h2{font-size:24px}.sh-info-drawer-simple .sh-close-btn{width:40px;height:40px}.sh-simple-badge{padding:8px 20px;font-size:22px}.sh-simple-heart{font-size:18px}.sh-simple-heart i{font-size:20px}}.sh-drawer-buttons{flex-direction:column;gap:12px;width:100%;margin-top:20px;padding:0 32px 32px;display:flex}html{scroll-behavior:smooth}.sh-drawer-btn{background:var(--sohub-black);color:#fff;cursor:pointer;border:none;border-radius:40px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 20px;font-family:fix,sans-serif;font-size:14px;text-decoration:none;transition:all .2s;display:inline-flex}.sh-drawer-btn:hover{background:#1e232c}@media (width<=768px){.sh-drawer-buttons{padding:0 24px 24px}.sh-drawer-btn{padding:10px 16px;font-size:13px}}@media (width<=1024px){.sh-giant-title{letter-spacing:-1.2vw;font-size:18vw}.sh-description-text{font-size:60px}.sh-service-card{padding:80px 40px}}@media (width<=768px){.sh-header{padding:0 20px;top:auto;bottom:25px}.sh-nav-pill{justify-content:space-between;width:100%;padding:10px 10px 10px 25px}.sh-nav-links a{display:none}.sh-logo-nav{font-size:16px}.sh-chat-btn{gap:10px;padding:6px 6px 6px 18px}.sh-chat-btn span{font-size:11px}.sh-circle-icon{width:32px;height:32px}.sh-hero{height:auto;min-height:85vh;padding:140px 24px 60px;display:block}.sh-giant-title{letter-spacing:-2vw;margin-left:-5px;font-size:24vw;line-height:.75}.sh-hero-sub{border-left:3px solid var(--sohub-black);max-width:250px;margin-top:40px;padding-left:15px;font-size:18px}.sh-hero-render{text-align:right;margin-bottom:-50px;position:relative;top:-30px}.sh-float-icon{opacity:.08;font-size:45vw!important}.sh-work{padding:80px 24px}.sh-description-text{letter-spacing:-2px;font-size:42px;line-height:.95}.sh-projects-grid{grid-template-columns:1fr;gap:35px;margin-top:50px}.sh-project-card{aspect-ratio:4/5;border-radius:24px}.sh-project-title h3{font-size:28px}.sh-services{padding:0 24px 100px}.sh-service-card{text-align:left;border-radius:40px;padding:80px 25px}.sh-service-title{letter-spacing:-4px;max-width:400px;font-size:50px;line-height:.85}.sh-service-desc{margin-top:30px;font-size:18px}.sh-tags{flex-wrap:wrap;gap:8px;margin-top:40px}.sh-footer-bg-text{opacity:.5;margin-bottom:-4vw;font-size:25vw}.sh-footer-main{border-radius:40px 40px 0 0;width:100%;padding:100px 24px}.sh-footer-title{letter-spacing:-4px;font-size:42px}.sh-footer-sub{font-size:14px}.sh-social-link{width:50px;height:50px;font-size:18px}.sh-chat-modal{border-radius:35px 35px 0 0;width:100%;max-width:100%;height:90vh;margin:0;padding:40px 24px;top:10%}.sh-modal-header{margin-bottom:40px}.sh-modal-header h2{font-size:32px}.sh-modal-form{gap:25px}.sh-input-group input,.sh-input-group textarea{padding:12px 0;font-size:16px}.sh-submit-pill{justify-content:space-between;width:100%;height:60px;padding:10px 10px 10px 25px}.sh-modal-contact-info p{font-size:20px}}@media (width<=400px){.sh-giant-title{font-size:82px}.sh-description-text{font-size:34px}.sh-service-title{font-size:50px}}.fundo-escuro ::selection{background-color:var(--sohub-white);color:var(--sohub-black)}[style*="background-color: var(--sohub-black)"] ::selection{background-color:var(--sohub-white);color:var(--sohub-black)}.not-found-container{background-color:#f0f6f8;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;overflow:hidden}.not-found-container i{color:#0c1016;font-size:100px}.back-home-btn{color:#f0f6f8;cursor:pointer;background-color:#0c1016;border:none;border-radius:40px;margin-top:40px;padding:12px 28px;font-family:fix,sans-serif;font-size:14px;text-decoration:none;transition:background .2s;display:inline-block}.back-home-btn:hover{background-color:#2a2f36}
