:root{--espacoMarquee:5.625dvw}@media screen and (max-width:1024px){:root{----espacoMarquee:20rem}}@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(calc(-100% - var(--espacoMarquee)))}}.container-editor .texto-marquee-punto,.texto-marquee-punto.editor-custom_block{--cor_bordaTit:#707070;--bg_Tit:var(--corClara);--cor_Tit:#e3e3e3;--duracao:30s;--delay:1.5s;margin-bottom:2rem}.container-editor .texto-marquee-punto .container,.texto-marquee-punto.editor-custom_block .container{--margem:0;width:calc(100% - var(--margem));margin-left:var(--margem);max-width:none;background-color:var(--bg_Tit);padding:.6rem 0 1rem;overflow:hidden;display:flex;justify-content:flex-start}.container-editor .texto-marquee-punto h2,.texto-marquee-punto.editor-custom_block h2{font-size:clamp(39.2857142857px, 5.5rem, 55px);line-height:1;color:var(--cor_Tit);text-transform:uppercase;letter-spacing:.055em;text-wrap:nowrap;width:100%;display:flex;justify-content:flex-start;gap:var(--espacoMarquee)}.container-editor .texto-marquee-punto .marquee-item,.texto-marquee-punto.editor-custom_block .marquee-item{display:flex;align-items:center;flex-shrink:0;min-width:100%;animation:scroll var(--duracao) var(--delay) linear infinite}.container-editor .texto-marquee-punto .marquee-item:after,.texto-marquee-punto.editor-custom_block .marquee-item:after{content:"";position:absolute;width:1.4rem;height:1.6rem;border-radius:100%;background-color:var(--cor_Tit);right:calc(-1*var(--espacoMarquee)/2);transform:translateX(50%)}@media screen and (max-width:1024px){.container-editor .texto-marquee-punto,.texto-marquee-punto.editor-custom_block{padding-top:5rem;margin-bottom:4.3rem}.container-editor .texto-marquee-punto .container,.texto-marquee-punto.editor-custom_block .container{padding:0}.container-editor .texto-marquee-punto h2,.texto-marquee-punto.editor-custom_block h2{border-top:none;border-bottom:none;font-size:clamp(16.9230769231px, 7.3333333333rem, 22px);letter-spacing:clamp(1.3538461538px, 0.5866666667rem, 1.76px);padding:0}.container-editor .texto-marquee-punto .marquee-item,.texto-marquee-punto.editor-custom_block .marquee-item{padding:0 clamp(17.8571428571px, 2.5rem, 25px)}}html[data-cores=dark] .container-editor .texto-marquee-punto,html[data-cores=dark] .texto-marquee-punto.editor-custom_block{--bg_Tit: var(--corNeutra);--cor_Tit:var(--corClara)}