.rs-color{--prod-color-700:var(--energia-700);--prod-color-600:var(--energia-500);--prod-color-200:var(--energia-200);--prod-color-100:var(--energia-100)}.adm-color{--prod-color-700:var(--papaia-700);--prod-color-600:var(--papaia-500);--prod-color-200:var(--papaia-200);--prod-color-100:var(--papaia-100)}.edc-color{--prod-color-700:var(--bandeira-700);--prod-color-600:var(--bandeira-500);--prod-color-200:var(--bandeira-200);--prod-color-100:var(--bandeira-100)}.ce-color{--prod-color-700:var(--magenta-700);--prod-color-600:var(--magenta-500);--prod-color-200:var(--magenta-200);--prod-color-100:var(--magenta-100)}.pd-color{--prod-color-700:var(--turquesa-700);--prod-color-600:var(--turquesa-500);--prod-color-200:var(--turquesa-200);--prod-color-100:var(--turquesa-100)}.products-tabs{position:relative;z-index:3}.products-tabs .container:has(.tab-button.rs-color.active){--blurred-color:var(--energia-200)}.products-tabs .container:has(.tab-button.adm-color.active){--blurred-color:var(--papaia-200)}.products-tabs .container:has(.tab-button.edc-color.active){--blurred-color:var(--bandeira-200)}.products-tabs .container:has(.tab-button.ce-color.active){--blurred-color:var(--magenta-200)}.products-tabs .container:has(.tab-button.pd-color.active){--blurred-color:var(--turquesa-200)}.products-tabs .container.blurred-ball:before{bottom:100px;box-shadow:0 0 150px 150px var(--blurred-color,var(--secondary-300))}.products-tabs .tabsicons{height:150px;left:0;position:absolute;top:0;translate:-25% 50%;width:150px;z-index:-1}.products-tabs .tabsicons img{height:100%;left:0;opacity:0;position:absolute;top:0;transition:all .3s ease-in-out;width:100%}.products-tabs .tabsicons img.active{opacity:1}.products-tabs .tabslist{display:flex;gap:2rem;justify-content:start;margin-bottom:24px;overflow-x:auto;padding-bottom:6px;scroll-snap-type:x mandatory}.products-tabs .tabslist::-webkit-scrollbar-track{background-color:#e6e6e6;border-radius:6px}.products-tabs .tabslist::-webkit-scrollbar{background-color:#5c9eff;height:4px;width:3px}.products-tabs .tabslist::-webkit-scrollbar-thumb{background-color:#5c9eff;border-radius:6px}.products-tabs .tabslist .tab-button{all:unset;border-bottom:2px solid transparent;color:var(--text-color);cursor:pointer;font-size:1rem;line-height:1.1;padding-bottom:20px;scroll-snap-align:start;text-align:center;text-wrap:balance;transition:all .3s ease-in-out;width:130px}.products-tabs .tabslist .tab-button.active,.products-tabs .tabslist .tab-button:focus-visible,.products-tabs .tabslist .tab-button:hover{border-bottom-color:currentColor;color:var(--prod-color-700)}.products-tabs .tabslist .tab-button.active{font-weight:600}.products-tabs .tabslist .tab-button:focus-visible{outline:2px dashed currentColor;outline-offset:2px}.products-tabs .tabspanels{min-height:440px;position:relative}.products-tabs .tabspanels .tabpanel{background:var(--neutral-0);box-shadow:var(--shadow-1);display:flex;flex-direction:column;left:0;opacity:0;position:absolute;top:0;visibility:hidden}.products-tabs .tabspanels .tabpanel.active{opacity:1;visibility:visible}.products-tabs .tabspanels .tabpanel.active .tabpanel__image,.products-tabs .tabspanels .tabpanel.active .tabpanel__text{opacity:1}.products-tabs .tabspanels .tabpanel__logo{align-items:center;background:var(--prod-color-700);border-radius:0 0 6px 6px;display:flex;justify-content:center;margin-bottom:4px;padding:20px 12px 12px;width:-moz-fit-content;width:fit-content}.products-tabs .tabspanels .tabpanel__logo img{height:30px;width:30px}.products-tabs .tabspanels .tabpanel__image,.products-tabs .tabspanels .tabpanel__text{opacity:0;transition:all .3s ease-in-out}.products-tabs .tabspanels .tabpanel__text{display:flex;flex-direction:column;gap:1rem;padding:0 1rem 1rem}.products-tabs .tabspanels .tabpanel__text h3{font-size:1rem}.products-tabs .tabspanels .tabpanel__text a{display:flex;margin-bottom:20px}.products-tabs .tabspanels .tabpanel__text a svg{height:1rem;width:1rem}.products-tabs .tabspanels .tabpanel__image{display:flex;position:relative}.products-tabs .tabspanels .tabpanel__image img,.products-tabs .tabspanels .tabpanel__image video{border-radius:0 10px 10px 0;height:100%;min-height:250px;-o-object-fit:cover;object-fit:cover;width:100%}.products-tabs .tabspanels .tabpanel__image .tabpanel__tooltip{background:var(--secondary-100);border-radius:4px;bottom:1rem;box-shadow:var(--shadow-1);color:var(--primary-1000);font-size:12px;max-width:300px;padding:10px;position:absolute;right:1rem;text-wrap:balance}.products-tabs .tabstooltips{background:var(--prod-color-100);border-radius:10px 10px 0 0;bottom:0;box-shadow:var(--shadow-1);display:grid;grid-template-rows:40px auto;height:180px;left:50%;max-height:40px;overflow:clip;position:fixed;transition:all .3s ease-in-out;translate:-50% 0;width:200px;z-index:1}.products-tabs .tabstooltips strong{color:var(--prod-color-700)}.products-tabs .tabstooltips.open{max-height:180px;translate:-50% 0}.products-tabs .tabstooltips .tooltip-btn{align-items:center;background:var(--prod-color-200);border:0;border-radius:10px 10px 0 0;color:var(--prod-color-700);display:inline-flex;gap:4px;justify-content:center;position:relative;text-align:center}.products-tabs .tabstooltips .tooltip-btn:before{background:var(--prod-color-700);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:.3s ease-in-out;width:100%;z-index:-1}.products-tabs .tabstooltips .tooltip-btn:hover:before{opacity:.2}.products-tabs .tabstooltips .tooltip-btn svg{height:20px;width:20px}.products-tabs .tabstooltips__wrapper{position:relative}.products-tabs .tabstooltips .tabtooltip{font-size:14px;height:100%;left:0;opacity:0;padding:1rem;position:absolute;top:0;transition:all .3s ease-in-out;visibility:hidden;width:100%}.products-tabs .tabstooltips .tabtooltip.active{opacity:1;visibility:visible}.products-tabs .content-btn{display:flex;justify-content:center;margin:40px auto}@media(min-width:80em){.products-tabs .container.blurred-ball:before{bottom:0;right:50px;scale:.7}.products-tabs .tabslist{justify-content:center;overflow-x:initial;padding-bottom:0}.products-tabs .tabsicons{height:250px;translate:-25% -20%;width:250px}.products-tabs .tabspanels .tabpanel{display:grid;grid-template-columns:auto 552px;grid-template-rows:440px;height:440px}.products-tabs .tabspanels .tabpanel__logo{margin-bottom:1rem;padding:2rem 1rem 1rem}.products-tabs .tabspanels .tabpanel__logo img{height:42px;width:42px}.products-tabs .tabspanels .tabpanel__text{padding:0 2rem 2rem}.products-tabs .tabspanels .tabpanel__text h3{flex-grow:1;font-size:24px}.products-tabs .tabspanels .tabpanel__image{height:100%}.products-tabs .tabstooltips{border-radius:10px 0 0 10px;bottom:unset;display:grid;grid-template-columns:60px auto;grid-template-rows:1fr;height:219px;left:unset;max-height:unset;opacity:1!important;position:absolute;right:0;top:50%;translate:calc(100% - 60px) -20px;width:235px}.products-tabs .tabstooltips.open{max-height:unset;translate:0 -20px}.products-tabs .tabstooltips .tooltip-btn{border-radius:0 10px 10px 0;rotate:180deg;writing-mode:vertical-lr}.products-tabs .tabstooltips .tabtooltip{display:flex;flex-direction:column;font-size:1rem;justify-content:center;transition:all 1s ease-in-out}}