  .header{display:flex;flex-flow:nowrap;align-items:center;justify-content:space-between;background:var(--primary);padding-top:0;z-index:10;position:fixed;top:0;left:0;height:80px;margin:0 25px;width:calc(100% - 50px);padding:0 100px;border-radius:0 0 10px 10px;transition:all 1s}.header.scrolling{background:#f88333cf;backdrop-filter:blur(10px)}.header-nav{display:flex;width:400px}.header-nav__items{display:flex;flex-flow:nowrap;gap:35px;align-items:center}.header-nav__item{list-style:none}.header-nav__item a{text-decoration:none;color:#fff;font-size:15px}.header-logo{display:flex}.header-logo img{height:35px}.header-actions{width:400px;display:flex;flex-flow:nowrap;align-items:center;justify-content:flex-end;gap:25px}.header-actions .header-actions__button{color:#fff;font-size:13px;height:38px;border:1px solid;padding:7px 15px;width:max-content;border-radius:8px;position:relative;overflow:hidden;background:#fff0}.header-actions__button.demo{background:#fff;color:var(--primary);border-color:#fff}.header-actions .header-actions__button.no-style{padding:0;border:unset}.header-actions .header-actions__button:before{content:'';width:10px;height:10px;display:flex;position:absolute;left:50%;top:0;transform:translate(-50%,-100%);border-radius:50%;background:#fff;box-shadow:0 0 20px 25px rgb(255 255 255 / .1)}.header-actions .header-actions__button.no-style:before{display:none}.header-menu__mobile{display:none}.header-menu__mobile-content{display:none}@media(max-width:1024px){.header{width:100%;margin:0;padding:0;height:auto;transition:none}.header.scrolling{background:#fff0;backdrop-filter:none}.header-logo{display:none}.header-logo img{height:25px}.header .header-nav{display:none}.header-actions{display:none}.header-menu__mobile{display:flex;padding:0 15px;margin:0 25px;width:calc(100% - 25px);height:60px;border-radius:0 0 10px 10px;align-items:center;justify-content:space-between;transition:all .3s}.menu-mobile-active .header-menu__mobile{background:var(--primary)!important;margin:0;border-radius:0 0 10px 0;max-width:calc(100% - 90px);z-index:1;padding:0 25px}.menu-mobile-active .header-menu__mobile .icon{visibility:hidden;opacity:0}.header.scrolling .header-menu__mobile{background:#f88333f2;backdrop-filter:blur(10px)}.header-menu__mobile .header-logo{display:flex}.header-menu__mobile .icon{font-variation-settings:'FILL' 1;color:#fff}.header-menu__mobile-content{position:fixed;top:0;display:flex;flex-flow:column;width:100%;opacity:0;visibility:hidden;transform:translateX(100%);transition:all .3s}.menu-mobile-active .header-menu__mobile-content{opacity:1;visibility:visible;transform:translateX(0)}.header-menu__mobile-content-items{display:flex;flex-flow:column;width:100%;background:#ffffffeb;backdrop-filter:blur(25px);min-height:calc(100vh - 60px);box-shadow:0 10px 22px -10px rgb(0 0 0 / .4);border-radius:0 0 10px 10px;padding:25px;gap:25px}.header-menu__mobile-content-close{display:flex;background:#ffffffeb;backdrop-filter:blur(25px);padding:10px;padding-left:14px;align-self:flex-end;height:60px;align-items:center;justify-content:center;position:relative;width:104px}.header-menu__mobile-content-items .item{display:flex;flex-flow:nowrap;align-items:center;gap:20px}.header-menu__mobile-content-items .item .info{display:flex;flex-flow:column;gap:5px}.header-menu__mobile-content-items .item .text{font-size:14px;color:#505050}}  *{font-family:"Space Grotesk",sans-serif;font-optical-sizing:auto;font-style:normal;margin:0;padding:0;box-sizing:border-box;outline:none}a{text-decoration:unset}html{scroll-behavior:smooth}.bold{font-weight:600}:root{--primary:#FF7517;--primary-400:#C75100;--branco-nebular:#F7F7F7}input:focus{outline:none}.energiza-ai-container{width:100%;padding-left:calc((100% - 1200px) / 2);padding-right:calc((100% - 1200px) / 2)}@media (max-width:1024px){.energiza-ai-container{padding:0 25px}}.button{padding:0 25px;height:45px;background:var(--primary);width:max-content;border-radius:8px;display:flex;justify-content:center;align-items:center;text-decoration:none;gap:10px;color:#fff;font-weight:700;position:relative;overflow:hidden;transition:all .3s;border:unset}.button:hover{box-shadow:0 10px 10px -3px rgb(0 0 0 / .1);transform:translateY(-2px)}.button:before{content:'';position:absolute;width:25% 175px;height:10px;box-shadow:0 0 25px 25px rgb(255 255 255 / 21%);border-radius:50%;top:0;transform:translateY(-100%);left:10%}.button .icon{font-size:20px}  .home-page__banner{min-height:80vh;background:var(--primary);position:relative}.home-page__banner-image{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);user-select:none}.home-page__banner-image img{width:530px;height:530px;object-fit:contain}.home-page__banner-info{position:absolute;top:50%;transform:translateY(-50%);max-width:490px;display:flex;flex-flow:column;gap:20px}.home-page__banner-title{color:#fff;font-size:55px;font-weight:600;line-height:65px}.home-page__banner-text{color:#fff;font-size:16px}.home-page__banner-button.button{background:#fff;color:var(--primary)}@media(max-width:1024px){.home-page__banner{overflow:hidden}.home-page__banner-image{transform:translate(0%,-50%)}.home-page__banner-title{font-size:39px;line-height:45px}.home-page__banner-text{max-width:80%}.home-page__banner-button.button{height:40px;font-size:14px}}.section-generic{padding-top:70px;padding-bottom:70px;display:flex;flex-flow:column;justify-content:center;align-items:center;gap:20px}.section-generic-title{font-size:40px;max-width:700px;text-align:center;line-height:45px}.section-generic-description{max-width:452px;text-align:center}@media(max-width:1024px){.section-generic{padding-top:30px;padding-bottom:30px}.section-generic-title{font-size:25px;line-height:30px;font-weight:700}.section-generic-description{text-align:center}}.section-1-blocks{margin-top:20px;display:flex;flex-flow:wrap;justify-content:center;align-items:flex-start;gap:35px}.section-1-blocks__item{width:561px;min-height:525px;background:var(--branco-nebular);border-radius:14px;position:relative;display:flex;flex-flow:column;justify-content:space-between;padding:35px 50px;align-items:flex-start;transition:all .3s;gap:25px}.section-1-blocks__item:hover{box-shadow:10px 10px 25px -10px #ff751754;transform:scale(1.01)}.section-1-blocks__item.maria{background:var(--primary);overflow:hidden}.section-1-blocks__item.maria:before{content:'';width:443px;height:443px;position:absolute;background:#ffffff4f;border-radius:50%;top:0;right:0;transform:translate(50%,-50%);filter:blur(7px)}.section-1-blocks__item-header{display:flex;flex-flow:column;gap:70px}.section-1-blocks__item-icon .icon{font-variation-settings:'FILL' 1;font-size:70px;width:70px;color:var(--primary)}.section-1-blocks__item-info{display:flex;flex-flow:column;justify-content:flex-start;max-width:330px;gap:20px}.section-1-blocks__item-title{width:100%;font-size:30px;color:var(--primary);;font-weight:700}.section-1-blocks__item-description,.section-1-blocks__item-description-2{color:var(--primary);font-size:15px;font-weight:600}.section-1-blocks__item-description-2{font-weight:400}.section-1-blocks__item-content{display:flex;flex-flow:column;gap:20px;width:100%;margin-top:30px}.section-1-blocks__item-topics{display:flex;flex-flow:wrap;gap:30px;justify-content:space-between}.section-1-blocks__item-topic{display:flex;flex-flow:column;gap:10px;max-width:215px}.section-1-blocks__item-topic .icon{width:22px;color:var(--primary)}.section-1-blocks__item-topic .text{color:var(--primary);font-size:16px}.section-1-blocks__item-topics-cta{width:100%;justify-content:space-between;font-size:15px}.section-1-blocks__item.maria .section-1-blocks__item-header{gap:15px}.section-1-blocks__item.maria .section-1-blocks__item-info{gap:3px}.section-1-blocks__item.maria .section-1-blocks__item-title{color:#fff}.section-1-blocks__item.maria .section-1-blocks__item-description{color:#fff;font-weight:400}.section-1-blocks__item.maria .section-1-blocks__item-topic .icon{width:22px;color:#fff}.section-1-blocks__item.maria .section-1-blocks__item-topic .text{color:#fff;font-size:16px}.section-1-blocks__item.maria .section-1-blocks__item-topics-cta{background:#fff;color:var(--primary)}@media(max-width:1024px){.section-1{padding-top:40px}.section-1-blocks__item{width:100%;padding:25px;min-height:auto;border:1px solid #DDD}.section-1-blocks__item-title{font-size:22px}.section-1-blocks__item-header{gap:30px}.section-1-blocks__item-icon .icon{width:45px;font-size:45px}.section-1-blocks__item-content{margin-top:10px}.section-1-blocks__item.maria:before{width:300px;height:300px}.section-1-blocks__item-icon img{width:50px}.section-1-blocks__item.maria .section-1-blocks__item-info{gap:10px}.section-1-blocks__item-topic .text{font-size:13px!important}.section-1-blocks__item-topics{row-gap:20px}.section-1-blocks__item-topics-cta{font-size:13px}}.section-2-suppliers{display:flex;flex-flow:wrap;gap:100px;justify-content:center;margin-top:70px}.section-2-suppliers .image{width:calc(25% - 100px);display:flex;justify-content:center;pointer-events:none}.section-2-suppliers .image img{height:50px;object-fit:contain;max-width:170px;user-select:none}@media(max-width:1024px){.section-2-suppliers{gap:50px}.section-2-suppliers .image{width:calc(50% - 30px)}.section-2-suppliers .image img{width:100%;height:35px}}.section-3{display:flex;flex-flow:nowrap;width:100%;justify-content:space-between;gap:20px;margin-top:50px}.section-3-info{padding-left:calc((100% - 1200px) / 2);border-radius:0 500px 500px 0;min-height:500px;display:flex;flex-flow:column;justify-content:center;align-items:flex-end;padding-right:90px;width:40%;gap:10px;position:relative;background:var(--primary);background:linear-gradient(0deg,rgb(255 117 23 / .63) 0%,rgb(255 117 23) 3%,rgb(255 117 23) 97%,#fff0 100%)}.section-3-info:before{content:'';background:var(--primary);padding-left:calc((100% - 1200px) / 2);height:500px;position:absolute;top:0;left:0;width:97%;filter:blur(13px);z-index:-1;border-radius:0 500px 500px 0}.section-3-info .section-generic-title{color:#fff;font-size:45px;width:310px;text-align:left;line-height:45px}.section-3-info .section-generic-description{color:#fff;max-width:310px;text-align:left}.section-3-crms{padding-right:calc((100% - 1200px) / 2);border-radius:500px 0 0 500px;min-height:500px;display:flex;padding-top:90px;padding-bottom:90px;flex-flow:wrap;align-items:center;padding-left:90px;width:60%;position:relative;background:var(--primary-400);background:linear-gradient(0deg,rgb(199 81 0 / .63) 0%,rgb(199 81 0) 3%,rgb(199 81 0) 97%,rgb(199 81 0 / .55) 100%)}.section-3-crms:before{content:'';background:var(--primary-400);padding-right:calc((100% - 1200px) / 2);height:500px;position:absolute;top:0;right:0;width:97%;filter:blur(13px);z-index:-1;border-radius:500px 0 0 500px}.section-3-crms .image{width:33%;display:flex}.section-3-crms .image img{width:130px;height:50px;object-fit:contain}@media(max-width:1024px){.section-3{flex-flow:column}.section-3-info{width:calc(100% - 25px);padding-right:15px;min-height:375px}.section-3-info:before{height:auto;min-height:375px}.section-3-info .section-generic-title{font-size:35px;line-height:40px;padding-right:30px}.section-3-info .section-generic-description{padding-right:30px}.section-3-crms{width:calc(100% - 25px);right:0;margin-left:25px;min-height:375px;padding-left:40px;padding-top:50px;padding-bottom:50px}.section-3-crms:before{min-height:375px;height:auto}.section-3-crms .image{width:calc(50% - 10px);justify-content:center}.section-3-crms .image img{width:100px;height:35px}}.ellipses-effects{position:absolute;top:300px;left:0;z-index:-1;width:100%;display:flex;min-height:800px}.ellipses-effects img{height:max-content}.ellipses-effects .ellipse-small{position:absolute;top:0;width:120px}.ellipses-effects .ellipse-medium{position:absolute;bottom:50px;left:40px;width:200px}.ellipses-effects .ellipse-large{bottom:100px;right:0;position:absolute;width:250px}@media(max-width:1024px){.ellipses-effects{top:0%;min-height:500px}.ellipses-effects .ellipse-large{width:215px;transform:translateX(50%) rotate(100deg);bottom:-25px}.ellipses-effects .ellipse-medium{display:none}.ellipses-effects .ellipse-small{top:-150px}}.section-4-block{display:flex;flex-flow:nowrap;align-items:center;justify-content:center;gap:100px}.section-4{margin-top:150px;position:relative}.section-4-block-info .section-generic-title{text-align:left}.section-4-block-info .section-generic-description{text-align:left}.section-4-block-info{display:flex;flex-flow:column;gap:15px}.section-4-block-content{display:flex;justify-content:center;align-items:center}.section-4-block-content.productivity{display:flex;flex-flow:nowrap;align-items:flex-end;gap:40px}.section-4-block-content.productivity .productivity-content-1{display:flex;flex-flow:nowrap;align-items:flex-end}.section-4-block-content.productivity .productivity-content-1 .icon{font-size:70px;color:var(--primary);font-weight:700}.section-4-block-content.productivity .productivity-content-1 .texts{display:flex;flex-flow:column;gap:10px}.section-4-block-content.productivity .productivity-content-1 .texts .text-1{font-size:25px;color:var(--primary)}.section-4-block-content.productivity .productivity-content-1 .texts .text-2{font-size:100px;font-weight:700;color:var(--primary);line-height:77px}.section-4-block-content.productivity .productivity-content-2{font-size:24px;color:var(--primary);max-width:300px;mix-blend-mode:difference}.section-4-block.with-image{max-width:1100px;justify-content:space-between;margin:0 auto;margin-top:55px}.section-4-block.with-image.reverse{flex-flow:row-reverse}.section-4-block.with-image .section-4-block-content{width:65%}.section-4-block.with-image .section-4-block-content img{width:100%}.section-4-block.with-image{object-fit:contain}.section-4-block.with-image:hover .section-4-block-content img{animation:floatUpDown 2s ease-in-out infinite}@keyframes floatUpDown{0%{transform:translateY(0)}50%{transform:translateY(-15px)}100%{transform:translateY(0)}}.section-4-block.with-image.resultados-reais{margin-top:100px}@media (max-width:1024px){.section-4{overflow:hidden}.section-4-block{flex-flow:column;gap:20px}.section-4-block-info{align-items:center}.section-4-block-info .section-generic-title{text-align:center}.section-4-block-content.productivity{flex-flow:column;align-items:center;gap:20px;margin-bottom:90px}.section-4-block-content.productivity .productivity-content-2{text-align:center}.section-4-block.with-image{margin-top:25px}.section-4-block.with-image .section-4-block-info{align-items:flex-start}.section-4-block.with-image .section-generic-title{text-align:left}.section-4-block.with-image .section-generic-description{text-align:left}.section-4-block.with-image .section-4-block-content{width:100%}.section-4-block.with-image.reverse{flex-flow:column;align-items:flex-start}}  .form-contact{display:flex;flex-flow:column;align-items:center;margin-top:50px;gap:50px}.form-contact__header{display:flex;flex-flow:column;align-items:center;gap:10px}.form-contact .section-generic-title{color:var(--primary);font-weight:700}.form-contact .section-generic-description{text-align:center}.form-contact__content{display:flex;flex-flow:column;gap:33px;width:700px}.form-contact__content-field{display:flex;flex-flow:column;gap:5px}.form-contact__content-field .label{color:#000}.form-contact__content-field input,.form-contact__content-field select{width:100%;height:50px;padding-left:15px;border-radius:8px;border:1px solid #DDD;color:#000}.form-contact__content-field input::placeholder,.form-contact__content-field select option[disabled]{color:#8E8E8E}.form-contact__content .button{width:100%;margin-top:15px;cursor:pointer;transition:all .4s}.form-contact__content .button.loading{pointer-events:none;opacity:.7}.form-contact__content .button.completed{background:#fff0;color:green;pointer-events:none}@media(max-width:1024px){.form-contact .section-generic-title{max-width:85%;font-size:30px;line-height:40px}.form-contact .section-generic-description br{display:none}.form-contact__content{width:100%;gap:10px}}.footer{display:flex;min-height:580px;width:100%;justify-content:center;align-items:center;margin-top:30px}.footer-content{min-height:inherit;width:100%;display:flex;flex-flow:column;justify-content:space-between;align-items:center;background-size:100%;padding-top:180px;padding-bottom:70px;background-repeat:no-repeat}.footer-logo img{height:35px}.footer-links{display:flex;flex-flow:nowrap;gap:150px}.footer-links__content{display:flex;flex-flow:column}.footer-links__content .title{font-size:16px;color:#fff;font-weight:700;margin-bottom:10px}.footer-links__content .link{color:#fff;font-size:15px}.footer-copy{display:flex;flex-flow:nowrap;gap:100px;align-items:center;justify-content:center}.footer-copy .group{display:flex;flex-flow:nowrap;align-items:center;gap:15px}.footer-copy .group .text{color:#fff;font-size:14px}.footer-copy .media{display:flex;flex-flow:nowrap;gap:15px}.footer-copy .media .media-link{display:flex}@media(max-width:1024px){.footer{min-height:470px;padding:0!important}.footer-content{background-size:235%;background-position:bottom;padding:130px 25px 25px}.footer-links{gap:75px}.footer-copy{padding-bottom:20px}}