<!DOCTYPE html>
<html lang="pt-BR">
<head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",e=>{this.persisted=e.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(e){if(document.hidden){e._triggerListener();return}this.triggerEvents.forEach(t=>window.addEventListener(t,e.userEventHandler,{passive:!0})),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(e=>window.removeEventListener(e,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(e=>{this._isClickPending?this._pendingClickFinished=e:e()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(e,t,i){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(i,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{if(t.hasAttribute("src")){let i=new url(https://trendshealth.com.br/citraslim-oficial/t.src).origin;i!==location.origin&&e.push({src:i,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}}),e=[...new Map(e.map(e=>[JSON.stringify(e),e])).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){console.error(e)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{e.hasAttribute("data-rocket-src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)})}async _transformScript(e){return await this._littleBreath(),new Promise(t=>{function i(){e.setAttribute("data-rocket-status","executed"),t()}function r(){e.setAttribute("data-rocket-status","failed"),t()}try{let n=e.getAttribute("data-rocket-type"),s=e.getAttribute("data-rocket-src");if(n?(e.type=n,e.removeAttribute("data-rocket-type")):e.removeAttribute("type"),e.addEventListener("load",i),e.addEventListener("error",r),s)e.src=s,e.removeAttribute("data-rocket-src");else if(navigator.userAgent.indexOf("Firefox/")>0){var a=document.createElement("script");[...e.attributes].forEach(e=>{"type"!==e.nodeName&&a.setAttribute("data-rocket-type"===e.nodeName?"type":e.nodeName,e.nodeValue)}),a.text=e.text,e.parentNode.replaceChild(a,e),i()}else e.src="data:text/javascript;base64,"+btoa(e.text)}catch(o){r()}})}async _loadScriptsFromList(e){let t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var i=document.createDocumentFragment();e.forEach(e=>{let r=e.getAttribute&&e.getAttribute("data-rocket-src")||e.src;if(r){let n=document.createElement("link");n.href=r,n.rel=t,"preconnect"!==t&&(n.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),e.crossOrigin&&(n.crossOrigin=e.crossOrigin),e.integrity&&(n.integrity=e.integrity),i.appendChild(n),this.trash.push(n)}}),document.head.appendChild(i)}_delayEventListeners(e){let t={};function i(e,i){!function e(i){!t[i]&&(t[i]={originalFunctions:{add:i.addEventListener,remove:i.removeEventListener},eventsToRewrite:[]},i.addEventListener=function(){arguments[0]=r(arguments[0]),t[i].originalFunctions.add.apply(i,arguments)},i.removeEventListener=function(){arguments[0]=r(arguments[0]),t[i].originalFunctions.remove.apply(i,arguments)});function r(e){return t[i].eventsToRewrite.indexOf(e)>=0?"rocket-"+e:e}}(e),t[e].eventsToRewrite.push(i)}function r(e,t){let i=e[t];Object.defineProperty(e,t,{get:()=>i||function(){},set(r){e["rocket"+t]=i=r}})}i(document,"DOMContentLoaded"),i(window,"DOMContentLoaded"),i(window,"load"),i(window,"pageshow"),i(document,"readystatechange"),r(document,"onreadystatechange"),r(window,"onload"),r(window,"onpageshow"),Object.defineProperty(document,"readyState",{get:()=>e.rocketReadyState,set(t){e.rocketReadyState=t}}),document.readyState="loading"}_delayJQueryReady(e){let t;function i(i){if(i&&i.fn&&!e.allJQueries.includes(i)){i.fn.ready=i.fn.init.prototype.ready=function(t){return e.domReadyFired?t.bind(document)(i):document.addEventListener("rocket-DOMContentLoaded",()=>t.bind(document)(i)),i([])};let r=i.fn.on;i.fn.on=i.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map(e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]})}return r.apply(this,arguments),this},e.allJQueries.push(i)}t=i}i(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>t,set(e){i(e)}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,document.readyState="interactive",await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){document.readyState="complete",await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(e=>e(window).trigger("rocket-jquery-load")),await this._littleBreath();let e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let e=new Map;document.write=document.writeln=function(t){let i=document.currentScript;i||console.error("WPRocket unable to document.write this: "+t);let r=document.createRange(),n=i.parentElement,s=e.get(i);void 0===s&&(s=i.nextSibling,e.set(i,s));let a=document.createDocumentFragment();r.setStart(a,0),a.appendChild(r.createContextualFragment(t)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(e=>setTimeout(e)):new Promise(e=>requestAnimationFrame(e))}_emptyTrash(){this.trash.forEach(e=>e.remove())}static run(){let e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>
	
		<title>CitraSlim Oficial &#8211; Trends Health</title>
<meta name='robots' content='max-image-preview:large' />

<!-- Google Tag Manager by PYS -->
    <script type="rocketlazyloadscript" data-cfasync="false" data-pagespeed-no-defer>
	    window.dataLayerPYS = window.dataLayerPYS || [];
	</script>
<!-- End Google Tag Manager by PYS --><script type="rocketlazyloadscript" data-rocket-type='application/javascript'  id='pys-version-script'>console.log('PixelYourSite Free version 11.0.1.2');</script>
<link rel="alternate" type="application/rss+xml" title="Feed para Trends Health &raquo;" href="https://trendshealth.com.br/feed/" />
<link rel="alternate" type="application/rss+xml" title="Feed de comentários para Trends Health &raquo;" href="https://trendshealth.com.br/comments/feed/" />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://trendshealth.com.br/wp-json/oembed/1.0/embed?url=https%3A%2F%2Ftrendshealth.com.br%2Fcitraslim-oficial%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://trendshealth.com.br/wp-json/oembed/1.0/embed?url=https%3A%2F%2Ftrendshealth.com.br%2Fcitraslim-oficial%2F&#038;format=xml" />
<style id="wp-img-auto-sizes-contain-inline-css">
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<style id="wp-emoji-styles-inline-css">

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */
</style>

<style id="global-styles-inline-css">
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:root { --wp--style--global--content-size: 800px;--wp--style--global--wide-size: 1200px; }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: 24px; margin-block-end: 0; }:where(.wp-site-blocks) > :first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child { margin-block-end: 0; }:root { --wp--style--block-gap: 24px; }:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-flex){gap: 24px;}:root :where(.is-layout-grid){gap: 24px;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
/*# sourceURL=global-styles-inline-css */
</style>

<link data-minify="1" rel='stylesheet' id='url-shortify-css' href='https://trendshealth.com.br/wp-content/cache/min/1/wp-content/plugins/url-shortify/lite/dist/styles/url-shortify.css?ver=1781217266' media='all' />
<link data-minify="1" rel='stylesheet' id='hello-elementor-css' href='https://trendshealth.com.br/wp-content/cache/min/1/wp-content/themes/hello-elementor/assets/css/reset.css?ver=1781217266' media='all' />
<link data-minify="1" rel='stylesheet' id='hello-elementor-theme-style-css' href='https://trendshealth.com.br/wp-content/cache/min/1/wp-content/themes/hello-elementor/assets/css/theme.css?ver=1781217266' media='all' />
<link data-minify="1" rel='stylesheet' id='hello-elementor-header-footer-css' href='https://trendshealth.com.br/wp-content/cache/min/1/wp-content/themes/hello-elementor/assets/css/header-footer.css?ver=1781217266' media='all' />
<link rel='stylesheet' id='elementor-frontend-css' href='https://trendshealth.com.br/wp-content/uploads/elementor/css/custom-frontend.min.css?ver=1781217265' media='all' />
<link rel='stylesheet' id='elementor-post-8-css' href='https://trendshealth.com.br/wp-content/uploads/elementor/css/post-8.css?ver=1781217266' media='all' />
<link data-minify="1" rel='stylesheet' id='elementor-icons-css' href='https://trendshealth.com.br/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=1781217266' media='all' />
<link rel='stylesheet' id='widget-icon-list-css' href='https://trendshealth.com.br/wp-content/uploads/elementor/css/custom-widget-icon-list.min.css?ver=1781217265' media='all' />
<link rel='stylesheet' id='widget-image-css' href='https://trendshealth.com.br/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=3.31.1' media='all' />
<link rel='stylesheet' id='widget-nav-menu-css' href='https://trendshealth.com.br/wp-content/uploads/elementor/css/custom-pro-widget-nav-menu.min.css?ver=1781217265' media='all' />
<link rel='stylesheet' id='e-animation-grow-css' href='https://trendshealth.com.br/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow.min.css?ver=3.31.1' media='all' />
<link rel='stylesheet' id='widget-heading-css' href='https://trendshealth.com.br/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=3.31.1' media='all' />
<link rel='stylesheet' id='widget-spacer-css' href='https://trendshealth.com.br/wp-content/plugins/elementor/assets/css/widget-spacer.min.css?ver=3.31.1' media='all' />
<link rel='stylesheet' id='e-animation-float-css' href='https://trendshealth.com.br/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-float.min.css?ver=3.31.1' media='all' />
<link data-minify="1" rel='stylesheet' id='swiper-css' href='https://trendshealth.com.br/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=1781217269' media='all' />
<link rel='stylesheet' id='e-swiper-css' href='https://trendshealth.com.br/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css?ver=3.31.1' media='all' />
<link rel='stylesheet' id='widget-image-gallery-css' href='https://trendshealth.com.br/wp-content/uploads/elementor/css/custom-widget-image-gallery.min.css?ver=1781217265' media='all' />
<link rel='stylesheet' id='widget-gallery-css' href='https://trendshealth.com.br/wp-content/plugins/elementor-pro/assets/css/widget-gallery.min.css?ver=3.28.1' media='all' />
<link rel='stylesheet' id='elementor-gallery-css' href='https://trendshealth.com.br/wp-content/plugins/elementor/assets/lib/e-gallery/css/e-gallery.min.css?ver=1.2.0' media='all' />
<link rel='stylesheet' id='e-transitions-css' href='https://trendshealth.com.br/wp-content/plugins/elementor-pro/assets/css/conditionals/transitions.min.css?ver=3.28.1' media='all' />
<link rel='stylesheet' id='widget-icon-box-css' href='https://trendshealth.com.br/wp-content/uploads/elementor/css/custom-widget-icon-box.min.css?ver=1781217265' media='all' />
<link rel='stylesheet' id='widget-accordion-css' href='https://trendshealth.com.br/wp-content/uploads/elementor/css/custom-widget-accordion.min.css?ver=1781217265' media='all' />
<link rel='stylesheet' id='widget-form-css' href='https://trendshealth.com.br/wp-content/plugins/elementor-pro/assets/css/widget-form.min.css?ver=3.28.1' media='all' />
<link rel='stylesheet' id='elementor-post-1265-css' href='https://trendshealth.com.br/wp-content/uploads/elementor/css/post-1265.css?ver=1781217288' media='all' />
<style id="rocket-lazyload-inline-css">
.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}.wp-embed-responsive .wp-has-aspect-ratio .rll-youtube-player{position:absolute;padding-bottom:0;width:100%;height:100%;top:0;bottom:0;left:0;right:0}
/*# sourceURL=rocket-lazyload-inline-css */
</style>
<link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://trendshealth.com.br/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' media='all' />
<link data-minify="1" rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://trendshealth.com.br/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=1781217269' media='all' />
<script type="rocketlazyloadscript" id="jquery-core-js" data-rocket-src="https://trendshealth.com.br/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" defer></script>
<script type="rocketlazyloadscript" id="jquery-migrate-js" data-rocket-src="https://trendshealth.com.br/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" defer></script>
<script id="url-shortify-js-extra">
var usParams = {"ajaxurl":"https://trendshealth.com.br/wp-admin/admin-ajax.php"};
//# sourceURL=url-shortify-js-extra
</script>
<script type="rocketlazyloadscript" data-minify="1" id="url-shortify-js" data-rocket-src="https://trendshealth.com.br/wp-content/cache/min/1/wp-content/plugins/url-shortify/lite/dist/scripts/url-shortify.js?ver=1760368936" defer></script>
<script type="rocketlazyloadscript" id="jquery-bind-first-js" data-rocket-src="https://trendshealth.com.br/wp-content/plugins/pixelyoursite/dist/scripts/jquery.bind-first-0.2.3.min.js?ver=7.0" defer></script>
<script type="rocketlazyloadscript" id="js-cookie-pys-js" data-rocket-src="https://trendshealth.com.br/wp-content/plugins/pixelyoursite/dist/scripts/js.cookie-2.1.3.min.js?ver=2.1.3" defer></script>
<script type="rocketlazyloadscript" id="js-tld-js" data-rocket-src="https://trendshealth.com.br/wp-content/plugins/pixelyoursite/dist/scripts/tld.min.js?ver=2.3.1" defer></script>
<script id="pys-js-extra">
var pysOptions = {"staticEvents":{"facebook":{"init_event":[{"delay":0,"type":"static","ajaxFire":false,"name":"PageView","pixelIds":["3634202860132562"],"eventID":"64df2a9d-2982-43ab-8f43-7ed465490042","params":{"page_title":"CitraSlim Oficial","post_type":"page","post_id":1265,"plugin":"PixelYourSite","user_role":"guest","event_url":"trendshealth.com.br/citraslim-oficial/"},"e_id":"init_event","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""}]}},"dynamicEvents":[],"triggerEvents":[],"triggerEventTypes":[],"facebook":{"pixelIds":["3634202860132562"],"advancedMatching":{"external_id":"ccbddccddfbdbdfbedbfdaadccc"},"advancedMatchingEnabled":true,"removeMetadata":false,"wooVariableAsSimple":false,"serverApiEnabled":true,"wooCRSendFromServer":false,"send_external_id":null,"enabled_medical":false,"do_not_track_medical_param":["event_url","post_title","page_title","landing_page","content_name","categories","category_name","tags"],"meta_ldu":false},"ga":{"trackingIds":["G-V7MLL311MV"],"commentEventEnabled":true,"downloadEnabled":true,"formEventEnabled":true,"crossDomainEnabled":false,"crossDomainAcceptIncoming":false,"crossDomainDomains":[],"isDebugEnabled":[],"serverContainerUrls":{"G-V7MLL311MV":{"enable_server_container":"","server_container_url":"","transport_url":""}},"additionalConfig":{"G-V7MLL311MV":{"first_party_collection":true}},"disableAdvertisingFeatures":false,"disableAdvertisingPersonalization":false,"wooVariableAsSimple":true,"custom_page_view_event":false},"debug":"","siteUrl":"https://trendshealth.com.br","ajaxUrl":"https://trendshealth.com.br/wp-admin/admin-ajax.php","ajax_event":"4453d41437","enable_remove_download_url_param":"1","cookie_duration":"7","last_visit_duration":"60","enable_success_send_form":"","ajaxForServerEvent":"1","ajaxForServerStaticEvent":"1","send_external_id":"1","external_id_expire":"180","track_cookie_for_subdomains":"1","google_consent_mode":"1","gdpr":{"ajax_enabled":false,"all_disabled_by_api":false,"facebook_disabled_by_api":false,"analytics_disabled_by_api":false,"google_ads_disabled_by_api":false,"pinterest_disabled_by_api":false,"bing_disabled_by_api":false,"externalID_disabled_by_api":false,"facebook_prior_consent_enabled":true,"analytics_prior_consent_enabled":true,"google_ads_prior_consent_enabled":null,"pinterest_prior_consent_enabled":true,"bing_prior_consent_enabled":true,"cookiebot_integration_enabled":false,"cookiebot_facebook_consent_category":"marketing","cookiebot_analytics_consent_category":"statistics","cookiebot_tiktok_consent_category":"marketing","cookiebot_google_ads_consent_category":"marketing","cookiebot_pinterest_consent_category":"marketing","cookiebot_bing_consent_category":"marketing","consent_magic_integration_enabled":false,"real_cookie_banner_integration_enabled":false,"cookie_notice_integration_enabled":false,"cookie_law_info_integration_enabled":false,"analytics_storage":{"enabled":true,"value":"granted","filter":false},"ad_storage":{"enabled":true,"value":"granted","filter":false},"ad_user_data":{"enabled":true,"value":"granted","filter":false},"ad_personalization":{"enabled":true,"value":"granted","filter":false}},"cookie":{"disabled_all_cookie":false,"disabled_start_session_cookie":false,"disabled_advanced_form_data_cookie":false,"disabled_landing_page_cookie":false,"disabled_first_visit_cookie":false,"disabled_trafficsource_cookie":false,"disabled_utmTerms_cookie":false,"disabled_utmId_cookie":false},"tracking_analytics":{"TrafficSource":"direct","TrafficLanding":"undefined","TrafficUtms":[],"TrafficUtmsId":[]},"GATags":{"ga_datalayer_type":"default","ga_datalayer_name":"dataLayerPYS"},"woo":{"enabled":false},"edd":{"enabled":false},"cache_bypass":"1781217287"};
//# sourceURL=pys-js-extra
</script>
<script type="rocketlazyloadscript" data-minify="1" id="pys-js" data-rocket-src="https://trendshealth.com.br/wp-content/cache/min/1/wp-content/plugins/pixelyoursite/dist/scripts/public.js?ver=1760368936" defer></script>
<link rel="https://api.w.org/" href="https://trendshealth.com.br/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://trendshealth.com.br/wp-json/wp/v2/pages/1265" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://trendshealth.com.br/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 7.0" />
<link rel="canonical" href="https://trendshealth.com.br/citraslim-oficial/" />
<link rel='shortlink' href='https://trendshealth.com.br/?p=1265' />
<meta name="cdp-version" content="1.5.0" /><meta name="generator" content="Elementor 3.31.1; features: additional_custom_breakpoints, e_element_cache; settings: css_print_method-external, google_font-disabled, font_display-swap">
			<style>
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
			</style>
						<meta name="theme-color" content="#FFFFFF">
			<link rel="icon" href="https://trendshealth.com.br/wp-content/uploads/2023/08/cropped-Frame-1-32x32.png" sizes="32x32" />
<link rel="icon" href="https://trendshealth.com.br/wp-content/uploads/2023/08/cropped-Frame-1-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://trendshealth.com.br/wp-content/uploads/2023/08/cropped-Frame-1-180x180.png" />
<meta name="msapplication-TileImage" content="https://trendshealth.com.br/wp-content/uploads/2023/08/cropped-Frame-1-270x270.png" />
<style>.shorten_url { 
	   padding: 10px 10px 10px 10px ; 
	   border: 1px solid #AAAAAA ; 
	   background-color: #EEEEEE ;
}</style><noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript>	<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" /></head>
<body class="wp-singular page-template page-template-elementor_canvas page page-id-1265 wp-custom-logo wp-embed-responsive wp-theme-hello-elementor hello-elementor-default elementor-default elementor-template-canvas elementor-kit-8 elementor-page elementor-page-1265">
			<div data-elementor-type="wp-page" data-elementor-id="1265" class="elementor elementor-1265" data-elementor-post-type="page">
				<div class="elementor-element elementor-element-351d299 e-flex e-con-boxed e-con e-parent" data-id="351d299" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-68898ba elementor-icon-list--layout-inline elementor-align-center elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="68898ba" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-truck"></i>						</span>
										<span class="elementor-icon-list-text">Frete grátis acima de R$ 299,00. Para todo o BRASIL!</span>
									</li>
						</ul>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-0608bd8 e-flex e-con-boxed e-con e-parent" data-id="0608bd8" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-aee7f37 e-flex e-con-boxed e-con e-child" data-id="aee7f37" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-4ccf6c0 elementor-widget elementor-widget-image" data-id="4ccf6c0" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img fetchpriority="high" decoding="async" width="758" height="291" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20758%20291'%3E%3C/svg%3E" class="attachment-full size-full wp-image-1249" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/Trends-Health-logo-copy.webp 758w, https://trendshealth.com.br/wp-content/uploads/2024/08/Trends-Health-logo-copy-300x115.webp 300w" data-lazy-sizes="(max-width: 758px) 100vw, 758px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/08/Trends-Health-logo-copy.webp" /><noscript><img fetchpriority="high" decoding="async" width="758" height="291" src="https://trendshealth.com.br/wp-content/uploads/2024/08/Trends-Health-logo-copy.webp" class="attachment-full size-full wp-image-1249" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/Trends-Health-logo-copy.webp 758w, https://trendshealth.com.br/wp-content/uploads/2024/08/Trends-Health-logo-copy-300x115.webp 300w" sizes="(max-width: 758px) 100vw, 758px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-768d3a6 elementor-nav-menu__align-center elementor-nav-menu--stretch elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="768d3a6" data-element_type="widget" data-settings="{&quot;full_width&quot;:&quot;stretch&quot;,&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-underline e--animation-fade">
				<ul id="menu-1-768d3a6" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-291"><a href="#ofertas" class="elementor-item elementor-item-anchor">TOP OFERTAS</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-293"><a href="#feedback" class="elementor-item elementor-item-anchor">REVIEWS</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-294"><a href="#beneficios" class="elementor-item elementor-item-anchor">BENEFÍCIOS</a></li>
</ul>			</nav>
					<div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false">
			<i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close eicon-close"></i>		</div>
					<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-768d3a6" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-291"><a href="#ofertas" class="elementor-item elementor-item-anchor" tabindex="-1">TOP OFERTAS</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-293"><a href="#feedback" class="elementor-item elementor-item-anchor" tabindex="-1">REVIEWS</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-294"><a href="#beneficios" class="elementor-item elementor-item-anchor" tabindex="-1">BENEFÍCIOS</a></li>
</ul>			</nav>
						</div>
				</div>
				<div class="elementor-element elementor-element-07c038c elementor-hidden-mobile elementor-widget elementor-widget-button" data-id="07c038c" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-grow" href="#oferta">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fas fa-box-open"></i>			</span>
									<span class="elementor-button-text">COMPRAR AGORA</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-406958d e-con-full e-flex e-con e-parent" data-id="406958d" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-b5a00f0 elementor-hidden-mobile elementor-widget elementor-widget-image" data-id="b5a00f0" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="#ofertas">
							<img decoding="async" width="1920" height="700" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%20700'%3E%3C/svg%3E" class="attachment-full size-full wp-image-1595" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/BANNER-PRINCIPAL-Citraslim-copy.webp 1920w, https://trendshealth.com.br/wp-content/uploads/2024/08/BANNER-PRINCIPAL-Citraslim-copy-300x109.webp 300w, https://trendshealth.com.br/wp-content/uploads/2024/08/BANNER-PRINCIPAL-Citraslim-copy-1024x373.webp 1024w, https://trendshealth.com.br/wp-content/uploads/2024/08/BANNER-PRINCIPAL-Citraslim-copy-768x280.webp 768w, https://trendshealth.com.br/wp-content/uploads/2024/08/BANNER-PRINCIPAL-Citraslim-copy-1536x560.webp 1536w" data-lazy-sizes="(max-width: 1920px) 100vw, 1920px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/08/BANNER-PRINCIPAL-Citraslim-copy.webp" /><noscript><img decoding="async" width="1920" height="700" src="https://trendshealth.com.br/wp-content/uploads/2024/08/BANNER-PRINCIPAL-Citraslim-copy.webp" class="attachment-full size-full wp-image-1595" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/BANNER-PRINCIPAL-Citraslim-copy.webp 1920w, https://trendshealth.com.br/wp-content/uploads/2024/08/BANNER-PRINCIPAL-Citraslim-copy-300x109.webp 300w, https://trendshealth.com.br/wp-content/uploads/2024/08/BANNER-PRINCIPAL-Citraslim-copy-1024x373.webp 1024w, https://trendshealth.com.br/wp-content/uploads/2024/08/BANNER-PRINCIPAL-Citraslim-copy-768x280.webp 768w, https://trendshealth.com.br/wp-content/uploads/2024/08/BANNER-PRINCIPAL-Citraslim-copy-1536x560.webp 1536w" sizes="(max-width: 1920px) 100vw, 1920px" /></noscript>								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-b48f2a8 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-laptop elementor-widget elementor-widget-image" data-id="b48f2a8" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="#ofertas">
							<img decoding="async" width="1006" height="1196" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201006%201196'%3E%3C/svg%3E" class="attachment-full size-full wp-image-1596" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/BANNER-PRINCIPAL-Citraslim-Oficial-mobile-copy.webp 1006w, https://trendshealth.com.br/wp-content/uploads/2024/08/BANNER-PRINCIPAL-Citraslim-Oficial-mobile-copy-252x300.webp 252w, https://trendshealth.com.br/wp-content/uploads/2024/08/BANNER-PRINCIPAL-Citraslim-Oficial-mobile-copy-861x1024.webp 861w, https://trendshealth.com.br/wp-content/uploads/2024/08/BANNER-PRINCIPAL-Citraslim-Oficial-mobile-copy-768x913.webp 768w" data-lazy-sizes="(max-width: 1006px) 100vw, 1006px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/08/BANNER-PRINCIPAL-Citraslim-Oficial-mobile-copy.webp" /><noscript><img decoding="async" width="1006" height="1196" src="https://trendshealth.com.br/wp-content/uploads/2024/08/BANNER-PRINCIPAL-Citraslim-Oficial-mobile-copy.webp" class="attachment-full size-full wp-image-1596" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/BANNER-PRINCIPAL-Citraslim-Oficial-mobile-copy.webp 1006w, https://trendshealth.com.br/wp-content/uploads/2024/08/BANNER-PRINCIPAL-Citraslim-Oficial-mobile-copy-252x300.webp 252w, https://trendshealth.com.br/wp-content/uploads/2024/08/BANNER-PRINCIPAL-Citraslim-Oficial-mobile-copy-861x1024.webp 861w, https://trendshealth.com.br/wp-content/uploads/2024/08/BANNER-PRINCIPAL-Citraslim-Oficial-mobile-copy-768x913.webp 768w" sizes="(max-width: 1006px) 100vw, 1006px" /></noscript>								</a>
															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-52004c1 e-flex e-con-boxed e-con e-parent" data-id="52004c1" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-ac1370f elementor-hidden-mobile elementor-widget elementor-widget-image" data-id="ac1370f" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="1140" height="100" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201140%20100'%3E%3C/svg%3E" class="attachment-full size-full wp-image-426" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/06/ESTRELAS-AVALIACAO-copy.webp 1140w, https://trendshealth.com.br/wp-content/uploads/2024/06/ESTRELAS-AVALIACAO-copy-300x26.webp 300w, https://trendshealth.com.br/wp-content/uploads/2024/06/ESTRELAS-AVALIACAO-copy-1024x90.webp 1024w, https://trendshealth.com.br/wp-content/uploads/2024/06/ESTRELAS-AVALIACAO-copy-768x67.webp 768w" data-lazy-sizes="(max-width: 1140px) 100vw, 1140px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/06/ESTRELAS-AVALIACAO-copy.webp" /><noscript><img loading="lazy" decoding="async" width="1140" height="100" src="https://trendshealth.com.br/wp-content/uploads/2024/06/ESTRELAS-AVALIACAO-copy.webp" class="attachment-full size-full wp-image-426" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/06/ESTRELAS-AVALIACAO-copy.webp 1140w, https://trendshealth.com.br/wp-content/uploads/2024/06/ESTRELAS-AVALIACAO-copy-300x26.webp 300w, https://trendshealth.com.br/wp-content/uploads/2024/06/ESTRELAS-AVALIACAO-copy-1024x90.webp 1024w, https://trendshealth.com.br/wp-content/uploads/2024/06/ESTRELAS-AVALIACAO-copy-768x67.webp 768w" sizes="(max-width: 1140px) 100vw, 1140px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-f3916c4 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-laptop elementor-widget elementor-widget-image" data-id="f3916c4" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="688" height="100" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20688%20100'%3E%3C/svg%3E" class="attachment-full size-full wp-image-492" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/06/ESTRELAS-AVALIACAO-webp-mobile.webp 688w, https://trendshealth.com.br/wp-content/uploads/2024/06/ESTRELAS-AVALIACAO-webp-mobile-300x44.webp 300w" data-lazy-sizes="(max-width: 688px) 100vw, 688px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/06/ESTRELAS-AVALIACAO-webp-mobile.webp" /><noscript><img loading="lazy" decoding="async" width="688" height="100" src="https://trendshealth.com.br/wp-content/uploads/2024/06/ESTRELAS-AVALIACAO-webp-mobile.webp" class="attachment-full size-full wp-image-492" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/06/ESTRELAS-AVALIACAO-webp-mobile.webp 688w, https://trendshealth.com.br/wp-content/uploads/2024/06/ESTRELAS-AVALIACAO-webp-mobile-300x44.webp 300w" sizes="(max-width: 688px) 100vw, 688px" /></noscript>															</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-a80cb3d e-flex e-con-boxed e-con e-parent" data-id="a80cb3d" data-element_type="container" id="beneficios">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-c3e8e05 scroll-top elementor-widget__width-initial elementor-widget elementor-widget-heading" data-id="c3e8e05" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Conheça nossos produtos:</h2>				</div>
				</div>
		<div class="elementor-element elementor-element-c22dbd1 e-flex e-con-boxed e-con e-child" data-id="c22dbd1" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-1504760 scroll-top e-flex e-con-boxed e-con e-child" data-id="1504760" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-b7c30e2 e-flex e-con-boxed e-con e-child" data-id="b7c30e2" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-323db1a elementor-widget elementor-widget-text-editor" data-id="323db1a" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Citraslim</p>								</div>
				</div>
				<div class="elementor-element elementor-element-2408aad elementor-widget elementor-widget-text-editor" data-id="2408aad" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Com extrato de laranja moro auxilia na perda de gordura abdominal</p>								</div>
				</div>
				<div class="elementor-element elementor-element-77570ca elementor-hidden-mobile elementor-widget elementor-widget-spacer" data-id="77570ca" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-b045670 elementor-align-justify elementor-widget elementor-widget-button" data-id="b045670" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="#citraslim">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fas fa-info"></i>			</span>
									<span class="elementor-button-text">Saiba mais</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
				</div>
				<div class="elementor-element elementor-element-72d933c elementor-widget elementor-widget-image" data-id="72d933c" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="306" height="553" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20306%20553'%3E%3C/svg%3E" class="attachment-full size-full wp-image-1384" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/1-THERMO-copy.webp 306w, https://trendshealth.com.br/wp-content/uploads/2024/08/1-THERMO-copy-166x300.webp 166w" data-lazy-sizes="(max-width: 306px) 100vw, 306px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/08/1-THERMO-copy.webp" /><noscript><img loading="lazy" decoding="async" width="306" height="553" src="https://trendshealth.com.br/wp-content/uploads/2024/08/1-THERMO-copy.webp" class="attachment-full size-full wp-image-1384" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/1-THERMO-copy.webp 306w, https://trendshealth.com.br/wp-content/uploads/2024/08/1-THERMO-copy-166x300.webp 166w" sizes="(max-width: 306px) 100vw, 306px" /></noscript>															</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-1af7003 scroll-top e-flex e-con-boxed e-con e-child" data-id="1af7003" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-4689cca e-flex e-con-boxed e-con e-child" data-id="4689cca" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-a8ec53e elementor-widget elementor-widget-text-editor" data-id="a8ec53e" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Citraslim Detox</p>								</div>
				</div>
				<div class="elementor-element elementor-element-80fbd2d elementor-widget elementor-widget-text-editor" data-id="80fbd2d" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-weight: 400;">Chá para eliminar retenção de líquidos e fazer efeito detox no corpo todo</span></p>								</div>
				</div>
				<div class="elementor-element elementor-element-d4ad3d9 elementor-hidden-mobile elementor-widget elementor-widget-spacer" data-id="d4ad3d9" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-9b34e36 elementor-align-justify elementor-widget elementor-widget-button" data-id="9b34e36" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="#detox">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fas fa-info"></i>			</span>
									<span class="elementor-button-text">Saiba mais</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
				</div>
				<div class="elementor-element elementor-element-285d326 elementor-widget elementor-widget-image" data-id="285d326" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="274" height="316" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20274%20316'%3E%3C/svg%3E" class="attachment-full size-full wp-image-1422" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-detox.webp 274w, https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-detox-260x300.webp 260w" data-lazy-sizes="(max-width: 274px) 100vw, 274px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-detox.webp" /><noscript><img loading="lazy" decoding="async" width="274" height="316" src="https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-detox.webp" class="attachment-full size-full wp-image-1422" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-detox.webp 274w, https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-detox-260x300.webp 260w" sizes="(max-width: 274px) 100vw, 274px" /></noscript>															</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-438a63a scroll-top e-flex e-con-boxed e-con e-child" data-id="438a63a" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-094999a e-flex e-con-boxed e-con e-child" data-id="094999a" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-d68f313 elementor-widget elementor-widget-text-editor" data-id="d68f313" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Citraslim Thermo</p>								</div>
				</div>
				<div class="elementor-element elementor-element-6be2bb6 elementor-widget elementor-widget-text-editor" data-id="6be2bb6" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-weight: 400;">Acelera o metabolismo e queima gordura de forma 100% natural</span></p>								</div>
				</div>
				<div class="elementor-element elementor-element-81afcc9 elementor-hidden-mobile elementor-widget elementor-widget-spacer" data-id="81afcc9" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-d556eed elementor-align-justify elementor-widget elementor-widget-button" data-id="d556eed" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="#thermo">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fas fa-info"></i>			</span>
									<span class="elementor-button-text">Saiba mais</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
				</div>
				<div class="elementor-element elementor-element-d14224d elementor-widget elementor-widget-image" data-id="d14224d" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="300" height="500" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20500'%3E%3C/svg%3E" class="attachment-full size-full wp-image-1429" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/CITRASLIM-Thermo.webp 300w, https://trendshealth.com.br/wp-content/uploads/2024/08/CITRASLIM-Thermo-180x300.webp 180w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/08/CITRASLIM-Thermo.webp" /><noscript><img loading="lazy" decoding="async" width="300" height="500" src="https://trendshealth.com.br/wp-content/uploads/2024/08/CITRASLIM-Thermo.webp" class="attachment-full size-full wp-image-1429" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/CITRASLIM-Thermo.webp 300w, https://trendshealth.com.br/wp-content/uploads/2024/08/CITRASLIM-Thermo-180x300.webp 180w" sizes="(max-width: 300px) 100vw, 300px" /></noscript>															</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-c956541 scroll-top e-flex e-con-boxed e-con e-child" data-id="c956541" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-0cca2ce e-flex e-con-boxed e-con e-child" data-id="0cca2ce" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-daf2b63 elementor-widget elementor-widget-text-editor" data-id="daf2b63" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Citraslim Calm Chá</p>								</div>
				</div>
				<div class="elementor-element elementor-element-8c876cb elementor-widget elementor-widget-text-editor" data-id="8c876cb" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-weight: 400;">Um poderoso blend de chás para trazer um sono de qualidade</span></p>								</div>
				</div>
				<div class="elementor-element elementor-element-d9b63a3 elementor-hidden-mobile elementor-widget elementor-widget-spacer" data-id="d9b63a3" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-b85249d elementor-align-justify elementor-widget elementor-widget-button" data-id="b85249d" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="#melatonina">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fas fa-info"></i>			</span>
									<span class="elementor-button-text">Saiba mais</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
				</div>
				<div class="elementor-element elementor-element-0f56d87 elementor-widget elementor-widget-image" data-id="0f56d87" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="274" height="316" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20274%20316'%3E%3C/svg%3E" class="attachment-full size-full wp-image-1433" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-calm.webp 274w, https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-calm-260x300.webp 260w" data-lazy-sizes="(max-width: 274px) 100vw, 274px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-calm.webp" /><noscript><img loading="lazy" decoding="async" width="274" height="316" src="https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-calm.webp" class="attachment-full size-full wp-image-1433" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-calm.webp 274w, https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-calm-260x300.webp 260w" sizes="(max-width: 274px) 100vw, 274px" /></noscript>															</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-322bd80 scroll-top e-flex e-con-boxed e-con e-child" data-id="322bd80" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-12f4dbc e-flex e-con-boxed e-con e-child" data-id="12f4dbc" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-a11cdd0 elementor-widget elementor-widget-text-editor" data-id="a11cdd0" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Citraslim Calm Melatonina</p>								</div>
				</div>
				<div class="elementor-element elementor-element-0ae7e62 elementor-widget elementor-widget-text-editor" data-id="0ae7e62" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-weight: 400;">Diga adeus a insônia. A única melatonina do mercado com vitaminas e minerais e triptofano para trazer um sono 100% restaurador.</span></p>								</div>
				</div>
				<div class="elementor-element elementor-element-23b573c elementor-align-justify elementor-widget elementor-widget-button" data-id="23b573c" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="#melatonina">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fas fa-info"></i>			</span>
									<span class="elementor-button-text">Saiba mais</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
				</div>
				<div class="elementor-element elementor-element-0fc1264 elementor-widget elementor-widget-image" data-id="0fc1264" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="300" height="500" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20500'%3E%3C/svg%3E" class="attachment-full size-full wp-image-1437" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-calm-melatonina.webp 300w, https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-calm-melatonina-180x300.webp 180w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-calm-melatonina.webp" /><noscript><img loading="lazy" decoding="async" width="300" height="500" src="https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-calm-melatonina.webp" class="attachment-full size-full wp-image-1437" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-calm-melatonina.webp 300w, https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-calm-melatonina-180x300.webp 180w" sizes="(max-width: 300px) 100vw, 300px" /></noscript>															</div>
				</div>
					</div>
				</div>
					</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-a8121fb e-flex e-con-boxed e-con e-parent" data-id="a8121fb" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-8755342 e-flex e-con-boxed e-con e-child" data-id="8755342" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-85dd8b7 e-flex e-con-boxed e-con e-child" data-id="85dd8b7" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-8916cfe scroll-top elementor-widget elementor-widget-image" data-id="8916cfe" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="840" height="344" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20840%20344'%3E%3C/svg%3E" class="attachment-full size-full wp-image-1631" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/5-PRODUTOS-kit-completo-copy.webp 840w, https://trendshealth.com.br/wp-content/uploads/2024/08/5-PRODUTOS-kit-completo-copy-300x123.webp 300w, https://trendshealth.com.br/wp-content/uploads/2024/08/5-PRODUTOS-kit-completo-copy-768x315.webp 768w" data-lazy-sizes="(max-width: 840px) 100vw, 840px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/08/5-PRODUTOS-kit-completo-copy.webp" /><noscript><img loading="lazy" decoding="async" width="840" height="344" src="https://trendshealth.com.br/wp-content/uploads/2024/08/5-PRODUTOS-kit-completo-copy.webp" class="attachment-full size-full wp-image-1631" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/5-PRODUTOS-kit-completo-copy.webp 840w, https://trendshealth.com.br/wp-content/uploads/2024/08/5-PRODUTOS-kit-completo-copy-300x123.webp 300w, https://trendshealth.com.br/wp-content/uploads/2024/08/5-PRODUTOS-kit-completo-copy-768x315.webp 768w" sizes="(max-width: 840px) 100vw, 840px" /></noscript>															</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-a21c558 e-flex e-con-boxed e-con e-child" data-id="a21c558" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-a543b2a scroll-top elementor-widget__width-initial elementor-widget elementor-widget-heading" data-id="a543b2a" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Diga olá a sua melhor versão!</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-be203d1 elementor-align-left scroll-top elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="be203d1" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-check-circle"></i>						</span>
										<span class="elementor-icon-list-text">Extrato de laranja moro</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-check-circle"></i>						</span>
										<span class="elementor-icon-list-text">Cálcio</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-check-circle"></i>						</span>
										<span class="elementor-icon-list-text">Cromo</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-check-circle"></i>						</span>
										<span class="elementor-icon-list-text">Manganês</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-check-circle"></i>						</span>
										<span class="elementor-icon-list-text">60 comprimidos</span>
									</li>
						</ul>
						</div>
				</div>
					</div>
				</div>
					</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-130a3c1 e-flex e-con-boxed e-con e-parent" data-id="130a3c1" data-element_type="container" id="citraslim" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-cdf5acf scroll-top elementor-widget__width-initial elementor-widget elementor-widget-heading" data-id="cdf5acf" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Citraslim te leva a sua melhor versão!</h2>				</div>
				</div>
		<div class="elementor-element elementor-element-b38e7a0 e-flex e-con-boxed e-con e-child" data-id="b38e7a0" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-2818007 e-con-full e-flex e-con e-child" data-id="2818007" data-element_type="container">
				<div class="elementor-element elementor-element-a9cb8e1 e-transform elementor-widget elementor-widget-image" data-id="a9cb8e1" data-element_type="widget" data-settings="{&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:-10,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_laptop&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="243" height="440" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20243%20440'%3E%3C/svg%3E" class="attachment-full size-full wp-image-1564" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim.png 243w, https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-166x300.png 166w" data-lazy-sizes="(max-width: 243px) 100vw, 243px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim.png" /><noscript><img loading="lazy" decoding="async" width="243" height="440" src="https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim.png" class="attachment-full size-full wp-image-1564" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim.png 243w, https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-166x300.png 166w" sizes="(max-width: 243px) 100vw, 243px" /></noscript>															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-26769d7 e-flex e-con-boxed e-con e-child" data-id="26769d7" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-4695ffc scroll-top elementor-widget__width-initial elementor-widget elementor-widget-heading" data-id="4695ffc" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Quais são os benefícios do citraslim?</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-ab9d9c0 elementor-align-left scroll-top elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="ab9d9c0" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-check-circle"></i>						</span>
										<span class="elementor-icon-list-text">Ajuda a reduzir apetite, principalmente de doces, contribuindo para perda de peso;</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-check-circle"></i>						</span>
										<span class="elementor-icon-list-text">Regula o funcionamento do intestino;</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-check-circle"></i>						</span>
										<span class="elementor-icon-list-text">Aumenta a queima de gordura, principalmente abdominal</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-check-circle"></i>						</span>
										<span class="elementor-icon-list-text">Possui forte efeito de saciedade</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-cec4b7e scroll-top elementor-widget elementor-widget-button" data-id="cec4b7e" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-grow" href="#oferta">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fas fa-box-open"></i>			</span>
									<span class="elementor-button-text">COMPRAR AGORA</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
				</div>
					</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-c33dc5f e-flex e-con-boxed e-con e-parent" data-id="c33dc5f" data-element_type="container" id="detox" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-b7b9672 e-con-full e-flex e-con e-child" data-id="b7b9672" data-element_type="container">
				<div class="elementor-element elementor-element-c1fd876 elementor-widget__width-initial scroll-top elementor-widget elementor-widget-heading" data-id="c1fd876" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-default">E para promover aquele efeito DETOX no corpo…. Citraslim Chá!</h1>				</div>
				</div>
				<div class="elementor-element elementor-element-27e490a scroll-top elementor-widget elementor-widget-text-editor" data-id="27e490a" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-weight: 400;">Só ele contém extratos naturais que regulam todo o trato digestivo além de promover efeito diurético potente e redutor de medidas!</span></p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-06a891c e-con-full e-flex e-con e-child" data-id="06a891c" data-element_type="container">
				<div class="elementor-element elementor-element-17f54c6 e-transform scroll-top elementor-widget elementor-widget-image" data-id="17f54c6" data-element_type="widget" data-settings="{&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_laptop&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="576" height="632" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20576%20632'%3E%3C/svg%3E" class="attachment-full size-full wp-image-1530" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/POTE-detox-copy.webp 576w, https://trendshealth.com.br/wp-content/uploads/2024/08/POTE-detox-copy-273x300.webp 273w" data-lazy-sizes="(max-width: 576px) 100vw, 576px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/08/POTE-detox-copy.webp" /><noscript><img loading="lazy" decoding="async" width="576" height="632" src="https://trendshealth.com.br/wp-content/uploads/2024/08/POTE-detox-copy.webp" class="attachment-full size-full wp-image-1530" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/POTE-detox-copy.webp 576w, https://trendshealth.com.br/wp-content/uploads/2024/08/POTE-detox-copy-273x300.webp 273w" sizes="(max-width: 576px) 100vw, 576px" /></noscript>															</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-c5f3aba e-flex e-con-boxed e-con e-parent" data-id="c5f3aba" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-b705393 elementor-widget__width-initial scroll-top elementor-widget elementor-widget-heading" data-id="b705393" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-default">Conheça os benefícios:</h1>				</div>
				</div>
		<div class="elementor-element elementor-element-116bcac e-flex e-con-boxed e-con e-child" data-id="116bcac" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-33db75c scroll-top e-flex e-con-boxed e-con e-child" data-id="33db75c" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-909dbb0 elementor-widget elementor-widget-image" data-id="909dbb0" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="512" height="512" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3C/svg%3E" class="attachment-full size-full wp-image-1494" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/metabolismo.png 512w, https://trendshealth.com.br/wp-content/uploads/2024/08/metabolismo-300x300.png 300w, https://trendshealth.com.br/wp-content/uploads/2024/08/metabolismo-150x150.png 150w" data-lazy-sizes="(max-width: 512px) 100vw, 512px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/08/metabolismo.png" /><noscript><img loading="lazy" decoding="async" width="512" height="512" src="https://trendshealth.com.br/wp-content/uploads/2024/08/metabolismo.png" class="attachment-full size-full wp-image-1494" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/metabolismo.png 512w, https://trendshealth.com.br/wp-content/uploads/2024/08/metabolismo-300x300.png 300w, https://trendshealth.com.br/wp-content/uploads/2024/08/metabolismo-150x150.png 150w" sizes="(max-width: 512px) 100vw, 512px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-7702485 elementor-widget elementor-widget-text-editor" data-id="7702485" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-weight: 400;">Equilibra o metabolismo</span></p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-d2abdf8 scroll-top e-flex e-con-boxed e-con e-child" data-id="d2abdf8" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-5a677bf elementor-widget elementor-widget-image" data-id="5a677bf" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="512" height="512" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3C/svg%3E" class="attachment-full size-full wp-image-1491" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/apetite.png 512w, https://trendshealth.com.br/wp-content/uploads/2024/08/apetite-300x300.png 300w, https://trendshealth.com.br/wp-content/uploads/2024/08/apetite-150x150.png 150w" data-lazy-sizes="(max-width: 512px) 100vw, 512px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/08/apetite.png" /><noscript><img loading="lazy" decoding="async" width="512" height="512" src="https://trendshealth.com.br/wp-content/uploads/2024/08/apetite.png" class="attachment-full size-full wp-image-1491" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/apetite.png 512w, https://trendshealth.com.br/wp-content/uploads/2024/08/apetite-300x300.png 300w, https://trendshealth.com.br/wp-content/uploads/2024/08/apetite-150x150.png 150w" sizes="(max-width: 512px) 100vw, 512px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-5c9bb5d elementor-widget elementor-widget-text-editor" data-id="5c9bb5d" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-weight: 400;">Diminui o apetite</span></p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-e25580c scroll-top e-flex e-con-boxed e-con e-child" data-id="e25580c" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-6bfbc4d elementor-widget elementor-widget-image" data-id="6bfbc4d" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="512" height="512" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3C/svg%3E" class="attachment-full size-full wp-image-1493" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/diuretico.png 512w, https://trendshealth.com.br/wp-content/uploads/2024/08/diuretico-300x300.png 300w, https://trendshealth.com.br/wp-content/uploads/2024/08/diuretico-150x150.png 150w" data-lazy-sizes="(max-width: 512px) 100vw, 512px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/08/diuretico.png" /><noscript><img loading="lazy" decoding="async" width="512" height="512" src="https://trendshealth.com.br/wp-content/uploads/2024/08/diuretico.png" class="attachment-full size-full wp-image-1493" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/diuretico.png 512w, https://trendshealth.com.br/wp-content/uploads/2024/08/diuretico-300x300.png 300w, https://trendshealth.com.br/wp-content/uploads/2024/08/diuretico-150x150.png 150w" sizes="(max-width: 512px) 100vw, 512px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-a2219a0 elementor-widget elementor-widget-text-editor" data-id="a2219a0" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-weight: 400;">Ajuda na digestão</span></p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-679a277 scroll-top e-flex e-con-boxed e-con e-child" data-id="679a277" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-b531a5a elementor-widget elementor-widget-image" data-id="b531a5a" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="512" height="512" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3C/svg%3E" class="attachment-full size-full wp-image-1492" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/digestao.png 512w, https://trendshealth.com.br/wp-content/uploads/2024/08/digestao-300x300.png 300w, https://trendshealth.com.br/wp-content/uploads/2024/08/digestao-150x150.png 150w" data-lazy-sizes="(max-width: 512px) 100vw, 512px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/08/digestao.png" /><noscript><img loading="lazy" decoding="async" width="512" height="512" src="https://trendshealth.com.br/wp-content/uploads/2024/08/digestao.png" class="attachment-full size-full wp-image-1492" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/digestao.png 512w, https://trendshealth.com.br/wp-content/uploads/2024/08/digestao-300x300.png 300w, https://trendshealth.com.br/wp-content/uploads/2024/08/digestao-150x150.png 150w" sizes="(max-width: 512px) 100vw, 512px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-16de658 elementor-widget elementor-widget-text-editor" data-id="16de658" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-weight: 400;">Efeito diurético potente</span></p>								</div>
				</div>
					</div>
				</div>
					</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-006f198 e-flex e-con-boxed e-con e-parent" data-id="006f198" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-76972df e-con-full e-flex e-con e-child" data-id="76972df" data-element_type="container">
				<div class="elementor-element elementor-element-32ca43d scroll-top elementor-widget elementor-widget-image" data-id="32ca43d" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="515" height="569" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20515%20569'%3E%3C/svg%3E" class="attachment-full size-full wp-image-1534" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/POTES-CHA-DETOX-correto-copy.webp 515w, https://trendshealth.com.br/wp-content/uploads/2024/08/POTES-CHA-DETOX-correto-copy-272x300.webp 272w" data-lazy-sizes="(max-width: 515px) 100vw, 515px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/08/POTES-CHA-DETOX-correto-copy.webp" /><noscript><img loading="lazy" decoding="async" width="515" height="569" src="https://trendshealth.com.br/wp-content/uploads/2024/08/POTES-CHA-DETOX-correto-copy.webp" class="attachment-full size-full wp-image-1534" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/POTES-CHA-DETOX-correto-copy.webp 515w, https://trendshealth.com.br/wp-content/uploads/2024/08/POTES-CHA-DETOX-correto-copy-272x300.webp 272w" sizes="(max-width: 515px) 100vw, 515px" /></noscript>															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-d568b74 e-con-full e-flex e-con e-child" data-id="d568b74" data-element_type="container">
				<div class="elementor-element elementor-element-32e86e6 elementor-widget__width-initial scroll-top elementor-widget elementor-widget-heading" data-id="32e86e6" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-default">O efeito detox no seu corpo com 1 scoop por dia</h1>				</div>
				</div>
				<div class="elementor-element elementor-element-9800345 scroll-top elementor-widget elementor-widget-image" data-id="9800345" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="1080" height="500" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201080%20500'%3E%3C/svg%3E" class="attachment-full size-full wp-image-1504" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/PASSO-A-PASSO-1-Scoop-por-dia-copy.webp 1080w, https://trendshealth.com.br/wp-content/uploads/2024/08/PASSO-A-PASSO-1-Scoop-por-dia-copy-300x139.webp 300w, https://trendshealth.com.br/wp-content/uploads/2024/08/PASSO-A-PASSO-1-Scoop-por-dia-copy-1024x474.webp 1024w, https://trendshealth.com.br/wp-content/uploads/2024/08/PASSO-A-PASSO-1-Scoop-por-dia-copy-768x356.webp 768w" data-lazy-sizes="(max-width: 1080px) 100vw, 1080px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/08/PASSO-A-PASSO-1-Scoop-por-dia-copy.webp" /><noscript><img loading="lazy" decoding="async" width="1080" height="500" src="https://trendshealth.com.br/wp-content/uploads/2024/08/PASSO-A-PASSO-1-Scoop-por-dia-copy.webp" class="attachment-full size-full wp-image-1504" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/PASSO-A-PASSO-1-Scoop-por-dia-copy.webp 1080w, https://trendshealth.com.br/wp-content/uploads/2024/08/PASSO-A-PASSO-1-Scoop-por-dia-copy-300x139.webp 300w, https://trendshealth.com.br/wp-content/uploads/2024/08/PASSO-A-PASSO-1-Scoop-por-dia-copy-1024x474.webp 1024w, https://trendshealth.com.br/wp-content/uploads/2024/08/PASSO-A-PASSO-1-Scoop-por-dia-copy-768x356.webp 768w" sizes="(max-width: 1080px) 100vw, 1080px" /></noscript>															</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-75f1636 e-flex e-con-boxed e-con e-parent" data-id="75f1636" data-element_type="container" id="thermo" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-593ed7a e-con-full e-flex e-con e-child" data-id="593ed7a" data-element_type="container">
				<div class="elementor-element elementor-element-f089b3b elementor-widget__width-initial scroll-top elementor-widget elementor-widget-heading" data-id="f089b3b" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-default">E para acelerar seu metabolismo e aumentar seu rendimento na atividade física… Citraslim Thermo!</h1>				</div>
				</div>
				<div class="elementor-element elementor-element-6c18578 scroll-top elementor-widget elementor-widget-text-editor" data-id="6c18578" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-weight: 400;">Com extrato de café verde e guaraná ele promove:</span></p>								</div>
				</div>
				<div class="elementor-element elementor-element-1f7a994 scroll-top elementor-widget elementor-widget-text-editor" data-id="1f7a994" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="color: #ffb700;"><b>Ação Termogênica: </b></span><span style="font-weight: 400;">O guaraná possui efeito termogênico, o que significa que pode aumentar a temperatura corporal e, consequentemente, a queima de gordura.</span></p><p><span style="color: #ffb700;"><b>Reduz a Absorção de Carboidratos</b></span><span style="font-weight: 400;"><span style="color: #ffb700;">:</span> O café verde pode reduzir a absorção de carboidratos no trato digestivo, o que pode ajudar a diminuir os níveis de açúcar no sangue e a armazenar menos gordura.</span></p><p><span style="color: #ffb700;"><b>Aumenta a Queima de Gordura</b></span><span style="font-weight: 400;"><span style="color: #ffb700;">:</span> Estudos sugerem que o café verde pode aumentar a queima de gordura, especialmente em áreas como a barriga.</span></p><p><span style="color: #ffb700;"><b>Aumenta a Energia e a Disposição</b></span><span style="font-weight: 400;"><span style="color: #ffb700;">:</span> A cafeína presente no guaraná pode fornecer um impulso de energia, melhorando o desempenho em atividades físicas e ajudando na queima de calorias.</span></p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-ed618ee e-con-full e-flex e-con e-child" data-id="ed618ee" data-element_type="container">
				<div class="elementor-element elementor-element-f1e75ff e-transform scroll-top elementor-widget elementor-widget-image" data-id="f1e75ff" data-element_type="widget" data-settings="{&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_laptop&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="435" height="661" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20435%20661'%3E%3C/svg%3E" class="attachment-full size-full wp-image-1354" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/Citra-Thermo-copy.webp 435w, https://trendshealth.com.br/wp-content/uploads/2024/08/Citra-Thermo-copy-197x300.webp 197w" data-lazy-sizes="(max-width: 435px) 100vw, 435px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/08/Citra-Thermo-copy.webp" /><noscript><img loading="lazy" decoding="async" width="435" height="661" src="https://trendshealth.com.br/wp-content/uploads/2024/08/Citra-Thermo-copy.webp" class="attachment-full size-full wp-image-1354" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/Citra-Thermo-copy.webp 435w, https://trendshealth.com.br/wp-content/uploads/2024/08/Citra-Thermo-copy-197x300.webp 197w" sizes="(max-width: 435px) 100vw, 435px" /></noscript>															</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-894c7c3 e-flex e-con-boxed e-con e-parent" data-id="894c7c3" data-element_type="container" id="melatonina">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-c8cd5d4 e-flex e-con-boxed e-con e-child" data-id="c8cd5d4" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-8c03ce2 e-flex e-con-boxed e-con e-child" data-id="8c03ce2" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-2cf8cf2 scroll-top elementor-widget__width-initial elementor-widget elementor-widget-heading" data-id="2cf8cf2" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">E para uma boa noite de sono… Citraslim Calm</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-f218b4c scroll-top elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="f218b4c" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-weight: 400;">Um dos maiores aliados na perda de peso que muitas vezes é esquecido: o Sono de qualidade! </span></p>								</div>
				</div>
					</div>
				</div>
					</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-c414ba8 e-flex e-con-boxed e-con e-parent" data-id="c414ba8" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-32d565f e-flex e-con-boxed e-con e-child" data-id="32d565f" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-5bf34d5 e-flex e-con-boxed e-con e-child" data-id="5bf34d5" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-fe279d2 e-transform scroll-top elementor-widget elementor-widget-image" data-id="fe279d2" data-element_type="widget" data-settings="{&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_laptop&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="467" height="547" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20467%20547'%3E%3C/svg%3E" class="attachment-full size-full wp-image-1536" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/POTES-calm-e-melatonina-correto-copy.webp 467w, https://trendshealth.com.br/wp-content/uploads/2024/08/POTES-calm-e-melatonina-correto-copy-256x300.webp 256w" data-lazy-sizes="(max-width: 467px) 100vw, 467px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/08/POTES-calm-e-melatonina-correto-copy.webp" /><noscript><img loading="lazy" decoding="async" width="467" height="547" src="https://trendshealth.com.br/wp-content/uploads/2024/08/POTES-calm-e-melatonina-correto-copy.webp" class="attachment-full size-full wp-image-1536" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/POTES-calm-e-melatonina-correto-copy.webp 467w, https://trendshealth.com.br/wp-content/uploads/2024/08/POTES-calm-e-melatonina-correto-copy-256x300.webp 256w" sizes="(max-width: 467px) 100vw, 467px" /></noscript>															</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-8f985e2 e-flex e-con-boxed e-con e-child" data-id="8f985e2" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-fe48e39 scroll-top elementor-widget__width-initial elementor-widget elementor-widget-heading" data-id="fe48e39" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">O único do mercado que além de melhorar o sono conta com compostos protetores do sistema nervoso!</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-ae291bb elementor-align-left scroll-top elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="ae291bb" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-check-circle"></i>						</span>
										<span class="elementor-icon-list-text">Melatonina</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-check-circle"></i>						</span>
										<span class="elementor-icon-list-text">Triptofano</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-check-circle"></i>						</span>
										<span class="elementor-icon-list-text">Vitamina B3</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-check-circle"></i>						</span>
										<span class="elementor-icon-list-text">Vitamina B6</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-check-circle"></i>						</span>
										<span class="elementor-icon-list-text">Magnésio</span>
									</li>
						</ul>
						</div>
				</div>
					</div>
				</div>
					</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-a470646 e-flex e-con-boxed e-con e-parent" data-id="a470646" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-e4cb802 e-con-full e-flex e-con e-child" data-id="e4cb802" data-element_type="container">
				<div class="elementor-element elementor-element-ef651b1 e-transform scroll-top elementor-widget elementor-widget-image" data-id="ef651b1" data-element_type="widget" data-settings="{&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_laptop&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="893" height="1000" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20893%201000'%3E%3C/svg%3E" class="attachment-full size-full wp-image-1475" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-calm-copy-com-sombra.webp 893w, https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-calm-copy-com-sombra-268x300.webp 268w, https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-calm-copy-com-sombra-768x860.webp 768w" data-lazy-sizes="(max-width: 893px) 100vw, 893px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-calm-copy-com-sombra.webp" /><noscript><img loading="lazy" decoding="async" width="893" height="1000" src="https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-calm-copy-com-sombra.webp" class="attachment-full size-full wp-image-1475" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-calm-copy-com-sombra.webp 893w, https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-calm-copy-com-sombra-268x300.webp 268w, https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-calm-copy-com-sombra-768x860.webp 768w" sizes="(max-width: 893px) 100vw, 893px" /></noscript>															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-45d3cd2 e-con-full e-flex e-con e-child" data-id="45d3cd2" data-element_type="container">
				<div class="elementor-element elementor-element-f7dce56 elementor-widget__width-initial scroll-top elementor-widget elementor-widget-heading" data-id="f7dce56" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-default">E para noite de sono ficar ainda mais completa…</h1>				</div>
				</div>
				<div class="elementor-element elementor-element-1763bc1 scroll-top elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="1763bc1" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-weight: 400;">Citraslim calm </span><span style="font-weight: 400;">um blend de cha branco e camomila para trazer relaxamento e induzir o sono no final de dias longos.</span></p>								</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-63a5245 e-flex e-con-boxed e-con e-parent" data-id="63a5245" data-element_type="container" id="ofertas">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-11c99f2 scroll-top elementor-widget__width-initial elementor-widget elementor-widget-heading" data-id="11c99f2" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-default">Conheça nossa linha completa</h1>				</div>
				</div>
				<div class="elementor-element elementor-element-2ffedff scroll-top elementor-widget elementor-widget-text-editor" data-id="2ffedff" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-weight: 400;">Ingredientes da mais alta tecnologia e qualidade do mercado</span></p>								</div>
				</div>
		<div class="elementor-element elementor-element-0be8a51 e-flex e-con-boxed e-con e-child" data-id="0be8a51" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-0eb8f76 scroll-top e-con-full e-flex e-con e-child" data-id="0eb8f76" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
				<div class="elementor-element elementor-element-8ae4b03 elementor-widget elementor-widget-image" data-id="8ae4b03" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="243" height="440" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20243%20440'%3E%3C/svg%3E" class="elementor-animation-float attachment-full size-full wp-image-1564" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim.png 243w, https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-166x300.png 166w" data-lazy-sizes="(max-width: 243px) 100vw, 243px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim.png" /><noscript><img loading="lazy" decoding="async" width="243" height="440" src="https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim.png" class="elementor-animation-float attachment-full size-full wp-image-1564" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim.png 243w, https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-166x300.png 166w" sizes="(max-width: 243px) 100vw, 243px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-688e834 elementor-widget elementor-widget-text-editor" data-id="688e834" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-weight: 400;"> 1 pote </span>citraslim </p>								</div>
				</div>
				<div class="elementor-element elementor-element-6dc2038 elementor-widget elementor-widget-text-editor" data-id="6dc2038" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>De R$ 299,90 por</p>								</div>
				</div>
				<div class="elementor-element elementor-element-97795b2 elementor-widget elementor-widget-heading" data-id="97795b2" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<p class="elementor-heading-title elementor-size-default"><span style="font-size:28px">12x</span> 16,23</p>				</div>
				</div>
				<div class="elementor-element elementor-element-532f5d5 elementor-widget elementor-widget-text-editor" data-id="532f5d5" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>ou à vista por R$ 147,00</p>								</div>
				</div>
				<div class="elementor-element elementor-element-cf237c1 elementor-align-justify elementor-widget elementor-widget-button" data-id="cf237c1" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-grow" href="https://checkout.b4you.com.br/MnJndkyRPr/3Steps">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fas fa-box-open"></i>			</span>
									<span class="elementor-button-text">COMPRAR AGORA</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-6655e8e scroll-top e-con-full e-flex e-con e-child" data-id="6655e8e" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
				<div class="elementor-element elementor-element-2ae3c36 elementor-widget elementor-widget-image" data-id="2ae3c36" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="381" height="441" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20381%20441'%3E%3C/svg%3E" class="elementor-animation-float attachment-full size-full wp-image-1566" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/cha-detox.png 381w, https://trendshealth.com.br/wp-content/uploads/2024/08/cha-detox-259x300.png 259w" data-lazy-sizes="(max-width: 381px) 100vw, 381px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/08/cha-detox.png" /><noscript><img loading="lazy" decoding="async" width="381" height="441" src="https://trendshealth.com.br/wp-content/uploads/2024/08/cha-detox.png" class="elementor-animation-float attachment-full size-full wp-image-1566" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/cha-detox.png 381w, https://trendshealth.com.br/wp-content/uploads/2024/08/cha-detox-259x300.png 259w" sizes="(max-width: 381px) 100vw, 381px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-f82bcf6 elementor-widget elementor-widget-text-editor" data-id="f82bcf6" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-weight: 400;">Citraslim Chá Detox </span></p>								</div>
				</div>
				<div class="elementor-element elementor-element-e6ed8c6 elementor-widget elementor-widget-text-editor" data-id="e6ed8c6" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>De R$ 329,00 por</p>								</div>
				</div>
				<div class="elementor-element elementor-element-482940a elementor-widget elementor-widget-heading" data-id="482940a" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<p class="elementor-heading-title elementor-size-default"><span style="font-size:28px">12x</span> 15,40</p>				</div>
				</div>
				<div class="elementor-element elementor-element-2332bb1 elementor-widget elementor-widget-text-editor" data-id="2332bb1" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>ou à vista por R$ 139,00</p>								</div>
				</div>
				<div class="elementor-element elementor-element-8c12b9c elementor-align-justify elementor-widget elementor-widget-button" data-id="8c12b9c" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-grow" href="https://checkout.b4you.com.br/jjqPWuWJal/3Steps">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fas fa-box-open"></i>			</span>
									<span class="elementor-button-text">COMPRAR AGORA</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-92904f2 scroll-top e-con-full e-flex e-con e-child" data-id="92904f2" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
				<div class="elementor-element elementor-element-45059c3 elementor-widget elementor-widget-image" data-id="45059c3" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="254" height="461" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20254%20461'%3E%3C/svg%3E" class="elementor-animation-float attachment-full size-full wp-image-1565" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/CITRASLIM-Thermo.png 254w, https://trendshealth.com.br/wp-content/uploads/2024/08/CITRASLIM-Thermo-165x300.png 165w" data-lazy-sizes="(max-width: 254px) 100vw, 254px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/08/CITRASLIM-Thermo.png" /><noscript><img loading="lazy" decoding="async" width="254" height="461" src="https://trendshealth.com.br/wp-content/uploads/2024/08/CITRASLIM-Thermo.png" class="elementor-animation-float attachment-full size-full wp-image-1565" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/CITRASLIM-Thermo.png 254w, https://trendshealth.com.br/wp-content/uploads/2024/08/CITRASLIM-Thermo-165x300.png 165w" sizes="(max-width: 254px) 100vw, 254px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-f2de8e4 elementor-widget elementor-widget-text-editor" data-id="f2de8e4" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-weight: 400;">Citraslim Thermo </span></p>								</div>
				</div>
				<div class="elementor-element elementor-element-06acfd6 elementor-widget elementor-widget-text-editor" data-id="06acfd6" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>De R$ 279,90 por</p>								</div>
				</div>
				<div class="elementor-element elementor-element-f347931 elementor-widget elementor-widget-heading" data-id="f347931" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<p class="elementor-heading-title elementor-size-default"><span style="font-size:28px">12x</span> 14,37</p>				</div>
				</div>
				<div class="elementor-element elementor-element-fd894ad elementor-widget elementor-widget-text-editor" data-id="fd894ad" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>ou à vista por R$ 129,00</p>								</div>
				</div>
				<div class="elementor-element elementor-element-3f89a66 elementor-align-justify elementor-widget elementor-widget-button" data-id="3f89a66" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-grow" href="https://checkout.b4you.com.br/t2e44TCkcq/3Steps">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fas fa-box-open"></i>			</span>
									<span class="elementor-button-text">COMPRAR AGORA</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-85177c9 e-flex e-con-boxed e-con e-child" data-id="85177c9" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-8565be7 scroll-top e-con-full e-flex e-con e-child" data-id="8565be7" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
				<div class="elementor-element elementor-element-16b9162 elementor-widget elementor-widget-image" data-id="16b9162" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="240" height="466" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20240%20466'%3E%3C/svg%3E" class="elementor-animation-float attachment-full size-full wp-image-1567" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-calm-melatonina.png 240w, https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-calm-melatonina-155x300.png 155w" data-lazy-sizes="(max-width: 240px) 100vw, 240px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-calm-melatonina.png" /><noscript><img loading="lazy" decoding="async" width="240" height="466" src="https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-calm-melatonina.png" class="elementor-animation-float attachment-full size-full wp-image-1567" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-calm-melatonina.png 240w, https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-calm-melatonina-155x300.png 155w" sizes="(max-width: 240px) 100vw, 240px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-b640e64 elementor-widget elementor-widget-text-editor" data-id="b640e64" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-weight: 400;">Citraslim Calm Melatonina </span></p>								</div>
				</div>
				<div class="elementor-element elementor-element-08ae2b5 elementor-widget elementor-widget-text-editor" data-id="08ae2b5" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>De R$ 229,90 por</p>								</div>
				</div>
				<div class="elementor-element elementor-element-a841802 elementor-widget elementor-widget-heading" data-id="a841802" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<p class="elementor-heading-title elementor-size-default"><span style="font-size:28px">12x</span> 14,37</p>				</div>
				</div>
				<div class="elementor-element elementor-element-a174da0 elementor-widget elementor-widget-text-editor" data-id="a174da0" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>ou à vista por R$ 129,00</p>								</div>
				</div>
				<div class="elementor-element elementor-element-c448519 elementor-align-justify elementor-widget elementor-widget-button" data-id="c448519" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-grow" href="https://checkout.b4you.com.br/xtF4BcGWr3/3Steps">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fas fa-box-open"></i>			</span>
									<span class="elementor-button-text">COMPRAR AGORA</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-252d508 scroll-top e-con-full e-flex e-con e-child" data-id="252d508" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
				<div class="elementor-element elementor-element-44dbd54 elementor-widget elementor-widget-image" data-id="44dbd54" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="373" height="431" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20373%20431'%3E%3C/svg%3E" class="elementor-animation-float attachment-full size-full wp-image-1568" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-calm.png 373w, https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-calm-260x300.png 260w" data-lazy-sizes="(max-width: 373px) 100vw, 373px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-calm.png" /><noscript><img loading="lazy" decoding="async" width="373" height="431" src="https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-calm.png" class="elementor-animation-float attachment-full size-full wp-image-1568" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-calm.png 373w, https://trendshealth.com.br/wp-content/uploads/2024/08/citraslim-calm-260x300.png 260w" sizes="(max-width: 373px) 100vw, 373px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-2dfcca9 elementor-widget elementor-widget-text-editor" data-id="2dfcca9" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-weight: 400;">Citraslim Calm Chá </span></p>								</div>
				</div>
				<div class="elementor-element elementor-element-bcbb7ba elementor-widget elementor-widget-text-editor" data-id="bcbb7ba" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>De R$ 229,00 por</p>								</div>
				</div>
				<div class="elementor-element elementor-element-a70e566 elementor-widget elementor-widget-heading" data-id="a70e566" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<p class="elementor-heading-title elementor-size-default"><span style="font-size:28px">12x</span> 15,40</p>				</div>
				</div>
				<div class="elementor-element elementor-element-61e558f elementor-widget elementor-widget-text-editor" data-id="61e558f" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>ou à vista por R$ 139,00</p>								</div>
				</div>
				<div class="elementor-element elementor-element-8545ec8 elementor-align-justify elementor-widget elementor-widget-button" data-id="8545ec8" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-grow" href="https://checkout.b4you.com.br/3NDUxVyhx-/3Steps">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fas fa-box-open"></i>			</span>
									<span class="elementor-button-text">COMPRAR AGORA</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
					</div>
				</div>
				<div class="elementor-element elementor-element-2723930 scroll-top elementor-widget__width-initial elementor-widget elementor-widget-heading" data-id="2723930" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-default">Nossos Combos</h1>				</div>
				</div>
		<div class="elementor-element elementor-element-bdedf02 e-flex e-con-boxed e-con e-child" data-id="bdedf02" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-381db5f scroll-top e-con-full e-flex e-con e-child" data-id="381db5f" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
				<div class="elementor-element elementor-element-8b94621 elementor-widget elementor-widget-image" data-id="8b94621" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="388" height="312" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20388%20312'%3E%3C/svg%3E" class="elementor-animation-float attachment-full size-full wp-image-1569" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/1-Citra-1-Detox.png 388w, https://trendshealth.com.br/wp-content/uploads/2024/08/1-Citra-1-Detox-300x241.png 300w" data-lazy-sizes="(max-width: 388px) 100vw, 388px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/08/1-Citra-1-Detox.png" /><noscript><img loading="lazy" decoding="async" width="388" height="312" src="https://trendshealth.com.br/wp-content/uploads/2024/08/1-Citra-1-Detox.png" class="elementor-animation-float attachment-full size-full wp-image-1569" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/1-Citra-1-Detox.png 388w, https://trendshealth.com.br/wp-content/uploads/2024/08/1-Citra-1-Detox-300x241.png 300w" sizes="(max-width: 388px) 100vw, 388px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-ac4ba23 elementor-widget elementor-widget-text-editor" data-id="ac4ba23" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-weight: 400;">1 Citraslim + Citraslim Chá Detox </span></p>								</div>
				</div>
				<div class="elementor-element elementor-element-91c7b01 elementor-widget elementor-widget-text-editor" data-id="91c7b01" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>De R$ 289,90 por</p>								</div>
				</div>
				<div class="elementor-element elementor-element-44fb58b elementor-widget elementor-widget-heading" data-id="44fb58b" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<p class="elementor-heading-title elementor-size-default"><span style="font-size:28px">12x</span> 26,78</p>				</div>
				</div>
				<div class="elementor-element elementor-element-6d444d7 elementor-widget elementor-widget-text-editor" data-id="6d444d7" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>ou à vista por R$ 249,00</p>								</div>
				</div>
				<div class="elementor-element elementor-element-6cd9e08 elementor-align-justify elementor-widget elementor-widget-button" data-id="6cd9e08" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-grow" href="https://checkout.b4you.com.br/n4yFZUtY_o/3Steps">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fas fa-box-open"></i>			</span>
									<span class="elementor-button-text">COMPRAR AGORA</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-0c6af41 scroll-top e-con-full e-flex e-con e-child" data-id="0c6af41" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
				<div class="elementor-element elementor-element-6bae701 elementor-widget elementor-widget-image" data-id="6bae701" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="385" height="322" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20385%20322'%3E%3C/svg%3E" class="elementor-animation-float attachment-full size-full wp-image-1570" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/1-melatonina-1-calm.png 385w, https://trendshealth.com.br/wp-content/uploads/2024/08/1-melatonina-1-calm-300x251.png 300w" data-lazy-sizes="(max-width: 385px) 100vw, 385px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/08/1-melatonina-1-calm.png" /><noscript><img loading="lazy" decoding="async" width="385" height="322" src="https://trendshealth.com.br/wp-content/uploads/2024/08/1-melatonina-1-calm.png" class="elementor-animation-float attachment-full size-full wp-image-1570" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/1-melatonina-1-calm.png 385w, https://trendshealth.com.br/wp-content/uploads/2024/08/1-melatonina-1-calm-300x251.png 300w" sizes="(max-width: 385px) 100vw, 385px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-c44b094 elementor-widget elementor-widget-text-editor" data-id="c44b094" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-weight: 400;">Citraslim Calm Melatonina + Citraslim Calm </span></p>								</div>
				</div>
				<div class="elementor-element elementor-element-113a017 elementor-widget elementor-widget-text-editor" data-id="113a017" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>De R$ 268,00 por</p>								</div>
				</div>
				<div class="elementor-element elementor-element-e4eb526 elementor-widget elementor-widget-heading" data-id="e4eb526" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<p class="elementor-heading-title elementor-size-default"><span style="font-size:28px">12x</span> 24,71</p>				</div>
				</div>
				<div class="elementor-element elementor-element-55cbaf4 elementor-widget elementor-widget-text-editor" data-id="55cbaf4" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>ou à vista por R$ 229,00</p>								</div>
				</div>
				<div class="elementor-element elementor-element-67240fa elementor-align-justify elementor-widget elementor-widget-button" data-id="67240fa" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-grow" href="https://checkout.b4you.com.br/dX7RinXHUF/3Steps">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fas fa-box-open"></i>			</span>
									<span class="elementor-button-text">COMPRAR AGORA</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-4e6dca0 scroll-top e-con-full e-flex e-con e-child" data-id="4e6dca0" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
				<div class="elementor-element elementor-element-1ae4dae elementor-widget elementor-widget-image" data-id="1ae4dae" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="500" height="500" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20500%20500'%3E%3C/svg%3E" class="elementor-animation-float attachment-full size-full wp-image-2321" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2025/03/KIT-citra-thermo-powernh.webp 500w, https://trendshealth.com.br/wp-content/uploads/2025/03/KIT-citra-thermo-powernh-300x300.webp 300w, https://trendshealth.com.br/wp-content/uploads/2025/03/KIT-citra-thermo-powernh-150x150.webp 150w" data-lazy-sizes="(max-width: 500px) 100vw, 500px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2025/03/KIT-citra-thermo-powernh.webp" /><noscript><img loading="lazy" decoding="async" width="500" height="500" src="https://trendshealth.com.br/wp-content/uploads/2025/03/KIT-citra-thermo-powernh.webp" class="elementor-animation-float attachment-full size-full wp-image-2321" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2025/03/KIT-citra-thermo-powernh.webp 500w, https://trendshealth.com.br/wp-content/uploads/2025/03/KIT-citra-thermo-powernh-300x300.webp 300w, https://trendshealth.com.br/wp-content/uploads/2025/03/KIT-citra-thermo-powernh-150x150.webp 150w" sizes="(max-width: 500px) 100vw, 500px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-7edc2e7 elementor-widget elementor-widget-text-editor" data-id="7edc2e7" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Citraslim + Citraslim Thermo + Power NH </p>								</div>
				</div>
				<div class="elementor-element elementor-element-022dd2c elementor-widget elementor-widget-text-editor" data-id="022dd2c" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>De R$ 473,00 por</p>								</div>
				</div>
				<div class="elementor-element elementor-element-8d34cde elementor-widget elementor-widget-heading" data-id="8d34cde" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<p class="elementor-heading-title elementor-size-default"><span style="font-size:28px">12x</span> 35,05</p>				</div>
				</div>
				<div class="elementor-element elementor-element-a2ac7a5 elementor-widget elementor-widget-text-editor" data-id="a2ac7a5" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>ou à vista por R$ 329,00</p>								</div>
				</div>
				<div class="elementor-element elementor-element-dcb1d5e elementor-align-justify elementor-widget elementor-widget-button" data-id="dcb1d5e" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-grow" href="https://checkout.b4you.com.br/V8Y_dcXVoK/3Steps">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fas fa-box-open"></i>			</span>
									<span class="elementor-button-text">COMPRAR AGORA</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-a7ac402 scroll-top e-con-full e-flex e-con e-child" data-id="a7ac402" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
				<div class="elementor-element elementor-element-518464a elementor-widget elementor-widget-image" data-id="518464a" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="465" height="318" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20465%20318'%3E%3C/svg%3E" class="elementor-animation-float attachment-full size-full wp-image-1571" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/1-citra-1-thermo-thermo-brinde.png 465w, https://trendshealth.com.br/wp-content/uploads/2024/08/1-citra-1-thermo-thermo-brinde-300x205.png 300w" data-lazy-sizes="(max-width: 465px) 100vw, 465px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/08/1-citra-1-thermo-thermo-brinde.png" /><noscript><img loading="lazy" decoding="async" width="465" height="318" src="https://trendshealth.com.br/wp-content/uploads/2024/08/1-citra-1-thermo-thermo-brinde.png" class="elementor-animation-float attachment-full size-full wp-image-1571" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/1-citra-1-thermo-thermo-brinde.png 465w, https://trendshealth.com.br/wp-content/uploads/2024/08/1-citra-1-thermo-thermo-brinde-300x205.png 300w" sizes="(max-width: 465px) 100vw, 465px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-e9a0f03 elementor-widget elementor-widget-text-editor" data-id="e9a0f03" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-weight: 400;">1 Citraslim + 1 Citraslim Thermo = 1 Citraslim Thermo de brinde! </span></p>								</div>
				</div>
				<div class="elementor-element elementor-element-9d79984 elementor-widget elementor-widget-text-editor" data-id="9d79984" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>De R$ 409,00 por</p>								</div>
				</div>
				<div class="elementor-element elementor-element-8392d1e elementor-widget elementor-widget-heading" data-id="8392d1e" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<p class="elementor-heading-title elementor-size-default"><span style="font-size:28px">12x</span> 31,95</p>				</div>
				</div>
				<div class="elementor-element elementor-element-c3b373b elementor-widget elementor-widget-text-editor" data-id="c3b373b" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>ou à vista por R$ 299,00</p>								</div>
				</div>
				<div class="elementor-element elementor-element-8d56479 elementor-align-justify elementor-widget elementor-widget-button" data-id="8d56479" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-grow" href="https://checkout.b4you.com.br/LWSnVowUNR/3Steps">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fas fa-box-open"></i>			</span>
									<span class="elementor-button-text">COMPRAR AGORA</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-c6bf9ba e-flex e-con-boxed e-con e-child" data-id="c6bf9ba" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-0e94347 scroll-top e-con-full e-flex e-con e-child" data-id="0e94347" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
				<div class="elementor-element elementor-element-ba72eda elementor-widget elementor-widget-image" data-id="ba72eda" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="534" height="262" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20534%20262'%3E%3C/svg%3E" class="elementor-animation-float attachment-full size-full wp-image-1572" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/1-citra-1-thermo-cha-detox-1-melatonina.png 534w, https://trendshealth.com.br/wp-content/uploads/2024/08/1-citra-1-thermo-cha-detox-1-melatonina-300x147.png 300w" data-lazy-sizes="(max-width: 534px) 100vw, 534px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/08/1-citra-1-thermo-cha-detox-1-melatonina.png" /><noscript><img loading="lazy" decoding="async" width="534" height="262" src="https://trendshealth.com.br/wp-content/uploads/2024/08/1-citra-1-thermo-cha-detox-1-melatonina.png" class="elementor-animation-float attachment-full size-full wp-image-1572" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/1-citra-1-thermo-cha-detox-1-melatonina.png 534w, https://trendshealth.com.br/wp-content/uploads/2024/08/1-citra-1-thermo-cha-detox-1-melatonina-300x147.png 300w" sizes="(max-width: 534px) 100vw, 534px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-533e51c elementor-widget elementor-widget-text-editor" data-id="533e51c" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-weight: 400;">1 Citraslim + 1 Thermo + Chá Detox = 1 Citraslim Calm Melatonina de Brinde! </span></p>								</div>
				</div>
				<div class="elementor-element elementor-element-b9e884a elementor-widget elementor-widget-text-editor" data-id="b9e884a" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>De R$ 548,90 por</p>								</div>
				</div>
				<div class="elementor-element elementor-element-d42e247 elementor-widget elementor-widget-heading" data-id="d42e247" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<p class="elementor-heading-title elementor-size-default"><span style="font-size:28px">12x</span> 42,29</p>				</div>
				</div>
				<div class="elementor-element elementor-element-66bc181 elementor-widget elementor-widget-text-editor" data-id="66bc181" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>ou à vista por R$ 399,00</p>								</div>
				</div>
				<div class="elementor-element elementor-element-f817229 elementor-align-justify elementor-widget elementor-widget-button" data-id="f817229" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-grow" href="https://checkout.b4you.com.br/XRelAzxtbT/3Steps">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fas fa-box-open"></i>			</span>
									<span class="elementor-button-text">COMPRAR AGORA</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-0efd8a6 scroll-top e-con-full e-flex e-con e-child" data-id="0efd8a6" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
				<div class="elementor-element elementor-element-4dd3550 elementor-widget elementor-widget-image" data-id="4dd3550" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="532" height="247" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20532%20247'%3E%3C/svg%3E" class="elementor-animation-float attachment-full size-full wp-image-1577" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/2-citra-2-thermo-cha-detox.png 532w, https://trendshealth.com.br/wp-content/uploads/2024/08/2-citra-2-thermo-cha-detox-300x139.png 300w" data-lazy-sizes="(max-width: 532px) 100vw, 532px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/08/2-citra-2-thermo-cha-detox.png" /><noscript><img loading="lazy" decoding="async" width="532" height="247" src="https://trendshealth.com.br/wp-content/uploads/2024/08/2-citra-2-thermo-cha-detox.png" class="elementor-animation-float attachment-full size-full wp-image-1577" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/2-citra-2-thermo-cha-detox.png 532w, https://trendshealth.com.br/wp-content/uploads/2024/08/2-citra-2-thermo-cha-detox-300x139.png 300w" sizes="(max-width: 532px) 100vw, 532px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-2a2a88d elementor-widget elementor-widget-text-editor" data-id="2a2a88d" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-weight: 400;">2 Citraslim + 2 Citraslim Thermo = Chá Detox brinde </span></p>								</div>
				</div>
				<div class="elementor-element elementor-element-7b61223 elementor-widget elementor-widget-text-editor" data-id="7b61223" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>De R$ 599,90 por</p>								</div>
				</div>
				<div class="elementor-element elementor-element-4e4b483 elementor-widget elementor-widget-heading" data-id="4e4b483" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<p class="elementor-heading-title elementor-size-default"><span style="font-size:28px">12x</span> 47,46</p>				</div>
				</div>
				<div class="elementor-element elementor-element-f9777f9 elementor-widget elementor-widget-text-editor" data-id="f9777f9" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>ou à vista por R$ 449,00</p>								</div>
				</div>
				<div class="elementor-element elementor-element-2c55873 elementor-align-justify elementor-widget elementor-widget-button" data-id="2c55873" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-grow" href="https://checkout.b4you.com.br/VfWbxZRmUG/3Steps">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fas fa-box-open"></i>			</span>
									<span class="elementor-button-text">COMPRAR AGORA</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-2e728bf scroll-top e-con-full e-flex e-con e-child" data-id="2e728bf" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
				<div class="elementor-element elementor-element-2507984 elementor-widget elementor-widget-image" data-id="2507984" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="532" height="247" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20532%20247'%3E%3C/svg%3E" class="elementor-animation-float attachment-full size-full wp-image-1578" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/1-citra-1-thermo-cha-detox-melatonina-cha-calm.png 532w, https://trendshealth.com.br/wp-content/uploads/2024/08/1-citra-1-thermo-cha-detox-melatonina-cha-calm-300x139.png 300w" data-lazy-sizes="(max-width: 532px) 100vw, 532px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/08/1-citra-1-thermo-cha-detox-melatonina-cha-calm.png" /><noscript><img loading="lazy" decoding="async" width="532" height="247" src="https://trendshealth.com.br/wp-content/uploads/2024/08/1-citra-1-thermo-cha-detox-melatonina-cha-calm.png" class="elementor-animation-float attachment-full size-full wp-image-1578" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/1-citra-1-thermo-cha-detox-melatonina-cha-calm.png 532w, https://trendshealth.com.br/wp-content/uploads/2024/08/1-citra-1-thermo-cha-detox-melatonina-cha-calm-300x139.png 300w" sizes="(max-width: 532px) 100vw, 532px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-c5252b9 elementor-widget elementor-widget-text-editor" data-id="c5252b9" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-weight: 400;">1 Citraslim + 1 Citraslim Thermo + Chá Detox + Melatonina = Chá Calm de brinde! </span></p>								</div>
				</div>
				<div class="elementor-element elementor-element-f961f23 elementor-widget elementor-widget-text-editor" data-id="f961f23" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>De R$ 695,00 por</p>								</div>
				</div>
				<div class="elementor-element elementor-element-ae37d92 elementor-widget elementor-widget-heading" data-id="ae37d92" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<p class="elementor-heading-title elementor-size-default"><span style="font-size:28px">12x</span> 57,80</p>				</div>
				</div>
				<div class="elementor-element elementor-element-f888f15 elementor-widget elementor-widget-text-editor" data-id="f888f15" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>ou à vista por R$ 549,00</p>								</div>
				</div>
				<div class="elementor-element elementor-element-3ee0f4d elementor-align-justify elementor-widget elementor-widget-button" data-id="3ee0f4d" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-grow" href="https://checkout.b4you.com.br/C_WIcMkV9u/3Steps">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fas fa-box-open"></i>			</span>
									<span class="elementor-button-text">COMPRAR AGORA</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-4181930 scroll-top e-con-full e-flex e-con e-child" data-id="4181930" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
				<div class="elementor-element elementor-element-bcc9378 elementor-widget elementor-widget-image" data-id="bcc9378" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="667" height="279" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20667%20279'%3E%3C/svg%3E" class="elementor-animation-float attachment-full size-full wp-image-1579" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/3-citra-2-thermo-detox-Melatonina-calm.png 667w, https://trendshealth.com.br/wp-content/uploads/2024/08/3-citra-2-thermo-detox-Melatonina-calm-300x125.png 300w" data-lazy-sizes="(max-width: 667px) 100vw, 667px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/08/3-citra-2-thermo-detox-Melatonina-calm.png" /><noscript><img loading="lazy" decoding="async" width="667" height="279" src="https://trendshealth.com.br/wp-content/uploads/2024/08/3-citra-2-thermo-detox-Melatonina-calm.png" class="elementor-animation-float attachment-full size-full wp-image-1579" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/08/3-citra-2-thermo-detox-Melatonina-calm.png 667w, https://trendshealth.com.br/wp-content/uploads/2024/08/3-citra-2-thermo-detox-Melatonina-calm-300x125.png 300w" sizes="(max-width: 667px) 100vw, 667px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-de89e64 elementor-widget elementor-widget-text-editor" data-id="de89e64" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-weight: 400;">3 Citraslim + 2 Citraslim Thermo + Chá Detox = Ganhe Melatonina  + Chá Calm de brinde </span></p>								</div>
				</div>
				<div class="elementor-element elementor-element-53f97a6 elementor-widget elementor-widget-text-editor" data-id="53f97a6" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>De R$ 844,00 por</p>								</div>
				</div>
				<div class="elementor-element elementor-element-1b2af12 elementor-widget elementor-widget-heading" data-id="1b2af12" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<p class="elementor-heading-title elementor-size-default"><span style="font-size:28px">12x</span> 83,66</p>				</div>
				</div>
				<div class="elementor-element elementor-element-596ec82 elementor-widget elementor-widget-text-editor" data-id="596ec82" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>ou à vista por R$ 799,00</p>								</div>
				</div>
				<div class="elementor-element elementor-element-fd22837 elementor-align-justify elementor-widget elementor-widget-button" data-id="fd22837" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-grow" href="https://checkout.b4you.com.br/1CeCbmzirm/3Steps">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fas fa-box-open"></i>			</span>
									<span class="elementor-button-text">COMPRAR AGORA</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
					</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-b64521b elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-parent" data-id="b64521b" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-33e37b1 elementor-widget__width-initial scroll-top elementor-widget elementor-widget-heading" data-id="33e37b1" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-default">Avaliações de quem já usou a linha Beauty Up:</h1>				</div>
				</div>
				<div class="elementor-element elementor-element-99c43f6 elementor-widget__width-initial scroll-top elementor-widget elementor-widget-text-editor" data-id="99c43f6" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Confira a opinião de clientes que já experimentaram os benefícios do Beauty Up</p>								</div>
				</div>
				<div class="elementor-element elementor-element-0b865bc scroll-top elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-laptop elementor-widget elementor-widget-image" data-id="0b865bc" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="368" height="1536" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20368%201536'%3E%3C/svg%3E" class="attachment-1536x1536 size-1536x1536 wp-image-840" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/depoimentos-mobile-EM-ALTA-368x1536.jpg 368w, https://trendshealth.com.br/wp-content/uploads/2024/07/depoimentos-mobile-EM-ALTA-72x300.jpg 72w, https://trendshealth.com.br/wp-content/uploads/2024/07/depoimentos-mobile-EM-ALTA-245x1024.jpg 245w, https://trendshealth.com.br/wp-content/uploads/2024/07/depoimentos-mobile-EM-ALTA-768x3205.jpg 768w, https://trendshealth.com.br/wp-content/uploads/2024/07/depoimentos-mobile-EM-ALTA-491x2048.jpg 491w, https://trendshealth.com.br/wp-content/uploads/2024/07/depoimentos-mobile-EM-ALTA-scaled.jpg 613w" data-lazy-sizes="(max-width: 368px) 100vw, 368px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/07/depoimentos-mobile-EM-ALTA-368x1536.jpg" /><noscript><img loading="lazy" decoding="async" width="368" height="1536" src="https://trendshealth.com.br/wp-content/uploads/2024/07/depoimentos-mobile-EM-ALTA-368x1536.jpg" class="attachment-1536x1536 size-1536x1536 wp-image-840" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/depoimentos-mobile-EM-ALTA-368x1536.jpg 368w, https://trendshealth.com.br/wp-content/uploads/2024/07/depoimentos-mobile-EM-ALTA-72x300.jpg 72w, https://trendshealth.com.br/wp-content/uploads/2024/07/depoimentos-mobile-EM-ALTA-245x1024.jpg 245w, https://trendshealth.com.br/wp-content/uploads/2024/07/depoimentos-mobile-EM-ALTA-768x3205.jpg 768w, https://trendshealth.com.br/wp-content/uploads/2024/07/depoimentos-mobile-EM-ALTA-491x2048.jpg 491w, https://trendshealth.com.br/wp-content/uploads/2024/07/depoimentos-mobile-EM-ALTA-scaled.jpg 613w" sizes="(max-width: 368px) 100vw, 368px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-c9462b8 gallery-spacing-custom elementor-widget__width-initial elementor-hidden-mobile elementor-widget elementor-widget-image-gallery" data-id="c9462b8" data-element_type="widget" id="feedback" data-widget_type="image-gallery.default">
				<div class="elementor-widget-container">
							<div class="elementor-image-gallery">
			<div id='gallery-1' class='gallery galleryid-1265 gallery-columns-5 gallery-size-full'><figure class='gallery-item'>
			<div class='gallery-icon portrait'>
				<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="c9462b8" data-elementor-lightbox-title="2 copy" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Njk1LCJ1cmwiOiJodHRwczpcL1wvdHJlbmRzaGVhbHRoLmNvbS5iclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDdcLzItY29weS53ZWJwIiwic2xpZGVzaG93IjoiYzk0NjJiOCJ9" href='https://trendshealth.com.br/wp-content/uploads/2024/07/2-copy.webp'><img decoding="async" width="403" height="830" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20403%20830'%3E%3C/svg%3E" class="attachment-full size-full" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/2-copy.webp 403w, https://trendshealth.com.br/wp-content/uploads/2024/07/2-copy-146x300.webp 146w" data-lazy-sizes="(max-width: 403px) 100vw, 403px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/07/2-copy.webp" /><noscript><img loading="lazy" decoding="async" width="403" height="830" src="https://trendshealth.com.br/wp-content/uploads/2024/07/2-copy.webp" class="attachment-full size-full" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/2-copy.webp 403w, https://trendshealth.com.br/wp-content/uploads/2024/07/2-copy-146x300.webp 146w" sizes="(max-width: 403px) 100vw, 403px" /></noscript></a>
			</div></figure><figure class='gallery-item'>
			<div class='gallery-icon portrait'>
				<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="c9462b8" data-elementor-lightbox-title="1 copy" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Njk0LCJ1cmwiOiJodHRwczpcL1wvdHJlbmRzaGVhbHRoLmNvbS5iclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDdcLzEtY29weS53ZWJwIiwic2xpZGVzaG93IjoiYzk0NjJiOCJ9" href='https://trendshealth.com.br/wp-content/uploads/2024/07/1-copy.webp'><img decoding="async" width="403" height="830" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20403%20830'%3E%3C/svg%3E" class="attachment-full size-full" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/1-copy.webp 403w, https://trendshealth.com.br/wp-content/uploads/2024/07/1-copy-146x300.webp 146w" data-lazy-sizes="(max-width: 403px) 100vw, 403px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/07/1-copy.webp" /><noscript><img loading="lazy" decoding="async" width="403" height="830" src="https://trendshealth.com.br/wp-content/uploads/2024/07/1-copy.webp" class="attachment-full size-full" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/1-copy.webp 403w, https://trendshealth.com.br/wp-content/uploads/2024/07/1-copy-146x300.webp 146w" sizes="(max-width: 403px) 100vw, 403px" /></noscript></a>
			</div></figure><figure class='gallery-item'>
			<div class='gallery-icon portrait'>
				<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="c9462b8" data-elementor-lightbox-title="3 copy" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Njk2LCJ1cmwiOiJodHRwczpcL1wvdHJlbmRzaGVhbHRoLmNvbS5iclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDdcLzMtY29weS53ZWJwIiwic2xpZGVzaG93IjoiYzk0NjJiOCJ9" href='https://trendshealth.com.br/wp-content/uploads/2024/07/3-copy.webp'><img decoding="async" width="403" height="830" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20403%20830'%3E%3C/svg%3E" class="attachment-full size-full" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/3-copy.webp 403w, https://trendshealth.com.br/wp-content/uploads/2024/07/3-copy-146x300.webp 146w" data-lazy-sizes="(max-width: 403px) 100vw, 403px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/07/3-copy.webp" /><noscript><img loading="lazy" decoding="async" width="403" height="830" src="https://trendshealth.com.br/wp-content/uploads/2024/07/3-copy.webp" class="attachment-full size-full" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/3-copy.webp 403w, https://trendshealth.com.br/wp-content/uploads/2024/07/3-copy-146x300.webp 146w" sizes="(max-width: 403px) 100vw, 403px" /></noscript></a>
			</div></figure><figure class='gallery-item'>
			<div class='gallery-icon portrait'>
				<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="c9462b8" data-elementor-lightbox-title="5v2" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Nzk5LCJ1cmwiOiJodHRwczpcL1wvdHJlbmRzaGVhbHRoLmNvbS5iclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDdcLzV2Mi53ZWJwIiwic2xpZGVzaG93IjoiYzk0NjJiOCJ9" href='https://trendshealth.com.br/wp-content/uploads/2024/07/5v2.webp'><img decoding="async" width="403" height="830" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20403%20830'%3E%3C/svg%3E" class="attachment-full size-full" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/5v2.webp 403w, https://trendshealth.com.br/wp-content/uploads/2024/07/5v2-146x300.webp 146w" data-lazy-sizes="(max-width: 403px) 100vw, 403px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/07/5v2.webp" /><noscript><img loading="lazy" decoding="async" width="403" height="830" src="https://trendshealth.com.br/wp-content/uploads/2024/07/5v2.webp" class="attachment-full size-full" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/5v2.webp 403w, https://trendshealth.com.br/wp-content/uploads/2024/07/5v2-146x300.webp 146w" sizes="(max-width: 403px) 100vw, 403px" /></noscript></a>
			</div></figure><figure class='gallery-item'>
			<div class='gallery-icon portrait'>
				<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="c9462b8" data-elementor-lightbox-title="5 copy" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Njk4LCJ1cmwiOiJodHRwczpcL1wvdHJlbmRzaGVhbHRoLmNvbS5iclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDdcLzUtY29weS53ZWJwIiwic2xpZGVzaG93IjoiYzk0NjJiOCJ9" href='https://trendshealth.com.br/wp-content/uploads/2024/07/5-copy.webp'><img decoding="async" width="403" height="757" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20403%20757'%3E%3C/svg%3E" class="attachment-full size-full" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/5-copy.webp 403w, https://trendshealth.com.br/wp-content/uploads/2024/07/5-copy-160x300.webp 160w" data-lazy-sizes="(max-width: 403px) 100vw, 403px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/07/5-copy.webp" /><noscript><img loading="lazy" decoding="async" width="403" height="757" src="https://trendshealth.com.br/wp-content/uploads/2024/07/5-copy.webp" class="attachment-full size-full" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/5-copy.webp 403w, https://trendshealth.com.br/wp-content/uploads/2024/07/5-copy-160x300.webp 160w" sizes="(max-width: 403px) 100vw, 403px" /></noscript></a>
			</div></figure><figure class='gallery-item'>
			<div class='gallery-icon portrait'>
				<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="c9462b8" data-elementor-lightbox-title="11s copy" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NzA2LCJ1cmwiOiJodHRwczpcL1wvdHJlbmRzaGVhbHRoLmNvbS5iclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDdcLzExcy1jb3B5LndlYnAiLCJzbGlkZXNob3ciOiJjOTQ2MmI4In0%3D" href='https://trendshealth.com.br/wp-content/uploads/2024/07/11s-copy.webp'><img decoding="async" width="403" height="467" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20403%20467'%3E%3C/svg%3E" class="attachment-full size-full" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/11s-copy.webp 403w, https://trendshealth.com.br/wp-content/uploads/2024/07/11s-copy-259x300.webp 259w" data-lazy-sizes="(max-width: 403px) 100vw, 403px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/07/11s-copy.webp" /><noscript><img loading="lazy" decoding="async" width="403" height="467" src="https://trendshealth.com.br/wp-content/uploads/2024/07/11s-copy.webp" class="attachment-full size-full" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/11s-copy.webp 403w, https://trendshealth.com.br/wp-content/uploads/2024/07/11s-copy-259x300.webp 259w" sizes="(max-width: 403px) 100vw, 403px" /></noscript></a>
			</div></figure><figure class='gallery-item'>
			<div class='gallery-icon landscape'>
				<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="c9462b8" data-elementor-lightbox-title="10s copy" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NzA1LCJ1cmwiOiJodHRwczpcL1wvdHJlbmRzaGVhbHRoLmNvbS5iclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDdcLzEwcy1jb3B5LndlYnAiLCJzbGlkZXNob3ciOiJjOTQ2MmI4In0%3D" href='https://trendshealth.com.br/wp-content/uploads/2024/07/10s-copy.webp'><img decoding="async" width="403" height="271" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20403%20271'%3E%3C/svg%3E" class="attachment-full size-full" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/10s-copy.webp 403w, https://trendshealth.com.br/wp-content/uploads/2024/07/10s-copy-300x202.webp 300w" data-lazy-sizes="(max-width: 403px) 100vw, 403px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/07/10s-copy.webp" /><noscript><img loading="lazy" decoding="async" width="403" height="271" src="https://trendshealth.com.br/wp-content/uploads/2024/07/10s-copy.webp" class="attachment-full size-full" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/10s-copy.webp 403w, https://trendshealth.com.br/wp-content/uploads/2024/07/10s-copy-300x202.webp 300w" sizes="(max-width: 403px) 100vw, 403px" /></noscript></a>
			</div></figure><figure class='gallery-item'>
			<div class='gallery-icon landscape'>
				<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="c9462b8" data-elementor-lightbox-title="9s copy" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NzA0LCJ1cmwiOiJodHRwczpcL1wvdHJlbmRzaGVhbHRoLmNvbS5iclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDdcLzlzLWNvcHkud2VicCIsInNsaWRlc2hvdyI6ImM5NDYyYjgifQ%3D%3D" href='https://trendshealth.com.br/wp-content/uploads/2024/07/9s-copy.webp'><img decoding="async" width="403" height="271" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20403%20271'%3E%3C/svg%3E" class="attachment-full size-full" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/9s-copy.webp 403w, https://trendshealth.com.br/wp-content/uploads/2024/07/9s-copy-300x202.webp 300w" data-lazy-sizes="(max-width: 403px) 100vw, 403px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/07/9s-copy.webp" /><noscript><img loading="lazy" decoding="async" width="403" height="271" src="https://trendshealth.com.br/wp-content/uploads/2024/07/9s-copy.webp" class="attachment-full size-full" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/9s-copy.webp 403w, https://trendshealth.com.br/wp-content/uploads/2024/07/9s-copy-300x202.webp 300w" sizes="(max-width: 403px) 100vw, 403px" /></noscript></a>
			</div></figure><figure class='gallery-item'>
			<div class='gallery-icon landscape'>
				<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="c9462b8" data-elementor-lightbox-title="8s copy" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NzAzLCJ1cmwiOiJodHRwczpcL1wvdHJlbmRzaGVhbHRoLmNvbS5iclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDdcLzhzLWNvcHkud2VicCIsInNsaWRlc2hvdyI6ImM5NDYyYjgifQ%3D%3D" href='https://trendshealth.com.br/wp-content/uploads/2024/07/8s-copy.webp'><img decoding="async" width="403" height="271" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20403%20271'%3E%3C/svg%3E" class="attachment-full size-full" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/8s-copy.webp 403w, https://trendshealth.com.br/wp-content/uploads/2024/07/8s-copy-300x202.webp 300w" data-lazy-sizes="(max-width: 403px) 100vw, 403px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/07/8s-copy.webp" /><noscript><img loading="lazy" decoding="async" width="403" height="271" src="https://trendshealth.com.br/wp-content/uploads/2024/07/8s-copy.webp" class="attachment-full size-full" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/8s-copy.webp 403w, https://trendshealth.com.br/wp-content/uploads/2024/07/8s-copy-300x202.webp 300w" sizes="(max-width: 403px) 100vw, 403px" /></noscript></a>
			</div></figure><figure class='gallery-item'>
			<div class='gallery-icon landscape'>
				<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="c9462b8" data-elementor-lightbox-title="7s copy" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NzAyLCJ1cmwiOiJodHRwczpcL1wvdHJlbmRzaGVhbHRoLmNvbS5iclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDdcLzdzLWNvcHkud2VicCIsInNsaWRlc2hvdyI6ImM5NDYyYjgifQ%3D%3D" href='https://trendshealth.com.br/wp-content/uploads/2024/07/7s-copy.webp'><img decoding="async" width="403" height="271" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20403%20271'%3E%3C/svg%3E" class="attachment-full size-full" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/7s-copy.webp 403w, https://trendshealth.com.br/wp-content/uploads/2024/07/7s-copy-300x202.webp 300w" data-lazy-sizes="(max-width: 403px) 100vw, 403px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/07/7s-copy.webp" /><noscript><img loading="lazy" decoding="async" width="403" height="271" src="https://trendshealth.com.br/wp-content/uploads/2024/07/7s-copy.webp" class="attachment-full size-full" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/7s-copy.webp 403w, https://trendshealth.com.br/wp-content/uploads/2024/07/7s-copy-300x202.webp 300w" sizes="(max-width: 403px) 100vw, 403px" /></noscript></a>
			</div></figure><figure class='gallery-item'>
			<div class='gallery-icon portrait'>
				<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="c9462b8" data-elementor-lightbox-title="6 copy" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NzAwLCJ1cmwiOiJodHRwczpcL1wvdHJlbmRzaGVhbHRoLmNvbS5iclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDdcLzYtY29weS53ZWJwIiwic2xpZGVzaG93IjoiYzk0NjJiOCJ9" href='https://trendshealth.com.br/wp-content/uploads/2024/07/6-copy.webp'><img decoding="async" width="403" height="519" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20403%20519'%3E%3C/svg%3E" class="attachment-full size-full" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/6-copy.webp 403w, https://trendshealth.com.br/wp-content/uploads/2024/07/6-copy-233x300.webp 233w" data-lazy-sizes="(max-width: 403px) 100vw, 403px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/07/6-copy.webp" /><noscript><img loading="lazy" decoding="async" width="403" height="519" src="https://trendshealth.com.br/wp-content/uploads/2024/07/6-copy.webp" class="attachment-full size-full" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/6-copy.webp 403w, https://trendshealth.com.br/wp-content/uploads/2024/07/6-copy-233x300.webp 233w" sizes="(max-width: 403px) 100vw, 403px" /></noscript></a>
			</div></figure><figure class='gallery-item'>
			<div class='gallery-icon portrait'>
				<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="c9462b8" data-elementor-lightbox-title="4v2 copy" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6ODAwLCJ1cmwiOiJodHRwczpcL1wvdHJlbmRzaGVhbHRoLmNvbS5iclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDdcLzR2Mi1jb3B5LndlYnAiLCJzbGlkZXNob3ciOiJjOTQ2MmI4In0%3D" href='https://trendshealth.com.br/wp-content/uploads/2024/07/4v2-copy.webp'><img decoding="async" width="403" height="758" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20403%20758'%3E%3C/svg%3E" class="attachment-full size-full" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/4v2-copy.webp 403w, https://trendshealth.com.br/wp-content/uploads/2024/07/4v2-copy-159x300.webp 159w" data-lazy-sizes="(max-width: 403px) 100vw, 403px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/07/4v2-copy.webp" /><noscript><img loading="lazy" decoding="async" width="403" height="758" src="https://trendshealth.com.br/wp-content/uploads/2024/07/4v2-copy.webp" class="attachment-full size-full" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/4v2-copy.webp 403w, https://trendshealth.com.br/wp-content/uploads/2024/07/4v2-copy-159x300.webp 159w" sizes="(max-width: 403px) 100vw, 403px" /></noscript></a>
			</div></figure><figure class='gallery-item'>
			<div class='gallery-icon landscape'>
				<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="c9462b8" data-elementor-lightbox-title="6s copy" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NzAxLCJ1cmwiOiJodHRwczpcL1wvdHJlbmRzaGVhbHRoLmNvbS5iclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDdcLzZzLWNvcHkud2VicCIsInNsaWRlc2hvdyI6ImM5NDYyYjgifQ%3D%3D" href='https://trendshealth.com.br/wp-content/uploads/2024/07/6s-copy.webp'><img decoding="async" width="403" height="271" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20403%20271'%3E%3C/svg%3E" class="attachment-full size-full" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/6s-copy.webp 403w, https://trendshealth.com.br/wp-content/uploads/2024/07/6s-copy-300x202.webp 300w" data-lazy-sizes="(max-width: 403px) 100vw, 403px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/07/6s-copy.webp" /><noscript><img loading="lazy" decoding="async" width="403" height="271" src="https://trendshealth.com.br/wp-content/uploads/2024/07/6s-copy.webp" class="attachment-full size-full" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/6s-copy.webp 403w, https://trendshealth.com.br/wp-content/uploads/2024/07/6s-copy-300x202.webp 300w" sizes="(max-width: 403px) 100vw, 403px" /></noscript></a>
			</div></figure><figure class='gallery-item'>
			<div class='gallery-icon landscape'>
				<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="c9462b8" data-elementor-lightbox-title="5s copy" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Njk5LCJ1cmwiOiJodHRwczpcL1wvdHJlbmRzaGVhbHRoLmNvbS5iclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDdcLzVzLWNvcHkud2VicCIsInNsaWRlc2hvdyI6ImM5NDYyYjgifQ%3D%3D" href='https://trendshealth.com.br/wp-content/uploads/2024/07/5s-copy.webp'><img decoding="async" width="403" height="271" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20403%20271'%3E%3C/svg%3E" class="attachment-full size-full" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/5s-copy.webp 403w, https://trendshealth.com.br/wp-content/uploads/2024/07/5s-copy-300x202.webp 300w" data-lazy-sizes="(max-width: 403px) 100vw, 403px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/07/5s-copy.webp" /><noscript><img loading="lazy" decoding="async" width="403" height="271" src="https://trendshealth.com.br/wp-content/uploads/2024/07/5s-copy.webp" class="attachment-full size-full" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/5s-copy.webp 403w, https://trendshealth.com.br/wp-content/uploads/2024/07/5s-copy-300x202.webp 300w" sizes="(max-width: 403px) 100vw, 403px" /></noscript></a>
			</div></figure>
		</div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-c45ee72 elementor-widget elementor-widget-gallery" data-id="c45ee72" data-element_type="widget" data-settings="{&quot;gallery_layout&quot;:&quot;justified&quot;,&quot;ideal_row_height&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:200,&quot;sizes&quot;:[]},&quot;ideal_row_height_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:150,&quot;sizes&quot;:[]},&quot;ideal_row_height_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:150,&quot;sizes&quot;:[]},&quot;ideal_row_height_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:150,&quot;sizes&quot;:[]},&quot;gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;link_to&quot;:&quot;file&quot;,&quot;content_hover_animation&quot;:&quot;fade-in&quot;}" data-widget_type="gallery.default">
				<div class="elementor-widget-container">
							<div class="elementor-gallery__container">
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="https://trendshealth.com.br/wp-content/uploads/2024/07/2-copy.webp" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="c45ee72" data-elementor-lightbox-title="2 copy" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Njk1LCJ1cmwiOiJodHRwczpcL1wvdHJlbmRzaGVhbHRoLmNvbS5iclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDdcLzItY29weS53ZWJwIiwic2xpZGVzaG93IjoiYzQ1ZWU3MiJ9">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://trendshealth.com.br/wp-content/uploads/2024/07/2-copy.webp" data-width="403" data-height="830" aria-label="" role="img" ></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="https://trendshealth.com.br/wp-content/uploads/2024/07/11s-copy.webp" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="c45ee72" data-elementor-lightbox-title="11s copy" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NzA2LCJ1cmwiOiJodHRwczpcL1wvdHJlbmRzaGVhbHRoLmNvbS5iclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDdcLzExcy1jb3B5LndlYnAiLCJzbGlkZXNob3ciOiJjNDVlZTcyIn0%3D">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://trendshealth.com.br/wp-content/uploads/2024/07/11s-copy.webp" data-width="403" data-height="467" aria-label="" role="img" ></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="https://trendshealth.com.br/wp-content/uploads/2024/07/8s-copy.webp" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="c45ee72" data-elementor-lightbox-title="8s copy" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NzAzLCJ1cmwiOiJodHRwczpcL1wvdHJlbmRzaGVhbHRoLmNvbS5iclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDdcLzhzLWNvcHkud2VicCIsInNsaWRlc2hvdyI6ImM0NWVlNzIifQ%3D%3D">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://trendshealth.com.br/wp-content/uploads/2024/07/8s-copy.webp" data-width="403" data-height="271" aria-label="" role="img" ></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="https://trendshealth.com.br/wp-content/uploads/2024/07/4-copy.webp" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="c45ee72" data-elementor-lightbox-title="4 copy" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Njk3LCJ1cmwiOiJodHRwczpcL1wvdHJlbmRzaGVhbHRoLmNvbS5iclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDdcLzQtY29weS53ZWJwIiwic2xpZGVzaG93IjoiYzQ1ZWU3MiJ9">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://trendshealth.com.br/wp-content/uploads/2024/07/4-copy.webp" data-width="403" data-height="830" aria-label="" role="img" ></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="https://trendshealth.com.br/wp-content/uploads/2024/07/10s-copy.webp" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="c45ee72" data-elementor-lightbox-title="10s copy" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NzA1LCJ1cmwiOiJodHRwczpcL1wvdHJlbmRzaGVhbHRoLmNvbS5iclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDdcLzEwcy1jb3B5LndlYnAiLCJzbGlkZXNob3ciOiJjNDVlZTcyIn0%3D">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://trendshealth.com.br/wp-content/uploads/2024/07/10s-copy.webp" data-width="403" data-height="271" aria-label="" role="img" ></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="https://trendshealth.com.br/wp-content/uploads/2024/07/1-copy.webp" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="c45ee72" data-elementor-lightbox-title="1 copy" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Njk0LCJ1cmwiOiJodHRwczpcL1wvdHJlbmRzaGVhbHRoLmNvbS5iclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDdcLzEtY29weS53ZWJwIiwic2xpZGVzaG93IjoiYzQ1ZWU3MiJ9">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://trendshealth.com.br/wp-content/uploads/2024/07/1-copy.webp" data-width="403" data-height="830" aria-label="" role="img" ></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="https://trendshealth.com.br/wp-content/uploads/2024/07/9s-copy.webp" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="c45ee72" data-elementor-lightbox-title="9s copy" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NzA0LCJ1cmwiOiJodHRwczpcL1wvdHJlbmRzaGVhbHRoLmNvbS5iclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDdcLzlzLWNvcHkud2VicCIsInNsaWRlc2hvdyI6ImM0NWVlNzIifQ%3D%3D">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://trendshealth.com.br/wp-content/uploads/2024/07/9s-copy.webp" data-width="403" data-height="271" aria-label="" role="img" ></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="https://trendshealth.com.br/wp-content/uploads/2024/07/7s-copy.webp" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="c45ee72" data-elementor-lightbox-title="7s copy" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NzAyLCJ1cmwiOiJodHRwczpcL1wvdHJlbmRzaGVhbHRoLmNvbS5iclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDdcLzdzLWNvcHkud2VicCIsInNsaWRlc2hvdyI6ImM0NWVlNzIifQ%3D%3D">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://trendshealth.com.br/wp-content/uploads/2024/07/7s-copy.webp" data-width="403" data-height="271" aria-label="" role="img" ></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="https://trendshealth.com.br/wp-content/uploads/2024/07/6-copy.webp" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="c45ee72" data-elementor-lightbox-title="6 copy" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NzAwLCJ1cmwiOiJodHRwczpcL1wvdHJlbmRzaGVhbHRoLmNvbS5iclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDdcLzYtY29weS53ZWJwIiwic2xpZGVzaG93IjoiYzQ1ZWU3MiJ9">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://trendshealth.com.br/wp-content/uploads/2024/07/6-copy.webp" data-width="403" data-height="519" aria-label="" role="img" ></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="https://trendshealth.com.br/wp-content/uploads/2024/07/3-copy.webp" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="c45ee72" data-elementor-lightbox-title="3 copy" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Njk2LCJ1cmwiOiJodHRwczpcL1wvdHJlbmRzaGVhbHRoLmNvbS5iclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDdcLzMtY29weS53ZWJwIiwic2xpZGVzaG93IjoiYzQ1ZWU3MiJ9">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://trendshealth.com.br/wp-content/uploads/2024/07/3-copy.webp" data-width="403" data-height="830" aria-label="" role="img" ></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="https://trendshealth.com.br/wp-content/uploads/2024/07/5s-copy.webp" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="c45ee72" data-elementor-lightbox-title="5s copy" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Njk5LCJ1cmwiOiJodHRwczpcL1wvdHJlbmRzaGVhbHRoLmNvbS5iclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDdcLzVzLWNvcHkud2VicCIsInNsaWRlc2hvdyI6ImM0NWVlNzIifQ%3D%3D">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://trendshealth.com.br/wp-content/uploads/2024/07/5s-copy.webp" data-width="403" data-height="271" aria-label="" role="img" ></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="https://trendshealth.com.br/wp-content/uploads/2024/07/6s-copy.webp" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="c45ee72" data-elementor-lightbox-title="6s copy" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NzAxLCJ1cmwiOiJodHRwczpcL1wvdHJlbmRzaGVhbHRoLmNvbS5iclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDdcLzZzLWNvcHkud2VicCIsInNsaWRlc2hvdyI6ImM0NWVlNzIifQ%3D%3D">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://trendshealth.com.br/wp-content/uploads/2024/07/6s-copy.webp" data-width="403" data-height="271" aria-label="" role="img" ></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="https://trendshealth.com.br/wp-content/uploads/2024/07/5-copy.webp" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="c45ee72" data-elementor-lightbox-title="5 copy" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Njk4LCJ1cmwiOiJodHRwczpcL1wvdHJlbmRzaGVhbHRoLmNvbS5iclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDdcLzUtY29weS53ZWJwIiwic2xpZGVzaG93IjoiYzQ1ZWU3MiJ9">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://trendshealth.com.br/wp-content/uploads/2024/07/5-copy.webp" data-width="403" data-height="757" aria-label="" role="img" ></div>
														</a>
					</div>
					</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-26035fc e-flex e-con-boxed e-con e-parent" data-id="26035fc" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-1aab048 elementor-widget__width-initial scroll-top elementor-widget elementor-widget-heading" data-id="1aab048" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-default">Aqui a sua compra é 100% segura</h1>				</div>
				</div>
		<div class="elementor-element elementor-element-5ccc78c e-flex e-con-boxed e-con e-child" data-id="5ccc78c" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-78d39c7 scroll-top e-flex e-con-boxed e-con e-child" data-id="78d39c7" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-585890f elementor-widget elementor-widget-image" data-id="585890f" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="512" height="512" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3C/svg%3E" class="attachment-full size-full wp-image-742" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/data-management-copy.webp 512w, https://trendshealth.com.br/wp-content/uploads/2024/07/data-management-copy-300x300.webp 300w, https://trendshealth.com.br/wp-content/uploads/2024/07/data-management-copy-150x150.webp 150w" data-lazy-sizes="(max-width: 512px) 100vw, 512px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/07/data-management-copy.webp" /><noscript><img loading="lazy" decoding="async" width="512" height="512" src="https://trendshealth.com.br/wp-content/uploads/2024/07/data-management-copy.webp" class="attachment-full size-full wp-image-742" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/data-management-copy.webp 512w, https://trendshealth.com.br/wp-content/uploads/2024/07/data-management-copy-300x300.webp 300w, https://trendshealth.com.br/wp-content/uploads/2024/07/data-management-copy-150x150.webp 150w" sizes="(max-width: 512px) 100vw, 512px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-28195e1 elementor-widget elementor-widget-text-editor" data-id="28195e1" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Dados pessoais</p>								</div>
				</div>
				<div class="elementor-element elementor-element-448f1d0 elementor-widget elementor-widget-text-editor" data-id="448f1d0" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>São totalmente sigilosos e não são compartilhados.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-24f901c scroll-top e-flex e-con-boxed e-con e-child" data-id="24f901c" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-ee562b0 elementor-widget elementor-widget-image" data-id="ee562b0" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="512" height="512" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3C/svg%3E" class="attachment-full size-full wp-image-745" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/shield-copy.webp 512w, https://trendshealth.com.br/wp-content/uploads/2024/07/shield-copy-300x300.webp 300w, https://trendshealth.com.br/wp-content/uploads/2024/07/shield-copy-150x150.webp 150w" data-lazy-sizes="(max-width: 512px) 100vw, 512px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/07/shield-copy.webp" /><noscript><img loading="lazy" decoding="async" width="512" height="512" src="https://trendshealth.com.br/wp-content/uploads/2024/07/shield-copy.webp" class="attachment-full size-full wp-image-745" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/shield-copy.webp 512w, https://trendshealth.com.br/wp-content/uploads/2024/07/shield-copy-300x300.webp 300w, https://trendshealth.com.br/wp-content/uploads/2024/07/shield-copy-150x150.webp 150w" sizes="(max-width: 512px) 100vw, 512px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-0845258 elementor-widget elementor-widget-text-editor" data-id="0845258" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Site confiável</p>								</div>
				</div>
				<div class="elementor-element elementor-element-896cced elementor-widget elementor-widget-text-editor" data-id="896cced" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Monitorado todo o tempo por empresas de segurança digital.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-a8039b6 scroll-top e-flex e-con-boxed e-con e-child" data-id="a8039b6" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-36b95c1 elementor-widget elementor-widget-image" data-id="36b95c1" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="512" height="512" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3C/svg%3E" class="attachment-full size-full wp-image-744" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/lock-copy.webp 512w, https://trendshealth.com.br/wp-content/uploads/2024/07/lock-copy-300x300.webp 300w, https://trendshealth.com.br/wp-content/uploads/2024/07/lock-copy-150x150.webp 150w" data-lazy-sizes="(max-width: 512px) 100vw, 512px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/07/lock-copy.webp" /><noscript><img loading="lazy" decoding="async" width="512" height="512" src="https://trendshealth.com.br/wp-content/uploads/2024/07/lock-copy.webp" class="attachment-full size-full wp-image-744" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/lock-copy.webp 512w, https://trendshealth.com.br/wp-content/uploads/2024/07/lock-copy-300x300.webp 300w, https://trendshealth.com.br/wp-content/uploads/2024/07/lock-copy-150x150.webp 150w" sizes="(max-width: 512px) 100vw, 512px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-9f71ea0 elementor-widget elementor-widget-text-editor" data-id="9f71ea0" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Dados financeiros</p>								</div>
				</div>
				<div class="elementor-element elementor-element-63ec419 elementor-widget elementor-widget-text-editor" data-id="63ec419" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Gravados em ambiente 100% seguro.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-cc187e4 scroll-top e-flex e-con-boxed e-con e-child" data-id="cc187e4" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-b6a855e elementor-widget elementor-widget-image" data-id="b6a855e" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="512" height="512" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3C/svg%3E" class="attachment-full size-full wp-image-743" alt="" data-lazy-srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/delivery-copy.webp 512w, https://trendshealth.com.br/wp-content/uploads/2024/07/delivery-copy-300x300.webp 300w, https://trendshealth.com.br/wp-content/uploads/2024/07/delivery-copy-150x150.webp 150w" data-lazy-sizes="(max-width: 512px) 100vw, 512px" data-lazy-src="https://trendshealth.com.br/wp-content/uploads/2024/07/delivery-copy.webp" /><noscript><img loading="lazy" decoding="async" width="512" height="512" src="https://trendshealth.com.br/wp-content/uploads/2024/07/delivery-copy.webp" class="attachment-full size-full wp-image-743" alt="" srcset="https://trendshealth.com.br/wp-content/uploads/2024/07/delivery-copy.webp 512w, https://trendshealth.com.br/wp-content/uploads/2024/07/delivery-copy-300x300.webp 300w, https://trendshealth.com.br/wp-content/uploads/2024/07/delivery-copy-150x150.webp 150w" sizes="(max-width: 512px) 100vw, 512px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-67d8e83 elementor-widget elementor-widget-text-editor" data-id="67d8e83" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Entrega garantida</p>								</div>
				</div>
				<div class="elementor-element elementor-element-e4d70c6 elementor-widget elementor-widget-text-editor" data-id="e4d70c6" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Logística eficaz com entregas feitas no prazo combinado.</p>								</div>
				</div>
					</div>
				</div>
					</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-5c2930e e-flex e-con-boxed e-con e-parent" data-id="5c2930e" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-58bf54d e-flex e-con-boxed e-con e-child" data-id="58bf54d" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-c1bac66 elementor-widget__width-initial scroll-top elementor-widget elementor-widget-icon-box" data-id="c1bac66" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<span  >
							Perguntas frequentes						</span>
					</h3>
				
									<p class="elementor-icon-box-description">
						Aqui estão algumas das principais dúvidas sobre a linha Citraslim					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-5acb738 elementor-widget__width-initial scroll-top elementor-widget elementor-widget-accordion" data-id="5acb738" data-element_type="widget" data-widget_type="accordion.default">
				<div class="elementor-widget-container">
							<div class="elementor-accordion">
							<div class="elementor-accordion-item">
					<div id="elementor-tab-title-9521" class="elementor-tab-title" data-tab="1" role="button" aria-controls="elementor-tab-content-9521" aria-expanded="false">
													<span class="elementor-accordion-icon elementor-accordion-icon-right" aria-hidden="true">
															<span class="elementor-accordion-icon-closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g id="arrow-down-circle"><path id="Vector" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="#060606" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path><path id="Vector_2" d="M8 12L12 16L16 12" stroke="#060606" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path><path id="Vector_3" d="M12 8L12 16" stroke="#060606" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path></g></svg></span>
								<span class="elementor-accordion-icon-opened"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g id="arrow-down-circle"><path id="Vector" d="M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2Z" stroke="#B01123" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path><path id="Vector_2" d="M16 12L12 8L8 12" stroke="#B01123" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path><path id="Vector_3" d="M12 16L12 8" stroke="#B01123" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path></g></svg></span>
														</span>
												<a class="elementor-accordion-title" tabindex="0">Quais os componentes de citraslim Calm chá?</a>
					</div>
					<div id="elementor-tab-content-9521" class="elementor-tab-content elementor-clearfix" data-tab="1" role="region" aria-labelledby="elementor-tab-title-9521"><p class="p1">O citraslim calm chá é composto por um blend de extratos de camomila e chá branco, que juntos auxiliam em maior bem estar e ao mesmo tempo emagrecimento!</p></div>
				</div>
							<div class="elementor-accordion-item">
					<div id="elementor-tab-title-9522" class="elementor-tab-title" data-tab="2" role="button" aria-controls="elementor-tab-content-9522" aria-expanded="false">
													<span class="elementor-accordion-icon elementor-accordion-icon-right" aria-hidden="true">
															<span class="elementor-accordion-icon-closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g id="arrow-down-circle"><path id="Vector" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="#060606" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path><path id="Vector_2" d="M8 12L12 16L16 12" stroke="#060606" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path><path id="Vector_3" d="M12 8L12 16" stroke="#060606" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path></g></svg></span>
								<span class="elementor-accordion-icon-opened"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g id="arrow-down-circle"><path id="Vector" d="M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2Z" stroke="#B01123" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path><path id="Vector_2" d="M16 12L12 8L8 12" stroke="#B01123" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path><path id="Vector_3" d="M12 16L12 8" stroke="#B01123" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path></g></svg></span>
														</span>
												<a class="elementor-accordion-title" tabindex="0">O Citraslim Calm chá contém gluten ou lactose?</a>
					</div>
					<div id="elementor-tab-content-9522" class="elementor-tab-content elementor-clearfix" data-tab="2" role="region" aria-labelledby="elementor-tab-title-9522"><p class="p1">O citraslim Calm chá não contém glúten ou lactose em sua composição, porém pode haver contaminação cruzada desses ingredientes por conta do processamento em maquinas que manipulam produtos com glúten e lactose.</p></div>
				</div>
							<div class="elementor-accordion-item">
					<div id="elementor-tab-title-9523" class="elementor-tab-title" data-tab="3" role="button" aria-controls="elementor-tab-content-9523" aria-expanded="false">
													<span class="elementor-accordion-icon elementor-accordion-icon-right" aria-hidden="true">
															<span class="elementor-accordion-icon-closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g id="arrow-down-circle"><path id="Vector" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="#060606" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path><path id="Vector_2" d="M8 12L12 16L16 12" stroke="#060606" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path><path id="Vector_3" d="M12 8L12 16" stroke="#060606" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path></g></svg></span>
								<span class="elementor-accordion-icon-opened"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g id="arrow-down-circle"><path id="Vector" d="M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2Z" stroke="#B01123" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path><path id="Vector_2" d="M16 12L12 8L8 12" stroke="#B01123" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path><path id="Vector_3" d="M12 16L12 8" stroke="#B01123" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path></g></svg></span>
														</span>
												<a class="elementor-accordion-title" tabindex="0">Quando verei resultados?</a>
					</div>
					<div id="elementor-tab-content-9523" class="elementor-tab-content elementor-clearfix" data-tab="3" role="region" aria-labelledby="elementor-tab-title-9523"><p class="p1">Muitos usuários notam diferenças em algumas semanas, mas os resultados podem variar de acordo com o individuo.</p></div>
				</div>
							<div class="elementor-accordion-item">
					<div id="elementor-tab-title-9524" class="elementor-tab-title" data-tab="4" role="button" aria-controls="elementor-tab-content-9524" aria-expanded="false">
													<span class="elementor-accordion-icon elementor-accordion-icon-right" aria-hidden="true">
															<span class="elementor-accordion-icon-closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g id="arrow-down-circle"><path id="Vector" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="#060606" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path><path id="Vector_2" d="M8 12L12 16L16 12" stroke="#060606" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path><path id="Vector_3" d="M12 8L12 16" stroke="#060606" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path></g></svg></span>
								<span class="elementor-accordion-icon-opened"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g id="arrow-down-circle"><path id="Vector" d="M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2Z" stroke="#B01123" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path><path id="Vector_2" d="M16 12L12 8L8 12" stroke="#B01123" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path><path id="Vector_3" d="M12 16L12 8" stroke="#B01123" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path></g></svg></span>
														</span>
												<a class="elementor-accordion-title" tabindex="0">Qual melhor horário para tomar citraslim Thermo?</a>
					</div>
					<div id="elementor-tab-content-9524" class="elementor-tab-content elementor-clearfix" data-tab="4" role="region" aria-labelledby="elementor-tab-title-9524"><p class="p1">Citraslim Thermo pode ser utilizado em qualquer hora do dia, porém para ter resultados ainda melhores, recomendamos que seja usado antes da atividade física!</p></div>
				</div>
							<div class="elementor-accordion-item">
					<div id="elementor-tab-title-9525" class="elementor-tab-title" data-tab="5" role="button" aria-controls="elementor-tab-content-9525" aria-expanded="false">
													<span class="elementor-accordion-icon elementor-accordion-icon-right" aria-hidden="true">
															<span class="elementor-accordion-icon-closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g id="arrow-down-circle"><path id="Vector" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="#060606" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path><path id="Vector_2" d="M8 12L12 16L16 12" stroke="#060606" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path><path id="Vector_3" d="M12 8L12 16" stroke="#060606" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path></g></svg></span>
								<span class="elementor-accordion-icon-opened"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g id="arrow-down-circle"><path id="Vector" d="M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2Z" stroke="#B01123" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path><path id="Vector_2" d="M16 12L12 8L8 12" stroke="#B01123" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path><path id="Vector_3" d="M12 16L12 8" stroke="#B01123" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path></g></svg></span>
														</span>
												<a class="elementor-accordion-title" tabindex="0">Qual o prazo de entrega?</a>
					</div>
					<div id="elementor-tab-content-9525" class="elementor-tab-content elementor-clearfix" data-tab="5" role="region" aria-labelledby="elementor-tab-title-9525"><p class="p1">O prazo de entrega varia com a região onde você mora. Pode ser de 7 a 15 dias!</p></div>
				</div>
							<div class="elementor-accordion-item">
					<div id="elementor-tab-title-9526" class="elementor-tab-title" data-tab="6" role="button" aria-controls="elementor-tab-content-9526" aria-expanded="false">
													<span class="elementor-accordion-icon elementor-accordion-icon-right" aria-hidden="true">
															<span class="elementor-accordion-icon-closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g id="arrow-down-circle"><path id="Vector" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="#060606" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path><path id="Vector_2" d="M8 12L12 16L16 12" stroke="#060606" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path><path id="Vector_3" d="M12 8L12 16" stroke="#060606" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path></g></svg></span>
								<span class="elementor-accordion-icon-opened"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g id="arrow-down-circle"><path id="Vector" d="M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2Z" stroke="#B01123" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path><path id="Vector_2" d="M16 12L12 8L8 12" stroke="#B01123" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path><path id="Vector_3" d="M12 16L12 8" stroke="#B01123" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path></g></svg></span>
														</span>
												<a class="elementor-accordion-title" tabindex="0">O Citraslim chá detox contém gluten ou lactose?</a>
					</div>
					<div id="elementor-tab-content-9526" class="elementor-tab-content elementor-clearfix" data-tab="6" role="region" aria-labelledby="elementor-tab-title-9526"><p>O Citraslim Chá detox não contém glúten ou lactose na sua composição nem contaminação cruzada.</p></div>
				</div>
								</div>
						</div>
				</div>
					</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-7af7caf e-flex e-con-boxed e-con e-parent" data-id="7af7caf" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-6eff867 elementor-widget elementor-widget-text-editor" data-id="6eff867" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Assine nossa newsletter para ficar por dentro das novidades.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-fdb43bd elementor-button-align-stretch elementor-widget elementor-widget-form" data-id="fdb43bd" data-element_type="widget" data-settings="{&quot;step_next_label&quot;:&quot;Pr\u00f3ximo&quot;,&quot;step_previous_label&quot;:&quot;Anterior&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}" data-widget_type="form.default">
				<div class="elementor-widget-container">
							<form class="elementor-form" method="post" name="Novo formulário">
			<input type="hidden" name="post_id" value="1265"/>
			<input type="hidden" name="form_id" value="fdb43bd"/>
			<input type="hidden" name="referer_title" value="CitraSlim Oficial" />

							<input type="hidden" name="queried_id" value="1265"/>
			
			<div class="elementor-form-fields-wrapper elementor-labels-above">
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-email elementor-col-50 elementor-field-required">
													<input size="1" type="text" name="form_fields[email]" id="form-field-email" class="elementor-field elementor-size-md  elementor-field-textual" placeholder="Seu nome e sobrenome" required="required">
											</div>
								<div class="elementor-field-type-email elementor-field-group elementor-column elementor-field-group-field_9c5b1a0 elementor-col-50 elementor-field-required">
													<input size="1" type="email" name="form_fields[field_9c5b1a0]" id="form-field-field_9c5b1a0" class="elementor-field elementor-size-md  elementor-field-textual" placeholder="Deixe seu melhor e-mail" required="required">
											</div>
								<div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons">
					<button class="elementor-button elementor-size-sm" type="submit">
						<span class="elementor-button-content-wrapper">
																						<span class="elementor-button-text">Cadastrar</span>
													</span>
					</button>
				</div>
			</div>
		</form>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-1cbafb1 e-flex e-con-boxed e-con e-parent" data-id="1cbafb1" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-acafa7a elementor-widget__width-initial elementor-widget elementor-widget-icon-box" data-id="acafa7a" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<span  >
							DISTRIBUIÇÃO						</span>
					</h3>
				
									<p class="elementor-icon-box-description">
						Trendsmake<br>
CNPJ: 41.340.363/0001-53<br>
Todos os direitos reservados © 2024 |<b> TrendsHealth</b>					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-7bc4839 elementor-widget__width-initial elementor-widget elementor-widget-icon-box" data-id="7bc4839" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<span  >
							FALE CONOSCO						</span>
					</h3>
				
									<p class="elementor-icon-box-description">
						Fale conosco através dos nossos canais de atendimento das 09h às 18h.<br>
E-mail: contato@trendsmake.com.br					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-a65eb0e elementor-widget__width-initial elementor-widget elementor-widget-icon-box" data-id="a65eb0e" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<span  >
							ENTREGA GARANTIDA						</span>
					</h3>
				
									<p class="elementor-icon-box-description">
						O prazo de entega é de 1 a 2 semanas por correios ou transportadora para você receber o poderoso kit Beauty Up no conforto da sua casa					</p>
				
			</div>
			
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-9a35db9 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-parent" data-id="9a35db9" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-e147975 elementor-widget elementor-widget-html" data-id="e147975" data-element_type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://trendshealth.com.br/wp-content/cache/min/1/ajax/libs/jquery/3.6.0/jquery.min.js?ver=1760368948" defer></script>
<script type="rocketlazyloadscript">
    function getQueryParam(name) {
        const params = new URLSearchParams(window.location.search);
        return params.get(name);
    }

    function preencherDados() {
        document.getElementById('cliente').innerText = getQueryParam('cliente') || '';
        document.getElementById('cliente2').innerText = getQueryParam('cliente') || '';
        document.getElementById('envio').innerText = getQueryParam('envio') || '';
        document.getElementById('validade').innerText = getQueryParam('validade') || '';
        
        document.getElementById('valorPlanoUm').innerText = getQueryParam('valorPlanoUm') || '';
        document.getElementById('valorPlanoDois').innerText = getQueryParam('valorPlanoDois') || '';
        document.getElementById('valorPlanoTres').innerText = getQueryParam('valorPlanoTres') || '';
    }

    window.onload = preencherDados;
</script>
				</div>
				</div>
				<div class="elementor-element elementor-element-9e380f4 elementor-widget elementor-widget-html" data-id="9e380f4" data-element_type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<script type="rocketlazyloadscript">
    document.addEventListener('DOMContentLoaded', function() {
    // Verifique se a página está sendo editada no Elementor
    const isElementorEditMode = document.body.classList.contains('elementor-editor-active');

    if (!isElementorEditMode) {
        // Adicione a lógica de animação aqui apenas se não estiver no modo de edição do Elementor
        const elementos = document.querySelectorAll(".scroll-bottom, .scroll-left, .scroll-top, .scroll-right, .zoom-in");
        const posicaoScroll = window.innerHeight * 0.9;

        function fadeScroll() {
            elementos.forEach(elemento => {
                const elementoTop = elemento.getBoundingClientRect().top - posicaoScroll;
                if (elementoTop < 80) {
                    elemento.classList.add("ativo");
                } else {
                    elemento.classList.remove("ativo");
                }
            });
        }

        window.addEventListener("scroll", fadeScroll);

        // Verificação inicial para garantir que as animações sejam aplicadas no carregamento
        fadeScroll();

        function iniciarAnimacao(entradas, delay) {
            entradas.forEach((entrada, index) => {
                setTimeout(() => {
                    entrada.style.opacity = '1';
                    entrada.style.transform = 'translate(0, 0)';
                    entrada.style.filter = 'blur(0px)';
                }, delay + (index * 100)); // Atraso incremental para suavizar as animações
            });
        }

        var entradas = document.querySelectorAll('.entrada');
        iniciarAnimacao(entradas, 1200);

        var entradasLeft = document.querySelectorAll('.entrada-left');
        iniciarAnimacao(entradasLeft, 400);

        var entradasRight = document.querySelectorAll('.entrada-right');
        iniciarAnimacao(entradasRight, 200);

        // Forçar uma verificação inicial no carregamento da página para garantir a animação
        window.addEventListener("load", fadeScroll);
        fadeScroll(); // Chamada adicional para garantir que a verificação ocorra mesmo antes de qualquer evento de rolagem
    }
});


</script>
				</div>
				</div>
				<div class="elementor-element elementor-element-2e3af05 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html" data-id="2e3af05" data-element_type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<script type="rocketlazyloadscript">
function Marquee(selector, speed) {
  const parent = document.querySelector(selector);
  const clone = parent.innerHTML;
  let i = 0;
  parent.innerHTML += clone;

  setInterval(() => {
    i += speed;
    if (i >= parent.children[0].clientWidth) i = 0;
    parent.children[0].style.marginLeft = `-${i}px`;
  }, 0);
}

window.addEventListener('load', () => Marquee('.textoinfinito1', .3));
</script>

.marquee2 {
  overflow: hidden;
  display: flex;
}

.marquee2 h1{
  white-space: nowrap;
}
<script type="rocketlazyloadscript">
function Marquee2(selector, speed) {
  const parent = document.querySelector(selector);
  const clone = parent.innerHTML;
  let i = parent.children[0].clientWidth;
  parent.innerHTML += clone + clone;
  const totalWidth = parent.children[0].clientWidth * 2;
  setInterval(() => {
    i -= speed;
    if (i <= 0) i = totalWidth;
    parent.children[0].style.marginLeft = `-${i}px`;
  }, 0);
}

window.addEventListener('load', () => Marquee2('.textoinfinito', .3));
</script>				</div>
				</div>
					</div>
				</div>
				</div>
		<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/hello-elementor/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
			<script type="rocketlazyloadscript">
				const lazyloadRunObserver = () => {
					const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
					const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {
						entries.forEach( ( entry ) => {
							if ( entry.isIntersecting ) {
								let lazyloadBackground = entry.target;
								if( lazyloadBackground ) {
									lazyloadBackground.classList.add( 'e-lazyloaded' );
								}
								lazyloadBackgroundObserver.unobserve( entry.target );
							}
						});
					}, { rootMargin: '200px 0px 200px 0px' } );
					lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {
						lazyloadBackgroundObserver.observe( lazyloadBackground );
					} );
				};
				const events = [
					'DOMContentLoaded',
					'elementor/lazyload/observe',
				];
				events.forEach( ( event ) => {
					document.addEventListener( event, lazyloadRunObserver );
				} );
			</script>
			<noscript><img height="1" width="1" style="display: none;" src="https://www.facebook.com/tr?id=3634202860132562&ev=PageView&noscript=1&cd%5Bpage_title%5D=CitraSlim+Oficial&cd%5Bpost_type%5D=page&cd%5Bpost_id%5D=1265&cd%5Bplugin%5D=PixelYourSite&cd%5Buser_role%5D=guest&cd%5Bevent_url%5D=trendshealth.com.br%2Fcitraslim-oficial%2F" alt=""></noscript>
