@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap);body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.colors.pink.c-text{color:#ff0476}.colors.pink.c-background{background-color:#ff0476}.colors.pink.border{border-color:#ff0476}.colors.yellow{background-color:#ffc107}.colors.yellow.border{border-color:#ffc107}html{scroll-behavior:smooth}@-webkit-keyframes anchor{0%{width:100px}50%{width:50px}to{opacity:1px}}@keyframes anchor{0%{width:100px}50%{width:50px}to{opacity:1px}}#root{overflow:hidden}.app .section{margin-top:60px;padding:40px 20px}@media only screen and (max-width:1280px){.app .section{margin-top:10px;padding:10px 20px}}.app .title{font-family:"Nunito Sans";font-weight:900;font-size:34px;margin-bottom:4rem;position:relative;color:#161635}.app .title:before{position:absolute;margin-top:50px;content:"";width:100px;background-color:#ff0476;height:12px;border-radius:3px;-webkit-animation:anchor 6s cubic-bezier(.53,.53,.53,.53);animation:anchor 6s cubic-bezier(.53,.53,.53,.53);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.app .sub-title{font-family:"Nunito Sans";font-weight:700;margin-bottom:1rem;color:#161635;height:35px;font-size:23px;font-style:italic;padding-top:.71429rem}.app .sub-title .fa-icon{font-size:35px;font-weight:lighter;margin-right:10px;color:#5c6689}.app .get-started{height:2em;font-size:2em;padding:0 30px;margin-top:20px}.ant-btn-primary{font-family:"Nunito Sans";background-color:#ff0476!important;border-color:#ff0476!important}.ant-btn-primary:focus,.ant-btn-primary:hover{background-color:#ff2689!important;border-color:#ff2689!important}.btn-call-to-action{background-color:#393!important}.triangle-background-image{position:absolute;width:100%;height:50vh;-webkit-clip-path:polygon(67% 0,110% 0,30% 100%,28% 100%);clip-path:polygon(67% 0,110% 0,30% 100%,28% 100%);background-image:url(/images/abstractbg.jpg);background-blend-mode:lighten;background-color:hsla(0,0%,100%,.55);background-position:50%;background-size:contain;top:0;left:0}@media (max-width:545px){.triangle-background-image{height:50vh!important}}.contact-world-points{width:100%;height:50%;-webkit-clip-path:polygon(-12% 0,0 70%,123% 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);background-image:url(https://upload.wikimedia.org/wikipedia/commons/thumb/6/67/Pacific_centered_world_map_with_points.svg/512px-Pacific_centered_world_map_with_points.svg.png);background-blend-mode:lighten;background-color:rgba(255,38,137,.15);background-position:100%;background-size:contain;position:absolute;left:0;margin-top:-100px;background-repeat:no-repeat}.menu{height:100px;transition:height .5s;display:flex;flex-direction:row;align-items:center;position:relative;max-width:100%;justify-content:center}.menu .show-mobile-menu-btn{font-size:40px;display:none}.menu .show-mobile-menu-btn.hidden{display:none}@media only screen and (max-width:1280px){.menu .show-mobile-menu-btn{display:inline-block;position:absolute;top:33px;right:20px}.menu .show-mobile-menu-btn.times{top:43px!important;right:33px!important}}.menu.float{position:fixed!important;z-index:9999;background-color:#f5f7fa;max-width:100vw;left:0;width:100%;height:50px;transition:height .5s;top:0;box-shadow:0 0 30px 10px rgba(16,22,36,.1);padding:0 50px}.menu.float .logo{max-height:45px;transition:all .5s}@media only screen and (max-width:1280px){.menu.float .logo{max-height:50px}}@media only screen and (max-width:1280px){.menu.float{height:100px}}.menu .logo{max-width:200px}@media only screen and (max-width:1280px){.menu .logo{margin:20px 0 0 20px}}.menu .mobile-links{width:0;display:none}@media only screen and (max-width:1280px){.menu .mobile-links{display:flex;flex-direction:column;position:fixed;list-style:none;padding-right:10px;padding-top:100px;top:0;right:0;margin-bottom:10px;background-color:rgba(245,247,250,.95);height:100vh;z-index:1000;align-items:center;width:auto;padding-left:0;box-shadow:0 0 55px 10px rgba(0,0,0,.8);transition:width .5s;border:none;align-items:flex-end}.menu .mobile-links.hidden{width:0;display:none;transition:width .5s}.menu .mobile-links li{border-radius:100%;margin-bottom:5px;padding:0 10px;text-align:right}.menu .mobile-links li a{color:rgba(0,0,0,.85)!important;font-weight:700}.menu .mobile-links li a:after{margin-top:35px;right:20px;border:1px solid #ff0476;width:80px;content:" ";position:absolute;transition:width .1s}}.menu .links{list-style:none;padding:0;margin-bottom:0;margin-left:auto;display:flex;flex-direction:row}@media only screen and (max-width:1280px){.menu .links{display:none!important}}.menu .links li{margin-left:5px;margin-right:5px;display:inline-flex;font-weight:700;font-size:1.2em;font-family:"Nunito Sans"}.menu .links li a{position:relative;padding:1rem 0 .5rem;margin:0 .5rem;text-decoration:none;color:#000}.menu .links li a:after{content:"";position:absolute;left:50%;bottom:0;-webkit-transform:translateX(-50%) scaleX(0);transform:translateX(-50%) scaleX(0);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;width:100%;height:4px;border-radius:3px;background-color:#ff0476;transition:-webkit-transform .25s;transition:transform .25s;transition:transform .25s,-webkit-transform .25s}.menu .links li a:hover:after{-webkit-transform:translateX(-50%) scaleX(1);transform:translateX(-50%) scaleX(1)}.menu .links li:first-child{margin-right:20px;margin-left:0!important}.menu .links li:last-child{margin-left:20px;margin-right:0!important}.header{background-color:#f5f7fa;text-align:center;display:flex;min-height:50vh;box-shadow:0 0 30px 10px rgba(16,22,36,.1);padding:20px 150px 50px}@media only screen and (max-width:1000px){.header{padding:10px}}.header h1{font-size:3.5rem;font-weight:900;font-family:"Nunito Sans";margin-bottom:20px;margin-top:20px}.contact-us .message-form-result{margin-bottom:30px}.contact-us .alternative-contacts{align-items:center;padding:0;max-resolution:0}.contact-us .alternative-contacts .whatsapp-icon{color:green;margin-right:3px}.contact-us .btn-actions{display:flex;flex-direction:row-reverse}.contact-us .btn-actions .send{display:flex;align-items:center;height:35px!important;font-size:1.2em}.contact-us .btn-actions .send:disabled{background-color:#ccc!important;border-color:#ccc!important;color:#8a8a8a}@media only screen and (max-width:1280px){.contact-us .title:before{margin-top:82px!important}}.contact-us h3 small{display:block}.footer{background-color:#f5f7fa;margin-top:100px;font-family:"Nunito Sans";border:solid #e6e9ef;border-width:1px 0 0;box-shadow:0 0 30px 10px rgba(16,22,36,.1);padding-bottom:100px}.footer .logo{max-width:100px}.footer .qr-contact{max-width:100%;max-height:100%}.footer small{display:block;margin-top:5px}.graphic-design{padding:80px 0 40px}@media only screen and (max-width:1280px){.graphic-design .title:before{margin-top:82px!important}}.graphic-design:hover .section-image{-webkit-transform:rotateY(25deg) rotateX(15deg);transform:rotateY(25deg) rotateX(15deg);transition:-webkit-transform 2s;transition:transform 2s;transition:transform 2s,-webkit-transform 2s}.graphic-design .section-image{background-image:url(/images/image2.png);background-position:50%;background-size:contain;background-repeat:no-repeat;min-height:400px;transition:all 1.5s}.graphic-design .tab-50px{padding-left:50px}.graphic-design .text-box{font-family:"Nunito Sans";color:#5c6689;font-size:16px;font-weight:400}.web-development{padding:40px 0}@media only screen and (max-width:1000px){.web-development .row:first-child{display:flex;flex-direction:column-reverse}}.web-development:hover .section-image{-webkit-transform:rotateY(25deg) rotateX(-15deg);transform:rotateY(25deg) rotateX(-15deg);transition:-webkit-transform 2s;transition:transform 2s;transition:transform 2s,-webkit-transform 2s}.web-development .section-image{order:0;background-image:url(/images/image1.png);background-position:50%;background-size:contain;background-repeat:no-repeat;min-height:400px;transition:all 1.5s}.web-development .tab-50px{padding-left:50px}.web-development .text-box{font-family:"Nunito Sans";color:#5c6689;font-size:16px;font-weight:400}@-webkit-keyframes orbitToIzq{0%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes orbitToIzq{0%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes orbitToDer{0%{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes orbitToDer{0%{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@-webkit-keyframes planetToIzq{0%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes planetToIzq{0%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes planetToDer{0%{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes planetToDer{0%{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}.space{background-color:#fff;width:100%;height:300px;display:flex;align-items:center;justify-content:center;margin-top:150px}@media only screen and (max-width:1000px){.space{margin-bottom:50px;margin-top:0;min-height:450px}}.space .orbit,.space .orbit .planet{position:absolute;border-radius:100%}.space .orbit .planet{width:10px;height:10px}.space .orbit .planet.no-icon{width:20px;height:20px}.space .orbit .planet svg{margin-left:-12.5px;margin-top:-20px;width:50px;height:50px;-webkit-filter:drop-shadow(rgba(0,0,0,.5) 5px 5px 10px);filter:drop-shadow(rgba(0,0,0,.5) 5px 5px 10px)}.space .orbit .planet svg path{fill:#0099f8;stroke:#fff;stroke-width:2px}.space .orbit .planet svg path.github{fill:#1c75bb!important}.space .orbit .planet svg path.linux{fill:#f3bf00!important}.space .orbit .planet svg path.windows{fill:#0cb3ee!important}.space .orbit .planet svg path.php{fill:#3765af!important}.space .orbit .planet svg path.dotnet{fill:#68217a!important}.space .orbit .planet svg path.react{fill:#3765af!important}.space .orbit .planet svg path.apache{fill:#d9d9d9!important}.space .orbit .planet svg path.iis{fill:#0cb3ee!important}.space .orbit .planet svg path.nginx{fill:#43a047!important}.space .orbit .planet svg path.angular{fill:#a60025!important}.space .orbit .planet svg path.jenkins{fill:#388cba!important}.space .orbit .planet svg:hover{cursor:pointer}.space .orbit#first{background-color:transparent;z-index:100;border:1.5px solid #98d0f2;width:100px;height:100px;-webkit-animation:orbitToIzq 85s cubic-bezier(.53,.53,.53,.53) infinite;animation:orbitToIzq 85s cubic-bezier(.53,.53,.53,.53) infinite}.space .orbit#first:hover{border-width:1.5px;-webkit-animation-play-state:paused!important;animation-play-state:paused!important;background-color:rgba(0,0,255,.1)}.space .orbit#first:hover .text-shape{visibility:visible}.space .orbit#first:hover .planet,.space .orbit#first:hover .text-shape{-webkit-animation-play-state:paused!important;animation-play-state:paused!important}.space .orbit#first .planet{-webkit-animation:planetToDer 85s cubic-bezier(.53,.53,.53,.53) infinite;animation:planetToDer 85s cubic-bezier(.53,.53,.53,.53) infinite}.space .orbit#first .planet.one{background-color:orange;margin:50px 0 0 -5px}.space .orbit#first .planet.two{background-color:#00f;margin:50px 0 0 85px}.space .orbit#second{background-color:transparent;z-index:99;border:1.5px solid #0099f8;width:200px;height:200px;-webkit-animation:orbitToDer 75s cubic-bezier(.53,.53,.53,.53) infinite;animation:orbitToDer 75s cubic-bezier(.53,.53,.53,.53) infinite}.space .orbit#second:hover{border-width:1.5px;background-color:rgba(0,0,255,.1)}.space .orbit#second:hover,.space .orbit#second:hover .planet{-webkit-animation-play-state:paused!important;animation-play-state:paused!important}.space .orbit#second .planet{-webkit-animation:planetToIzq 75s cubic-bezier(.53,.53,.53,.53) infinite;animation:planetToIzq 75s cubic-bezier(.53,.53,.53,.53) infinite}.space .orbit#second .planet.one{background-color:orange;margin:0 0 0 90px}.space .orbit#second .planet.two{background-color:#00f;margin:145px 0 0 5px}.space .orbit#second .planet.three{background-color:#ff0;margin:145px 0 0 175px}.space .orbit#third{background-color:transparent;z-index:98;border:1.5px solid #98d0f2;width:300px;height:300px;-webkit-animation:orbitToIzq 60s cubic-bezier(.53,.53,.53,.53) infinite;animation:orbitToIzq 60s cubic-bezier(.53,.53,.53,.53) infinite}.space .orbit#third:hover{border-width:1.5px;background-color:rgba(0,0,255,.1)}.space .orbit#third:hover,.space .orbit#third:hover .planet{-webkit-animation-play-state:paused!important;animation-play-state:paused!important}.space .orbit#third .planet{-webkit-animation:planetToDer 60s cubic-bezier(.53,.53,.53,.53) infinite;animation:planetToDer 60s cubic-bezier(.53,.53,.53,.53) infinite}.space .orbit#third .planet.one{background-color:orange;margin:65px 0 0 15px}.space .orbit#third .planet.two{background-color:#00f;margin:65px 0 0 265px}.space .orbit#third .planet.three{background-color:#ff0;margin:265px 0 0 235px}.space .orbit#third .planet.four{background-color:pink;margin:265px 0 0 45px}.space .orbit#fourth{background-color:transparent;z-index:97;border:1.5px solid #0099f8;width:400px;height:400px;-webkit-animation:orbitToDer 50s cubic-bezier(.53,.53,.53,.53) infinite;animation:orbitToDer 50s cubic-bezier(.53,.53,.53,.53) infinite}.space .orbit#fourth:hover{border-width:1.5px;background-color:rgba(0,0,255,.1)}.space .orbit#fourth:hover,.space .orbit#fourth:hover .planet{-webkit-animation-play-state:paused!important;animation-play-state:paused!important}.space .orbit#fourth .planet{-webkit-animation:planetToIzq 50s cubic-bezier(.53,.53,.53,.53) infinite;animation:planetToIzq 50s cubic-bezier(.53,.53,.53,.53) infinite}.space .orbit#fourth .planet.one{background-color:orange;margin:200px 0 0 -5px}.space .orbit#fourth .planet.two{background-color:#00f;margin:200px 0 0 390px}.space .orbit#fourth .planet.three{background-color:#ff0;margin:390px 0 0 200px}.space .orbit#fourth .planet.four{background-color:pink;margin:5px 0 0 200px}@-webkit-keyframes pulse{25%{opacity:.4}to{-webkit-transform:scale(1.5);transform:scale(1.5)}}@keyframes pulse{25%{opacity:.4}to{-webkit-transform:scale(1.5);transform:scale(1.5)}}.pulse-container svg{margin-top:7px;overflow:visible}.pulse-container .pulse{z-index:99;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-width:130rem;width:200px;height:200px;border:1px solid red}.pulse-container .pulse circle{fill:#98d0f2;-webkit-transform:scale(0);transform:scale(0);opacity:0;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-animation:pulse 2s cubic-bezier(.5,.5,0,1);animation:pulse 2s cubic-bezier(.5,.5,0,1);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.our-workflow{margin-top:0!important}@media only screen and (max-width:1000px){.our-workflow .row:first-child{display:flex;flex-direction:column-reverse}}.our-workflow .tab-50px{padding-left:50px}.our-workflow .text-box{color:#5c6689;font-size:16px;font-weight:400}.our-workflow .text-box,.our-workflow .work-flow-main-info h1,.our-workflow .work-flow-main-info h3{font-family:"Nunito Sans"}.our-workflow .work-flow-main-info h1{font-weight:700;margin-bottom:0}.our-workflow .work-flow-main-info h3{margin-top:0}.our-workflow .work-flow-main-info p button{display:block;margin:30px auto 0}.our-workflow .extra-info{display:flex;align-items:center}.jobs{padding:80px 0 40px;font-family:"Nunito Sans"}.jobs .product-info{max-width:100%;border:1px solid #f0f0f0;padding:10px;border-radius:7px;display:flex;box-shadow:0 0 5px 1px rgba(16,22,36,.1)}.jobs .product-info .shield{width:400px;height:200px;background-image:url(/static/media/v.cf170736.png);background-size:contain;background-position:50%;background-repeat:no-repeat}@media only screen and (max-width:1000px){.jobs .product-info .shield{display:none;visibility:hidden}}.jobs .product-info .shield .triangle-bottomright{width:0;height:0;border-bottom:270px solid #fff;border-left:200px solid transparent;position:inherit;float:right;filter:alpha(opacity=90);-moz-opacity:.9;-khtml-opacity:.9;opacity:.9}.jobs .product-info .body{padding-left:20px;padding-right:25px;max-width:100%}.jobs .product-info .body .call-to-action{text-align:right}@media (max-width:545px){.jobs .product-info .body .call-to-action{height:auto!important}}.jobs .product-info .body .actions{display:flex;align-items:flex-end;flex-direction:row-reverse;padding-bottom:10px;height:100px}@media (max-width:545px){.jobs .product-info .body .actions{width:100%;display:inline}}.jobs .product-info .body .actions button{margin-left:5px;display:flex;align-items:center;height:40px!important}@media (max-width:545px){.jobs .product-info .body .actions button{width:100%;margin-bottom:10px;justify-content:center}}.jobs .product-info .body .actions button.download-brochure{color:#fff}.jobs .product-info .body .actions button.download-brochure:disabled{background-color:#ccc!important;border-color:#ccc!important;color:#8a8a8a}.jobs .product-info .body .actions button.contact{height:55px!important;font-size:1.5em}.jobs .job-list{display:flex;align-items:center;flex-wrap:wrap}.jobs .job-list .job{margin:10px 0 0 2%;display:inline-block;flex-grow:1;width:calc(25% - 11px)}.cookies{z-index:1000;padding:0 10px;position:fixed;bottom:0;width:100vw;background:#fff;box-shadow:0 0 55px 10px rgba(0,0,0,.1);border-top:1px solid #cfcfcf}.cookies .actions{padding-right:20px;display:flex;justify-content:end}.cookies .actions button{margin-left:5px}
/*# sourceMappingURL=main.73718cb0.chunk.css.map */