:root{--white:#fff;--black:#000;--errorColor:red;--placeholderColor:#bababa;--textColor:#000;--textColorLight:#7e7e7e;--buttonBgNormal:#ff4619;--buttonBgGradient:linear-gradient(90deg,#ff4619 3.61%,#ff4af3 94.53%);--buttonBgGradientHover:linear-gradient(90deg,#ff4af3 3.61%,#ff4619 94.53%);--cardsBg:#efefef;--accentColor1:#ff4619;--accentColor2:#ff4af3;--accentColorCombination:#ff4881;--footerBg:#efefef;--textColorBlog:#f0f0f0}body{background-size:100% auto;color:var(--textColor);font-family:Sora,sans-serif;font-size:18px;font-weight:400;line-height:26px;margin:0;text-align:left}.h2,h2{font-size:48px;line-height:60px}.h2,.h3,h2,h3{font-weight:700}.h3,h3{font-size:32px;line-height:40px}.h4,h4{font-size:24px;font-weight:700;line-height:30px}p{line-height:26px}blockquote,p{font-size:18px}blockquote{border:2px solid var(--accentColor1);border-radius:30px 0 30px 30px;color:var(--textColorLight);display:block;line-height:28px;margin:20px auto;max-width:620px;padding:40px 90px 40px 40px;position:relative;text-decoration:none;transition:all .3s ease;width:100%;z-index:2}.subtitle.bottom-margin{margin-bottom:90px}.subtitle-line:before{background:var(--textColor);content:"";display:block;height:2px;margin-bottom:34px;position:relative;width:89px}.subtitle-line.center:before{left:50%;transform:translateX(-50%)}.subtitle-line-after:after{background:var(--textColor);content:"";display:block;height:2px;margin-top:34px;position:relative;width:89px}.subtitle-line-after.center:after{left:50%;transform:translateX(-50%)}.btn-main{background:var(--buttonBgNormal);background:var(--buttonBgGradient);border-radius:15px;color:var(--white);font-size:18px;font-weight:600;line-height:22px;min-width:200px;padding:12px 20px;text-align:center;transition:all .3s ease}.btn-main:hover{background:var(--accentColor2);background:var(--buttonBgGradientHover);color:var(--white)}.btn-main.white{background:transparent;color:var(--white)}.btn-main.white,.btn-main.white:hover{border:2px solid var(--white);border-radius:15px}.btn-main.white:hover{background:var(--white);color:var(--buttonBgNormal)}.link{color:var(--accentColor2);font-size:16px;font-weight:700;line-height:24px;transition:all .3s ease}.link:hover{color:var(--accentColor1)}.show-mobile-flex{display:none}@media (max-width:991px){body{font-size:15px;line-height:23px}.h2,h2{font-size:36px;line-height:42px}.h3,h3{font-size:24px;line-height:30px}.h4,h4{font-size:18px;line-height:24px}p{font-size:15px;line-height:23px}blockquote{padding:20px}.subtitle.bottom-margin{margin-bottom:30px}.show-mobile-flex{display:flex}}header{box-shadow:0 4px 10px rgba(0,0,0,.25)}header .img-logo{max-width:191px}header .navbar-nav .nav-item .nav-link{color:var(--textColor);font-size:13px;font-weight:700;padding:0 15px}footer{color:var(--textColor);padding-bottom:80px;padding-top:100px;position:relative;z-index:0}footer.custom:before{background:var(--buttonBgNormal);background:var(--buttonBgGradient);z-index:-2}footer.custom:before,footer:after{content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%}footer:after{background:var(--footerBg);border-radius:0 280px 0 0;z-index:-1}footer .img-logo{max-width:200px}footer .social-links{display:flex;flex-direction:row;justify-content:space-between;margin:0 auto;max-width:167px}footer .social-links a{background:var(--textColorLight);border-radius:50%;color:var(--footerBg);display:block;font-size:15px;font-weight:400;height:24px;line-height:24px;text-align:center;transition:all .3s ease;width:24px}footer .social-links a:hover{background:var(--accentColor1);color:var(--white)}footer p.title{font-weight:700}@media (max-width:991px){footer{padding-bottom:30px;padding-top:30px}footer:after{border-radius:0 150px 0 0}}@media (max-width:767px){footer{padding-bottom:10px}footer:after{border-radius:0 100px 0 0}}.main-banner-section{background:var(--placeholderColor);position:relative}.main-banner-section .row .text-column{min-height:646px;padding-bottom:60px;padding-top:60px}.main-banner-section .row .text-column img{margin:65px 0 130px}@media (max-width:991px){.main-banner-section .row .text-column{min-height:500px;padding-bottom:30px;padding-top:30px}.main-banner-section .row .text-column img{margin:30px 0}}@media (max-width:767px){.main-banner-section .row .text-column{min-height:450px}}.form-image-section{padding-bottom:50px;padding-top:50px;position:relative}.form-image-section img{margin-top:-140px}@media (max-width:991px){.form-image-section{padding-bottom:30px;padding-top:30px}.form-image-section img{margin-bottom:20px;margin-top:0}}.form-info-section{padding-bottom:110px;padding-top:120px;position:relative}@media (max-width:991px){.form-info-section{padding-bottom:30px;padding-top:30px}}.form-section input{font-size:18px}.form-section input,.form-section select{background:var(--white);border:0;border-radius:10px;color:var(--textColor);font-weight:500;margin-bottom:15px;min-height:50px;padding:8px 12px;width:100%!important}.form-section select{font-size:15px;font-size:20px}.form-section input[type=submit]{background:var(--textColor);border:0;border-radius:10px;color:var(--white);font-size:18px;font-weight:700;margin-bottom:15px;min-height:50px;padding:8px 12px;position:relative;text-align:center;transition:all .3s ease;width:100%!important}.form-section input[type=submit]:hover{background:var(--white);color:var(--textColor);transition:all .3s ease}.form-section label{color:var(--textColor);font-size:18px}.form-section.white label{color:var(--white)}.form-section .hs-form-booleancheckbox label{color:var(--textColor);display:block}.form-section.white .hs-form-booleancheckbox label{color:var(--white)}.form-section .hs-fieldtype-booleancheckbox .inputs-list{list-style:none;margin:0;padding:0}.form-section input[type=checkbox]{margin:0 10px 0 0;min-height:unset;width:auto}.form-section input[type=checkbox],.form-section textarea{background:var(--white);border:0;color:var(--textColor);outline:none}.form-section textarea{border-radius:10px;padding:8px 16px;resize:none;width:100%!important}.form-section form a{color:var(--accentColor2)}.form-section .hs-form-field{margin-bottom:20px;margin-top:0}.form-section .hs-error-msg,.form-section .hs-error-msgs{color:var(--accentColor1);list-style:none;margin:0;padding:0}.form-section fieldset{max-width:unset!important}.form-section ul.inputs-list{overflow:hidden}.form-section .hs-form-field>label{display:block;font-size:18px;font-weight:600;margin-bottom:10px}.form-section .hs-form-checkbox-display span{display:inline-block;margin-top:10px;position:relative}@media(max-width:767px){.form-section label{font-size:14px}.form-section .hs-form-field>label{font-size:16px;margin-bottom:4px}.form-section li.hs-form-checkbox{float:none;width:100%}}.info-section{padding-bottom:130px;padding-top:50px;position:relative}@media (max-width:991px){.info-section{padding-bottom:30px;padding-top:30px}}.cards-section{background:var(--cardsBg);padding-bottom:140px;padding-top:140px;position:relative}.info-card{background:var(--white);border-radius:30px 0 30px 30px;box-shadow:0 4px 22px rgba(0,0,0,.1);padding:50px 40px}.info-card>.icon{margin-bottom:45px;text-align:left}.info-card>.h4{margin-bottom:30px}@media (max-width:991px){.cards-section{padding-bottom:30px;padding-top:30px}.info-card{padding:20px}.info-card>.icon{margin-bottom:20px}}.cta-text-section{background:var(--white);padding-bottom:100px;padding-top:155px;position:relative}.custom-link-block{border:2px solid var(--accentColor2);border-radius:30px 0 30px 30px;bottom:-100px;color:var(--textColorLight);display:block;left:150px;max-width:620px;padding:40px 90px 40px 40px;position:absolute;text-decoration:none;transition:all .3s ease;width:100%;z-index:2}.custom-link-block:hover{background:var(--accentColor2);color:var(--textColor);text-decoration:none}.custom-link-block:after{bottom:20px;color:var(--textColorLight);content:"\f178";font-family:Font Awesome\ 5 Pro;font-size:30px;position:absolute;right:40px;transition:all .3s ease}.custom-link-block:hover:after{color:var(--textColor)}@media (max-width:991px){.cta-text-section{padding-bottom:30px;padding-top:30px}.custom-link-block{bottom:unset;left:unset;padding:20px;position:relative}}.features-section{background:var(--white);padding-bottom:155px;padding-top:100px;position:relative}.features-section.related-section:after{display:none}.features-section:after{background:url("https://22085193.fs1.hubspotusercontent-na1.net/hubfs/22085193/sitio-agosto-2022/Octapus_Gr%C3%A1fica11%201%20(1).png") no-repeat bottom;background-size:cover;bottom:0;content:"";display:block;height:156px;left:50%;position:absolute;transform:translateX(-50%);width:306px}.features-section.triple-features-section{padding-bottom:70px}.features-section.triple-features-section:after{display:none}.features-section.triple-features-section .card-container{margin-top:80px}.features-section.triple-features-section .card-container:nth-of-type(3n+2){margin-top:0}.features-card{background:var(--cardsBg);border-radius:30px 0 30px 30px;display:flex;flex-direction:column;height:100%;justify-content:space-between;margin:0 auto;max-width:400px;overflow:hidden;position:relative}.features-section.triple-features-section .features-card{height:auto}.features-card .img{min-height:154px;overflow:hidden;position:relative;width:auto}.features-card .img img{left:50%;min-height:100%;position:absolute;transform:translateX(-50%)}.features-card .title{background:var(--black);color:var(--white);padding:23px 45px}.features-card .title p{margin:0}.features-card .txt{color:var(--textColorLight);padding:23px 38px}@media (max-width:991px){.features-section{padding-bottom:60px;padding-top:30px}.features-section:after{background:url("https://22085193.fs1.hubspotusercontent-na1.net/hubfs/22085193/sitio-agosto-2022/Octapus_Gr%C3%A1fica11%201%20(1).png") no-repeat bottom;background-size:auto 100%;height:75px;width:100%}.features-section.triple-features-section{padding-bottom:30px;padding-top:30px}.features-section.triple-features-section .card-container{margin-top:0}.features-card .title{padding:20px}.features-card .txt{padding:15px 20px}}.collapse-section{background:var(--cardsBg);padding-bottom:100px;padding-top:100px;position:relative}.accordion .card{background:transparent;border:0;border-radius:16px}.accordion .card .card-header{background:var(--white);border:0;border-radius:16px;box-shadow:0 4px 22px rgba(0,0,0,.1);color:var(--textColor);margin:10px;overflow:hidden;padding:0;position:relative}.accordion .card .card-header .btn{border-radius:16px;font-size:20px;font-weight:700;overflow:hidden;padding:1.25rem 3rem 1.25rem 1.5rem;position:relative}.accordion .card .card-header .btn.collapsed:after{transform:translateY(-50%)}.accordion .card .card-header .btn.collapsed:after,.accordion .card .card-header .btn:after{color:var(--textColor);content:"\f178";font-family:Font Awesome\ 5 Pro;font-size:30px;font-weight:400;position:absolute;right:20px;top:50%;transition:all .3s ease}.accordion .card .card-header .btn:after{transform:translateY(-50%) rotate(-90deg)}.accordion .card .card-body{margin:0 10px;padding:1.25rem 1.5rem}@media (max-width:991px){.collapse-section{padding-bottom:30px;padding-top:30px}.accordion .card .card-header .btn{font-size:15px;padding:15px 30px 15px 15px}.accordion .card .card-header .btn:after{font-size:20px;right:10px}}.video-section{background:var(--buttonBgNormal);background:var(--buttonBgGradient);color:var(--white);padding-bottom:100px;padding-top:100px;position:relative}@media (max-width:991px){.video-section{padding-bottom:30px;padding-top:30px}}.form-banner-section{background:url(https://22085193.fs1.hubspotusercontent-na1.net/hub/22085193/hubfs/sitio-agosto-2022/oncloud-placeholder.png?width=200&height=60&name=oncloud-placeholder.png) no-repeat 100% 0;padding-bottom:90px;position:relative}.form-banner-section .img-logo{margin:60px 0 160px}.form-banner-section .img-elem{height:auto;margin:0 auto;max-width:320px;width:100%}.form-banner-section .info{padding-bottom:190px}.form-banner-section .form{background:var(--buttonBgGradient);border-radius:30px 0 30px 30px;padding:65px;position:relative;z-index:0}@media(max-width:1199px){.form-banner-section .info{padding-bottom:60px}}@media (max-width:991px){.form-banner-section{background:none;padding-bottom:30px}.form-banner-section .form{padding:20px}.form-banner-section .img-logo{margin:30px 0}.form-banner-section .info{padding-bottom:30px}}.typ-banner-section,.typ-banner-section .text-container{min-height:550px}.typ-banner-section .text-container .text{max-width:450px}.typ-banner-section .share-container{background:var(--black);border-radius:30px 0 30px 30px;color:var(--white);margin:0 auto;max-width:350px;padding:30px 30px 40px;text-align:center;width:100%}.typ-banner-section .share-container span{color:var(--accentColor2);font-size:9px;font-weight:400;letter-spacing:2px;line-height:11px;text-transform:uppercase}.typ-banner-section .share-container p{font-size:24px;font-weight:700;line-height:30px;margin:0 auto;max-width:170px}.typ-banner-section .social-links{display:flex;flex-direction:row;justify-content:space-between;margin:0 auto;max-width:167px}.typ-banner-section .social-links a{background:var(--white);border-radius:50%;color:var(--textColor);display:block;font-size:15px;font-weight:400;height:24px;line-height:24px;text-align:center;transition:all .3s ease;width:24px}.typ-banner-section .social-links a:hover{background:var(--accentColor2);color:var(--white)}@media (max-width:991px){.typ-banner-section,.typ-banner-section .text-container{min-height:unset;padding-bottom:0;padding-top:30px}}.blog-banner-section{background:url(https://22085193.fs1.hubspotusercontent-na1.net/hubfs/22085193/sitio-agosto-2022/Octapus_Gr%C3%A1fica4%201.png) no-repeat;background-size:contain;color:var(--white);padding-bottom:100px;padding-top:100px;position:relative}.blog-banner-section .img{border-radius:15px;float:right;max-width:100%;min-height:375px;overflow:hidden;position:relative;width:100%}.blog-banner-section .img img{left:50%;max-width:unset;min-height:500px;position:absolute;top:50%;transform:translate(-50%,-50%)}.blog-banner-section .post-info{background:var(--black);border-radius:30px 0 30px 30px;color:var(--white);left:0;margin:0 auto;max-width:530px;padding:50px;position:absolute;top:50%;transform:translateY(-50%);width:100%}.blog-banner-section .post-info>span{color:var(--accentColor2);font-size:9px;font-weight:400;letter-spacing:2px;line-height:11px;text-transform:uppercase}.blog-banner-section .post-info .h3{max-width:380px}.blog-banner-section .post-info .text span{color:var(--textColorLight);font-size:15px}.blog-banner-section .post-info .text a,.blog-banner-section .post-info .text a p{color:var(--textColorBlog);font-size:17px;line-height:26px;margin:0}@media (max-width:991px){.blog-banner-section{padding-bottom:30px;padding-top:30px}.blog-banner-section .img{max-width:450px;min-height:400px}.blog-banner-section .img img{min-height:400px}}@media (max-width:767px){.post-section{padding-top:50px!important}.blog-header-section .img{height:auto!important}.blog-header-section h1{padding:15px 15px 160px!important}.blog-banner-section .post-info{left:0;margin-top:80px;padding:20px;position:relative;top:0;transform:unset;width:90%}.blog-banner-section .post-info .text a,.blog-banner-section .post-info .text a p{font-size:15px;line-height:24px}.blog-banner-section .img{left:0;position:absolute}.blog-banner-section .img img{float:right;min-height:auto!important;padding-bottom:200px!important}}.top-news-section{background:var(--footerBg);padding-bottom:100px;padding-top:100px;position:relative}.post-elem{display:flex;flex-direction:row}.post-elem>div{position:relative}.post-elem>div:first-of-type{margin-right:45px;min-width:122px}.post-elem .img{height:100%;overflow:hidden;position:relative;width:122px}.post-elem .img>img{height:100%;left:50%;max-width:unset;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto}.post-elem .category{background:var(--buttonBgNormal);background:var(--buttonBgGradient);background:var(--accentColor2);background:var(--buttonBgGradientHover);border-radius:100px;color:var(--white);padding:7px 14px;position:absolute;right:-26px;text-decoration:none;top:26px}.post-elem .category,.post-elem .time{display:block;font-size:9px;letter-spacing:2px;line-height:11px;text-transform:uppercase}.post-elem .time{color:var(--textColorLight);font-weight:400;margin-left:0}@media (max-width:991px){.top-news-section{padding-bottom:30px;padding-top:30px}}@media (max-width:767px){.post-elem{flex-direction:column}.post-elem>div:first-of-type{margin-bottom:20px;margin-right:0}.post-elem .img{margin-right:0;max-width:unset;width:100%}.post-elem .img>img{height:auto;left:0;max-width:unset;position:relative;top:0;transform:unset;width:100%}.post-elem .category{right:-10px}}.articles-section{padding-bottom:100px;padding-top:100px;position:relative}.post-elem.article-elem{border-radius:30px 0 30px 30px;box-shadow:0 4px 22px rgba(0,0,0,.1);margin-bottom:30px;padding:40px 30px}.post-elem.article-elem>div:first-of-type{margin-right:39px;min-width:188px}.post-elem.article-elem .category{right:-12px}.post-elem.article-elem .img{border-radius:20px;height:100%;overflow:hidden;position:relative;width:188px}.post-elem.article-elem .img>img{height:100%;left:50%;max-width:unset;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto}.blog-nav>div{height:59px;margin-top:40px;width:96px}.blog-nav button{background:var(--buttonBgNormal);background:var(--buttonBgGradient);border:0;border-radius:15px;color:var(--white);font-size:36px;font-weight:400;height:59px;width:96px}.blog-nav button:hover{background:var(--accentColor2);background:var(--buttonBgGradientHover)}.articles-section .category-block{border:2px solid var(--black);border-radius:30px 0 30px 30px;padding:40px}.articles-section .category-block ul{list-style:none;margin:0;padding:0}.articles-section .category-block ul li{margin-bottom:16px}.articles-section .category-block ul li:last-of-type{margin-bottom:0}.articles-section .category-block ul li a{color:var(--textColorLight);display:block;font-size:11px;font-weight:700;letter-spacing:2px;line-height:13px;text-transform:uppercase}.articles-section .newsletter-block{background:var(--textColorBlog);border:2px solid var(--textColorBlog);border-radius:30px 0 30px 30px;padding:40px}@media (max-width:1199px){.articles-section .category-block,.articles-section .newsletter-block{padding:30px 20px}}@media (max-width:991px){.articles-section{padding-bottom:30px;padding-top:30px}}@media (max-width:767px){.post-elem.article-elem{padding:20px 15px}.post-elem.article-elem>div:first-of-type{margin:0 auto 20px;max-width:240px}.post-elem.article-elem .img,.post-elem.article-elem .img>img{height:150px}.post-elem.article-elem .category{left:130px;right:unset}.articles-section .category-block,.articles-section .newsletter-block{padding:20px 15px}}.cta-button-section{background:var(--buttonBgNormal);background:var(--buttonBgGradient);color:var(--white);padding-bottom:100px;padding-top:100px}.cta-button-section .button-container{text-align:right}@media (max-width:991px){.cta-button-section{padding-bottom:30px;padding-top:30px}.cta-button-section .button-container{text-align:center}}.blog-header-section{color:var(--white);padding-bottom:0;padding-top:100px;position:relative;z-index:1}.blog-header-section:before{background:var(--cardsBg);content:"";display:block;height:70%;left:0;position:absolute;top:0;width:100%;z-index:0}.blog-header-section .img{border-radius:20px;height:330px;overflow:hidden;position:relative}.blog-header-section .img:before{background:rgba(0,0,0,.5);border-radius:20px;content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.blog-header-section .img img{border-radius:20px;height:auto;left:50%;max-width:unset;position:relative;top:50%;transform:translate(-50%,-50%);width:105%}.blog-header-section h1{display:block;font-weight:600;left:50%;margin:0 auto;max-width:800px;padding:15px 15px 80px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:100%;z-index:2}.blog-header-section .social-links{background:var(--black);border-radius:15px 0 15px 15px;bottom:40px;display:flex;flex-direction:row;justify-content:space-between;left:50%;margin:0 auto;max-width:270px;padding:20px 33px;position:absolute;transform:translateX(-50%);width:100%;z-index:3}.blog-header-section .social-links span{color:var(--white);font-size:9px;font-weight:400;letter-spacing:2px;line-height:11px;text-transform:uppercase}.blog-header-section .social-links .elem{background:var(--white);border-radius:50%;color:var(--textColor);cursor:pointer;display:block;font-size:15px;font-weight:400;height:24px;line-height:24px;text-align:center;transition:all .3s ease;width:24px}.blog-header-section .social-links .elem:hover{background:var(--accentColor2);color:var(--white)}@media(max-width:1199px){.blog-header-section{padding-top:60px}.blog-header-section .img{border-radius:20px;height:280px!important;overflow:hidden}.blog-header-section .img img{height:100%;max-width:unset;object-fit:cover}}@media (max-width:991px){.blog-banner-section{padding-bottom:30px;padding-top:30px}.blog-header-section{padding-top:30px}.blog-header-section .img{height:280px}.blog-header-section .social-links{bottom:unset;left:unset;position:relative;transform:none}}@media(max-width:767px){.blog-header-section .img img{left:50%;top:0;transform:translateX(-50%)}}.post-section{padding-bottom:0;padding-top:100px;position:relative}.post-section .author p{color:var(--textColorLight);font-size:16px;font-weight:700;line-height:20px}.post-section .author .time{color:var(--accentColor2);font-size:9px;font-weight:400;letter-spacing:2px;line-height:11px;text-transform:uppercase}.blog-form-section{padding-bottom:50px;padding-top:50px;position:relative}.blog-form-section .form{background:var(--buttonBgGradient);border-radius:30px 0 30px 30px;color:var(--white);display:flex;flex-direction:row;justify-content:space-between;padding:50px 70px}.blog-form-section .form>div{width:45%}@media (max-width:991px){.blog-form-section .form{flex-direction:column;padding:20px 30px}.blog-form-section .form>div{width:100%}}