<script type="rocketlazyloadscript" data-minify="1" id="hello-theme-frontend-js" data-rocket-src="https://trendshealth.com.br/wp-content/cache/min/1/wp-content/themes/hello-elementor/assets/js/hello-frontend.js?ver=1760368936" defer></script>
<script type="rocketlazyloadscript" id="elementor-webpack-runtime-js" data-rocket-src="https://trendshealth.com.br/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.31.1" defer></script>
<script type="rocketlazyloadscript" id="elementor-frontend-modules-js" data-rocket-src="https://trendshealth.com.br/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.31.1" defer></script>
<script type="rocketlazyloadscript" id="jquery-ui-core-js" data-rocket-src="https://trendshealth.com.br/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" defer></script>
<script type="rocketlazyloadscript" id="elementor-frontend-js-before">
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Compartilhar no Facebook","shareOnTwitter":"Compartilhar no Twitter","pinIt":"Fixar","download":"Baixar","downloadImage":"Baixar imagem","fullscreen":"Tela cheia","zoom":"Zoom","share":"Compartilhar","playVideo":"Reproduzir v\u00eddeo","previous":"Anterior","next":"Pr\u00f3ximo","close":"Fechar","a11yCarouselPrevSlideMessage":"Slide anterior","a11yCarouselNextSlideMessage":"Pr\u00f3ximo slide","a11yCarouselFirstSlideMessage":"Este \u00e9 o primeiro slide","a11yCarouselLastSlideMessage":"Este \u00e9 o \u00faltimo slide","a11yCarouselPaginationBulletMessage":"Ir para o slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Dispositivos m\u00f3veis no modo retrato","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Dispositivos m\u00f3veis no modo paisagem","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet no modo retrato","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet no modo paisagem","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Notebook","value":1366,"default_value":1366,"direction":"max","is_enabled":true},"widescreen":{"label":"Tela ampla (widescreen)","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":true},"version":"3.31.1","is_static":false,"experimentalFeatures":{"additional_custom_breakpoints":true,"container":true,"theme_builder_v2":true,"hello-theme-header-footer":true,"nested-elements":true,"e_element_cache":true,"home_screen":true,"global_classes_should_enforce_capabilities":true,"e_variables":true,"cloud-library":true,"e_opt_in_v4_page":true},"urls":{"assets":"https:\/\/trendshealth.com.br\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/trendshealth.com.br\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/trendshealth.com.br\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"3ab0340c7e"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet","viewport_laptop"],"body_background_background":"classic","global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description","hello_header_logo_type":"logo","hello_header_menu_layout":"horizontal","hello_footer_logo_type":"logo"},"post":{"id":1265,"title":"CitraSlim%20Oficial%20%E2%80%93%20Trends%20Health","excerpt":"","featuredImage":false}};
//# sourceURL=elementor-frontend-js-before
</script>
<script type="rocketlazyloadscript" id="elementor-frontend-js" data-rocket-src="https://trendshealth.com.br/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.31.1" defer></script>
<script type="rocketlazyloadscript" id="smartmenus-js" data-rocket-src="https://trendshealth.com.br/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.2.1" defer></script>
<script type="rocketlazyloadscript" id="swiper-js" data-rocket-src="https://trendshealth.com.br/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js?ver=8.4.5" defer></script>
<script type="rocketlazyloadscript" id="elementor-gallery-js" data-rocket-src="https://trendshealth.com.br/wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.min.js?ver=1.2.0" defer></script>
<script type="rocketlazyloadscript" id="elementor-pro-webpack-runtime-js" data-rocket-src="https://trendshealth.com.br/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.28.1" defer></script>
<script type="rocketlazyloadscript" id="wp-hooks-js" data-rocket-src="https://trendshealth.com.br/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d"></script>
<script type="rocketlazyloadscript" id="wp-i18n-js" data-rocket-src="https://trendshealth.com.br/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec"></script>
<script type="rocketlazyloadscript" id="wp-i18n-js-after">
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
//# sourceURL=wp-i18n-js-after
</script>
<script type="rocketlazyloadscript" id="elementor-pro-frontend-js-before">
var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/trendshealth.com.br\/wp-admin\/admin-ajax.php","nonce":"2bbb2114ce","urls":{"assets":"https:\/\/trendshealth.com.br\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/trendshealth.com.br\/wp-json\/"},"settings":{"lazy_load_background_images":true},"popup":{"hasPopUps":false},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"facebook_sdk":{"lang":"pt_BR","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/trendshealth.com.br\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
//# sourceURL=elementor-pro-frontend-js-before
</script>
<script type="rocketlazyloadscript" id="elementor-pro-frontend-js" data-rocket-src="https://trendshealth.com.br/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.28.1" defer></script>
<script type="rocketlazyloadscript" id="pro-elements-handlers-js" data-rocket-src="https://trendshealth.com.br/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.28.1" defer></script>
<script id="wp-emoji-settings" type="application/json">
{"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://trendshealth.com.br/wp-includes/js/wp-emoji-release.min.js?ver=7.0"}}
</script>
<script type="rocketlazyloadscript" data-rocket-type="module">
/*! This file is auto-generated */
const a=JSON.parse(document.getElementById("wp-emoji-settings").textContent),o=(window._wpemojiSettings=a,"wpEmojiSettingsSupports"),s=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const a=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===a[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,a){let r;const o=(r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),s=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(e=>{s[e]=t(o,e,n,a)}),s}function r(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}a.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),c.toString(),p.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"});const r=new Worker(URL.createObjecturl(https://trendshealth.com.br/citraslim-oficial/a),{name:"wpTestEmojiSupports"});return void(r.onmessage=e=>{i(n=e.data),r.terminate(),t(n)})}catch(e){}i(n=f(s,u,c,p))}t(n)}).then(e=>{for(const n in e)a.supports[n]=e[n],a.supports.everything=a.supports.everything&&a.supports[n],"flag"!==n&&(a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&a.supports[n]);var t;a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((t=a.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))});
//# sourceURL=https://trendshealth.com.br/wp-includes/js/wp-emoji-loader.min.js
</script>
<script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://trendshealth.com.br/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script>	<script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script></body>
</html>

<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1781217289 -->