body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}*{box-sizing:border-box}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body,html{font-family:Poppins,sans-serif;height:100%;margin:0;max-width:100vw;padding:0;width:100%}@media (max-width:620px){body,html{overflow-x:hidden}}.navbar-mobile-cont{align-items:center;background-color:#fff!important;display:flex;flex-direction:row;height:60px;justify-content:space-between;max-width:100%;padding:2%;position:fixed;transition:top .3s;width:100vw;z-index:50}.navbar-mobile-logo{margin-left:3%;object-fit:contain;width:clamp(50px,16vh,110px)}.navbar-mobile-menu{margin-right:5%;width:35px;z-index:5000}.navbar-mobile-items-cont{background-color:#adadad;display:none;display:flex;flex-direction:column;height:100vh;padding-left:50px;padding-right:50px;padding-top:30%;position:absolute;right:0;top:0}.navbar-mobile-item{font-family:Poppins,sans-serif;font-size:25px;position:relative;text-decoration:none}.link-mobile-background{margin-top:20%}.navbar-mobile-item:before{background-color:#33a5f7;bottom:0;content:"";height:1.5px;left:0;position:absolute;-webkit-transform:scaleX(0);transform:scaleX(0);transition:all .3s ease-in-out;visibility:hidden;width:100%}.navbar-mobile-item:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1);visibility:visible}.navbar-cont{align-items:center;display:flex;flex-direction:row;height:55px;justify-content:space-between;position:fixed;transition:top .3s;width:100%;z-index:50}.gradient{background:#fff}.transparente{background:transparent}.navbar-logo{height:35px;margin-left:30px}.navbar-items-cont{display:flex;flex-direction:row;margin-right:20px}.navbar-item{cursor:pointer;font-family:Poppins,sans-serif;margin-right:30px;position:relative;text-decoration:none}.blue{color:#33a5f7;font-weight:500}.black{color:#444}.black:hover{color:#353535}.navbar-item:before{background-color:#33a5f7;bottom:0;content:"";height:1.5px;left:0;position:absolute;-webkit-transform:scaleX(0);transform:scaleX(0);transition:all .3s ease-in-out;visibility:hidden;width:100%}.navbar-item:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1);visibility:visible}.home-cont-page{background-color:#fff;height:100vh;position:relative;width:100%}.home-decoration-left{background:#33a5f7;border-bottom-right-radius:20px;height:85vh;left:0;position:absolute;top:0;width:20px}.home-text-info-cont{margin-top:20px;width:380px}.home-container{align-items:center;display:flex;flex:1 1;flex-direction:row;flex-wrap:wrap-reverse;height:100%;justify-content:space-evenly}.home-img{height:300px;object-fit:contain;padding-right:20px}.home-text{align-items:center;display:flex;justify-content:center}.home-text p{font-family:Poppins,sans-serif;font-size:60px;font-weight:600;margin-bottom:0;margin-top:0}.home-black{color:#444}.home-blue{color:#33a5f7}.home-div-reality{display:flex;flex-direction:row}.home-text-cont{width:550px}.home-text-info{font-size:22px!important;font-weight:350!important}@media screen and (max-width:1150px){.home-img{height:190px;margin-bottom:50px;object-fit:contain}.home-text-cont{margin-left:50px;margin-right:50px;width:100%}.home-text p{font-family:Poppins,sans-serif;font-size:40px;font-weight:600;margin-bottom:0;margin-top:0}.home-text-info-cont{width:300px}}@media screen and (max-width:375px){.home-decoration-left{display:none}}@media screen and (max-width:772px){.home-container{align-items:baseline;justify-content:center}.home-img{margin-bottom:0!important}}@media screen and (max-width:435px){.home-img{height:160px;margin-bottom:50px;margin-top:150px;object-fit:contain}.home-text-cont{margin-left:50px;margin-right:50px;width:100%}.home-text p{font-family:Poppins,sans-serif;font-size:35px;font-weight:600;margin-bottom:0;margin-top:0}.home-text-info-cont{margin-top:20px;width:300px}}.about-cont-page{background:#efefef;display:flex;flex:1 1;flex-direction:row;flex-wrap:wrap;height:100%;min-height:100vh;padding-bottom:30px;padding-top:30px;width:100%}.about-cont-text{align-items:center;display:flex;flex:0.45 1;flex-direction:column}.about-cont-content{display:flex;flex:0.55 1;flex-direction:column;justify-content:space-evenly}.about-content-item{align-items:center;background:#fff;border-radius:10px;box-shadow:5px 5px 25px hsla(0,0%,79%,.562);cursor:default;display:flex;flex-direction:column;height:265px;justify-content:center;min-width:260px;width:260px}.about-content-holder{width:204px}.hidden{display:none}.about-item-img{height:72px;object-fit:contain}.about-item-title{color:#444;font-size:20;margin-bottom:0;margin-top:0}.about-item-text{color:#33a5f7;font-size:14px;font-weight:400;margin-bottom:0;margin-top:5px;max-width:180px}.about-content-item:hover{box-shadow:5px 5px 25px hsla(0,0%,53%,.589)}.about-content-row{align-items:center;display:flex;flex-direction:row;justify-content:space-evenly;margin-right:50px}.page-section-text{color:#33a5f7;font-size:18px;font-weight:300;letter-spacing:3px;margin-bottom:15px;margin-top:0}.about-text{color:#444;font-size:40px;font-weight:600;margin-bottom:5px;margin-top:-10px}.about-cont-text-holder{margin-top:10vh}.fade-in-image{-webkit-animation:fadeIn 4s;animation:fadeIn 4s}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeInUp{0%{-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animated{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;opacity:0}@media screen and (max-width:900px){.about-cont-page{justify-content:center;padding-bottom:50px;padding-top:50px}.about-text{font-size:38px}.about-cont-text{flex:0.8 1;min-width:100vw}.about-cont-content{min-width:100vw}.about-content-row{flex-wrap:wrap;margin-right:0}.about-cont-text-holder{margin:50px 40px 30px}}@media screen and (max-width:600px){.about-cont-page{justify-content:center;padding-bottom:50px;padding-top:50px}.about-content-row{flex-wrap:wrap}.about-text{font-size:32px}.about-cont-text{flex:0.8 1;min-width:100vw}.about-content-row{margin-right:0}.about-content-item{margin-top:50px}.about-cont-text-holder{margin-bottom:30px;margin-top:50px}.about-content-item{height:280px;width:300px}}@media screen and (min-width:600px) and (max-width:1098px){.about-cont-page{flex-direction:column}.about-content-item{margin-top:50px}.about-content-row{width:70vw}.about-cont-content{align-items:center;display:flex}.about-cont-page{padding-bottom:100px}.about-cont-text-holder{margin-bottom:70px}}.trust-cont{color:#fff;position:relative;width:100%}.trust-logo{height:80px;object-fit:contain;opacity:.3}.trust-slider{margin-bottom:100px;margin-top:20px}.noToucheable{height:100px;position:absolute;width:100%;z-index:100}@media screen and (max-width:1070px){.trust-cont{margin-top:80px}}.carousel-item{left:0;position:absolute;top:0}.Carousel{width:100%}.carousel-initialized{overflow:hidden;position:relative}.carousel-arrow.carousel-hidden{display:none}.carousel-track{display:flex;position:relative;width:100%}.carousel-next.block,.carousel-prev.block{opacity:1}.carousel-next,.carousel-prev{align-items:center;background:none;border:none;border-radius:100%;color:transparent;cursor:pointer;display:flex;font-size:0;height:100%;justify-content:center;line-height:0;opacity:0;outline:none;padding:0;position:absolute;top:0;transition:all .3s cubic-bezier(.4,0,.2,1) 0ms;width:40px;z-index:4}.carousel-next:focus,.carousel-next:hover,.carousel-prev:focus,.carousel-prev:hover{color:transparent;opacity:1;outline:none;transition:all .3s cubic-bezier(.4,0,.2,1) 0ms}.carousel-next:focus:before,.carousel-next:hover:before,.carousel-prev:focus:before,.carousel-prev:hover:before{opacity:1}.carousel-next.carousel-disabled:before,.carousel-prev.carousel-disabled:before{opacity:.25}.carousel-next:before,.carousel-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:20px;width:20px}.carousel-prev:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23900' d='m12.586 27.414-10-10a2 2 0 0 1 0-2.828l10-10a2 2 0 1 1 2.828 2.828L8.828 14H28a2 2 0 1 1 0 4H8.828l6.586 6.586c.39.39.586.902.586 1.414s-.195 1.024-.586 1.414a2 2 0 0 1-2.828 0z'/%3E%3C/svg%3E")}.carousel-next:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23900' d='m19.414 27.414 10-10a2 2 0 0 0 0-2.828l-10-10a2 2 0 1 0-2.828 2.828L23.172 14H4a2 2 0 1 0 0 4h19.172l-6.586 6.586c-.39.39-.586.902-.586 1.414s.195 1.024.586 1.414a2 2 0 0 0 2.828 0z'/%3E%3C/svg%3E")}.carousel-next.custom:before,.carousel-prev.custom:before{background-image:unset;content:unset}.carousel-prev{left:0}[dir=rtl] .carousel-prev{left:auto;right:-25px}[dir=rtl] .carousel-prev:before{content:""}.carousel-next{right:0}[dir=rtl] .carousel-next{left:-25px;right:auto}[dir=rtl] .carousel-next:before{content:""}.carousel-dots{display:block;list-style:none;margin-top:1em;padding:0;text-align:center;width:100%}.carousel-dots li{cursor:pointer;display:inline-block;height:20px;margin:0 5px;padding:0;position:relative;width:20px}.carousel-dots li button{background:transparent;border:0;color:transparent;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;outline:none;padding:5px;width:20px}.carousel-dots li button:focus,.carousel-dots li button:hover{outline:none}.carousel-dots li button:focus:before,.carousel-dots li button:hover:before{opacity:1}.carousel-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:40px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.carousel-dots li.carousel-dots-active button:before{color:#000;opacity:.75}.Carousel .carousel-initialized.scrolling .CustomArrow{display:none}.counter-clients-text{align-items:center;display:flex;font-size:70px;font-weight:700;justify-content:center}.counter-client-label,.counter-clients-text{color:#fff;font-family:Poppins,sans-serif;margin-bottom:0;margin-top:0;text-align:center}.counter-client-label{font-size:20px;font-weight:500;margin-right:10px}.counter-clients-cont{align-items:center;background:#33a5f7;display:flex;flex-direction:row;justify-content:space-evenly}.counter-client-cont-val{margin-bottom:30px;margin-top:20px;width:160px}@media screen and (max-width:600px){.counter-client-label{font-size:14px}.counter-clients-text{font-size:45px}}.wpp-btn{bottom:20px;cursor:pointer;height:80px;position:fixed;right:20px;z-index:777}.develop-cont{background:#fff;height:100%;padding-bottom:150px;padding-top:50px}.dsection-blue{border-bottom-right-radius:220px;border-top-right-radius:220px;justify-content:flex-end}.dsection-blue,.dsection-blue-der{background:#33a5f7;display:flex;height:250px;width:100%}.dsection-blue-der{border-bottom-left-radius:220px;border-top-left-radius:220px;justify-content:flex-start}.dsection-cont-blue{align-items:flex-end;display:flex;height:350px;width:40%}.dsection-img{height:250px;margin-right:35px;margin-top:-60px}.dsection-img-der{height:250px;margin-left:60px;margin-top:-60px}.dsection-cont{flex-wrap:wrap}.dsection-cont,.dsection-cont-der{display:flex;flex-direction:row;margin-top:100px;width:100%}.dsection-cont-der{flex-wrap:wrap-reverse;justify-content:flex-end}.dsection-text{font-size:17px;font-weight:300;margin-bottom:0;margin-top:0;width:350px}.dsection-title{font-size:35px;font-weight:600;margin-bottom:0;margin-top:0;max-width:350px}.dsection-cont-text,.dsection-cont-text-der{display:flex;flex-direction:column;height:350px;justify-content:center}.dsection-text-holder{margin-left:120px;margin-top:50px}.dsection-text-holder-der{margin-right:120px;margin-top:50px}.fade-in-image-left{-webkit-animation:fadeInLeft 2s;animation:fadeInLeft 2s}@-webkit-keyframes fadeInLeft{0%{opacity:0}to{opacity:1}}@keyframes fadeInLeft{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeInleft{0%{-webkit-transform:translate3d(-40px,10px,0);transform:translate3d(-40px,10px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInleft{0%{-webkit-transform:translate3d(-40px,10px,0);transform:translate3d(-40px,10px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes fadeInright{0%{-webkit-transform:translate3d(40px,10px,0);transform:translate3d(40px,10px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInright{0%{-webkit-transform:translate3d(40px,10px,0);transform:translate3d(40px,10px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animated-left{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.fadeInLeft{-webkit-animation-name:fadeInleft;animation-name:fadeInleft;opacity:0}.fadeInRight{-webkit-animation-name:fadeInright;animation-name:fadeInright;opacity:0}@media screen and (max-width:944px){.dsection-cont-blue{width:70%}.dsection-cont{margin-top:30px}.dsection-cont-text,.dsection-cont-text-der{align-items:center;width:100vw}.dsection-text-holder-der{margin-right:0}.dsection-text-holder,.dsection-text-holder-der{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.dsection-text-holder{margin-left:0}.dsection-cont{flex-wrap:wrap}}@media screen and (max-width:600px){.dsection-cont{flex-wrap:wrap}.dsection-text-holder{margin-left:0;margin-top:0;width:296px}.dsection-cont-text{align-items:center;display:flex;flex-direction:column;height:250px;min-width:100vw}.dsection-text-holder-der{margin-right:0;margin-top:0;max-width:296px;width:-webkit-max-content;width:max-content}.dsection-cont-text-der{align-items:center;display:flex;flex-direction:column;height:260px;min-width:100vw;padding-top:20px}.dsection-title{font-size:26px}.dsection-cont-blue{width:90%}.dsection-img{height:240px;margin-right:10px}.dsection-cont{margin-top:30px}.dsection-text{width:280px}}@media screen and (min-width:945px) and (max-width:1024px){.dsection-cont-blue{width:50%}}.contact-cont-page{align-items:center;background:var(--background-grey);border-top:15px solid var(--primary);display:flex;flex-direction:row;flex-wrap:wrap;height:100%;min-height:100vh}.contact-cont-text{display:flex;flex:0.5 1;flex-direction:column;justify-content:flex-start;margin-left:8%;margin-right:5%;margin-top:5%;min-height:inherit}.contact-text-title{font-size:50px;margin-bottom:0;margin-top:0}.contact-title-cont{display:flex;flex-direction:row;margin-top:-15px}.contact-text-text{color:var(--primary);font-size:16px;font-weight:400;margin-bottom:0;margin-top:0}.contact-cont-form{flex:0.5 1;margin:50px 5%}.contact-input-text{color:var(--text-input-grey);font-weight:600;margin-bottom:5px;margin-top:0}.contact-cont-input{margin-top:25px}.contact-input-input{border-style:none;font-family:Poppins,sans-serif!important;font-size:16px;height:35px;padding:5px 10px;width:90%}.contact-input-suffix{width:84%!important}.suffix{align-items:center;background-color:var(--background-grey2);box-sizing:border-box;display:flex;justify-content:center;max-width:20%;padding-left:5px;padding-right:5px}.contact-budget{display:flex;flex-direction:row}.error{border:3px solid var(--red)!important}.contact-input-input::-webkit-input-placeholder{color:var(--text-placeholder-grey);font-family:Poppins,sans-serif!important;font-weight:600}.contact-input-input:-ms-input-placeholder{color:var(--text-placeholder-grey);font-family:Poppins,sans-serif!important;font-weight:600}.contact-input-input::placeholder{color:var(--text-placeholder-grey);font-family:Poppins,sans-serif!important;font-weight:600}.contact-input-input:focus{border-style:none;outline:none}.contact-input-textarea{border-style:none;font-family:Poppins,sans-serif!important;font-size:16px;height:35px;max-height:150px;min-height:150px;padding:5px 10px;width:90%}.contact-input-textarea::-webkit-input-placeholder{color:var(--text-placeholder-grey);font-family:Poppins,sans-serif!important;font-weight:600}.contact-input-textarea:-ms-input-placeholder{color:var(--text-placeholder-grey);font-family:Poppins,sans-serif!important;font-weight:600}.contact-input-textarea::placeholder{color:var(--text-placeholder-grey);font-family:Poppins,sans-serif!important;font-weight:600}.contact-input-textarea:focus{outline:none}.contact-input-submit{background-color:var(--primary);border:none;color:var(--white);cursor:pointer;font-family:Poppins,sans-serif!important;font-weight:600;height:45px;margin-top:7px;width:90%}.contact-input-submit:hover{background-color:var(--primary-hover)}.notvisible{display:none}.visible{display:block}.error-text{color:var(--red);margin-bottom:0;margin-top:7px}@media screen and (max-width:892px){#dot-contact{display:none}}@media screen and (max-width:600px){.contact-cont-text{margin-left:0;margin-right:0;margin-top:50px;max-width:100vw;min-height:-webkit-max-content;min-height:max-content;min-width:-webkit-max-content;min-width:max-content}.contact-text-title{font-size:38px}.contact-cont-page{justify-content:center}.contact-input-input{width:75vw}}.footer-cont-page{background-color:#414141;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;padding:2% 5% 3%}.footer-flex{flex:0.3 1}.footer-logo{cursor:pointer;display:flex;flex-direction:column}.footer-img{width:180px}.footer-img-logo{-webkit-filter:brightness(1000%);filter:brightness(1000%);margin-top:20px;width:25px}.footer-img-logo:hover{-webkit-filter:brightness(100%);filter:brightness(100%)}.footer-img-logo-cont{display:flex;flex-direction:row}.footer-menu{display:flex;flex-direction:column}.footer-menu a{border-bottom:1.5px solid transparent;color:#fff;cursor:pointer;margin-top:5px;width:-webkit-max-content;width:max-content}.footer-text{color:#cecece}.footer-menu a:hover{border-bottom:1.5px solid #33a5f7;color:#33a5f7}@media screen and (max-width:600px){.footer-flex{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:80px;max-width:100vw;min-width:100vw}.footer-img{width:200px}.footer-menu a{font-size:25px}}:root{--primary:#33a5f7;--primary-hover:#2a9cee;--white:#fff;--text-placeholder-grey:#c5c5c5;--text-input-grey:#444;--background-grey:#efefef;--red:#ff3e3e;--background-grey2:#f5f5f5}.projects-div-container{display:flex;flex-direction:column;height:100%;min-height:100vh}.projects-div-container-blue{background-color:var(--primary);padding-bottom:60px;padding-top:200px;width:100%}.projects-div-container-blue,.projects-div-text-cont{align-items:center;display:flex;justify-content:center}.projects-div-text-cont{flex-direction:column}.project-p-label{font-size:18px;font-weight:300;letter-spacing:5px}.project-p-label,.project-p-title{color:#fff;margin-bottom:0;margin-top:0}.project-p-title{font-size:50px;font-weight:700}.projects-div-container-projects{display:flex;flex:1 1;flex-direction:column;height:100%;position:relative}.projects-div-blue{background-color:var(--primary);display:flex;height:280px;position:absolute;width:100%}.project-div-itemscontainer{align-items:center;display:flex;flex:1 1;flex-direction:row;flex-wrap:wrap;height:100%;justify-content:center;padding:50px 70px;position:relative;width:100%}.card-div-background{align-items:start;display:flex;justify-content:center;margin-bottom:80px;min-width:380px;width:28%}.card-div-container{background-color:#fff;box-shadow:2px 2px 15px hsla(0,0%,43%,.37);box-sizing:border-box;color:#353535;display:flex;flex-direction:column;height:400px;margin:10px;max-width:320px;width:320px}.card-div-container:hover{background-color:#33a5f7;box-shadow:2px 2px 15px rgba(75,75,75,.37);color:#fff;cursor:pointer}.card-img{height:290px;object-fit:cover}.card-div-textcontainer{box-sizing:border-box;height:100px;padding:15px 20px}.card-p-title{font-size:20px;font-weight:600;margin:0 0 5px}.card-p-label{font-size:13px;margin:0}
/*# sourceMappingURL=main.8f263e43.css.map*/