{"id":12,"date":"2023-12-09T01:22:34","date_gmt":"2023-12-09T04:22:34","guid":{"rendered":"https:\/\/contabilidade.planicont.net.br\/?page_id=12"},"modified":"2023-12-24T16:02:17","modified_gmt":"2023-12-24T19:02:17","slug":"home","status":"publish","type":"page","link":"https:\/\/contabilidade.planicont.net.br\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"12\" class=\"elementor elementor-12\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-149a304 e-flex e-con-boxed e-con e-parent\" data-id=\"149a304\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7e396ff elementor-widget-tablet__width-initial elementor-vertical-align-top elementor-widget elementor-widget-image-box\" data-id=\"7e396ff\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h1 class=\"elementor-image-box-title\">Sua Contabilidade, Nossa Expertise!<\/h1><p class=\"elementor-image-box-description\">Potencialize seus Resultados com uma <strong>Gest\u00e3o Cont\u00e1bil Especializada e Personalizada.<strong><\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-55f89d6 e-flex e-con-boxed e-con e-child\" data-id=\"55f89d6\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dcdb75a elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"dcdb75a\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Abrir Empresa<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5a625da elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"5a625da\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Trocar de Contador<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-eddb87e e-flex e-con-boxed e-con e-parent\" data-id=\"eddb87e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" data-marquee=\"muito al\u00e9m da contabilidade \u2656\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0eae167 elementor-widget elementor-widget-html\" data-id=\"0eae167\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\n\/* ScriptSemAtraso *\/\r\nconst getMarqueeNode = content => {\r\nconst el = document.createElement('div');\r\nel.setAttribute('data-marquee-style', true);\r\nel.textContent = content\r\nreturn el;\r\n}\r\n\r\nclass Marquee {\r\nconstructor(el){\r\nthis.el = el;\r\nthis.content = el.getAttribute('data-marquee')\r\nthis.render();\r\n}\r\n\r\nrender(){\r\n\/\/ create the shadow element to measure and calculate\r\n\/\/ the amount of animated items required for marquee\r\n\r\n\/\/ create\r\nconst shadow = getMarqueeNode(this.content);\r\nshadow.setAttribute('data-marquee-shadow', true);\r\n\/\/ add shadow element to sanitized DOM\r\nthis.el.innerHTML = \"\";\r\nthis.el.appendChild(shadow);\r\n\/\/ calculate how many visible items are needed\r\nconst inView = this.calculateItemsInView(shadow);\r\n\/\/ create container to house animated visible items\r\nconst overflow = document.createElement('div');\r\noverflow.setAttribute('data-marquee-overflow', true);\r\nconst content = document.createElement('div');\r\ncontent.setAttribute('data-marquee-container', true);\r\n\/\/ put the content container into an overflow: hidden wrapper\r\noverflow.appendChild(content);\r\n\/\/ double the amount to fill the screen to animate loop\r\nconst count = inView * 3;\r\n\/\/ populate with children\r\nfor( var i = 0; i < count; i++) {\r\ncontent.appendChild(getMarqueeNode(this.content))\r\n}\r\n\/\/ add to DOM\r\nthis.el.appendChild(overflow);\r\n\r\n\/\/ debug\r\n\/\/ console.log(\"visible items required\", inView);\r\n\/\/ console.log(\"total items required\", count);\r\n}\r\n\r\ncalculateItemsInView(ref){\r\nconst [single, total] = [ref.clientWidth, ref.parentNode.clientWidth];\r\n\/\/ ceil in order to ensure there's never a shortage\r\nreturn Math.floor(total \/ single) + 1;\r\n}\r\n}\r\n\r\n\/\/ find elements and create Marquee instances\r\nconst nodes = document.querySelectorAll('[data-marquee]')\r\nconst arr = Array.from(nodes);\r\nconst refs = (arr || []).map( node => new Marquee(node) );\r\n\/\/ recalculate on resize\r\nwindow.addEventListener( 'resize', () => refs.map( r => r.render() ) );\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-32c0a6a e-con-full e-flex e-con e-child\" data-id=\"32c0a6a\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4710bad elementor-widget elementor-widget-heading\" data-id=\"4710bad\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">INSIGHTS INTELIGENTES\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c30ce36 elementor-widget elementor-widget-heading\" data-id=\"c30ce36\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Solu\u00e7\u00e3o Perfeita para<br>\nAumentar seus Resultados<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ca0087d e-grid e-con-boxed e-con e-parent\" data-id=\"ca0087d\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d1eb52c elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"d1eb52c\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"800px\" height=\"800px\" viewBox=\"0 0 1024 1024\" class=\"icon\" fill=\"#000000\"><g id=\"SVGRepo_bgCarrier\" stroke-width=\"0\"><\/g><g id=\"SVGRepo_tracerCarrier\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/g><g id=\"SVGRepo_iconCarrier\"><path d=\"M511.9 129.1s357.7 40.8 441.4 441.4H730s-11.2-230.7-218.1-218.1V129.1z\" fill=\"#FFFFFF\"><\/path><path d=\"M953.9 571H729.5v-0.5c0-0.3-1.4-27.8-11.6-62.9-9.3-32.3-28.2-77.7-64.9-110.6-36.5-32.7-84-47.6-141-44.1h-0.5V128.5l0.6 0.1c0.9 0.1 90.7 10.9 189.5 70.6 58 35 107.8 79.8 147.9 133.1 50.1 66.6 85.3 146.7 104.4 238.1v0.6z m-223.5-1h222.2c-19.1-91-54.1-170.8-104.1-237.1-40-53.2-89.7-97.9-147.7-132.8-94.6-57.1-180.8-69.3-188.5-70.4v222.2c57.1-3.4 104.6 11.6 141.2 44.4 36.9 33.1 55.9 78.7 65.2 111.1 9.6 32.6 11.5 58.8 11.7 62.6z\" fill=\"\"><\/path><path d=\"M511.9 191.3c-209.4 0-379.1 169.7-379.1 379.1s169.7 379.1 379.1 379.1c209.4 0 379.1-169.7 379.1-379.1S721.3 191.3 511.9 191.3zM402.5 759.2c-10.7-6.2-20.9-13.3-30.3-21.2m0-0.1c-47.9-40-78.4-100.2-78.4-167.5 0-120.4 97.6-218.1 218.1-218.1C632.3 352.4 730 450 730 570.5s-97.6 218.1-218.1 218.1c-39.9 0-77.2-10.7-109.4-29.4\" fill=\"#9ACD33\"><\/path><path d=\"M511.9 957.6c-52.3 0-103-10.2-150.7-30.4-46.1-19.5-87.5-47.4-123.1-83-35.6-35.6-63.5-77-83-123.1-20.2-47.7-30.4-98.4-30.4-150.7s10.2-103 30.4-150.7c19.5-46.1 47.4-87.5 83-123.1 35.6-35.6 77-63.5 123.1-83 47.7-20.2 98.4-30.4 150.7-30.4s103 10.2 150.7 30.4c46.1 19.5 87.5 47.4 123.1 83 35.6 35.6 63.5 77 83 123.1 20.2 47.7 30.4 98.4 30.4 150.7s-10.2 103-30.4 150.7c-19.5 46.1-47.4 87.5-83 123.1-35.6 35.6-77 63.5-123.1 83-47.7 20.2-98.4 30.4-150.7 30.4z m0-758.3c-50.1 0-98.7 9.8-144.5 29.2-44.2 18.7-83.9 45.5-118 79.5-34.1 34.1-60.8 73.8-79.5 118-19.4 45.8-29.2 94.4-29.2 144.5s9.8 98.7 29.2 144.5c18.7 44.2 45.5 83.9 79.5 118 34.1 34.1 73.8 60.8 118 79.5 45.8 19.4 94.4 29.2 144.5 29.2 50.1 0 98.7-9.8 144.5-29.2 44.2-18.7 83.9-45.5 118-79.5 34.1-34.1 60.8-73.8 79.5-118 19.4-45.8 29.2-94.4 29.2-144.5s-9.8-98.7-29.2-144.5c-18.7-44.2-45.5-83.9-79.5-118-34.1-34.1-73.8-60.8-118-79.5-45.8-19.4-94.4-29.2-144.5-29.2z m0 597.2c-39.9 0-79.1-10.5-113.4-30.5-11-6.4-21.6-13.8-31.4-22-51.6-43.1-81.3-106.4-81.3-173.6 0-60.4 23.5-117.2 66.2-159.9s99.5-66.2 159.9-66.2 117.2 23.5 159.9 66.2S738 510 738 570.4c0 60.4-23.5 117.2-66.2 159.9s-99.5 66.2-159.9 66.2z m-105.4-44.2c31.9 18.5 68.3 28.3 105.4 28.3 115.8 0 210.1-94.2 210.1-210.1s-94.2-210.1-210.1-210.1c-115.8 0-210.1 94.2-210.1 210.1 0 62.5 27.5 121.3 75.5 161.3L373 737l4.3-5.2c9.2 7.6 19 14.5 29.2 20.5l-5 8.6 5-8.6z\" fill=\"#0A0408\"><\/path><path d=\"M511.9 352.4V62.8c-126.8 0-242.7 46.5-331.6 123.3l189.2 219.3c38.2-33 87.9-53 142.4-53z\" fill=\"#FFFFFF\"><\/path><path d=\"M368.6 416.6L169 185.3l6.1-5.2c45.8-39.6 97.7-70.5 154-91.9C387.4 66.1 449 54.8 511.9 54.8h8v305.6h-8c-50.4 0-99.1 18.1-137.2 51l-6.1 5.2zM191.6 187l178.8 207.2c38-30.5 84.8-47.9 133.5-49.6V70.9c-58.2 0.9-115.1 11.7-169.1 32.2-52.2 19.8-100.3 48-143.2 83.9z\" fill=\"#0A0408\"><\/path><path d=\"M472.3 315.8v-200c-87.6 0-167.6 32.1-229.1 85.2l130.7 151.5c26.4-22.9 60.8-36.7 98.4-36.7z\" fill=\"#9ACD33\"><\/path><path d=\"M952.3 571.5c0-243.8-197.6-441.4-441.4-441.4\" fill=\"#FFFFFF\"><\/path><path d=\"M960.3 571.5h-16c0-2.6 0-5.3-0.1-7.9l16-0.3c0.1 2.7 0.1 5.4 0.1 8.2zM943.7 548.2c-0.3-5.1-0.6-10.3-1.1-15.4l15.9-1.4c0.5 5.3 0.8 10.7 1.1 16l-15.9 0.8z m-2.8-30.8c-0.6-5.1-1.4-10.2-2.2-15.3l15.8-2.5c0.8 5.3 1.6 10.6 2.3 15.9l-15.9 1.9z m-4.9-30.6c-1-5-2.1-10.1-3.3-15.1l15.6-3.7c1.2 5.2 2.4 10.5 3.4 15.7l-15.7 3.1z m-7.1-30.1c-1.4-5-2.8-9.9-4.4-14.8l15.3-4.8c1.6 5.1 3.1 10.2 4.5 15.4l-15.4 4.2z m-9.2-29.5c-1.7-4.8-3.5-9.7-5.4-14.5l14.9-5.9c2 5 3.9 10 5.6 15.1l-15.1 5.3z m-11.4-28.8c-2.1-4.7-4.2-9.5-6.4-14.1l14.4-6.9c2.3 4.8 4.5 9.7 6.7 14.6l-14.7 6.4z m-13.4-28c-2.4-4.5-4.9-9.1-7.4-13.6l13.9-7.9c2.7 4.6 5.2 9.4 7.7 14.1l-14.2 7.4z m-15.3-26.9c-2.7-4.4-5.5-8.7-8.4-13l13.3-8.9c3 4.4 5.9 9 8.7 13.5l-13.6 8.4z m-17.3-25.7c-3-4.2-6.1-8.3-9.3-12.4l12.6-9.8c3.3 4.2 6.5 8.5 9.6 12.8l-12.9 9.4z m-19-24.4c-3.3-3.9-6.7-7.9-10.1-11.7l11.9-10.7c3.6 3.9 7.1 8 10.5 12.1l-12.3 10.3z m-20.7-23c-3.6-3.7-7.2-7.4-10.9-10.9l11.1-11.5c3.8 3.7 7.6 7.5 11.3 11.3l-11.5 11.1zM800.4 249c-3.8-3.4-7.7-6.8-11.7-10.1l10.3-12.3c4.1 3.4 8.2 6.9 12.1 10.5L800.4 249z m-23.7-19.9c-4-3.1-8.2-6.3-12.4-9.3l9.4-13c4.3 3.1 8.6 6.3 12.8 9.6l-9.8 12.7z m-25.1-18c-4.3-2.8-8.6-5.7-13-8.4l8.4-13.6c4.5 2.8 9.1 5.7 13.5 8.7l-8.9 13.3z m-26.2-16.3c-4.4-2.5-9-5-13.5-7.4l7.4-14.2c4.7 2.5 9.4 5.1 14 7.7l-7.9 13.9zM698 180.5c-4.6-2.2-9.3-4.4-14-6.4l6.4-14.7c4.9 2.1 9.8 4.4 14.5 6.7l-6.9 14.4z m-28.2-12.4c-4.8-1.9-9.6-3.7-14.4-5.4l5.3-15.1c5 1.8 10 3.6 15 5.6l-5.9 14.9z m-29.1-10.2c-4.9-1.5-9.9-3-14.8-4.4l4.2-15.4c5.1 1.4 10.3 2.9 15.4 4.5l-4.8 15.3z m-29.8-8.2c-5-1.2-10.1-2.3-15.1-3.3l3.1-15.7c5.2 1 10.5 2.2 15.7 3.4l-3.7 15.6z m-30.4-6c-5.1-0.8-10.2-1.6-15.3-2.2l2-15.9c5.3 0.7 10.6 1.4 15.9 2.3l-2.6 15.8z m-30.6-3.9c-5.1-0.5-10.3-0.8-15.4-1.1l0.9-16c5.3 0.3 10.7 0.7 16 1.1l-1.5 16zM518.8 138.2c-2.6 0-5.2-0.1-7.9-0.1v-16c2.7 0 5.5 0 8.1 0.1l-0.2 16z\" fill=\"#0A0408\"><\/path><path d=\"M511.9 129.1v223.3C632.3 352.4 730 450 730 570.5h223.3\" fill=\"#FFFFFF\"><\/path><path d=\"M953.3 578.5H722v-8c0-115.8-94.2-210.1-210.1-210.1h-8V129.1h16v215.4c57.4 2 111 25.3 151.9 66.1s64.1 94.5 66.1 151.9h215.4v16z\" fill=\"#0A0408\"><\/path><path d=\"M953.8 593.5h-1c-12.5 0-22.6-10.1-22.6-22.6v-1c0-12.5 10.1-22.6 22.6-22.6h1c12.5 0 22.6 10.1 22.6 22.6v1c-0.1 12.5-10.2 22.6-22.6 22.6z\" fill=\"#9ACD33\"><\/path><path d=\"M953.8 601.5h-1c-16.8 0-30.6-13.7-30.6-30.6v-1c0-16.8 13.7-30.6 30.6-30.6h1c16.8 0 30.6 13.7 30.6 30.6v1c-0.1 16.9-13.8 30.6-30.6 30.6z m-1-46.1c-8 0-14.6 6.5-14.6 14.6v1c0 8 6.5 14.6 14.6 14.6h1c8 0 14.6-6.5 14.6-14.6v-1c0-8-6.5-14.6-14.6-14.6h-1z\" fill=\"#0A0408\"><\/path><path d=\"M512.4 152.1h-1c-12.5 0-22.6-10.1-22.6-22.6v-1c0-12.5 10.1-22.6 22.6-22.6h1c12.5 0 22.6 10.1 22.6 22.6v1c-0.1 12.5-10.2 22.6-22.6 22.6z\" fill=\"#9ACD33\"><\/path><path d=\"M512.4 160.1h-1c-16.8 0-30.6-13.7-30.6-30.6v-1c0-16.8 13.7-30.6 30.6-30.6h1c16.8 0 30.6 13.7 30.6 30.6v1c-0.1 16.9-13.8 30.6-30.6 30.6z m-1-46c-8 0-14.6 6.5-14.6 14.6v1c0 8 6.5 14.6 14.6 14.6h1c8 0 14.6-6.5 14.6-14.6v-1c0-8-6.5-14.6-14.6-14.6h-1z\" fill=\"#0A0408\"><\/path><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tContabilidade Empresarial\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7abe58d elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"7abe58d\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"800px\" height=\"800px\" viewBox=\"0 0 1024 1024\" class=\"icon\" fill=\"#000000\"><g id=\"SVGRepo_bgCarrier\" stroke-width=\"0\"><\/g><g id=\"SVGRepo_tracerCarrier\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/g><g id=\"SVGRepo_iconCarrier\"><path d=\"M858.5 933.3h-24v-16h16v3.9h8v12.1z m-40 0h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0H165v-18.5h16v10.5h-2.5v8z m680-28.1h-16v-16h16v16zM181 898.8h-16v-16h16v16z m677.5-25.6h-16v-16h16v16zM181 866.8h-16v-16h16v16z m677.5-25.6h-16v-16h16v16zM181 834.8h-16v-16h16v16z m677.5-25.6h-16v-16h16v16zM181 802.8h-16v-16h16v16z m677.5-25.6h-16v-16h16v16zM181 770.8h-16v-16h16v16z m677.5-25.6h-16v-16h16v16zM181 738.8h-16v-16h16v16z m677.5-25.6h-16v-16h16v16zM181 706.8h-16v-16h16v16z m677.5-25.6h-16v-16h16v16zM181 674.8h-16v-16h16v16z m677.5-25.6h-16v-16h16v16zM181 642.8h-16v-16h16v16z m677.5-25.6h-16v-16h16v16zM181 610.8h-16v-16h16v16z m677.5-25.6h-16v-16h16v16zM181 578.8h-16v-16h16v16z m677.5-25.6h-16v-16h16v16zM181 546.8h-16v-16h16v16z m677.5-25.6h-16v-16h16v16zM181 514.8h-16v-16h16v16z m677.5-25.6h-16v-16h16v16zM181 482.8h-16v-16h16v16z m677.5-25.6h-16v-16h16v16zM181 450.8h-16v-16h16v16z m677.5-25.6h-16v-16h16v16zM181 418.8h-16v-16h16v16z m677.5-25.6h-16v-16h16v16zM181 386.8h-16v-16h16v16z m677.5-25.6h-16v-16h16v16zM181 354.8h-16v-16h16v16z m677.5-25.6h-16v-16h16v16zM181 322.8h-16v-16h16v16z m677.5-25.6h-16v-16h16v16zM181 290.8h-16v-16h16v16z m677.5-25.6h-16v-16h16v16zM181 258.8h-16v-16h16v16z m677.5-25.6h-16v-16h16v16zM181 226.8h-16v-16h16v16z m677.5-25.6h-16v-16h16v16zM181 194.8h-16v-16h16v16z m677.5-25.6h-16v-16h16v16zM181 162.8h-16v-16h16v16z m677.5-25.6h-16v-16h16v16zM181 130.8h-16v-16h16v16z m677.5-25.6h-16v-8.4h0.4v-8h15.6v16.4z m-31.6-0.5h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0h-16v-16h16v16z m-32 0H173v-5.9h-8V88.7h21.9v16z\" fill=\"#0A0408\"><\/path><path d=\"M261.7 193.2h500.2v228.9H261.7z\" fill=\"#9ACD33\"><\/path><path d=\"M769.8 430.2H253.7v-245h516.2v245z m-500.1-16h484.2v-213H269.7v213z\" fill=\"#0A0408\"><\/path><path d=\"M261.7 496.3h112.4v129.4H261.7z\" fill=\"#9ACD33\"><\/path><path d=\"M382.1 633.7H253.7V488.3h128.4v145.4z m-112.4-16h96.4V504.3h-96.4v113.4z\" fill=\"#0A0408\"><\/path><path d=\"M455.5 496.3h112.4v129.4H455.5z\" fill=\"#9ACD33\"><\/path><path d=\"M576 633.7H447.5V488.3H576v145.4z m-112.5-16H560V504.3h-96.4v113.4z\" fill=\"#0A0408\"><\/path><path d=\"M261.7 709.9h112.4v129.4H261.7z\" fill=\"#9ACD33\"><\/path><path d=\"M382.1 847.3H253.7V701.9h128.4v145.4z m-112.4-16h96.4V717.9h-96.4v113.4z\" fill=\"#0A0408\"><\/path><path d=\"M455.5 709.9h112.4v129.4H455.5z\" fill=\"#9ACD33\"><\/path><path d=\"M576 847.3H447.5V701.9H576v145.4z m-112.5-16H560V717.9h-96.4v113.4z\" fill=\"#0A0408\"><\/path><path d=\"M649.4 496.3h112.4v342.9H649.4z\" fill=\"#9ACD33\"><\/path><path d=\"M769.8 847.3H641.4v-359h128.4v359z m-112.4-16h96.4v-327h-96.4v327zM261.7 256.3h78.5v16h-78.5zM261.7 333h139.7v16H261.7z\" fill=\"#0A0408\"><\/path><path d=\"M147.3 71h51.4v51.4h-51.4z\" fill=\"#9ACD33\"><\/path><path d=\"M206.7 130.5h-67.4V63h67.4v67.5z m-51.4-16h35.4V79h-35.4v35.5z\" fill=\"#0A0408\"><\/path><path d=\"M824.8 71h51.4v51.4h-51.4z\" fill=\"#9ACD33\"><\/path><path d=\"M884.2 130.5h-67.4V63h67.4v67.5z m-51.4-16h35.4V79h-35.4v35.5z\" fill=\"#0A0408\"><\/path><path d=\"M147.3 899.6h51.4V951h-51.4z\" fill=\"#9ACD33\"><\/path><path d=\"M206.7 959h-67.4v-67.4h67.4V959z m-51.4-16h35.4v-35.4h-35.4V943z\" fill=\"#0A0408\"><\/path><path d=\"M824.8 899.6h51.4V951h-51.4z\" fill=\"#9ACD33\"><\/path><path d=\"M884.2 959h-67.4v-67.4h67.4V959z m-51.4-16h35.4v-35.4h-35.4V943z\" fill=\"#0A0408\"><\/path><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tTerceiriza\u00e7\u00e3o do Financeiro\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5802cb8 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"5802cb8\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"800px\" height=\"800px\" viewBox=\"0 0 1024 1024\" class=\"icon\" fill=\"#000000\"><g id=\"SVGRepo_bgCarrier\" stroke-width=\"0\"><\/g><g id=\"SVGRepo_tracerCarrier\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/g><g id=\"SVGRepo_iconCarrier\"><path d=\"M135.3 373h753.1v493H135.3z\" fill=\"#FFFFFF\"><\/path><path d=\"M880.5 365h16v16h-16zM864.8 381h-15.7v-16h15.7v16z m-31.4 0h-15.7v-16h15.7v16z m-31.3 0h-15.7v-16h15.7v16z m-31.4 0H755v-16h15.7v16z m-31.4 0h-15.7v-16h15.7v16z m-31.3 0h-15.7v-16H708v16z m-31.4 0h-15.7v-16h15.7v16z m-31.4 0h-15.7v-16h15.7v16z m-31.3 0h-15.7v-16h15.7v16z m-31.4 0h-15.7v-16h15.7v16z m-31.4 0h-15.7v-16h15.7v16z m-31.4 0H504v-16h15.7v16z m-31.3 0h-15.7v-16h15.7v16z m-31.4 0h-15.7v-16H457v16z m-31.4 0H410v-16h15.7v16z m-31.3 0h-15.7v-16h15.7v16z m-31.4 0h-15.7v-16h15.7v16z m-31.4 0h-15.7v-16h15.7v16z m-31.3 0h-15.7v-16h15.7v16z m-31.4 0h-15.7v-16h15.7v16z m-31.4 0h-15.7v-16h15.7v16z m-31.3 0h-15.7v-16h15.7v16z m-31.4 0H159v-16h15.7v16zM127.3 365h16v16h-16zM143.3 841.5h-16v-16.4h16v16.4z m0-32.9h-16v-16.4h16v16.4z m0-32.8h-16v-16.4h16v16.4z m0-32.9h-16v-16.4h16v16.4z m0-32.9h-16v-16.4h16V710z m0-32.9h-16v-16.4h16v16.4z m0-32.9h-16v-16.4h16v16.4z m0-32.9h-16v-16.4h16v16.4z m0-32.9h-16V562h16v16.4z m0-32.9h-16v-16.4h16v16.4z m0-32.9h-16v-16.4h16v16.4z m0-32.9h-16v-16.4h16v16.4z m0-32.9h-16v-16.4h16v16.4z m0-32.9h-16v-16.4h16v16.4zM127.3 858h16v16h-16zM864.8 874h-15.7v-16h15.7v16z m-31.4 0h-15.7v-16h15.7v16z m-31.3 0h-15.7v-16h15.7v16z m-31.4 0H755v-16h15.7v16z m-31.4 0h-15.7v-16h15.7v16z m-31.3 0h-15.7v-16H708v16z m-31.4 0h-15.7v-16h15.7v16z m-31.4 0h-15.7v-16h15.7v16z m-31.3 0h-15.7v-16h15.7v16z m-31.4 0h-15.7v-16h15.7v16z m-31.4 0h-15.7v-16h15.7v16z m-31.4 0H504v-16h15.7v16z m-31.3 0h-15.7v-16h15.7v16z m-31.4 0h-15.7v-16H457v16z m-31.4 0H410v-16h15.7v16z m-31.3 0h-15.7v-16h15.7v16z m-31.4 0h-15.7v-16h15.7v16z m-31.4 0h-15.7v-16h15.7v16z m-31.3 0h-15.7v-16h15.7v16z m-31.4 0h-15.7v-16h15.7v16z m-31.4 0h-15.7v-16h15.7v16z m-31.3 0h-15.7v-16h15.7v16z m-31.4 0H159v-16h15.7v16zM880.5 858h16v16h-16zM896.5 841.5h-16v-16.4h16v16.4z m0-32.9h-16v-16.4h16v16.4z m0-32.8h-16v-16.4h16v16.4z m0-32.9h-16v-16.4h16v16.4z m0-32.9h-16v-16.4h16V710z m0-32.9h-16v-16.4h16v16.4z m0-32.9h-16v-16.4h16v16.4z m0-32.9h-16v-16.4h16v16.4z m0-32.9h-16V562h16v16.4z m0-32.9h-16v-16.4h16v16.4z m0-32.9h-16v-16.4h16v16.4z m0-32.9h-16v-16.4h16v16.4z m0-32.9h-16v-16.4h16v16.4z m0-32.9h-16v-16.4h16v16.4z\" fill=\"#0A0408\"><\/path><path d=\"M192.7 440.7h645.2v454.9H192.7z\" fill=\"#9ACD33\"><\/path><path d=\"M71.9 864.5H952v83.9H71.9z\" fill=\"#FFFFFF\"><\/path><path d=\"M959.9 956.4h-896v-99.9H960v99.9z m-880-16H944v-67.9H79.9v67.9z\" fill=\"#0A0408\"><\/path><path d=\"M314.5 334.1h84.4v319.7h-84.4z\" fill=\"#9ACD33\"><\/path><path d=\"M406.9 661.8H306.5V326.1h100.4v335.7z m-84.4-16h68.4V342.1h-68.4v303.7z\" fill=\"#0A0408\"><\/path><path d=\"M475.3 145.7h84.4v508.1h-84.4z\" fill=\"#9ACD33\"><\/path><path d=\"M567.6 661.8H467.3V137.7h100.4v524.1z m-84.3-16h68.4V153.7h-68.4v492.1z\" fill=\"#0A0408\"><\/path><path d=\"M636 241.8h84.4v412H636z\" fill=\"#9ACD33\"><\/path><path d=\"M728.4 661.8H628v-428h100.4v428z m-84.4-16h68.4v-396H644v396z\" fill=\"#0A0408\"><\/path><path d=\"M314.5 308.7h84.4v110.8h-84.4z\" fill=\"#FFFFFF\"><\/path><path d=\"M406.9 427.5H306.5V300.7h100.4v126.8z m-84.4-16h68.4v-94.8h-68.4v94.8z\" fill=\"#0A0408\"><\/path><path d=\"M475.3 104h84.4v110.8h-84.4z\" fill=\"#FFFFFF\"><\/path><path d=\"M567.6 222.8H467.3V96h100.4v126.8z m-84.3-16h68.4V112h-68.4v94.8z\" fill=\"#0A0408\"><\/path><path d=\"M636 223.3h84.4v110.8H636z\" fill=\"#FFFFFF\"><\/path><path d=\"M728.4 342.1H628V215.3h100.4v126.8z m-84.4-16h68.4v-94.8H644v94.8z\" fill=\"#0A0408\"><\/path><path d=\"M314.5 742.2h8v16h-8zM696.8 758.2h-15.6v-16h15.6v16z m-31.2 0H650v-16h15.6v16z m-31.2 0h-15.6v-16h15.6v16z m-31.2 0h-15.6v-16h15.6v16z m-31.2 0h-15.6v-16H572v16z m-31.2 0h-15.6v-16h15.6v16z m-31.1 0h-15.6v-16h15.6v16z m-31.2 0h-15.6v-16h15.6v16z m-31.2 0h-15.6v-16h15.6v16z m-31.2 0h-15.6v-16h15.6v16z m-31.2 0h-15.6v-16h15.6v16z m-31.2 0h-15.6v-16h15.6v16zM712.4 742.2h8v16h-8z\" fill=\"#0A0408\"><\/path><path d=\"M109.9 347.6h50.9v50.9h-50.9z\" fill=\"#9ACD33\"><\/path><path d=\"M168.8 406.5h-66.9v-66.9h66.9v66.9z m-50.9-16h34.9v-34.9h-34.9v34.9z\" fill=\"#0A0408\"><\/path><path d=\"M863.7 346.9h50.9v50.9h-50.9z\" fill=\"#9ACD33\"><\/path><path d=\"M922.6 405.7h-66.9v-66.9h66.9v66.9z m-50.9-16h34.9v-34.9h-34.9v34.9z\" fill=\"#0A0408\"><\/path><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tContabilidade<br>Gerencial\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-345f64c e-flex e-con-boxed e-con e-parent\" data-id=\"345f64c\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aadb643 elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"aadb643\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Abrir Empresa<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5824508 elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"5824508\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Trocar de Contador<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-638512a e-flex e-con-boxed e-con e-parent\" data-id=\"638512a\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a2e5a70 elementor-widget elementor-widget-counter\" data-id=\"a2e5a70\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Empresas<br> Atendidas<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"250\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a95ef6e elementor-widget elementor-widget-counter\" data-id=\"a95ef6e\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Segmentos<br>Atendidos<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"40\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e9563c3 elementor-widget elementor-widget-counter\" data-id=\"e9563c3\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Vidas do RH<br>Atendidas<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"700\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1405dae elementor-widget elementor-widget-counter\" data-id=\"1405dae\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Tarefas<br>Executadas<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"6800\" data-from-value=\"0\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6677964 elementor-widget elementor-widget-counter\" data-id=\"6677964\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Horas de<br>Atendimento<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"300\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9adeea1 elementor-widget elementor-widget-counter\" data-id=\"9adeea1\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Tecnologias<br>Empregadas<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"100\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-55748fb e-flex e-con-boxed e-con e-parent\" data-id=\"55748fb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-86535c5 e-con-full e-flex e-con e-child\" data-id=\"86535c5\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-755df34 e-flex e-con-boxed e-con e-child\" data-id=\"755df34\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-c1fb5b7 e-con-full e-flex e-con e-child\" data-id=\"c1fb5b7\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-41b9be7 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"41b9be7\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">DEPOIMENTOS<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8e1e017 elementor-widget elementor-widget-heading\" data-id=\"8e1e017\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Atendemos diversos Segmentos que confiam no nosso Trabalho<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f7e85f4 e-con-full e-flex e-con e-child\" data-id=\"f7e85f4\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b89a1be elementor-view-stacked elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"b89a1be\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-quote-left\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-adc55bc elementor-widget elementor-widget-image\" data-id=\"adc55bc\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"70\" height=\"70\" src=\"https:\/\/contabilidade.planicont.net.br\/wp-content\/uploads\/2023\/12\/default-user-image-1-1.png\" class=\"attachment-large size-large wp-image-559\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-708c78c elementor--star-style-star_unicode elementor-star-rating--align-center elementor-widget elementor-widget-star-rating\" data-id=\"708c78c\" data-element_type=\"widget\" data-widget_type=\"star-rating.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-star-rating__wrapper\">\n\t\t\t\t\t\t<div class=\"elementor-star-rating\" itemtype=\"http:\/\/schema.org\/Rating\" itemscope=\"\" itemprop=\"reviewRating\">\n\t\t\t\t<i class=\"elementor-star-full\" aria-hidden=\"true\">&#9733;<\/i><i class=\"elementor-star-full\" aria-hidden=\"true\">&#9733;<\/i><i class=\"elementor-star-full\" aria-hidden=\"true\">&#9733;<\/i><i class=\"elementor-star-full\" aria-hidden=\"true\">&#9733;<\/i><i class=\"elementor-star-full\" aria-hidden=\"true\">&#9733;<\/i>\t\t\t\t<span itemprop=\"ratingValue\" class=\"elementor-screen-only\">Classificado como 5 de 5<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0b0165a elementor-widget elementor-widget-heading\" data-id=\"0b0165a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Lorem ipsum dolor\n\n<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-22b37eb elementor-widget elementor-widget-heading\" data-id=\"22b37eb\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n\n\n<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c82f25c e-con-full e-flex e-con e-child\" data-id=\"c82f25c\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-15f5fdf elementor-view-stacked elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"15f5fdf\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-quote-left\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2ed685e elementor-widget elementor-widget-image\" data-id=\"2ed685e\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"70\" height=\"70\" src=\"https:\/\/contabilidade.planicont.net.br\/wp-content\/uploads\/2023\/12\/default-user-image-1-1.png\" class=\"attachment-large size-large wp-image-559\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9d9fb54 elementor--star-style-star_unicode elementor-star-rating--align-center elementor-widget elementor-widget-star-rating\" data-id=\"9d9fb54\" data-element_type=\"widget\" data-widget_type=\"star-rating.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-star-rating__wrapper\">\n\t\t\t\t\t\t<div class=\"elementor-star-rating\" itemtype=\"http:\/\/schema.org\/Rating\" itemscope=\"\" itemprop=\"reviewRating\">\n\t\t\t\t<i class=\"elementor-star-full\" aria-hidden=\"true\">&#9733;<\/i><i class=\"elementor-star-full\" aria-hidden=\"true\">&#9733;<\/i><i class=\"elementor-star-full\" aria-hidden=\"true\">&#9733;<\/i><i class=\"elementor-star-full\" aria-hidden=\"true\">&#9733;<\/i><i class=\"elementor-star-full\" aria-hidden=\"true\">&#9733;<\/i>\t\t\t\t<span itemprop=\"ratingValue\" class=\"elementor-screen-only\">Classificado como 5 de 5<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9ba1365 elementor-widget elementor-widget-heading\" data-id=\"9ba1365\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Lorem ipsum dolor\n\n<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0ae0a01 elementor-widget elementor-widget-heading\" data-id=\"0ae0a01\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n\n\n<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-00598ac e-con-full e-flex e-con e-parent\" data-id=\"00598ac\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-9486bfc e-con-full e-flex e-con e-child\" data-id=\"9486bfc\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0fd13d3 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"0fd13d3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Tecnologia para atender nosso cliente cada vez melhor!\n\n<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0738cb3 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"0738cb3\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f1b133f elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-heading\" data-id=\"f1b133f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Buscamos intensamente por novas tecnologias que possam auxiliar na nossa rotina di\u00e1ria. Com elas, otimizamos tempo e nos certificamos que todas as tarefas do escrit\u00f3rio ser\u00e3o feitas.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-94388f0 e-flex e-con-boxed e-con e-parent\" data-id=\"94388f0\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-50a807f e-flex e-con-boxed e-con e-child\" data-id=\"50a807f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4567cd0 elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"4567cd0\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Ainda tem d\u00favidas se nossa assessoria \u00e9 para voc\u00ea?<\/h3><p class=\"elementor-image-box-description\">Fale agora no whatsapp com nossa equipe e vamos tirar todas suas d\u00favidas que voc\u00ea ainda tem sobre nossa assessoria.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5d0c9c9 e-flex e-con-boxed e-con e-child\" data-id=\"5d0c9c9\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-811e593 elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"811e593\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Abrir Empresa<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ce701a2 elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"ce701a2\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Trocar de Contador<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Sua Contabilidade, Nossa Expertise! Potencialize seus Resultados com uma Gest\u00e3o Cont\u00e1bil Especializada e Personalizada. Abrir Empresa Trocar de Contador INSIGHTS INTELIGENTES Solu\u00e7\u00e3o Perfeita para Aumentar seus Resultados Contabilidade Empresarial Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Terceiriza\u00e7\u00e3o do Financeiro Lorem ipsum dolor sit amet, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":513,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-12","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Contabilidade - Contabilidade em Porto Alegre (Recomendado)<\/title>\n<meta name=\"description\" content=\"Desde 2006 a Contabiliti participa de v\u00e1rias hist\u00f3rias de sucesso, contribuindo para o crescimento e desenvolvimento de centenas de neg\u00f3cios.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/contabilidade.planicont.net.br\/\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contabilidade - Contabilidade em Porto Alegre (Recomendado)\" \/>\n<meta property=\"og:description\" content=\"Desde 2006 a Contabiliti participa de v\u00e1rias hist\u00f3rias de sucesso, contribuindo para o crescimento e desenvolvimento de centenas de neg\u00f3cios.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/contabilidade.planicont.net.br\/\" \/>\n<meta property=\"og:site_name\" content=\"Contabilidade\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-24T19:02:17+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. tempo de leitura\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/contabilidade.planicont.net.br\/\",\"url\":\"https:\/\/contabilidade.planicont.net.br\/\",\"name\":\"Contabilidade - Contabilidade em Porto Alegre (Recomendado)\",\"isPartOf\":{\"@id\":\"https:\/\/contabilidade.planicont.net.br\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/contabilidade.planicont.net.br\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/contabilidade.planicont.net.br\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/contabilidade.planicont.net.br\/wp-content\/uploads\/2023\/12\/report.svg\",\"datePublished\":\"2023-12-09T04:22:34+00:00\",\"dateModified\":\"2023-12-24T19:02:17+00:00\",\"description\":\"Desde 2006 a Contabiliti participa de v\u00e1rias hist\u00f3rias de sucesso, contribuindo para o crescimento e desenvolvimento de centenas de neg\u00f3cios.\",\"breadcrumb\":{\"@id\":\"https:\/\/contabilidade.planicont.net.br\/#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/contabilidade.planicont.net.br\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/contabilidade.planicont.net.br\/#primaryimage\",\"url\":\"https:\/\/contabilidade.planicont.net.br\/wp-content\/uploads\/2023\/12\/report.svg\",\"contentUrl\":\"https:\/\/contabilidade.planicont.net.br\/wp-content\/uploads\/2023\/12\/report.svg\",\"width\":800,\"height\":800,\"caption\":\"report\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/contabilidade.planicont.net.br\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\/\/contabilidade.planicont.net.br\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/contabilidade.planicont.net.br\/#website\",\"url\":\"https:\/\/contabilidade.planicont.net.br\/\",\"name\":\"Contabilidade\",\"description\":\"Online e Digital\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/contabilidade.planicont.net.br\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-BR\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contabilidade - Contabilidade em Porto Alegre (Recomendado)","description":"Desde 2006 a Contabiliti participa de v\u00e1rias hist\u00f3rias de sucesso, contribuindo para o crescimento e desenvolvimento de centenas de neg\u00f3cios.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/contabilidade.planicont.net.br\/","og_locale":"pt_BR","og_type":"article","og_title":"Contabilidade - Contabilidade em Porto Alegre (Recomendado)","og_description":"Desde 2006 a Contabiliti participa de v\u00e1rias hist\u00f3rias de sucesso, contribuindo para o crescimento e desenvolvimento de centenas de neg\u00f3cios.","og_url":"https:\/\/contabilidade.planicont.net.br\/","og_site_name":"Contabilidade","article_modified_time":"2023-12-24T19:02:17+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. tempo de leitura":"2 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/contabilidade.planicont.net.br\/","url":"https:\/\/contabilidade.planicont.net.br\/","name":"Contabilidade - Contabilidade em Porto Alegre (Recomendado)","isPartOf":{"@id":"https:\/\/contabilidade.planicont.net.br\/#website"},"primaryImageOfPage":{"@id":"https:\/\/contabilidade.planicont.net.br\/#primaryimage"},"image":{"@id":"https:\/\/contabilidade.planicont.net.br\/#primaryimage"},"thumbnailUrl":"https:\/\/contabilidade.planicont.net.br\/wp-content\/uploads\/2023\/12\/report.svg","datePublished":"2023-12-09T04:22:34+00:00","dateModified":"2023-12-24T19:02:17+00:00","description":"Desde 2006 a Contabiliti participa de v\u00e1rias hist\u00f3rias de sucesso, contribuindo para o crescimento e desenvolvimento de centenas de neg\u00f3cios.","breadcrumb":{"@id":"https:\/\/contabilidade.planicont.net.br\/#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/contabilidade.planicont.net.br\/"]}]},{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/contabilidade.planicont.net.br\/#primaryimage","url":"https:\/\/contabilidade.planicont.net.br\/wp-content\/uploads\/2023\/12\/report.svg","contentUrl":"https:\/\/contabilidade.planicont.net.br\/wp-content\/uploads\/2023\/12\/report.svg","width":800,"height":800,"caption":"report"},{"@type":"BreadcrumbList","@id":"https:\/\/contabilidade.planicont.net.br\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/contabilidade.planicont.net.br\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/contabilidade.planicont.net.br\/#website","url":"https:\/\/contabilidade.planicont.net.br\/","name":"Contabilidade","description":"Online e Digital","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/contabilidade.planicont.net.br\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-BR"}]}},"_links":{"self":[{"href":"https:\/\/contabilidade.planicont.net.br\/index.php?rest_route=\/wp\/v2\/pages\/12","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/contabilidade.planicont.net.br\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/contabilidade.planicont.net.br\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/contabilidade.planicont.net.br\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/contabilidade.planicont.net.br\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=12"}],"version-history":[{"count":117,"href":"https:\/\/contabilidade.planicont.net.br\/index.php?rest_route=\/wp\/v2\/pages\/12\/revisions"}],"predecessor-version":[{"id":1031,"href":"https:\/\/contabilidade.planicont.net.br\/index.php?rest_route=\/wp\/v2\/pages\/12\/revisions\/1031"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/contabilidade.planicont.net.br\/index.php?rest_route=\/wp\/v2\/media\/513"}],"wp:attachment":[{"href":"https:\/\/contabilidade.planicont.net.br\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=12"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}