@import"https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap";.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:-webkit-grab;cursor:grab}.carousel.is-dragging{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain}.has-dots{margin-bottom:calc(.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + .5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, var(--cor-branco));-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px var(--cor-branco),0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;-ms-scroll-chaining:none;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, var(--cor-branco));position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, var(--cor-branco))}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, var(--cor-branco))}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{-webkit-animation:fancybox-rotate 2s linear infinite;animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-animation:fancybox-dash 1.5s ease-in-out infinite;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@-webkit-keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@-webkit-keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{-webkit-animation:.15s ease backwards fancybox-fadeIn;animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{-webkit-animation:.15s ease both fancybox-fadeOut;animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{-webkit-animation:.15s ease both fancybox-fadeIn;animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{-webkit-animation:.1s ease both fancybox-fadeOut;animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{-webkit-animation:.2s ease both fancybox-zoomInUp;animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{-webkit-animation:.15s ease both fancybox-zoomOutDown;animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{-webkit-animation:.15s ease both fancybox-throwOutUp;animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{-webkit-animation:.15s ease both fancybox-throwOutDown;animation:.15s ease both fancybox-throwOutDown}@-webkit-keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-fadeOut{to{opacity:0}}@-webkit-keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@-webkit-keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@-webkit-keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@-webkit-keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:-webkit-grab;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:-webkit-grab;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.fancybox__image{transform-origin:0 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:var(--cor-branco)}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{-webkit-animation:.15s ease-in backwards fancybox-fadeIn;animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{-webkit-animation:.15s ease-in backwards fancybox-fadeIn;animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox__container:-webkit-full-screen::backdrop{opacity:0}.fancybox__container:-ms-fullscreen::backdrop{opacity:0}.fancybox__container:fullscreen::-webkit-backdrop{opacity:0}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}/*!
Theme Name: Light
Text Domain: light
Version: 1.0
Description: Tema desenvolvido especialmente para Light. Todos os direitos reservados.
Author: Thavi Lang
Author URI: https://www.linkedin.com/in/thavilang/
Theme URI: https://agenciavirtual.light.com.br/
License: Privada
*/html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,button{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a{color:currentColor;text-decoration:none}button{background-color:rgba(0,0,0,0)}/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */@-ms-viewport{width:device-width}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,*::before,*::after{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width: 576px){.container{max-width:540px}}@media(min-width: 768px){.container{max-width:720px}}@media(min-width: 992px){.container{max-width:960px}}@media(min-width: 1230px){.container{max-width:1170px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-sm,.col-sm-auto,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col,.col-auto,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;width:auto;max-width:none}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}@media(min-width: 576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:none}.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}}@media(min-width: 768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;width:auto;max-width:none}.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}}@media(min-width: 992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:none}.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}}@media(min-width: 1230px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:none}.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}@media(min-width: 576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}}@media(min-width: 768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}}@media(min-width: 992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}}@media(min-width: 1230px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}@media(min-width: 576px){.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}}@media(min-width: 768px){.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}}@media(min-width: 992px){.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}}@media(min-width: 1230px){.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}}.justify-content-evenly{justify-content:space-evenly}@media(min-width: 992px){.visible-mobile{display:none !important}}@media(max-width: 991px){.visible-desktop{display:none !important}}@media(min-width: 1230px){.hidden-xl{display:none !important}}@media(min-width: 992px)and (max-width: 1199px){.hidden-lg{display:none !important}}@media(min-width: 768px)and (max-width: 991px){.hidden-md{display:none !important}}@media(min-width: 576px)and (max-width: 761px){.hidden-sm{display:none !important}}@media(max-width: 575px){.hidden-ss{display:none !important}}:root{--tamanho-container: 100vw;--tamanho-borda: calc(calc(100vw - var(--tamanho-container)) / 2);--tamanho-coluna: calc(calc(var(--tamanho-container) - 30px) / 12);--cor-branco: #fff;--cor-preto: #000;--cor-fonte: #3E3E3E;--cor-site: #F68B1F;--cor-rodape: #272727;--cor-secundaria: linear-gradient(280.34deg, #33AD70 15.07%, #05A09A 76.19%);--cor-secundaria-solida: #009A90;--cor-secundaria-solida-2: #00DACC;--cor-secundaria-enfeites: #56BEA9;--cor-secundaria-suave: #B3E1DE;--cor-secundaria-pj: linear-gradient(315deg, #4E85C5 0%, #05A09A 72.66%, #00A39B 100%);--cor_secundaria_pj_solida: #4E85C5;--cor-detalhes: linear-gradient(130deg, #EF7C05 0%, #E11C25 100%);--cor-auxiliar: #D9D9D9;--cor-auxiliar-escura: #DCE4E8;--cor-auxiliar-linhas: #EFEFEF;--cor-bg-cinza: #F8F8F8;--cor-slide-home: #f3f3f3;--fonte-12px: 0.75rem;--fonte-13px: 0.8125rem;--fonte-14px: 0.875rem;--fonte-15px: 0.9375rem;--fonte-18px: 1.125rem;--fonte-20px: 1.25rem;--fonte-24px: 1.5rem;--fonte-28px: 1.75rem;--fonte-32px: 2rem;--fonte-42px: 2.625rem;--fonte-48px: 3rem;--fonte-50px: 3.125rem;--fonte-54px: 3.375rem;--fonte-56px: 3.5rem;--fancybox-color: #5f5f5f}@media(min-width: 576px){:root{--tamanho-container: 540px}}@media(min-width: 768px){:root{--tamanho-container: 720px}}@media(min-width: 992px){:root{--tamanho-container: 960px}}@media(min-width: 1230px){:root{--tamanho-container: 1170px}}@media(max-width: 575px){:root{--tamanho-borda: 0px}}@media(max-width: 1229.98px){:root{--fonte-48px: 2.5rem;--fonte-54px: 2.8rem;--fonte-56px: 3rem}}@media(max-width: 767.98px){:root{--fonte-15px: 1rem;--fonte-18px: 1.07rem;--fonte-20px: 1.28rem;--fonte-24px: 1.28rem;--fonte-32px: 1.45rem;--fonte-42px: 2.28rem;--fonte-48px: 1.71rem;--fonte-54px: 2.28rem;--fonte-56px: 2.28rem}}.botao-padrao::before{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%}.navegacao-swiper button,.footer__redes a,.acessibilidade button,.header__nav .header__footer-submenu .header__redes ul a{display:flex;justify-content:center;align-items:center}.lista-downloads__box-scroll{scrollbar-width:thin;scrollbar-color:#d8e9ef rgba(0,0,0,0)}.lista-downloads__box-scroll::-webkit-scrollbar-track{background-color:rgba(0,0,0,0)}.lista-downloads__box-scroll::-webkit-scrollbar{width:6px;height:6px;background:rgba(0,0,0,0)}.lista-downloads__box-scroll::-webkit-scrollbar-thumb{background:#d8e9ef}html{font-size:1rem;scroll-behavior:smooth}@media(max-width: 991px){html{font-size:.93rem}}@media(max-width: 767px){html{font-size:.875rem}}*{scroll-margin-top:99px}body{font-size:1rem;font-family:"Rubik",sans-serif;color:var(--cor-fonte);padding-top:60px}@media(max-width: 1229.98px){body{padding-top:50px}}main{width:100%;overflow:hidden}.text-center{text-align:center}.hidden{opacity:0 !important;position:absolute;z-index:-1;top:0;left:0}[js-bloco]{display:none}[js-bloco-ativo="1"] [js-bloco="1"]{display:block}[js-bloco-ativo="2"] [js-bloco="2"]{display:block}[js-bloco-ativo="3"] [js-bloco="3"]{display:block}[js-bloco-ativo="4"] [js-bloco="4"]{display:block}[js-bloco-ativo="5"] [js-bloco="5"]{display:block}[js-bloco-ativo="6"] [js-bloco="6"]{display:block}[js-bloco-ativo="7"] [js-bloco="7"]{display:block}[js-bloco-ativo="8"] [js-bloco="8"]{display:block}[js-bloco-ativo="9"] [js-bloco="9"]{display:block}[js-bloco-ativo="10"] [js-bloco="10"]{display:block}[js-bloco-ativo="11"] [js-bloco="11"]{display:block}[js-bloco-ativo="12"] [js-bloco="12"]{display:block}[js-bloco-ativo="13"] [js-bloco="13"]{display:block}[js-bloco-ativo="14"] [js-bloco="14"]{display:block}[js-bloco-ativo="15"] [js-bloco="15"]{display:block}[js-bloco-ativo="16"] [js-bloco="16"]{display:block}[js-bloco-ativo="17"] [js-bloco="17"]{display:block}[js-bloco-ativo="18"] [js-bloco="18"]{display:block}[js-bloco-ativo="19"] [js-bloco="19"]{display:block}[js-bloco-ativo="20"] [js-bloco="20"]{display:block}.header{position:fixed;top:0;left:0;right:0;background-color:var(--cor-branco);z-index:900}.header__content{display:flex;justify-content:space-between;align-items:center}.header__logo{display:inline}.header__logo img{width:100px}@media(min-width: 1230px){.header__logo{margin-right:20px}}@media(max-width: 1229.98px){.header__logo{position:relative;z-index:1001}.header__logo img{width:80px}}.header__lupa{display:flex;align-items:center;justify-content:space-between;width:220px;font-size:var(--fonte-15px);line-height:42px;border:1px solid #d8e9ef;border-radius:21px;display:flex;align-items:center;letter-spacing:.3px;color:rgba(51,51,51,.3);padding:0 20px;cursor:pointer}.header__lupa svg{width:17px;aspect-ratio:1/1;fill:var(--cor-site)}@media(min-width: 992px){.header__lupa:hover svg{transform:scale(1.1)}}.header__lupa-mobile{width:50px;height:50px;margin-left:-10px;border:none;background-color:rgba(0,0,0,0)}.header__lupa-mobile svg{width:20px;aspect-ratio:1/1;fill:var(--cor-secundaria-solida)}.header__busca{position:absolute;top:0;left:calc(var(--tamanho-borda) + 140px);right:calc(var(--tamanho-borda) + 5px);display:flex;padding:8px 0;background-color:var(--cor-branco);transition:left .3s,opacity .3s}.header__busca .header__buscar{position:absolute;display:flex;align-items:center;top:9px;bottom:9px;right:70px;font-size:var(--fonte-15px);line-height:1.2em;letter-spacing:.3px;color:var(--cor-site);cursor:pointer}.header__busca-fechar{width:50px;cursor:pointer}.header__busca-fechar svg{width:10px;height:10px;fill:var(--cor-site);transition:transform .1s}@media(min-width: 992px){.header__busca-fechar:hover svg{transform:scale(1.1)}}.header__busca input{border:none;width:100%;font-size:var(--fonte-15px);letter-spacing:.3px;color:var(--cor-fonte);line-height:42px;border:1px solid #d8e9ef;border-radius:21px;padding:0 100px 0 25px}.header__busca input::-moz-placeholder{color:rgba(51,51,51,.3)}.header__busca input:-ms-input-placeholder{color:rgba(51,51,51,.3)}.header__busca input::placeholder{color:rgba(51,51,51,.3)}.header__busca input:focus{outline:none}.header__busca:not(.ativo){left:50vw;opacity:0;visibility:hidden;pointer-events:none;z-index:-1}@media(max-width: 1229.98px){.header__busca{position:absolute;top:100%;left:calc(var(--tamanho-borda) + 5px);background-color:var(--cor-branco);padding:7px 0 7px 15px;border-radius:0 0 10px 10px;transition:opacity .2s,top .2s}.header__busca .header__buscar{right:65px}.header__busca:not(.ativo){top:130%;opacity:0;visibility:hidden;pointer-events:none;z-index:-1}}@media(max-width: 575.98px){.header__busca{width:100%;left:0;right:0;border-radius:0;flex-direction:row}.header__busca input{max-width:100%}}@media(min-width: 1230px){.header__nav>ul{display:flex}}.header__nav .header__footer-submenu{color:#fff;padding:15px calc(var(--tamanho-borda) + 15px);background:var(--cor-secundaria)}@media(max-width: 1229.98px){.header__nav .header__footer-submenu{padding:15px var(--tamanho-borda) 15px clamp(50px,var(--tamanho-borda),200px)}}@media(max-width: 575.98px){.header__nav .header__footer-submenu{padding:15px}}.header__nav .header__footer-submenu p{font-size:var(--fonte-14px);line-height:1.3em;color:rgba(255,255,255,.8)}.header__nav .header__footer-submenu p a{display:inline-flex;gap:8px;color:#fff;font-weight:500}@media(min-width: 992px){.header__nav .header__footer-submenu p a:hover{text-decoration:underline}}@media(max-width: 1229.98px){.header__nav .header__footer-submenu p a{display:flex;line-height:30px}}.header__nav .header__footer-submenu svg{width:18px;display:inline-block;margin-top:-2px;aspect-ratio:1/1;fill:currentColor}@media(max-width: 1229.98px){.header__nav .header__footer-submenu .header__redes{margin-top:8px}}.header__nav .header__footer-submenu .header__redes ul{display:flex;gap:5px}@media(max-width: 1229.98px){.header__nav .header__footer-submenu .header__redes ul{margin-top:8px}}.header__nav .header__footer-submenu .header__redes ul a{width:28px;aspect-ratio:1/1;min-height:unset;background:rgba(255,255,255,.15);border-radius:8px 0px 8px 8px;transition:background .3s}.header__nav .header__footer-submenu .header__redes ul a svg{width:15px}@media(min-width: 992px){.header__nav .header__footer-submenu .header__redes ul a:hover{background:rgba(255,255,255,.25)}}@media(max-width: 1229.98px){.header__nav{position:fixed;display:flex;flex-direction:column;justify-content:space-between;top:50px;bottom:0;right:-100%;z-index:1000;background-color:var(--cor-bg-cinza);max-height:calc(100vh - 50px);overflow:auto;padding-top:15px;opacity:0;transition:right .5s}.header__nav.ativo{opacity:1;right:0}}@media(max-width: 1229.98px)and (min-width: 576px){.header__nav{min-width:calc(clamp(50px,var(--tamanho-borda),200px) + var(--tamanho-borda) + 330px)}}@media(max-width: 575.98px){.header__nav{width:100%;transition:opacity .5s}}.header__nav>ul>li{transition:opacity .3s}.header__nav>ul>li>a{position:relative;display:flex;align-items:center;gap:9px;font-size:var(--fonte-15px);line-height:1.1em;min-height:60px;text-align:center;padding:0 .667em}@media(max-width: 1229.98px){.header__nav>ul>li>a{justify-content:space-between;font-size:var(--fonte-20px);line-height:150%;line-height:44px;padding:0 var(--tamanho-borda) 0 clamp(50px,var(--tamanho-borda),200px);border-bottom:1px var(--cor-auxiliar-linhas) solid}}@media(max-width: 575.98px){.header__nav>ul>li>a{padding:0 15px}}.header__nav>ul>li>a svg{width:11px;aspect-ratio:1/1;fill:var(--cor-site);transition:transform .2s,margin-top .2s}.header__nav>ul>li>a svg .seta-perna{opacity:.3}@media(max-width: 1229.98px){.header__nav>ul>li>a svg.submenu{fill:var(--cor-secundaria-solida)}}.header__nav>ul>li>a svg.externo{transform:rotate(-45deg)}@media(max-width: 1229.98px){.header__nav>ul>li>a svg{width:15px}}@media(min-width: 768px){.header__nav>ul>li>a:hover svg.externo{transform:rotate(-45deg) translateX(2px)}}@media(min-width: 1230px){.header__nav>ul>li[js-submenu] a::after{content:" ";position:absolute;top:100%;left:50%;width:42px;margin-left:-32px;height:0px;background-color:var(--cor-site);opacity:0;transition:.3s}}.header__nav>ul>li>div{position:relative;background-color:#fff;border-top:1px #d8e9ef solid;transition:opacity .5s}.header__nav>ul>li>div .header__footer-submenu{position:absolute;bottom:0;left:0;right:0;justify-content:space-between}.header__nav>ul>li>div .header__footer-submenu p{display:flex;align-items:center;gap:15px}.header__nav>ul>li>div .header__footer-submenu .header__redes{display:flex;align-items:center;gap:15px}@media(min-width: 1230px){.header__nav>ul>li>div{position:absolute;visibility:hidden;pointer-events:none;z-index:-1;opacity:0;top:calc(100% - 1px);left:0;right:0;padding:45px calc(var(--tamanho-borda) + 15px) 120px}.header__nav>ul>li>div>ul{display:flex;gap:70px;width:100%}.header__nav>ul>li>div>ul:hover>li a,.header__nav>ul>li>div>ul:hover>li h6{opacity:.5}.header__nav>ul>li>div>ul:hover>li:hover h6,.header__nav>ul>li>div>ul:hover>li:hover .botao-padrao{opacity:1}.header__nav>ul>li>div>ul:hover>li a:hover{opacity:1}.header__nav>ul>li>div a,.header__nav>ul>li>div h6{transition:opacity .3s}}@media(max-width: 1229.98px){.header__nav>ul>li>div{background-color:rgba(0,0,0,0);display:none;padding:0 calc(var(--tamanho-borda) + 15px) 50px calc(clamp(50px,var(--tamanho-borda),200px) + 25px);border-top:0;border-bottom:1px var(--cor-auxiliar-linhas) solid}}@media(max-width: 575.98px){.header__nav>ul>li>div{padding:0 15px 40px 25px}}.header__nav>ul>li>div>ul a:not(.botao-padrao){position:relative;display:inline-flex;gap:12px;align-items:center;line-height:1.2em;min-height:35px;padding:0}.header__nav>ul>li>div>ul a:not(.botao-padrao) img{width:64px;aspect-ratio:1/1;border-radius:15px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.header__nav>ul>li>div>ul a:not(.botao-padrao) span{display:block;flex-grow:1;flex-basis:0}@media(min-width: 576px){.header__nav>ul>li>div>ul a:not(.botao-padrao) span{max-width:23ch}}@media(min-width: 1230px){.header__nav>ul>li>div>ul>li:last-child{position:relative;padding-left:45px}.header__nav>ul>li>div>ul>li:last-child::before{content:" ";position:absolute;top:-45px;bottom:-65px;left:0;width:1px;background-color:#d8e9ef}}.header__nav>ul>li>div>ul h6{font-size:var(--fonte-13px);line-height:1.5em;margin-bottom:17.5px;text-transform:uppercase;background:var(--cor-secundaria);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.header__nav>ul>li>div>ul h6.azul{background:var(--cor-secundaria-pj);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.header__nav>ul>li>div>ul h6 strong{font-weight:500}@media(max-width: 1229.98px){.header__nav>ul>li>div>ul h6{font-size:var(--fonte-15px);line-height:1.5em;color:var(--cor-secundaria-solida-2);margin-bottom:4px;margin-top:25px}}.header__nav>ul>li>div>ul .linha-titulo-botao{position:relative;display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:20px;margin-right:-25px}@media(max-width: 1229.98px){.header__nav>ul>li>div>ul .linha-titulo-botao{margin-top:25px;margin-bottom:15px}}.header__nav>ul>li>div>ul .linha-titulo-botao h6{margin-bottom:0;margin-top:0}.header__nav>ul>li>div>ul .linha-titulo-botao .botao-padrao{display:inline-flex;padding-left:0;min-height:25px;font-weight:400;text-transform:uppercase;font-size:var(--fonte-13px)}.header__nav>ul>li>div>ul .linha-titulo-botao .botao-padrao span{gap:10px}.header__nav>ul>li>div>ul .linha-titulo-botao .botao-padrao svg{margin-left:0}@media(min-width: 1230px){.header__nav>ul>li>div>ul>li>ul{display:flex;flex-direction:column;flex-wrap:wrap;max-height:215px;gap:0 clamp(30px,4.1vw,80px)}.header__nav>ul>li>div>ul>li>ul.posts-blog{gap:20px 0;max-height:unset}}@media(min-width: 1230px){.header__nav>ul>li:hover>a svg.submenu,.header__nav>ul>li.ativo>a svg.submenu{transform:rotate(180deg)}.header__nav>ul>li:hover>a::after,.header__nav>ul>li.ativo>a::after{height:2px;opacity:1;z-index:5}.header__nav>ul>li:hover>div,.header__nav>ul>li.ativo>div{visibility:visible;opacity:1;z-index:unset;pointer-events:unset}}@media(max-width: 1229.98px){.header__nav>ul>li.ativo>a svg{transform:rotate(180deg)}.header__nav>ul>li.ativo>a::after{height:2px;opacity:1;z-index:5}.header__nav>ul>li.ativo>div{display:block}}@media(min-width: 992px){.header__nav:hover>ul>li{opacity:.5}.header__nav:hover>ul>li:hover{opacity:1}}.header__toggle-menu{position:relative;z-index:1001;width:50px;height:50px;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;cursor:pointer}@media(min-width: 1230px){.header__toggle-menu{display:none}}.header__toggle-menu canvas{display:block;width:16px;height:2px;background-color:var(--cor-secundaria-solida);transition:transform .2s,margin-top .1s}.header__toggle-menu canvas+canvas{margin-top:4px}.header__toggle-menu canvas:last-child{width:9px}.header__toggle-menu.ativo canvas:first-child{transform:rotate(45deg)}.header__toggle-menu.ativo canvas:nth-child(2){transform:rotate(-45deg);margin-top:-2px}.header__toggle-menu.ativo canvas:last-child{display:none}.ancoras{position:fixed;top:60px;left:0;right:0;background-color:var(--cor-bg-cinza);z-index:800;transition:opacity .3s}@media(max-width: 1229.98px){.ancoras{top:50px}}@media(max-width: 1229.98px)and (min-width: 992px){.ancoras{background:var(--cor-secundaria)}}.ancoras:not(.ativo){opacity:0;visibility:hidden;pointer-events:none;z-index:-1}@media(min-width: 992px){.ancoras__content{display:flex;align-items:center;gap:15px}}.ancoras button{margin-left:calc((var(--tamanho-borda) + 15px)*-1);margin-right:calc((var(--tamanho-borda) + 15px)*-1);padding:0 calc(var(--tamanho-borda) + 15px);width:100vw;background:var(--cor-secundaria);color:var(--cor-branco);text-align:left;font-weight:500;font-size:var(--fonte-20px);line-height:45px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.ancoras button svg{width:12px;height:7px;fill:currentColor}.ancoras button.ativo svg{transform:rotate(180deg)}.ancoras__legenda{line-height:1.3em;letter-spacing:.018em}@media(max-width: 1229.98px){.ancoras__legenda{display:none}}.ancoras__nav{display:block;font-size:var(--fonte-14px);text-align:center;color:var(--cor-branco)}@media(min-width: 1230px){.ancoras__nav{background:var(--cor-secundaria);flex-grow:1;flex-basis:0;margin-right:calc(var(--tamanho-borda)*-1 - 15px);padding-right:calc(var(--tamanho-borda) + 15px);padding-left:25px;min-height:2.85em}}@media(max-width: 991.98px){.ancoras__nav{display:flex;align-items:center;text-align:center;color:var(--cor-fonte);font-size:var(--fonte-20px);line-height:1.1em;width:100%;padding:10px 0 20px;max-height:calc(100vh - 105px);overflow:auto;transition:max-height .35s ease-in-out,padding .35s ease-in-out}.ancoras__nav:not(.ativo){visibility:hidden;max-height:0px;padding-top:0;padding-bottom:0}.ancoras__nav.efeito-toggle{padding-top:0;padding-bottom:0;max-height:0px}}@media(min-width: 992px){.ancoras__nav ul{display:flex;gap:20px}.ancoras__nav ul:hover>li{opacity:.5}}@media(max-width: 1229.98px){.ancoras__nav ul{gap:8px;width:100%}}.ancoras__nav ul>li{transition:opacity .3s}@media(min-width: 992px){.ancoras__nav ul>li:hover{opacity:1}}.ancoras__nav ul>li>a{position:relative;display:flex;align-items:center;gap:9px;height:2.85em}.ancoras__nav ul>li>a svg{width:12px;fill:currentColor}.ancoras__nav ul>li>a::after{content:" ";position:absolute;width:14px;height:14px;background-color:var(--cor-site);border-radius:100%;border:3px var(--cor-auxiliar-linhas) solid;opacity:0}@media(min-width: 992px){.ancoras__nav ul>li>a::after{bottom:-3px;left:50%;transform:translate(-50%, 50%);transition:bottom .1s,opacity .2s}}@media(max-width: 991.98px){.ancoras__nav ul>li>a::after{right:0;top:50%;border-color:var(--cor-branco);transform:translateY(-50%)}}.ancoras__nav ul>li>a.ativo::after{opacity:1}@media(min-width: 992px){.ancoras__nav ul>li>a.ativo::after{bottom:0}}@media(min-width: 992px){.ancoras__nav ul>li>ul{position:absolute;top:calc(100% - 1px);left:0;right:0;visibility:hidden;opacity:0;z-index:-1;background-color:#fff;color:var(--cor-fonte);transition:opacity .3s}.ancoras__nav ul>li>ul:hover>li{opacity:.5}.ancoras__nav ul>li>ul>li{transition:opacity .3s}.ancoras__nav ul>li>ul>li:hover{opacity:1}.ancoras__nav ul>li>ul::before,.ancoras__nav ul>li>ul::after{content:" ";position:absolute;top:0;bottom:0;width:var(--tamanho-borda);background-color:#fff}.ancoras__nav ul>li>ul::before{left:100%}.ancoras__nav ul>li>ul::after{right:100%}.ancoras__nav ul>li:hover>a svg{transform:rotate(180deg)}.ancoras__nav ul>li:hover>ul{visibility:visible;opacity:1;z-index:30}}@media(max-width: 991.98px){.ancoras__nav ul>li>ul{font-size:.9em;line-height:2.2em;padding-left:15px;padding-bottom:30px;display:none}.ancoras__nav ul>li>ul a{height:unset}.ancoras__nav ul>li.ativo>a svg{transform:rotate(180deg)}.ancoras__nav ul>li.ativo>ul{display:block}}@media(min-width: 992px){.ancoras--blog{background:var(--cor-secundaria);background-color:rgba(0,0,0,0)}.ancoras--blog .ancoras__nav{background:rgba(0,0,0,0);padding:0;margin:0}}@media(min-width: 992px){.container-lg{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;max-width:var(--tamanho-container)}}.acessibilidade{position:fixed;display:grid;grid-template-columns:1fr;gap:5px;top:110px;right:25px;width:42px;height:42px;background-color:#fff;border-radius:21px;padding:1px;z-index:100;overflow:hidden;transition:height .3s}.acessibilidade button{width:40px;aspect-ratio:1/1;border-radius:100%;color:var(--cor-site);border:1px solid currentColor;cursor:pointer}.acessibilidade button svg{width:21px;aspect-ratio:1/1;fill:currentColor}.acessibilidade button:last-child{border:none;height:30px}.acessibilidade button:last-child svg{width:17px;transform:rotate(180deg)}.acessibilidade.ativo{height:180px}.acessibilidade.ativo button:first-child{color:var(--cor-secundaria-solida)}[vw] [vw-access-button] .access-button,body .uwy.userway_p5 .uai#userwayAccessibilityIconi{visibility:hidden;pointer-events:none}.footer{position:relative;background-color:var(--cor-rodape);padding:clamp(35px,5.7vw,110px) 0 0;color:var(--cor-branco)}.footer__logo{max-width:170px;margin-bottom:40px}@media(max-width: 991.98px){.footer__logo{margin-bottom:25px;max-width:120px}}.footer ul:not(.footer__redes){max-width:25ch}.footer ul:not(.footer__redes) li{padding:.4em 0}.footer ul:not(.footer__redes) a{display:block;font-size:var(--fonte-15px);line-height:1.5em;letter-spacing:.3px;transition:color .2s}.footer ul:not(.footer__redes) a:hover{color:var(--cor-site)}.footer ul:not(.footer__redes) a:hover svg{transform:rotate(-45deg) translateX(2px)}.footer ul:not(.footer__redes) a svg{width:8px;height:8px;fill:currentColor;transform:rotate(-45deg);margin-left:4px;transition:translate .2s}.footer h2,.footer button{font-size:var(--fonte-20px);line-height:1.1em;background:var(--cor-secundaria);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.altocontraste .footer h2,.altocontraste .footer button{background:linear-gradient(280.34deg, yellow 15.07%, yellow 76.19%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.footer h2{margin-bottom:.85em;margin-top:25px;font-weight:600}@media(max-width: 767.98px){.footer h2{margin-top:16px;font-weight:400}}.footer button{width:100%;display:flex;align-items:center;justify-content:space-between;text-align:left;min-height:50px}.footer button svg{width:14px;height:8px;fill:var(--cor-secundaria-solida)}.footer button.ativo svg{transform:rotate(180deg)}@media(max-width: 767.98px){.footer button+ul{max-height:150vh;overflow:hidden;transition:max-height .35s ease-in-out}.footer button+ul:not(.ativo){visibility:hidden;max-height:0px}.footer button+ul.efeito-toggle{max-height:0px}}.footer h2.footer__redes-titulo{margin-top:65px}.footer__redes{display:flex;margin-left:-10px}.footer__redes a{width:40px;height:40px;transition:color .2s}.footer__redes a svg{width:1.1875rem !important;aspect-ratio:1/1;fill:currentColor}.footer__redes a:hover{color:var(--cor-site)}.chamada-tec{position:relative;margin-top:clamp(35px,5.7vw,110px)}.chamada-tec>*{position:relative;z-index:10}@media(min-width: 768px){.chamada-tec::before,.chamada-tec::after{content:" ";position:absolute;top:0;bottom:0;width:50vw;z-index:1}.chamada-tec::before{left:0;background:var(--cor-detalhes)}.chamada-tec::after{right:0;background:var(--cor-secundaria)}}.chamada-tec__lia{display:flex;gap:30px;align-items:center;padding:20px 0}@media(max-width: 1229.98px){.chamada-tec__lia{gap:20px}}@media(max-width: 767.98px){.chamada-tec__lia{flex-direction:row-reverse;align-items:flex-start;justify-content:space-between;gap:10px;padding:20px 15px;background:var(--cor-detalhes)}}.chamada-tec__lia img{width:120px;aspect-ratio:1/1;border-radius:100%}@media(max-width: 1229.98px){.chamada-tec__lia img{width:80px}}@media(max-width: 767.98px){.chamada-tec__lia img{width:60px}}.chamada-tec__lia p{max-width:28ch;line-height:1.5em}.chamada-tec__lia p strong{font-weight:500}@media(max-width: 767.98px){.chamada-tec__lia p{max-width:100%}}.chamada-tec__lia a{display:inline-flex;align-items:center;gap:5px;font-weight:600;margin-top:.5em}.chamada-tec__lia a svg{width:var(--fonte-18px);aspect-ratio:1/1;fill:currentColor}.chamada-tec__lia a:hover{text-decoration:underline}.chamada-tec__app{display:flex;align-items:center;justify-content:flex-end;gap:50px;padding:30px 0}@media(max-width: 1229.98px){.chamada-tec__app{gap:20px;padding-left:30px}}@media(max-width: 767.98px){.chamada-tec__app{justify-content:space-between;gap:10px;padding:15px;background:var(--cor-secundaria)}}.chamada-tec__app p{max-width:23ch;line-height:1.5em}@media(max-width: 767.98px){.chamada-tec__app p{max-width:100%}}.chamada-tec__app p strong{font-weight:500}.chamada-tec__app-links{max-width:170px}@media(max-width: 1229.98px){.chamada-tec__app-links{max-width:140px}}.chamada-tec__app a{display:block;transition:transform .1s}.chamada-tec__app a+a{margin-top:10px}@media(max-width: 767.98px){.chamada-tec__app a+a{margin-top:5px}}.chamada-tec__app a:hover{transform:scale(1.1)}.chamada-tec__app img{max-width:100%}.copyright{display:flex;align-items:center;min-height:45px}@media(max-width: 991.98px){.copyright{display:block;text-align:center;padding:20px 0}}.copyright p,.copyright a{display:flex;align-items:center;gap:1ch;font-weight:600;font-size:var(--fonte-13px);line-height:1.5em;letter-spacing:.02em;color:#656565}.altocontraste .copyright p,.altocontraste .copyright a{color:#fff}.copyright p img,.copyright a img{max-height:1.3em}@media(max-width: 991.98px){.copyright p,.copyright a{justify-content:center}.copyright p img,.copyright a img{max-height:1em}}@media(max-width: 991.98px){.copyright a{margin-top:20px}}.copyright__politicas{display:flex;gap:1ch;color:#656565}.copyright__politicas a{color:#fff}.copyright__politicas a:hover{text-decoration:underline}@media(max-width: 991.98px){.copyright__politicas{color:rgba(0,0,0,0);flex-direction:column;justify-content:center;align-items:center;gap:0}.copyright__politicas a{margin:0}}.botao-padrao{position:relative;display:inline-flex;align-items:center;justify-content:center;text-align:center;padding:0 25px;background:var(--cor-site);font-weight:500;font-size:var(--fonte-15px);line-height:1.2em;min-height:50px;border-radius:25px;color:var(--cor-branco);overflow:hidden;transition:color .3s;cursor:pointer}.botao-padrao svg{width:.73em;height:1em;fill:currentColor;margin-left:5px;transition:transform .3s}.botao-padrao span{position:relative;display:flex;justify-content:center;align-items:center}.botao-padrao::before{content:" ";position:absolute;background:var(--cor-detalhes);opacity:0;transition:opacity .5s}.botao-padrao:hover::before{opacity:1}.botao-padrao.ancora svg{transform:rotate(90deg)}.botao-padrao.download svg,.botao-padrao[download] svg{width:var(--fonte-18px);height:var(--fonte-18px)}.botao-padrao.pdf svg{width:20px;height:20px;margin-left:7px}.botao-padrao.transparente{background-color:rgba(0,0,0,0);color:currentColor}.botao-padrao.transparente::before{background:rgba(0,0,0,0)}.botao-padrao.transparente span{transition:all .3s}.botao-padrao.transparente.laranja{color:var(--cor-site)}.botao-padrao.redes svg{width:20px;margin-left:0;margin-right:5px;transform:none !important}.botao-padrao.externo:not(.pdf) svg,.botao-padrao[target=_blank]:not(.pdf) svg{transform:rotate(-45deg)}.botao-padrao.externo:not(.pdf):hover svg,.botao-padrao[target=_blank]:not(.pdf):hover svg{transform:rotate(-45deg) translateX(3px)}.botao-padrao:hover:not(.ancora):not(.download):not([download]):not(.pdf):not(.dropdown):not(.externo):not([target=_blank]):not(.redes):not(.pdf) svg{transform:translateX(5px)}.padrao-titulo{font-size:var(--fonte-42px);line-height:1.3em}.padrao-titulo strong,.padrao-titulo b{font-weight:500}.padrao-titulo.canva-laranja,.padrao-titulo.canva-verde{position:relative;padding:1em 0 0}.padrao-titulo.canva-laranja::before,.padrao-titulo.canva-verde::before{content:" ";width:1.19em;height:.145em;position:absolute;top:0;left:0;border-radius:0 .08em .08em 0}.padrao-titulo.canva-laranja::before{background:var(--cor-detalhes)}.padrao-titulo.canva-verde::before{background:var(--cor-secundaria)}.padrao-titulo.verde{background:var(--cor-secundaria);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.padrao-titulo.azul{background:var(--cor-secundaria-pj);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.padrao-titulo.centralizar{text-align:center}.padrao-titulo.centralizar::before{left:50%;margin-left:-0.985em}.padrao-titulo.fs18{font-size:var(--fonte-18px)}.padrao-titulo.fs24{font-size:var(--fonte-24px)}.padrao-titulo.fs28{font-size:var(--fonte-28px)}.padrao-titulo.fs32{font-size:var(--fonte-32px)}.padrao-titulo.fs48{font-size:var(--fonte-48px)}.padrao-titulo.fs54{font-size:var(--fonte-54px)}.padrao-legenda{font-size:var(--fonte-20px);line-height:1.5em;margin-bottom:1.5em;max-width:63ch;opacity:.8}.bg-verde .padrao-legenda,.lista-downloads.verde .padrao-legenda,.editor table .padrao-legenda,.bg-azul .padrao-legenda,.lista-downloads.azul .padrao-legenda{opacity:1}.padrao-legenda p+p{margin-top:1em}.padrao-legenda strong{font-weight:700}.padrao-legenda.centralizar{text-align:center;margin:0 auto 1.5em}.padrao-titulo+.padrao-legenda{margin-top:.75em}.padrao-legenda.fs14{font-size:var(--fonte-14px)}.padrao-bloco{padding:clamp(45px,4.89vw,94px) 0}@-webkit-keyframes girar-bolinhas{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes girar-bolinhas{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.padrao-imagem-gota{position:relative}.padrao-imagem-gota img{position:relative;width:100%;aspect-ratio:16/12;border-radius:65px 4px 65px 65px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:3}@media(max-width: 991.98px){.padrao-imagem-gota img{border-radius:35px 2px 35px 35px}}.padrao-imagem-gota:not(.sem-sombra)::before{content:" ";position:absolute;top:-22px;left:-22px;right:-22px;bottom:-22px;z-index:1;background:linear-gradient(22deg, rgba(246, 139, 31, 0.08), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));border-radius:8px 74px 74px 73px}.padrao-imagem-gota.sombra-azul::before{background:linear-gradient(29deg, rgba(5, 160, 154, 0.08) 9.52%, rgba(255, 255, 255, 0) 66.15%)}.padrao-imagem-gota.quadrada img{aspect-ratio:1/1}@media(min-width: 768px){.padrao-imagem-gota:not(.sem-circulo)::after{--tamanho-enfeite: clamp(50px, 26.15%, 153px);content:" ";position:absolute;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 157 157' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='105.43' y='-26.2812' width='153' height='153' rx='76.5' transform='rotate(59.4132 105.43 -26.2812)' stroke='url(%23paint0_linear_1229_23528)' stroke-width='4' stroke-linecap='round' stroke-dasharray='0.1 16'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1229_23528' x1='90.9297' y1='-43.2812' x2='235.43' y2='96.2188' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F68B1F'/%3E%3Cstop offset='1' stop-color='%23E11C25'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");width:clamp(50px,26.15%,153px);aspect-ratio:1/1;z-index:2;background-repeat:no-repeat;background-position:center;background-size:contain;background-color:rgba(0,0,0,0)}.padrao-imagem-gota:not(.sem-circulo):not(.circulo-topo):not(.circulo-left)::after{bottom:calc(var(--tamanho-enfeite)*-0.4);right:calc(var(--tamanho-enfeite)*-0.5)}.padrao-imagem-gota:not(.sem-circulo).circulo-topo::after{top:calc(var(--tamanho-enfeite)*-0.4);left:calc(var(--tamanho-enfeite)*-0.5)}.padrao-imagem-gota:not(.sem-circulo).circulo-left::after{bottom:calc(var(--tamanho-enfeite)*-0.4);left:calc(var(--tamanho-enfeite)*-0.5)}}.padrao-link-video{position:relative;display:block}.padrao-link-video img{aspect-ratio:16/10}.padrao-link-video canvas{--tamanho-play: clamp(50px, 18%, 84px);content:" ";position:absolute;top:50%;left:50%;z-index:4;margin-top:calc(var(--tamanho-play)*-0.5);margin-left:calc(var(--tamanho-play)*-0.5);background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 49 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='24.8059' cy='24.6959' rx='13.6184' ry='13.6607' fill='white'/%3E%3Cpath d='M24.4996 0.714844C11.1354 0.714844 0.289062 11.5948 0.289062 25.0006C0.289062 38.4063 11.1354 49.2863 24.4996 49.2863C37.8638 49.2863 48.7101 38.4063 48.7101 25.0006C48.7101 11.5948 37.8638 0.714844 24.4996 0.714844ZM22.8599 33.5199C21.5418 34.5115 19.6575 33.5711 19.6575 31.9217V18.0794C19.6575 16.43 21.5418 15.4896 22.8599 16.4812L32.0594 23.4023C33.1229 24.2024 33.1229 25.7987 32.0594 26.5988L22.8599 33.5199Z' fill='%23F68B1F'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:60%;background-color:rgba(246,139,31,.45);border-radius:100%;width:var(--tamanho-play);aspect-ratio:1/1;transition:background-size .07s}.padrao-link-video:hover canvas{background-size:72%}.img-responsive{max-width:100%}.bg-verde,.lista-downloads.verde,.editor table,.editor table.content-na-caixa__texto,.content-na-caixa__texto.bg-verde{background:var(--cor-secundaria);color:var(--cor-branco)}.bg-azul,.lista-downloads.azul{background:var(--cor-secundaria-pj);color:var(--cor-branco)}.bg-cinza{background-color:var(--cor-bg-cinza)}.banner-interno{position:relative;background:var(--cor-secundaria);color:var(--cor-branco);padding:80px 0}@media(max-width: 767.98px){.banner-interno{padding:0}}.banner-interno--azul{background:var(--cor-secundaria-pj)}.banner-interno--laranja{background:var(--cor-detalhes)}.banner-interno--laranja .botao-padrao::before{background:var(--cor-secundaria)}.banner-interno>img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media(max-width: 767.98px){.banner-interno>img{display:none}}.banner-interno__img-mobile{width:100vw;margin-left:calc((var(--tamanho-borda) + 15px)*-1);margin-bottom:-3px}@media(min-width: 768px){.banner-interno__img-mobile{display:none}}.banner-interno__titulo{font-weight:500;font-size:var(--fonte-54px);line-height:1.25em}@media(max-width: 767.98px){.banner-interno__titulo{margin-top:clamp(45px,3.9vw,70px)}}.banner-interno__legenda{font-size:var(--fonte-24px);line-height:1.5em;margin-top:15px;font-weight:300}.banner-interno__legenda strong{font-weight:500}.banner-interno__legenda.fs20{font-size:var(--fonte-20px)}@media(max-width: 991.98px){.banner-interno__legenda{margin-top:10px;margin-bottom:30px}}.banner-interno__botao{margin-top:45px}@media(max-width: 991.98px){.banner-interno__botao{margin-top:0}}@media(max-width: 767.98px){.banner-interno__botao{margin-bottom:clamp(45px,3.9vw,70px)}}.banner-interno--claro{background:#fff;color:var(--cor-fonte)}.banner-interno--claro .banner-interno__titulo{background:var(--cor-secundaria);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.fancybox__backdrop{background-color:var(--cor-bg-cinza);opacity:.8 !important}.fancybox__container .carousel__button svg{filter:none}.navegacao-swiper{display:flex;justify-content:flex-end;gap:10px}@media(max-width: 1229.98px){.navegacao-swiper{margin-top:15px}}@media(max-width: 991.98px){.navegacao-swiper{display:none}}.navegacao-swiper button{width:50px;height:50px;background:#fff;border:1px #d8e9ef solid;border-radius:8px 0px 8px 8px;cursor:pointer;transition:opacity .2s}.navegacao-swiper button svg{width:12px;height:12px;fill:var(--cor-site);transition:transform .2s}.bg-azul .navegacao-swiper button,.lista-downloads.azul .navegacao-swiper button,.bg-verde .navegacao-swiper button,.lista-downloads.verde .navegacao-swiper button,.editor table .navegacao-swiper button{border-color:#fff}.bg-azul .navegacao-swiper button svg,.lista-downloads.azul .navegacao-swiper button svg,.bg-verde .navegacao-swiper button svg,.lista-downloads.verde .navegacao-swiper button svg,.editor table .navegacao-swiper button svg{fill:var(--cor-site)}.navegacao-swiper button:hover svg{transform:translateX(3px)}.navegacao-swiper button.swiper-button-disabled{pointer-events:none;opacity:.3}.navegacao-swiper button.prev{transform:rotate(180deg)}.swiper-paginacao{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;margin-top:50px}@media(max-width: 991.98px){.swiper-paginacao{margin-top:30px}}.swiper-paginacao .swiper-pagination-bullet{position:relative;width:6px;height:6px;background:var(--cor-site);opacity:1}.swiper-paginacao .swiper-pagination-bullet::before{content:" ";position:absolute;top:0;bottom:0;left:0;right:0;border-radius:100%;background:var(--cor-secundaria);opacity:0;transition:.3s}.swiper-paginacao .swiper-pagination-bullet-active{background:var(--cor-secundaria)}.swiper-paginacao .swiper-pagination-bullet-active::before{opacity:.25;top:-4px;left:-4px;right:-4px;bottom:-4px}.bg-verde .swiper-paginacao .swiper-pagination-bullet,.lista-downloads.verde .swiper-paginacao .swiper-pagination-bullet,.editor table .swiper-paginacao .swiper-pagination-bullet,.bg-verde .swiper-paginacao .swiper-pagination-bullet::before,.lista-downloads.verde .swiper-paginacao .swiper-pagination-bullet::before,.editor table .swiper-paginacao .swiper-pagination-bullet::before,.bg-verde .swiper-paginacao .swiper-pagination-bullet-active,.lista-downloads.verde .swiper-paginacao .swiper-pagination-bullet-active,.editor table .swiper-paginacao .swiper-pagination-bullet-active{background:#fff}@media(min-width: 992px){.img-full-right,.img-full-left{width:calc(100% + var(--tamanho-borda) + 15px);margin-bottom:-2px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;min-height:780px;max-height:1000px}.img-full-left{float:right}}.bloco-loader{display:flex;align-items:center;justify-content:center}.bloco-loader .lds-default{display:inline-block;position:relative;width:80px;height:80px}.bloco-loader .lds-default div{position:absolute;width:6px;height:6px;background:var(--cor-detalhes);border-radius:50%;-webkit-animation:lds-default 1.2s linear infinite;animation:lds-default 1.2s linear infinite}.bloco-loader .lds-default div:nth-child(1){-webkit-animation-delay:0s;animation-delay:0s;top:37px;left:66px}.bloco-loader .lds-default div:nth-child(2){-webkit-animation-delay:-0.1s;animation-delay:-0.1s;top:22px;left:62px}.bloco-loader .lds-default div:nth-child(3){-webkit-animation-delay:-0.2s;animation-delay:-0.2s;top:11px;left:52px}.bloco-loader .lds-default div:nth-child(4){-webkit-animation-delay:-0.3s;animation-delay:-0.3s;top:7px;left:37px}.bloco-loader .lds-default div:nth-child(5){-webkit-animation-delay:-0.4s;animation-delay:-0.4s;top:11px;left:22px}.bloco-loader .lds-default div:nth-child(6){-webkit-animation-delay:-0.5s;animation-delay:-0.5s;top:22px;left:11px}.bloco-loader .lds-default div:nth-child(7){-webkit-animation-delay:-0.6s;animation-delay:-0.6s;top:37px;left:7px}.bloco-loader .lds-default div:nth-child(8){-webkit-animation-delay:-0.7s;animation-delay:-0.7s;top:52px;left:11px}.bloco-loader .lds-default div:nth-child(9){-webkit-animation-delay:-0.8s;animation-delay:-0.8s;top:62px;left:22px}.bloco-loader .lds-default div:nth-child(10){-webkit-animation-delay:-0.9s;animation-delay:-0.9s;top:66px;left:37px}.bloco-loader .lds-default div:nth-child(11){-webkit-animation-delay:-1s;animation-delay:-1s;top:62px;left:52px}.bloco-loader .lds-default div:nth-child(12){-webkit-animation-delay:-1.1s;animation-delay:-1.1s;top:52px;left:62px}@-webkit-keyframes lds-default{0%,20%,80%,100%{transform:scale(1)}50%{transform:scale(1.5)}}@keyframes lds-default{0%,20%,80%,100%{transform:scale(1)}50%{transform:scale(1.5)}}.content-na-caixa{position:relative;padding:clamp(45px,6.25vw,120px) 0}@media(max-width: 575.98px){.content-na-caixa{padding:0 0 30px}}@media(min-width: 992px){.content-na-caixa__img{position:absolute;top:0;right:0;bottom:0;width:44.8vw;height:100%;z-index:1;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}}@media(max-width: 991.98px){.content-na-caixa__img{position:relative;width:calc(var(--tamanho-container) - 30px);margin-left:calc(var(--tamanho-borda) + 15px);margin-top:-15px;z-index:3}}.content-na-caixa__texto{position:relative;z-index:2;border:1px solid var(--cor-auxiliar);border-radius:30px 4px 30px 30px;color:var(--cor-fonte);background-repeat:no-repeat;background-position:top right;background-size:270px;background-color:var(--cor-branco)}.content-na-caixa__texto .editor{margin-top:45px;color:var(--cor-fonte)}@media(min-width: 992px){.content-na-caixa__texto{margin-left:-80px;padding:70px 80px;background-image:url("data:image/svg+xml,%3Csvg width='270' height='330' viewBox='0 0 270 330' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.6' d='M144.101 -98.0234C124.238 -274.713 251.529 -434.07 428.415 -453.956C605.301 -473.841 764.797 -346.725 784.661 -170.035C804.524 6.6546 677.233 166.011 500.347 185.897C323.461 205.783 163.965 78.6666 144.101 -98.0234Z' stroke='url(%23paint0_linear_1541_12617)'/%3E%3Cpath opacity='0.6' d='M47.3764 -87.1516C21.5144 -317.198 187.244 -524.677 417.546 -550.568C647.847 -576.458 855.508 -410.956 881.37 -180.91C907.232 49.1369 741.502 256.616 511.2 282.506C280.899 308.397 73.2383 142.895 47.3764 -87.1516Z' stroke='url(%23paint1_linear_1541_12617)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1541_12617' x1='458.468' y1='-182.86' x2='756.352' y2='100.375' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D8E9EF'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_1541_12617' x1='456.677' y1='-197.585' x2='844.376' y2='171.049' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D8E9EF'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}}@media(max-width: 991.98px){.content-na-caixa__texto{padding:45px 15px;margin-left:-15px;margin-right:-15px}.content-na-caixa__texto .editor{padding:0 20px}}.content-na-caixa__texto.mini{margin:0;padding:40px}.content-na-caixa__texto.mini h3{font-weight:500;font-size:var(--fonte-24px);line-height:1.5em;margin-bottom:20px}.content-na-caixa__texto.mini h3.verde{background:var(--cor-secundaria);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.content-na-caixa__texto.mini h3.fs18{font-size:var(--fonte-18px);margin-bottom:10px}.content-na-caixa__texto.mini p{line-height:1.5em;opacity:.8}.content-na-caixa__texto.mini p+p{margin-top:1em}.content-na-caixa__texto.mini.p30{padding:30px;border-radius:15px 2px 15px 15px}.content-na-caixa__texto.mini.p30 p+p{margin-top:.4em}.content-na-caixa__texto.bg-verde,.content-na-caixa__texto.lista-downloads.verde,.editor table.content-na-caixa__texto{color:#fff}.content-na-caixa__texto.bg-verde p,.content-na-caixa__texto.lista-downloads.verde p,.editor table.content-na-caixa__texto p{opacity:1}@media(min-width: 768px){.content-na-caixa--right .content-na-caixa__img{left:0;right:unset;width:54.3vw}.content-na-caixa--right .content-na-caixa__texto{margin-left:-15px;margin-right:-15px}}@media(max-width: 991.98px){.content-na-caixa--full{padding-bottom:0}}.content-na-caixa--full .content-na-caixa__texto{background-image:none}@media(max-width: 991.98px){.content-na-caixa--full .content-na-caixa__texto{padding:45px 0;margin:0;border:0}}.content-na-caixa--full .content-na-caixa__img{width:100%}@media(max-width: 991.98px){.content-na-caixa--full .content-na-caixa__img{margin:0;aspect-ratio:1/1;width:100vw;margin-bottom:-3px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}}@media(max-width: 991.98px){.content-na-caixa--mobile-full{padding-bottom:0;background:#fff}.content-na-caixa--mobile-full .content-na-caixa__texto{padding:45px 0;margin:0;border:0}.content-na-caixa--mobile-full .content-na-caixa__img{margin:0;aspect-ratio:1/1;width:100vw;margin-bottom:-3px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}}.editor{color:var(--cor-fonte)}.editor p,.editor ul,.editor ol{line-height:1.5em;margin-top:1.5em;opacity:.8}.editor p:first-child,.editor ul:first-child,.editor ol:first-child{margin-top:0}.editor.verde p,.editor.verde ul,.editor.verde ol,.bg-verde .editor p,.lista-downloads.verde .editor p,.editor table .editor p,.bg-verde .editor ul,.lista-downloads.verde .editor ul,.editor table .editor ul,.bg-verde .editor ol,.lista-downloads.verde .editor ol,.editor table .editor ol{opacity:1}.editor strong{font-weight:600}.editor small{font-size:var(--fonte-14px);opacity:.8}.editor h2{font-weight:500;font-size:var(--fonte-28px);line-height:1.3em;letter-spacing:.3px;background:var(--cor-secundaria);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;margin-top:2em}.editor h2:first-child{margin-top:0}.editor h3,.editor h4{font-weight:500;font-size:var(--fonte-20px);line-height:1.3em;letter-spacing:.3px;background:var(--cor-secundaria);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;margin-top:2em}.editor h3 strong,.editor h4 strong{font-weight:600}.editor h3:first-child,.editor h4:first-child{margin-top:0}.editor img{max-width:100%;border-radius:25px 0 25px 25px;margin:1em 0}.editor ul li{position:relative;padding-left:1.28em}.editor ul li+li{margin-top:.9em}.editor ul li::before{content:" ";position:absolute;left:0;top:.6em;width:8px;height:5px;background:var(--cor-secundaria);border-radius:0 3px 3px 0}.editor ul.checklist li{padding-left:1.7em}.editor ul.checklist li::before{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 21 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M18.6668 0.408382C19.0215 -0.00891781 19.6473 -0.0596619 20.0646 0.295044C20.4819 0.64975 20.5327 1.27558 20.178 1.69289L11.7488 11.6096C11.3885 12.0334 10.7502 12.0781 10.3344 11.7085L5.87188 7.74182C5.46254 7.37795 5.42567 6.75115 5.78953 6.34181C6.15339 5.93246 6.78019 5.89559 7.18954 6.25945L10.8943 9.55254L18.6668 0.408382Z' fill='url(%23paint0_linear_1476_16824)'/%3E%3Cpath d='M13.7058 1.39862C14.0606 0.981317 14.6864 0.930573 15.1037 1.28528C15.521 1.63998 15.5717 2.26582 15.217 2.68312L6.78786 12.5998C6.42759 13.0236 5.78921 13.0683 5.37344 12.6987L0.910944 8.73205C0.501601 8.36819 0.46473 7.74138 0.82859 7.33204C1.19245 6.9227 1.81926 6.88583 2.2286 7.24969L5.93332 10.5428L13.7058 1.39862Z' fill='url(%23paint1_linear_1476_16824)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1476_16824' x1='28.6697' y1='22.9665' x2='6.63685' y2='-11.0956' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF0000'/%3E%3Cstop offset='1' stop-color='%23EF7C05'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_1476_16824' x1='23.7088' y1='23.9568' x2='1.67591' y2='-10.1053' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF0000'/%3E%3Cstop offset='1' stop-color='%23EF7C05'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");top:.3em;width:1.31em;height:.8125em;background-repeat:no-repeat;background-position:center;background-size:contain;background-color:rgba(0,0,0,0)}.bg-verde .editor ul.checklist li::before,.lista-downloads.verde .editor ul.checklist li::before,.editor table .editor ul.checklist li::before,.bg-azul .editor ul.checklist li::before,.lista-downloads.azul .editor ul.checklist li::before{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 21 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M18.6668 0.410336C19.0215 -0.00696468 19.6473 -0.0577087 20.0646 0.296997C20.4819 0.651703 20.5327 1.27754 20.178 1.69484L11.7488 11.6115C11.3885 12.0354 10.7502 12.08 10.3344 11.7104L5.87188 7.74377C5.46254 7.37991 5.42567 6.7531 5.78953 6.34376C6.15339 5.93442 6.78019 5.89755 7.18954 6.26141L10.8943 9.55449L18.6668 0.410336Z' fill='white'/%3E%3Cpath d='M13.7058 1.39862C14.0606 0.981316 14.6864 0.930573 15.1037 1.28528C15.521 1.63998 15.5717 2.26582 15.217 2.68312L6.78786 12.5998C6.42759 13.0236 5.78921 13.0683 5.37344 12.6987L0.910944 8.73205C0.501601 8.36819 0.46473 7.74138 0.82859 7.33204C1.19245 6.9227 1.81926 6.88583 2.2286 7.24969L5.93332 10.5428L13.7058 1.39862Z' fill='white'/%3E%3C/svg%3E")}.editor iframe{width:100% !important;height:unset !important;aspect-ratio:16/9;border-radius:25px 0 25px 25px;margin:1em 0}.editor table{width:100%;border-radius:40px 0 40px 40px;margin-top:1.5em}@media(max-width: 991.98px){.editor table{border-radius:25px 0 25px 25px}}.editor table tr:last-child td{padding-bottom:45px}.editor table tr:first-child td{padding-top:45px}.editor table tr td,.editor table tr th{padding:7.5px 5px}.editor table tr td:first-child,.editor table tr th:first-child{padding-left:40px}.editor table tr td:last-child,.editor table tr th:last-child{padding-right:40px}@media(max-width: 991.98px){.editor table tr td:first-child,.editor table tr th:first-child{padding-left:15px}.editor table tr td:last-child,.editor table tr th:last-child{padding-right:15px}}.editor table tr th{padding-top:50px;font-weight:500;font-size:var(--fonte-24px);padding-bottom:18.5px;text-align:left}@media(max-width: 991.98px){.editor table tr th{padding-top:25px;padding-bottom:12.5px}}.editor .botao-padrao{margin-top:20px}.form label,.form p.label{display:block;font-size:var(--fonte-14px);line-height:1.245em;opacity:.7;margin-bottom:9px}.form label.erro,.form p.label.erro{color:var(--cor-site)}.form__radio{display:flex;gap:10px 20px;flex-wrap:wrap;margin-bottom:25px}.form__radio input{position:absolute;z-index:-1;opacity:0;pointer-events:none}.form__radio label{display:flex;align-items:center;gap:5px;cursor:pointer}.form__radio label a{color:var(--cor-site)}.form__radio label a:hover{text-decoration:underline}.form__radio label::before{content:" ";position:relative;display:inline-block;width:20px;height:20px;border-radius:100%;border:1px solid #c1c1c1}.form__radio label[for=politicas-aceite]{opacity:1}.form__radio input:checked+label::before{background:var(--cor-detalhes);border-width:4px;border-color:#fff}.form input[type=text],.form input[type=email],.form input[type=password],.form input[type=number],.form select,.form textarea,.form__input{width:100%;height:50px;line-height:50px;border:1px solid var(--cor-auxiliar-escura);background-color:#fff;border-radius:15px;padding:0 20px;margin-bottom:18px;font-family:"Rubik",sans-serif;font-size:var(--fonte-14px);font-weight:300;-webkit-appearance:none}.form input[type=text]:focus,.form input[type=email]:focus,.form input[type=password]:focus,.form input[type=number]:focus,.form select:focus,.form textarea:focus,.form__input:focus{outline-color:var(--cor-secundaria-solida)}.form input[type=text][disabled],.form input[type=email][disabled],.form input[type=password][disabled],.form input[type=number][disabled],.form select[disabled],.form textarea[disabled],.form__input[disabled]{background-color:#f1f1f1;border-color:#f1f1f1;pointer-events:none;cursor:not-allowed}.form input[type=text].erro,.form input[type=email].erro,.form input[type=password].erro,.form input[type=number].erro,.form select.erro,.form textarea.erro,.form__input.erro{border-color:var(--cor-site)}.form input[type=range]{width:100%;filter:hue-rotate(170deg)}.form .range-valor-atual{font-weight:700;font-size:var(--fonte-12px);margin-bottom:4px}.form .range-intervalo{width:100%;display:flex;justify-content:space-between;margin-bottom:25px;font-size:var(--fonte-12px);margin-top:4px}.form textarea{height:100px;resize:none}.form select,.form__input--select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4133 0.909441C10.7388 0.584004 11.2664 0.584004 11.5919 0.909441C11.9173 1.23488 11.9173 1.76252 11.5919 2.08795L6.59186 7.08795C6.27638 7.40343 5.76839 7.41447 5.4395 7.11299L0.4395 2.52966C0.100234 2.21867 0.0773153 1.69153 0.388309 1.35226C0.699303 1.01299 1.22644 0.990075 1.56571 1.30107L5.97754 5.34525L10.4133 0.909441Z' fill='%23D9D9D9'/%3E%3Cpath d='M10.4133 0.909441C10.7388 0.584004 11.2664 0.584004 11.5919 0.909441C11.9173 1.23488 11.9173 1.76252 11.5919 2.08795L6.59186 7.08795C6.27638 7.40343 5.76839 7.41447 5.4395 7.11299L0.4395 2.52966C0.100234 2.21867 0.0773153 1.69153 0.388309 1.35226C0.699303 1.01299 1.22644 0.990075 1.56571 1.30107L5.97754 5.34525L10.4133 0.909441Z' fill='%23F68B1F'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 20px center;background-size:12px;background-color:#fff}.form textarea{line-height:1.5em;padding:10px 20px}.form button[type=submit]{cursor:pointer;min-width:215px;margin-top:7px}.form button[type=submit] span{width:100%}.form__radio-buttons{display:flex;flex-wrap:wrap;gap:10px}.form__radio-buttons label{font-size:var(--fonte-14px);letter-spacing:.02em;line-height:1.3em;display:flex;align-items:center;justify-content:center;text-align:center;opacity:.8;border:1px solid currentColor;color:var(--cor-site);border-radius:15px;padding:12px 15px;margin:1px;cursor:pointer;white-space:nowrap;transition:color .2s,background-color .2s}.form__radio-buttons label:hover{background-color:var(--cor-bg-cinza)}.form__radio-buttons input{visibility:hidden;position:absolute;pointer-events:none}.form__radio-buttons input:checked+label{margin:0;border-width:2px;color:var(--cor-secundaria-solida);font-weight:600;opacity:1;letter-spacing:0}.form .botao-padrao span>img{display:inline-block;width:23px;aspect-ratio:1/1;margin-right:1ch;-webkit-animation-name:rodar;animation-name:rodar;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-timing-function:linear;animation-timing-function:linear}.form .botao-padrao:not(.enviando) span>img{display:none}.form .botao-padrao.enviando{pointer-events:none}.form .botao-padrao.enviando svg{display:none !important}@-webkit-keyframes rodar{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes rodar{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.alerta{position:fixed;display:flex;align-items:center;padding:10px 30px;padding-left:80px;bottom:15px;left:50%;transform:translateX(-50%);height:100px;border:1px solid #dce4e8;border-radius:30px;font-size:var(--fonte-18px);line-height:1.2em;color:rgba(51,51,51,.7);z-index:9999;transition:opacity .3s;min-width:300px;background-repeat:no-repeat;background-position:left 28px center;background-size:42px;background-color:#fff}.alerta:not(.ativo){visibility:hidden;opacity:0;z-index:-1}.alerta--sucesso{background-image:url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='42' height='42' rx='21' fill='%2300A39B' fill-opacity='0.3'/%3E%3Cpath d='M27.6944 14.4113C28.1117 13.9204 28.848 13.8607 29.3389 14.278C29.8298 14.6953 29.8895 15.4315 29.4722 15.9225L19.5556 27.5891C19.1317 28.0878 18.3807 28.1403 17.8916 27.7055L12.6416 23.0389C12.16 22.6108 12.1166 21.8734 12.5447 21.3918C12.9728 20.9102 13.7102 20.8668 14.1918 21.2949L18.5502 25.1691L27.6944 14.4113Z' fill='%23D9D9D9'/%3E%3Cpath d='M27.6944 14.4113C28.1117 13.9204 28.848 13.8607 29.3389 14.278C29.8298 14.6953 29.8895 15.4315 29.4722 15.9225L19.5556 27.5891C19.1317 28.0878 18.3807 28.1403 17.8916 27.7055L12.6416 23.0389C12.16 22.6108 12.1166 21.8734 12.5447 21.3918C12.9728 20.9102 13.7102 20.8668 14.1918 21.2949L18.5502 25.1691L27.6944 14.4113Z' fill='%2300A39B'/%3E%3C/svg%3E")}.alerta--erro{background-image:url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='42' height='42' rx='21' fill='url(%23paint0_linear_4_3708)' fill-opacity='0.15'/%3E%3Crect x='12.9961' y='27.2259' width='20.125' height='2.51563' rx='1.25781' transform='rotate(-45 12.9961 27.2259)' fill='url(%23paint1_linear_4_3708)'/%3E%3Crect opacity='0.3' x='14.7734' y='12.9955' width='20.125' height='2.51562' rx='1.25781' transform='rotate(45 14.7734 12.9955)' fill='url(%23paint2_linear_4_3708)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4_3708' x1='-23.31' y1='-38.85' x2='60.06' y2='64.26' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF0000'/%3E%3Cstop offset='1' stop-color='%23EF7C05'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_4_3708' x1='1.82672' y1='24.8989' x2='2.84854' y2='35.0091' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF0000'/%3E%3Cstop offset='1' stop-color='%23EF7C05'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_4_3708' x1='3.60406' y1='10.6686' x2='4.62588' y2='20.7787' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF0000'/%3E%3Cstop offset='1' stop-color='%23EF7C05'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.lista-downloads{position:relative;background-color:var(--cor-branco);border-radius:clamp(20px,2vw,40px) 4px clamp(20px,2vw,40px) clamp(20px,2vw,40px);border:1px var(--cor-slide-home) solid;color:var(--cor-fonte);padding:clamp(30px,3.125vw,60px)}@media(max-width: 991.98px){.lista-downloads{margin-top:75px}}.lista-downloads__carregar-mais{font-weight:500;font-size:var(--fonte-15px);line-height:1.5em;display:flex;align-items:center;gap:.5ch;cursor:pointer;margin-top:1em;color:currentColor;transition:color .2s}.lista-downloads__carregar-mais i{font-size:19px;color:var(--cor-site)}.lista-downloads__carregar-mais:hover{color:var(--cor-site)}.lista-downloads__carregar-mais.hidden{display:none}.lista-downloads .padrao-titulo{font-size:var(--fonte-24px);margin-bottom:25px}.lista-downloads::after,.lista-downloads::before{content:" ";position:absolute;top:0;right:0;background-repeat:no-repeat;background-position:center;background-size:contain;background-color:rgba(0,0,0,0);transform:translate(50%, -50%);aspect-ratio:1/1}.lista-downloads::after{width:86px;z-index:3}@media(max-width: 991.98px){.lista-downloads::after{width:53px}}@media(max-width: 767.98px){.lista-downloads::after{transform:translate(-21px, -50%)}}.lista-downloads::after{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 86 86' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='43' cy='43' r='42.5' fill='white' stroke='%23B4CDE1'/%3E%3Cpath d='M54.8164 35.4264C55.5387 36.2387 55.9376 37.288 55.9375 38.375V55.25C55.9375 55.9959 55.6412 56.7113 55.1137 57.2387C54.5863 57.7662 53.8709 58.0625 53.125 58.0625H32.875C32.1291 58.0625 31.4137 57.7662 30.8863 57.2387C30.3588 56.7113 30.0625 55.9959 30.0625 55.25V29.375C30.0625 28.6291 30.3588 27.9137 30.8863 27.3863C31.4137 26.8588 32.1291 26.5625 32.875 26.5625H45.25C45.7806 26.5625 46.3053 26.6749 46.7893 26.8923C47.2734 27.1097 47.706 27.4271 48.0586 27.8236L48.4377 28.25L54.8125 35.4219L54.8164 35.4264Z' fill='url(%23paint0_linear_1554_12618)'/%3E%3Cpath d='M55.6 36.6875H46.9375C46.4899 36.6875 46.0607 36.5097 45.7443 36.1932C45.4278 35.8768 45.25 35.4476 45.25 35V26.5625C45.7803 26.5625 46.3046 26.6748 46.7883 26.892C47.2721 27.1092 47.7044 27.4263 48.0569 27.8225L48.4394 28.25L54.8125 35.4219L54.8181 35.4275C55.1485 35.8 55.413 36.2261 55.6 36.6875Z' fill='%23FCB131'/%3E%3Cpath d='M43 61.4375C47.9706 61.4375 52 57.4081 52 52.4375C52 47.4669 47.9706 43.4375 43 43.4375C38.0294 43.4375 34 47.4669 34 52.4375C34 57.4081 38.0294 61.4375 43 61.4375Z' fill='%23F3F3F3'/%3E%3Cpath d='M45.2222 52.8095V49.5H40.7778V52.8095H39.9348C39.5829 52.8095 39.4025 53.2312 39.6455 53.4857L42.7107 56.6969C42.8682 56.862 43.1318 56.862 43.2893 56.6969L46.3545 53.4857C46.5975 53.2312 46.4171 52.8095 46.0652 52.8095H45.2222Z' fill='url(%23paint1_linear_1554_12618)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1554_12618' x1='15.7019' y1='-2.575' x2='79.6386' y2='62.3798' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF0000'/%3E%3Cstop offset='1' stop-color='%23EF7C05'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_1554_12618' x1='39' y1='49.5' x2='46.4844' y2='57.4834' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.429688' stop-color='%2333AD70'/%3E%3Cstop offset='1' stop-color='%235BBA48'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.lista-downloads::before{width:158px;z-index:1}@media(max-width: 991.98px){.lista-downloads::before{width:97px}}@media(max-width: 767.98px){.lista-downloads::before{transform:translate(0, -50%)}}.lista-downloads::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Camada_1' x='0' y='0' version='1.1' viewBox='0 0 158 158'%3E%3Cstyle%3E .st1%7Bfill:url(%23SVGID_00000080199433675989340520000016228228605247398045_)%7D.st2%7Bfill:url(%23SVGID_00000163786543276742915400000016437365809228092565_)%7D.st3%7Bfill:url(%23SVGID_00000102537276917465128190000007881532414856579242_)%7D.st4%7Bfill:url(%23SVGID_00000114060961294124454530000017991767725751975077_)%7D.st5%7Bfill:url(%23SVGID_00000075140437648360182740000014384598615867890564_)%7D.st6%7Bfill:url(%23SVGID_00000156588424631492995400000007856684024796498824_)%7D.st7%7Bfill:url(%23SVGID_00000080185653326625920470000015371996584018624131_)%7D.st8%7Bfill:url(%23SVGID_00000070817340924605828940000006080702565898088617_)%7D.st9%7Bfill:url(%23SVGID_00000137110757188703059900000002443212510048230276_)%7D.st10%7Bfill:url(%23SVGID_00000104698012898683375080000002860623939406791852_)%7D.st11%7Bfill:url(%23SVGID_00000047751567732042131360000006350992734888711049_)%7D.st12%7Bfill:url(%23SVGID_00000078011929033106288300000010070286506279401888_)%7D.st13%7Bfill:url(%23SVGID_00000053529290104305380380000015679877809964449440_)%7D.st14%7Bfill:url(%23SVGID_00000026161390298516219640000004320686800497244330_)%7D.st15%7Bfill:url(%23SVGID_00000005952891295520661680000011409619370930680764_)%7D.st16%7Bfill:url(%23SVGID_00000137850995226802824910000011206543976326818469_)%7D.st17%7Bfill:url(%23SVGID_00000031901062452483367160000007829601173589326985_)%7D.st18%7Bfill:url(%23SVGID_00000048488235427980399710000018310633286244564360_)%7D.st19%7Bfill:url(%23SVGID_00000168831120781399864710000016140812341481327750_)%7D.st20%7Bfill:url(%23SVGID_00000142894613990739639770000011937230359881164438_)%7D.st21%7Bfill:url(%23SVGID_00000177445997014792066230000005064052507949707911_)%7D.st22%7Bfill:url(%23SVGID_00000119810240675891702260000004223277994544689560_)%7D.st23%7Bfill:url(%23SVGID_00000024718605683129290910000006422761072052297656_)%7D %3C/style%3E%3ClinearGradient id='SVGID_1_' x1='0' x2='1' y1='157.6473' y2='157.6473' gradientTransform='scale(216.375) rotate(-41.73072 -206.3470351 79.36022112)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_1_)' d='M32.1 16.1c-.4 0-.9.1-1.2.4l-.1.1c-.9.7-1 1.9-.4 2.8.4.5 1 .8 1.6.8.4 0 .9-.1 1.2-.4l.1-.1c.9-.7 1-1.9.4-2.8-.4-.5-1-.8-1.6-.8z'/%3E%3ClinearGradient id='SVGID_00000175285637611324125210000017320788092329836721_' x1='0' x2='1' y1='157.6499' y2='157.6499' gradientTransform='scale(216.375) rotate(-41.73072 -206.3470351 79.36022112)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_00000175285637611324125210000017320788092329836721_)' d='M22 30.5c.7-.8.6-2.1-.2-2.8-.4-.3-.8-.5-1.3-.5-.6 0-1.1.2-1.5.7l-.1.1c-.7.8-.6 2.1.2 2.8.4.3.8.5 1.3.5s1.1-.2 1.6-.8z'/%3E%3ClinearGradient id='SVGID_00000078017387896245783200000007529910682263284378_' x1='0' x2='1' y1='157.6603' y2='157.6603' gradientTransform='scale(216.375) rotate(-41.73072 -206.3470351 79.36022112)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_00000078017387896245783200000007529910682263284378_)' d='M45.7 7.7c-.3 0-.6.1-.9.2h-.1c-1 .5-1.4 1.7-.9 2.7.3.7 1.1 1.1 1.8 1.1.3 0 .6-.1.9-.2h.1c1-.5 1.4-1.7.9-2.7-.3-.7-1-1.1-1.8-1.1z'/%3E%3ClinearGradient id='SVGID_00000025418138179441909080000005122498361425374360_' x1='0' x2='1' y1='157.6882' y2='157.6882' gradientTransform='scale(216.375) rotate(-41.73072 -206.3470351 79.36022112)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_00000025418138179441909080000005122498361425374360_)' d='M60.9 2.3c-.2 0-.3 0-.5.1h-.1c-1.1.3-1.7 1.3-1.5 2.4.2.9 1 1.5 1.9 1.5.2 0 .3 0 .5-.1h.1c1.1-.3 1.7-1.3 1.5-2.4-.2-.8-1-1.5-1.9-1.5z'/%3E%3ClinearGradient id='SVGID_00000047775255777502066330000005084632388067119254_' x1='0' x2='1' y1='157.7463' y2='157.7463' gradientTransform='scale(216.375) rotate(-41.73072 -206.3470351 79.36022112)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_00000047775255777502066330000005084632388067119254_)' d='M2.3 75.3h.1c1 0 1.9-.8 2-1.9v-.1c.1-1.1-.7-2.1-1.9-2.1h-.1c-1 0-1.9.8-2 1.9v.1c0 1.1.8 2 1.9 2.1z'/%3E%3ClinearGradient id='SVGID_00000048466174448477154400000004732190389974344099_' x1='0' x2='1' y1='158.2008' y2='158.2008' gradientTransform='scale(216.375) rotate(-41.73072 -206.3470351 79.36022112)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_00000048466174448477154400000004732190389974344099_)' d='M152.7 69.4c.1 1.1 1 1.9 2 1.9h.2c1.1-.1 1.9-1.1 1.7-2.2V69c-.1-1-1-1.8-2-1.8h-.2c-1 .1-1.8 1.1-1.7 2.2z'/%3E%3ClinearGradient id='SVGID_00000166638082172409214220000014075082246024736399_' x1='0' x2='1' y1='157.7004' y2='157.7004' gradientTransform='scale(216.375) rotate(-41.73072 -206.3470351 79.36022112)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_00000166638082172409214220000014075082246024736399_)' d='M4.7 59.4c.2.1.4.1.6.1.9 0 1.7-.6 1.9-1.4V58c.3-1.1-.3-2.2-1.4-2.5-.2-.1-.4-.1-.6-.1-.9 0-1.7.6-1.9 1.4v.1c-.3 1.1.4 2.2 1.4 2.5z'/%3E%3ClinearGradient id='SVGID_00000168833554773407163670000012766302904134500513_' x1='0' x2='1' y1='157.6678' y2='157.6678' gradientTransform='scale(216.375) rotate(-41.73072 -206.3470351 79.36022112)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_00000168833554773407163670000012766302904134500513_)' d='M13.1 43.5c.6-1.1.2-2.3-.8-2.8-.3-.2-.6-.2-.9-.2-.7 0-1.4.4-1.8 1.1v.1c-.5 1-.2 2.2.8 2.7.3.2.6.2.9.2.7 0 1.4-.4 1.8-1.1z'/%3E%3ClinearGradient id='SVGID_00000175288041237226954710000010368674286869878151_' x1='0' x2='1' y1='158.2969' y2='158.2969' gradientTransform='scale(216.375) rotate(-41.73072 -206.3470351 79.36022112)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_00000175288041237226954710000010368674286869878151_)' d='M153.1 97c-.2 0-.4-.1-.5-.1-.9 0-1.7.6-1.9 1.5v.1c-.3 1.1.3 2.2 1.4 2.5.2 0 .4.1.5.1.9 0 1.7-.6 1.9-1.5v-.1c.3-1.1-.3-2.2-1.4-2.5z'/%3E%3ClinearGradient id='SVGID_00000047042800500990686570000001030465108545364642_' x1='0' x2='1' y1='158.3494' y2='158.3494' gradientTransform='scale(216.375) rotate(-41.73072 -206.3470351 79.36022112)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_00000047042800500990686570000001030465108545364642_)' d='M137.9 125.3c-.6 0-1.1.2-1.5.7l-.1.1c-.7.9-.6 2.1.3 2.8.4.3.8.5 1.3.5.6 0 1.1-.2 1.5-.7l.1-.1c.7-.9.6-2.1-.3-2.8-.4-.3-.9-.5-1.3-.5z'/%3E%3ClinearGradient id='SVGID_00000171718552842870453360000004225588741336638347_' x1='0' x2='1' y1='157.9904' y2='157.9904' gradientTransform='scale(216.375) rotate(-41.73072 -206.3470351 79.36022112)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_00000171718552842870453360000004225588741336638347_)' d='M136 25c-.5-.5-1-.7-1.5-.7s-1 .2-1.4.5c-.8.8-.8 2-.1 2.8l.1.1c.4.4.9.6 1.5.6.5 0 1-.2 1.4-.5.7-.8.7-2 0-2.8z'/%3E%3ClinearGradient id='SVGID_00000018198824552545495280000008331061690802116242_' x1='0' x2='1' y1='158.0644' y2='158.0644' gradientTransform='scale(216.375) rotate(-41.73072 -206.3470351 79.36022112)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_00000018198824552545495280000008331061690802116242_)' d='M145.9 38.1c-.4-.7-1.1-1-1.8-1-.4 0-.7.1-1 .3-.9.6-1.2 1.8-.7 2.7l.1.1c.4.6 1 1 1.7 1 .4 0 .7-.1 1-.3 1-.6 1.3-1.9.7-2.8z'/%3E%3ClinearGradient id='SVGID_00000093166204688417558910000002095871618164598199_' x1='0' x2='1' y1='158.2515' y2='158.2515' gradientTransform='scale(216.375) rotate(-41.73072 -206.3470351 79.36022112)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_00000093166204688417558910000002095871618164598199_)' d='M153.2 83c-.1 1.2.8 2.1 1.9 2.2h.1c1.1 0 1.9-.8 2-1.9v-.2l-4-.1z'/%3E%3ClinearGradient id='SVGID_00000034812193274401077060000015223403227968399776_' x1='0' x2='1' y1='158.353' y2='158.353' gradientTransform='scale(216.375) rotate(-41.73072 -206.3470351 79.36022112)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_00000034812193274401077060000015223403227968399776_)' d='M126.4 136.6c-.4 0-.9.1-1.2.4l-.1.1c-.9.7-1 1.9-.3 2.8.4.5 1 .8 1.6.8.4 0 .9-.1 1.2-.4l.1-.1c.9-.7 1-1.9.3-2.8-.4-.5-1-.8-1.6-.8z'/%3E%3ClinearGradient id='SVGID_00000018947314193530085300000003800114794044237995_' x1='0' x2='1' y1='158.1356' y2='158.1356' gradientTransform='scale(216.375) rotate(-41.73072 -206.3470351 79.36022112)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_00000018947314193530085300000003800114794044237995_)' d='M151.7 55.5c1-.4 1.6-1.5 1.2-2.5v-.1c-.3-.8-1.1-1.3-1.9-1.3-.2 0-.4 0-.7.1-1 .4-1.6 1.5-1.2 2.5v.1c.3.8 1.1 1.3 1.9 1.3.3 0 .5 0 .7-.1z'/%3E%3ClinearGradient id='SVGID_00000117652373431397304750000013472533996120491448_' x1='0' x2='1' y1='158.3305' y2='158.3305' gradientTransform='scale(216.375) rotate(-41.73072 -206.3470351 79.36022112)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_00000117652373431397304750000013472533996120491448_)' d='M147.6 112.1c-.3-.2-.6-.2-.9-.2-.7 0-1.4.4-1.8 1.1v.1c-.5 1-.1 2.2.9 2.7.3.2.6.2.9.2.7 0 1.4-.4 1.8-1.1v-.1c.5-.9.1-2.1-.9-2.7z'/%3E%3ClinearGradient id='SVGID_00000116210381926240861740000000301155650770592396_' x1='0' x2='1' y1='157.9168' y2='157.9168' gradientTransform='scale(216.375) rotate(-41.73072 -206.3470351 79.36022112)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_00000116210381926240861740000000301155650770592396_)' d='M123.5 14.2c-.4-.3-.8-.4-1.2-.4-.6 0-1.3.3-1.6.9-.6.9-.4 2.2.5 2.8l.1.1c.3.2.7.4 1.1.4.6 0 1.3-.3 1.6-.9.6-1 .4-2.3-.5-2.9z'/%3E%3ClinearGradient id='SVGID_00000067926947603682416740000001162407702437770925_' x1='0' x2='1' y1='157.7837' y2='157.7837' gradientTransform='scale(216.375) rotate(-41.73072 -206.3470351 79.36022112)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_00000067926947603682416740000001162407702437770925_)' d='M93.2 1.6h-.5c-.9 0-1.8.7-2 1.6-.2 1.1.5 2.1 1.6 2.3h.5c.9 0 1.8-.7 2-1.6.2-1.1-.5-2.1-1.6-2.3z'/%3E%3ClinearGradient id='SVGID_00000101802585023102821530000016237293651215979909_' x1='0' x2='1' y1='157.73' y2='157.73' gradientTransform='scale(216.375) rotate(-41.73072 -206.3470351 79.36022112)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_00000101802585023102821530000016237293651215979909_)' d='M76.8.3h-.2c-1.1 0-2 .9-1.9 2.1 0 1.1.9 1.9 2 1.9h.2c1.1 0 2-.9 2-2-.1-1.2-1-2-2.1-2z'/%3E%3ClinearGradient id='SVGID_00000150793880512892229530000002415331967325003160_' x1='0' x2='1' y1='158.3141' y2='158.3141' gradientTransform='scale(216.375) rotate(-41.73072 -206.3470351 79.36022112)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_00000150793880512892229530000002415331967325003160_)' d='M97.8 150.9c-.2 0-.3 0-.5.1h-.1c-1.1.3-1.7 1.4-1.4 2.4.2.9 1 1.5 1.9 1.5.2 0 .3 0 .5-.1h.1c1.1-.3 1.7-1.4 1.4-2.4-.2-.9-1-1.5-1.9-1.5z'/%3E%3ClinearGradient id='SVGID_00000129904240224877458140000017713628259344301956_' x1='0' x2='1' y1='158.2732' y2='158.2732' gradientTransform='scale(216.375) rotate(-41.73072 -206.3470351 79.36022112)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_00000129904240224877458140000017713628259344301956_)' d='M81.9 153.2h-.2c-1.1 0-2 1-1.9 2.1 0 1.1.9 1.9 2 1.9h.2c1.1 0 2-1 1.9-2.1 0-1.1-.9-1.9-2-1.9z'/%3E%3ClinearGradient id='SVGID_00000066478000845227076910000005834248419388299677_' x1='0' x2='1' y1='158.3411' y2='158.3411' gradientTransform='scale(216.375) rotate(-41.73072 -206.3470351 79.36022112)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_00000066478000845227076910000005834248419388299677_)' d='M112.9 145.2c-.3 0-.6.1-.9.2h-.1c-1 .5-1.4 1.7-.9 2.7.3.7 1.1 1.1 1.8 1.1.3 0 .6-.1.9-.2h.1c1-.5 1.4-1.7.9-2.7-.4-.7-1.1-1.1-1.8-1.1z'/%3E%3ClinearGradient id='SVGID_00000183217476343532085810000017079753993415806366_' x1='0' x2='1' y1='157.8468' y2='157.8468' gradientTransform='scale(216.375) rotate(-41.73072 -206.3470351 79.36022112)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_00000183217476343532085810000017079753993415806366_)' d='M109 6.3c-.3-.1-.6-.2-.9-.2-.8 0-1.5.5-1.8 1.2-.4 1 .1 2.2 1.1 2.6h.1c.3.1.5.2.8.2.8 0 1.5-.5 1.8-1.2.4-1-.1-2.2-1.1-2.6z'/%3E%3ClinearGradient id='SVGID_00000020389365498669683720000008168883639361639332_' x1='.7222' x2='.7222' y1='157.7369' y2='157.7369' gradientTransform='scale(216.375) rotate(-41.73072 -206.3470351 79.36022112)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_00000020389365498669683720000008168883639361639332_)' d='M76.8 4.3'/%3E%3C/svg%3E")}@media(max-width: 767.98px){.lista-downloads::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Camada_1' x='0' y='0' version='1.1' viewBox='0 0 158 158'%3E%3Cstyle%3E .st1%7Bfill:url(%23SVGID_00000178905790894798925260000001877908593665796743_)%7D.st2%7Bfill:url(%23SVGID_00000045596139950307178350000001695386643806272443_)%7D.st3%7Bfill:url(%23SVGID_00000134217763001898756470000005080583667654065331_)%7D.st4%7Bfill:url(%23SVGID_00000023241835360838965170000014023522934494192053_)%7D.st5%7Bfill:url(%23SVGID_00000126309504424569219410000013272245589635861651_)%7D.st6%7Bfill:url(%23SVGID_00000113317729965832570110000008782183444362197167_)%7D.st7%7Bfill:url(%23SVGID_00000031905635424414126020000002422405974621734816_)%7D.st8%7Bfill:url(%23SVGID_00000119828975071958826010000014712734079138616236_)%7D.st9%7Bfill:url(%23SVGID_00000065056309075999930270000006200549698309634715_)%7D.st10%7Bfill:url(%23SVGID_00000111161928299055563380000016347258750932408457_)%7D.st11%7Bfill:url(%23SVGID_00000048464455121812205970000006236379091546051993_)%7D.st12%7Bfill:url(%23SVGID_00000095326707571689230930000001759139123904004744_)%7D.st13%7Bfill:url(%23SVGID_00000181055616333334663780000007066436005967279242_)%7D.st14%7Bfill:url(%23SVGID_00000178885207371006457470000002036555467226212513_)%7D.st15%7Bfill:url(%23SVGID_00000027583374756662811600000008338906410718051477_)%7D %3C/style%3E%3ClinearGradient id='SVGID_1_' x1='-878.3799' x2='-877.3799' y1='458.0591' y2='458.0591' gradientTransform='scale(216.375 -216.375) rotate(41.73072 162.11565881 1380.70774864)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_1_)' d='M32.1 16.1c-.4 0-.9.1-1.2.4l-.1.1c-.9.7-1 1.9-.4 2.8.4.5 1 .8 1.6.8.4 0 .9-.1 1.2-.4l.1-.1c.9-.7 1-1.9.4-2.8-.4-.5-1-.8-1.6-.8z'/%3E%3ClinearGradient id='SVGID_00000018204493147900181170000007264286536195052688_' x1='-878.3799' x2='-877.3799' y1='458.0565' y2='458.0565' gradientTransform='scale(216.375 -216.375) rotate(41.73072 162.11565881 1380.70774864)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_00000018204493147900181170000007264286536195052688_)' d='M22 30.5c.7-.8.6-2.1-.2-2.8-.4-.3-.8-.5-1.3-.5-.6 0-1.1.2-1.5.7l-.1.1c-.7.8-.6 2.1.2 2.8.4.3.8.5 1.3.5s1.1-.2 1.6-.8z'/%3E%3ClinearGradient id='SVGID_00000111168261431224769190000006756823655211807373_' x1='-878.3799' x2='-877.3799' y1='458.0464' y2='458.0464' gradientTransform='scale(216.375 -216.375) rotate(41.73072 162.11565881 1380.70774864)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_00000111168261431224769190000006756823655211807373_)' d='M45.7 7.7c-.3 0-.6.1-.9.2h-.1c-1 .5-1.4 1.7-.9 2.7.3.7 1.1 1.1 1.8 1.1.3 0 .6-.1.9-.2h.1c1-.5 1.4-1.7.9-2.7-.3-.7-1-1.1-1.8-1.1z'/%3E%3ClinearGradient id='SVGID_00000117647260192171648360000007046913552691722890_' x1='-878.3799' x2='-877.3799' y1='458.0184' y2='458.0184' gradientTransform='scale(216.375 -216.375) rotate(41.73072 162.11565881 1380.70774864)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_00000117647260192171648360000007046913552691722890_)' d='M60.9 2.3c-.2 0-.3 0-.5.1h-.1c-1.1.3-1.7 1.3-1.5 2.4.2.9 1 1.5 1.9 1.5.2 0 .3 0 .5-.1h.1c1.1-.3 1.7-1.3 1.5-2.4-.2-.8-1-1.5-1.9-1.5z'/%3E%3ClinearGradient id='SVGID_00000155855107931625493870000008204727296523014316_' x1='-878.3799' x2='-877.3799' y1='457.9603' y2='457.9603' gradientTransform='scale(216.375 -216.375) rotate(41.73072 162.11565881 1380.70774864)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_00000155855107931625493870000008204727296523014316_)' d='M2.3 75.3c1.1 0 2-.8 2.1-1.9v-.1c.1-1.1-.7-2.1-1.9-2.1h-.1c-1 0-1.9.8-2 1.9v.1c0 1.1.8 2 1.9 2.1z'/%3E%3ClinearGradient id='SVGID_00000144333845497087016880000010345141038128461476_' x1='-878.3799' x2='-877.3799' y1='457.5056' y2='457.5056' gradientTransform='scale(216.375 -216.375) rotate(41.73072 162.11565881 1380.70774864)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_00000144333845497087016880000010345141038128461476_)' d='M152.7 69.4c.1 1.1 1 1.9 2 1.9h.2c1.1-.1 1.9-1.1 1.7-2.2V69c-.1-1-1-1.8-2-1.8h-.2c-1 .1-1.8 1.1-1.7 2.2z'/%3E%3ClinearGradient id='SVGID_00000039112986363197510350000003559243114022611123_' x1='-878.3799' x2='-877.3799' y1='458.006' y2='458.006' gradientTransform='scale(216.375 -216.375) rotate(41.73072 162.11565881 1380.70774864)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_00000039112986363197510350000003559243114022611123_)' d='M4.7 59.4c.2.1.4.1.6.1.9 0 1.7-.6 1.9-1.4V58c.3-1.1-.3-2.2-1.4-2.5-.2-.1-.4-.1-.6-.1-.9 0-1.7.6-1.9 1.4v.1c-.3 1.1.4 2.2 1.4 2.5z'/%3E%3ClinearGradient id='SVGID_00000031921139727903985930000005404558409968793478_' x1='-878.3799' x2='-877.3799' y1='458.0386' y2='458.0386' gradientTransform='scale(216.375 -216.375) rotate(41.73072 162.11565881 1380.70774864)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_00000031921139727903985930000005404558409968793478_)' d='M13.1 43.5c.6-1.1.2-2.3-.8-2.8-.3-.2-.6-.2-.9-.2-.7 0-1.4.4-1.8 1.1v.1c-.5 1-.2 2.2.8 2.7.3.2.6.2.9.2.7 0 1.4-.4 1.8-1.1z'/%3E%3ClinearGradient id='SVGID_00000101071680561717495900000003049654350023914928_' x1='-878.3799' x2='-877.3799' y1='457.7157' y2='457.7157' gradientTransform='scale(216.375 -216.375) rotate(41.73072 162.11565881 1380.70774864)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_00000101071680561717495900000003049654350023914928_)' d='M136 25c-.5-.5-1-.7-1.5-.7s-1 .2-1.4.5c-.8.8-.8 2-.1 2.8l.1.1c.4.4.9.6 1.5.6.5 0 1-.2 1.4-.5.7-.8.7-2 0-2.8z'/%3E%3ClinearGradient id='SVGID_00000181774194892685701770000001180123453330754199_' x1='-878.3799' x2='-877.3799' y1='457.6418' y2='457.6418' gradientTransform='scale(216.375 -216.375) rotate(41.73072 162.11565881 1380.70774864)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_00000181774194892685701770000001180123453330754199_)' d='M145.9 38.1c-.4-.7-1.1-1-1.8-1-.4 0-.7.1-1 .3-.9.6-1.2 1.8-.7 2.7l.1.1c.4.6 1 1 1.7 1 .4 0 .7-.1 1-.3 1-.6 1.3-1.9.7-2.8z'/%3E%3ClinearGradient id='SVGID_00000095336266091820613010000016330861852520461740_' x1='-878.3799' x2='-877.3799' y1='457.5709' y2='457.5709' gradientTransform='scale(216.375 -216.375) rotate(41.73072 162.11565881 1380.70774864)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_00000095336266091820613010000016330861852520461740_)' d='M151.7 55.5c1-.4 1.6-1.5 1.2-2.5v-.1c-.3-.8-1.1-1.3-1.9-1.3-.2 0-.4 0-.7.1-1 .4-1.6 1.5-1.2 2.5v.1c.3.8 1.1 1.3 1.9 1.3.3 0 .5 0 .7-.1z'/%3E%3ClinearGradient id='SVGID_00000035519417867958280230000005145403366642729919_' x1='-878.3799' x2='-877.3799' y1='457.7891' y2='457.7891' gradientTransform='scale(216.375 -216.375) rotate(41.73072 162.11565881 1380.70774864)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_00000035519417867958280230000005145403366642729919_)' d='M123.5 14.2c-.4-.3-.8-.4-1.2-.4-.6 0-1.3.3-1.6.9-.6.9-.4 2.2.5 2.8l.1.1c.3.2.7.4 1.1.4.6 0 1.3-.3 1.6-.9.6-1 .4-2.3-.5-2.9z'/%3E%3ClinearGradient id='SVGID_00000136406899751856727200000004743662346089597321_' x1='-878.3799' x2='-877.3799' y1='457.9227' y2='457.9227' gradientTransform='scale(216.375 -216.375) rotate(41.73072 162.11565881 1380.70774864)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_00000136406899751856727200000004743662346089597321_)' d='M93.2 1.6h-.5c-.9 0-1.8.7-2 1.6-.2 1.1.5 2.1 1.6 2.3h.5c.9 0 1.8-.7 2-1.6.2-1.1-.5-2.1-1.6-2.3z'/%3E%3ClinearGradient id='SVGID_00000108272061123718633880000010777145479464300700_' x1='-878.3799' x2='-877.3799' y1='457.9762' y2='457.9762' gradientTransform='scale(216.375 -216.375) rotate(41.73072 162.11565881 1380.70774864)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_00000108272061123718633880000010777145479464300700_)' d='M76.8.3h-.2c-1.1 0-2 .9-1.9 2.1 0 1.1.9 1.9 2 1.9h.2c1.1 0 2-.9 2-2-.1-1.2-1-2-2.1-2z'/%3E%3ClinearGradient id='SVGID_00000091008266427793215570000008331637522654361985_' x1='-878.3799' x2='-877.3799' y1='457.8595' y2='457.8595' gradientTransform='scale(216.375 -216.375) rotate(41.73072 162.11565881 1380.70774864)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_00000091008266427793215570000008331637522654361985_)' d='M109 6.3c-.3-.1-.6-.2-.9-.2-.8 0-1.5.5-1.8 1.2-.4 1 .1 2.2 1.1 2.6h.1c.3.1.5.2.8.2.8 0 1.5-.5 1.8-1.2.4-1-.1-2.2-1.1-2.6z'/%3E%3ClinearGradient id='SVGID_00000087377148515431134820000008753749036913613747_' x1='-877.6578' x2='-877.6578' y1='457.9692' y2='457.9692' gradientTransform='scale(216.375 -216.375) rotate(41.73072 162.11565881 1380.70774864)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a6c2e2'/%3E%3Cstop offset='.7266' stop-color='%2382cfcc'/%3E%3Cstop offset='1' stop-color='%237fd1cd'/%3E%3C/linearGradient%3E%3C/svg%3E")}}.lista-downloads a:not(.botao-padrao),.lista-downloads__link{display:flex;gap:12px;padding:7.5px 0;line-height:1.2em;font-size:var(--fonte-15px);transition:opacity .3s}.lista-downloads a:not(.botao-padrao) span,.lista-downloads__link span{display:inline-block;max-width:calc(100% - 32px)}.lista-downloads a:not(.botao-padrao) svg,.lista-downloads__link svg{width:20px;height:20px;fill:var(--cor-site)}.lista-downloads.azul,.lista-downloads.verde{border:none}@media(max-width: 991.98px){.lista-downloads.azul,.lista-downloads.verde{margin-top:35px;margin-bottom:75px}}.lista-downloads.azul a svg,.lista-downloads.verde a svg{fill:currentColor}.lista-downloads.azul::before,.lista-downloads.verde::before{background-image:url("data:image/svg+xml,%3Csvg width='162' height='161' viewBox='0 0 162 161' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1611_17946)'%3E%3Crect x='161.52' y='8.72461' width='153' height='153' rx='76.5' transform='rotate(93.2692 161.52 8.72461)' stroke='url(%23paint0_linear_1611_17946)' stroke-width='4' stroke-linecap='round' stroke-dasharray='0.1 16'/%3E%3C/g%3E%3Cg clip-path='url(%23clip1_1611_17946)'%3E%3Crect x='161.52' y='8.72461' width='153' height='153' rx='76.5' transform='rotate(93.2692 161.52 8.72461)' stroke='url(%23paint1_linear_1611_17946)' stroke-width='4' stroke-linecap='round' stroke-dasharray='0.1 16'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1611_17946' x1='180.12' y1='32.2216' x2='320.403' y2='155.923' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F68B1F'/%3E%3Cstop offset='1' stop-color='%23E11C25' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_1611_17946' x1='180.12' y1='32.2216' x2='320.403' y2='155.923' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F68B1F'/%3E%3Cstop offset='1' stop-color='%23E11C25' stop-opacity='0'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_1611_17946'%3E%3Crect width='81' height='161' fill='white' transform='translate(81)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_1611_17946'%3E%3Crect width='162' height='80' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.lista-downloads.azul .lista-downloads__carregar-mais i,.lista-downloads.verde .lista-downloads__carregar-mais i{color:currentColor}.lista-downloads.azul .lista-downloads__carregar-mais:hover,.lista-downloads.verde .lista-downloads__carregar-mais:hover{color:currentColor}@media(max-width: 767.98px){.lista-downloads.azul,.lista-downloads.verde{padding-bottom:45px}.lista-downloads.azul::before,.lista-downloads.azul::after,.lista-downloads.verde::before,.lista-downloads.verde::after{top:unset;bottom:0}.lista-downloads.azul::before,.lista-downloads.verde::before{transform:translate(0, 50%);background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='103.594' y='7.01367' width='97.0972' height='97.0972' rx='48.5486' transform='rotate(95.9194 103.594 7.01367)' stroke='%23F8F8F8' stroke-width='2.53849' stroke-linecap='round' stroke-dasharray='0.06 10.15'/%3E%3Crect x='103.594' y='7.01367' width='97.0972' height='97.0972' rx='48.5486' transform='rotate(95.9194 103.594 7.01367)' stroke='url(%23paint0_linear_1387_21985)' stroke-width='2.53849' stroke-linecap='round' stroke-dasharray='0.06 10.15'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1387_21985' x1='192.751' y1='167.534' x2='95.0598' y2='139.382' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2333AD70'/%3E%3Cstop offset='0.877604' stop-color='%2305A09A'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.lista-downloads.azul::after,.lista-downloads.verde::after{transform:translate(-21px, 50%)}}.lista-downloads>div:hover a{opacity:.5}.lista-downloads>div:hover a:hover{opacity:1}.lista-downloads__box-scroll{border-radius:15px 2px 15px 15px;background-color:var(--cor-branco);color:var(--cor-fonte);padding:15px;overflow:auto;max-height:160px;transition:max-height .3s,padding .3s}.lista-downloads__box-scroll a svg{fill:var(--cor-site) !important}.banner-interno>img{height:150%;display:block}@media(max-width: 767.98px){.banner-interno{padding-bottom:100vw}.banner-interno>img{height:110%;-o-object-position:bottom center;object-position:bottom center}}.calculo{padding:clamp(110px,8.85vw,170px) 0 clamp(45px,7.8vw,150px)}.simulador{background-image:url("data:image/svg+xml,%3Csvg width='823' height='823' viewBox='0 0 823 823' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.08' cx='411.169' cy='411.167' r='409.574' transform='rotate(146.811 411.169 411.167)' stroke='url(%23paint0_linear_1387_21046)' stroke-width='3'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1387_21046' x1='411.705' y1='473.873' x2='74.5922' y2='72.9826' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%2333AD70' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E"),var(--cor-secundaria);background-repeat:no-repeat;background-position:left 10.4vw top,center;background-size:47.7vw,auto}.simulador__iframe{width:100%;aspect-ratio:16/7.6;margin-top:35px;border-radius:15px}@media(max-width: 767.98px){.simulador__iframe{aspect-ratio:16/14}}.calculo-de-demanda .editor{margin-top:15px}.calculo-de-demanda .editor p{margin:0 0 15px}.calculo-de-demanda .editor small{font-size:12px;font-style:italic}.calculo-de-demanda .form{margin-top:35px}.calculo-de-demanda .lista-downloads{background-image:url("data:image/svg+xml,%3Csvg width='180' height='175' viewBox='0 0 180 175' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1909_20307' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='180' height='175'%3E%3Crect width='180' height='175' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1909_20307)'%3E%3Ccircle opacity='0.08' cx='180' cy='0.000341206' r='124.209' transform='rotate(3.32941 180 0.000341206)' stroke='url(%23paint0_linear_1909_20307)' stroke-width='3'/%3E%3Ccircle opacity='0.07' cx='180.001' cy='1.50424e-05' r='169.642' transform='rotate(3.32941 180.001 1.50424e-05)' stroke='url(%23paint1_linear_1909_20307)' stroke-width='1.5'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1909_20307' x1='180.164' y1='19.1762' x2='77.0734' y2='-103.418' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%2333AD70' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_1909_20307' x1='180.224' y1='25.992' x2='40.4889' y2='-140.179' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%2333AD70' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E"),var(--cor-secundaria);background-repeat:no-repeat;background-position:right top;background-size:285px;background-color:var(--cor-secundaria-solida);background-size:285px,auto;background-position:right top,center}@media(max-width: 767.98px){.calculo-de-demanda .lista-downloads{margin-bottom:60px}}.calculo-de-demanda .lista-downloads::before,.calculo-de-demanda .lista-downloads::after{display:none}.calculo-de-demanda .lista-downloads h3{margin-bottom:5px}.calculo-de-demanda .lista-downloads .botao-padrao{margin-top:25px}.calculo-de-demanda .lista-downloads .botao-padrao.transparente{color:var(--cor-branco);margin-top:0px;font-weight:400;cursor:pointer}.calculo-de-demanda .lista-downloads .botao-padrao.transparente:hover{text-decoration:underline}.calculo-de-demanda .lista-downloads .botao-padrao.transparente:hover span{color:currentColor}@media(max-width: 380px){.calculo-de-demanda .lista-downloads{padding:30px 15px 15px;text-align:center}}@media(min-width: 768px)and (max-width: 991.98px){.calculo-de-demanda .lista-downloads__box-scroll{margin-top:10px}}.calculo-de-demanda .lista-downloads__box-scroll:not(.ativo){visibility:hidden;max-height:0px;padding-top:0;padding-bottom:0}.calculo-de-demanda .lista-downloads__box-scroll.efeito-toggle{padding-top:0;padding-bottom:0;max-height:0px}@media(max-width: 575.98px){.calculo-de-demanda .lista-downloads__box-scroll{margin-left:-10px;margin-right:-10px;text-align:left}}@media(max-width: 380px){.calculo-de-demanda .lista-downloads__box-scroll{margin-left:-5px;margin-right:-5px}}.calculo-de-demanda__pontilhado{display:block;margin:40px auto 0;height:calc(100% - 40px);width:2px;background-image:url("data:image/svg+xml,%3Csvg width='4' height='60' viewBox='0 0 4 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2V58' stroke='url(%23paint0_linear_1804_25387)' stroke-width='3' stroke-linecap='round' stroke-dasharray='0.3 37'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1804_25387' x1='2.5' y1='2' x2='2.5' y2='58' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2333AD70'/%3E%3Cstop offset='1' stop-color='%232D9CDB'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");background-repeat:repeat-y;background-position:top center;background-size:contain;background-color:rgba(0,0,0,0)}@media(min-width: 768px){.calculo-de-demanda__subtitulo{margin-top:50px}}.micro-e-minigeracao{padding:clamp(45px,9.37vw,180px) 0 clamp(0px,10.4vw,200px)}@media(max-width: 991.98px){.micro-e-minigeracao{padding-bottom:0}}.micro-e-minigeracao .padrao-legenda{margin-bottom:45px}.micro-e-minigeracao .content-na-caixa__img{-o-object-position:left center;object-position:left center}@media(max-width: 991.98px){.micro-e-minigeracao .content-na-caixa__img{width:100vw;height:unset;margin-top:45px}}