{"id":1907,"date":"2026-02-21T19:00:30","date_gmt":"2026-02-21T19:00:30","guid":{"rendered":"https:\/\/reinarmarketing.com.br\/mkt\/?page_id=1907"},"modified":"2026-06-18T19:24:55","modified_gmt":"2026-06-18T19:24:55","slug":"funcionalidades","status":"publish","type":"page","link":"https:\/\/reinarmarketing.com.br\/mkt\/funcionalidades\/","title":{"rendered":"Funcionalidades"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"pt-BR\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, viewport-fit=cover\">\n    <title>CRM Reinar | Funcionalidades com Vetores Azuis Profissionais<\/title>\n    <meta name=\"description\" content=\"Ilustra\u00e7\u00f5es vetoriais em tons de azul para cada funcionalidade do CRM Reinar.\">\n    \n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:opsz,wght@14..32,300;400;500;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n    \n    <style>\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n        \n        :root {\n            --primary: #0055FF;\n            --primary-dark: #0044CC;\n            --primary-light: #E8F0FF;\n            --primary-soft: #F0F5FF;\n            --primary-mid: #3399FF;\n            --primary-deep: #0022AA;\n            --accent-blue: #00C4FF;\n            --dark: #1A1F36;\n            --gray: #5B677D;\n            --gray-light: #8E98A9;\n            --light: #F8FAFE;\n            --white: #FFFFFF;\n            --border: #E2E8F0;\n            --shadow-sm: 0 4px 14px rgba(0,85,255,0.08);\n            --shadow-md: 0 12px 28px -8px rgba(0,85,255,0.12);\n            --shadow-lg: 0 24px 40px -12px rgba(0,85,255,0.2);\n            --radius: 28px;\n            --radius-md: 18px;\n        }\n        \n        body {\n            font-family: 'Inter', sans-serif;\n            color: var(--dark);\n            background: var(--white);\n            line-height: 1.5;\n            -webkit-font-smoothing: antialiased;\n        }\n        \n        .container {\n            max-width: 1280px;\n            margin: 0 auto;\n            padding: 0 32px;\n        }\n        \n        @media (max-width: 768px) {\n            .container { padding: 0 20px; }\n        }\n        \n        h1, h2, h3 { font-weight: 700; letter-spacing: -0.02em; }\n        h1 { font-size: clamp(2rem, 5vw, 3.2rem); background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 1.2rem; }\n        h2 { font-size: clamp(1.6rem, 4vw, 2.4rem); margin-bottom: 1.5rem; }\n        h2 i { font-style: normal; color: var(--primary); border-bottom: 3px solid var(--primary-light); display: inline-block; padding-bottom: 4px; }\n        h3 { font-size: clamp(1.2rem, 3vw, 1.5rem); margin-bottom: 1rem; color: var(--dark); }\n        p { color: var(--gray); line-height: 1.6; margin-bottom: 1.5rem; font-size: 1rem; }\n        \n        .btn {\n            display: inline-flex; align-items: center; gap: 8px; padding: 12px 28px;\n            border-radius: 60px; font-weight: 600; text-decoration: none; transition: all 0.3s ease;\n            font-size: 0.95rem;\n        }\n        .btn-primary { background: var(--primary); color: white; box-shadow: var(--shadow-sm); }\n        .btn-primary:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: var(--shadow-md); }\n        .btn-secondary { background: white; color: var(--primary); border: 1.5px solid var(--primary); }\n        .btn-secondary:hover { background: var(--primary-soft); transform: translateY(-2px); }\n        \n        @media (max-width: 480px) {\n            .btn { width: 100%; justify-content: center; padding: 14px 20px; }\n        }\n        \n        .feature-block {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 60px;\n            align-items: center;\n            margin-bottom: 80px;\n        }\n        .feature-block.reverse { direction: rtl; }\n        .feature-block.reverse .feature-content { direction: ltr; }\n        \n        .feature-content { direction: ltr; }\n        .feature-content h3 {\n            font-size: clamp(1.4rem, 3.5vw, 1.8rem);\n            margin-bottom: 24px;\n            color: var(--dark);\n            letter-spacing: -0.01em;\n        }\n        .feature-content h3 i { color: var(--primary); font-weight: 700; }\n        .feature-list { list-style: none; }\n        .feature-list li {\n            margin-bottom: 14px;\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            font-size: 0.95rem;\n            color: var(--dark);\n            line-height: 1.45;\n        }\n        .feature-list li::before {\n            content: \"\u2713\";\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            min-width: 22px;\n            height: 22px;\n            background: var(--primary);\n            color: white;\n            border-radius: 50%;\n            font-size: 12px;\n            font-weight: bold;\n            flex-shrink: 0;\n            margin-top: 1px;\n        }\n        \n        .feature-image {\n            background: linear-gradient(145deg, var(--primary-soft) 0%, #FFFFFF 90%);\n            border-radius: var(--radius);\n            min-height: 340px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            border: 1px solid var(--border);\n            box-shadow: var(--shadow-sm);\n            transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);\n            padding: 28px;\n            overflow: visible;\n        }\n        .feature-image:hover {\n            transform: translateY(-6px);\n            box-shadow: var(--shadow-lg);\n            border-color: var(--primary-light);\n        }\n        .feature-image svg {\n            width: 100%;\n            max-width: 300px;\n            height: auto;\n            display: block;\n            transition: transform 0.3s ease;\n            overflow: visible;\n        }\n        .feature-image:hover svg { transform: scale(1.02); }\n        \n        @media (max-width: 1024px) {\n            .feature-block { gap: 40px; margin-bottom: 60px; }\n            .feature-image { min-height: 300px; padding: 24px; }\n            .feature-image svg { max-width: 260px; }\n        }\n        \n        @media (max-width: 768px) {\n            .feature-block { grid-template-columns: 1fr; gap: 32px; margin-bottom: 50px; }\n            .feature-block.reverse { direction: ltr; }\n            .feature-image { min-height: 280px; padding: 20px; order: -1; margin-bottom: 8px; }\n            .feature-image svg { max-width: 220px; }\n            .feature-content { order: 2; }\n        }\n        \n        @media (max-width: 480px) {\n            .feature-image { min-height: 240px; padding: 16px; }\n            .feature-image svg { max-width: 190px; }\n            .feature-list li { font-size: 0.85rem; gap: 10px; }\n            .feature-list li::before { min-width: 20px; height: 20px; font-size: 11px; }\n        }\n        \n        .header {\n            position: sticky; top: 0; background: rgba(255,255,255,0.96); backdrop-filter: blur(12px);\n            border-bottom: 1px solid var(--border); z-index: 100; padding: 14px 0;\n        }\n        .header .container { display: flex; justify-content: space-between; align-items: center; }\n        .logo { font-weight: 800; font-size: 1.5rem; color: var(--primary); text-decoration: none; }\n        .nav { display: flex; gap: 28px; }\n        .nav a { color: var(--dark); text-decoration: none; font-weight: 500; font-size: 0.9rem; transition: color 0.2s; }\n        .nav a:hover, .nav a.active { color: var(--primary); }\n        @media (max-width: 768px) { .nav { display: none; } }\n        \n        .hero { padding: 70px 0 40px; background: linear-gradient(180deg, var(--primary-soft) 0%, var(--white) 100%); }\n        @media (max-width: 768px) { .hero { padding: 50px 0 30px; } }\n        \n        .section { padding: 70px 0; }\n        .section-alt { background: var(--light); padding: 70px 0; }\n        @media (max-width: 768px) { .section, .section-alt { padding: 50px 0; } }\n        \n        .feature-tabs {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            justify-content: center;\n            margin: 30px 0 50px;\n        }\n        .feature-tab {\n            padding: 8px 20px;\n            border-radius: 40px;\n            background: white;\n            border: 1px solid var(--border);\n            font-weight: 500;\n            font-size: 0.85rem;\n            color: var(--gray);\n            cursor: pointer;\n            transition: all 0.2s ease;\n        }\n        .feature-tab:hover, .feature-tab.active {\n            background: var(--primary);\n            color: white;\n            border-color: var(--primary);\n            transform: translateY(-1px);\n        }\n        @media (max-width: 640px) {\n            .feature-tabs { gap: 8px; margin: 20px 0 35px; }\n            .feature-tab { padding: 6px 14px; font-size: 0.75rem; }\n        }\n        \n        .grid-3 {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 24px;\n            margin-top: 40px;\n        }\n        .card {\n            background: white;\n            padding: 28px;\n            border-radius: var(--radius-md);\n            border: 1px solid var(--border);\n            transition: all 0.3s ease;\n            height: 100%;\n            display: flex;\n            flex-direction: column;\n        }\n        .card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--primary-light); }\n        .card-icon {\n            width: 56px;\n            height: 56px;\n            background: var(--primary-soft);\n            border-radius: 18px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 20px;\n        }\n        .card-icon svg {\n            width: 30px;\n            height: 30px;\n            stroke: var(--primary);\n            stroke-width: 1.8;\n            fill: none;\n        }\n        .card h3 { font-size: 1.2rem; margin-bottom: 12px; color: var(--dark); }\n        .card p { font-size: 0.9rem; margin-bottom: 14px; color: var(--gray); flex: 1; }\n        .card .solution { \n            color: var(--primary); \n            font-weight: 600; \n            font-size: 0.85rem; \n            margin-top: 8px;\n            padding-top: 12px;\n            border-top: 1px solid var(--border);\n        }\n        \n        @media (max-width: 900px) { .grid-3 { grid-template-columns: repeat(2, 1fr); gap: 20px; } }\n        @media (max-width: 560px) { .grid-3 { grid-template-columns: 1fr; } }\n        \n        footer { background: var(--dark); color: white; padding: 50px 0 30px; }\n        .footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; margin-bottom: 40px; }\n        .footer-col h4 { color: white; margin-bottom: 18px; font-size: 0.95rem; font-weight: 600; }\n        .footer-col a { color: var(--gray-light); text-decoration: none; display: block; margin-bottom: 10px; font-size: 0.85rem; transition: color 0.2s; }\n        .footer-col a:hover { color: white; }\n        .copyright { text-align: center; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.1); color: var(--gray-light); font-size: 0.8rem; }\n        @media (max-width: 900px) { .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; } }\n        @media (max-width: 500px) { .footer-grid { grid-template-columns: 1fr; gap: 25px; } }\n        \n        .text-center { text-align: center; }\n        .text-large { font-size: 1.1rem; }\n    <\/style>\n<\/head>\n<body>\n    <header class=\"header\">\n        <div class=\"container\">\n            <a href=\"https:\/\/reinarmarketing.com.br\/mkt\/\" class=\"logo\">REINAR<\/a>\n            <nav class=\"nav\">\n                <a href=\"https:\/\/reinarmarketing.com.br\/mkt\/crm-reinar\/\">CRM Reinar<\/a>\n                <a href=\"https:\/\/reinarmarketing.com.br\/mkt\/sobre-nos\/\">Sobre n\u00f3s<\/a>\n                <a href=\"https:\/\/reinarmarketing.com.br\/mkt\/carreiras\/\" class=\"active\">Carreiras<\/a>\n                <a href=\"https:\/\/reinarmarketing.com.br\/mkt\/funcionalidades\/\">Funcionalidades<\/a>\n                <a href=\"https:\/\/reinarmarketing.com.br\/mkt\/precos\/\">Pre\u00e7os<\/a>\n                <a href=\"https:\/\/reinarmarketing.com.br\/mkt\/cases\/\">Cases<\/a>\n                <a href=\"https:\/\/reinarmarketing.com.br\/mkt\/central-ajuda\/\">Suporte<\/a>\n            <\/nav>\n        <\/div>\n    <\/header>\n\n    <section class=\"hero\">\n        <div class=\"container\">\n            <h1>Funcionalidades do <i>CRM Reinar<\/i><\/h1>\n            <p class=\"text-large\" style=\"max-width: 700px;\">Ilustra\u00e7\u00f5es vetoriais em tons de azul que representam cada recurso da plataforma, desenvolvidas para m\u00e1xima clareza e profissionalismo.<\/p>\n        <\/div>\n    <\/section>\n\n    <div class=\"container\"><div class=\"feature-tabs\">\n        <span class=\"feature-tab active\">Gest\u00e3o de Leads<\/span><span class=\"feature-tab\">Funil de Vendas<\/span>\n        <span class=\"feature-tab\">Automa\u00e7\u00e3o<\/span><span class=\"feature-tab\">Omnichannel<\/span>\n        <span class=\"feature-tab\">M\u00e9tricas<\/span><span class=\"feature-tab\">Integra\u00e7\u00f5es<\/span>\n    <\/div><\/div>\n\n    <!-- 1. GEST\u00c3O DE LEADS -->\n    <section class=\"section-alt\">\n        <div class=\"container\">\n            <div class=\"feature-block\">\n                <div class=\"feature-content\">\n                    <h3>Gest\u00e3o de <i>Leads<\/i><\/h3>\n                    <ul class=\"feature-list\">\n                        <li>Captura autom\u00e1tica de m\u00faltiplas fontes (site, WhatsApp, redes sociais)<\/li>\n                        <li>Qualifica\u00e7\u00e3o inteligente com base em comportamento e perfil<\/li>\n                        <li>Distribui\u00e7\u00e3o autom\u00e1tica para o time comercial com regras personalizadas<\/li>\n                        <li>Deduplica\u00e7\u00e3o e merge de contatos duplicados<\/li>\n                        <li>Hist\u00f3rico completo de intera\u00e7\u00f5es por lead<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"feature-image\">\n                    <svg viewBox=\"0 0 320 260\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <rect width=\"320\" height=\"260\" rx=\"24\" fill=\"url(#bgLead)\" stroke=\"#0055FF\" stroke-width=\"1.5\"\/>\n                        <defs><linearGradient id=\"bgLead\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"100%\"><stop offset=\"0%\" stop-color=\"#F0F5FF\"\/><stop offset=\"100%\" stop-color=\"#FFFFFF\"\/><\/linearGradient><\/defs>\n                        <circle cx=\"110\" cy=\"100\" r=\"32\" fill=\"white\" stroke=\"#0055FF\" stroke-width=\"2.5\"\/>\n                        <circle cx=\"110\" cy=\"100\" r=\"13\" fill=\"#0055FF\"\/>\n                        <path d=\"M70 195 L70 165 C70 145 87 130 110 130 C133 130 150 145 150 165 L150 195\" stroke=\"#0055FF\" stroke-width=\"2.5\" fill=\"none\"\/>\n                        <circle cx=\"230\" cy=\"100\" r=\"32\" fill=\"white\" stroke=\"#0055FF\" stroke-width=\"2.5\"\/>\n                        <circle cx=\"230\" cy=\"100\" r=\"13\" fill=\"#0055FF\"\/>\n                        <path d=\"M190 195 L190 165 C190 145 207 130 230 130 C253 130 270 145 270 165 L270 195\" stroke=\"#0055FF\" stroke-width=\"2.5\" fill=\"none\"\/>\n                        <path d=\"M160 60 L160 215\" stroke=\"#0055FF\" stroke-width=\"2\" stroke-dasharray=\"8 6\" opacity=\"0.4\"\/>\n                        <rect x=\"135\" y=\"195\" width=\"50\" height=\"26\" rx=\"13\" fill=\"#0055FF\" opacity=\"0.9\"\/>\n                        <text x=\"148\" y=\"213\" font-size=\"12\" fill=\"white\" font-weight=\"bold\">CRM<\/text>\n                        <path d=\"M110 137 L110 165 M230 137 L230 165\" stroke=\"#0055FF\" stroke-width=\"2.5\"\/>\n                        <text x=\"95\" y=\"78\" font-size=\"11\" fill=\"#0055FF\" font-weight=\"600\">Lead<\/text>\n                        <text x=\"215\" y=\"78\" font-size=\"11\" fill=\"#0055FF\" font-weight=\"600\">Lead<\/text>\n                    <\/svg>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 2. FUNIL DE VENDAS -->\n    <section class=\"section\">\n        <div class=\"container\">\n            <div class=\"feature-block reverse\">\n                <div class=\"feature-content\">\n                    <h3>Funil de Vendas <i>Personaliz\u00e1vel<\/i><\/h3>\n                    <ul class=\"feature-list\">\n                        <li>Etapas customiz\u00e1veis para qualquer processo comercial<\/li>\n                        <li>Pipeline visual com arrastar e soltar<\/li>\n                        <li>Automa\u00e7\u00e3o de movimenta\u00e7\u00e3o entre etapas<\/li>\n                        <li>Probabilidade de fechamento e forecast de receita<\/li>\n                        <li>Tempo m\u00e9dio em cada etapa do funil<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"feature-image\">\n                    <svg viewBox=\"0 0 320 260\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <rect width=\"320\" height=\"260\" rx=\"24\" fill=\"#F0F5FF\" stroke=\"#0055FF\" stroke-width=\"1.5\"\/>\n                        <path d=\"M50 185 L90 135 L130 110 L170 95 L210 85 L250 80 L285 80\" stroke=\"#0055FF\" stroke-width=\"4\" fill=\"none\" stroke-linecap=\"round\"\/>\n                        <circle cx=\"90\" cy=\"135\" r=\"20\" fill=\"#0055FF\" opacity=\"0.85\" stroke=\"white\" stroke-width=\"2.5\"\/>\n                        <text x=\"81\" y=\"142\" font-size=\"14\" fill=\"white\" font-weight=\"bold\">1<\/text>\n                        <circle cx=\"170\" cy=\"95\" r=\"20\" fill=\"#0055FF\" opacity=\"0.9\" stroke=\"white\" stroke-width=\"2.5\"\/>\n                        <text x=\"161\" y=\"102\" font-size=\"14\" fill=\"white\" font-weight=\"bold\">2<\/text>\n                        <circle cx=\"250\" cy=\"80\" r=\"20\" fill=\"#0055FF\" stroke=\"white\" stroke-width=\"2.5\"\/>\n                        <text x=\"241\" y=\"87\" font-size=\"14\" fill=\"white\" font-weight=\"bold\">3<\/text>\n                        <polygon points=\"300,80 314,66 314,94\" fill=\"#0055FF\"\/>\n                        <text x=\"65\" y=\"215\" font-size=\"11\" fill=\"#0055FF\" font-weight=\"600\">Prospec\u00e7\u00e3o<\/text>\n                        <text x=\"145\" y=\"155\" font-size=\"11\" fill=\"#0055FF\" font-weight=\"600\">Qualifica\u00e7\u00e3o<\/text>\n                        <text x=\"235\" y=\"62\" font-size=\"11\" fill=\"#0055FF\" font-weight=\"600\">Negocia\u00e7\u00e3o<\/text>\n                        <text x=\"305\" y=\"62\" font-size=\"11\" fill=\"#0055FF\" font-weight=\"600\">Fechado<\/text>\n                    <\/svg>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 3. AUTOMA\u00c7\u00c3O -->\n    <section class=\"section-alt\">\n        <div class=\"container\">\n            <div class=\"feature-block\">\n                <div class=\"feature-content\">\n                    <h3>Automa\u00e7\u00e3o de Marketing <i>e Bots<\/i><\/h3>\n                    <ul class=\"feature-list\">\n                        <li>Fluxos automatizados sem c\u00f3digo, com disparo inteligente<\/li>\n                        <li>E-mails marketing personalizados e sequ\u00eancias de follow-up<\/li>\n                        <li>Bots para WhatsApp e site com qualifica\u00e7\u00e3o 24\/7<\/li>\n                        <li>Nutri\u00e7\u00e3o de leads baseada em comportamento<\/li>\n                        <li>Testes A\/B para otimiza\u00e7\u00e3o cont\u00ednua<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"feature-image\">\n                    <svg viewBox=\"0 0 320 260\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <rect width=\"320\" height=\"260\" rx=\"24\" fill=\"#F0F5FF\" stroke=\"#0055FF\" stroke-width=\"1.5\"\/>\n                        <rect x=\"45\" y=\"65\" width=\"70\" height=\"45\" rx=\"14\" fill=\"white\" stroke=\"#0055FF\" stroke-width=\"2.5\"\/>\n                        <text x=\"62\" y=\"94\" font-size=\"14\" fill=\"#0055FF\" font-weight=\"bold\">Lead<\/text>\n                        <path d=\"M115 87 L150 87\" stroke=\"#0055FF\" stroke-width=\"3\"\/>\n                        <rect x=\"150\" y=\"65\" width=\"70\" height=\"45\" rx=\"14\" fill=\"white\" stroke=\"#0055FF\" stroke-width=\"2.5\"\/>\n                        <text x=\"165\" y=\"94\" font-size=\"14\" fill=\"#0055FF\" font-weight=\"bold\">Bot<\/text>\n                        <path d=\"M185 110 L185 145\" stroke=\"#0055FF\" stroke-width=\"3\"\/>\n                        <rect x=\"150\" y=\"145\" width=\"70\" height=\"45\" rx=\"14\" fill=\"#0055FF\" opacity=\"0.9\"\/>\n                        <text x=\"163\" y=\"174\" font-size=\"13\" fill=\"white\" font-weight=\"bold\">E-mail<\/text>\n                        <path d=\"M220 167 L255 167\" stroke=\"#0055FF\" stroke-width=\"3\"\/>\n                        <rect x=\"255\" y=\"145\" width=\"55\" height=\"45\" rx=\"14\" fill=\"white\" stroke=\"#0055FF\" stroke-width=\"2.5\"\/>\n                        <text x=\"266\" y=\"174\" font-size=\"13\" fill=\"#0055FF\" font-weight=\"bold\">CRM<\/text>\n                        <circle cx=\"80\" cy=\"170\" r=\"16\" fill=\"white\" stroke=\"#0055FF\" stroke-width=\"2\"\/>\n                        <text x=\"72\" y=\"177\" font-size=\"14\" fill=\"#0055FF\">\u2699<\/text>\n                    <\/svg>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 4. OMNICHANNEL -->\n    <section class=\"section\">\n        <div class=\"container\">\n            <div class=\"feature-block reverse\">\n                <div class=\"feature-content\">\n                    <h3>Omnichannel <i>Nativo<\/i><\/h3>\n                    <ul class=\"feature-list\">\n                        <li>Centralize WhatsApp, e-mail, Instagram, Messenger, Telegram e telefone<\/li>\n                        <li>Hist\u00f3rico completo de intera\u00e7\u00f5es por contato em todos os canais<\/li>\n                        <li>Atendimento simult\u00e2neo com m\u00faltiplos operadores<\/li>\n                        <li>Respostas r\u00e1pidas, templates e mensagens programadas<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"feature-image\">\n                    <svg viewBox=\"0 0 320 260\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <rect width=\"320\" height=\"260\" rx=\"24\" fill=\"#F0F5FF\" stroke=\"#0055FF\" stroke-width=\"1.5\"\/>\n                        <circle cx=\"160\" cy=\"125\" r=\"55\" fill=\"white\" stroke=\"#0055FF\" stroke-width=\"2.5\"\/>\n                        <rect x=\"65\" y=\"60\" width=\"44\" height=\"44\" rx=\"12\" fill=\"#0055FF\" opacity=\"0.85\"\/>\n                        <text x=\"79\" y=\"89\" font-size=\"20\" fill=\"white\" font-weight=\"bold\">\u2709<\/text>\n                        <rect x=\"211\" y=\"60\" width=\"44\" height=\"44\" rx=\"12\" fill=\"#0055FF\" opacity=\"0.85\"\/>\n                        <text x=\"225\" y=\"89\" font-size=\"20\" fill=\"white\" font-weight=\"bold\">\ud83d\udcf1<\/text>\n                        <rect x=\"65\" y=\"166\" width=\"44\" height=\"44\" rx=\"12\" fill=\"#0055FF\" opacity=\"0.85\"\/>\n                        <text x=\"79\" y=\"195\" font-size=\"20\" fill=\"white\" font-weight=\"bold\">\ud83d\udcac<\/text>\n                        <rect x=\"211\" y=\"166\" width=\"44\" height=\"44\" rx=\"12\" fill=\"#0055FF\" opacity=\"0.85\"\/>\n                        <text x=\"225\" y=\"195\" font-size=\"20\" fill=\"white\" font-weight=\"bold\">\ud83d\udcde<\/text>\n                        <path d=\"M109 82 L138 105 L211 82 M109 188 L138 165 L211 188\" stroke=\"#0055FF\" stroke-width=\"2.5\" stroke-dasharray=\"6 5\"\/>\n                        <circle cx=\"160\" cy=\"125\" r=\"22\" fill=\"#0055FF\" opacity=\"0.12\"\/>\n                        <text x=\"152\" y=\"134\" font-size=\"18\" fill=\"#0055FF\">\u2605<\/text>\n                    <\/svg>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 5. M\u00c9TRICAS E DASHBOARD -->\n    <section class=\"section-alt\">\n        <div class=\"container\">\n            <div class=\"feature-block\">\n                <div class=\"feature-content\">\n                    <h3>Dashboard e <i>M\u00e9tricas<\/i><\/h3>\n                    <ul class=\"feature-list\">\n                        <li>Painel em tempo real com principais indicadores de performance<\/li>\n                        <li>Relat\u00f3rios de convers\u00e3o por fonte, campanha e vendedor<\/li>\n                        <li>Tempo m\u00e9dio de resposta e taxa de convers\u00e3o por etapa<\/li>\n                        <li>Receita por canal e ROI por campanha<\/li>\n                        <li>Relat\u00f3rios personalizados com exporta\u00e7\u00e3o multi-formato<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"feature-image\">\n                    <svg viewBox=\"0 0 320 260\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <rect width=\"320\" height=\"260\" rx=\"24\" fill=\"#F0F5FF\" stroke=\"#0055FF\" stroke-width=\"1.5\"\/>\n                        <rect x=\"45\" y=\"145\" width=\"42\" height=\"75\" rx=\"10\" fill=\"#0055FF\" opacity=\"0.7\"\/>\n                        <rect x=\"108\" y=\"100\" width=\"42\" height=\"120\" rx=\"10\" fill=\"#0055FF\" opacity=\"0.9\"\/>\n                        <rect x=\"171\" y=\"55\" width=\"42\" height=\"165\" rx=\"10\" fill=\"#0055FF\"\/>\n                        <rect x=\"234\" y=\"120\" width=\"42\" height=\"100\" rx=\"10\" fill=\"#0055FF\" opacity=\"0.6\"\/>\n                        <line x1=\"30\" y1=\"220\" x2=\"290\" y2=\"220\" stroke=\"#1A1F36\" stroke-width=\"2.5\"\/>\n                        <line x1=\"66\" y1=\"220\" x2=\"66\" y2=\"40\" stroke=\"#1A1F36\" stroke-width=\"2\" stroke-dasharray=\"6 5\"\/>\n                        <path d=\"M87 178 L150 133 L192 90 L255 155\" stroke=\"#0055FF\" stroke-width=\"4.5\" fill=\"none\" stroke-linecap=\"round\"\/>\n                        <circle cx=\"192\" cy=\"90\" r=\"8\" fill=\"#0055FF\" stroke=\"white\" stroke-width=\"2.5\"\/>\n                        <text x=\"48\" y=\"242\" font-size=\"11\" fill=\"#0055FF\" font-weight=\"600\">Jan<\/text>\n                        <text x=\"111\" y=\"242\" font-size=\"11\" fill=\"#0055FF\" font-weight=\"600\">Fev<\/text>\n                        <text x=\"174\" y=\"242\" font-size=\"11\" fill=\"#0055FF\" font-weight=\"600\">Mar<\/text>\n                        <text x=\"237\" y=\"242\" font-size=\"11\" fill=\"#0055FF\" font-weight=\"600\">Abr<\/text>\n                    <\/svg>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 6. API E INTEGRA\u00c7\u00d5ES - VERS\u00c3O CORRIGIDA COM LEGIBILIDADE PERFEITA -->\n    <section class=\"section\">\n        <div class=\"container\">\n            <div class=\"feature-block reverse\">\n                <div class=\"feature-content\">\n                    <h3>API e <i>Integra\u00e7\u00f5es<\/i><\/h3>\n                    <ul class=\"feature-list\">\n                        <li>API RESTful completa para integra\u00e7\u00f5es customizadas<\/li>\n                        <li>Webhooks para notifica\u00e7\u00f5es em tempo real<\/li>\n                        <li>Conex\u00e3o nativa com WhatsApp Business API<\/li>\n                        <li>Integra\u00e7\u00e3o com ferramentas externas<\/li>\n                        <li>SDKs dispon\u00edveis e documenta\u00e7\u00e3o t\u00e9cnica completa<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"feature-image\">\n                    <svg viewBox=\"0 0 320 260\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <rect width=\"320\" height=\"260\" rx=\"24\" fill=\"#F0F5FF\" stroke=\"#0055FF\" stroke-width=\"1.5\"\/>\n                        \n                        <!-- Card API -->\n                        <rect x=\"20\" y=\"70\" width=\"95\" height=\"70\" rx=\"14\" fill=\"white\" stroke=\"#0055FF\" stroke-width=\"2.5\"\/>\n                        <text x=\"68\" y=\"108\" font-size=\"18\" fill=\"#0055FF\" font-weight=\"800\" font-family=\"Arial, sans-serif\">API<\/text>\n                        \n                        <!-- Conex\u00e3o -->\n                        <path d=\"M125 105 L155 105\" stroke=\"#0055FF\" stroke-width=\"3.5\" stroke-dasharray=\"6 4\"\/>\n                        \n                        \n                        \n                        <!-- Conex\u00e3o inferior -->\n                        <path d=\"M240 105 L270 105\" stroke=\"#0055FF\" stroke-width=\"3.5\" stroke-dasharray=\"6 4\"\/>\n                        \n                        <!-- Card Webhook -->\n                        <rect x=\"200\" y=\"165\" width=\"85\" height=\"55\" rx=\"14\" fill=\"#0055FF\" opacity=\"0.9\"\/>\n                        <text x=\"270\" y=\"196\" font-size=\"13\" fill=\"white\" font-weight=\"700\" font-family=\"Arial, sans-serif\">Webhook<\/text>\n                        \n                        <!-- Engrenagem \/ Integra\u00e7\u00e3o -->\n                        <circle cx=\"72\" cy=\"175\" r=\"16\" fill=\"white\" stroke=\"#0055FF\" stroke-width=\"2.5\"\/>\n                        <circle cx=\"72\" cy=\"175\" r=\"6\" fill=\"#0055FF\"\/>\n                        <line x1=\"72\" y1=\"159\" x2=\"72\" y2=\"153\" stroke=\"#0055FF\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/>\n                        <line x1=\"72\" y1=\"191\" x2=\"72\" y2=\"197\" stroke=\"#0055FF\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/>\n                        <line x1=\"56\" y1=\"175\" x2=\"50\" y2=\"175\" stroke=\"#0055FF\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/>\n                        <line x1=\"88\" y1=\"175\" x2=\"94\" y2=\"175\" stroke=\"#0055FF\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/>\n                        \n                        <!-- Seta de integra\u00e7\u00e3o -->\n                        <path d=\"M125 165 L135 155 L145 165\" stroke=\"#0055FF\" stroke-width=\"2.5\" fill=\"none\" stroke-linecap=\"round\"\/>\n                        <path d=\"M135 155 L135 175\" stroke=\"#0055FF\" stroke-width=\"2.5\"\/>\n                    <\/svg>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CARDS COM \u00cdCONES VETORIAIS -->\n    <section class=\"section-alt\">\n        <div class=\"container\">\n            <h2 class=\"text-center\">N\u00e3o s\u00e3o apenas funcionalidades. <i>S\u00e3o solu\u00e7\u00f5es para seus desafios.<\/i><\/h2>\n            <div class=\"grid-3\">\n                <div class=\"card\">\n                    <div class=\"card-icon\">\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\">\n                            <path d=\"M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <h3>Desafio<\/h3>\n                    <p>Leads se perdem no WhatsApp e canais dispersos, sem hist\u00f3rico unificado.<\/p>\n                    <div class=\"solution\">\u2713 Solu\u00e7\u00e3o: Central omnichannel com hist\u00f3rico completo<\/div>\n                <\/div>\n                <div class=\"card\">\n                    <div class=\"card-icon\">\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\">\n                            <path d=\"M22 12h-4l-3 9L9 3l-3 9H2\"\/>\n                        <\/svg>\n                    <\/div>\n                    <h3>Desafio<\/h3>\n                    <p>Marketing e vendas desconectados, sem alinhamento de processos.<\/p>\n                    <div class=\"solution\">\u2713 Solu\u00e7\u00e3o: Funil integrado com automa\u00e7\u00e3o inteligente<\/div>\n                <\/div>\n                <div class=\"card\">\n                    <div class=\"card-icon\">\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\">\n                            <path d=\"M3 3v18h18\"\/><path d=\"M18 17V9\"\/><path d=\"M12 17V5\"\/><path d=\"M6 17v-3\"\/>\n                        <\/svg>\n                    <\/div>\n                    <h3>Desafio<\/h3>\n                    <p>Falta de dados em tempo real para decis\u00f5es estrat\u00e9gicas.<\/p>\n                    <div class=\"solution\">\u2713 Solu\u00e7\u00e3o: Dashboards din\u00e2micos e m\u00e9tricas em tempo real<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CTA FINAL -->\n    <section class=\"section\">\n        <div class=\"container\">\n            <div class=\"text-center\" style=\"max-width: 700px; margin: 0 auto;\">\n                <h2>Pronto para <i>transformar sua opera\u00e7\u00e3o?<\/i><\/h2>\n                <p>Experimente o CRM Reinar e veja na pr\u00e1tica como essas solu\u00e7\u00f5es se tornam resultados reais para o seu neg\u00f3cio.<\/p>\n                <div style=\"display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 30px;\">\n                    <a href=\"#\" class=\"btn btn-primary\">Come\u00e7ar teste gratuito<\/a>\n                    <a href=\"#\" class=\"btn btn-secondary\">Falar com especialista<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n       <footer>\n        <div class=\"container\">\n            <div class=\"footer-grid\">\n                <div class=\"footer-col\">\n                    <h4>CRM Reinar<\/h4>\n                    <a href=\"https:\/\/reinarmarketing.com.br\/mkt\/sobre-nos\/\">Sobre n\u00f3s<\/a>\n                    <a href=\"https:\/\/reinarmarketing.com.br\/mkt\/carreiras\/\">Carreiras<\/a>\n                    <a href=\"https:\/\/reinarmarketing.com.br\/mkt\/category\/marketing\/\">Blog<\/a>\n                <\/div>\n                <div class=\"footer-col\">\n                    <h4>Produto<\/h4>\n                    <a href=\"https:\/\/reinarmarketing.com.br\/mkt\/funcionalidades\/\">Funcionalidades<\/a>\n                    <a href=\"https:\/\/reinarmarketing.com.br\/mkt\/precos\/\">Pre\u00e7os<\/a>\n                    <a href=\"https:\/\/reinarmarketing.com.br\/mkt\/cases\/\">Cases<\/a>\n                <\/div>\n                <div class=\"footer-col\">\n                    <h4>Suporte<\/h4>\n                    <a href=\"https:\/\/reinarmarketing.com.br\/mkt\/central-ajuda\/\">Central de ajuda<\/a>\n                    <a href=\"https:\/\/reinarmarketing.com.br\/mkt\/documentacao\/\">Documenta\u00e7\u00e3o<\/a>\n                    <a href=\"https:\/\/reinarmarketing.com.br\/mkt\/status\/\">Status<\/a>\n                <\/div>\n                <div class=\"footer-col\">\n                    <h4>Contato<\/h4>\n                    <a href=\"mailto:contato@reinarmarketing.com.br\">contato@reinarmarketing.com.br<\/a>\n                    <a href=\"tel:+5547997226971\">(47) 99722-6971<\/a>\n                <\/div>\n            <\/div>\n            <div class=\"copyright\">\n                \u00a9 2024 Reinar Marketing. Todos os direitos reservados.\n            <\/div>\n        <\/div>\n    <\/footer>\n<\/body>\n<\/html>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>CRM Reinar | Funcionalidades com Vetores Azuis Profissionais REINAR CRM Reinar Sobre n\u00f3s Carreiras Funcionalidades Pre\u00e7os Cases Suporte Funcionalidades do CRM Reinar Ilustra\u00e7\u00f5es vetoriais em tons de azul que representam cada recurso da plataforma, desenvolvidas para m\u00e1xima clareza e profissionalismo. Gest\u00e3o de LeadsFunil de Vendas Automa\u00e7\u00e3oOmnichannel M\u00e9tricasIntegra\u00e7\u00f5es Gest\u00e3o de Leads Captura autom\u00e1tica de m\u00faltiplas fontes [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-page-builder-no-header-footer.php","meta":{"footnotes":""},"class_list":["post-1907","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Funcionalidades - Reinar Marketing<\/title>\n<meta name=\"description\" content=\"Reinar Marketing\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/reinarmarketing.com.br\/mkt\/funcionalidades\/\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Funcionalidades - Reinar Marketing\" \/>\n<meta property=\"og:description\" content=\"Reinar Marketing\" \/>\n<meta property=\"og:url\" content=\"https:\/\/reinarmarketing.com.br\/mkt\/funcionalidades\/\" \/>\n<meta property=\"og:site_name\" content=\"Reinar Marketing\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/people\/Reinar-Marketing\/100083967930378\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-18T19:24:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/reinarmarketing.com.br\/mkt\/wp-content\/uploads\/2024\/07\/Captura-de-tela-2024-03-23-153633.png\" \/>\n\t<meta property=\"og:image:width\" content=\"704\" \/>\n\t<meta property=\"og:image:height\" content=\"278\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\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=\"3 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/reinarmarketing.com.br\\\/mkt\\\/funcionalidades\\\/\",\"url\":\"https:\\\/\\\/reinarmarketing.com.br\\\/mkt\\\/funcionalidades\\\/\",\"name\":\"Funcionalidades - Reinar Marketing\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/reinarmarketing.com.br\\\/mkt\\\/#website\"},\"datePublished\":\"2026-02-21T19:00:30+00:00\",\"dateModified\":\"2026-06-18T19:24:55+00:00\",\"description\":\"Reinar Marketing\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/reinarmarketing.com.br\\\/mkt\\\/funcionalidades\\\/#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/reinarmarketing.com.br\\\/mkt\\\/funcionalidades\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/reinarmarketing.com.br\\\/mkt\\\/funcionalidades\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\\\/\\\/reinarmarketing.com.br\\\/mkt\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Funcionalidades\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/reinarmarketing.com.br\\\/mkt\\\/#website\",\"url\":\"https:\\\/\\\/reinarmarketing.com.br\\\/mkt\\\/\",\"name\":\"Ag\u00eancia Reinar Marketing\",\"description\":\"Reinar Marketing \u00e9 uma ag\u00eancia Full Service MarTech especializada em branding, marketing digital, automa\u00e7\u00e3o, conte\u00fado e crescimento de marcas.\",\"publisher\":{\"@id\":\"https:\\\/\\\/reinarmarketing.com.br\\\/mkt\\\/#organization\"},\"alternateName\":\"Ag\u00eancia de Marketing Full Service em Guaramirim, Santa Catarina\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/reinarmarketing.com.br\\\/mkt\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-BR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/reinarmarketing.com.br\\\/mkt\\\/#organization\",\"name\":\"Reinar Marketing\",\"alternateName\":\"Ag\u00eancia Reinar Marketing\",\"url\":\"https:\\\/\\\/reinarmarketing.com.br\\\/mkt\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\\\/\\\/reinarmarketing.com.br\\\/mkt\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/reinarmarketing.com.br\\\/mkt\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/Captura-de-tela-2024-03-23-153633.png\",\"contentUrl\":\"https:\\\/\\\/reinarmarketing.com.br\\\/mkt\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/Captura-de-tela-2024-03-23-153633.png\",\"width\":704,\"height\":278,\"caption\":\"Reinar Marketing\"},\"image\":{\"@id\":\"https:\\\/\\\/reinarmarketing.com.br\\\/mkt\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/people\\\/Reinar-Marketing\\\/100083967930378\",\"https:\\\/\\\/www.instagram.com\\\/reinarmarketing\\\/\",\"https:\\\/\\\/youtu.be\\\/xpxrqKEG_c0?si=XS1po4GKUPJdyE5t\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/reinarmarketing\",\"https:\\\/\\\/www.tiktok.com\\\/@reinarmarketing\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Funcionalidades - Reinar Marketing","description":"Reinar Marketing","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:\/\/reinarmarketing.com.br\/mkt\/funcionalidades\/","og_locale":"pt_BR","og_type":"article","og_title":"Funcionalidades - Reinar Marketing","og_description":"Reinar Marketing","og_url":"https:\/\/reinarmarketing.com.br\/mkt\/funcionalidades\/","og_site_name":"Reinar Marketing","article_publisher":"https:\/\/www.facebook.com\/people\/Reinar-Marketing\/100083967930378","article_modified_time":"2026-06-18T19:24:55+00:00","og_image":[{"width":704,"height":278,"url":"https:\/\/reinarmarketing.com.br\/mkt\/wp-content\/uploads\/2024\/07\/Captura-de-tela-2024-03-23-153633.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. tempo de leitura":"3 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/reinarmarketing.com.br\/mkt\/funcionalidades\/","url":"https:\/\/reinarmarketing.com.br\/mkt\/funcionalidades\/","name":"Funcionalidades - Reinar Marketing","isPartOf":{"@id":"https:\/\/reinarmarketing.com.br\/mkt\/#website"},"datePublished":"2026-02-21T19:00:30+00:00","dateModified":"2026-06-18T19:24:55+00:00","description":"Reinar Marketing","breadcrumb":{"@id":"https:\/\/reinarmarketing.com.br\/mkt\/funcionalidades\/#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/reinarmarketing.com.br\/mkt\/funcionalidades\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/reinarmarketing.com.br\/mkt\/funcionalidades\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/reinarmarketing.com.br\/mkt\/"},{"@type":"ListItem","position":2,"name":"Funcionalidades"}]},{"@type":"WebSite","@id":"https:\/\/reinarmarketing.com.br\/mkt\/#website","url":"https:\/\/reinarmarketing.com.br\/mkt\/","name":"Ag\u00eancia Reinar Marketing","description":"Reinar Marketing \u00e9 uma ag\u00eancia Full Service MarTech especializada em branding, marketing digital, automa\u00e7\u00e3o, conte\u00fado e crescimento de marcas.","publisher":{"@id":"https:\/\/reinarmarketing.com.br\/mkt\/#organization"},"alternateName":"Ag\u00eancia de Marketing Full Service em Guaramirim, Santa Catarina","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/reinarmarketing.com.br\/mkt\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-BR"},{"@type":"Organization","@id":"https:\/\/reinarmarketing.com.br\/mkt\/#organization","name":"Reinar Marketing","alternateName":"Ag\u00eancia Reinar Marketing","url":"https:\/\/reinarmarketing.com.br\/mkt\/","logo":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/reinarmarketing.com.br\/mkt\/#\/schema\/logo\/image\/","url":"https:\/\/reinarmarketing.com.br\/mkt\/wp-content\/uploads\/2024\/07\/Captura-de-tela-2024-03-23-153633.png","contentUrl":"https:\/\/reinarmarketing.com.br\/mkt\/wp-content\/uploads\/2024\/07\/Captura-de-tela-2024-03-23-153633.png","width":704,"height":278,"caption":"Reinar Marketing"},"image":{"@id":"https:\/\/reinarmarketing.com.br\/mkt\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/people\/Reinar-Marketing\/100083967930378","https:\/\/www.instagram.com\/reinarmarketing\/","https:\/\/youtu.be\/xpxrqKEG_c0?si=XS1po4GKUPJdyE5t","https:\/\/www.linkedin.com\/company\/reinarmarketing","https:\/\/www.tiktok.com\/@reinarmarketing"]}]}},"_links":{"self":[{"href":"https:\/\/reinarmarketing.com.br\/mkt\/wp-json\/wp\/v2\/pages\/1907","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/reinarmarketing.com.br\/mkt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/reinarmarketing.com.br\/mkt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/reinarmarketing.com.br\/mkt\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/reinarmarketing.com.br\/mkt\/wp-json\/wp\/v2\/comments?post=1907"}],"version-history":[{"count":25,"href":"https:\/\/reinarmarketing.com.br\/mkt\/wp-json\/wp\/v2\/pages\/1907\/revisions"}],"predecessor-version":[{"id":2249,"href":"https:\/\/reinarmarketing.com.br\/mkt\/wp-json\/wp\/v2\/pages\/1907\/revisions\/2249"}],"wp:attachment":[{"href":"https:\/\/reinarmarketing.com.br\/mkt\/wp-json\/wp\/v2\/media?parent=1907"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}