-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Tempo de geração: 22/10/2025 às 10:44
-- Versão do servidor: 5.7.23-23
-- Versão do PHP: 8.1.33

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Banco de dados: `ranieri_wordpress`
--

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_commentmeta`
--

CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_comments`
--

CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Despejando dados para a tabela `wp_comments`
--

INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(2, 100, 'Alexandr', '43536@gmail.com', '', '202.6.237.202', '2021-09-13 17:36:31', '2021-09-13 20:36:31', 'He Makes Money Online WITHOUT Traffic?\r\n\r\nMost people believe that you need traffic to profit online...\r\nAnd for the most part, they\'re right!\r\nFact is.. 99.99% of methods require you to have traffic.\r\nAnd that in itself is the problem..\r\nBecause frankly, getting traffic is a pain in the rear!\r\nDon\'t you agree?\r\nThat\'s why I was excited when a good friend told me that he was profiting, but with ZERO traffic.\r\nI didn\'t believe him at first...\r\nBut after he showed me the proof, it\'s certainly the real deal!\r\nI\'m curious what your thoughts are.\r\nClick here to take a look &gt;&gt; https://bit.ly/3mOAfVp\r\nPlease view it before it\'s taken down.', 0, '0', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36', 'comment', 0, 0);

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_links`
--

CREATE TABLE `wp_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) UNSIGNED NOT NULL DEFAULT '1',
  `link_rating` int(11) NOT NULL DEFAULT '0',
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_options`
--

CREATE TABLE `wp_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Despejando dados para a tabela `wp_options`
--

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://ranierirepresentacoes.com.br', 'yes'),
(2, 'home', 'https://ranierirepresentacoes.com.br', 'yes'),
(3, 'blogname', 'Ranieri Representações', 'yes'),
(4, 'blogdescription', 'Saúde Empresarial e Familiar', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'dev@stytech.com.br', 'yes'),
(7, 'start_of_week', '0', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'j \\d\\e F \\d\\e Y', 'yes'),
(24, 'time_format', 'H:i', 'yes'),
(25, 'links_updated_date_format', 'j \\d\\e F \\d\\e Y, H:i', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:95:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:24:\"index.php??sitemap=index\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=84&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}', 'yes'),
(25815, '_transient_health-check-site-status-result', '{\"good\":13,\"recommended\":12,\"critical\":1}', 'yes'),
(451, 'wpseo_social', 'a:19:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:7:\"summary\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";s:17:\"other_social_urls\";a:0:{}}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:6:{i:0;s:27:\"autoptimize/autoptimize.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";i:3;s:43:\"responsive-lightbox/responsive-lightbox.php\";i:4;s:46:\"wonderplugin-carousel/wonderplugincarousel.php\";i:5;s:24:\"wordpress-seo/wp-seo.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'https://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', '', 'no'),
(40, 'template', 'ranieri', 'yes'),
(41, 'stylesheet', 'ranieri', 'yes'),
(25444, 'finished_updating_comment_type', '1', 'yes'),
(44, 'comment_registration', '0', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '60421', 'yes'),
(49, 'uploads_use_yearmonth_folders', '1', 'yes'),
(50, 'upload_path', '', 'yes'),
(51, 'blog_public', '1', 'yes'),
(52, 'default_link_category', '2', 'yes'),
(53, 'show_on_front', 'page', 'yes'),
(54, 'tag_base', '', 'yes'),
(55, 'show_avatars', '1', 'yes'),
(56, 'avatar_rating', 'G', 'yes'),
(57, 'upload_url_path', '', 'yes'),
(58, 'thumbnail_size_w', '150', 'yes'),
(59, 'thumbnail_size_h', '150', 'yes'),
(60, 'thumbnail_crop', '1', 'yes'),
(61, 'medium_size_w', '300', 'yes'),
(62, 'medium_size_h', '300', 'yes'),
(63, 'avatar_default', 'mystery', 'yes'),
(64, 'large_size_w', '1024', 'yes'),
(65, 'large_size_h', '1024', 'yes'),
(66, 'image_default_link_type', 'none', 'yes'),
(67, 'image_default_size', '', 'yes'),
(68, 'image_default_align', '', 'yes'),
(69, 'close_comments_for_old_posts', '0', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '1', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '0', 'yes'),
(74, 'comments_per_page', '50', 'yes'),
(75, 'default_comments_page', 'newest', 'yes'),
(76, 'comment_order', 'asc', 'yes'),
(77, 'sticky_posts', 'a:0:{}', 'yes'),
(78, 'widget_categories', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(79, 'widget_text', 'a:5:{i:1;a:0:{}i:2;a:3:{s:5:\"title\";s:17:\"Plano São Camilo\";s:4:\"text\";s:118:\"<p><strong>Confira o Plano São Camilo</strong></p>\r\n<p> O São Camilo possui os melhores planos para a sua Saúde</p>\";s:6:\"filter\";b:0;}i:3;a:3:{s:5:\"title\";s:10:\"Convênios\";s:4:\"text\";s:166:\"<p><strong>Convênio Hospitalar Preferencial</strong></p>\r\n<p>As melhores opções em Convênios. Mais informações pelo telefone <strong>(42) 3523-6398</strong></p>\";s:6:\"filter\";b:0;}i:4;a:3:{s:5:\"title\";s:9:\"DentalUni\";s:4:\"text\";s:163:\"<p>A <strong>DentalUni</strong> está sempre pronta para receber o melhor aos seus benificiários com 5 unidades móveis ajudando na saúde de seus associados.</p>\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(80, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(81, 'uninstall_plugins', 'a:2:{s:46:\"wonderplugin-carousel/wonderplugincarousel.php\";s:31:\"wonderplugin_carousel_uninstall\";s:27:\"autoptimize/autoptimize.php\";s:29:\"autoptimizeMain::on_uninstall\";}', 'no'),
(82, 'timezone_string', 'America/Sao_Paulo', 'yes'),
(83, 'page_for_posts', '0', 'yes'),
(84, 'page_on_front', '84', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '237', 'yes'),
(89, 'medium_large_size_w', '768', 'yes'),
(90, 'medium_large_size_h', '0', 'yes'),
(91, 'initial_db_version', '38590', 'yes'),
(92, 'wp_user_roles', 'a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:64:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:20:\"wpseo_manage_options\";b:1;s:15:\"manage_security\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:37:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:18:\"edit_theme_options\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:39:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:18:\"edit_theme_options\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:37:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:18:\"edit_theme_options\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}', 'yes'),
(93, 'fresh_site', '0', 'off'),
(94, 'WPLANG', 'pt_BR', 'yes'),
(95, 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(96, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(97, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(98, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(99, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(100, 'sidebars_widgets', 'a:9:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:1:{i:0;s:8:\"search-2\";}s:13:\"home-widget-1\";a:1:{i:0;s:6:\"text-2\";}s:13:\"home-widget-2\";a:1:{i:0;s:6:\"text-3\";}s:13:\"home-widget-3\";a:1:{i:0;s:6:\"text-4\";}s:15:\"footer-widget-1\";a:0:{}s:15:\"footer-widget-2\";a:0:{}s:15:\"footer-widget-3\";a:0:{}s:13:\"array_version\";i:3;}', 'yes'),
(101, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(102, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(103, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(104, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(105, 'cron', 'a:16:{i:1761139696;a:1:{s:29:\"rsssl_every_five_minutes_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:18:\"rsssl_five_minutes\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1761139881;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1761142226;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1761142569;a:1:{s:28:\"rsssl_every_three_hours_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:23:\"rsssl_every_three_hours\";s:4:\"args\";a:0:{}s:8:\"interval\";i:10800;}}}i:1761153369;a:1:{s:20:\"rsssl_every_day_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"rsssl_daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1761166389;a:3:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1761166893;a:1:{s:15:\"ao_cachechecker\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1761168334;a:1:{s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1761168343;a:1:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1761181562;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1761224778;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1761239769;a:1:{s:21:\"rsssl_every_week_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:12:\"rsssl_weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1761527779;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1761684789;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1762708569;a:1:{s:22:\"rsssl_every_month_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:13:\"rsssl_monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}s:7:\"version\";i:2;}', 'on'),
(106, 'theme_mods_twentyseventeen', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1491830906;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}', 'off'),
(448, 'wpseo', 'a:105:{s:8:\"tracking\";b:0;s:16:\"toggled_tracking\";b:0;s:22:\"license_server_version\";i:2;s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:1;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:20:\"taxonomy_made_public\";s:29:\"indexables_indexing_completed\";b:1;s:13:\"index_now_key\";s:0:\"\";s:7:\"version\";s:4:\"24.2\";s:16:\"previous_version\";s:4:\"19.4\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:0;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";b:0;s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:34:\"inclusive_language_analysis_active\";b:0;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:16:\"enable_index_now\";b:1;s:19:\"enable_ai_generator\";b:1;s:22:\"ai_enabled_pre_default\";b:0;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1492447264;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:12:\"/%postname%/\";s:8:\"home_url\";s:36:\"https://ranierirepresentacoes.com.br\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:3:{s:11:\"rl_category\";s:11:\"rl_category\";s:6:\"rl_tag\";s:6:\"rl_tag\";s:15:\"rl_media_folder\";s:15:\"rl_media_folder\";}s:29:\"enable_enhanced_slack_sharing\";b:1;s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;s:14:\"import_cursors\";a:0:{}s:13:\"workouts_data\";a:1:{s:13:\"configuration\";a:1:{s:13:\"finishedSteps\";a:0:{}}}s:28:\"configuration_finished_steps\";a:0:{}s:36:\"dismiss_configuration_workout_notice\";b:0;s:34:\"dismiss_premium_deactivated_notice\";b:0;s:19:\"importing_completed\";a:0:{}s:26:\"wincher_integration_active\";b:1;s:14:\"wincher_tokens\";a:0:{}s:36:\"wincher_automatically_add_keyphrases\";b:0;s:18:\"wincher_website_id\";s:0:\"\";s:18:\"first_time_install\";b:0;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";i:1652258756;s:18:\"remove_feed_global\";b:0;s:27:\"remove_feed_global_comments\";b:0;s:25:\"remove_feed_post_comments\";b:0;s:19:\"remove_feed_authors\";b:0;s:22:\"remove_feed_categories\";b:0;s:16:\"remove_feed_tags\";b:0;s:29:\"remove_feed_custom_taxonomies\";b:0;s:22:\"remove_feed_post_types\";b:0;s:18:\"remove_feed_search\";b:0;s:21:\"remove_atom_rdf_feeds\";b:0;s:17:\"remove_shortlinks\";b:0;s:21:\"remove_rest_api_links\";b:0;s:20:\"remove_rsd_wlw_links\";b:0;s:19:\"remove_oembed_links\";b:0;s:16:\"remove_generator\";b:0;s:20:\"remove_emoji_scripts\";b:0;s:24:\"remove_powered_by_header\";b:0;s:22:\"remove_pingback_header\";b:0;s:28:\"clean_campaign_tracking_urls\";b:0;s:16:\"clean_permalinks\";b:0;s:32:\"clean_permalinks_extra_variables\";s:0:\"\";s:14:\"search_cleanup\";b:0;s:20:\"search_cleanup_emoji\";b:0;s:23:\"search_cleanup_patterns\";b:0;s:22:\"search_character_limit\";i:50;s:20:\"deny_search_crawling\";b:0;s:21:\"deny_wp_json_crawling\";b:0;s:20:\"deny_adsbot_crawling\";b:0;s:19:\"deny_ccbot_crawling\";b:0;s:29:\"deny_google_extended_crawling\";b:0;s:20:\"deny_gptbot_crawling\";b:0;s:27:\"redirect_search_pretty_urls\";b:0;s:29:\"least_readability_ignore_list\";a:0:{}s:27:\"least_seo_score_ignore_list\";a:0:{}s:23:\"most_linked_ignore_list\";a:0:{}s:24:\"least_linked_ignore_list\";a:0:{}s:28:\"indexables_page_reading_list\";a:5:{i:0;b:0;i:1;b:0;i:2;b:0;i:3;b:0;i:4;b:0;}s:25:\"indexables_overview_state\";s:21:\"dashboard-not-visited\";s:28:\"last_known_public_post_types\";a:4:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"attachment\";i:3;s:10:\"rl_gallery\";}s:28:\"last_known_public_taxonomies\";a:6:{i:0;s:8:\"category\";i:1;s:8:\"post_tag\";i:2;s:11:\"post_format\";i:3;s:11:\"rl_category\";i:4;s:6:\"rl_tag\";i:5;s:15:\"rl_media_folder\";}s:23:\"last_known_no_unindexed\";a:4:{s:40:\"wpseo_total_unindexed_post_type_archives\";i:1747424624;s:35:\"wpseo_total_unindexed_general_items\";i:1747424624;s:31:\"wpseo_unindexed_post_link_count\";i:1747424624;s:31:\"wpseo_unindexed_term_link_count\";i:1747424624;}s:14:\"new_post_types\";a:1:{i:3;s:10:\"rl_gallery\";}s:14:\"new_taxonomies\";a:3:{i:3;s:11:\"rl_category\";i:4;s:6:\"rl_tag\";i:5;s:15:\"rl_media_folder\";}s:34:\"show_new_content_type_notification\";b:1;}', 'yes'),
(317, 'responsive_lightbox_configuration', 'a:7:{s:11:\"prettyphoto\";a:21:{s:15:\"animation_speed\";s:6:\"normal\";s:9:\"slideshow\";b:0;s:15:\"slideshow_delay\";i:5000;s:18:\"slideshow_autoplay\";b:0;s:7:\"opacity\";i:75;s:10:\"show_title\";b:1;s:12:\"allow_resize\";b:1;s:12:\"allow_expand\";b:1;s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"separator\";s:1:\"/\";s:5:\"theme\";s:10:\"pp_default\";s:18:\"horizontal_padding\";i:20;s:10:\"hide_flash\";b:0;s:5:\"wmode\";s:6:\"opaque\";s:14:\"video_autoplay\";b:0;s:5:\"modal\";b:0;s:11:\"deeplinking\";b:0;s:15:\"overlay_gallery\";b:1;s:18:\"keyboard_shortcuts\";b:1;s:6:\"social\";b:0;}s:8:\"swipebox\";a:8:{s:9:\"animation\";s:3:\"css\";s:15:\"force_png_icons\";b:0;s:17:\"hide_close_mobile\";b:0;s:18:\"remove_bars_mobile\";b:0;s:9:\"hide_bars\";b:1;s:15:\"hide_bars_delay\";i:5000;s:15:\"video_max_width\";i:1080;s:11:\"loop_at_end\";b:0;}s:8:\"fancybox\";a:25:{s:5:\"modal\";b:0;s:12:\"show_overlay\";b:1;s:17:\"show_close_button\";b:1;s:20:\"enable_escape_button\";b:1;s:21:\"hide_on_overlay_click\";b:1;s:21:\"hide_on_content_click\";b:0;s:6:\"cyclic\";b:0;s:15:\"show_nav_arrows\";b:1;s:10:\"auto_scale\";b:1;s:9:\"scrolling\";s:3:\"yes\";s:16:\"center_on_scroll\";b:1;s:7:\"opacity\";b:1;s:15:\"overlay_opacity\";i:70;s:13:\"overlay_color\";s:4:\"#666\";s:10:\"title_show\";b:1;s:14:\"title_position\";s:7:\"outside\";s:11:\"transitions\";s:4:\"fade\";s:7:\"easings\";s:5:\"swing\";s:6:\"speeds\";i:300;s:12:\"change_speed\";i:300;s:11:\"change_fade\";i:100;s:7:\"padding\";i:5;s:6:\"margin\";i:5;s:11:\"video_width\";i:1080;s:12:\"video_height\";i:720;}s:4:\"nivo\";a:4:{s:6:\"effect\";s:4:\"fade\";s:22:\"click_overlay_to_close\";b:1;s:12:\"keyboard_nav\";b:1;s:13:\"error_message\";s:63:\"The requested content cannot be loaded. Please try again later.\";}s:13:\"imagelightbox\";a:6:{s:15:\"animation_speed\";i:250;s:12:\"preload_next\";b:1;s:15:\"enable_keyboard\";b:1;s:11:\"quit_on_end\";b:0;s:19:\"quit_on_image_click\";b:0;s:22:\"quit_on_document_click\";b:1;}s:6:\"tosrus\";a:8:{s:6:\"effect\";s:5:\"slide\";s:8:\"infinite\";b:1;s:4:\"keys\";b:0;s:8:\"autoplay\";b:1;s:14:\"pause_on_hover\";b:0;s:7:\"timeout\";i:4000;s:10:\"pagination\";b:1;s:15:\"pagination_type\";s:10:\"thumbnails\";}s:12:\"featherlight\";a:6:{s:10:\"open_speed\";i:250;s:11:\"close_speed\";i:250;s:14:\"close_on_click\";s:10:\"background\";s:12:\"close_on_esc\";b:1;s:15:\"gallery_fade_in\";i:100;s:16:\"gallery_fade_out\";i:300;}}', 'no'),
(122, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:4:\"fail\";s:5:\"email\";s:18:\"dev@stytech.com.br\";s:7:\"version\";s:5:\"6.8.3\";s:9:\"timestamp\";i:1759281584;}', 'off'),
(126817, 'rsssl_404_notice_shown', '1', 'no'),
(126565, 'rsssl_encryption_keys_set', '1', 'no'),
(126567, 'rsssl_show_onboarding', '1', 'no'),
(126568, 'rsssl_options', 'a:7:{s:11:\"ssl_enabled\";b:1;s:19:\"mixed_content_fixer\";b:1;s:8:\"redirect\";s:11:\"wp_redirect\";s:20:\"do_not_edit_htaccess\";b:0;s:19:\"dismiss_all_notices\";b:0;s:31:\"switch_mixed_content_fixer_hook\";b:0;s:12:\"site_has_ssl\";s:1:\"1\";}', 'yes'),
(126569, 'rsssl_flush_rewrite_rules', '1731604569', 'yes'),
(175948, 'widget_responsive_lightbox_image_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(315, 'responsive_lightbox_version', '2.5.2', 'off'),
(316, 'responsive_lightbox_settings', 'a:18:{s:6:\"script\";s:6:\"tosrus\";s:8:\"selector\";s:8:\"lightbox\";s:9:\"galleries\";b:1;s:18:\"gallery_image_size\";s:4:\"full\";s:19:\"gallery_image_title\";s:7:\"default\";s:20:\"force_custom_gallery\";b:0;s:28:\"woocommerce_gallery_lightbox\";b:0;s:6:\"videos\";b:1;s:11:\"image_links\";b:1;s:11:\"image_title\";s:7:\"default\";s:17:\"images_as_gallery\";b:0;s:19:\"deactivation_delete\";b:0;s:13:\"loading_place\";s:6:\"header\";s:19:\"conditional_loading\";b:0;s:20:\"enable_custom_events\";b:0;s:13:\"custom_events\";s:12:\"ajaxComplete\";s:14:\"update_version\";i:1;s:13:\"update_notice\";b:1;}', 'no'),
(232, 'wpcf7', 'a:2:{s:7:\"version\";s:5:\"6.0.6\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";d:1491908918;s:7:\"version\";s:3:\"4.7\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}', 'yes'),
(259, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'off'),
(142, 'current_theme', 'Sparkling', 'yes'),
(143, 'theme_mods_ranieri', 'a:3:{i:0;b:0;s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}}', 'yes'),
(144, 'theme_switched', '', 'yes'),
(145, 'widget_sparkling-social', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(146, 'widget_sparkling_popular_posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(147, 'widget_sparkling-cats', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(223, 'recently_activated', 'a:0:{}', 'off'),
(353, 'category_children', 'a:0:{}', 'yes'),
(450, 'wpseo_titles', 'a:107:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:0;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"&raquo;\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:23:\"Arquivos %%term_title%%\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:23:\"Arquivos %%term_title%%\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:23:\"Arquivos %%term_title%%\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:0;s:17:\"company_logo_meta\";b:0;s:16:\"person_logo_meta\";b:0;s:29:\"open_graph_frontpage_image_id\";i:0;s:22:\"noindex-subpages-wpseo\";b:0;}', 'yes'),
(348, 'wonderplugin_carousel_disableupdate', '0', 'yes'),
(347, 'wonderplugin_carousel_keepdata', '1', 'yes'),
(334, 'wonderplugin_carousel_userrole', 'moderate_comments', 'yes'),
(335, 'wonderplugin_carousel_thumbnailsize', 'medium', 'yes'),
(336, 'wonderplugin-carousel-engine', 'WordPress Image Carousel Plugin', 'yes'),
(25428, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(25429, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(25430, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(25431, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(25432, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(25433, 'widget_block', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(25615, 'yoast_migrations_free', 'a:1:{s:7:\"version\";s:4:\"24.2\";}', 'yes'),
(25450, 'recovery_keys', 'a:0:{}', 'off'),
(25453, 'https_detection_errors', 'a:0:{}', 'off'),
(25523, 'autoptimize_ccss_version', 'AO_3.1.7', 'yes'),
(349, 'wonderplugin_carousel_supportwidget', '1', 'yes'),
(350, 'wonderplugin_carousel_addjstofooter', '0', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(356, 'wonderplugin_carousel_information', 's:32082:\"O:8:\"stdClass\":17:{s:6:\"author\";s:19:\"Magic Hills Pty Ltd\";s:8:\"homepage\";s:48:\"https://www.wonderplugin.com/wordpress-carousel/\";s:4:\"name\";s:15:\"Wonder Carousel\";s:8:\"requires\";s:3:\"3.6\";s:6:\"tested\";s:5:\"6.8.2\";s:5:\"icons\";a:1:{s:7:\"default\";s:41:\"https://www.wonderplugin.com/icon-128.png\";}s:7:\"version\";s:4:\"19.5\";s:11:\"new_version\";s:4:\"19.5\";s:12:\"last_updated\";s:10:\"2025-03-04\";s:16:\"update-supported\";b:1;s:8:\"sections\";a:1:{s:10:\"change log\";s:31406:\"<h4>Version 19.5 - March 4, 2025</h4>\n<ul>\n<li>Fix compatibility issues with PHP 8 and the WPML plugin</li>\n</ul>\n<h4>Version 19.4 - December 2, 2024</h4>\n<ul>\n<li>Support YouTube Shorts videos. Please note that some YouTube videos or Shorts may be restricted by their owners from being embedded on other websites.</li>\n<li>WordPress folder gallery: Fix a bug when the WordPress is installed in a subfolder but appears as root</li>\n</ul>\n<h4>Version 19.3 - January 17, 2024</h4>\n<ul>\n<li>Fix a compatibility issue with PHP 8.2</li>\n</ul>\n<h4>Version 19.2 - November 20, 2023</h4>\n<ul>\n<li>Fix a bug when calculating the URL of the current slide for the macro variable __SLIDECOPYLINK__</li>\n</ul>\n<h4>Version 19.1 - November 20, 2023</h4>\n<ul>\n<li>Fix compatibility issues with PHP 8.2</li>\n<li>Add an option to save the current slide ID to a web browser cookie and navigate to the slide when the user returns to the page</li>\n<li>Add two macro variables, __SLIDEID__ and __SLIDETOTAL__, which represent the ID of the slide and the total number of slides in the carousel</li>\n<li>Add a macro variable, __SLIDECOPYLINK__, which adds a button to copy the current slide URL to the clipboard</li>\n</ul>\n<h4>Version 19.0 - August 18, 2023</h4>\n<ul>\n<li>Fix a PHP warning</li>\n<li>Sanitise the folder path and limit allowed image and video file extensions when creating a folder carousel</li>\n</ul>\n<h4>Version 18.9 - March 29, 2023</h4>\n<ul>\n<li>Fix an issue with PHP 8.1</li>\n<li>Sanitise URL query parameters</li>\n</ul>\n<h4>Version 18.8 - October 24, 2022</h4>\n<ul>\n<li>Support loading image and video list from a JSON web service: <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-load-image-and-video-list-from-a-json-web-service-in-wordpress-carousel/\" rel=\"noopener\" target=\"_blank\">How to load image and video list from a JSON web service in WordPress Carousel</a></li>\n<li>Add an option to display different images on iPhone and Android</li>\n<li>Fix a compatibility issue with PHP 8.1</li>\n<li>Change the plugin folder of the Trial version to the same as the Pro version</li>\n</ul>\n<h4>Version 18.7 - September 2, 2022</h4>\n<ul>\n<li>Fix a bug with multiple-row post carousel and custom post carousel</li>\n<li>Add options to disable initialising YouTube and Vimeo API for GDPR</li>\n<li>Remove the Google fonts from the default skin CSS</li>\n</ul>\n<h4>Version 18.6 - August 17, 2022</h4>\n<ul>\n<li>Support Google Analytics 4</li>\n<li>Add an option to force the web browser not to cache the images and videos</li>\n<li>Fix the display of the overview page</li>\n</ul>\n<h4>Version 18.5 - January 14, 2022</h4>\n<ul>\n<li>Fix a bug when adding pages to WordPress carousel</li>\n</ul>\n<h4>Version 18.4 - December 23, 2021</h4>\n<ul>\n<li>Support the macro variable __AUTHOR__ for WordPress post carousel and custom post type carousel</li>\n<li>Pass post ID to the WordPress filter wonderplugin_carousel_modify_post_items and wonderplugin_carousel_modify_custom_post_items</li>\n</ul>\n<h4>Version 18.3 - June 9, 2021</h4>\n<ul>\n<li>Add an advanced lightbox option to fix the issue when adding Facebook videos to the carousel: <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-add-facebook-videos-to-wordpress-carousel/\" rel=\"noopener\" target=\"_blank\">How to add Facebook videos to WordPress carousel</a></li>\n</ul>\n<h4>Version 18.2 - March 16, 2021</h4>\n<ul>\n<li>Use the macro variable <code>%post_author%</code> to display the post author\'s display name in WordPress post carousels</li>\n<li>Show empty categories in the category list when creating a WordPress post carousel</li>\n</ul>\n<h4>Version 18.1 - February 25, 2021</h4>\n<ul>\n<li>Fix a bug with the auto scroll carousel</li>\n</ul>\n<h4>Version 18.0 - February 24, 2021</h4>\n<ul>\n<li>Fix a bug with WordPress continuous carousel</li>\n</ul>\n<h4>Version 17.9 - December 21, 2020</h4>\n<ul>\n<li>Fix the bug when there are multiple YouTube playlist carousels on the same page</li>\n</ul>\n<h4>Version 17.8 - December 10, 2020</h4>\n<ul>\n<li>Fix a compatibility issue with WordPress 5.6</li>\n</ul>\n<h4>Version 17.7 - November 27, 2020</h4>\n<ul>\n<li>Fix compatibility issues with WordPress 5.6</li>\n</ul>\n<h4>Version 17.6 - November 26, 2020</h4>\n<ul>\n<li>Fix compatibility issues with WordPress 5.6</li>\n<li>Add a new skin to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-vertical-auto-scroll-carousel-id77/\" rel=\"noopener noreferrer\" target=\"_blank\">WordPress vertical auto scroll carousel</a></li>\n<li>Add an option to add a hover over image for image carousels</li>\n<li>Fix an issue with YouTube playlist </li>\n</ul>\n<h4>Version 17.5 - August 21, 2020</h4>\n<ul>\n<li>Fix compatibility issues with WordPress 5.5</li>\n</ul>\n<h4>Version 17.4 - August 5, 2020</h4>\n<ul>\n<li>Fix a Flash issue with legacy Internet Explorer</li>\n</ul>\n<h4>Version 17.3 - July 31, 2020</h4>\n<ul>\n<li>Add an advanced data option <code>data-swipedistance</code> to specify the minimum distance for swipe gesture</li>\n<li>Support shortcode in carousel HTML code module</li>\n<li>In the carousel editor, step 1, Images & Videos tab, add a button to sort images and videos by title, filename and URL</li>\n<li>Show carousel item titles in the carousel editor, step 1, Images & Videos tab</li>\n</ul>\n<h4>Version 17.2 - June 30, 2020</h4>\n<ul>\n<li>Add a new WordPress carousel skin: Carousel with Image, Text and Button </li>\n</ul>\n<h4>Version 17.1 - May 6, 2020</h4>\n<ul>\n<li>When creating a YouTube playlist carousel, instead of creating a dynamic YouTube playlist carousel, add an option to retrieve videos from the playlist and add them to the carousel.</li>\n</ul>\n<h4>Version 17.0 - March 31, 2020</h4>\n<ul>\n<li>Fix a CSS conflict issue with third-party themes</li>\n</ul>\n<h4>Version 16.9 - September 19, 2019</h4>\n<ul>\n<li>Add an option to slide the carousel with fade and flip effect</li>\n<li>Fix an issue with WPML 4.2.8 and WordPress post carousel</li>\n</ul>\n<h4>Version 16.8 - September 8, 2019</h4>\n<ul>\n<li>Fix a bug when navigation numbering bullets have different width and height</li>\n</ul>\n<h4>Version 16.7 - September 7, 2019</h4>\n<ul>\n<li>Fix a bug of navigation bullets on mobile devices</li>\n</ul>\n<h4>Version 16.6 - September 6, 2019</h4>\n<ul>\n<li>Add a new skin to create auto scroll carousel with image hover over effect</li>\n<li>Add a new skin to show the first and last carousel image in half</li>\n<li>Add a new skin to display vertical text carousel</li>\n<li>Add a new skin to display vertical text carousel with navigation arrows on top</li>\n<li>Add hover over effect to carousel images</li>\n<li>Add an option to hide navigation bullets on mobiles</li>\n<li>Add an option to hide navigation bullets and arrows when there is only one page</li>\n<li>Fix a bug of navigation bullets on small screen devices</li>\n<li>Fix a bug for auto scroll carousel</li>\n</ul>\n<h4>Version 16.5 - August 28, 2019</h4>\n<ul>\n<li>Fix a bug when upgrading the plugin version 16.4</li>\n</ul>\n<h4>Version 16.4 - August 23, 2019</h4>\n<ul>\n<li>Fix a bug in WordPress post carousel</li>\n<li>Change carousel editor UI</li>\n</ul>\n<h4>Version 16.3 - July 30, 2019</h4>\n<ul>\n<li>Support WordPress multilingual plugin WPML in WordPress post carousel</li>\n</ul>\n<h4>Version 16.2 - July 30, 2019</h4>\n<ul>\n<li>Add an option to disable opening post page URL or featured image lighbox when clicking images in WordPress post carousel</li>\n</ul>\n<h4>Version 16.1 - July 21, 2019</h4>\n<ul>\n<li>Fix a bug for auto scroll carousel</li>\n</ul>\n<h4>Version 16.0 - July 12, 2019</h4>\n<ul>\n<li>Add a function to create WooCommerce on sale products carousel</li>\n<li>Fix a bug when creating WooCommerce featured products carousel</li>\n</ul>\n<h4>Version 15.9 - June 15, 2019</h4>\n<ul>\n<li>Fix a bug when lazy loading images</li>\n</ul>\n<h4>Version 15.8 - June 15, 2019</h4>\n<ul>\n<li>Fix the bug when there is HTML code in multilingual text</li>\n<li>Fix a bug when adding custom JavaScript</li>\n<li>Add a function to display PHP info</li>\n</ul>\n<h4>Version 15.7 - June 6, 2019</h4>\n<ul>\n<li>Fix a bug when rendering the carousel</li>\n</ul>\n<h4>Version 15.6 - June 5, 2019</h4>\n<ul>\n<li>Add two skins to create HTML content slider</li>\n</ul>\n<h4>Version 15.5 - June 4, 2019</h4>\n<ul>\n<li>Fix a bug with auto scrolling carousel</li>\n</ul>\n<h4>Version 15.4 - June 4, 2019</h4>\n<ul>\n<li>Use CSS transition for auto scrolling carousel</li>\n</ul>\n<h4>Version 15.3 - May 28, 2019</h4>\n<ul>\n<li>Fix a bug when there are quotes in the text</li>\n<li>Add an option to not zoom in the image if it is smaller than the thumbnail</li>\n</ul>\n<h4>Version 15.2 - May 10, 2019</h4>\n<ul>\n<li>Retrieve alt text when adding images from Windows Media Library</li>\n<li>Fix a bug under multilingual websties</li>\n</ul>\n<h4>Version 15.1 - April 14, 2019</h4>\n<ul>\n<li>Change the title of &lt;a&gt; tag to data-title</li>\n<li>Change the default thumbnail size to large</li>\n</ul>\n<h4>Version 15.0 - March 19, 2019</h4>\n<ul>\n<li>Fix a bug in WooCommerce product carousel and Custom Post Type carousel</li>\n</ul>\n<h4>Version 14.9 - March 18, 2019</h4>\n<ul>\n<li>Support multilingual plugin WPML</li>\n<li>Lightbox effect: add an option to display text outside of the image box</li>\n</ul>\n<h4>Version 14.8 - November 28, 2018</h4>\n<ul>\n<li>Support lazy loading carousel images</li>\n<li>Support displaying a preloading animation for carousel images</li>\n<li>Remove HTML tags from img alt attributes</li>\n<li>Fix the issue with Jetpack image lazy loading</li>\n</ul>\n<h4>Version 14.7 - November 11, 2018</h4>\n<ul>\n<li>Specify date range when creating WordPress post carousel and custom post type carousel</li>\n<li>Add an option to show sharing with email button in the lightbox popup</li>\n</ul>\n<h4>Version 14.6 - November 4, 2018</h4>\n<ul>\n<li>Fix an issue in Internet Explorer</li>\n</ul>\n<h4>Version 14.5 - October 31, 2018</h4>\n<ul>\n<li>Add an option to display items row by row for multiple row carousel</li>\n</ul>\n<h4>Version 14.4 - October 30, 2018</h4>\n<ul>\n<li>Add a function Add Text to create <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-wordpress-text-carousel/\" rel=\"noopener noreferrer\" target=\"_blank\">WordPress text carousel</a></li>\n</ul>\n<h4>Version 14.3 - September 28, 2018</h4>\n<ul>\n<li>Add an option to fix a possible JSON error</li>\n</ul>\n<h4>Version 14.2 - September 18, 2018</h4>\n<ul>\n<li>Fix an issue with Jetpack image lazy load</li>\n</ul>\n<h4>Version 14.1 - September 14, 2018</h4>\n<ul>\n<li>Fix a bug in PDF lightbox</li>\n</ul>\n<h4>Version 14.0 - September 6, 2018</h4>\n<ul>\n<li>Fix a bug in lightbox popup when the responsive option is off</li>\n</ul>\n<h4>Version 13.9 - August 23, 2018</h4>\n<ul>\n<li>Fix the bug of YouTube and Vimeo videos not autoplay on lightbox popup</li>\n</ul>\n<h4>Version 13.8 - August 3, 2018</h4>\n<ul>\n<li>Order WooCommerce and WordPress custom post types carousel by menu_order, title, date etc</li>\n</ul>\n<h4>Version 13.7 - July 23, 2018</h4>\n<ul>\n<li>Add an option to defer loading the carousel and all images</li>\n</ul>\n<h4>Version 13.6 - July 6, 2018</h4>\n<ul>\n<li>Fix the compatibility issue with the JetPack option <code>Lazy load images</code></li>\n</ul>\n<h4>Version 13.5 - June 30, 2018</h4>\n<ul>\n<li>Fix a bug when there are hyperlinks in the title of WordPress pages</li>\n</ul>\n<h4>Version 13.4 - June 22, 2018</h4>\n<ul>\n<li>Fix the bug with the option <code>Open current image in lightbox when clicking the carousel button</code></li>\n</ul>\n<h4>Version 13.3 - June 12, 2018</h4>\n<ul>\n<li>Add an option to enable/disable adding the media type attribute to the media URL</li>\n</ul>\n<h4>Version 13.2 - June 7, 2018</h4>\n<ul>\n<li>Fix a bug of creating WordPress post carousel when the web server PHP version is less than 5.5 </li>\n</ul>\n<h4>Version 13.1 - May 17, 2018</h4>\n<ul>\n<li>Fix minor issues</li>\n</ul>\n<h4>Version 13.0 - April 29, 2018</h4>\n<ul>\n<li>Support hiding the download and print buttons in the lightbox PDF viewer when working with the plugin <a href=\"https://www.wonderplugin.com/wordpress-pdf-embed/\" rel=\"noopener noreferrer\" target=\"_blank\">WonderPlugin PDF Embed</a></li>\n<li>Support playing mp4 videos hosted on Google Drive</li>\n</ul>\n<h4>Version 12.9 - April 20, 2018</h4>\n<ul>\n<li>Add a button <code>Add Text/HTML/Shortcode/Souldcloud</code> in the plugin step 1 to create text only carousel and Soundcloud carousel</li>\n<li>Support using an xml file to define extra title and description information when creating a carousel from images and videos inside a web folder</li>\n<li>Fix a bug of highlighting the navigation bullets</li>\n<li>Fix the issue of Vimeo video autoplay in the lightbox under the latest Chrome version 66</li>\n</ul>\n<h4>Version 12.8 - April 11, 2018</h4>\n<ul>\n<li>Create a WordPress carousel from images and videos inside a web folder: <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-a-wordpress-carousel-from-images-and-videos-inside-a-web-folder/\" rel=\"noopener noreferrer\" target=\"_blank\">Tutorial: How to create a WordPress carousel from images and videos inside a web folder</a></li>\n</ul>\n<h4>Version 12.7 - March 12, 2018</h4>\n<ul>\n<li>Fix a bug when playing videos inside the carousel</li>\n</ul>\n<h4>Version 12.6 - January 31, 2018</h4>\n<ul>\n<li>For vertical carousels, support changing the number of visible items according to the screen size or the web browser width</li>\n<li>Support left/right arrows when the option continuous playing (auto scrolling) is enabled</li>\n</ul>\n<h4>Version 12.5 - January 17, 2017</h4>\n<ul>\n<li>For WordPress post carousels, the following four macro variables are supported:</li>\n<li><code>__CATEGORYNAME[,]__</code>: display all category names separated by a comma.</li>\n<li><code>__CATEGORYNAMELINK[,]{_target}__</code>: display all category names separated by a comma. Each category name will link to the corresponding category page. The link will open in a new tab which is defined by the target value <code>_target</code>. To open the link in the same page, change the code to <code>__CATEGORYNAMELINK[,]{}__</code>.</li>\n<li><code>__TAGNAME[,]__</code>: display all tags separated by a comma.</li>\n<li><code>__TAGNAMELINK[,]{_target}__</code>: display all tags separated by a comma. Each tag will link to the corresponding tag page. The link will open in a new tab which is defined by the target value <code>_target</code>. To open the link in the same page, change the code to <code>__TAGNAMELINK[,]{}__</code>.</li>\n</ul>\n<h4>Version 12.4 - January 6, 2018</h4>\n<ul>\n<li>Support WooCommerce product category fields: <code>%wc_product_cat_id%</code>, <code>%wc_product_cat_name%</code>, <code>%wc_product_cat_slug%</code> and <code>%wc_product_cat_link%</code></li>\n<li>Support displaying post category ID, name, slug and link. The following macro-variables are supported for WordPress post carousel: <code>__CATEGORYID__</code>, <code>__CATEGORYNAME__</code>, <code>__CATEGORYSLUG__</code>, <code>__CATEGORYLINK__</code></li>\n</ul>\n<h4>Version 12.3 - October 23, 2017</h4>\n<ul>\n<li>Support WordPress page carousel</li>\n</ul>\n<h4>Version 12.2 - September 16, 2017</h4>\n<ul>\n<li>Fix a bug in the carousel movement when the option \"Display thumbnail images as same height and different width if they have different aspect ratio\" is selected</li>\n</ul>\n<h4>Version 12.1 - September 5, 2017</h4>\n<ul>\n<li>Add a new skin \"Read More Button\"</li>\n</ul>\n<h4>Version 12.0 - August 10, 2017</h4>\n<ul>\n<li>\nAdd a function \"Search and Replace\" in the \"Import/Export\" menu. This function can be used to search and replace domain names in the carousels when you move your WordPress site to a new domain or change to HTTPS secure site.</li>\n</ul>\n<h4>Version 11.9 - August 7, 2017</h4>\n<ul>\n<li>Add buttons to the carousel</li>\n<li>Add a new skin <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-text-and-image-carousel-slider-id54/\" target=\"_blank\" rel=\"noopener noreferrer\">Text and Image Slider</a> to create WordPress carousel sliders</li>\n</ul>\n<h4>Version 11.8 - July 31, 2017</h4>\n<ul>\n<li>Add two skins <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-team-members-carousel-with-social-media-id52/\" target=\"_blank\" rel=\"noopener noreferrer\">Team Members with Social Media</a> and <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-team-members-with-social-media-and-flip-effect-id53/\" target=\"_blank\" rel=\"noopener noreferrer\">Team Members with Social Media and Flip Effect</a> to display team members information</li>\n</ul>\n<h4>Version 11.7 - July 13, 2017</h4>\n<ul>\n<li>Fix the issue of the lightbox jumping to the page top</li>\n<li>Fix the swipe issue on Android version 5 and below</li>\n</ul>\n<h4>Version 11.6 - June 3, 2017</h4>\n<ul>\n<li>Add a button \"Add PDF\" in step 1 to help create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-pdf-carousel-id51/\" target=\"_blank\" rel=\"noopener noreferrer\">WordPress PDF carousel</a></li>\n<li>In step 1, when adding an image/video/PDF, highlight the input box if the image/video/PDF is not selected</li>\n<li>Setup different default lightbox size for images, videos and PDF files</li>\n</ul>\n<h4>Version 11.5 - June 2, 2017</h4>\n<ul>\n<li>Support opening PDF files in the carousel lightbox popup</li>\n</ul>\n<h4>Version 11.4 - May 30, 2017</h4>\n<ul>\n<li>Select WordPress posts by tags</li>\n<li>Specify the \"orderby\" option when selecting WordPress posts. You can now randomly select posts or select posts by date, ID, author, title, modified date, number of comments.</li>\n<li>Fix a compatibility issue with WooCommerce 3</li>\n<li>Create featured posts carousels for WooCommerce 3</li>\n<li>Specify the featured image size for WooCommerce / custom post type carousels</li>\n</ul>\n<h4>Version 11.3 - April 27, 2017</h4>\n<ul>\n<li>Fix the bug when using the URL parameter firstcarouselid to specify the first item on page load</li>\n</ul>\n<h4>Version 11.2 - April 6, 2017</h4>\n<ul>\n<li>Fix the lightbox resizing issue on mobile devices</li>\n</ul>\n<h4>Version 11.1 - March 30, 2017</h4>\n<ul>\n<li>Add an option to add extra attributes to &lt;a&gt; tag</li>\n<li>Add a lightbox advanced option <em>bodynoscroll</em>. When adding <em>data-bodynoscroll=\"true\"</em> to the Lightbox Advanced Options input box, it will stop the lightbox background scrolling</li>\n<li>Add a lightbox advanced option <em>mobileresizeevent</em>. When adding <em>data-mobileresizeevent=\"false\"</em> to the Lightbox Advanced Options input box, it will stop the lightbox resizing on mobile devices</li>\n</ul>\n<h4>Version 11.0 - February 23, 2017</h4>\n<ul>\n<li>When automatically playing the carousel, add an option to move the carousel to the left or the right</li>\n<li>Add an option to disable looping images when the total number is less than a specified number</li>\n</ul>\n<h4>Version 10.9 - January 9, 2017</h4>\n<ul>\n<li>When adding a carousel to a page or post by using the shortcode, support calling the carousel by its name, for example [wonderplugin_carousel name=\"The Carousel Name\"]</li>\n<li>In the plugin, step 1, Images & Videos tab, add a button \"Delete All\" to delete all items</li>\n<li>In the plugin, step 1, Images & Videos tab, \"Add Image\" dialog, when adding multiple images with the button \"Upload\", apply the option \"Use thumbnail in carousel\" and \"Open current image in Lightbox\" to all images</li>\n</ul>\n<h4>Version 10.8</h4>\n<ul>\n<li>Export/import carousels to/from an .xml file</li>\n</ul>\n<h4>Version 10.7</h4>\n<ul>\n<li>Fix a bug in WordPress auto scrolling carousel</li>\n</ul>\n<h4>Version 10.6</h4>\n<ul>\n<li>Change lightbox fullscreen mode default to false on small screen devices</li>\n</ul>\n<h4>Version 10.5</h4>\n<ul>\n<li>Add an option to add custom JavaScript code</li>\n<li>Add the attribute allowfullscreen to lightbox iframe</li>\n<li>Add a lightbox advanced option maxheight: when data-maxheight=\"true\" is added to the Lightbox Advanced Options input box, the lightbox will use the height of the web browser to calculate the maximum height of the lightbox.</li>\n<li>Enable left and right arrows when the animation is not finished</li>\n</ul>\n<h4>Version 10.4</h4>\n<ul>\n<li>Support creating <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-a-woocommerce-product-carousel/\" target=\"_blank\" rel=\"noopener noreferrer\">WooCommerce best selling products carousel</a> and <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-a-woocommerce-product-carousel/\" target=\"_blank\" rel=\"noopener noreferrer\">WooCommerce featured products carousel</a></li>\n</ul>\n<h4>Version 10.3</h4>\n<ul>\n<li>Support displaying WooCommerce product price and rating in a <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-a-woocommerce-product-carousel/\" target=\"_blank\" rel=\"noopener noreferrer\">WooCommerce carousel</a></li>\n</ul>\n<h4>Version 10.2</h4>\n<ul>\n<li>WordPress custom post type carousel: change the word length limit to post content and excerpt only</li>\n<li>Use textarea for description input box</li>\n</ul>\n<h4>Version 10.1</h4>\n<ul>\n<li>Fix a minor bug in WordPress custom post type carousel</li>\n</ul>\n<h4>Version 10.0</h4>\n<ul>\n<li>Support WordPress custom post type. You can now use the plugin to create <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-a-woocommerce-product-carousel/\" target=\"_blank\" rel=\"noopener noreferrer\">WooCommerce carousel</a> or your own custom post carousel</li>\n<li>Add an option to enter different text for alt attribute of img tags</li>\n<li>Add an option to add title attribute for img tags.</li>\n</ul>\n<h4>Version 9.9</h4>\n<ul>\n<li>Compatible with jQuery 3</li>\n</ul>\n<h4>Version 9.8</h4>\n<ul>\n<li>Support onclick event for web links</li>\n</ul>\n<h4>Version 9.7</h4>\n<ul>\n<li>Fix the problem of the menu Manage Carousels not working in version 9.4 on some WordPress installations</li>\n</ul>\n<h4>Version 9.4</h4>\n<ul>\n<li>Fix the problem when the folder wp-admin does not exist in the WordPress website</li>\n</ul>\n<h4>Version 9.3</h4>\n<ul>\n<li>Support macro variable __DATETIME__ and __DATE__ in carousel content template for <a href=\"https://www.wonderplugin.com/wordpress-tutorials/how-to-create-a-wordpress-post-carousel/\" target=\"_blank\" rel=\"noopener noreferrer\">WordPress post carousel</a></li>\n</ul>\n<h4>Version 9.2</h4>\n<ul>\n<li>Fix the bug of icon class name conflict</li>\n</ul>\n<h4>Version 9.1</h4>\n<ul>\n<li>Move social media buttons to the bottom center of the lightbox popup</li>\n</ul>\n<h4>Version 9.0</h4>\n<ul>\n<li>Fix a bug of playing videos inside the carousel items</li>\n</ul>\n<h4>Version 8.9</h4>\n<ul>\n<li>Support social media share buttons in lightbox popup: Facebook, Twitter and Pinterest</li>\n<li>Rearrange lightbox options to tabs</li>\n</ul>\n<h4>Version 8.8</h4>\n<ul>\n<li>Use advanced option <code>data-imgextraprops</code> to add extra class names and attributes to img elements</li>\n<li>WordPress post carousel: getting posts of no older than specified days</li>\n<li>WordPress post carousel: specifying post order as ascending or descending</li>\n</ul>\n<h4>Version 8.7</h4>\n<ul>\n<li>Add a new skin Classic with Flip that can be used to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-carousel-with-3d-flip-effect-id45/\" target=\"_blank\" rel=\"noopener noreferrer\">WordPress carousel with 3d flip effect</a></li>\n</ul>\n<h4>Version 8.6</h4>\n<ul>\n<li>Fix a responsive bug with image lightbox</li>\n</ul>\n<h4>Version 8.5</h4>\n<ul>\n<li>Add an option to hide the carousel before all carousel images are loaded</li>\n</ul>\n<h4>Version 8.4</h4>\n<ul>\n<li>Add a new skin Numbering which supports creating <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-carousel-with-number-navigation-id43/\" target=\"_blank\" rel=\"noopener noreferrer\">WordPress carousels with number navigation</a></li>\n</ul>\n<h4>Version 8.3</h4>\n<ul>\n<li>Add an option to hide the whole carousel before the initialisation is finished</li>\n<li>Add an option to display Lightbox image with full width and scrollable height</li>\n<li>Only display images in the Media Library Selection Dialog when selecting an image file and only display videos when selecting a video file</li>\n</ul>\n<h4>Version 8.2</h4>\n<ul>\n<li>Fix a bug in multiple rows carousel</li>\n</ul>\n<h4>Version 8.1</h4>\n<ul>\n<li>Support full width carousel</li>\n<li>Support YouTube playlist carousel</li>\n</ul>\n<h4>Version 8.0</h4>\n<ul>\n<li>Add options to fit images into the carousel and center fitted images</li>\n</ul>\n<h4>Version 7.9</h4>\n<ul>\n<li>Fix the bug when there are uppercase letters in WordPress database prefix</li>\n</ul>\n<h4>Version 7.8</h4>\n<ul>\n<li>Hide the hover over text when the option \"Do not show hover image on touch screen\" is selected.</li>\n</ul>\n<h4>Version 7.7</h4>\n<ul>\n<li>Add an option to show/hide play button on video item</li>\n<li>Add an option to use own image as the video play button</li>\n<li>Fix the hover overlay image bug when there are multiple carousels on one page</li>\n</ul>\n<h4>Version 7.6</h4>\n<ul>\n<li>Fix a bug in version 7.5</li>\n</ul>\n<h4>Version 7.5</h4>\n<ul>\n<li>Fix a bug in vertical carousel when the random option is on</li>\n</ul>\n<h4>Version 7.4</h4>\n<ul>\n<li>Add a new skin Flow</li>\n<li>Add an option to show carousel images as same height and different width if the images have different aspect ratio</li>\n</ul>\n<h4>Version 7.3</h4>\n<ul>\n<li>Add an option to trigger window resize event when the carousel is rendered</li>\n</ul>\n<h4>Version 7.2</h4>\n<ul>\n<li>WordPress Posts Carousel: add an option to link title to the post page</li>\n<li>WordPress Posts Carousel: add an option to open the featured image in lightbox</li>\n</ul>\n<h4>Version 7.1</h4>\n<ul>\n<li>Fix a minor bug in image positioning</li>\n</ul>\n<h4>Version 7.0</h4>\n<ul>\n<li>Support URL parameter firstcarouselid and clickcarousel. The URL parameter firstcarouselid will slide the carousel to the specified item, the index of the parameter starts from 0. If clickcarousel=true is added to the URL, it will open the corresponding lightbox when the webpage loads. For example, the following URL will open the second video in lightbox when the webpage loads: <a href=\"https://www.wonderplugin.com/wordpress-carousel/?firstcarouselid=1&clickcarousel=true\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.wonderplugin.com/wordpress-carousel/?firstcarouselid=1&clickcarousel=true</a></li>\n</ul>\n<h4>Version 6.9</h4>\n<ul>\n<li>Fix a minor issue in version 6.8</li>\n</ul>\n<h4>Version 6.8</h4>\n<ul>\n<li>Add an option to support shortcode in title and description text</li>\n</ul>\n<h4>Version 6.7</h4>\n<ul>\n<li>Fix a bug in plugin update</li>\n</ul>\n<h4>Version 6.6</h4>\n<ul>\n<li>Add an option to center image when the aspect ratio of image is different with that of the carousel item</li>\n</ul>\n<h4>Version 6.5</h4>\n<ul>\n<li>Keep HTML tags in post excerpts</li>\n</ul>\n<h4>Version 6.4</h4>\n<ul>\n<li>Fix a minor bug in the skin Flip</li>\n</ul>\n<h4>Version 6.3</h4>\n<ul>\n<li>Add a new skin Flip to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-carousel-with-css3-flip-animation-effect-id41/\" target=\"_blank\" rel=\"noopener noreferrer\">WordPress carousel with CSS3 flip animation effect</a></li>\n</ul>\n<h4>Version 6.2</h4>\n<ul>\n<li>Add a new skin Hover Over to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-carousel-with-text-hover-over-effect-id39/\" target=\"_blank\" rel=\"noopener noreferrer\">WordPress carousel with text hover over effect</a></li>\n<li>Add an option to specify the spacing between carousel items</li>\n</ul>\n<h4>Version 6.1</h4>\n<ul>\n<li>Support trash in carousel management. The deleted carousel will be moved to the trash in which you can restore or permanently delete it.</li>\n</ul>\n<h4>Version 6.0</h4>\n<ul>\n<li>Support lightbox auto slideshow</li>\n<li>Add an option to always show the previous and next navigation arrows on lightbox</li>\n<li>Display error notice on the WordPress Updates page if the free upgrade period is expired.</li>\n</ul>\n<h4>Version 5.9</h4>\n<ul>\n<li>Add an option to support adding the new item to the beginning of the list\n</li>\n<li>Add a function to reverse the media list</li>\n</ul>\n<h4>Version 5.8</h4>\n<ul>\n<li>Fix the border radius bug in the skin Simplicity\n</li>\n<li>Add a div container around the carousel div</li>\n</ul>\n<h4>Version 5.7</h4>\n<ul>\n<li>Add an option to hide MP4/WebM video play control bar on lightbox</li>\n<li>Add an option to display text on bottom, inside, left or right of the lightbox</li>\n<li>Add an option to display lightbox in fullscreen mode. In fullscreen mode, the close button will be displayed on the top right corner of the web browser</li>\n<li>Add an option to add prefix to title when the lightbox is displayed in gallery mode</li>\n<li>Add an option to enable or disable closing lightbox when clicking on the overlay background</li>\n<li>Move the left and right navigation arrows to the side of lightbox on touch screen. This will fix the issue of double clicking when playing video on iPhone, iPad and Android.</li>\n</ul>\n<h4>Version 5.6</h4>\n<ul>\n<li>Add an option to display all carousel thumbnails in same size even when the original images have different aspect ratio.\n</li>\n</ul>\n<h4>Version 5.5</h4>\n<ul>\n<li>Fix the bug of playing MP4 video on iPad iOS 9.1\n</li>\n</ul>\n<h4>Version 5.4</h4>\n<ul>\n<li>Fix the bug of video lightbox in iPad 2\n</li>\n</ul>\n<h4>Version 5.3</h4>\n<ul>\n<li>Fix the bug of options \"Scroll Mode\", \"Interval\" and \"Transition duration\" not working\n</li>\n</ul>\n<h4>Version 5.2</h4>\n<ul>\n<li>Support WordPress posts carousel: create carousels from recent WordPress posts or posts in specified categories\n</li>\n<li>Add a new skin \"Read More\"\n</li>\n</ul>\n<h4>Version 5.1</h4>\n<ul>\n<li>Fix a bug in continuous movement\n</li>\n</ul>\n<h4>Version 5.0</h4>\n<ul>\n<li>Add an option to not initialise the carousel when the page is loaded. This option is useful if you would like to manually initialise the carousel with JavaScript API.\n</li>\n<li>Add an option to add init scripts together with carousel HTML code. This option is useful if the WordPress website uses Ajax to load posts and pages.\n</li>\n</ul>\n<h4>Version 4.9</h4>\n<ul>\n<li>Fix bugs\n</li>\n</ul>\n<h4>Version 4.5</h4>\n<ul>\n<li>Add a new skin Auto Scroll to create <a target=\"_blank\" href=\"/wordpress-carousel/examples/wordpress-auto-scroll-carousel-id34/\" rel=\"noopener noreferrer\">automatically scrolling carousel</a>\n</li>\n<li>Add an option to pause carousel scrolling on mouse over\n</li>\n<li>Add options to specify the scrolling interval and transition duration\n</li>\n<li>Add an option to scroll by page or item\n</li>\n</ul>\n<h4>Version 4.4</h4>\n<ul>\n<li>Add an option to add slider js files to the footer\n</li>\n<li>Add an option to display carousels in text widgets\n</li>\n</ul>\n<h4>Version 4.3</h4>\n<ul>\n<li>Add a skin to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-text-only-carousel-id32/\" target=\"_blank\" rel=\"noopener noreferrer\">WordPress text only carousel</a>\n</li>\n<li>Add a skin to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-multiple-rows-carousel-id33/\" target=\"_blank\" rel=\"noopener noreferrer\">WordPress two rows carousel</a>\n</li>\n<li>Add an option \"Row number\" to define the number of rows\n</li>\n</ul>\n<h4>Version 4.2</h4>\n<ul>\n<li>Support version check and update\n</li>\n</ul>\";}s:3:\"key\";s:0:\"\";s:10:\"key_status\";s:5:\"empty\";s:10:\"key_expire\";i:0;s:4:\"slug\";s:21:\"wonderplugin-carousel\";s:6:\"plugin\";s:46:\"wonderplugin-carousel/wonderplugincarousel.php\";s:12:\"last_checked\";i:1761138777;}\";', 'yes'),
(455, 'wpseo_flush_rewrite', '1', 'yes'),
(25445, 'user_count', '2', 'no'),
(25446, 'db_upgraded', '', 'on'),
(130736, 'wp_attachment_pages_enabled', '1', 'on'),
(130744, '_transient_wp_styles_for_blocks', 'a:2:{s:4:\"hash\";s:32:\"da6f67488a0af134492a800c793eb94c\";s:6:\"blocks\";a:5:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:12:\"core/columns\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}', 'on'),
(176096, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/pt_BR/wordpress-6.8.3.zip\";s:6:\"locale\";s:5:\"pt_BR\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/pt_BR/wordpress-6.8.3.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.8.3\";s:7:\"version\";s:5:\"6.8.3\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.8.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.8.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.8.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.8.3-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.8.3-partial-2.zip\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.8.3\";s:7:\"version\";s:5:\"6.8.3\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:5:\"6.8.2\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/pt_BR/wordpress-6.8.3.zip\";s:6:\"locale\";s:5:\"pt_BR\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/pt_BR/wordpress-6.8.3.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.8.3\";s:7:\"version\";s:5:\"6.8.3\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1761138776;s:15:\"version_checked\";s:5:\"6.8.2\";s:12:\"translations\";a:0:{}}', 'off'),
(178882, 'auto_core_update_failed', 'a:6:{s:9:\"attempted\";s:5:\"6.8.3\";s:7:\"current\";s:5:\"6.8.2\";s:10:\"error_code\";s:22:\"copy_failed_ziparchive\";s:10:\"error_data\";s:90:\"wordpress/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Bold.woff2\";s:9:\"timestamp\";i:1759281584;s:5:\"retry\";b:0;}', 'off'),
(175947, 'widget_responsive_lightbox_gallery_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(182228, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1761138777;s:7:\"checked\";a:10:{s:7:\"ranieri\";s:5:\"2.3.2\";s:13:\"twentyfifteen\";s:3:\"1.7\";s:15:\"twentyseventeen\";s:3:\"1.1\";s:13:\"twentysixteen\";s:3:\"1.3\";s:12:\"twentytwenty\";s:3:\"2.0\";s:16:\"twentytwentyfive\";s:3:\"1.0\";s:16:\"twentytwentyfour\";s:3:\"1.3\";s:15:\"twentytwentyone\";s:3:\"1.6\";s:17:\"twentytwentythree\";s:3:\"1.6\";s:15:\"twentytwentytwo\";s:3:\"1.2\";}s:8:\"response\";a:7:{s:13:\"twentyfifteen\";a:6:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"4.0\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.4.0.zip\";s:8:\"requires\";s:3:\"4.1\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"3.9\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.3.9.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:13:\"twentysixteen\";a:6:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"3.6\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.3.6.zip\";s:8:\"requires\";s:3:\"4.4\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"2.9\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.2.9.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.3.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"2.6\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.2.6.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.2.0.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:2:{s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.3.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}', 'off'),
(182195, '_transient_timeout_rl-attachment_ids_by_url', '1761210320', 'off'),
(182196, '_transient_rl-attachment_ids_by_url', 'a:12:{s:76:\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/WYTH4358.jpg\";i:225;s:76:\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/WLSF4895.jpg\";i:224;s:76:\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/AHTM4256.jpg\";i:228;s:76:\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/RFVI2314.jpg\";i:217;s:76:\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/QWJR7556.jpg\";i:215;s:76:\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/VXGL4866.jpg\";i:222;s:76:\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/BYSR6290.jpg\";i:207;s:76:\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/SYCW9849.jpg\";i:218;s:76:\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/GYFQ9392.jpg\";i:209;s:76:\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/BAKO5937.jpg\";i:206;s:76:\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/KPQB0989.jpg\";i:211;s:76:\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/IRCU6972.jpg\";i:210;}', 'off'),
(182230, '_site_transient_timeout_wp_theme_files_patterns-a3d14063b2fd605703512fa50b289d90', '1761140582', 'off'),
(182231, '_site_transient_wp_theme_files_patterns-a3d14063b2fd605703512fa50b289d90', 'a:2:{s:7:\"version\";s:5:\"2.3.2\";s:8:\"patterns\";a:0:{}}', 'off'),
(182226, '_site_transient_timeout_theme_roots', '1761140577', 'off'),
(182227, '_site_transient_theme_roots', 'a:10:{s:7:\"ranieri\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(182229, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1761138777;s:8:\"response\";a:7:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"5.5\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:5:\"6.8.3\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}s:27:\"autoptimize/autoptimize.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/autoptimize\";s:4:\"slug\";s:11:\"autoptimize\";s:6:\"plugin\";s:27:\"autoptimize/autoptimize.php\";s:11:\"new_version\";s:6:\"3.1.13\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/autoptimize/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/autoptimize.3.1.13.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/autoptimize/assets/icon-256X256.png?rev=2211608\";s:2:\"1x\";s:64:\"https://ps.w.org/autoptimize/assets/icon-128x128.png?rev=1864142\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/autoptimize/assets/banner-772x250.jpg?rev=1315920\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";s:6:\"tested\";s:5:\"6.8.3\";s:12:\"requires_php\";s:3:\"5.6\";s:16:\"requires_plugins\";a:0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"6.1.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.6.1.2.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.7\";s:6:\"tested\";s:5:\"6.8.3\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:31:\"w.org/plugins/really-simple-ssl\";s:4:\"slug\";s:17:\"really-simple-ssl\";s:6:\"plugin\";s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";s:11:\"new_version\";s:7:\"9.5.2.3\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/really-simple-ssl/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/really-simple-ssl.9.5.2.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/really-simple-ssl/assets/icon-256x256.png?rev=2839720\";s:2:\"1x\";s:70:\"https://ps.w.org/really-simple-ssl/assets/icon-128x128.png?rev=2839720\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/really-simple-ssl/assets/banner-1544x500.png?rev=3100992\";s:2:\"1x\";s:72:\"https://ps.w.org/really-simple-ssl/assets/banner-772x250.png?rev=3100992\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:5:\"6.8.3\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:43:\"responsive-lightbox/responsive-lightbox.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:33:\"w.org/plugins/responsive-lightbox\";s:4:\"slug\";s:19:\"responsive-lightbox\";s:6:\"plugin\";s:43:\"responsive-lightbox/responsive-lightbox.php\";s:11:\"new_version\";s:5:\"2.5.3\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/responsive-lightbox/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/responsive-lightbox.2.5.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/responsive-lightbox/assets/icon-256x256.png?rev=1872740\";s:2:\"1x\";s:72:\"https://ps.w.org/responsive-lightbox/assets/icon-128x128.png?rev=1872740\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/responsive-lightbox/assets/banner-772x250.jpg?rev=1872740\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.8.3\";s:12:\"requires_php\";s:3:\"5.6\";s:16:\"requires_plugins\";a:0:{}s:14:\"upgrade_notice\";s:72:\"<p>Fix potential XSS vulnerability related to lightbox link handling</p>\";}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"26.2\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.26.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.gif?rev=3112542\";s:2:\"1x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-128x128.gif?rev=3112542\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=3257862\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=3257862\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=3257862\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=3257862\";}s:8:\"requires\";s:3:\"6.7\";s:6:\"tested\";s:5:\"6.8.3\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:46:\"wonderplugin-carousel/wonderplugincarousel.php\";O:8:\"stdClass\":17:{s:6:\"author\";s:19:\"Magic Hills Pty Ltd\";s:8:\"homepage\";s:48:\"https://www.wonderplugin.com/wordpress-carousel/\";s:4:\"name\";s:15:\"Wonder Carousel\";s:8:\"requires\";s:3:\"3.6\";s:6:\"tested\";s:5:\"6.8.2\";s:5:\"icons\";a:1:{s:7:\"default\";s:41:\"https://www.wonderplugin.com/icon-128.png\";}s:7:\"version\";s:4:\"19.5\";s:11:\"new_version\";s:4:\"19.5\";s:12:\"last_updated\";s:10:\"2025-03-04\";s:16:\"update-supported\";b:1;s:8:\"sections\";a:1:{s:10:\"change log\";s:31406:\"<h4>Version 19.5 - March 4, 2025</h4>\n<ul>\n<li>Fix compatibility issues with PHP 8 and the WPML plugin</li>\n</ul>\n<h4>Version 19.4 - December 2, 2024</h4>\n<ul>\n<li>Support YouTube Shorts videos. Please note that some YouTube videos or Shorts may be restricted by their owners from being embedded on other websites.</li>\n<li>WordPress folder gallery: Fix a bug when the WordPress is installed in a subfolder but appears as root</li>\n</ul>\n<h4>Version 19.3 - January 17, 2024</h4>\n<ul>\n<li>Fix a compatibility issue with PHP 8.2</li>\n</ul>\n<h4>Version 19.2 - November 20, 2023</h4>\n<ul>\n<li>Fix a bug when calculating the URL of the current slide for the macro variable __SLIDECOPYLINK__</li>\n</ul>\n<h4>Version 19.1 - November 20, 2023</h4>\n<ul>\n<li>Fix compatibility issues with PHP 8.2</li>\n<li>Add an option to save the current slide ID to a web browser cookie and navigate to the slide when the user returns to the page</li>\n<li>Add two macro variables, __SLIDEID__ and __SLIDETOTAL__, which represent the ID of the slide and the total number of slides in the carousel</li>\n<li>Add a macro variable, __SLIDECOPYLINK__, which adds a button to copy the current slide URL to the clipboard</li>\n</ul>\n<h4>Version 19.0 - August 18, 2023</h4>\n<ul>\n<li>Fix a PHP warning</li>\n<li>Sanitise the folder path and limit allowed image and video file extensions when creating a folder carousel</li>\n</ul>\n<h4>Version 18.9 - March 29, 2023</h4>\n<ul>\n<li>Fix an issue with PHP 8.1</li>\n<li>Sanitise URL query parameters</li>\n</ul>\n<h4>Version 18.8 - October 24, 2022</h4>\n<ul>\n<li>Support loading image and video list from a JSON web service: <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-load-image-and-video-list-from-a-json-web-service-in-wordpress-carousel/\" rel=\"noopener\" target=\"_blank\">How to load image and video list from a JSON web service in WordPress Carousel</a></li>\n<li>Add an option to display different images on iPhone and Android</li>\n<li>Fix a compatibility issue with PHP 8.1</li>\n<li>Change the plugin folder of the Trial version to the same as the Pro version</li>\n</ul>\n<h4>Version 18.7 - September 2, 2022</h4>\n<ul>\n<li>Fix a bug with multiple-row post carousel and custom post carousel</li>\n<li>Add options to disable initialising YouTube and Vimeo API for GDPR</li>\n<li>Remove the Google fonts from the default skin CSS</li>\n</ul>\n<h4>Version 18.6 - August 17, 2022</h4>\n<ul>\n<li>Support Google Analytics 4</li>\n<li>Add an option to force the web browser not to cache the images and videos</li>\n<li>Fix the display of the overview page</li>\n</ul>\n<h4>Version 18.5 - January 14, 2022</h4>\n<ul>\n<li>Fix a bug when adding pages to WordPress carousel</li>\n</ul>\n<h4>Version 18.4 - December 23, 2021</h4>\n<ul>\n<li>Support the macro variable __AUTHOR__ for WordPress post carousel and custom post type carousel</li>\n<li>Pass post ID to the WordPress filter wonderplugin_carousel_modify_post_items and wonderplugin_carousel_modify_custom_post_items</li>\n</ul>\n<h4>Version 18.3 - June 9, 2021</h4>\n<ul>\n<li>Add an advanced lightbox option to fix the issue when adding Facebook videos to the carousel: <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-add-facebook-videos-to-wordpress-carousel/\" rel=\"noopener\" target=\"_blank\">How to add Facebook videos to WordPress carousel</a></li>\n</ul>\n<h4>Version 18.2 - March 16, 2021</h4>\n<ul>\n<li>Use the macro variable <code>%post_author%</code> to display the post author\'s display name in WordPress post carousels</li>\n<li>Show empty categories in the category list when creating a WordPress post carousel</li>\n</ul>\n<h4>Version 18.1 - February 25, 2021</h4>\n<ul>\n<li>Fix a bug with the auto scroll carousel</li>\n</ul>\n<h4>Version 18.0 - February 24, 2021</h4>\n<ul>\n<li>Fix a bug with WordPress continuous carousel</li>\n</ul>\n<h4>Version 17.9 - December 21, 2020</h4>\n<ul>\n<li>Fix the bug when there are multiple YouTube playlist carousels on the same page</li>\n</ul>\n<h4>Version 17.8 - December 10, 2020</h4>\n<ul>\n<li>Fix a compatibility issue with WordPress 5.6</li>\n</ul>\n<h4>Version 17.7 - November 27, 2020</h4>\n<ul>\n<li>Fix compatibility issues with WordPress 5.6</li>\n</ul>\n<h4>Version 17.6 - November 26, 2020</h4>\n<ul>\n<li>Fix compatibility issues with WordPress 5.6</li>\n<li>Add a new skin to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-vertical-auto-scroll-carousel-id77/\" rel=\"noopener noreferrer\" target=\"_blank\">WordPress vertical auto scroll carousel</a></li>\n<li>Add an option to add a hover over image for image carousels</li>\n<li>Fix an issue with YouTube playlist </li>\n</ul>\n<h4>Version 17.5 - August 21, 2020</h4>\n<ul>\n<li>Fix compatibility issues with WordPress 5.5</li>\n</ul>\n<h4>Version 17.4 - August 5, 2020</h4>\n<ul>\n<li>Fix a Flash issue with legacy Internet Explorer</li>\n</ul>\n<h4>Version 17.3 - July 31, 2020</h4>\n<ul>\n<li>Add an advanced data option <code>data-swipedistance</code> to specify the minimum distance for swipe gesture</li>\n<li>Support shortcode in carousel HTML code module</li>\n<li>In the carousel editor, step 1, Images & Videos tab, add a button to sort images and videos by title, filename and URL</li>\n<li>Show carousel item titles in the carousel editor, step 1, Images & Videos tab</li>\n</ul>\n<h4>Version 17.2 - June 30, 2020</h4>\n<ul>\n<li>Add a new WordPress carousel skin: Carousel with Image, Text and Button </li>\n</ul>\n<h4>Version 17.1 - May 6, 2020</h4>\n<ul>\n<li>When creating a YouTube playlist carousel, instead of creating a dynamic YouTube playlist carousel, add an option to retrieve videos from the playlist and add them to the carousel.</li>\n</ul>\n<h4>Version 17.0 - March 31, 2020</h4>\n<ul>\n<li>Fix a CSS conflict issue with third-party themes</li>\n</ul>\n<h4>Version 16.9 - September 19, 2019</h4>\n<ul>\n<li>Add an option to slide the carousel with fade and flip effect</li>\n<li>Fix an issue with WPML 4.2.8 and WordPress post carousel</li>\n</ul>\n<h4>Version 16.8 - September 8, 2019</h4>\n<ul>\n<li>Fix a bug when navigation numbering bullets have different width and height</li>\n</ul>\n<h4>Version 16.7 - September 7, 2019</h4>\n<ul>\n<li>Fix a bug of navigation bullets on mobile devices</li>\n</ul>\n<h4>Version 16.6 - September 6, 2019</h4>\n<ul>\n<li>Add a new skin to create auto scroll carousel with image hover over effect</li>\n<li>Add a new skin to show the first and last carousel image in half</li>\n<li>Add a new skin to display vertical text carousel</li>\n<li>Add a new skin to display vertical text carousel with navigation arrows on top</li>\n<li>Add hover over effect to carousel images</li>\n<li>Add an option to hide navigation bullets on mobiles</li>\n<li>Add an option to hide navigation bullets and arrows when there is only one page</li>\n<li>Fix a bug of navigation bullets on small screen devices</li>\n<li>Fix a bug for auto scroll carousel</li>\n</ul>\n<h4>Version 16.5 - August 28, 2019</h4>\n<ul>\n<li>Fix a bug when upgrading the plugin version 16.4</li>\n</ul>\n<h4>Version 16.4 - August 23, 2019</h4>\n<ul>\n<li>Fix a bug in WordPress post carousel</li>\n<li>Change carousel editor UI</li>\n</ul>\n<h4>Version 16.3 - July 30, 2019</h4>\n<ul>\n<li>Support WordPress multilingual plugin WPML in WordPress post carousel</li>\n</ul>\n<h4>Version 16.2 - July 30, 2019</h4>\n<ul>\n<li>Add an option to disable opening post page URL or featured image lighbox when clicking images in WordPress post carousel</li>\n</ul>\n<h4>Version 16.1 - July 21, 2019</h4>\n<ul>\n<li>Fix a bug for auto scroll carousel</li>\n</ul>\n<h4>Version 16.0 - July 12, 2019</h4>\n<ul>\n<li>Add a function to create WooCommerce on sale products carousel</li>\n<li>Fix a bug when creating WooCommerce featured products carousel</li>\n</ul>\n<h4>Version 15.9 - June 15, 2019</h4>\n<ul>\n<li>Fix a bug when lazy loading images</li>\n</ul>\n<h4>Version 15.8 - June 15, 2019</h4>\n<ul>\n<li>Fix the bug when there is HTML code in multilingual text</li>\n<li>Fix a bug when adding custom JavaScript</li>\n<li>Add a function to display PHP info</li>\n</ul>\n<h4>Version 15.7 - June 6, 2019</h4>\n<ul>\n<li>Fix a bug when rendering the carousel</li>\n</ul>\n<h4>Version 15.6 - June 5, 2019</h4>\n<ul>\n<li>Add two skins to create HTML content slider</li>\n</ul>\n<h4>Version 15.5 - June 4, 2019</h4>\n<ul>\n<li>Fix a bug with auto scrolling carousel</li>\n</ul>\n<h4>Version 15.4 - June 4, 2019</h4>\n<ul>\n<li>Use CSS transition for auto scrolling carousel</li>\n</ul>\n<h4>Version 15.3 - May 28, 2019</h4>\n<ul>\n<li>Fix a bug when there are quotes in the text</li>\n<li>Add an option to not zoom in the image if it is smaller than the thumbnail</li>\n</ul>\n<h4>Version 15.2 - May 10, 2019</h4>\n<ul>\n<li>Retrieve alt text when adding images from Windows Media Library</li>\n<li>Fix a bug under multilingual websties</li>\n</ul>\n<h4>Version 15.1 - April 14, 2019</h4>\n<ul>\n<li>Change the title of &lt;a&gt; tag to data-title</li>\n<li>Change the default thumbnail size to large</li>\n</ul>\n<h4>Version 15.0 - March 19, 2019</h4>\n<ul>\n<li>Fix a bug in WooCommerce product carousel and Custom Post Type carousel</li>\n</ul>\n<h4>Version 14.9 - March 18, 2019</h4>\n<ul>\n<li>Support multilingual plugin WPML</li>\n<li>Lightbox effect: add an option to display text outside of the image box</li>\n</ul>\n<h4>Version 14.8 - November 28, 2018</h4>\n<ul>\n<li>Support lazy loading carousel images</li>\n<li>Support displaying a preloading animation for carousel images</li>\n<li>Remove HTML tags from img alt attributes</li>\n<li>Fix the issue with Jetpack image lazy loading</li>\n</ul>\n<h4>Version 14.7 - November 11, 2018</h4>\n<ul>\n<li>Specify date range when creating WordPress post carousel and custom post type carousel</li>\n<li>Add an option to show sharing with email button in the lightbox popup</li>\n</ul>\n<h4>Version 14.6 - November 4, 2018</h4>\n<ul>\n<li>Fix an issue in Internet Explorer</li>\n</ul>\n<h4>Version 14.5 - October 31, 2018</h4>\n<ul>\n<li>Add an option to display items row by row for multiple row carousel</li>\n</ul>\n<h4>Version 14.4 - October 30, 2018</h4>\n<ul>\n<li>Add a function Add Text to create <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-wordpress-text-carousel/\" rel=\"noopener noreferrer\" target=\"_blank\">WordPress text carousel</a></li>\n</ul>\n<h4>Version 14.3 - September 28, 2018</h4>\n<ul>\n<li>Add an option to fix a possible JSON error</li>\n</ul>\n<h4>Version 14.2 - September 18, 2018</h4>\n<ul>\n<li>Fix an issue with Jetpack image lazy load</li>\n</ul>\n<h4>Version 14.1 - September 14, 2018</h4>\n<ul>\n<li>Fix a bug in PDF lightbox</li>\n</ul>\n<h4>Version 14.0 - September 6, 2018</h4>\n<ul>\n<li>Fix a bug in lightbox popup when the responsive option is off</li>\n</ul>\n<h4>Version 13.9 - August 23, 2018</h4>\n<ul>\n<li>Fix the bug of YouTube and Vimeo videos not autoplay on lightbox popup</li>\n</ul>\n<h4>Version 13.8 - August 3, 2018</h4>\n<ul>\n<li>Order WooCommerce and WordPress custom post types carousel by menu_order, title, date etc</li>\n</ul>\n<h4>Version 13.7 - July 23, 2018</h4>\n<ul>\n<li>Add an option to defer loading the carousel and all images</li>\n</ul>\n<h4>Version 13.6 - July 6, 2018</h4>\n<ul>\n<li>Fix the compatibility issue with the JetPack option <code>Lazy load images</code></li>\n</ul>\n<h4>Version 13.5 - June 30, 2018</h4>\n<ul>\n<li>Fix a bug when there are hyperlinks in the title of WordPress pages</li>\n</ul>\n<h4>Version 13.4 - June 22, 2018</h4>\n<ul>\n<li>Fix the bug with the option <code>Open current image in lightbox when clicking the carousel button</code></li>\n</ul>\n<h4>Version 13.3 - June 12, 2018</h4>\n<ul>\n<li>Add an option to enable/disable adding the media type attribute to the media URL</li>\n</ul>\n<h4>Version 13.2 - June 7, 2018</h4>\n<ul>\n<li>Fix a bug of creating WordPress post carousel when the web server PHP version is less than 5.5 </li>\n</ul>\n<h4>Version 13.1 - May 17, 2018</h4>\n<ul>\n<li>Fix minor issues</li>\n</ul>\n<h4>Version 13.0 - April 29, 2018</h4>\n<ul>\n<li>Support hiding the download and print buttons in the lightbox PDF viewer when working with the plugin <a href=\"https://www.wonderplugin.com/wordpress-pdf-embed/\" rel=\"noopener noreferrer\" target=\"_blank\">WonderPlugin PDF Embed</a></li>\n<li>Support playing mp4 videos hosted on Google Drive</li>\n</ul>\n<h4>Version 12.9 - April 20, 2018</h4>\n<ul>\n<li>Add a button <code>Add Text/HTML/Shortcode/Souldcloud</code> in the plugin step 1 to create text only carousel and Soundcloud carousel</li>\n<li>Support using an xml file to define extra title and description information when creating a carousel from images and videos inside a web folder</li>\n<li>Fix a bug of highlighting the navigation bullets</li>\n<li>Fix the issue of Vimeo video autoplay in the lightbox under the latest Chrome version 66</li>\n</ul>\n<h4>Version 12.8 - April 11, 2018</h4>\n<ul>\n<li>Create a WordPress carousel from images and videos inside a web folder: <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-a-wordpress-carousel-from-images-and-videos-inside-a-web-folder/\" rel=\"noopener noreferrer\" target=\"_blank\">Tutorial: How to create a WordPress carousel from images and videos inside a web folder</a></li>\n</ul>\n<h4>Version 12.7 - March 12, 2018</h4>\n<ul>\n<li>Fix a bug when playing videos inside the carousel</li>\n</ul>\n<h4>Version 12.6 - January 31, 2018</h4>\n<ul>\n<li>For vertical carousels, support changing the number of visible items according to the screen size or the web browser width</li>\n<li>Support left/right arrows when the option continuous playing (auto scrolling) is enabled</li>\n</ul>\n<h4>Version 12.5 - January 17, 2017</h4>\n<ul>\n<li>For WordPress post carousels, the following four macro variables are supported:</li>\n<li><code>__CATEGORYNAME[,]__</code>: display all category names separated by a comma.</li>\n<li><code>__CATEGORYNAMELINK[,]{_target}__</code>: display all category names separated by a comma. Each category name will link to the corresponding category page. The link will open in a new tab which is defined by the target value <code>_target</code>. To open the link in the same page, change the code to <code>__CATEGORYNAMELINK[,]{}__</code>.</li>\n<li><code>__TAGNAME[,]__</code>: display all tags separated by a comma.</li>\n<li><code>__TAGNAMELINK[,]{_target}__</code>: display all tags separated by a comma. Each tag will link to the corresponding tag page. The link will open in a new tab which is defined by the target value <code>_target</code>. To open the link in the same page, change the code to <code>__TAGNAMELINK[,]{}__</code>.</li>\n</ul>\n<h4>Version 12.4 - January 6, 2018</h4>\n<ul>\n<li>Support WooCommerce product category fields: <code>%wc_product_cat_id%</code>, <code>%wc_product_cat_name%</code>, <code>%wc_product_cat_slug%</code> and <code>%wc_product_cat_link%</code></li>\n<li>Support displaying post category ID, name, slug and link. The following macro-variables are supported for WordPress post carousel: <code>__CATEGORYID__</code>, <code>__CATEGORYNAME__</code>, <code>__CATEGORYSLUG__</code>, <code>__CATEGORYLINK__</code></li>\n</ul>\n<h4>Version 12.3 - October 23, 2017</h4>\n<ul>\n<li>Support WordPress page carousel</li>\n</ul>\n<h4>Version 12.2 - September 16, 2017</h4>\n<ul>\n<li>Fix a bug in the carousel movement when the option \"Display thumbnail images as same height and different width if they have different aspect ratio\" is selected</li>\n</ul>\n<h4>Version 12.1 - September 5, 2017</h4>\n<ul>\n<li>Add a new skin \"Read More Button\"</li>\n</ul>\n<h4>Version 12.0 - August 10, 2017</h4>\n<ul>\n<li>\nAdd a function \"Search and Replace\" in the \"Import/Export\" menu. This function can be used to search and replace domain names in the carousels when you move your WordPress site to a new domain or change to HTTPS secure site.</li>\n</ul>\n<h4>Version 11.9 - August 7, 2017</h4>\n<ul>\n<li>Add buttons to the carousel</li>\n<li>Add a new skin <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-text-and-image-carousel-slider-id54/\" target=\"_blank\" rel=\"noopener noreferrer\">Text and Image Slider</a> to create WordPress carousel sliders</li>\n</ul>\n<h4>Version 11.8 - July 31, 2017</h4>\n<ul>\n<li>Add two skins <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-team-members-carousel-with-social-media-id52/\" target=\"_blank\" rel=\"noopener noreferrer\">Team Members with Social Media</a> and <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-team-members-with-social-media-and-flip-effect-id53/\" target=\"_blank\" rel=\"noopener noreferrer\">Team Members with Social Media and Flip Effect</a> to display team members information</li>\n</ul>\n<h4>Version 11.7 - July 13, 2017</h4>\n<ul>\n<li>Fix the issue of the lightbox jumping to the page top</li>\n<li>Fix the swipe issue on Android version 5 and below</li>\n</ul>\n<h4>Version 11.6 - June 3, 2017</h4>\n<ul>\n<li>Add a button \"Add PDF\" in step 1 to help create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-pdf-carousel-id51/\" target=\"_blank\" rel=\"noopener noreferrer\">WordPress PDF carousel</a></li>\n<li>In step 1, when adding an image/video/PDF, highlight the input box if the image/video/PDF is not selected</li>\n<li>Setup different default lightbox size for images, videos and PDF files</li>\n</ul>\n<h4>Version 11.5 - June 2, 2017</h4>\n<ul>\n<li>Support opening PDF files in the carousel lightbox popup</li>\n</ul>\n<h4>Version 11.4 - May 30, 2017</h4>\n<ul>\n<li>Select WordPress posts by tags</li>\n<li>Specify the \"orderby\" option when selecting WordPress posts. You can now randomly select posts or select posts by date, ID, author, title, modified date, number of comments.</li>\n<li>Fix a compatibility issue with WooCommerce 3</li>\n<li>Create featured posts carousels for WooCommerce 3</li>\n<li>Specify the featured image size for WooCommerce / custom post type carousels</li>\n</ul>\n<h4>Version 11.3 - April 27, 2017</h4>\n<ul>\n<li>Fix the bug when using the URL parameter firstcarouselid to specify the first item on page load</li>\n</ul>\n<h4>Version 11.2 - April 6, 2017</h4>\n<ul>\n<li>Fix the lightbox resizing issue on mobile devices</li>\n</ul>\n<h4>Version 11.1 - March 30, 2017</h4>\n<ul>\n<li>Add an option to add extra attributes to &lt;a&gt; tag</li>\n<li>Add a lightbox advanced option <em>bodynoscroll</em>. When adding <em>data-bodynoscroll=\"true\"</em> to the Lightbox Advanced Options input box, it will stop the lightbox background scrolling</li>\n<li>Add a lightbox advanced option <em>mobileresizeevent</em>. When adding <em>data-mobileresizeevent=\"false\"</em> to the Lightbox Advanced Options input box, it will stop the lightbox resizing on mobile devices</li>\n</ul>\n<h4>Version 11.0 - February 23, 2017</h4>\n<ul>\n<li>When automatically playing the carousel, add an option to move the carousel to the left or the right</li>\n<li>Add an option to disable looping images when the total number is less than a specified number</li>\n</ul>\n<h4>Version 10.9 - January 9, 2017</h4>\n<ul>\n<li>When adding a carousel to a page or post by using the shortcode, support calling the carousel by its name, for example [wonderplugin_carousel name=\"The Carousel Name\"]</li>\n<li>In the plugin, step 1, Images & Videos tab, add a button \"Delete All\" to delete all items</li>\n<li>In the plugin, step 1, Images & Videos tab, \"Add Image\" dialog, when adding multiple images with the button \"Upload\", apply the option \"Use thumbnail in carousel\" and \"Open current image in Lightbox\" to all images</li>\n</ul>\n<h4>Version 10.8</h4>\n<ul>\n<li>Export/import carousels to/from an .xml file</li>\n</ul>\n<h4>Version 10.7</h4>\n<ul>\n<li>Fix a bug in WordPress auto scrolling carousel</li>\n</ul>\n<h4>Version 10.6</h4>\n<ul>\n<li>Change lightbox fullscreen mode default to false on small screen devices</li>\n</ul>\n<h4>Version 10.5</h4>\n<ul>\n<li>Add an option to add custom JavaScript code</li>\n<li>Add the attribute allowfullscreen to lightbox iframe</li>\n<li>Add a lightbox advanced option maxheight: when data-maxheight=\"true\" is added to the Lightbox Advanced Options input box, the lightbox will use the height of the web browser to calculate the maximum height of the lightbox.</li>\n<li>Enable left and right arrows when the animation is not finished</li>\n</ul>\n<h4>Version 10.4</h4>\n<ul>\n<li>Support creating <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-a-woocommerce-product-carousel/\" target=\"_blank\" rel=\"noopener noreferrer\">WooCommerce best selling products carousel</a> and <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-a-woocommerce-product-carousel/\" target=\"_blank\" rel=\"noopener noreferrer\">WooCommerce featured products carousel</a></li>\n</ul>\n<h4>Version 10.3</h4>\n<ul>\n<li>Support displaying WooCommerce product price and rating in a <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-a-woocommerce-product-carousel/\" target=\"_blank\" rel=\"noopener noreferrer\">WooCommerce carousel</a></li>\n</ul>\n<h4>Version 10.2</h4>\n<ul>\n<li>WordPress custom post type carousel: change the word length limit to post content and excerpt only</li>\n<li>Use textarea for description input box</li>\n</ul>\n<h4>Version 10.1</h4>\n<ul>\n<li>Fix a minor bug in WordPress custom post type carousel</li>\n</ul>\n<h4>Version 10.0</h4>\n<ul>\n<li>Support WordPress custom post type. You can now use the plugin to create <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-a-woocommerce-product-carousel/\" target=\"_blank\" rel=\"noopener noreferrer\">WooCommerce carousel</a> or your own custom post carousel</li>\n<li>Add an option to enter different text for alt attribute of img tags</li>\n<li>Add an option to add title attribute for img tags.</li>\n</ul>\n<h4>Version 9.9</h4>\n<ul>\n<li>Compatible with jQuery 3</li>\n</ul>\n<h4>Version 9.8</h4>\n<ul>\n<li>Support onclick event for web links</li>\n</ul>\n<h4>Version 9.7</h4>\n<ul>\n<li>Fix the problem of the menu Manage Carousels not working in version 9.4 on some WordPress installations</li>\n</ul>\n<h4>Version 9.4</h4>\n<ul>\n<li>Fix the problem when the folder wp-admin does not exist in the WordPress website</li>\n</ul>\n<h4>Version 9.3</h4>\n<ul>\n<li>Support macro variable __DATETIME__ and __DATE__ in carousel content template for <a href=\"https://www.wonderplugin.com/wordpress-tutorials/how-to-create-a-wordpress-post-carousel/\" target=\"_blank\" rel=\"noopener noreferrer\">WordPress post carousel</a></li>\n</ul>\n<h4>Version 9.2</h4>\n<ul>\n<li>Fix the bug of icon class name conflict</li>\n</ul>\n<h4>Version 9.1</h4>\n<ul>\n<li>Move social media buttons to the bottom center of the lightbox popup</li>\n</ul>\n<h4>Version 9.0</h4>\n<ul>\n<li>Fix a bug of playing videos inside the carousel items</li>\n</ul>\n<h4>Version 8.9</h4>\n<ul>\n<li>Support social media share buttons in lightbox popup: Facebook, Twitter and Pinterest</li>\n<li>Rearrange lightbox options to tabs</li>\n</ul>\n<h4>Version 8.8</h4>\n<ul>\n<li>Use advanced option <code>data-imgextraprops</code> to add extra class names and attributes to img elements</li>\n<li>WordPress post carousel: getting posts of no older than specified days</li>\n<li>WordPress post carousel: specifying post order as ascending or descending</li>\n</ul>\n<h4>Version 8.7</h4>\n<ul>\n<li>Add a new skin Classic with Flip that can be used to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-carousel-with-3d-flip-effect-id45/\" target=\"_blank\" rel=\"noopener noreferrer\">WordPress carousel with 3d flip effect</a></li>\n</ul>\n<h4>Version 8.6</h4>\n<ul>\n<li>Fix a responsive bug with image lightbox</li>\n</ul>\n<h4>Version 8.5</h4>\n<ul>\n<li>Add an option to hide the carousel before all carousel images are loaded</li>\n</ul>\n<h4>Version 8.4</h4>\n<ul>\n<li>Add a new skin Numbering which supports creating <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-carousel-with-number-navigation-id43/\" target=\"_blank\" rel=\"noopener noreferrer\">WordPress carousels with number navigation</a></li>\n</ul>\n<h4>Version 8.3</h4>\n<ul>\n<li>Add an option to hide the whole carousel before the initialisation is finished</li>\n<li>Add an option to display Lightbox image with full width and scrollable height</li>\n<li>Only display images in the Media Library Selection Dialog when selecting an image file and only display videos when selecting a video file</li>\n</ul>\n<h4>Version 8.2</h4>\n<ul>\n<li>Fix a bug in multiple rows carousel</li>\n</ul>\n<h4>Version 8.1</h4>\n<ul>\n<li>Support full width carousel</li>\n<li>Support YouTube playlist carousel</li>\n</ul>\n<h4>Version 8.0</h4>\n<ul>\n<li>Add options to fit images into the carousel and center fitted images</li>\n</ul>\n<h4>Version 7.9</h4>\n<ul>\n<li>Fix the bug when there are uppercase letters in WordPress database prefix</li>\n</ul>\n<h4>Version 7.8</h4>\n<ul>\n<li>Hide the hover over text when the option \"Do not show hover image on touch screen\" is selected.</li>\n</ul>\n<h4>Version 7.7</h4>\n<ul>\n<li>Add an option to show/hide play button on video item</li>\n<li>Add an option to use own image as the video play button</li>\n<li>Fix the hover overlay image bug when there are multiple carousels on one page</li>\n</ul>\n<h4>Version 7.6</h4>\n<ul>\n<li>Fix a bug in version 7.5</li>\n</ul>\n<h4>Version 7.5</h4>\n<ul>\n<li>Fix a bug in vertical carousel when the random option is on</li>\n</ul>\n<h4>Version 7.4</h4>\n<ul>\n<li>Add a new skin Flow</li>\n<li>Add an option to show carousel images as same height and different width if the images have different aspect ratio</li>\n</ul>\n<h4>Version 7.3</h4>\n<ul>\n<li>Add an option to trigger window resize event when the carousel is rendered</li>\n</ul>\n<h4>Version 7.2</h4>\n<ul>\n<li>WordPress Posts Carousel: add an option to link title to the post page</li>\n<li>WordPress Posts Carousel: add an option to open the featured image in lightbox</li>\n</ul>\n<h4>Version 7.1</h4>\n<ul>\n<li>Fix a minor bug in image positioning</li>\n</ul>\n<h4>Version 7.0</h4>\n<ul>\n<li>Support URL parameter firstcarouselid and clickcarousel. The URL parameter firstcarouselid will slide the carousel to the specified item, the index of the parameter starts from 0. If clickcarousel=true is added to the URL, it will open the corresponding lightbox when the webpage loads. For example, the following URL will open the second video in lightbox when the webpage loads: <a href=\"https://www.wonderplugin.com/wordpress-carousel/?firstcarouselid=1&clickcarousel=true\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.wonderplugin.com/wordpress-carousel/?firstcarouselid=1&clickcarousel=true</a></li>\n</ul>\n<h4>Version 6.9</h4>\n<ul>\n<li>Fix a minor issue in version 6.8</li>\n</ul>\n<h4>Version 6.8</h4>\n<ul>\n<li>Add an option to support shortcode in title and description text</li>\n</ul>\n<h4>Version 6.7</h4>\n<ul>\n<li>Fix a bug in plugin update</li>\n</ul>\n<h4>Version 6.6</h4>\n<ul>\n<li>Add an option to center image when the aspect ratio of image is different with that of the carousel item</li>\n</ul>\n<h4>Version 6.5</h4>\n<ul>\n<li>Keep HTML tags in post excerpts</li>\n</ul>\n<h4>Version 6.4</h4>\n<ul>\n<li>Fix a minor bug in the skin Flip</li>\n</ul>\n<h4>Version 6.3</h4>\n<ul>\n<li>Add a new skin Flip to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-carousel-with-css3-flip-animation-effect-id41/\" target=\"_blank\" rel=\"noopener noreferrer\">WordPress carousel with CSS3 flip animation effect</a></li>\n</ul>\n<h4>Version 6.2</h4>\n<ul>\n<li>Add a new skin Hover Over to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-carousel-with-text-hover-over-effect-id39/\" target=\"_blank\" rel=\"noopener noreferrer\">WordPress carousel with text hover over effect</a></li>\n<li>Add an option to specify the spacing between carousel items</li>\n</ul>\n<h4>Version 6.1</h4>\n<ul>\n<li>Support trash in carousel management. The deleted carousel will be moved to the trash in which you can restore or permanently delete it.</li>\n</ul>\n<h4>Version 6.0</h4>\n<ul>\n<li>Support lightbox auto slideshow</li>\n<li>Add an option to always show the previous and next navigation arrows on lightbox</li>\n<li>Display error notice on the WordPress Updates page if the free upgrade period is expired.</li>\n</ul>\n<h4>Version 5.9</h4>\n<ul>\n<li>Add an option to support adding the new item to the beginning of the list\n</li>\n<li>Add a function to reverse the media list</li>\n</ul>\n<h4>Version 5.8</h4>\n<ul>\n<li>Fix the border radius bug in the skin Simplicity\n</li>\n<li>Add a div container around the carousel div</li>\n</ul>\n<h4>Version 5.7</h4>\n<ul>\n<li>Add an option to hide MP4/WebM video play control bar on lightbox</li>\n<li>Add an option to display text on bottom, inside, left or right of the lightbox</li>\n<li>Add an option to display lightbox in fullscreen mode. In fullscreen mode, the close button will be displayed on the top right corner of the web browser</li>\n<li>Add an option to add prefix to title when the lightbox is displayed in gallery mode</li>\n<li>Add an option to enable or disable closing lightbox when clicking on the overlay background</li>\n<li>Move the left and right navigation arrows to the side of lightbox on touch screen. This will fix the issue of double clicking when playing video on iPhone, iPad and Android.</li>\n</ul>\n<h4>Version 5.6</h4>\n<ul>\n<li>Add an option to display all carousel thumbnails in same size even when the original images have different aspect ratio.\n</li>\n</ul>\n<h4>Version 5.5</h4>\n<ul>\n<li>Fix the bug of playing MP4 video on iPad iOS 9.1\n</li>\n</ul>\n<h4>Version 5.4</h4>\n<ul>\n<li>Fix the bug of video lightbox in iPad 2\n</li>\n</ul>\n<h4>Version 5.3</h4>\n<ul>\n<li>Fix the bug of options \"Scroll Mode\", \"Interval\" and \"Transition duration\" not working\n</li>\n</ul>\n<h4>Version 5.2</h4>\n<ul>\n<li>Support WordPress posts carousel: create carousels from recent WordPress posts or posts in specified categories\n</li>\n<li>Add a new skin \"Read More\"\n</li>\n</ul>\n<h4>Version 5.1</h4>\n<ul>\n<li>Fix a bug in continuous movement\n</li>\n</ul>\n<h4>Version 5.0</h4>\n<ul>\n<li>Add an option to not initialise the carousel when the page is loaded. This option is useful if you would like to manually initialise the carousel with JavaScript API.\n</li>\n<li>Add an option to add init scripts together with carousel HTML code. This option is useful if the WordPress website uses Ajax to load posts and pages.\n</li>\n</ul>\n<h4>Version 4.9</h4>\n<ul>\n<li>Fix bugs\n</li>\n</ul>\n<h4>Version 4.5</h4>\n<ul>\n<li>Add a new skin Auto Scroll to create <a target=\"_blank\" href=\"/wordpress-carousel/examples/wordpress-auto-scroll-carousel-id34/\" rel=\"noopener noreferrer\">automatically scrolling carousel</a>\n</li>\n<li>Add an option to pause carousel scrolling on mouse over\n</li>\n<li>Add options to specify the scrolling interval and transition duration\n</li>\n<li>Add an option to scroll by page or item\n</li>\n</ul>\n<h4>Version 4.4</h4>\n<ul>\n<li>Add an option to add slider js files to the footer\n</li>\n<li>Add an option to display carousels in text widgets\n</li>\n</ul>\n<h4>Version 4.3</h4>\n<ul>\n<li>Add a skin to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-text-only-carousel-id32/\" target=\"_blank\" rel=\"noopener noreferrer\">WordPress text only carousel</a>\n</li>\n<li>Add a skin to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-multiple-rows-carousel-id33/\" target=\"_blank\" rel=\"noopener noreferrer\">WordPress two rows carousel</a>\n</li>\n<li>Add an option \"Row number\" to define the number of rows\n</li>\n</ul>\n<h4>Version 4.2</h4>\n<ul>\n<li>Support version check and update\n</li>\n</ul>\";}s:3:\"key\";s:0:\"\";s:10:\"key_status\";s:5:\"empty\";s:10:\"key_expire\";i:0;s:4:\"slug\";s:21:\"wonderplugin-carousel\";s:6:\"plugin\";s:46:\"wonderplugin-carousel/wonderplugincarousel.php\";s:12:\"last_checked\";i:1761138777;}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:21:\"hello-dolly/hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:21:\"hello-dolly/hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}}s:7:\"checked\";a:8:{s:19:\"akismet/akismet.php\";s:3:\"3.2\";s:27:\"autoptimize/autoptimize.php\";s:5:\"3.1.7\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"6.0.6\";s:21:\"hello-dolly/hello.php\";s:5:\"1.7.2\";s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";s:5:\"9.2.0\";s:43:\"responsive-lightbox/responsive-lightbox.php\";s:5:\"2.5.2\";s:46:\"wonderplugin-carousel/wonderplugincarousel.php\";s:3:\"4.5\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"24.2\";}}', 'off'),
(126570, 'rsssl_upgrade_le_key', '1', 'no'),
(126571, 'rsssl_reset_fix', '1', 'no'),
(126572, 'rsssl_previous_version', '9.1.2', 'off'),
(126577, 'rsssl_404_cache', 'a:31:{s:13:\"141.11.43.191\";a:3:{i:0;i:1731610455;i:1;i:1731610455;i:2;i:1731610455;}s:13:\"141.11.46.171\";a:1:{i:0;i:1731610455;}s:14:\"50.114.158.163\";a:1:{i:0;i:1731613228;}s:14:\"145.239.10.137\";a:1:{i:0;i:1731614311;}s:14:\"50.114.158.162\";a:2:{i:3;i:1731707611;i:4;i:1731707612;}s:13:\"62.192.175.93\";a:1:{i:3;i:1731707612;}s:14:\"41.216.188.168\";a:1:{i:4;i:1731624278;}s:13:\"62.84.189.253\";a:1:{i:11;i:1731624722;}s:14:\"50.114.158.166\";a:2:{i:1;i:1731661274;i:2;i:1731661276;}s:14:\"52.187.197.238\";a:1:{i:0;i:1731634206;}s:14:\"50.114.158.164\";a:2:{i:0;i:1731635034;i:1;i:1731635034;}s:10:\"13.38.8.38\";a:1:{i:7;i:1731640230;}s:13:\"62.192.175.96\";a:1:{i:4;i:1731686932;}s:13:\"35.239.201.97\";a:2:{i:4;i:1731649097;i:5;i:1731649097;}s:13:\"62.192.175.92\";a:1:{i:0;i:1731649831;}s:13:\"52.172.222.13\";a:1:{i:7;i:1731654683;}s:10:\"1.14.92.22\";a:4:{i:14;i:1731658219;i:15;i:1731658220;i:16;i:1731658222;i:17;i:1731658223;}s:12:\"157.55.39.11\";a:1:{i:0;i:1731665335;}s:14:\"48.218.201.167\";a:1:{i:11;i:1731667903;}s:12:\"207.46.13.78\";a:1:{i:0;i:1731668829;}s:12:\"51.44.15.101\";a:1:{i:7;i:1731669832;}s:13:\"36.156.243.13\";a:1:{i:0;i:1731671987;}s:14:\"87.120.126.221\";a:4:{i:0;i:1731675107;i:1;i:1731675107;i:2;i:1731675108;i:3;i:1731675108;}s:14:\"50.114.158.161\";a:2:{i:2;i:1731694336;i:3;i:1731694339;}s:12:\"146.103.25.4\";a:1:{i:0;i:1731691763;}s:14:\"50.114.158.174\";a:1:{i:1;i:1731704034;}s:14:\"50.114.158.165\";a:1:{i:0;i:1731692971;}s:13:\"13.75.145.159\";a:8:{i:1;i:1731698192;i:2;i:1731698193;i:3;i:1731698193;i:4;i:1731698194;i:5;i:1731698195;i:6;i:1731698195;i:7;i:1731698196;i:8;i:1731698196;}s:15:\"186.202.163.106\";a:1:{i:0;i:1731702149;}s:15:\"141.138.141.109\";a:5:{i:7;i:1731709691;i:8;i:1731709691;i:9;i:1731709693;i:10;i:1731709693;i:11;i:1731709693;}s:14:\"150.136.112.62\";a:10:{i:0;i:1731710418;i:1;i:1731710419;i:2;i:1731710419;i:3;i:1731710419;i:4;i:1731710420;i:5;i:1731710420;i:6;i:1731710420;i:7;i:1731710420;i:8;i:1731710421;i:9;i:1731710421;}}', 'no'),
(25434, 'wp_page_for_privacy_policy', '0', 'yes'),
(25435, 'show_comments_cookies_opt_in', '1', 'yes'),
(25436, 'admin_email_lifespan', '1762976623', 'yes'),
(25437, 'disallowed_keys', '', 'no'),
(25438, 'comment_previously_approved', '1', 'yes'),
(25439, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(25440, 'auto_update_core_dev', 'enabled', 'yes'),
(25441, 'auto_update_core_minor', 'enabled', 'yes'),
(25442, 'auto_update_core_major', 'unset', 'yes'),
(25443, 'wp_force_deactivated_plugins', 'a:0:{}', 'off'),
(25470, 'rsssl_activated_plugin', '1', 'yes'),
(25471, 'rlrsssl_options', 'a:15:{s:12:\"site_has_ssl\";b:1;s:25:\"ssl_success_message_shown\";b:0;s:22:\"htaccess_warning_shown\";b:0;s:19:\"review_notice_shown\";b:0;s:17:\"plugin_db_version\";s:5:\"5.3.1\";s:11:\"ssl_enabled\";b:1;s:4:\"hsts\";b:0;s:19:\"javascript_redirect\";b:0;s:11:\"wp_redirect\";b:1;s:26:\"autoreplace_insecure_links\";b:1;s:20:\"do_not_edit_htaccess\";b:0;s:31:\"switch_mixed_content_fixer_hook\";b:0;s:19:\"dismiss_all_notices\";b:0;s:13:\"high_contrast\";b:0;s:17:\"htaccess_redirect\";b:0;}', 'yes'),
(25472, 'rsssl_remaining_tasks', '1', 'yes'),
(25489, 'rsssl_activation_timestamp', '1659387228', 'yes'),
(25483, 'rsssl_current_version', '9.2.0', 'off'),
(25488, 'https_migration_required', '', 'yes'),
(25522, 'autoptimize_version', '3.1.7', 'yes'),
(25526, 'autoptimize_imgopt_launched', 'on', 'yes'),
(25525, 'autoptimize_service_availablity', 'a:3:{s:12:\"extra_imgopt\";a:3:{s:6:\"status\";s:2:\"up\";s:5:\"hosts\";a:1:{i:1;s:28:\"https://sp-ao.shortpixel.ai/\";}s:16:\"launch-threshold\";s:4:\"4096\";}s:7:\"critcss\";a:2:{s:6:\"status\";s:2:\"up\";s:5:\"hosts\";a:1:{i:1;s:24:\"https://criticalcss.com/\";}}s:9:\"rapidload\";a:1:{s:6:\"status\";s:4:\"down\";}}', 'yes'),
(25533, 'autoptimize_html', '', 'yes'),
(25534, 'autoptimize_html_keepcomments', '', 'yes'),
(25535, 'autoptimize_html_minify_inline', '', 'yes'),
(25536, 'autoptimize_enable_site_config', 'on', 'yes'),
(25537, 'autoptimize_js', '', 'yes'),
(25538, 'autoptimize_js_aggregate', '', 'yes'),
(25539, 'autoptimize_js_defer_not_aggregate', 'on', 'yes'),
(25540, 'autoptimize_js_defer_inline', 'on', 'yes'),
(25541, 'autoptimize_js_exclude', '', 'yes'),
(25542, 'autoptimize_js_trycatch', '', 'yes'),
(25543, 'autoptimize_js_justhead', '', 'yes'),
(25544, 'autoptimize_js_forcehead', '', 'yes'),
(25545, 'autoptimize_js_include_inline', '', 'yes'),
(25546, 'autoptimize_css', 'on', 'yes'),
(25547, 'autoptimize_css_aggregate', '', 'yes'),
(25548, 'autoptimize_css_exclude', '', 'yes'),
(25549, 'autoptimize_css_justhead', '', 'yes'),
(25550, 'autoptimize_css_datauris', '', 'yes'),
(25551, 'autoptimize_css_defer', '', 'yes'),
(25552, 'autoptimize_css_defer_inline', '', 'yes'),
(25553, 'autoptimize_css_inline', '', 'yes'),
(25554, 'autoptimize_css_include_inline', '', 'yes'),
(25555, 'autoptimize_cdn_url', '', 'yes'),
(25556, 'autoptimize_cache_clean', '0', 'yes'),
(25557, 'autoptimize_cache_nogzip', 'on', 'yes'),
(25558, 'autoptimize_optimize_logged', 'on', 'yes'),
(25559, 'autoptimize_optimize_checkout', '', 'yes'),
(25560, 'autoptimize_minify_excluded', 'on', 'yes'),
(25561, 'autoptimize_cache_fallback', 'on', 'yes'),
(25562, 'autoptimize_enable_meta_ao_settings', 'on', 'yes'),
(25563, 'autoptimize_installed_before_compatibility', '', 'yes'),
(155232, '_transient_is_multi_author', '0', 'on'),
(155247, '_transient_sparkling_categories', '0', 'on'),
(175962, 'rl_media_folder_children', 'a:0:{}', 'auto'),
(181035, '_site_transient_timeout_php_check_a34f4a08303dd29cee70e79d780daa9d', '1761082812', 'off'),
(181036, '_site_transient_php_check_a34f4a08303dd29cee70e79d780daa9d', 'a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'off'),
(181037, '_transient_timeout_rsssl_can_use_curl_headers_check', '1761082812', 'off'),
(181038, '_transient_rsssl_can_use_curl_headers_check', 'a:6:{i:0;s:25:\"Upgrade Insecure Requests\";i:1;s:16:\"X-XSS protection\";i:2;s:22:\"X-Content Type Options\";i:3;s:15:\"Referrer-Policy\";i:4;s:18:\"Permissions-Policy\";i:5;s:30:\"HTTP Strict Transport Security\";}', 'off'),
(182212, '_site_transient_timeout_available_translations', '1761141096', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(182213, '_site_transient_available_translations', 'a:131:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:6:\"6.0.11\";s:7:\"updated\";s:19:\"2022-09-29 20:43:49\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0.11/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:3:\"arg\";a:8:{s:8:\"language\";s:3:\"arg\";s:7:\"version\";s:8:\"6.2-beta\";s:7:\"updated\";s:19:\"2022-09-22 16:46:56\";s:12:\"english_name\";s:9:\"Aragonese\";s:11:\"native_name\";s:9:\"Aragonés\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.2-beta/arg.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"an\";i:2;s:3:\"arg\";i:3;s:3:\"arg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continar\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"6.4.7\";s:7:\"updated\";s:19:\"2024-02-13 12:49:38\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.7/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"متابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.27\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.27/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-10 08:09:09\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"6.4.7\";s:7:\"updated\";s:19:\"2024-01-19 08:58:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.4.7/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.28\";s:7:\"updated\";s:19:\"2024-12-26 00:37:42\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.28/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-06-26 09:35:39\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-01 14:03:28\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:28:\"চালিয়ে যান\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2023-02-22 20:45:53\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.8/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-19 10:33:50\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-09 08:25:54\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-11 16:48:51\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-25 10:23:08\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-06-05 10:10:20\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-29 01:31:30\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-29 01:33:14\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.8.2/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-28 10:25:03\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-28 10:25:24\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/6.8.2/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2022-07-16 12:13:09\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.8/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-21 14:54:13\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-05-22 11:56:25\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-30 21:52:12\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-19 23:02:24\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-25 13:50:40\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-29 13:22:09\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-19 08:40:47\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-05-26 16:45:13\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2024-10-16 21:04:12\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-28 22:23:40\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-14 15:46:25\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-29 19:09:09\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-30 13:57:29\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"6.4.7\";s:7:\"updated\";s:19:\"2023-10-16 16:00:04\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.7/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2023-04-21 13:32:10\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.8/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:6:\"5.8.12\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.8.12/es_DO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.18\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.18/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-11 05:24:36\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.23\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.23/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-06 09:50:37\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.5/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-05 12:26:55\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-02-14 17:29:08\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-03 12:49:52\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-05-12 09:41:09\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-29 15:04:36\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-25 05:20:17\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"6.5.7\";s:7:\"updated\";s:19:\"2024-02-01 23:56:53\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.7/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.27\";s:7:\"updated\";s:19:\"2023-04-30 13:56:46\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.27/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"fy\";a:8:{s:8:\"language\";s:2:\"fy\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2025-10-21 16:35:04\";s:12:\"english_name\";s:7:\"Frisian\";s:11:\"native_name\";s:5:\"Frysk\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.8/fy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fy\";i:2;s:3:\"fry\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Trochgean\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-16 11:10:04\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-29 04:27:18\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ચાલુ રાખો\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.34\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.4.34/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2024-05-04 18:39:24\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.8/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"6.4.7\";s:7:\"updated\";s:19:\"2025-02-06 05:17:11\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.7/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-31 12:41:06\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2023-02-22 17:37:32\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.8/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-06-09 13:56:03\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-16 04:17:52\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.28\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.28/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-11 21:28:29\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-22 12:19:14\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.28\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.28/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-04-14 08:02:58\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2023-07-05 11:40:39\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.8/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2024-07-18 02:49:24\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.23\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.23/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-22 16:17:50\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-15 15:01:44\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-22 23:30:14\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8.2/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:3:\"kir\";a:8:{s:8:\"language\";s:3:\"kir\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-17 05:00:42\";s:12:\"english_name\";s:6:\"Kyrgyz\";s:11:\"native_name\";s:16:\"Кыргызча\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8.2/kir.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ky\";i:2;s:3:\"kir\";i:3;s:3:\"kir\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Улантуу\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-27 20:51:17\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-15 19:11:43\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:6:\"6.0.11\";s:7:\"updated\";s:19:\"2022-10-01 09:23:52\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.0.11/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-24 16:32:35\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"6.5.7\";s:7:\"updated\";s:19:\"2024-06-20 17:22:06\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.7/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-26 17:30:52\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"5.5.17\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.5.17/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.2.39\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.39/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-30 18:16:57\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-23 09:31:59\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-29 06:56:09\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-31 11:10:17\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.8.2/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-15 07:18:24\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.8.27\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.27/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:15:\"Panjabi (India)\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-20 12:00:49\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.3.35\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.35/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-27 23:38:30\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-30 11:47:36\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"6.4.7\";s:7:\"updated\";s:19:\"2023-08-21 12:15:00\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.7/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-27 23:48:59\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.8.2/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-24 09:05:42\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-24 17:30:30\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:6:\"5.4.18\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/5.4.18/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-29 04:32:58\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-04-24 16:58:02\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8.2/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-14 09:44:53\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-04-18 09:38:51\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-08 20:51:20\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-10 20:44:58\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-06-28 12:50:48\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.39\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.39/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:6:\"5.8.12\";s:7:\"updated\";s:19:\"2022-06-08 04:30:30\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.8.12/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-08 16:09:09\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-04-16 23:11:08\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-29 21:46:36\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-18 21:10:00\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"5.4.18\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.18/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-09-01 09:12:13\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-16 04:41:52\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2022-07-15 15:25:03\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:12:\"香港中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.8/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-29 06:55:14\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(25638, 'secret_key', '0dG4Yx3`cSyaz}GYk8} WvnD,>4?I{^Pu2W*}hCT;0!o^~{`dRaA>nX Mq]Otn@~', 'no');

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_postmeta`
--

CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Despejando dados para a tabela `wp_postmeta`
--

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 5, '_edit_last', '2'),
(3, 5, '_edit_lock', '1496320341:1'),
(4, 5, '_wp_page_template', 'paginas/pagina-sobre.php'),
(5, 9, '_edit_last', '1'),
(6, 9, '_edit_lock', '1496241930:1'),
(7, 9, '_wp_page_template', 'paginas/pagina-estrutura.php'),
(8, 14, '_edit_last', '1'),
(9, 14, '_edit_lock', '1496241822:1'),
(10, 14, '_wp_page_template', 'paginas/pagina-consultoria-relacionamento.php'),
(11, 21, '_edit_last', '2'),
(12, 21, '_wp_page_template', 'paginas/pagina-odontomovel.php'),
(13, 21, '_edit_lock', '1496241905:1'),
(14, 26, '_wp_attached_file', '2017/04/img-odontomovel-dentaluni.jpg'),
(15, 26, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:359;s:6:\"height\";i:392;s:4:\"file\";s:37:\"2017/04/img-odontomovel-dentaluni.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"img-odontomovel-dentaluni-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"img-odontomovel-dentaluni-275x300.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:35:\"img-odontomovel-dentaluni-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(16, 29, '_edit_last', '1'),
(17, 29, '_edit_lock', '1747426553:1'),
(18, 29, '_wp_page_template', 'page-fullwidth.php'),
(19, 37, '_edit_last', '2'),
(20, 37, '_edit_lock', '1496241965:1'),
(21, 37, '_wp_page_template', 'paginas/pagina-odontomovel.php'),
(25, 42, '_edit_last', '1'),
(26, 42, '_edit_lock', '1712694577:1'),
(27, 42, '_wp_page_template', 'paginas/pagina-convenio-hospitalar.php'),
(28, 44, '_edit_last', '1'),
(29, 44, '_wp_page_template', 'paginas/pagina-plano-sao-camilo.php'),
(30, 44, '_edit_lock', '1659322910:1'),
(31, 46, '_form', '<label> Seu nome (obrigatório)\n    [text* your-name] </label>\n\n<label> Seu e-mail (obrigatório)\n    [email* your-email] </label>\n\n<label> Assunto\n    [text your-subject] </label>\n\n<label> Sua mensagem\n    [textarea your-message] </label>\n\n[submit \"Enviar\"]'),
(32, 46, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:41:\"Ranieri Representações \"[your-subject]\"\";s:6:\"sender\";s:52:\"[your-name] <wordpress@ranierirepresentacoes.com.br>\";s:9:\"recipient\";s:36:\"ranieri@ranierirepresentacoes.com.br\";s:4:\"body\";s:191:\"De: [your-name] <[your-email]>\nAssunto: [your-subject]\n\nCorpo da mensagem:\n[your-message]\n\n-- \nEste e-mail foi enviado do formulário de contato do site (http://ranierirepresentacoes.com.br/)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(33, 46, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:4:\"body\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(306, 84, '_yoast_wpseo_content_score', '30'),
(34, 46, '_messages', 'a:22:{s:12:\"mail_sent_ok\";s:27:\"Agradecemos a sua mensagem.\";s:12:\"mail_sent_ng\";s:74:\"Ocorreu um erro ao tentar enviar sua mensagem. Tente novamente mais tarde.\";s:16:\"validation_error\";s:63:\"Um ou mais campos possuem um erro. Verifique e tente novamente.\";s:4:\"spam\";s:74:\"Ocorreu um erro ao tentar enviar sua mensagem. Tente novamente mais tarde.\";s:12:\"accept_terms\";s:72:\"Você deve aceitar os termos e condições antes de enviar sua mensagem.\";s:16:\"invalid_required\";s:24:\"O campo é obrigatório.\";s:16:\"invalid_too_long\";s:23:\"O campo é muito longo.\";s:17:\"invalid_too_short\";s:23:\"O campo é muito curto.\";s:13:\"upload_failed\";s:49:\"Ocorreu um erro desconhecido ao enviar o arquivo.\";s:24:\"upload_file_type_invalid\";s:59:\"Você não tem permissão para enviar esse tipo de arquivo.\";s:21:\"upload_file_too_large\";s:26:\"O arquivo é muito grande.\";s:23:\"upload_failed_php_error\";s:36:\"Ocorreu um erro ao enviar o arquivo.\";s:12:\"invalid_date\";s:34:\"O formato de data está incorreto.\";s:14:\"date_too_early\";s:44:\"A data é anterior à mais antiga permitida.\";s:13:\"date_too_late\";s:44:\"A data é posterior à maior data permitida.\";s:14:\"invalid_number\";s:34:\"O formato de número é inválido.\";s:16:\"number_too_small\";s:46:\"O número é menor do que o mínimo permitido.\";s:16:\"number_too_large\";s:46:\"O número é maior do que o máximo permitido.\";s:23:\"quiz_answer_not_correct\";s:39:\"A resposta para o quiz está incorreta.\";s:13:\"invalid_email\";s:45:\"O endereço de e-mail informado é inválido.\";s:11:\"invalid_url\";s:19:\"A URL é inválida.\";s:11:\"invalid_tel\";s:35:\"O número de telefone é inválido.\";}'),
(475, 236, '_wp_attached_file', '2022/08/ranieri-favicon.png'),
(35, 46, '_additional_settings', ''),
(36, 46, '_locale', 'pt_BR'),
(37, 47, '_form', '<label> Seu nome\n    [text* your-name placeholder \"Nome Completo\"] </label>\n\n<label> Seu e-mail\n    [email* your-email placeholder \"E-mail Completo\"] </label>\n\n[submit \"Enviar\"]'),
(38, 47, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:37:\"Ranieri Representações - Newsletter\";s:6:\"sender\";s:52:\"[your-name] <wordpress@ranierirepresentacoes.com.br>\";s:9:\"recipient\";s:36:\"ranieri@ranierirepresentacoes.com.br\";s:4:\"body\";s:238:\"De: [your-name] <[your-email]>\nAssunto: Newsletter\n\nNova assinatura na Newsletter\n[your-name]\nEmail: [your-email]\n\n-- \nEste e-mail foi enviado do formulário de newsletter em Ranieri Representações (http://ranierirepresentacoes.com.br/)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(39, 47, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:4:\"body\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(303, 84, 'is_cornerstone', ''),
(304, 84, '_yoast_wpseo_title', 'Ranieri Representações - Saúde Empresarial e Familiar'),
(305, 84, '_yoast_wpseo_metadesc', 'União da Vitória / PR. Dedicado à àrea de Saúde, oferecemos planos e convênios. DentalUni - Plano Odontológico e São Camilo - Plano Saúde Empresarial'),
(40, 47, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:27:\"Agradecemos a sua mensagem.\";s:12:\"mail_sent_ng\";s:74:\"Ocorreu um erro ao tentar enviar sua mensagem. Tente novamente mais tarde.\";s:16:\"validation_error\";s:63:\"Um ou mais campos possuem um erro. Verifique e tente novamente.\";s:4:\"spam\";s:74:\"Ocorreu um erro ao tentar enviar sua mensagem. Tente novamente mais tarde.\";s:12:\"accept_terms\";s:72:\"Você deve aceitar os termos e condições antes de enviar sua mensagem.\";s:16:\"invalid_required\";s:24:\"O campo é obrigatório.\";s:16:\"invalid_too_long\";s:23:\"O campo é muito longo.\";s:17:\"invalid_too_short\";s:23:\"O campo é muito curto.\";s:12:\"invalid_date\";s:34:\"O formato de data está incorreto.\";s:14:\"date_too_early\";s:44:\"A data é anterior à mais antiga permitida.\";s:13:\"date_too_late\";s:44:\"A data é posterior à maior data permitida.\";s:13:\"upload_failed\";s:49:\"Ocorreu um erro desconhecido ao enviar o arquivo.\";s:24:\"upload_file_type_invalid\";s:59:\"Você não tem permissão para enviar esse tipo de arquivo.\";s:21:\"upload_file_too_large\";s:26:\"O arquivo é muito grande.\";s:23:\"upload_failed_php_error\";s:36:\"Ocorreu um erro ao enviar o arquivo.\";s:14:\"invalid_number\";s:34:\"O formato de número é inválido.\";s:16:\"number_too_small\";s:46:\"O número é menor do que o mínimo permitido.\";s:16:\"number_too_large\";s:46:\"O número é maior do que o máximo permitido.\";s:23:\"quiz_answer_not_correct\";s:39:\"A resposta para o quiz está incorreta.\";s:17:\"captcha_not_match\";s:35:\"O código digitado está incorreto.\";s:13:\"invalid_email\";s:45:\"O endereço de e-mail informado é inválido.\";s:11:\"invalid_url\";s:19:\"A URL é inválida.\";s:11:\"invalid_tel\";s:35:\"O número de telefone é inválido.\";}'),
(41, 47, '_additional_settings', ''),
(42, 47, '_locale', 'pt_BR'),
(52, 57, '_edit_last', '1'),
(53, 57, '_edit_lock', '1659322345:1'),
(54, 58, '_wp_attached_file', '2017/04/img-escritorio-ranieri-sao-mateus-02.jpg'),
(55, 58, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:150;s:4:\"file\";s:48:\"2017/04/img-escritorio-ranieri-sao-mateus-02.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"img-escritorio-ranieri-sao-mateus-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:46:\"img-escritorio-ranieri-sao-mateus-02-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Felipe\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1400771469\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(56, 59, '_wp_attached_file', '2017/04/img-escritorio-ranieri-sao-mateus-03.jpg'),
(57, 59, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:150;s:4:\"file\";s:48:\"2017/04/img-escritorio-ranieri-sao-mateus-03.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"img-escritorio-ranieri-sao-mateus-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:46:\"img-escritorio-ranieri-sao-mateus-03-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Felipe\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1400771469\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(58, 60, '_wp_attached_file', '2017/04/img-escritorio-ranieri-sao-mateus-01.jpg'),
(59, 60, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:150;s:4:\"file\";s:48:\"2017/04/img-escritorio-ranieri-sao-mateus-01.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"img-escritorio-ranieri-sao-mateus-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:46:\"img-escritorio-ranieri-sao-mateus-01-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Felipe\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1400771469\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(60, 57, '_wp_page_template', 'paginas/pagina-galeria.php'),
(61, 62, '_edit_last', '1'),
(62, 62, '_edit_lock', '1712692829:1'),
(63, 62, '_wp_page_template', 'paginas/pagina-contato.php'),
(238, 93, '_edit_last', '2'),
(73, 67, '_menu_item_type', 'post_type'),
(74, 67, '_menu_item_menu_item_parent', '69'),
(75, 67, '_menu_item_object_id', '14'),
(76, 67, '_menu_item_object', 'page'),
(77, 67, '_menu_item_target', ''),
(78, 67, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(79, 67, '_menu_item_xfn', ''),
(80, 67, '_menu_item_url', ''),
(239, 93, '_wp_page_template', 'default'),
(82, 68, '_menu_item_type', 'post_type'),
(83, 68, '_menu_item_menu_item_parent', '69'),
(84, 68, '_menu_item_object_id', '9'),
(85, 68, '_menu_item_object', 'page'),
(86, 68, '_menu_item_target', ''),
(87, 68, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(88, 68, '_menu_item_xfn', ''),
(89, 68, '_menu_item_url', ''),
(240, 93, '_edit_lock', '1496241847:1'),
(91, 69, '_menu_item_type', 'post_type'),
(92, 69, '_menu_item_menu_item_parent', '0'),
(93, 69, '_menu_item_object_id', '5'),
(94, 69, '_menu_item_object', 'page'),
(95, 69, '_menu_item_target', ''),
(96, 69, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(97, 69, '_menu_item_xfn', ''),
(98, 69, '_menu_item_url', ''),
(241, 96, '_wp_attached_file', '2017/04/img-escritorio-ranieri-sao-mateus-01-1.jpg'),
(100, 70, '_menu_item_type', 'post_type'),
(101, 70, '_menu_item_menu_item_parent', '69'),
(102, 70, '_menu_item_object_id', '5'),
(103, 70, '_menu_item_object', 'page'),
(104, 70, '_menu_item_target', ''),
(105, 70, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(106, 70, '_menu_item_xfn', ''),
(107, 70, '_menu_item_url', ''),
(109, 71, '_menu_item_type', 'post_type'),
(110, 71, '_menu_item_menu_item_parent', '73'),
(111, 71, '_menu_item_object_id', '37'),
(112, 71, '_menu_item_object', 'page'),
(113, 71, '_menu_item_target', ''),
(114, 71, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(115, 71, '_menu_item_xfn', ''),
(116, 71, '_menu_item_url', ''),
(118, 72, '_menu_item_type', 'post_type'),
(119, 72, '_menu_item_menu_item_parent', '73'),
(120, 72, '_menu_item_object_id', '29'),
(121, 72, '_menu_item_object', 'page'),
(122, 72, '_menu_item_target', ''),
(123, 72, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(124, 72, '_menu_item_xfn', ''),
(125, 72, '_menu_item_url', ''),
(235, 89, '_menu_item_xfn', ''),
(127, 73, '_menu_item_type', 'custom'),
(128, 73, '_menu_item_menu_item_parent', '0'),
(129, 73, '_menu_item_object_id', '73'),
(130, 73, '_menu_item_object', 'custom'),
(131, 73, '_menu_item_target', ''),
(132, 73, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(133, 73, '_menu_item_xfn', ''),
(134, 73, '_menu_item_url', '/dentaluni/'),
(236, 89, '_menu_item_url', ''),
(136, 74, '_menu_item_type', 'custom'),
(137, 74, '_menu_item_menu_item_parent', '0'),
(138, 74, '_menu_item_object_id', '74'),
(139, 74, '_menu_item_object', 'custom'),
(140, 74, '_menu_item_target', ''),
(141, 74, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(142, 74, '_menu_item_xfn', ''),
(143, 74, '_menu_item_url', '/convenio-hospitalar-preferencial/'),
(234, 89, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(145, 75, '_menu_item_type', 'post_type'),
(146, 75, '_menu_item_menu_item_parent', '74'),
(147, 75, '_menu_item_object_id', '42'),
(148, 75, '_menu_item_object', 'page'),
(149, 75, '_menu_item_target', ''),
(150, 75, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(151, 75, '_menu_item_xfn', ''),
(152, 75, '_menu_item_url', ''),
(232, 89, '_menu_item_object', 'page'),
(233, 89, '_menu_item_target', ''),
(163, 77, '_menu_item_type', 'post_type'),
(164, 77, '_menu_item_menu_item_parent', '0'),
(165, 77, '_menu_item_object_id', '44'),
(166, 77, '_menu_item_object', 'page'),
(167, 77, '_menu_item_target', ''),
(168, 77, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(169, 77, '_menu_item_xfn', ''),
(170, 77, '_menu_item_url', ''),
(231, 89, '_menu_item_object_id', '84'),
(228, 84, '_wp_page_template', 'paginas/pagina-inicio.php'),
(229, 89, '_menu_item_type', 'post_type'),
(199, 81, '_menu_item_type', 'post_type'),
(200, 81, '_menu_item_menu_item_parent', '77'),
(201, 81, '_menu_item_object_id', '44'),
(202, 81, '_menu_item_object', 'page'),
(203, 81, '_menu_item_target', ''),
(204, 81, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(205, 81, '_menu_item_xfn', ''),
(206, 81, '_menu_item_url', ''),
(230, 89, '_menu_item_menu_item_parent', '0'),
(208, 82, '_menu_item_type', 'post_type'),
(209, 82, '_menu_item_menu_item_parent', '0'),
(210, 82, '_menu_item_object_id', '57'),
(211, 82, '_menu_item_object', 'page'),
(212, 82, '_menu_item_target', ''),
(213, 82, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(214, 82, '_menu_item_xfn', ''),
(215, 82, '_menu_item_url', ''),
(227, 84, '_edit_lock', '1496241950:1'),
(217, 83, '_menu_item_type', 'post_type'),
(218, 83, '_menu_item_menu_item_parent', '0'),
(219, 83, '_menu_item_object_id', '62'),
(220, 83, '_menu_item_object', 'page'),
(221, 83, '_menu_item_target', ''),
(222, 83, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(223, 83, '_menu_item_xfn', ''),
(224, 83, '_menu_item_url', ''),
(226, 84, '_edit_last', '2'),
(242, 96, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:900;s:6:\"height\";i:798;s:4:\"file\";s:50:\"2017/04/img-escritorio-ranieri-sao-mateus-01-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"img-escritorio-ranieri-sao-mateus-01-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"img-escritorio-ranieri-sao-mateus-01-1-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"img-escritorio-ranieri-sao-mateus-01-1-768x681.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sparkling-featured\";a:4:{s:4:\"file\";s:50:\"img-escritorio-ranieri-sao-mateus-01-1-750x410.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:48:\"img-escritorio-ranieri-sao-mateus-01-1-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Felipe\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1400771469\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(243, 97, '_wp_attached_file', '2017/04/img-escritorio-ranieri-sao-mateus-02-1.jpg'),
(244, 97, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:900;s:6:\"height\";i:672;s:4:\"file\";s:50:\"2017/04/img-escritorio-ranieri-sao-mateus-02-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"img-escritorio-ranieri-sao-mateus-02-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"img-escritorio-ranieri-sao-mateus-02-1-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"img-escritorio-ranieri-sao-mateus-02-1-768x573.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sparkling-featured\";a:4:{s:4:\"file\";s:50:\"img-escritorio-ranieri-sao-mateus-02-1-750x410.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:48:\"img-escritorio-ranieri-sao-mateus-02-1-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Felipe\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1400771469\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(245, 98, '_wp_attached_file', '2017/04/img-escritorio-ranieri-sao-mateus-03-1.jpg'),
(246, 98, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:900;s:6:\"height\";i:672;s:4:\"file\";s:50:\"2017/04/img-escritorio-ranieri-sao-mateus-03-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"img-escritorio-ranieri-sao-mateus-03-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"img-escritorio-ranieri-sao-mateus-03-1-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"img-escritorio-ranieri-sao-mateus-03-1-768x573.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sparkling-featured\";a:4:{s:4:\"file\";s:50:\"img-escritorio-ranieri-sao-mateus-03-1-750x410.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:48:\"img-escritorio-ranieri-sao-mateus-03-1-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Felipe\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1400771469\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(247, 100, '_wp_attached_file', '2017/04/img-logo-saocamilo.jpg'),
(248, 100, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:76;s:6:\"height\";i:85;s:4:\"file\";s:30:\"2017/04/img-logo-saocamilo.jpg\";s:5:\"sizes\";a:1:{s:9:\"tab-small\";a:4:{s:4:\"file\";s:28:\"img-logo-saocamilo-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(249, 101, '_wp_attached_file', '2017/04/img-logo-senff-raneiri-representacoes.png'),
(250, 101, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:95;s:6:\"height\";i:63;s:4:\"file\";s:49:\"2017/04/img-logo-senff-raneiri-representacoes.png\";s:5:\"sizes\";a:1:{s:9:\"tab-small\";a:4:{s:4:\"file\";s:47:\"img-logo-senff-raneiri-representacoes-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(251, 102, '_wp_attached_file', '2017/04/img-logo-sepac-ranieri-representacoes.png'),
(252, 102, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:110;s:6:\"height\";i:73;s:4:\"file\";s:49:\"2017/04/img-logo-sepac-ranieri-representacoes.png\";s:5:\"sizes\";a:1:{s:9:\"tab-small\";a:4:{s:4:\"file\";s:47:\"img-logo-sepac-ranieri-representacoes-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(253, 103, '_wp_attached_file', '2017/04/img-logo-sicredi-ranieri-representacoes.png'),
(254, 103, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:127;s:6:\"height\";i:55;s:4:\"file\";s:51:\"2017/04/img-logo-sicredi-ranieri-representacoes.png\";s:5:\"sizes\";a:1:{s:9:\"tab-small\";a:4:{s:4:\"file\";s:49:\"img-logo-sicredi-ranieri-representacoes-60x55.png\";s:5:\"width\";i:60;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(255, 104, '_wp_attached_file', '2017/04/img-logo-sukus-ranieri-representacoes.png'),
(256, 104, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:99;s:6:\"height\";i:59;s:4:\"file\";s:49:\"2017/04/img-logo-sukus-ranieri-representacoes.png\";s:5:\"sizes\";a:1:{s:9:\"tab-small\";a:4:{s:4:\"file\";s:47:\"img-logo-sukus-ranieri-representacoes-60x59.png\";s:5:\"width\";i:60;s:6:\"height\";i:59;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(257, 105, '_wp_attached_file', '2017/04/img-logo-totvs-ranieri-representacoes.png'),
(258, 105, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:75;s:6:\"height\";i:70;s:4:\"file\";s:49:\"2017/04/img-logo-totvs-ranieri-representacoes.png\";s:5:\"sizes\";a:1:{s:9:\"tab-small\";a:4:{s:4:\"file\";s:47:\"img-logo-totvs-ranieri-representacoes-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(259, 106, '_wp_attached_file', '2017/04/img-logo-unidonto.jpg'),
(260, 106, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:116;s:4:\"file\";s:29:\"2017/04/img-logo-unidonto.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"img-logo-unidonto-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:27:\"img-logo-unidonto-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"FELIPE\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(261, 107, '_wp_attached_file', '2017/04/img-plano-consorcio-ranieri-representacoes.jpg'),
(262, 107, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:250;s:6:\"height\";i:106;s:4:\"file\";s:54:\"2017/04/img-plano-consorcio-ranieri-representacoes.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"img-plano-consorcio-ranieri-representacoes-150x106.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:52:\"img-plano-consorcio-ranieri-representacoes-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:7:\"Ruferto\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1400581857\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(263, 108, '_wp_attached_file', '2017/04/img-copacol-ranieri-representacoes.png'),
(264, 108, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:128;s:6:\"height\";i:69;s:4:\"file\";s:46:\"2017/04/img-copacol-ranieri-representacoes.png\";s:5:\"sizes\";a:1:{s:9:\"tab-small\";a:4:{s:4:\"file\";s:44:\"img-copacol-ranieri-representacoes-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(265, 109, '_wp_attached_file', '2017/04/img-coritiba-footbal-club-ranieri-representacoes.png'),
(266, 109, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:75;s:6:\"height\";i:75;s:4:\"file\";s:60:\"2017/04/img-coritiba-footbal-club-ranieri-representacoes.png\";s:5:\"sizes\";a:1:{s:9:\"tab-small\";a:4:{s:4:\"file\";s:58:\"img-coritiba-footbal-club-ranieri-representacoes-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(267, 110, '_wp_attached_file', '2017/04/img-logo-associacao-comercial-parana-ranieri-representacoes.png'),
(268, 110, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:85;s:6:\"height\";i:85;s:4:\"file\";s:71:\"2017/04/img-logo-associacao-comercial-parana-ranieri-representacoes.png\";s:5:\"sizes\";a:1:{s:9:\"tab-small\";a:4:{s:4:\"file\";s:69:\"img-logo-associacao-comercial-parana-ranieri-representacoes-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(269, 111, '_wp_attached_file', '2017/04/img-logo-balaroti-ranieri-representacoes.png'),
(270, 111, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:95;s:6:\"height\";i:95;s:4:\"file\";s:52:\"2017/04/img-logo-balaroti-ranieri-representacoes.png\";s:5:\"sizes\";a:1:{s:9:\"tab-small\";a:4:{s:4:\"file\";s:50:\"img-logo-balaroti-ranieri-representacoes-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(271, 112, '_wp_attached_file', '2017/04/img-logo-ca-paranaense-ranieri-representacoes.png'),
(272, 112, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:65;s:6:\"height\";i:76;s:4:\"file\";s:57:\"2017/04/img-logo-ca-paranaense-ranieri-representacoes.png\";s:5:\"sizes\";a:1:{s:9:\"tab-small\";a:4:{s:4:\"file\";s:55:\"img-logo-ca-paranaense-ranieri-representacoes-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(273, 113, '_wp_attached_file', '2017/04/img-logo-coamo-ranieri-representacoes.png'),
(274, 113, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:128;s:6:\"height\";i:40;s:4:\"file\";s:49:\"2017/04/img-logo-coamo-ranieri-representacoes.png\";s:5:\"sizes\";a:1:{s:9:\"tab-small\";a:4:{s:4:\"file\";s:47:\"img-logo-coamo-ranieri-representacoes-60x40.png\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(275, 114, '_wp_attached_file', '2017/04/img-logo-cocelpa-embalagens-ranieri-representacoes.png'),
(276, 114, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:128;s:6:\"height\";i:65;s:4:\"file\";s:62:\"2017/04/img-logo-cocelpa-embalagens-ranieri-representacoes.png\";s:5:\"sizes\";a:1:{s:9:\"tab-small\";a:4:{s:4:\"file\";s:60:\"img-logo-cocelpa-embalagens-ranieri-representacoes-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(277, 115, '_wp_attached_file', '2017/04/img-logo-denso-ranieri-representacoes.png'),
(278, 115, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:128;s:6:\"height\";i:85;s:4:\"file\";s:49:\"2017/04/img-logo-denso-ranieri-representacoes.png\";s:5:\"sizes\";a:1:{s:9:\"tab-small\";a:4:{s:4:\"file\";s:47:\"img-logo-denso-ranieri-representacoes-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(279, 116, '_wp_attached_file', '2017/04/img-logo-faculdade-dom-bosco-ranieri-representacoes.png'),
(280, 116, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:100;s:6:\"height\";i:54;s:4:\"file\";s:63:\"2017/04/img-logo-faculdade-dom-bosco-ranieri-representacoes.png\";s:5:\"sizes\";a:1:{s:9:\"tab-small\";a:4:{s:4:\"file\";s:61:\"img-logo-faculdade-dom-bosco-ranieri-representacoes-60x54.png\";s:5:\"width\";i:60;s:6:\"height\";i:54;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(281, 117, '_wp_attached_file', '2017/04/img-logo-grupo-hobi-ranieri-representacoes.png'),
(282, 117, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:127;s:6:\"height\";i:44;s:4:\"file\";s:54:\"2017/04/img-logo-grupo-hobi-ranieri-representacoes.png\";s:5:\"sizes\";a:1:{s:9:\"tab-small\";a:4:{s:4:\"file\";s:52:\"img-logo-grupo-hobi-ranieri-representacoes-60x44.png\";s:5:\"width\";i:60;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(283, 118, '_wp_attached_file', '2017/04/img-logo-jmalucelli-ranieri-representacoes.png'),
(284, 118, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:128;s:6:\"height\";i:31;s:4:\"file\";s:54:\"2017/04/img-logo-jmalucelli-ranieri-representacoes.png\";s:5:\"sizes\";a:1:{s:9:\"tab-small\";a:4:{s:4:\"file\";s:52:\"img-logo-jmalucelli-ranieri-representacoes-60x31.png\";s:5:\"width\";i:60;s:6:\"height\";i:31;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(285, 119, '_wp_attached_file', '2017/04/img-logo-jtekt-ranieri-representacoes.png'),
(286, 119, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:128;s:6:\"height\";i:63;s:4:\"file\";s:49:\"2017/04/img-logo-jtekt-ranieri-representacoes.png\";s:5:\"sizes\";a:1:{s:9:\"tab-small\";a:4:{s:4:\"file\";s:47:\"img-logo-jtekt-ranieri-representacoes-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(287, 120, '_wp_attached_file', '2017/04/img-logo-mili-ranieiri-representacoes.png'),
(288, 120, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:128;s:6:\"height\";i:70;s:4:\"file\";s:49:\"2017/04/img-logo-mili-ranieiri-representacoes.png\";s:5:\"sizes\";a:1:{s:9:\"tab-small\";a:4:{s:4:\"file\";s:47:\"img-logo-mili-ranieiri-representacoes-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(289, 121, '_wp_attached_file', '2017/04/img-logo-parana-banco-ranieri-representacoes.png'),
(290, 121, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:128;s:6:\"height\";i:39;s:4:\"file\";s:56:\"2017/04/img-logo-parana-banco-ranieri-representacoes.png\";s:5:\"sizes\";a:1:{s:9:\"tab-small\";a:4:{s:4:\"file\";s:54:\"img-logo-parana-banco-ranieri-representacoes-60x39.png\";s:5:\"width\";i:60;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(291, 122, '_wp_attached_file', '2017/04/img-logo-perfect-informatica-ranieri-representacoes.png'),
(292, 122, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:128;s:6:\"height\";i:64;s:4:\"file\";s:63:\"2017/04/img-logo-perfect-informatica-ranieri-representacoes.png\";s:5:\"sizes\";a:1:{s:9:\"tab-small\";a:4:{s:4:\"file\";s:61:\"img-logo-perfect-informatica-ranieri-representacoes-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(293, 123, '_wp_attached_file', '2017/04/img-logo-positivo-informatica-ranieri-representacoes.png'),
(294, 123, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:95;s:6:\"height\";i:70;s:4:\"file\";s:64:\"2017/04/img-logo-positivo-informatica-ranieri-representacoes.png\";s:5:\"sizes\";a:1:{s:9:\"tab-small\";a:4:{s:4:\"file\";s:62:\"img-logo-positivo-informatica-ranieri-representacoes-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(295, 124, '_wp_attached_file', '2017/04/img-logo-ravanello-ranieri-representacoes.png'),
(296, 124, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:128;s:6:\"height\";i:78;s:4:\"file\";s:53:\"2017/04/img-logo-ravanello-ranieri-representacoes.png\";s:5:\"sizes\";a:1:{s:9:\"tab-small\";a:4:{s:4:\"file\";s:51:\"img-logo-ravanello-ranieri-representacoes-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(297, 125, '_wp_attached_file', '2017/04/img-vale-fertil-ranieri-representacoes.png'),
(298, 125, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:95;s:6:\"height\";i:79;s:4:\"file\";s:50:\"2017/04/img-vale-fertil-ranieri-representacoes.png\";s:5:\"sizes\";a:1:{s:9:\"tab-small\";a:4:{s:4:\"file\";s:48:\"img-vale-fertil-ranieri-representacoes-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(308, 93, 'is_cornerstone', ''),
(309, 93, '_yoast_wpseo_content_score', '30'),
(314, 42, 'is_cornerstone', ''),
(315, 42, '_yoast_wpseo_content_score', '90'),
(316, 5, 'is_cornerstone', ''),
(317, 5, '_yoast_wpseo_content_score', '90'),
(321, 137, 'is_cornerstone', ''),
(322, 137, '_edit_lock', '1496241872:1'),
(323, 137, '_edit_last', '2'),
(324, 137, '_wp_page_template', 'paginas/pagina-consorcio-hospitalar.php'),
(325, 137, '_yoast_wpseo_content_score', '30'),
(326, 2, '_edit_lock', '1496241970:1'),
(341, 152, '_wp_attached_file', '2017/04/Capa-Camilo.jpg'),
(342, 152, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1064;s:6:\"height\";i:710;s:4:\"file\";s:23:\"2017/04/Capa-Camilo.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Capa-Camilo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Capa-Camilo-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Capa-Camilo-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Capa-Camilo-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sparkling-featured\";a:4:{s:4:\"file\";s:23:\"Capa-Camilo-750x410.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:21:\"Capa-Camilo-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1373110294\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(343, 156, '_wp_attached_file', '2017/04/foto1.png'),
(344, 156, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:643;s:6:\"height\";i:498;s:4:\"file\";s:17:\"2017/04/foto1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"foto1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"foto1-300x232.png\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"sparkling-featured\";a:4:{s:4:\"file\";s:17:\"foto1-643x410.png\";s:5:\"width\";i:643;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:15:\"foto1-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(345, 44, 'is_cornerstone', ''),
(346, 44, '_yoast_wpseo_content_score', '30'),
(350, 37, 'is_cornerstone', ''),
(363, 160, '_wp_attached_file', '2017/04/2.png'),
(364, 160, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:983;s:6:\"height\";i:255;s:4:\"file\";s:13:\"2017/04/2.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:12:\"2-300x78.png\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"2-768x199.png\";s:5:\"width\";i:768;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"sparkling-featured\";a:4:{s:4:\"file\";s:13:\"2-750x255.png\";s:5:\"width\";i:750;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:11:\"2-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(365, 162, '_wp_attached_file', '2017/04/empresarial.png'),
(366, 162, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1041;s:6:\"height\";i:344;s:4:\"file\";s:23:\"2017/04/empresarial.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"empresarial-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"empresarial-300x99.png\";s:5:\"width\";i:300;s:6:\"height\";i:99;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"empresarial-768x254.png\";s:5:\"width\";i:768;s:6:\"height\";i:254;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"empresarial-1024x338.png\";s:5:\"width\";i:1024;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"sparkling-featured\";a:4:{s:4:\"file\";s:23:\"empresarial-750x344.png\";s:5:\"width\";i:750;s:6:\"height\";i:344;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:21:\"empresarial-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(367, 163, '_wp_attached_file', '2017/04/familiar.png'),
(368, 163, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1059;s:6:\"height\";i:369;s:4:\"file\";s:20:\"2017/04/familiar.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"familiar-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"familiar-300x105.png\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"familiar-768x268.png\";s:5:\"width\";i:768;s:6:\"height\";i:268;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"familiar-1024x357.png\";s:5:\"width\";i:1024;s:6:\"height\";i:357;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"sparkling-featured\";a:4:{s:4:\"file\";s:20:\"familiar-750x369.png\";s:5:\"width\";i:750;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:18:\"familiar-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(369, 164, '_wp_attached_file', '2017/04/individual.png');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(370, 164, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1041;s:6:\"height\";i:378;s:4:\"file\";s:22:\"2017/04/individual.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"individual-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"individual-300x109.png\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"individual-768x279.png\";s:5:\"width\";i:768;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"individual-1024x372.png\";s:5:\"width\";i:1024;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"sparkling-featured\";a:4:{s:4:\"file\";s:22:\"individual-750x378.png\";s:5:\"width\";i:750;s:6:\"height\";i:378;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:20:\"individual-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(371, 29, 'is_cornerstone', ''),
(372, 29, '_yoast_wpseo_content_score', '90'),
(376, 174, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1328;s:6:\"height\";i:661;s:4:\"file\";s:25:\"2017/04/dental20001-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"dental20001-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"dental20001-1-300x149.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"dental20001-1-768x382.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"dental20001-1-1024x510.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sparkling-featured\";a:4:{s:4:\"file\";s:25:\"dental20001-1-750x410.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:23:\"dental20001-1-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(375, 174, '_wp_attached_file', '2017/04/dental20001-1.jpg'),
(377, 176, '_wp_attached_file', '2017/04/dental_familia_voce_empresa.png'),
(378, 176, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1665;s:6:\"height\";i:571;s:4:\"file\";s:39:\"2017/04/dental_familia_voce_empresa.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"dental_familia_voce_empresa-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"dental_familia_voce_empresa-300x103.png\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"dental_familia_voce_empresa-768x263.png\";s:5:\"width\";i:768;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"dental_familia_voce_empresa-1024x351.png\";s:5:\"width\";i:1024;s:6:\"height\";i:351;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"sparkling-featured\";a:4:{s:4:\"file\";s:39:\"dental_familia_voce_empresa-750x410.png\";s:5:\"width\";i:750;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:37:\"dental_familia_voce_empresa-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(386, 62, '_yoast_wpseo_content_score', '30'),
(385, 62, 'is_cornerstone', ''),
(384, 37, '_yoast_wpseo_content_score', '90'),
(382, 21, 'is_cornerstone', ''),
(383, 21, '_yoast_wpseo_content_score', '90'),
(387, 89, 'is_cornerstone', ''),
(388, 69, 'is_cornerstone', ''),
(389, 70, 'is_cornerstone', ''),
(390, 68, 'is_cornerstone', ''),
(391, 67, 'is_cornerstone', ''),
(393, 73, 'is_cornerstone', ''),
(394, 72, 'is_cornerstone', ''),
(395, 71, 'is_cornerstone', ''),
(396, 74, 'is_cornerstone', ''),
(397, 75, 'is_cornerstone', ''),
(398, 77, 'is_cornerstone', ''),
(399, 81, 'is_cornerstone', ''),
(403, 82, 'is_cornerstone', ''),
(404, 83, 'is_cornerstone', ''),
(419, 196, '_wp_attached_file', '2017/04/folder-proposta_não-associados.jpg'),
(420, 196, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1770;s:6:\"height\";i:2313;s:4:\"file\";s:43:\"2017/04/folder-proposta_não-associados.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"folder-proposta_não-associados-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"folder-proposta_não-associados-230x300.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"folder-proposta_não-associados-768x1004.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1004;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"folder-proposta_não-associados-784x1024.jpg\";s:5:\"width\";i:784;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sparkling-featured\";a:4:{s:4:\"file\";s:43:\"folder-proposta_não-associados-750x410.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:41:\"folder-proposta_não-associados-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:13:\"Atendimento01\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1524240037\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(421, 197, '_wp_attached_file', '2017/04/Isenção-de-Carência-31-07-18-002.jpg'),
(422, 197, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1104;s:4:\"file\";s:47:\"2017/04/Isenção-de-Carência-31-07-18-002.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Isenção-de-Carência-31-07-18-002-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Isenção-de-Carência-31-07-18-002-217x300.jpg\";s:5:\"width\";i:217;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Isenção-de-Carência-31-07-18-002-768x1060.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1060;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"Isenção-de-Carência-31-07-18-002-742x1024.jpg\";s:5:\"width\";i:742;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sparkling-featured\";a:4:{s:4:\"file\";s:47:\"Isenção-de-Carência-31-07-18-002-750x410.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:45:\"Isenção-de-Carência-31-07-18-002-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(426, 205, '_wp_attached_file', '2017/04/AKCL9453.jpg'),
(427, 205, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2017/04/AKCL9453.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"AKCL9453-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"AKCL9453-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"AKCL9453-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"AKCL9453-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sparkling-featured\";a:4:{s:4:\"file\";s:20:\"AKCL9453-750x410.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:18:\"AKCL9453-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(428, 206, '_wp_attached_file', '2017/04/BAKO5937.jpg'),
(429, 206, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2017/04/BAKO5937.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"BAKO5937-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"BAKO5937-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"BAKO5937-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"BAKO5937-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sparkling-featured\";a:4:{s:4:\"file\";s:20:\"BAKO5937-750x410.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:18:\"BAKO5937-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(430, 207, '_wp_attached_file', '2017/04/BYSR6290.jpg'),
(431, 207, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2017/04/BYSR6290.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"BYSR6290-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"BYSR6290-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"BYSR6290-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"BYSR6290-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sparkling-featured\";a:4:{s:4:\"file\";s:20:\"BYSR6290-750x410.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:18:\"BYSR6290-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(432, 208, '_wp_attached_file', '2017/04/DBJP7516.jpg'),
(433, 208, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2017/04/DBJP7516.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DBJP7516-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DBJP7516-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"DBJP7516-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DBJP7516-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sparkling-featured\";a:4:{s:4:\"file\";s:20:\"DBJP7516-750x410.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:18:\"DBJP7516-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(434, 209, '_wp_attached_file', '2017/04/GYFQ9392.jpg'),
(435, 209, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2017/04/GYFQ9392.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"GYFQ9392-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"GYFQ9392-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"GYFQ9392-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"GYFQ9392-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sparkling-featured\";a:4:{s:4:\"file\";s:20:\"GYFQ9392-750x410.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:18:\"GYFQ9392-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(436, 210, '_wp_attached_file', '2017/04/IRCU6972.jpg'),
(437, 210, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2017/04/IRCU6972.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IRCU6972-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IRCU6972-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IRCU6972-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IRCU6972-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sparkling-featured\";a:4:{s:4:\"file\";s:20:\"IRCU6972-750x410.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:18:\"IRCU6972-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(438, 211, '_wp_attached_file', '2017/04/KPQB0989.jpg'),
(439, 211, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2017/04/KPQB0989.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"KPQB0989-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"KPQB0989-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"KPQB0989-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"KPQB0989-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sparkling-featured\";a:4:{s:4:\"file\";s:20:\"KPQB0989-750x410.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:18:\"KPQB0989-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(440, 212, '_wp_attached_file', '2017/04/KZYO5666.jpg'),
(441, 212, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2017/04/KZYO5666.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"KZYO5666-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"KZYO5666-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"KZYO5666-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"KZYO5666-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sparkling-featured\";a:4:{s:4:\"file\";s:20:\"KZYO5666-750x410.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:18:\"KZYO5666-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(442, 213, '_wp_attached_file', '2017/04/LWCP2904.jpg'),
(443, 213, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2017/04/LWCP2904.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"LWCP2904-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"LWCP2904-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"LWCP2904-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"LWCP2904-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sparkling-featured\";a:4:{s:4:\"file\";s:20:\"LWCP2904-750x410.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:18:\"LWCP2904-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(444, 214, '_wp_attached_file', '2017/04/PUNX1671.jpg'),
(445, 214, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2017/04/PUNX1671.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"PUNX1671-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"PUNX1671-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"PUNX1671-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"PUNX1671-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sparkling-featured\";a:4:{s:4:\"file\";s:20:\"PUNX1671-750x410.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:18:\"PUNX1671-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(446, 215, '_wp_attached_file', '2017/04/QWJR7556.jpg'),
(447, 215, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2017/04/QWJR7556.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"QWJR7556-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"QWJR7556-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"QWJR7556-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"QWJR7556-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sparkling-featured\";a:4:{s:4:\"file\";s:20:\"QWJR7556-750x410.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:18:\"QWJR7556-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(448, 216, '_wp_attached_file', '2017/04/QXIU7958.jpg'),
(449, 216, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2017/04/QXIU7958.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"QXIU7958-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"QXIU7958-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"QXIU7958-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"QXIU7958-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sparkling-featured\";a:4:{s:4:\"file\";s:20:\"QXIU7958-750x410.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:18:\"QXIU7958-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(450, 217, '_wp_attached_file', '2017/04/RFVI2314.jpg'),
(451, 217, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2017/04/RFVI2314.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"RFVI2314-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"RFVI2314-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"RFVI2314-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"RFVI2314-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sparkling-featured\";a:4:{s:4:\"file\";s:20:\"RFVI2314-750x410.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:18:\"RFVI2314-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(452, 218, '_wp_attached_file', '2017/04/SYCW9849.jpg'),
(453, 218, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2017/04/SYCW9849.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"SYCW9849-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"SYCW9849-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"SYCW9849-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"SYCW9849-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sparkling-featured\";a:4:{s:4:\"file\";s:20:\"SYCW9849-750x410.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:18:\"SYCW9849-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(454, 219, '_wp_attached_file', '2017/04/UFTZ4334.jpg'),
(455, 219, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2017/04/UFTZ4334.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"UFTZ4334-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"UFTZ4334-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"UFTZ4334-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"UFTZ4334-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sparkling-featured\";a:4:{s:4:\"file\";s:20:\"UFTZ4334-750x410.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:18:\"UFTZ4334-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(456, 220, '_wp_attached_file', '2017/04/UIJG7166.jpg'),
(457, 220, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2017/04/UIJG7166.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"UIJG7166-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"UIJG7166-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"UIJG7166-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"UIJG7166-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sparkling-featured\";a:4:{s:4:\"file\";s:20:\"UIJG7166-750x410.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:18:\"UIJG7166-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(458, 221, '_wp_attached_file', '2017/04/VHYM0681.jpg'),
(459, 221, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2017/04/VHYM0681.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"VHYM0681-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"VHYM0681-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"VHYM0681-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"VHYM0681-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sparkling-featured\";a:4:{s:4:\"file\";s:20:\"VHYM0681-750x410.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:18:\"VHYM0681-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(460, 222, '_wp_attached_file', '2017/04/VXGL4866.jpg'),
(461, 222, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2017/04/VXGL4866.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"VXGL4866-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"VXGL4866-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"VXGL4866-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"VXGL4866-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sparkling-featured\";a:4:{s:4:\"file\";s:20:\"VXGL4866-750x410.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:18:\"VXGL4866-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(462, 223, '_wp_attached_file', '2017/04/WFCP6911.jpg'),
(463, 223, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2017/04/WFCP6911.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"WFCP6911-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"WFCP6911-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"WFCP6911-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"WFCP6911-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sparkling-featured\";a:4:{s:4:\"file\";s:20:\"WFCP6911-750x410.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:18:\"WFCP6911-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(464, 224, '_wp_attached_file', '2017/04/WLSF4895.jpg'),
(465, 224, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2017/04/WLSF4895.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"WLSF4895-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"WLSF4895-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"WLSF4895-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"WLSF4895-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sparkling-featured\";a:4:{s:4:\"file\";s:20:\"WLSF4895-750x410.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:18:\"WLSF4895-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(466, 225, '_wp_attached_file', '2017/04/WYTH4358.jpg'),
(467, 225, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2017/04/WYTH4358.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"WYTH4358-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"WYTH4358-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"WYTH4358-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"WYTH4358-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sparkling-featured\";a:4:{s:4:\"file\";s:20:\"WYTH4358-750x410.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:18:\"WYTH4358-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(468, 227, '_wp_attached_file', '2017/04/YHVI7266.jpg'),
(469, 227, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2017/04/YHVI7266.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"YHVI7266-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"YHVI7266-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"YHVI7266-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"YHVI7266-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sparkling-featured\";a:4:{s:4:\"file\";s:20:\"YHVI7266-750x410.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:18:\"YHVI7266-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(470, 228, '_wp_attached_file', '2017/04/AHTM4256.jpg'),
(471, 228, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2017/04/AHTM4256.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"AHTM4256-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"AHTM4256-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"AHTM4256-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"AHTM4256-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"sparkling-featured\";a:4:{s:4:\"file\";s:20:\"AHTM4256-750x410.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"tab-small\";a:4:{s:4:\"file\";s:18:\"AHTM4256-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(472, 57, 'is_cornerstone', ''),
(473, 57, '_yoast_wpseo_content_score', '30'),
(474, 62, 'ao_post_optimize', 'a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(476, 236, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:27:\"2022/08/ranieri-favicon.png\";s:8:\"filesize\";i:13389;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"ranieri-favicon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6503;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"ranieri-favicon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2840;}s:18:\"sparkling-featured\";a:5:{s:4:\"file\";s:27:\"ranieri-favicon-512x410.png\";s:5:\"width\";i:512;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13200;}s:9:\"tab-small\";a:5:{s:4:\"file\";s:25:\"ranieri-favicon-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1644;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(477, 237, '_wp_attached_file', '2022/08/cropped-ranieri-favicon.png'),
(478, 237, '_wp_attachment_context', 'site-icon'),
(479, 237, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:35:\"2022/08/cropped-ranieri-favicon.png\";s:8:\"filesize\";i:13516;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"cropped-ranieri-favicon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6503;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"cropped-ranieri-favicon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2840;}s:18:\"sparkling-featured\";a:5:{s:4:\"file\";s:35:\"cropped-ranieri-favicon-512x410.png\";s:5:\"width\";i:512;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13200;}s:9:\"tab-small\";a:5:{s:4:\"file\";s:33:\"cropped-ranieri-favicon-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1644;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:35:\"cropped-ranieri-favicon-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5683;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:35:\"cropped-ranieri-favicon-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3712;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:35:\"cropped-ranieri-favicon-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3462;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:33:\"cropped-ranieri-favicon-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1125;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(505, 42, 'ao_post_optimize', 'a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(482, 239, '_menu_item_type', 'post_type'),
(483, 239, '_menu_item_menu_item_parent', '73'),
(484, 239, '_menu_item_object_id', '14'),
(485, 239, '_menu_item_object', 'page'),
(486, 239, '_menu_item_target', ''),
(487, 239, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(488, 239, '_menu_item_xfn', ''),
(489, 239, '_menu_item_url', ''),
(499, 74, '_wp_old_date', '2017-04-11'),
(491, 89, '_wp_old_date', '2017-04-12'),
(492, 69, '_wp_old_date', '2017-04-11'),
(493, 70, '_wp_old_date', '2017-04-11'),
(494, 68, '_wp_old_date', '2017-04-11'),
(495, 67, '_wp_old_date', '2017-04-11'),
(496, 73, '_wp_old_date', '2017-04-11'),
(497, 72, '_wp_old_date', '2017-04-11'),
(498, 71, '_wp_old_date', '2017-04-11'),
(500, 75, '_wp_old_date', '2017-04-11'),
(501, 77, '_wp_old_date', '2017-04-11'),
(502, 81, '_wp_old_date', '2017-04-11'),
(503, 82, '_wp_old_date', '2017-04-11'),
(504, 83, '_wp_old_date', '2017-04-11'),
(506, 42, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(507, 42, '_yoast_wpseo_wordproof_timestamp', ''),
(508, 46, '_hash', '24bc848ed2c5c42df8babdfae0c7c00e68d711d4'),
(509, 47, '_hash', '09b50c2e3e6523b7d36c6cc216c482f5f4917e9d'),
(519, 249, '_wp_attached_file', '2025/05/1-Proposta-DentalUni-PJ-Maio-2025.pdf'),
(511, 245, '_wp_attached_file', '2025/05/ranieri-dentaluni-plano-elite.jpg'),
(512, 245, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1383;s:6:\"height\";i:511;s:4:\"file\";s:41:\"2025/05/ranieri-dentaluni-plano-elite.jpg\";s:8:\"filesize\";i:144786;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"ranieri-dentaluni-plano-elite-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10538;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"ranieri-dentaluni-plano-elite-1024x378.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70604;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"ranieri-dentaluni-plano-elite-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8404;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"ranieri-dentaluni-plano-elite-768x284.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46093;}s:18:\"sparkling-featured\";a:5:{s:4:\"file\";s:41:\"ranieri-dentaluni-plano-elite-750x410.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61888;}s:9:\"tab-small\";a:5:{s:4:\"file\";s:39:\"ranieri-dentaluni-plano-elite-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2481;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(513, 246, '_wp_attached_file', '2025/05/ranieri-dentaluni-plano-doc.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(514, 246, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1383;s:6:\"height\";i:511;s:4:\"file\";s:39:\"2025/05/ranieri-dentaluni-plano-doc.jpg\";s:8:\"filesize\";i:147390;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"ranieri-dentaluni-plano-doc-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10486;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"ranieri-dentaluni-plano-doc-1024x378.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70416;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"ranieri-dentaluni-plano-doc-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8569;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"ranieri-dentaluni-plano-doc-768x284.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46018;}s:18:\"sparkling-featured\";a:5:{s:4:\"file\";s:39:\"ranieri-dentaluni-plano-doc-750x410.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62167;}s:9:\"tab-small\";a:5:{s:4:\"file\";s:37:\"ranieri-dentaluni-plano-doc-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2496;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(515, 247, '_wp_attached_file', '2025/05/ranieri-dentaluni-plano-essencial.jpg'),
(516, 247, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1383;s:6:\"height\";i:511;s:4:\"file\";s:45:\"2025/05/ranieri-dentaluni-plano-essencial.jpg\";s:8:\"filesize\";i:144267;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"ranieri-dentaluni-plano-essencial-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10454;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"ranieri-dentaluni-plano-essencial-1024x378.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70254;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"ranieri-dentaluni-plano-essencial-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8370;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"ranieri-dentaluni-plano-essencial-768x284.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45940;}s:18:\"sparkling-featured\";a:5:{s:4:\"file\";s:45:\"ranieri-dentaluni-plano-essencial-750x410.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61669;}s:9:\"tab-small\";a:5:{s:4:\"file\";s:43:\"ranieri-dentaluni-plano-essencial-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2480;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(517, 29, 'ao_post_optimize', 'a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(518, 29, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(520, 249, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:41:\"1-Proposta-DentalUni-PJ-Maio-2025-pdf.jpg\";s:5:\"width\";i:1058;s:6:\"height\";i:1497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79302;}s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"1-Proposta-DentalUni-PJ-Maio-2025-pdf-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9537;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"1-Proposta-DentalUni-PJ-Maio-2025-pdf-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45224;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"1-Proposta-DentalUni-PJ-Maio-2025-pdf-106x150.jpg\";s:5:\"width\";i:106;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5163;}}s:8:\"filesize\";i:1532746;}');

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_posts`
--

CREATE TABLE `wp_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `post_author` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Despejando dados para a tabela `wp_posts`
--

INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2, 1, '2017-04-10 10:05:59', '2017-04-10 13:05:59', 'Esta é uma página de exemplo. É diferente de um post porque ela ficará em um local e será exibida na navegação do seu site (na maioria dos temas). A maioria das pessoas começa com uma página de introdução aos potenciais visitantes do site. Ela pode ser assim:\n\n<blockquote>Olá! Eu sou um bike courrier de dia, ator amador à noite e este é meu blog. Eu moro em São Paulo, tenho um cachorro chamado Tonico e eu gosto de caipirinhas. (E de ser pego pela chuva.)</blockquote>\n\nou assim:\n\n<blockquote>A XYZ foi fundada em 1971 e desde então vem proporcionando produtos de qualidade a seus clientes. Localizada em Valinhos, XYZ emprega mais de 2.000 pessoas e faz várias contribuições para a comunidade local.</blockquote>\nComo um novo usuário do WordPress, você deve ir até o <a href=\"http://ranierirepresentacoes.com.br/wp-admin/\">seu painel</a> para excluir essa página e criar novas páginas com seu próprio conteúdo. Divirta-se!', 'Página de Exemplo', '', 'publish', 'closed', 'open', '', 'pagina-exemplo', '', '', '2017-04-10 10:05:59', '2017-04-10 13:05:59', '', 0, 'http://ranierirepresentacoes.com.br/?page_id=2', 0, 'page', '', 0),
(134, 2, '2017-04-21 15:25:42', '2017-04-21 18:25:42', 'Convênios', 'Convênios', '', 'inherit', 'closed', 'closed', '', '93-revision-v1', '', '', '2017-04-21 15:25:42', '2017-04-21 18:25:42', '', 93, 'http://ranierirepresentacoes.com.br/93-revision-v1/', 0, 'revision', '', 0),
(147, 2, '2017-04-21 15:58:32', '2017-04-21 18:58:32', '&nbsp;\r\n\r\nSão muitos os benefícios do <strong>Convênio Cliente Hospitalar e Preferencial</strong>. Sempre tenha a garantia de um bom atendimento e assitência médica especializada.\r\n\r\nEm União da Vitória descontos: Hospital Regional, Clínica Domit, Clínica Vita, Clínica Central, Clínica Paraná, Clínica do Coração, Laboratórios, Farmácias, e dentistas.\r\n\r\nEstamos com o cartão também nas cidades de São Mateus do Sul, Antônio Olinto, São João do Triunfo, General Carneiro, Cruz Machado, Paula Freitas, Paulo Frontin, Mallet, Rio Azul, Porto União, Irineópolis, Matos Costa.\r\n\r\n<small>Fonte: Plano São Camilo. Hospital Regional</small>', 'Convênio Cliente Hospitalar Preferencial', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2017-04-21 15:58:32', '2017-04-21 18:58:32', '', 42, 'http://ranierirepresentacoes.com.br/42-revision-v1/', 0, 'revision', '', 0),
(133, 2, '2017-04-21 15:24:24', '2017-04-21 18:24:24', '<p>São muitos os benefícios do <strong>Convênio Cliente Hospitalar e Preferencial</strong>. Sempre tenha a garantia de um bom atendimento e assitência médica especializada.</p>\r\n\r\n<p>Em União da Vitória descontos: Hospital Regional, Clínica Domit, Clínica Vita, Clínica Central, Clínica Paraná, Clínica do Coração, Laboratórios, Farmácias, e dentistas.</p>\r\n                    \r\n<p>Estamos com o cartão também nas cidades de São Mateus do Sul, Antônio Olinto, São João do Triunfo, General Carneiro, Cruz Machado, Paula Freitas, Paulo Frontin, Mallet, Rio Azul, Porto União, Irineópolis, Matos Costa.</p>\r\n<small>Fonte: Plano São Camilo. Hospital Regional</small>', 'Convênio Cliente Hospitalar Preferencial', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2017-04-21 15:24:24', '2017-04-21 18:24:24', '', 42, 'http://ranierirepresentacoes.com.br/42-revision-v1/', 0, 'revision', '', 0),
(5, 1, '2017-04-10 10:32:06', '2017-04-10 13:32:06', '<strong>Faça um plano de saúde completo:</strong>\r\nA <strong>DentalUni</strong> é uma cooperativa que tem como objetivo prestar assistência odontológica de qualidade a todos. Sua administração é feita por quem realmente entende de Odontologia, cirurgiões-dentistas. Nossos planos são flexíveis e abrangem todas as especialidades, o que permite ofertar qualidade e preço acessível a quem busca assistência odontológica.\r\n\r\nNossos planos são flexíveis e abrangem todas as especialidades, o que permite ofertar qualidade e preço acessível a quem busca assistência odontológica.\r\nAmpla rede de cirurgiões-dentistas cooperados pronta para atender com qualidade os nossos beneficiários.\r\nCom a DENTAL UNI, todos saem ganhando. Sua empresa ganha em produtividade, pois estará oferecendo o melhor benefício, o que permite melhores condições de negociação salarial e diminuição de absenteísmo.\r\n\r\nE seu funcionário ganha em qualidade de vida, pois terá o melhor plano odontológico, pelo menor custo.\r\n<h4><strong>Diferenças e vantagens:</strong></h4>\r\n&nbsp;\r\n<ul>\r\n 	<li>Ampla rede de atendimento em todo o Brasil.</li>\r\n 	<li>Acesso a todas as especialidades odontológicas.</li>\r\n 	<li>Atendimento personalizado.</li>\r\n 	<li>Garantia de 1 ano para os serviços prestados.</li>\r\n 	<li>Livre escolha do dentista cooperado em todas as especialidades odontológicas.</li>\r\n 	<li>Atendimento em todas as regiões do país para urgências odontológicas.</li>\r\n 	<li>Dedução no Imposto de Renda (IR) de 100% do investimento.</li>\r\n 	<li>Liberação de guia de tratamento on-line diretamente no consultório do cirurgião-dentista cooperado. Cobertura para dependentes igual à cobertura do titular.</li>\r\n 	<li>Acesso às especialidades adicionais com prazos e parcelamentos facilitados.</li>\r\n 	<li>Atendimento a pacientes especiais por profissionais especializados.</li>\r\n 	<li>Programa de aprimoramento constante para os profissionais cooperados.</li>\r\n 	<li>Odontomóveis equipadas com um consultório para a realização de avaliações bucais e ações de prevenção.</li>\r\n 	<li>Flexibilidade para montar planos individuais, familiares ou empresariais Relação de dentistas disponível no site www.dentaluni.com.br e guias do beneficiário.</li>\r\n 	<li>Um moderno centro de dados que garante maior segurança, qualidade e rapidez na transmissão e armazenamento de informações da Dental Uni.</li>\r\n 	<li>Coberturas dos planos com amparo legal pela Resolução - RN n.º 338 da ANS - Agência Nacional de Saúde Suplementar, publicada no D.O.U. de 22/10/2013.</li>\r\n</ul>', 'Sobre', '', 'publish', 'closed', 'closed', '', 'sobre', '', '', '2017-04-21 15:41:54', '2017-04-21 18:41:54', '', 0, 'http://ranierirepresentacoes.com.br/?page_id=5', 0, 'page', '', 0),
(6, 1, '2017-04-10 10:32:06', '2017-04-10 13:32:06', '', 'Sobre', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2017-04-10 10:32:06', '2017-04-10 13:32:06', '', 5, 'http://ranierirepresentacoes.com.br/2017/04/10/5-revision-v1/', 0, 'revision', '', 0),
(90, 1, '2017-04-12 11:15:29', '2017-04-12 14:15:29', '<strong>Faça um plano de saúde completo:</strong>\r\nA <strong>DentalUni</strong> é uma cooperativa que tem como objetivo prestar\r\nassistência odontológica de qualidade a todos. Sua administração\r\né feita por quem realmente entende de Odontologia, cirurgiões-\r\ndentistas. Nossos planos são flexíveis e abrangem todas as especialidades, o que permite ofertar qualidade e proeço acessíivel a quem busca assistência odontológica.\r\n\r\nNossos planos são flexíveis e abrangem todas as especialidades, o que permite ofertar qualidade e proeço acessíivel a quem busca assistência odontológica.\r\nAmpla rede de cirurgiões-dentistas cooperados pronta para atender com qualidade os nossos beneficiários.\r\nCom a DENTAL UNI, todos saem ganhando. Sua empresa ganha em produtividade, pois estará oferecendo o melhor benefíci, oque permite melhores condições de negociação salarial e diminuição de absenteísmo.\r\n\r\nE seu funcionário ganha em qualidade de vida, pois terá o melhor plano odontológico, pelo menor custo.\r\n<h4><strong>Diferenças e vantagens:</strong></h4>\r\n&nbsp;\r\n<ul>\r\n 	<li>Ampla rede de atendimento em todo o Brasil.</li>\r\n 	<li>Acesso a todas as especialidades odontológicas.</li>\r\n 	<li>Atendimento personalizado.</li>\r\n 	<li>Garantia de 1 ano para os serviços prestados.</li>\r\n 	<li>Livre escolha do dentista cooperado em todas as especialidades odontológicas.</li>\r\n 	<li>Atendimento em todas as regiões do país para urgências odontológicas.</li>\r\n 	<li>Dedução no Imposto de Renda (IR) de 100% do investimento.</li>\r\n 	<li>Liberação de guia de tratamento on-line diretamente no consultório do cirurgião-dentista cooperado. Cobertura para dependentes igual à cobertura do titular.</li>\r\n 	<li>Acesso às especialidades adicionais com prazos e parcelamentos facilitados.</li>\r\n 	<li>Atendimento a pacientes especiais por profissionais especializados.</li>\r\n 	<li>Programa de aprimoramento constante para os profissionais cooperados.</li>\r\n 	<li>Odontomóveis equipadas com um consultório para a realização de avaliações bucais e ações de prevenção.</li>\r\n 	<li>Flexibilidade para montar planos individuais, familiares ou empresariais Relação de dentistas disponível no site www.dentaluni.com.br e guias do beneficiário.</li>\r\n 	<li>Um moderno centro de dados que garante maior segurança, qualidade e rapidez na transmissão e armazenamento de informações da Dental Uni.</li>\r\n 	<li>Coberturas dos planos com amparo legal pela Resolução - RN n.º 338 da ANS - Agência Nacional de Saúde Suplementar, publicada no D.O.U. de 22/10/2013.</li>\r\n</ul>', 'Sobre', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2017-04-12 11:15:29', '2017-04-12 14:15:29', '', 5, 'http://ranierirepresentacoes.com.br/2017/04/12/5-revision-v1/', 0, 'revision', '', 0),
(8, 1, '2017-04-10 11:20:52', '2017-04-10 14:20:52', '<h3>Plano de Saúde / DentalUni</h3>\r\n<figure class=\"left marg_right1\"><img src=\"images/page4_img3.jpg\" alt=\"Imagem Enfermeiras Plano DentalUni\" /></figure>\r\n<strong>Faça um plano de saúde completo:</strong>\r\nA <strong>DentalUni</strong> é uma cooperativa que tem como objetivo prestar\r\nassistência odontológica de qualidade a todos. Sua administração\r\né feita por quem realmente entende de Odontologia, cirurgiões-\r\ndentistas. Nossos planos são flexíveis e abrangem todas as especialidades, o que permite ofertar qualidade e proeço acessíivel a quem busca assistência odontológica.\r\n\r\nNossos planos são flexíveis e abrangem todas as especialidades, o que permite ofertar qualidade e proeço acessíivel a quem busca assistência odontológica.\r\nAmpla rede de cirurgiões-dentistas cooperados pronta para atender com qualidade os nossos beneficiários.\r\nCom a DENTAL UNI, todos saem ganhando. Sua empresa ganha em produtividade, pois estará oferecendo o melhor benefíci, oque permite melhores condições de negociação salarial e diminuição de absenteísmo.\r\n\r\nE seu funcionário ganha em qualidade de vida, pois terá o melhor plano odontológico, pelo menor custo.\r\n<h4><strong>Diferenças e vantagens:</strong></h4>\r\n&nbsp;\r\n<ul>\r\n 	<li>Ampla rede de atendimento em todo o Brasil.</li>\r\n 	<li>Acesso a todas as especialidades odontológicas.</li>\r\n 	<li>Atendimento personalizado.</li>\r\n 	<li>Garantia de 1 ano para os serviços prestados.</li>\r\n 	<li>Livre escolha do dentista cooperado em todas as especialidades odontológicas.</li>\r\n 	<li>Atendimento em todas as regiões do país para urgências odontológicas.</li>\r\n 	<li>Dedução no Imposto de Renda (IR) de 100% do investimento.</li>\r\n 	<li>Liberação de guia de tratamento on-line diretamente no consultório do cirurgião-dentista cooperado. Cobertura para dependentes igual à cobertura do titular.</li>\r\n 	<li>Acesso às especialidades adicionais com prazos e parcelamentos facilitados.</li>\r\n 	<li>Atendimento a pacientes especiais por profissionais especializados.</li>\r\n 	<li>Programa de aprimoramento constante para os profissionais cooperados.</li>\r\n 	<li>Odontomóveis equipadas com um consultório para a realização de avaliações bucais e ações de prevenção.</li>\r\n 	<li>Flexibilidade para montar planos individuais, familiares ou empresariais Relação de dentistas disponível no site www.dentaluni.com.br e guias do beneficiário.</li>\r\n 	<li>Um moderno centro de dados que garante maior segurança, qualidade e rapidez na transmissão e armazenamento de informações da Dental Uni.</li>\r\n 	<li>Coberturas dos planos com amparo legal pela Resolução - RN n.º 338 da ANS - Agência Nacional de Saúde Suplementar, publicada no D.O.U. de 22/10/2013.</li>\r\n</ul>', 'Sobre', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2017-04-10 11:20:52', '2017-04-10 14:20:52', '', 5, 'http://ranierirepresentacoes.com.br/2017/04/10/5-revision-v1/', 0, 'revision', '', 0),
(9, 1, '2017-04-10 12:00:37', '2017-04-10 15:00:37', '<p>\r\n        <strong>Atendimento ao beneficiário:</strong><br />\r\n        A Denta Uni possui várias unidades de atendimento, sendo elas em Curitiba, Campo Mourão, Cascavel, Guarapuava, Paranaguá, São mateus e União da Vitória, além dos Postos de Atendimentos ao beneficiário (PAB) disponíveis em algumas empresas.\r\n    </p>\r\n    <p>\r\n        <h4>\r\n            <strong>Benefícios do Plano:</strong>\r\n        </h4><br />\r\n        <ul>\r\n            <li>Urgência</li>\r\n            <li>Exames Clínicos</li>\r\n            <li>Alguns tipos de radiografias</li>\r\n            <li>Profilaxia</li>\r\n            <li>Aplicação de Flúor</li>\r\n            <li>Aplicação de Selante</li>\r\n            <li>Restaurações em Amálgama e Resinas</li>\r\n            <li>Tratamentos de canais</li>\r\n            <li>Retratamento de Canais</li>\r\n            <li>Periodontia (tratamento gengival)</li>\r\n            <li>Remoção dentária simples e sisos.</li>\r\n            <li>Remoção dentária simples e sisos.\r\n                Procedimentos com preço de tabela DetalUni\r\n            </li>\r\n            <li>Prótese</li>\r\n            <li>Implantes</li>\r\n            <li>Clareamento</li>\r\n            <li>Ortodontia</li>\r\n            <li>Cirurgias.</li>\r\n        </ul>\r\n    </p><br>\r\n    <p>\r\n        <h4>\r\n            <strong>Quem pode aderir o Plano:</strong>\r\n        </h4><br />\r\n        <ul>\r\n            <li>Cônjuge.</li>\r\n            <li>Filhos solteiros, que permanecem sob dependência financeira do titular responsável.</li>\r\n            <li>O enteado, o menor sob guarda por força de decisão judicial e o menor tutelado, que ficam equiparados aos filhos.</li>\r\n            <li>O convivente, havendo união estável, na forma da lei, desde que não exista concorrência com o cônjuge.</li>\r\n            <li>Os pais do titular e do cônjuge.</li>\r\n        </ul> \r\n    </p><br>\r\n    <p>\r\n        <h4>\r\n            <strong>Consultoria de Relacionamentos:</strong>\r\n        </h4><br />\r\n        A <strong>DentalUni</strong> é referência entre as operadoras de planos odontológicos no Brasil.\r\n        Os profissionais que atuam na cooperativa possuem vasta experiência em suas áreas de atuação.\r\n        A expertise da equipe, aliada à inteligência de Negócios, garante uma gestão mais eficiente do contrato. Todo o processo, desde a prospecção, implantação e suporte é acompanhado por um gestor especializado no assunto, sendo ele um participante ativo na entrega de informações e propostas de ações.\r\n        Os relatórios mensais garantem que o processo de utilização do plano seja acompanhado minuciosamente, desde a especialidade odontológica mais utilizada até os tratamentos com maior indice de ocorrência.\r\n        Tudo isso para garantir ainda mais qualidade de vida para os seus colaboradores.\r\n    </p>  <br>\r\n    <p>\r\n        <h4>\r\n            <strong>Nosso Compromisso:</strong>\r\n        </h4><br />\r\n        Sustentabilidade:<br /><br />\r\n        O desenvolvimento sustentável da Dental Uni apresenta três grandes dimensões principais: crescimento econômico, desenvolvimento do capital humano e equilíbrio ecológico.\r\n        Nossas ações tem o propósito de garantir que os resultados alcançados sejam consistentes, gerando um crescimento econômico, treinando, desenvolvendo e capacitando nossos cooperados e colaboradores além de manter o compromisso com o meio ambiente.\r\n        Inovação de serviços, sempre buscando ofertar a qualidade gerando satisfação dos nossos beneficiários [, tanto no presente como para a geração futura.\r\n        Em conformidade com a Lei 9876 e Instrução Normativa IN MPS/SRF nº 03 art. 291, publicada no D.O.U. publicado em 15/07/05, deverá ser recolhido 9% de INSS sobre o valor da fatura mensal ré-imposto para empresas optantes do Simples e do Super Simples.\r\n        Recolhimento IR:\r\n        Embasamento Legal; RIR/99, art. 652 ou art. 64 da Lei 8981/95, a retenção deverá ser realizada até o dia 10º do mês subsequente. A base de cálculo é demonstrada na Nota Fiscal (cálculo de 1,5% sobre base. \r\n    </p>', 'Estrutura', '', 'publish', 'closed', 'closed', '', 'estrutura', '', '', '2017-04-12 16:07:06', '2017-04-12 19:07:06', '', 0, 'http://ranierirepresentacoes.com.br/?page_id=9', 0, 'page', '', 0),
(10, 1, '2017-04-10 12:00:37', '2017-04-10 15:00:37', '', 'Estrutura', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2017-04-10 12:00:37', '2017-04-10 15:00:37', '', 9, 'http://ranierirepresentacoes.com.br/2017/04/10/9-revision-v1/', 0, 'revision', '', 0),
(11, 1, '2017-04-10 12:01:42', '2017-04-10 15:01:42', '<div >\n    <h3 class=\"page-content\">Estrutura <strong>DentalUni</strong> em União da Vitória (PR) e Região:</h3>\n    <figure class=\"left marg_right1\">\n        <img src=\"images/page4_img4.jpg\" alt=\"Imagem Enfermeiras Plano DentalUni\">\n    </figure>\n    <p>\n        <strong>Atendimento ao beneficiário:</strong><br />\n        A Denta Uni possui várias inidades de atendimento, sendo elas em Curitiba, Campo Mourão, Cascavel, Guarapuava, Paranaguá, São mateus e União da Vitória, além dos Postos de Atendimentos ao beneficiário (PAB) disponíveis em algumas empresas.\n    </p>\n    <p>\n        <h4 class=\"entry-h4-title\">\n            <strong>Benefícios do Plano:</strong>\n        </h4><br />\n        <ul class=\"empresa-ul\">\n            <li>*Urgência</li>\n            <li>*Exames Clínicos</li>\n            <li>*Alguns tipos de radiografias</li>\n            <li>*Profilaxia</li>\n            <li>*Aplicação de Flúor</li>\n            <li>*Aplicação de Selante</li>\n            <li>*Restaurações em Amálgama e Resinas</li>\n            <li>*Tratamentos de canais</li>\n            <li>*Retratamento de Canais</li>\n            <li>*Periodontia (tratamento gengival)</li>\n            <li>*Remoção dentária simples e sisos.</li>\n            <li> *Remoção dentária simples e sisos.\n                Procedimentos com preço de tabela DetalUni\n            </li>\n            <li>*Prótese</li>\n            <li>*Implantes</li>\n            <li>*Clareamento</li>\n            <li>Ortodontia</li>\n            <li>*Cirurgias.</li>\n        </ul>\n    </p>\n    <p>\n        <h4 class=\"entry-h4-title\">\n            <strong>Quem pode aderir o Plano:</strong>\n        </h4><br />\n        <ul class=\"empresa-ul\">\n            <li>*Cônjuge.</li>\n            <li>*Filhos solteiros, que permanecem sob depêndencia financeira do titular responsável.</li>\n            <li>*O enteado, o menor sob guarda por força de decisão judicial e o menor tutelado, que ficam equiparados aos filhos.</li>\n            <li>*O convivente, havendo união estável, na forma da lei, desde que não exista concorrência com o cônjuge.</li>\n            <li>*Os pais do titular e do conjugê.</li>\n        </ul> \n    </p>\n    <p>\n        <h4 class=\"entry-h4-title\">\n            <strong>Consultoria de Relacionamentos:</strong>\n        </h4><br />\n        A <strong>DentalUni</strong> é referência entre as operadoras de planos oontológicos no Brasil.\n        Os profissionais que atuam na cooperativa possuem vasta experiência em suas áreas de atuação.\n        A expertise da equipe, aliada à inteligência de Negócios, garante uma gestão mais eficiente do contrato. Todo o processo, desde a prospecção, implantação e suporte é acompanhado por um gestor especializado no assunto, sendo ele um participante ativo na entrega de informaççoes e propostas de ações.\n        Os relatórios mensais garantem que o processo de utilização do plano seja acompanhado minuciosamente, desde a especialidade odontológica mais utilizada até os tratamentos com maior indice de ocorrência.\n        Tudo isso para garantir ainda mais qualidade de vida para os seus colaboradores.\n    </p>  \n    <p>\n        <h4 class=\"entry-h4-title\">\n            <strong>Nosso Compromisso:</strong>\n        </h4><br />\n        Sustentabilidade:<br /><br />\n        O desenvolvimento sustentável da Dental Uni apresenta três grandes dimensões principais: crescimento econômico, desenvolvimento do capital humano e equilibrio ecológico.\n        Nossas ações tem o propósito de garantirque os resultados alcançados sejam consistentes, gerando um crescimento econômico, treinando, desenvolvendo e capacitando nossos cooperados e colaboradores além de manter o compromisso com o meio ambiente.\n        Inovação de serviços, sempre buscando ofertar a qualidade gerando satisfação dos nossos benefíciarios [, tanto no presente como para a geração futura.\n        Em conformidade com a Lei 9876 e Instrução Normativa IN MPS/SRF nº 03 art. 291, publicada no D.O.U. publicado em 15/07/05, deverá ser recolhido 9% de INSS sobre o valor da fatura mensal ré-imposto para empresas optantees do Simples e do Super Simples.\n        Recolhimento IR:\n        Embasamento Legal; RIR/99, art. 652 ou art. 64 da Lei 8981/95, a retenção deverá ser realizada até o dia 10º do mês subsequente. A base de cálculo é demonstrada na Nota Fiscal (cálculo de 1,5% sobre base. \n    </p>\n</div>', 'Estrutura', '', 'inherit', 'closed', 'closed', '', '9-autosave-v1', '', '', '2017-04-10 12:01:42', '2017-04-10 15:01:42', '', 9, 'http://ranierirepresentacoes.com.br/2017/04/10/9-autosave-v1/', 0, 'revision', '', 0),
(92, 1, '2017-04-12 11:21:35', '2017-04-12 14:21:35', '<p>\r\n        <strong>Atendimento ao beneficiário:</strong><br />\r\n        A Denta Uni possui várias unidades de atendimento, sendo elas em Curitiba, Campo Mourão, Cascavel, Guarapuava, Paranaguá, São mateus e União da Vitória, além dos Postos de Atendimentos ao beneficiário (PAB) disponíveis em algumas empresas.\r\n    </p>\r\n    <p>\r\n        <h4>\r\n            <strong>Benefícios do Plano:</strong>\r\n        </h4><br />\r\n        <ul>\r\n            <li>Urgência</li>\r\n            <li>Exames Clínicos</li>\r\n            <li>Alguns tipos de radiografias</li>\r\n            <li>Profilaxia</li>\r\n            <li>Aplicação de Flúor</li>\r\n            <li>Aplicação de Selante</li>\r\n            <li>Restaurações em Amálgama e Resinas</li>\r\n            <li>Tratamentos de canais</li>\r\n            <li>Retratamento de Canais</li>\r\n            <li>Periodontia (tratamento gengival)</li>\r\n            <li>Remoção dentária simples e sisos.</li>\r\n            <li>Remoção dentária simples e sisos.\r\n                Procedimentos com preço de tabela DetalUni\r\n            </li>\r\n            <li>Prótese</li>\r\n            <li>Implantes</li>\r\n            <li>Clareamento</li>\r\n            <li>Ortodontia</li>\r\n            <li>Cirurgias.</li>\r\n        </ul>\r\n    </p><br>\r\n    <p>\r\n        <h4>\r\n            <strong>Quem pode aderir o Plano:</strong>\r\n        </h4><br />\r\n        <ul>\r\n            <li>Cônjuge.</li>\r\n            <li>Filhos solteiros, que permanecem sob dependência financeira do titular responsável.</li>\r\n            <li>O enteado, o menor sob guarda por força de decisão judicial e o menor tutelado, que ficam equiparados aos filhos.</li>\r\n            <li>O convivente, havendo união estável, na forma da lei, desde que não exista concorrência com o cônjuge.</li>\r\n            <li>Os pais do titular e do cônjuge.</li>\r\n        </ul> \r\n    </p><br>\r\n    <p>\r\n        <h4>\r\n            <strong>Consultoria de Relacionamentos:</strong>\r\n        </h4><br />\r\n        A <strong>DentalUni</strong> é referência entre as operadoras de planos odontológicos no Brasil.\r\n        Os profissionais que atuam na cooperativa possuem vasta experiência em suas áreas de atuação.\r\n        A expertise da equipe, aliada à inteligência de Negócios, garante uma gestão mais eficiente do contrato. Todo o processo, desde a prospecção, implantação e suporte é acompanhado por um gestor especializado no assunto, sendo ele um participante ativo na entrega de informações e propostas de ações.\r\n        Os relatórios mensais garantem que o processo de utilização do plano seja acompanhado minuciosamente, desde a especialidade odontológica mais utilizada até os tratamentos com maior indice de ocorrência.\r\n        Tudo isso para garantir ainda mais qualidade de vida para os seus colaboradores.\r\n    </p>  <br>\r\n    <p>\r\n        <h4>\r\n            <strong>Nosso Compromisso:</strong>\r\n        </h4><br />\r\n        Sustentabilidade:<br /><br />\r\n        O desenvolvimento sustentável da Dental Uni apresenta três grandes dimensões principais: crescimento econômico, desenvolvimento do capital humano e equilíbrio ecológico.\r\n        Nossas ações tem o propósito de garantir que os resultados alcançados sejam consistentes, gerando um crescimento econômico, treinando, desenvolvendo e capacitando nossos cooperados e colaboradores além de manter o compromisso com o meio ambiente.\r\n        Inovação de serviços, sempre buscando ofertar a qualidade gerando satisfação dos nossos beneficiários [, tanto no presente como para a geração futura.\r\n        Em conformidade com a Lei 9876 e Instrução Normativa IN MPS/SRF nº 03 art. 291, publicada no D.O.U. publicado em 15/07/05, deverá ser recolhido 9% de INSS sobre o valor da fatura mensal ré-imposto para empresas optantes do Simples e do Super Simples.\r\n        Recolhimento IR:\r\n        Embasamento Legal; RIR/99, art. 652 ou art. 64 da Lei 8981/95, a retenção deverá ser realizada até o dia 10º do mês subsequente. A base de cálculo é demonstrada na Nota Fiscal (cálculo de 1,5% sobre base. \r\n    </p>', 'Estrutura', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2017-04-12 11:21:35', '2017-04-12 14:21:35', '', 9, 'http://ranierirepresentacoes.com.br/2017/04/12/9-revision-v1/', 0, 'revision', '', 0),
(12, 1, '2017-04-10 12:03:05', '2017-04-10 15:03:05', '<div>\r\n    <h3>Estrutura <strong>DentalUni</strong> em União da Vitória (PR) e Região:</h3>\r\n    <figure class=\"left marg_right1\">\r\n        <img src=\"images/page4_img4.jpg\" alt=\"Imagem Enfermeiras Plano DentalUni\">\r\n    </figure>\r\n    <p>\r\n        <strong>Atendimento ao beneficiário:</strong><br />\r\n        A Denta Uni possui várias unidades de atendimento, sendo elas em Curitiba, Campo Mourão, Cascavel, Guarapuava, Paranaguá, São mateus e União da Vitória, além dos Postos de Atendimentos ao beneficiário (PAB) disponíveis em algumas empresas.\r\n    </p>\r\n    <p>\r\n        <h4>\r\n            <strong>Benefícios do Plano:</strong>\r\n        </h4><br />\r\n        <ul>\r\n            <li>*Urgência</li>\r\n            <li>*Exames Clínicos</li>\r\n            <li>*Alguns tipos de radiografias</li>\r\n            <li>*Profilaxia</li>\r\n            <li>*Aplicação de Flúor</li>\r\n            <li>*Aplicação de Selante</li>\r\n            <li>*Restaurações em Amálgama e Resinas</li>\r\n            <li>*Tratamentos de canais</li>\r\n            <li>*Retratamento de Canais</li>\r\n            <li>*Periodontia (tratamento gengival)</li>\r\n            <li>*Remoção dentária simples e sisos.</li>\r\n            <li> *Remoção dentária simples e sisos.\r\n                Procedimentos com preço de tabela DetalUni\r\n            </li>\r\n            <li>*Prótese</li>\r\n            <li>*Implantes</li>\r\n            <li>*Clareamento</li>\r\n            <li>Ortodontia</li>\r\n            <li>*Cirurgias.</li>\r\n        </ul>\r\n    </p>\r\n    <p>\r\n        <h4>\r\n            <strong>Quem pode aderir o Plano:</strong>\r\n        </h4><br />\r\n        <ul>\r\n            <li>*Cônjuge.</li>\r\n            <li>*Filhos solteiros, que permanecem sob dependência financeira do titular responsável.</li>\r\n            <li>*O enteado, o menor sob guarda por força de decisão judicial e o menor tutelado, que ficam equiparados aos filhos.</li>\r\n            <li>*O convivente, havendo união estável, na forma da lei, desde que não exista concorrência com o cônjuge.</li>\r\n            <li>*Os pais do titular e do cônjuge.</li>\r\n        </ul> \r\n    </p>\r\n    <p>\r\n        <h4>\r\n            <strong>Consultoria de Relacionamentos:</strong>\r\n        </h4><br />\r\n        A <strong>DentalUni</strong> é referência entre as operadoras de planos odontológicos no Brasil.\r\n        Os profissionais que atuam na cooperativa possuem vasta experiência em suas áreas de atuação.\r\n        A expertise da equipe, aliada à inteligência de Negócios, garante uma gestão mais eficiente do contrato. Todo o processo, desde a prospecção, implantação e suporte é acompanhado por um gestor especializado no assunto, sendo ele um participante ativo na entrega de informações e propostas de ações.\r\n        Os relatórios mensais garantem que o processo de utilização do plano seja acompanhado minuciosamente, desde a especialidade odontológica mais utilizada até os tratamentos com maior indice de ocorrência.\r\n        Tudo isso para garantir ainda mais qualidade de vida para os seus colaboradores.\r\n    </p>  \r\n    <p>\r\n        <h4>\r\n            <strong>Nosso Compromisso:</strong>\r\n        </h4><br />\r\n        Sustentabilidade:<br /><br />\r\n        O desenvolvimento sustentável da Dental Uni apresenta três grandes dimensões principais: crescimento econômico, desenvolvimento do capital humano e equilíbrio ecológico.\r\n        Nossas ações tem o propósito de garantir que os resultados alcançados sejam consistentes, gerando um crescimento econômico, treinando, desenvolvendo e capacitando nossos cooperados e colaboradores além de manter o compromisso com o meio ambiente.\r\n        Inovação de serviços, sempre buscando ofertar a qualidade gerando satisfação dos nossos beneficiários [, tanto no presente como para a geração futura.\r\n        Em conformidade com a Lei 9876 e Instrução Normativa IN MPS/SRF nº 03 art. 291, publicada no D.O.U. publicado em 15/07/05, deverá ser recolhido 9% de INSS sobre o valor da fatura mensal ré-imposto para empresas optantes do Simples e do Super Simples.\r\n        Recolhimento IR:\r\n        Embasamento Legal; RIR/99, art. 652 ou art. 64 da Lei 8981/95, a retenção deverá ser realizada até o dia 10º do mês subsequente. A base de cálculo é demonstrada na Nota Fiscal (cálculo de 1,5% sobre base. \r\n    </p>\r\n</div>', 'Estrutura', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2017-04-10 12:03:05', '2017-04-10 15:03:05', '', 9, 'http://ranierirepresentacoes.com.br/2017/04/10/9-revision-v1/', 0, 'revision', '', 0),
(13, 1, '2017-04-10 12:05:38', '2017-04-10 15:05:38', '<div>\r\n    <h3>Estrutura <strong>DentalUni</strong> em União da Vitória (PR) e Região:</h3>\r\n    <figure class=\"left marg_right1\">\r\n        <img src=\"images/page4_img4.jpg\" alt=\"Imagem Enfermeiras Plano DentalUni\">\r\n    </figure>\r\n    <p>\r\n        <strong>Atendimento ao beneficiário:</strong><br />\r\n        A Denta Uni possui várias unidades de atendimento, sendo elas em Curitiba, Campo Mourão, Cascavel, Guarapuava, Paranaguá, São mateus e União da Vitória, além dos Postos de Atendimentos ao beneficiário (PAB) disponíveis em algumas empresas.\r\n    </p>\r\n    <p>\r\n        <h4>\r\n            <strong>Benefícios do Plano:</strong>\r\n        </h4><br />\r\n        <ul>\r\n            <li>Urgência</li>\r\n            <li>Exames Clínicos</li>\r\n            <li>Alguns tipos de radiografias</li>\r\n            <li>Profilaxia</li>\r\n            <li>Aplicação de Flúor</li>\r\n            <li>Aplicação de Selante</li>\r\n            <li>Restaurações em Amálgama e Resinas</li>\r\n            <li>Tratamentos de canais</li>\r\n            <li>Retratamento de Canais</li>\r\n            <li>Periodontia (tratamento gengival)</li>\r\n            <li>Remoção dentária simples e sisos.</li>\r\n            <li>Remoção dentária simples e sisos.\r\n                Procedimentos com preço de tabela DetalUni\r\n            </li>\r\n            <li>Prótese</li>\r\n            <li>Implantes</li>\r\n            <li>Clareamento</li>\r\n            <li>Ortodontia</li>\r\n            <li>Cirurgias.</li>\r\n        </ul>\r\n    </p><br>\r\n    <p>\r\n        <h4>\r\n            <strong>Quem pode aderir o Plano:</strong>\r\n        </h4><br />\r\n        <ul>\r\n            <li>Cônjuge.</li>\r\n            <li>Filhos solteiros, que permanecem sob dependência financeira do titular responsável.</li>\r\n            <li>O enteado, o menor sob guarda por força de decisão judicial e o menor tutelado, que ficam equiparados aos filhos.</li>\r\n            <li>O convivente, havendo união estável, na forma da lei, desde que não exista concorrência com o cônjuge.</li>\r\n            <li>Os pais do titular e do cônjuge.</li>\r\n        </ul> \r\n    </p><br>\r\n    <p>\r\n        <h4>\r\n            <strong>Consultoria de Relacionamentos:</strong>\r\n        </h4><br />\r\n        A <strong>DentalUni</strong> é referência entre as operadoras de planos odontológicos no Brasil.\r\n        Os profissionais que atuam na cooperativa possuem vasta experiência em suas áreas de atuação.\r\n        A expertise da equipe, aliada à inteligência de Negócios, garante uma gestão mais eficiente do contrato. Todo o processo, desde a prospecção, implantação e suporte é acompanhado por um gestor especializado no assunto, sendo ele um participante ativo na entrega de informações e propostas de ações.\r\n        Os relatórios mensais garantem que o processo de utilização do plano seja acompanhado minuciosamente, desde a especialidade odontológica mais utilizada até os tratamentos com maior indice de ocorrência.\r\n        Tudo isso para garantir ainda mais qualidade de vida para os seus colaboradores.\r\n    </p>  <br>\r\n    <p>\r\n        <h4>\r\n            <strong>Nosso Compromisso:</strong>\r\n        </h4><br />\r\n        Sustentabilidade:<br /><br />\r\n        O desenvolvimento sustentável da Dental Uni apresenta três grandes dimensões principais: crescimento econômico, desenvolvimento do capital humano e equilíbrio ecológico.\r\n        Nossas ações tem o propósito de garantir que os resultados alcançados sejam consistentes, gerando um crescimento econômico, treinando, desenvolvendo e capacitando nossos cooperados e colaboradores além de manter o compromisso com o meio ambiente.\r\n        Inovação de serviços, sempre buscando ofertar a qualidade gerando satisfação dos nossos beneficiários [, tanto no presente como para a geração futura.\r\n        Em conformidade com a Lei 9876 e Instrução Normativa IN MPS/SRF nº 03 art. 291, publicada no D.O.U. publicado em 15/07/05, deverá ser recolhido 9% de INSS sobre o valor da fatura mensal ré-imposto para empresas optantes do Simples e do Super Simples.\r\n        Recolhimento IR:\r\n        Embasamento Legal; RIR/99, art. 652 ou art. 64 da Lei 8981/95, a retenção deverá ser realizada até o dia 10º do mês subsequente. A base de cálculo é demonstrada na Nota Fiscal (cálculo de 1,5% sobre base. \r\n    </p>\r\n</div>', 'Estrutura', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2017-04-10 12:05:38', '2017-04-10 15:05:38', '', 9, 'http://ranierirepresentacoes.com.br/2017/04/10/9-revision-v1/', 0, 'revision', '', 0),
(14, 1, '2017-04-10 12:10:55', '2017-04-10 15:10:55', '<h3 class=\"page-content\">O melhor em consultoria <strong>DentalUni:</strong></h3>\r\n<div class=\"box-content\">\r\n    <p>\r\n        A <strong>DentalUni</strong> é referência entre as operadoras de planos oontológicos no Brasil.\r\n    </p>\r\n    <p>\r\n        Os profissionais que atuam na cooperativa possuem vasta experiência em suas áreas de atuação.\r\n    </p>\r\n    <p>\r\n        A expertise da equipe, aliada à inteligência de Negócios, garante uma gestão mais eficiente do contrato. \r\n        Todo o processo, desde a prospecção, implantação e suporte é acompanhado por um gestor especializado no assunto, sendo ele um participante ativo na entrega de informaççoes e propostas de ações.\r\n    </p>\r\n</div>\r\n<div class=\"box-content\">\r\n    <p>\r\n        Os relatórios mensais garantem que o processo de utilização do plano seja acompanhado minuciosamente, desde a especialidade odontológica mais utilizada até os tratamentos com maior indice de ocorrência.\r\n    </p>\r\n    <p>\r\n        Tudo isso para garantir ainda mais qualidade de vida para os seus colaboradores.\r\n    </p>\r\n</div>\r\n<div class=\"box-content\">\r\n    <p>\r\n        <h4>\r\n            <strong>Nosso Compromisso:</strong>\r\n        </h4>\r\n    </p>\r\n    <p>\r\n       <strong>Sustentabilidade:</strong><br />\r\n       O desenvolvimento sustentável da Dental Uni apresenta três grandes dimensões principais: crescimento econômico, desenvolvimento do capital humano e equilibrio ecológico.\r\n       Nossas ações tem o propósito de garantirque os resultados alcançados sejam consistentes, gerando um crescimento econômico, treinando, desenvolvendo e capacitando nossos cooperados e colaboradores além de manter o compromisso com o meio ambiente.\r\n   </p>\r\n   <p>\r\n    Inovação de serviços, sempre buscando ofertar a qualidade gerando satisfação dos nossos benefíciarios [, tanto no presente como para a geração futura.\r\n    Em conformidade com a Lei 9876 e Instrução Normativa IN MPS/SRF nº 03 art. 291, publicada no D.O.U. publicado em 15/07/05, deverá ser recolhido 9% de INSS sobre o valor da fatura mensal ré-imposto para empresas optantees do Simples e do Super Simples.\r\n</p>\r\n<p>\r\n    <strong>Recolhimento IR:</strong><br />\r\n    Embasamento Legal; RIR/99, art. 652 ou art. 64 da Lei 8981/95, a retenção deverá ser realizada até o dia 10º do mês subsequente. A base de cálculo é demonstrada na Nota Fiscal (cálculo de 1,5% sobre base.\r\n</p>\r\n</div>\r\n<div class=\"box-content\">\r\n    <h4>\r\n        <strong>Ouvidoria:</strong>\r\n    </h4><br />\r\n    <p>\r\n        A <strong>DentalUni</strong> preza pela qualidade no atendimento e pela relação de confiança com seus beneficiários, por isso criou um  canal exclusivo para reclamações, denúncias, sugestões e elogios.\r\n    </p>\r\n    <p>\r\n        A Ouvidoria realiza atendimentos de segunda a sext-feira, das 8 às 18h, com uma equipe especializada. Sendo o prazo úteis, conforme Portaria nº 323/2013, da ANS.\r\n    </p>\r\n    <p>\r\n        Todas as demandas são registradas e possuem número de protocolo de atendimentos único para cada canal. Com ele, o beneficiário pode consultar o status do seu chamado, garantido mais controle e transparência das informações.\r\n    </p>\r\n    <p>\r\n        O prazo para resoluções de problemas é até 7 dias úteis, conforme Portaria nº 323/2013, da ANS.\r\n    </p>\r\n</div>\r\n', 'Consultoria e Relacionamento', '', 'publish', 'closed', 'closed', '', 'consultoria-e-relacionamento', '', '', '2017-04-12 16:07:12', '2017-04-12 19:07:12', '', 0, 'http://ranierirepresentacoes.com.br/?page_id=14', 0, 'page', '', 0),
(16, 1, '2017-04-10 12:11:21', '2017-04-10 15:11:21', '<h3 class=\"page-content\">O melhor em consultoria <strong>DentalUni:</strong></h3>\r\n<div class=\"box-content\">\r\n    <p>\r\n        A <strong>DentalUni</strong> é referência entre as operadoras de planos oontológicos no Brasil.\r\n    </p>\r\n    <p>\r\n        Os profissionais que atuam na cooperativa possuem vasta experiência em suas áreas de atuação.\r\n    </p>\r\n    <p>\r\n        A expertise da equipe, aliada à inteligência de Negócios, garante uma gestão mais eficiente do contrato. \r\n        Todo o processo, desde a prospecção, implantação e suporte é acompanhado por um gestor especializado no assunto, \r\n        sendo ele um participante ativo na entrega de informaççoes e propostas de ações.\r\n    </p>\r\n</div>\r\n<div class=\"box-content\">\r\n    <p>\r\n        Os relatórios mensais garantem que o processo de utilização do plano seja acompanhado minuciosamente, \r\n        desde a especialidade odontológica mais utilizada até os tratamentos com maior indice de ocorrência.\r\n    </p>\r\n    <p>\r\n        Tudo isso para garantir ainda mais qualidade de vida para os seus colaboradores.\r\n    </p>\r\n</div>\r\n<div class=\"box-content\">\r\n    <p>\r\n        <h4 class=\"entry-h4-title\">\r\n            <strong>Nosso Compromisso:</strong>\r\n        </h4>\r\n    </p>\r\n    <p>\r\n       <strong>Sustentabilidade:</strong><br />\r\n       O desenvolvimento sustentável da Dental Uni apresenta três grandes dimensões principais: crescimento econômico, desenvolvimento do capital humano e equilibrio ecológico.\r\n       Nossas ações tem o propósito de garantirque os resultados alcançados sejam consistentes, gerando um crescimento econômico, treinando, desenvolvendo e capacitando nossos cooperados e colaboradores além de manter o compromisso com o meio ambiente.\r\n   </p>\r\n   <p>\r\n    Inovação de serviços, sempre buscando ofertar a qualidade gerando satisfação dos nossos benefíciarios [, tanto no presente como para a geração futura.\r\n    Em conformidade com a Lei 9876 e Instrução Normativa IN MPS/SRF nº 03 art. 291, publicada no D.O.U. publicado em 15/07/05, deverá ser recolhido 9% de INSS sobre o valor da fatura mensal ré-imposto para empresas optantees do Simples e do Super Simples.\r\n</p>\r\n<p>\r\n    <strong>Recolhimento IR:</strong><br />\r\n    Embasamento Legal; RIR/99, art. 652 ou art. 64 da Lei 8981/95, a retenção deverá ser realizada até o dia 10º do mês subsequente. A base de cálculo é demonstrada na Nota Fiscal (cálculo de 1,5% sobre base.\r\n</p>\r\n</div>\r\n<div class=\"box-content\">\r\n    <h4 class=\"entry-h4-title\">\r\n        <strong>Ouvidoria:</strong>\r\n    </h4><br />\r\n    <p>\r\n        A <strong>DentalUni</strong> preza pela qualidade no atendimento e pela relação de confiança com seus beneficiários, por isso criou um  canal exclusivo para reclamações, denúncias, sugestões e elogios.\r\n    </p>\r\n    <p>\r\n        A Ouvidoria realiza atendimentos de segunda a sext-feira, das 8 às 18h, com uma equipe especializada. Sendo o prazo úteis, conforme Portaria nº 323/2013, da ANS.\r\n    </p>\r\n    <p>\r\n        Todas as demandas são registradas e possuem número de protocolo de atendimentos único para cada canal. Com ele, o beneficiário pode consultar o status do seu chamado, garantido mais controle e transparência das informações.\r\n    </p>\r\n    <p>\r\n        O prazo para resoluções de problemas é até 7 dias úteis, conforme Portaria nº 323/2013, da ANS.\r\n    </p>\r\n</div>\r\n', '', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2017-04-10 12:11:21', '2017-04-10 15:11:21', '', 14, 'http://ranierirepresentacoes.com.br/2017/04/10/14-revision-v1/', 0, 'revision', '', 0),
(15, 1, '2017-04-10 12:10:55', '2017-04-10 15:10:55', '<h3 class=\"page-content\">O melhor em consultoria <strong>DentalUni:</strong></h3>\r\n<div class=\"box-content\">\r\n    <p>\r\n        A <strong>DentalUni</strong> é referência entre as operadoras de planos oontológicos no Brasil.\r\n    </p>\r\n    <p>\r\n        Os profissionais que atuam na cooperativa possuem vasta experiência em suas áreas de atuação.\r\n    </p>\r\n    <p>\r\n        A expertise da equipe, aliada à inteligência de Negócios, garante uma gestão mais eficiente do contrato. \r\n        Todo o processo, desde a prospecção, implantação e suporte é acompanhado por um gestor especializado no assunto, \r\n        sendo ele um participante ativo na entrega de informaççoes e propostas de ações.\r\n    </p>\r\n</div>\r\n<div class=\"box-content\">\r\n    <p>\r\n        Os relatórios mensais garantem que o processo de utilização do plano seja acompanhado minuciosamente, \r\n        desde a especialidade odontológica mais utilizada até os tratamentos com maior indice de ocorrência.\r\n    </p>\r\n    <p>\r\n        Tudo isso para garantir ainda mais qualidade de vida para os seus colaboradores.\r\n    </p>\r\n</div>\r\n<div class=\"box-content\">\r\n    <p>\r\n        <h4 class=\"entry-h4-title\">\r\n            <strong>Nosso Compromisso:</strong>\r\n        </h4>\r\n    </p>\r\n    <p>\r\n       <strong>Sustentabilidade:</strong><br />\r\n       O desenvolvimento sustentável da Dental Uni apresenta três grandes dimensões principais: crescimento econômico, desenvolvimento do capital humano e equilibrio ecológico.\r\n       Nossas ações tem o propósito de garantirque os resultados alcançados sejam consistentes, gerando um crescimento econômico, treinando, desenvolvendo e capacitando nossos cooperados e colaboradores além de manter o compromisso com o meio ambiente.\r\n   </p>\r\n   <p>\r\n    Inovação de serviços, sempre buscando ofertar a qualidade gerando satisfação dos nossos benefíciarios [, tanto no presente como para a geração futura.\r\n    Em conformidade com a Lei 9876 e Instrução Normativa IN MPS/SRF nº 03 art. 291, publicada no D.O.U. publicado em 15/07/05, deverá ser recolhido 9% de INSS sobre o valor da fatura mensal ré-imposto para empresas optantees do Simples e do Super Simples.\r\n</p>\r\n<p>\r\n    <strong>Recolhimento IR:</strong><br />\r\n    Embasamento Legal; RIR/99, art. 652 ou art. 64 da Lei 8981/95, a retenção deverá ser realizada até o dia 10º do mês subsequente. A base de cálculo é demonstrada na Nota Fiscal (cálculo de 1,5% sobre base.\r\n</p>\r\n</div>\r\n<div class=\"box-content\">\r\n    <h4 class=\"entry-h4-title\">\r\n        <strong>Ouvidoria:</strong>\r\n    </h4><br />\r\n    <p>\r\n        A <strong>DentalUni</strong> preza pela qualidade no atendimento e pela relação de confiança com seus beneficiários, por isso criou um  canal exclusivo para reclamações, denúncias, sugestões e elogios.\r\n    </p>\r\n    <p>\r\n        A Ouvidoria realiza atendimentos de segunda a sext-feira, das 8 às 18h, com uma equipe especializada. Sendo o prazo úteis, conforme Portaria nº 323/2013, da ANS.\r\n    </p>\r\n    <p>\r\n        Todas as demandas são registradas e possuem número de protocolo de atendimentos único para cada canal. Com ele, o beneficiário pode consultar o status do seu chamado, garantido mais controle e transparência das informações.\r\n    </p>\r\n    <p>\r\n        O prazo para resoluções de problemas é até 7 dias úteis, conforme Portaria nº 323/2013, da ANS.\r\n    </p>\r\n</div>\r\n<div class=\"box-ouvidoria\">\r\n    <p class=\"btn-ouvidoria\">\r\n        Ouvidoria <strong>DentalUni</strong>\r\n    </p>\r\n    <p>\r\n        Web-site: <a href=\"\" title=\"WebSite DentalUni\">www.dentaluni.com.br</a><br />\r\n        E-mail: <a href=\"\" title=\"Ouvidoria\">ouvidoria@dentaluni.com.br</a>\r\n    </p>\r\n</div><br />\r\n', '', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2017-04-10 12:10:55', '2017-04-10 15:10:55', '', 14, 'http://ranierirepresentacoes.com.br/2017/04/10/14-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(19, 1, '2017-04-10 14:04:13', '2017-04-10 17:04:13', '<h3 class=\"page-content\">O melhor em consultoria <strong>DentalUni:</strong></h3>\r\n<div class=\"box-content\">\r\n    <p>\r\n        A <strong>DentalUni</strong> é referência entre as operadoras de planos oontológicos no Brasil.\r\n    </p>\r\n    <p>\r\n        Os profissionais que atuam na cooperativa possuem vasta experiência em suas áreas de atuação.\r\n    </p>\r\n    <p>\r\n        A expertise da equipe, aliada à inteligência de Negócios, garante uma gestão mais eficiente do contrato. \r\n        Todo o processo, desde a prospecção, implantação e suporte é acompanhado por um gestor especializado no assunto, \r\n        sendo ele um participante ativo na entrega de informaççoes e propostas de ações.\r\n    </p>\r\n</div>\r\n<div class=\"box-content\">\r\n    <p>\r\n        Os relatórios mensais garantem que o processo de utilização do plano seja acompanhado minuciosamente, \r\n        desde a especialidade odontológica mais utilizada até os tratamentos com maior indice de ocorrência.\r\n    </p>\r\n    <p>\r\n        Tudo isso para garantir ainda mais qualidade de vida para os seus colaboradores.\r\n    </p>\r\n</div>\r\n<div class=\"box-content\">\r\n    <p>\r\n        <h4>\r\n            <strong>Nosso Compromisso:</strong>\r\n        </h4>\r\n    </p>\r\n    <p>\r\n       <strong>Sustentabilidade:</strong><br />\r\n       O desenvolvimento sustentável da Dental Uni apresenta três grandes dimensões principais: crescimento econômico, desenvolvimento do capital humano e equilibrio ecológico.\r\n       Nossas ações tem o propósito de garantirque os resultados alcançados sejam consistentes, gerando um crescimento econômico, treinando, desenvolvendo e capacitando nossos cooperados e colaboradores além de manter o compromisso com o meio ambiente.\r\n   </p>\r\n   <p>\r\n    Inovação de serviços, sempre buscando ofertar a qualidade gerando satisfação dos nossos benefíciarios [, tanto no presente como para a geração futura.\r\n    Em conformidade com a Lei 9876 e Instrução Normativa IN MPS/SRF nº 03 art. 291, publicada no D.O.U. publicado em 15/07/05, deverá ser recolhido 9% de INSS sobre o valor da fatura mensal ré-imposto para empresas optantees do Simples e do Super Simples.\r\n</p>\r\n<p>\r\n    <strong>Recolhimento IR:</strong><br />\r\n    Embasamento Legal; RIR/99, art. 652 ou art. 64 da Lei 8981/95, a retenção deverá ser realizada até o dia 10º do mês subsequente. A base de cálculo é demonstrada na Nota Fiscal (cálculo de 1,5% sobre base.\r\n</p>\r\n</div>\r\n<div class=\"box-content\">\r\n    <h4>\r\n        <strong>Ouvidoria:</strong>\r\n    </h4><br />\r\n    <p>\r\n        A <strong>DentalUni</strong> preza pela qualidade no atendimento e pela relação de confiança com seus beneficiários, por isso criou um  canal exclusivo para reclamações, denúncias, sugestões e elogios.\r\n    </p>\r\n    <p>\r\n        A Ouvidoria realiza atendimentos de segunda a sext-feira, das 8 às 18h, com uma equipe especializada. Sendo o prazo úteis, conforme Portaria nº 323/2013, da ANS.\r\n    </p>\r\n    <p>\r\n        Todas as demandas são registradas e possuem número de protocolo de atendimentos único para cada canal. Com ele, o beneficiário pode consultar o status do seu chamado, garantido mais controle e transparência das informações.\r\n    </p>\r\n    <p>\r\n        O prazo para resoluções de problemas é até 7 dias úteis, conforme Portaria nº 323/2013, da ANS.\r\n    </p>\r\n</div>\r\n', 'Consultoria e Relacionamento', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2017-04-10 14:04:13', '2017-04-10 17:04:13', '', 14, 'http://ranierirepresentacoes.com.br/2017/04/10/14-revision-v1/', 0, 'revision', '', 0),
(17, 1, '2017-04-10 12:12:00', '2017-04-10 15:12:00', '<h3 class=\"page-content\">O melhor em consultoria <strong>DentalUni:</strong></h3>\r\n<div class=\"box-content\">\r\n    <p>\r\n        A <strong>DentalUni</strong> é referência entre as operadoras de planos oontológicos no Brasil.\r\n    </p>\r\n    <p>\r\n        Os profissionais que atuam na cooperativa possuem vasta experiência em suas áreas de atuação.\r\n    </p>\r\n    <p>\r\n        A expertise da equipe, aliada à inteligência de Negócios, garante uma gestão mais eficiente do contrato. \r\n        Todo o processo, desde a prospecção, implantação e suporte é acompanhado por um gestor especializado no assunto, \r\n        sendo ele um participante ativo na entrega de informaççoes e propostas de ações.\r\n    </p>\r\n</div>\r\n<div class=\"box-content\">\r\n    <p>\r\n        Os relatórios mensais garantem que o processo de utilização do plano seja acompanhado minuciosamente, \r\n        desde a especialidade odontológica mais utilizada até os tratamentos com maior indice de ocorrência.\r\n    </p>\r\n    <p>\r\n        Tudo isso para garantir ainda mais qualidade de vida para os seus colaboradores.\r\n    </p>\r\n</div>\r\n<div class=\"box-content\">\r\n    <p>\r\n        <h4 class=\"entry-h4-title\">\r\n            <strong>Nosso Compromisso:</strong>\r\n        </h4>\r\n    </p>\r\n    <p>\r\n       <strong>Sustentabilidade:</strong><br />\r\n       O desenvolvimento sustentável da Dental Uni apresenta três grandes dimensões principais: crescimento econômico, desenvolvimento do capital humano e equilibrio ecológico.\r\n       Nossas ações tem o propósito de garantirque os resultados alcançados sejam consistentes, gerando um crescimento econômico, treinando, desenvolvendo e capacitando nossos cooperados e colaboradores além de manter o compromisso com o meio ambiente.\r\n   </p>\r\n   <p>\r\n    Inovação de serviços, sempre buscando ofertar a qualidade gerando satisfação dos nossos benefíciarios [, tanto no presente como para a geração futura.\r\n    Em conformidade com a Lei 9876 e Instrução Normativa IN MPS/SRF nº 03 art. 291, publicada no D.O.U. publicado em 15/07/05, deverá ser recolhido 9% de INSS sobre o valor da fatura mensal ré-imposto para empresas optantees do Simples e do Super Simples.\r\n</p>\r\n<p>\r\n    <strong>Recolhimento IR:</strong><br />\r\n    Embasamento Legal; RIR/99, art. 652 ou art. 64 da Lei 8981/95, a retenção deverá ser realizada até o dia 10º do mês subsequente. A base de cálculo é demonstrada na Nota Fiscal (cálculo de 1,5% sobre base.\r\n</p>\r\n</div>\r\n<div class=\"box-content\">\r\n    <h4 class=\"entry-h4-title\">\r\n        <strong>Ouvidoria:</strong>\r\n    </h4><br />\r\n    <p>\r\n        A <strong>DentalUni</strong> preza pela qualidade no atendimento e pela relação de confiança com seus beneficiários, por isso criou um  canal exclusivo para reclamações, denúncias, sugestões e elogios.\r\n    </p>\r\n    <p>\r\n        A Ouvidoria realiza atendimentos de segunda a sext-feira, das 8 às 18h, com uma equipe especializada. Sendo o prazo úteis, conforme Portaria nº 323/2013, da ANS.\r\n    </p>\r\n    <p>\r\n        Todas as demandas são registradas e possuem número de protocolo de atendimentos único para cada canal. Com ele, o beneficiário pode consultar o status do seu chamado, garantido mais controle e transparência das informações.\r\n    </p>\r\n    <p>\r\n        O prazo para resoluções de problemas é até 7 dias úteis, conforme Portaria nº 323/2013, da ANS.\r\n    </p>\r\n</div>\r\n', 'Consultoria e Relacionamento', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2017-04-10 12:12:00', '2017-04-10 15:12:00', '', 14, 'http://ranierirepresentacoes.com.br/2017/04/10/14-revision-v1/', 0, 'revision', '', 0),
(20, 1, '2017-04-10 14:06:59', '2017-04-10 17:06:59', '<h3 class=\"page-content\">O melhor em consultoria <strong>DentalUni:</strong></h3>\r\n<div class=\"box-content\">\r\n    <p>\r\n        A <strong>DentalUni</strong> é referência entre as operadoras de planos oontológicos no Brasil.\r\n    </p>\r\n    <p>\r\n        Os profissionais que atuam na cooperativa possuem vasta experiência em suas áreas de atuação.\r\n    </p>\r\n    <p>\r\n        A expertise da equipe, aliada à inteligência de Negócios, garante uma gestão mais eficiente do contrato. \r\n        Todo o processo, desde a prospecção, implantação e suporte é acompanhado por um gestor especializado no assunto, sendo ele um participante ativo na entrega de informaççoes e propostas de ações.\r\n    </p>\r\n</div>\r\n<div class=\"box-content\">\r\n    <p>\r\n        Os relatórios mensais garantem que o processo de utilização do plano seja acompanhado minuciosamente, desde a especialidade odontológica mais utilizada até os tratamentos com maior indice de ocorrência.\r\n    </p>\r\n    <p>\r\n        Tudo isso para garantir ainda mais qualidade de vida para os seus colaboradores.\r\n    </p>\r\n</div>\r\n<div class=\"box-content\">\r\n    <p>\r\n        <h4>\r\n            <strong>Nosso Compromisso:</strong>\r\n        </h4>\r\n    </p>\r\n    <p>\r\n       <strong>Sustentabilidade:</strong><br />\r\n       O desenvolvimento sustentável da Dental Uni apresenta três grandes dimensões principais: crescimento econômico, desenvolvimento do capital humano e equilibrio ecológico.\r\n       Nossas ações tem o propósito de garantirque os resultados alcançados sejam consistentes, gerando um crescimento econômico, treinando, desenvolvendo e capacitando nossos cooperados e colaboradores além de manter o compromisso com o meio ambiente.\r\n   </p>\r\n   <p>\r\n    Inovação de serviços, sempre buscando ofertar a qualidade gerando satisfação dos nossos benefíciarios [, tanto no presente como para a geração futura.\r\n    Em conformidade com a Lei 9876 e Instrução Normativa IN MPS/SRF nº 03 art. 291, publicada no D.O.U. publicado em 15/07/05, deverá ser recolhido 9% de INSS sobre o valor da fatura mensal ré-imposto para empresas optantees do Simples e do Super Simples.\r\n</p>\r\n<p>\r\n    <strong>Recolhimento IR:</strong><br />\r\n    Embasamento Legal; RIR/99, art. 652 ou art. 64 da Lei 8981/95, a retenção deverá ser realizada até o dia 10º do mês subsequente. A base de cálculo é demonstrada na Nota Fiscal (cálculo de 1,5% sobre base.\r\n</p>\r\n</div>\r\n<div class=\"box-content\">\r\n    <h4>\r\n        <strong>Ouvidoria:</strong>\r\n    </h4><br />\r\n    <p>\r\n        A <strong>DentalUni</strong> preza pela qualidade no atendimento e pela relação de confiança com seus beneficiários, por isso criou um  canal exclusivo para reclamações, denúncias, sugestões e elogios.\r\n    </p>\r\n    <p>\r\n        A Ouvidoria realiza atendimentos de segunda a sext-feira, das 8 às 18h, com uma equipe especializada. Sendo o prazo úteis, conforme Portaria nº 323/2013, da ANS.\r\n    </p>\r\n    <p>\r\n        Todas as demandas são registradas e possuem número de protocolo de atendimentos único para cada canal. Com ele, o beneficiário pode consultar o status do seu chamado, garantido mais controle e transparência das informações.\r\n    </p>\r\n    <p>\r\n        O prazo para resoluções de problemas é até 7 dias úteis, conforme Portaria nº 323/2013, da ANS.\r\n    </p>\r\n</div>\r\n', 'Consultoria e Relacionamento', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2017-04-10 14:06:59', '2017-04-10 17:06:59', '', 14, 'http://ranierirepresentacoes.com.br/2017/04/10/14-revision-v1/', 0, 'revision', '', 0),
(21, 1, '2017-04-10 14:09:30', '2017-04-10 17:09:30', '<h3 class=\"page-content\">Sobre o Odontomóvel:</h3>\r\n<img style=\"float: right;\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-odontomovel-dentaluni-275x300.jpg\" alt=\"Imagem-odontomovel-DentalUni\" width=\"287\" />\r\n<div class=\"box-content\">\r\n\r\nA <strong>DentalUni</strong> está sempre pronta para oferecer o melhor aos seus beneficiários. Confira os benefícios do Odontomóvel:\r\n\r\n<strong>Temas e palestras da Saúde Bucal:</strong>\r\n<ul>\r\n 	<li>Saúde bucal e saúde do corpo</li>\r\n 	<li>Alimentação e saúde bucal</li>\r\n 	<li>Higiene Bucal</li>\r\n 	<li>Cáries</li>\r\n 	<li>Endodontia (Tratamento de Canal)</li>\r\n 	<li>Periodontia</li>\r\n 	<li>Prótese</li>\r\n 	<li>Implantes</li>\r\n 	<li>Urgências odontológicas</li>\r\n 	<li>Clareamento dentário</li>\r\n 	<li>Câncer bucal e tabagismo</li>\r\n 	<li>Aftas</li>\r\n 	<li>Herpes</li>\r\n 	<li>Gestão e saúde bucal</li>\r\n 	<li>Como cuidar dos dentes dos bebês</li>\r\n 	<li>Como cuidar dos dentes das crianças</li>\r\n 	<li>Ortodontia</li>\r\n</ul>\r\n</div>\r\n<div class=\"box-content\">\r\n<h4><strong>Diferenciais Odontomóvel:</strong></h4>\r\nEntre os diferenciais oferecidos, estão as cinco odontomóveis - unidades móveis equipadas com consultórios odontológicos completos - que realizam ações de prevenção e educação bucal.\r\nAs ações incluem avaliação bucal, levantamento epidemiológico e palestras com diversos temas a serem tratados. Todas cm o objetivo de conscientizar sobre a importância dos cuidados com a saúde bucal. Afinal, quanto mais saudável estiver estiver seu colaborador, melhor seu desempenho e produtividade.\r\nAlém dos clientes, a cooperativa trabalha com compromisso e responsabilidade social, levando saúde bucal a comunidades carentes e entidades assistenciais, garantindo assim melhoria na qualidade de vida das pessoas atendidas.\r\n\r\n</div>', 'Odontomóvel', '', 'publish', 'closed', 'closed', '', 'odontomovel', '', '', '2017-04-21 18:03:54', '2017-04-21 21:03:54', '', 29, 'http://ranierirepresentacoes.com.br/?page_id=21', 0, 'page', '', 0),
(22, 1, '2017-04-10 14:09:30', '2017-04-10 17:09:30', '&nbsp;\r\n<h3 class=\"page-content\">Sobre o Odontomóvel:</h3>\r\n<img class=\"img-left\" src=\"images/img-odontomovel-dentaluni.jpg\" alt=\"Imagem-odontomovel-DentalUni\" width=\"287\" />\r\n<div class=\"box-content\">\r\n\r\nA <strong>DentalUni</strong> está sempre pronta para oferecer o melhor aos seus beneficiários. Confira os benefícios do Odontomóvel:\r\n\r\n<strong>Temas e palestras da Saúde Bucal:</strong>\r\n<ul>\r\n 	<li>Saúde bucal e saúde do corpo</li>\r\n 	<li>Alimentação e saúde bucal</li>\r\n 	<li>Higiente Bucal</li>\r\n 	<li>Cáries</li>\r\n 	<li>Endondontia (Tratamento de Canal)</li>\r\n 	<li>Periontia</li>\r\n 	<li>Prótese</li>\r\n 	<li>Implates</li>\r\n 	<li>Urgências odontológicas</li>\r\n 	<li>Clareamento dentário</li>\r\n 	<li>Câncer bucal e tabagismo</li>\r\n 	<li>Aftas</li>\r\n 	<li>Herpes</li>\r\n 	<li>Gestão e saúde bucal</li>\r\n 	<li>Como cuidar dos dentes dos bebês</li>\r\n 	<li>Como cuidar dos dentes das crianças</li>\r\n 	<li>Ordontia</li>\r\n</ul>\r\n</div>\r\n<div class=\"box-content\">\r\n<h4><strong>Diferenciais Odontomóvel:</strong></h4>\r\nEntre os diferenciais oferecidos, estão as cinco dontomóveis - unidades móveis equipadas com consultórios odontológicos completos - que realizam ações de prevenção e educação bucal.\r\nAs ações incluem avaliação bucal, levantamento epidemiológico e palestras com diversos temas a serem tratados. Todas cm o objetivo de conscientizar sobre a importância dos cuidados com a saúde bucal. Afinal, quanto mais saúdavel estiver estiver seu colaborador, melhor seu desempenho e produtividade.\r\nAlém dos clientes, a cooperativa trabalha com compromisso e responsabilidade social, levando saúde bucal a comunidades carentes e entidades assistenciais, garantinndo assim melhoria na qualidade de vida das pessoas atendidas.\r\n\r\n</div>', '', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2017-04-10 14:09:30', '2017-04-10 17:09:30', '', 21, 'http://ranierirepresentacoes.com.br/2017/04/10/21-revision-v1/', 0, 'revision', '', 0),
(23, 1, '2017-04-10 14:10:00', '2017-04-10 17:10:00', '&nbsp;\r\n<h3 class=\"page-content\">Sobre o Odontomóvel:</h3>\r\n<img class=\"img-left\" src=\"images/img-odontomovel-dentaluni.jpg\" alt=\"Imagem-odontomovel-DentalUni\" width=\"287\" />\r\n<div class=\"box-content\">\r\n\r\nA <strong>DentalUni</strong> está sempre pronta para oferecer o melhor aos seus beneficiários. Confira os benefícios do Odontomóvel:\r\n\r\n<strong>Temas e palestras da Saúde Bucal:</strong>\r\n<ul>\r\n 	<li>Saúde bucal e saúde do corpo</li>\r\n 	<li>Alimentação e saúde bucal</li>\r\n 	<li>Higiente Bucal</li>\r\n 	<li>Cáries</li>\r\n 	<li>Endondontia (Tratamento de Canal)</li>\r\n 	<li>Periontia</li>\r\n 	<li>Prótese</li>\r\n 	<li>Implates</li>\r\n 	<li>Urgências odontológicas</li>\r\n 	<li>Clareamento dentário</li>\r\n 	<li>Câncer bucal e tabagismo</li>\r\n 	<li>Aftas</li>\r\n 	<li>Herpes</li>\r\n 	<li>Gestão e saúde bucal</li>\r\n 	<li>Como cuidar dos dentes dos bebês</li>\r\n 	<li>Como cuidar dos dentes das crianças</li>\r\n 	<li>Ordontia</li>\r\n</ul>\r\n</div>\r\n<div class=\"box-content\">\r\n<h4><strong>Diferenciais Odontomóvel:</strong></h4>\r\nEntre os diferenciais oferecidos, estão as cinco dontomóveis - unidades móveis equipadas com consultórios odontológicos completos - que realizam ações de prevenção e educação bucal.\r\nAs ações incluem avaliação bucal, levantamento epidemiológico e palestras com diversos temas a serem tratados. Todas cm o objetivo de conscientizar sobre a importância dos cuidados com a saúde bucal. Afinal, quanto mais saúdavel estiver estiver seu colaborador, melhor seu desempenho e produtividade.\r\nAlém dos clientes, a cooperativa trabalha com compromisso e responsabilidade social, levando saúde bucal a comunidades carentes e entidades assistenciais, garantinndo assim melhoria na qualidade de vida das pessoas atendidas.\r\n\r\n</div>', 'Odontomóvel', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2017-04-10 14:10:00', '2017-04-10 17:10:00', '', 21, 'http://ranierirepresentacoes.com.br/2017/04/10/21-revision-v1/', 0, 'revision', '', 0),
(24, 1, '2017-04-10 17:22:16', '2017-04-10 20:22:16', '<img src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-odontomovel-dentaluni-275x300.jpg\" alt=\"\" width=\"275\" height=\"300\" class=\"alignnone size-medium wp-image-26\" />&nbsp;\n<h3 class=\"page-content\">Sobre o Odontomóvel:</h3>\n<img class=\"img-left\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-odontomovel-dentaluni-275x300.jpg\" alt=\"Imagem-odontomovel-DentalUni\" width=\"287\" />\n<div class=\"box-content\">\n\nA <strong>DentalUni</strong> está sempre pronta para oferecer o melhor aos seus beneficiários. Confira os benefícios do Odontomóvel:\n\n<strong>Temas e palestras da Saúde Bucal:</strong>\n<ul>\n 	<li>Saúde bucal e saúde do corpo</li>\n 	<li>Alimentação e saúde bucal</li>\n 	<li>Higiene Bucal</li>\n 	<li>Cáries</li>\n 	<li>Endodontia (Tratamento de Canal)</li>\n 	<li>Periodontia</li>\n 	<li>Prótese</li>\n 	<li>Implantes</li>\n 	<li>Urgências odontológicas</li>\n 	<li>Clareamento dentário</li>\n 	<li>Câncer bucal e tabagismo</li>\n 	<li>Aftas</li>\n 	<li>Herpes</li>\n 	<li>Gestão e saúde bucal</li>\n 	<li>Como cuidar dos dentes dos bebês</li>\n 	<li>Como cuidar dos dentes das crianças</li>\n 	<li>Ortodontia</li>\n</ul>\n</div>\n<div class=\"box-content\">\n<h4><strong>Diferenciais Odontomóvel:</strong></h4>\nEntre os diferenciais oferecidos, estão as cinco odontomóveis - unidades móveis equipadas com consultórios odontológicos completos - que realizam ações de prevenção e educação bucal.\nAs ações incluem avaliação bucal, levantamento epidemiológico e palestras com diversos temas a serem tratados. Todas cm o objetivo de conscientizar sobre a importância dos cuidados com a saúde bucal. Afinal, quanto mais saudável estiver estiver seu colaborador, melhor seu desempenho e produtividade.\nAlém dos clientes, a cooperativa trabalha com compromisso e responsabilidade social, levando saúde bucal a comunidades carentes e entidades assistenciais, garantindo assim melhoria na qualidade de vida das pessoas atendidas.\n\n</div>', 'Odontomóvel', '', 'inherit', 'closed', 'closed', '', '21-autosave-v1', '', '', '2017-04-10 17:22:16', '2017-04-10 20:22:16', '', 21, 'http://ranierirepresentacoes.com.br/2017/04/10/21-autosave-v1/', 0, 'revision', '', 0),
(25, 1, '2017-04-10 14:37:02', '2017-04-10 17:37:02', '&nbsp;\r\n<h3 class=\"page-content\">Sobre o Odontomóvel:</h3>\r\n<img class=\"img-left\" src=\"images/img-odontomovel-dentaluni.jpg\" alt=\"Imagem-odontomovel-DentalUni\" width=\"287\" />\r\n<div class=\"box-content\">\r\n\r\nA <strong>DentalUni</strong> está sempre pronta para oferecer o melhor aos seus beneficiários. Confira os benefícios do Odontomóvel:\r\n\r\n<strong>Temas e palestras da Saúde Bucal:</strong>\r\n<ul>\r\n 	<li>Saúde bucal e saúde do corpo</li>\r\n 	<li>Alimentação e saúde bucal</li>\r\n 	<li>Higiene Bucal</li>\r\n 	<li>Cáries</li>\r\n 	<li>Endodontia (Tratamento de Canal)</li>\r\n 	<li>Periodontia</li>\r\n 	<li>Prótese</li>\r\n 	<li>Implantes</li>\r\n 	<li>Urgências odontológicas</li>\r\n 	<li>Clareamento dentário</li>\r\n 	<li>Câncer bucal e tabagismo</li>\r\n 	<li>Aftas</li>\r\n 	<li>Herpes</li>\r\n 	<li>Gestão e saúde bucal</li>\r\n 	<li>Como cuidar dos dentes dos bebês</li>\r\n 	<li>Como cuidar dos dentes das crianças</li>\r\n 	<li>Ortodontia</li>\r\n</ul>\r\n</div>\r\n<div class=\"box-content\">\r\n<h4><strong>Diferenciais Odontomóvel:</strong></h4>\r\nEntre os diferenciais oferecidos, estão as cinco odontomóveis - unidades móveis equipadas com consultórios odontológicos completos - que realizam ações de prevenção e educação bucal.\r\nAs ações incluem avaliação bucal, levantamento epidemiológico e palestras com diversos temas a serem tratados. Todas cm o objetivo de conscientizar sobre a importância dos cuidados com a saúde bucal. Afinal, quanto mais saudável estiver estiver seu colaborador, melhor seu desempenho e produtividade.\r\nAlém dos clientes, a cooperativa trabalha com compromisso e responsabilidade social, levando saúde bucal a comunidades carentes e entidades assistenciais, garantindo assim melhoria na qualidade de vida das pessoas atendidas.\r\n\r\n</div>', 'Odontomóvel', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2017-04-10 14:37:02', '2017-04-10 17:37:02', '', 21, 'http://ranierirepresentacoes.com.br/2017/04/10/21-revision-v1/', 0, 'revision', '', 0),
(26, 1, '2017-04-10 17:21:26', '2017-04-10 20:21:26', '', 'img-odontomovel-dentaluni', '', 'inherit', 'open', 'closed', '', 'img-odontomovel-dentaluni', '', '', '2017-04-10 17:21:26', '2017-04-10 20:21:26', '', 21, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-odontomovel-dentaluni.jpg', 0, 'attachment', 'image/jpeg', 0),
(27, 1, '2017-04-10 17:23:57', '2017-04-10 20:23:57', '&nbsp;\r\n<h3 class=\"page-content\">Sobre o Odontomóvel:</h3>\r\n<img style=\"float:right\" src=\"images/img-odontomovel-dentaluni.jpg\" alt=\"Imagem-odontomovel-DentalUni\" width=\"287\" />\r\n<div class=\"box-content\">\r\n\r\nA <strong>DentalUni</strong> está sempre pronta para oferecer o melhor aos seus beneficiários. Confira os benefícios do Odontomóvel:\r\n\r\n<strong>Temas e palestras da Saúde Bucal:</strong>\r\n<ul>\r\n 	<li>Saúde bucal e saúde do corpo</li>\r\n 	<li>Alimentação e saúde bucal</li>\r\n 	<li>Higiene Bucal</li>\r\n 	<li>Cáries</li>\r\n 	<li>Endodontia (Tratamento de Canal)</li>\r\n 	<li>Periodontia</li>\r\n 	<li>Prótese</li>\r\n 	<li>Implantes</li>\r\n 	<li>Urgências odontológicas</li>\r\n 	<li>Clareamento dentário</li>\r\n 	<li>Câncer bucal e tabagismo</li>\r\n 	<li>Aftas</li>\r\n 	<li>Herpes</li>\r\n 	<li>Gestão e saúde bucal</li>\r\n 	<li>Como cuidar dos dentes dos bebês</li>\r\n 	<li>Como cuidar dos dentes das crianças</li>\r\n 	<li>Ortodontia</li>\r\n</ul>\r\n</div>\r\n<div class=\"box-content\">\r\n<h4><strong>Diferenciais Odontomóvel:</strong></h4>\r\nEntre os diferenciais oferecidos, estão as cinco odontomóveis - unidades móveis equipadas com consultórios odontológicos completos - que realizam ações de prevenção e educação bucal.\r\nAs ações incluem avaliação bucal, levantamento epidemiológico e palestras com diversos temas a serem tratados. Todas cm o objetivo de conscientizar sobre a importância dos cuidados com a saúde bucal. Afinal, quanto mais saudável estiver estiver seu colaborador, melhor seu desempenho e produtividade.\r\nAlém dos clientes, a cooperativa trabalha com compromisso e responsabilidade social, levando saúde bucal a comunidades carentes e entidades assistenciais, garantindo assim melhoria na qualidade de vida das pessoas atendidas.\r\n\r\n</div>', 'Odontomóvel', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2017-04-10 17:23:57', '2017-04-10 20:23:57', '', 21, 'http://ranierirepresentacoes.com.br/2017/04/10/21-revision-v1/', 0, 'revision', '', 0),
(28, 1, '2017-04-10 17:25:37', '2017-04-10 20:25:37', '<h3 class=\"page-content\">Sobre o Odontomóvel:</h3>\r\n<img style=\"float:right\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-odontomovel-dentaluni-275x300.jpg\" alt=\"Imagem-odontomovel-DentalUni\" width=\"287\" />\r\n<div class=\"box-content\">\r\n\r\nA <strong>DentalUni</strong> está sempre pronta para oferecer o melhor aos seus beneficiários. Confira os benefícios do Odontomóvel:\r\n\r\n<strong>Temas e palestras da Saúde Bucal:</strong>\r\n<ul>\r\n 	<li>Saúde bucal e saúde do corpo</li>\r\n 	<li>Alimentação e saúde bucal</li>\r\n 	<li>Higiene Bucal</li>\r\n 	<li>Cáries</li>\r\n 	<li>Endodontia (Tratamento de Canal)</li>\r\n 	<li>Periodontia</li>\r\n 	<li>Prótese</li>\r\n 	<li>Implantes</li>\r\n 	<li>Urgências odontológicas</li>\r\n 	<li>Clareamento dentário</li>\r\n 	<li>Câncer bucal e tabagismo</li>\r\n 	<li>Aftas</li>\r\n 	<li>Herpes</li>\r\n 	<li>Gestão e saúde bucal</li>\r\n 	<li>Como cuidar dos dentes dos bebês</li>\r\n 	<li>Como cuidar dos dentes das crianças</li>\r\n 	<li>Ortodontia</li>\r\n</ul>\r\n</div>\r\n<div class=\"box-content\">\r\n<h4><strong>Diferenciais Odontomóvel:</strong></h4>\r\nEntre os diferenciais oferecidos, estão as cinco odontomóveis - unidades móveis equipadas com consultórios odontológicos completos - que realizam ações de prevenção e educação bucal.\r\nAs ações incluem avaliação bucal, levantamento epidemiológico e palestras com diversos temas a serem tratados. Todas cm o objetivo de conscientizar sobre a importância dos cuidados com a saúde bucal. Afinal, quanto mais saudável estiver estiver seu colaborador, melhor seu desempenho e produtividade.\r\nAlém dos clientes, a cooperativa trabalha com compromisso e responsabilidade social, levando saúde bucal a comunidades carentes e entidades assistenciais, garantindo assim melhoria na qualidade de vida das pessoas atendidas.\r\n\r\n</div>', 'Odontomóvel', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2017-04-10 17:25:37', '2017-04-10 20:25:37', '', 21, 'http://ranierirepresentacoes.com.br/2017/04/10/21-revision-v1/', 0, 'revision', '', 0),
(29, 1, '2017-04-10 17:28:48', '2017-04-10 20:28:48', '<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\"><strong>PLANO DENTAL ELITE</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">(264 procedimentos)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":245,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/ranieri-dentaluni-plano-elite-1024x378.jpg\" alt=\"\" class=\"wp-image-245\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"backgroundColor\":\"cyan-bluish-gray\"} -->\n<hr class=\"wp-block-separator has-text-color has-cyan-bluish-gray-color has-alpha-channel-opacity has-cyan-bluish-gray-background-color has-background\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\"><strong><strong>PLANO DENTAL AMPLO DOC</strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">(225 procedimentos)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":246,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/ranieri-dentaluni-plano-doc-1024x378.jpg\" alt=\"\" class=\"wp-image-246\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"backgroundColor\":\"cyan-bluish-gray\"} -->\n<hr class=\"wp-block-separator has-text-color has-cyan-bluish-gray-color has-alpha-channel-opacity has-cyan-bluish-gray-background-color has-background\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\"><strong><strong><strong>PLANO DENTAL ESSENCIAL</strong></strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">(191 procedimentos)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":247,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/ranieri-dentaluni-plano-essencial-1024x378.jpg\" alt=\"\" class=\"wp-image-247\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"backgroundColor\":\"cyan-bluish-gray\"} -->\n<hr class=\"wp-block-separator has-text-color has-cyan-bluish-gray-color has-alpha-channel-opacity has-cyan-bluish-gray-background-color has-background\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"wp-block-heading has-text-align-center\"><strong><a href=\"https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/1-Proposta-DentalUni-PJ-Maio-2025.pdf\">Proposta DentalUni - Plano Empresarial [Clique para Visualizar]</a></strong></h3>\n<!-- /wp:heading -->', 'DentalUni', '', 'publish', 'closed', 'closed', '', 'dentaluni', '', '', '2025-05-16 17:15:53', '2025-05-16 20:15:53', '', 0, 'http://ranierirepresentacoes.com.br/?page_id=29', 0, 'page', '', 0),
(169, 2, '2017-04-21 17:49:35', '2017-04-21 20:49:35', '', 'Plano Pessoa Física', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2017-04-21 17:49:35', '2017-04-21 20:49:35', '', 29, 'http://ranierirepresentacoes.com.br/29-revision-v1/', 0, 'revision', '', 0),
(170, 2, '2017-04-21 17:50:03', '2017-04-21 20:50:03', '', 'DentalUni', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2017-04-21 17:50:03', '2017-04-21 20:50:03', '', 29, 'http://ranierirepresentacoes.com.br/29-revision-v1/', 0, 'revision', '', 0),
(175, 2, '2017-04-21 17:55:14', '2017-04-21 20:55:14', '<img class=\"alignnone  wp-image-174\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/dental20001-1-300x149.jpg\" alt=\"\" width=\"1055\" height=\"524\" />', 'DentalUni', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2017-04-21 17:55:14', '2017-04-21 20:55:14', '', 29, 'http://ranierirepresentacoes.com.br/29-revision-v1/', 0, 'revision', '', 0),
(172, 2, '2017-04-21 17:53:22', '2017-04-21 20:53:22', '<img class=\"wp-image-171 aligncenter\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/dental20001-300x150.jpg\" alt=\"\" width=\"798\" height=\"399\" />', 'DentalUni', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2017-04-21 17:53:22', '2017-04-21 20:53:22', '', 29, 'http://ranierirepresentacoes.com.br/29-revision-v1/', 0, 'revision', '', 0),
(249, 1, '2025-05-16 17:14:12', '2025-05-16 20:14:12', '', '1 - Proposta DentalUni PJ Maio 2025', '', 'inherit', 'open', 'closed', '', '1-proposta-dentaluni-pj-maio-2025', '', '', '2025-05-16 17:14:12', '2025-05-16 20:14:12', '', 29, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/1-Proposta-DentalUni-PJ-Maio-2025.pdf', 0, 'attachment', 'application/pdf', 0),
(174, 2, '2017-04-21 17:54:40', '2017-04-21 20:54:40', '', 'dental20001', '', 'inherit', 'open', 'closed', '', 'dental20001-2', '', '', '2017-04-21 17:54:40', '2017-04-21 20:54:40', '', 29, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/dental20001-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(176, 2, '2017-04-21 18:00:08', '2017-04-21 21:00:08', '', 'dental_familia_voce_empresa', '', 'inherit', 'open', 'closed', '', 'dental_familia_voce_empresa', '', '', '2017-04-21 18:00:08', '2017-04-21 21:00:08', '', 29, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/dental_familia_voce_empresa.png', 0, 'attachment', 'image/png', 0),
(177, 2, '2017-04-21 18:00:39', '2017-04-21 21:00:39', '<img class=\"wp-image-174 aligncenter\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/dental20001-1-300x149.jpg\" alt=\"\" width=\"858\" height=\"426\" />\r\n\r\n&nbsp;\r\n\r\n<img class=\"wp-image-176 aligncenter\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/dental_familia_voce_empresa-300x103.png\" alt=\"\" width=\"1057\" height=\"363\" />', 'DentalUni', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2017-04-21 18:00:39', '2017-04-21 21:00:39', '', 29, 'http://ranierirepresentacoes.com.br/29-revision-v1/', 0, 'revision', '', 0),
(178, 2, '2017-04-21 18:03:54', '2017-04-21 21:03:54', '<h3 class=\"page-content\">Sobre o Odontomóvel:</h3>\r\n<img style=\"float: right;\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-odontomovel-dentaluni-275x300.jpg\" alt=\"Imagem-odontomovel-DentalUni\" width=\"287\" />\r\n<div class=\"box-content\">\r\n\r\nA <strong>DentalUni</strong> está sempre pronta para oferecer o melhor aos seus beneficiários. Confira os benefícios do Odontomóvel:\r\n\r\n<strong>Temas e palestras da Saúde Bucal:</strong>\r\n<ul>\r\n 	<li>Saúde bucal e saúde do corpo</li>\r\n 	<li>Alimentação e saúde bucal</li>\r\n 	<li>Higiene Bucal</li>\r\n 	<li>Cáries</li>\r\n 	<li>Endodontia (Tratamento de Canal)</li>\r\n 	<li>Periodontia</li>\r\n 	<li>Prótese</li>\r\n 	<li>Implantes</li>\r\n 	<li>Urgências odontológicas</li>\r\n 	<li>Clareamento dentário</li>\r\n 	<li>Câncer bucal e tabagismo</li>\r\n 	<li>Aftas</li>\r\n 	<li>Herpes</li>\r\n 	<li>Gestão e saúde bucal</li>\r\n 	<li>Como cuidar dos dentes dos bebês</li>\r\n 	<li>Como cuidar dos dentes das crianças</li>\r\n 	<li>Ortodontia</li>\r\n</ul>\r\n</div>\r\n<div class=\"box-content\">\r\n<h4><strong>Diferenciais Odontomóvel:</strong></h4>\r\nEntre os diferenciais oferecidos, estão as cinco odontomóveis - unidades móveis equipadas com consultórios odontológicos completos - que realizam ações de prevenção e educação bucal.\r\nAs ações incluem avaliação bucal, levantamento epidemiológico e palestras com diversos temas a serem tratados. Todas cm o objetivo de conscientizar sobre a importância dos cuidados com a saúde bucal. Afinal, quanto mais saudável estiver estiver seu colaborador, melhor seu desempenho e produtividade.\r\nAlém dos clientes, a cooperativa trabalha com compromisso e responsabilidade social, levando saúde bucal a comunidades carentes e entidades assistenciais, garantindo assim melhoria na qualidade de vida das pessoas atendidas.\r\n\r\n</div>', 'Odontomóvel', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2017-04-21 18:03:54', '2017-04-21 21:03:54', '', 21, 'http://ranierirepresentacoes.com.br/21-revision-v1/', 0, 'revision', '', 0),
(30, 1, '2017-04-10 17:28:48', '2017-04-10 20:28:48', '', 'Plano pessoa Física', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2017-04-10 17:28:48', '2017-04-10 20:28:48', '', 29, 'http://ranierirepresentacoes.com.br/2017/04/10/29-revision-v1/', 0, 'revision', '', 0),
(31, 1, '2017-04-10 17:47:18', '2017-04-10 20:47:18', '<h4>\r\n                    <strong>Plano Superior:</strong>\r\n                </h4>\r\n                <div>\r\n                    <p>\r\n                        <strong>Situação:</strong> Ativo<br />\r\n                        <strong>Plano:</strong> Superior<br />\r\n                        <strong>Número de registro:</strong> 408.875/99-1<br />\r\n                        <strong>Abrangência Geográfica:</strong> Grupo de Municípios<br />\r\n                        O Plano Superior cobre 179 procedimentos, dentre eles diagnósticos, atendimento de urgência 24 horas, restauração em resina, cirurgias de remoção de dentes inclusos e semi-inclusos, tratamento de gengiva, tratamento e retratamento de canal, alguns tipos de radiografias e serviços de prevenção (orientação, profilaxia e aplicação de fluor).\r\n                        No momento da contratação, você pode optar pelo Plano Superior com ou sem carência e escolher a forma de pagamento das mensalidades, por boleto bancário, débito em conta-corrente ou débito no cartão de crédito. Esse plano possui um prazo contratual de dois anos.\r\n                    </p>\r\n                </div>\r\n\r\n                <h4>\r\n                    <strong>Superior com Coparticipação:</strong>\r\n                </h4>\r\n                <div>\r\n                    <p>\r\n                        <strong>Situação:</strong> Ativo <br />\r\n                        <strong>Número de registro:</strong> 422.427/99-2<br />\r\n                        <strong><strong>Plano:</strong> Superior com Coparticipação</strong><br />\r\n                        <strong><strong>Abrangência Geográfica:</strong> Estadual<br /></strong>\r\n                        <strong><strong>Segmentação Assistencial:</strong> Odontológico</strong><br />\r\n                        O Plano Superior com Coparticipação, assim como o Plano Superior, cobre 179 procedimentos, alguns dos quais, de diferentes especialidades, como dentística, radiologia, endodontia, odontopediatria, dentre outras, têm a coparticipação do beneficiário no pagamento de 25% do ato.\r\n                        O Plano Superior com Coparticipação não possui carência e o pagamento das mensalidades pode ser feito por boleto bancário ou débito em conta-corrente. Esse plano possui um prazo contratual de dois anos.\r\n                    </p>\r\n                </div>\r\n\r\n                <h4>\r\n                    <strong>Avançado:</strong>\r\n                </h4>\r\n                <div>\r\n                    <p>\r\n                        <strong>Plano:</strong> Avançado<br />\r\n                        <strong>Número de registro:</strong> 703.454/99-7<br />\r\n                        <strong>Abrangência Geográfica:</strong> Grupo de Municípios<br />\r\n                        <strong>Segmentação Assistencial:</strong> Odontológico<br />\r\n                        O Plano Avançado, além da cobertura do Plano Superior, oferece uma cobertura estendida com direito a radiografia panorâmica, RX de mão e punho para a documentação ortodôntica, alveolotomia e dessensibilização dentária, totalizando 196 procedimentos.<br />\r\n                        No momento da contratação, você pode optar pelo Plano Avançado com ou sem carência e escolher a forma de pagamento das mensalidades, por boleto bancário, débito em conta-corrente ou débito no cartão de crédito. Esse plano possui um prazo contratual de dois anos.\r\n                    </p>\r\n                </div>\r\n\r\n                <h4>\r\n                    <strong>Avançado com Coparticipação:</strong>\r\n                </h4>\r\n                <div>\r\n                    <p>\r\n                        <strong>Plano:</strong> Avançado Com Coparticipação<br />\r\n                        <strong>Número de registro:</strong> 422.948/99-7<br />\r\n                        <strong>Abrangência Geográfica:</strong> Grupo de Municípios<br />\r\n                        <strong>Segmentação Assistencial:</strong> Odontológico<br />\r\n                        O Plano Avançado com Coparticipação, assim como o Plano Avançado, cobre 196 procedimentos, alguns dos quais, de diferentes especialidades, como dentística, radiologia, endodontia, odontopediatria, dentre outras, têm a coparticipação do beneficiário no pagamento de 25% do ato.<br />\r\n                        O Plano Avançado com Coparticipação não possui carência e o pagamento das mensalidades pode ser feito por boleto bancário ou débito em conta-corrente. Esse plano possui um prazo contratual de dois anos.\r\n                    </p>\r\n                </div>', 'Plano pessoa Física', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2017-04-10 17:47:18', '2017-04-10 20:47:18', '', 29, 'http://ranierirepresentacoes.com.br/2017/04/10/29-revision-v1/', 0, 'revision', '', 0),
(32, 1, '2017-04-10 17:49:39', '2017-04-10 20:49:39', '<div id=\"accordion\">\r\n<h4>\r\n                    <strong>Plano Superior:</strong>\r\n                </h4>\r\n                <div>\r\n                    <p>\r\n                        <strong>Situação:</strong> Ativo<br />\r\n                        <strong>Plano:</strong> Superior<br />\r\n                        <strong>Número de registro:</strong> 408.875/99-1<br />\r\n                        <strong>Abrangência Geográfica:</strong> Grupo de Municípios<br />\r\n                        O Plano Superior cobre 179 procedimentos, dentre eles diagnósticos, atendimento de urgência 24 horas, restauração em resina, cirurgias de remoção de dentes inclusos e semi-inclusos, tratamento de gengiva, tratamento e retratamento de canal, alguns tipos de radiografias e serviços de prevenção (orientação, profilaxia e aplicação de fluor).\r\n                        No momento da contratação, você pode optar pelo Plano Superior com ou sem carência e escolher a forma de pagamento das mensalidades, por boleto bancário, débito em conta-corrente ou débito no cartão de crédito. Esse plano possui um prazo contratual de dois anos.\r\n                    </p>\r\n                </div>\r\n\r\n                <h4>\r\n                    <strong>Superior com Coparticipação:</strong>\r\n                </h4>\r\n                <div>\r\n                    <p>\r\n                        <strong>Situação:</strong> Ativo <br />\r\n                        <strong>Número de registro:</strong> 422.427/99-2<br />\r\n                        <strong><strong>Plano:</strong> Superior com Coparticipação</strong><br />\r\n                        <strong><strong>Abrangência Geográfica:</strong> Estadual<br /></strong>\r\n                        <strong><strong>Segmentação Assistencial:</strong> Odontológico</strong><br />\r\n                        O Plano Superior com Coparticipação, assim como o Plano Superior, cobre 179 procedimentos, alguns dos quais, de diferentes especialidades, como dentística, radiologia, endodontia, odontopediatria, dentre outras, têm a coparticipação do beneficiário no pagamento de 25% do ato.\r\n                        O Plano Superior com Coparticipação não possui carência e o pagamento das mensalidades pode ser feito por boleto bancário ou débito em conta-corrente. Esse plano possui um prazo contratual de dois anos.\r\n                    </p>\r\n                </div>\r\n\r\n                <h4>\r\n                    <strong>Avançado:</strong>\r\n                </h4>\r\n                <div>\r\n                    <p>\r\n                        <strong>Plano:</strong> Avançado<br />\r\n                        <strong>Número de registro:</strong> 703.454/99-7<br />\r\n                        <strong>Abrangência Geográfica:</strong> Grupo de Municípios<br />\r\n                        <strong>Segmentação Assistencial:</strong> Odontológico<br />\r\n                        O Plano Avançado, além da cobertura do Plano Superior, oferece uma cobertura estendida com direito a radiografia panorâmica, RX de mão e punho para a documentação ortodôntica, alveolotomia e dessensibilização dentária, totalizando 196 procedimentos.<br />\r\n                        No momento da contratação, você pode optar pelo Plano Avançado com ou sem carência e escolher a forma de pagamento das mensalidades, por boleto bancário, débito em conta-corrente ou débito no cartão de crédito. Esse plano possui um prazo contratual de dois anos.\r\n                    </p>\r\n                </div>\r\n\r\n                <h4>\r\n                    <strong>Avançado com Coparticipação:</strong>\r\n                </h4>\r\n                <div>\r\n                    <p>\r\n                        <strong>Plano:</strong> Avançado Com Coparticipação<br />\r\n                        <strong>Número de registro:</strong> 422.948/99-7<br />\r\n                        <strong>Abrangência Geográfica:</strong> Grupo de Municípios<br />\r\n                        <strong>Segmentação Assistencial:</strong> Odontológico<br />\r\n                        O Plano Avançado com Coparticipação, assim como o Plano Avançado, cobre 196 procedimentos, alguns dos quais, de diferentes especialidades, como dentística, radiologia, endodontia, odontopediatria, dentre outras, têm a coparticipação do beneficiário no pagamento de 25% do ato.<br />\r\n                        O Plano Avançado com Coparticipação não possui carência e o pagamento das mensalidades pode ser feito por boleto bancário ou débito em conta-corrente. Esse plano possui um prazo contratual de dois anos.\r\n                    </p>\r\n                </div>\r\n            </div>', 'Plano pessoa Física', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2017-04-10 17:49:39', '2017-04-10 20:49:39', '', 29, 'http://ranierirepresentacoes.com.br/2017/04/10/29-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(34, 1, '2017-04-10 17:55:24', '2017-04-10 20:55:24', '<div id=\"accordion\">\r\n<h4>\r\n                    <strong>Plano Superior:</strong>\r\n                </h4>\r\n                <div>\r\n                    <p>\r\n                        <strong>Situação:</strong> Ativo<br />\r\n                        <strong>Plano:</strong> Superior<br />\r\n                        <strong>Número de registro:</strong> 408.875/99-1<br />\r\n                        <strong>Abrangência Geográfica:</strong> Grupo de Municípios<br />\r\n                        O Plano Superior cobre 179 procedimentos, dentre eles diagnósticos, atendimento de urgência 24 horas, restauração em resina, cirurgias de remoção de dentes inclusos e semi-inclusos, tratamento de gengiva, tratamento e retratamento de canal, alguns tipos de radiografias e serviços de prevenção (orientação, profilaxia e aplicação de fluor).\r\n                        No momento da contratação, você pode optar pelo Plano Superior com ou sem carência e escolher a forma de pagamento das mensalidades, por boleto bancário, débito em conta-corrente ou débito no cartão de crédito. Esse plano possui um prazo contratual de dois anos.\r\n                    </p>\r\n                </div>\r\n\r\n                <h4>\r\n                    <strong>Superior com Coparticipação:</strong>\r\n                </h4>\r\n                <div>\r\n                    <p>\r\n                        <strong>Situação:</strong> Ativo <br />\r\n                        <strong>Número de registro:</strong> 422.427/99-2<br />\r\n                        <strong><strong>Plano:</strong> Superior com Coparticipação</strong><br />\r\n                        <strong><strong>Abrangência Geográfica:</strong> Estadual<br /></strong>\r\n                        <strong><strong>Segmentação Assistencial:</strong> Odontológico</strong><br />\r\n                        O Plano Superior com Coparticipação, assim como o Plano Superior, cobre 179 procedimentos, alguns dos quais, de diferentes especialidades, como dentística, radiologia, endodontia, odontopediatria, dentre outras, têm a coparticipação do beneficiário no pagamento de 25% do ato.\r\n                        O Plano Superior com Coparticipação não possui carência e o pagamento das mensalidades pode ser feito por boleto bancário ou débito em conta-corrente. Esse plano possui um prazo contratual de dois anos.\r\n                    </p>\r\n                </div>\r\n\r\n                <h4>\r\n                    <strong>Avançado:</strong>\r\n                </h4>\r\n                <div>\r\n                    <p>\r\n                        <strong>Plano:</strong> Avançado<br />\r\n                        <strong>Número de registro:</strong> 703.454/99-7<br />\r\n                        <strong>Abrangência Geográfica:</strong> Grupo de Municípios<br />\r\n                        <strong>Segmentação Assistencial:</strong> Odontológico<br />\r\n                        O Plano Avançado, além da cobertura do Plano Superior, oferece uma cobertura estendida com direito a radiografia panorâmica, RX de mão e punho para a documentação ortodôntica, alveolotomia e dessensibilização dentária, totalizando 196 procedimentos.<br />\r\n                        No momento da contratação, você pode optar pelo Plano Avançado com ou sem carência e escolher a forma de pagamento das mensalidades, por boleto bancário, débito em conta-corrente ou débito no cartão de crédito. Esse plano possui um prazo contratual de dois anos.\r\n                    </p>\r\n                </div>\r\n\r\n                <h4>\r\n                    <strong>Avançado com Coparticipação:</strong>\r\n                </h4>\r\n                <div>\r\n                    <p>\r\n                        <strong>Plano:</strong> Avançado Com Coparticipação<br />\r\n                        <strong>Número de registro:</strong> 422.948/99-7<br />\r\n                        <strong>Abrangência Geográfica:</strong> Grupo de Municípios<br />\r\n                        <strong>Segmentação Assistencial:</strong> Odontológico<br />\r\n                        O Plano Avançado com Coparticipação, assim como o Plano Avançado, cobre 196 procedimentos, alguns dos quais, de diferentes especialidades, como dentística, radiologia, endodontia, odontopediatria, dentre outras, têm a coparticipação do beneficiário no pagamento de 25% do ato.<br />\r\n                        O Plano Avançado com Coparticipação não possui carência e o pagamento das mensalidades pode ser feito por boleto bancário ou débito em conta-corrente. Esse plano possui um prazo contratual de dois anos.\r\n                    </p>\r\n                </div>\r\n            </div>', 'Plano Pessoa Física', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2017-04-10 17:55:24', '2017-04-10 20:55:24', '', 29, 'http://ranierirepresentacoes.com.br/2017/04/10/29-revision-v1/', 0, 'revision', '', 0),
(245, 1, '2025-05-16 16:50:25', '2025-05-16 19:50:25', '', 'ranieri-dentaluni-plano-elite', '', 'inherit', 'open', 'closed', '', 'ranieri-dentaluni-plano-elite', '', '', '2025-05-16 16:50:25', '2025-05-16 19:50:25', '', 29, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/ranieri-dentaluni-plano-elite.jpg', 0, 'attachment', 'image/jpeg', 0),
(198, 1, '2018-07-09 11:52:04', '2018-07-09 14:52:04', '[gallery size=\"large\" columns=\"2\" ids=\"197,196\"]\r\n\r\n<img class=\"wp-image-174 aligncenter\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/dental20001-1-300x149.jpg\" alt=\"\" width=\"858\" height=\"426\" />\r\n\r\n&nbsp;\r\n\r\n<img class=\"wp-image-176 aligncenter\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/dental_familia_voce_empresa-300x103.png\" alt=\"\" width=\"1057\" height=\"363\" />', 'DentalUni', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2018-07-09 11:52:04', '2018-07-09 14:52:04', '', 29, 'http://ranierirepresentacoes.com.br/29-revision-v1/', 0, 'revision', '', 0),
(247, 1, '2025-05-16 16:52:38', '2025-05-16 19:52:38', '', 'ranieri-dentaluni-plano-essencial', '', 'inherit', 'open', 'closed', '', 'ranieri-dentaluni-plano-essencial', '', '', '2025-05-16 16:52:38', '2025-05-16 19:52:38', '', 29, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/ranieri-dentaluni-plano-essencial.jpg', 0, 'attachment', 'image/jpeg', 0),
(202, 1, '2021-04-23 07:42:56', '2021-04-23 10:42:56', '<strong>Cliente Hospitalar Preferencial</strong>\r\n\r\nO Cartão Cliente Preferencial facilita e tranquiliza a sua vida, com a garantia de um bom atendimento com médicos especializados, que farão o melhor por você.\r\n\r\nPor apenas <strong><span style=\"color: #ff0000;\"> R$ 55,00 </span></strong> ao ano por pessoa, descontos em consultas, exames, internamentos clínicos e cirúrgicos no Hospital regional.\r\n<div style=\"background: #ac1816; color: #fff; padding: 8px; border-radius: 5px; margin: 8px 0px;\"><strong>BENEFÍCIOS: </strong>\r\nDescontos DE ATÉ 30%, em consultas, exames, internamentos clínicos e cirúrgicos nos HOSPITAIS SÃO CAMILO E SÃO BRÁZ.</div>\r\n<strong><u>No Centro de Saúde São Camilo mais de 27 médicos\r\nNo ambulatório do Hospital São Braz mais de 15 médicos</u></strong>\r\n\r\nMais de 150 profissionais credenciados na região, como médicos, clínicas, laboratórios.\r\n\r\n<strong style=\"color: #ac1816;\">Todas as especialidades como:</strong> Cardiologista / Endocrinologista / Ginecologista / Otorrino / Gastro / Ortopedista / Urologia / Reumatologista /Nefrologia / Clínica Geral / Cirurgia Geral\r\n<strong style=\"color: #ac1816;\">Diagnóstico por imagem:</strong> Ultrassonografia geral com Doppler / Radiologia digital / Mamografia Digitalizada / Densitometria óssea / Biopsias e punções / Histerossalpingografia / Ressonância Magnética / Audiometria / Sala de vacinas\r\n\r\n<strong style=\"color: #ac1816;\">Exames Cardiológicos:</strong> Eletrocardiograma Adulto e Pediátrico / Ecocardiograma Adulto, Pediátrico e fetal / Teste Ergométrico / Eletroencefalograma\r\n<strong style=\"color: #ac1816;\">Gastroenterologia:</strong> Colonoscopia / Polipectomia / Endoscopia Digestiva Alta / Retossigmoidoscopia Flexível / Mucosectomia\r\n\r\n<small style=\"display:none\">Fonte: Plano São Camilo. Hospital Regional</small>', 'Convênio Cliente Hospitalar Preferencial', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2021-04-23 07:42:56', '2021-04-23 10:42:56', '', 42, 'http://ranierirepresentacoes.com.br/42-revision-v1/', 0, 'revision', '', 0),
(36, 1, '2017-04-10 17:57:31', '2017-04-10 20:57:31', '<div id=\"listagem\">\r\n<h4>\r\n                    <strong>Plano Superior:</strong>\r\n                </h4>\r\n                <div>\r\n                    <p>\r\n                        <strong>Situação:</strong> Ativo<br />\r\n                        <strong>Plano:</strong> Superior<br />\r\n                        <strong>Número de registro:</strong> 408.875/99-1<br />\r\n                        <strong>Abrangência Geográfica:</strong> Grupo de Municípios<br />\r\n                        O Plano Superior cobre 179 procedimentos, dentre eles diagnósticos, atendimento de urgência 24 horas, restauração em resina, cirurgias de remoção de dentes inclusos e semi-inclusos, tratamento de gengiva, tratamento e retratamento de canal, alguns tipos de radiografias e serviços de prevenção (orientação, profilaxia e aplicação de fluor).\r\n                        No momento da contratação, você pode optar pelo Plano Superior com ou sem carência e escolher a forma de pagamento das mensalidades, por boleto bancário, débito em conta-corrente ou débito no cartão de crédito. Esse plano possui um prazo contratual de dois anos.\r\n                    </p>\r\n                </div>\r\n\r\n                <h4>\r\n                    <strong>Superior com Coparticipação:</strong>\r\n                </h4>\r\n                <div>\r\n                    <p>\r\n                        <strong>Situação:</strong> Ativo <br />\r\n                        <strong>Número de registro:</strong> 422.427/99-2<br />\r\n                        <strong><strong>Plano:</strong> Superior com Coparticipação</strong><br />\r\n                        <strong><strong>Abrangência Geográfica:</strong> Estadual<br /></strong>\r\n                        <strong><strong>Segmentação Assistencial:</strong> Odontológico</strong><br />\r\n                        O Plano Superior com Coparticipação, assim como o Plano Superior, cobre 179 procedimentos, alguns dos quais, de diferentes especialidades, como dentística, radiologia, endodontia, odontopediatria, dentre outras, têm a coparticipação do beneficiário no pagamento de 25% do ato.\r\n                        O Plano Superior com Coparticipação não possui carência e o pagamento das mensalidades pode ser feito por boleto bancário ou débito em conta-corrente. Esse plano possui um prazo contratual de dois anos.\r\n                    </p>\r\n                </div>\r\n\r\n                <h4>\r\n                    <strong>Avançado:</strong>\r\n                </h4>\r\n                <div>\r\n                    <p>\r\n                        <strong>Plano:</strong> Avançado<br />\r\n                        <strong>Número de registro:</strong> 703.454/99-7<br />\r\n                        <strong>Abrangência Geográfica:</strong> Grupo de Municípios<br />\r\n                        <strong>Segmentação Assistencial:</strong> Odontológico<br />\r\n                        O Plano Avançado, além da cobertura do Plano Superior, oferece uma cobertura estendida com direito a radiografia panorâmica, RX de mão e punho para a documentação ortodôntica, alveolotomia e dessensibilização dentária, totalizando 196 procedimentos.<br />\r\n                        No momento da contratação, você pode optar pelo Plano Avançado com ou sem carência e escolher a forma de pagamento das mensalidades, por boleto bancário, débito em conta-corrente ou débito no cartão de crédito. Esse plano possui um prazo contratual de dois anos.\r\n                    </p>\r\n                </div>\r\n\r\n                <h4>\r\n                    <strong>Avançado com Coparticipação:</strong>\r\n                </h4>\r\n                <div>\r\n                    <p>\r\n                        <strong>Plano:</strong> Avançado Com Coparticipação<br />\r\n                        <strong>Número de registro:</strong> 422.948/99-7<br />\r\n                        <strong>Abrangência Geográfica:</strong> Grupo de Municípios<br />\r\n                        <strong>Segmentação Assistencial:</strong> Odontológico<br />\r\n                        O Plano Avançado com Coparticipação, assim como o Plano Avançado, cobre 196 procedimentos, alguns dos quais, de diferentes especialidades, como dentística, radiologia, endodontia, odontopediatria, dentre outras, têm a coparticipação do beneficiário no pagamento de 25% do ato.<br />\r\n                        O Plano Avançado com Coparticipação não possui carência e o pagamento das mensalidades pode ser feito por boleto bancário ou débito em conta-corrente. Esse plano possui um prazo contratual de dois anos.\r\n                    </p>\r\n                </div>\r\n            </div>', 'Plano Pessoa Física', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2017-04-10 17:57:31', '2017-04-10 20:57:31', '', 29, 'http://ranierirepresentacoes.com.br/2017/04/10/29-revision-v1/', 0, 'revision', '', 0),
(37, 1, '2017-04-10 17:59:13', '2017-04-10 20:59:13', '<h3 class=\"page-content\">Odontomóvel</h3>\r\n<img style=\"float: right;\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-odontomovel-dentaluni-275x300.jpg\" alt=\"Imagem-odontomovel-DentalUni\" width=\"287\" />\r\n\r\nA <strong>DentalUni</strong> está sempre pronta para oferecer o melhor aos seus beneficiários. Confira os benefícios do Odontomóvel:\r\n\r\n<strong>Temas e palestras da Saúde Bucal:</strong>\r\n<ul>\r\n 	<li>Saúde bucal e saúde do corpo</li>\r\n 	<li>Alimentação e saúde bucal</li>\r\n 	<li>Higiene Bucal</li>\r\n 	<li>Cáries</li>\r\n 	<li>Endodontia (Tratamento de Canal)</li>\r\n 	<li>Periodontia</li>\r\n 	<li>Prótese</li>\r\n 	<li>Implantes</li>\r\n 	<li>Urgências odontológicas</li>\r\n 	<li>Clareamento dentário</li>\r\n 	<li>Câncer bucal e tabagismo</li>\r\n 	<li>Aftas</li>\r\n 	<li>Herpes</li>\r\n 	<li>Gestão e saúde bucal</li>\r\n 	<li>Como cuidar dos dentes dos bebês</li>\r\n 	<li>Como cuidar dos dentes das crianças</li>\r\n 	<li>Ortodontia</li>\r\n</ul>\r\n<div class=\"box-content\">\r\n<h4><strong>Diferenciais Odontomóvel:</strong></h4>\r\nEntre os diferenciais oferecidos, estão as cinco odontomóveis - unidades móveis equipadas com consultórios odontológicos completos - que realizam ações de prevenção e educação bucal.\r\nAs ações incluem avaliação bucal, levantamento epidemiológico e palestras com diversos temas a serem tratados. Todas cm o objetivo de conscientizar sobre a importância dos cuidados com a saúde bucal. Afinal, quanto mais saudável estiver estiver seu colaborador, melhor seu desempenho e produtividade.\r\nAlém dos clientes, a cooperativa trabalha com compromisso e responsabilidade social, levando saúde bucal a comunidades carentes e entidades assistenciais, garantindo assim melhoria na qualidade de vida das pessoas atendidas.\r\n\r\n</div>', 'Odontomóvel', '', 'publish', 'closed', 'closed', '', 'odontomovel', '', '', '2017-04-24 11:48:57', '2017-04-24 14:48:57', '', 0, 'http://ranierirepresentacoes.com.br/?page_id=37', 0, 'page', '', 0),
(182, 2, '2017-04-21 18:12:20', '2017-04-21 21:12:20', '\r\nA <strong>DentalUni</strong> está sempre pronta para oferecer o melhor aos seus beneficiários. Confira os benefícios do Odontomóvel:\r\n\r\n<strong>Temas e palestras da Saúde Bucal:</strong>\r\n<ul>\r\n 	<li>Saúde bucal e saúde do corpo</li>\r\n 	<li>Alimentação e saúde bucal</li>\r\n 	<li>Higiene Bucal</li>\r\n 	<li>Cáries</li>\r\n 	<li>Endodontia (Tratamento de Canal)</li>\r\n 	<li>Periodontia</li>\r\n 	<li>Prótese</li>\r\n 	<li>Implantes</li>\r\n 	<li>Urgências odontológicas</li>\r\n 	<li>Clareamento dentário</li>\r\n 	<li>Câncer bucal e tabagismo</li>\r\n 	<li>Aftas</li>\r\n 	<li>Herpes</li>\r\n 	<li>Gestão e saúde bucal</li>\r\n 	<li>Como cuidar dos dentes dos bebês</li>\r\n 	<li>Como cuidar dos dentes das crianças</li>\r\n 	<li>Ortodontia</li>\r\n</ul>\r\n</div>\r\n<div class=\"box-content\">\r\n<h4><strong>Diferenciais Odontomóvel:</strong></h4>\r\nEntre os diferenciais oferecidos, estão as cinco odontomóveis - unidades móveis equipadas com consultórios odontológicos completos - que realizam ações de prevenção e educação bucal.\r\nAs ações incluem avaliação bucal, levantamento epidemiológico e palestras com diversos temas a serem tratados. Todas cm o objetivo de conscientizar sobre a importância dos cuidados com a saúde bucal. Afinal, quanto mais saudável estiver estiver seu colaborador, melhor seu desempenho e produtividade.\r\nAlém dos clientes, a cooperativa trabalha com compromisso e responsabilidade social, levando saúde bucal a comunidades carentes e entidades assistenciais, garantindo assim melhoria na qualidade de vida das pessoas atendidas.\r\n\r\n</div>\r\n</div>', 'Odontomóvel', '', 'inherit', 'closed', 'closed', '', '37-revision-v1', '', '', '2017-04-21 18:12:20', '2017-04-21 21:12:20', '', 37, 'http://ranierirepresentacoes.com.br/37-revision-v1/', 0, 'revision', '', 0),
(179, 2, '2017-04-21 18:06:39', '2017-04-21 21:06:39', '<div id=\"listagem\">\r\n<h3 class=\"page-content\">Sobre o Odontomóvel:</h3>\r\n<img style=\"float: right;\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-odontomovel-dentaluni-275x300.jpg\" alt=\"Imagem-odontomovel-DentalUni\" width=\"287\" />\r\n<div class=\"box-content\">\r\n\r\nA <strong>DentalUni</strong> está sempre pronta para oferecer o melhor aos seus beneficiários. Confira os benefícios do Odontomóvel:\r\n\r\n<strong>Temas e palestras da Saúde Bucal:</strong>\r\n<ul>\r\n 	<li>Saúde bucal e saúde do corpo</li>\r\n 	<li>Alimentação e saúde bucal</li>\r\n 	<li>Higiene Bucal</li>\r\n 	<li>Cáries</li>\r\n 	<li>Endodontia (Tratamento de Canal)</li>\r\n 	<li>Periodontia</li>\r\n 	<li>Prótese</li>\r\n 	<li>Implantes</li>\r\n 	<li>Urgências odontológicas</li>\r\n 	<li>Clareamento dentário</li>\r\n 	<li>Câncer bucal e tabagismo</li>\r\n 	<li>Aftas</li>\r\n 	<li>Herpes</li>\r\n 	<li>Gestão e saúde bucal</li>\r\n 	<li>Como cuidar dos dentes dos bebês</li>\r\n 	<li>Como cuidar dos dentes das crianças</li>\r\n 	<li>Ortodontia</li>\r\n</ul>\r\n</div>\r\n<div class=\"box-content\">\r\n<h4><strong>Diferenciais Odontomóvel:</strong></h4>\r\nEntre os diferenciais oferecidos, estão as cinco odontomóveis - unidades móveis equipadas com consultórios odontológicos completos - que realizam ações de prevenção e educação bucal.\r\nAs ações incluem avaliação bucal, levantamento epidemiológico e palestras com diversos temas a serem tratados. Todas cm o objetivo de conscientizar sobre a importância dos cuidados com a saúde bucal. Afinal, quanto mais saudável estiver estiver seu colaborador, melhor seu desempenho e produtividade.\r\nAlém dos clientes, a cooperativa trabalha com compromisso e responsabilidade social, levando saúde bucal a comunidades carentes e entidades assistenciais, garantindo assim melhoria na qualidade de vida das pessoas atendidas.\r\n\r\n</div>\r\n</div>', 'Odontomóvel', '', 'inherit', 'closed', 'closed', '', '37-revision-v1', '', '', '2017-04-21 18:06:39', '2017-04-21 21:06:39', '', 37, 'http://ranierirepresentacoes.com.br/37-revision-v1/', 0, 'revision', '', 0),
(38, 1, '2017-04-10 17:59:13', '2017-04-10 20:59:13', '<div id=\"listagem\">\r\n    <h4>\r\n        <strong>Plano Superior:</strong>\r\n    </h4>\r\n    <div>\r\n        <p>\r\n            <strong>Plano:</strong> Superior<br />\r\n            <strong>Número de registro:</strong> 705.824/99-1<br />\r\n            <strong>Abrangência Geográfica:</strong> Estadual<br />\r\n            <strong>Segmentação Assistencial:</strong> Odontológico<br />\r\n            O Plano Superior cobre 179 procedimentos, dentre eles diagnósticos, atendimento de urgência 24 horas, restauração em resina, cirurgias de remoção de dentes inclusos e semi-inclusos, tratamento de gengiva, tratamento e retratamento de canal, alguns tipos de radiografias e serviços de prevenção (orientação, profilaxia e aplicação de fluor).<br />\r\n            No momento da contratação, você pode optar pelo Plano Superior com ou sem carência e realizar pagamento via boleto bancário. Esse plano possui um prazo contratual de dois anos.\r\n        </p>\r\n    </div>\r\n\r\n    <h4>\r\n        <strong>Plano Avançado:</strong>\r\n    </h4>\r\n    <div>\r\n        <p>\r\n            <strong>Plano:</strong> Avançado<br />\r\n            <strong>Número de registro:</strong> 421.312/99-2<br />\r\n            <strong>Abrangência Geográfica:</strong> Grupo de Municípios<br />\r\n            <strong>Segmentação Assistencial:</strong> Odontológico<br />\r\n            O Plano Avançado, além da cobertura do Plano Superior, oferece uma cobertura estendida com direito a radiografia panorâmica, RX de mão e punho para a documentação ortodôntica, alveolotomia e dessensibilização dentária, totalizando 193 procedimentos.<br />\r\n            No momento da contratação, você pode optar pelo Plano Avançado com ou sem carência e realizar pagamento via boleto bancário. Esse plano possui um prazo contratual de dois anos.\r\n        </p>\r\n    </div>\r\n\r\n    <h4>\r\n        <strong>Plano Básico:</strong>\r\n    </h4>\r\n    <div>\r\n        <p>\r\n            <strong>Plano:</strong> Básico<br />\r\n            <strong>Número de registro:</strong> 705.547/99-1<br />\r\n            <strong>Abrangência Geográfica:</strong> Grupo de Municípios<br />\r\n            <strong>Segmentação Assistencial:</strong> Odontológico<br />\r\n            Neste tipo de plano, o beneficiário tem a cobertura baseada no rol de procedimentos odontológicos previstos na Lei da ANS, o que contempla tratamento de urgência, diagnósticos, radiografias, alguns tipos de restaurações, além dos serviços de prevenção, totalizando 175 procedimentos.\r\n        </p>\r\n    </div>\r\n\r\n</div>', 'Plano pessoa Jurídica', '', 'inherit', 'closed', 'closed', '', '37-revision-v1', '', '', '2017-04-10 17:59:13', '2017-04-10 20:59:13', '', 37, 'http://ranierirepresentacoes.com.br/2017/04/10/37-revision-v1/', 0, 'revision', '', 0),
(42, 2, '2017-04-11 10:58:15', '2017-04-11 13:58:15', '<strong>Cartão Cliente Preferencial</strong>\n\nO Cartão Cliente Preferencial facilita e tranquiliza a sua vida, com a garantia de um bom atendimento com médicos especializados, que farão o melhor por você.\n\nPor apenas <strong><span style=\"color: #ff0000;\"> R$ 65,00 </span></strong> ao ano por pessoa, descontos em consultas, exames, internamentos clínicos e cirúrgicos no Hospital regional.\n<div style=\"background: #ac1816; color: #fff; padding: 8px; border-radius: 5px; margin: 18px 0px; text-align: center;\"><strong>BENEFÍCIOS: </strong>\nDescontos DE ATÉ 30%, em consultas, exames, internamentos clínicos e cirúrgicos nos HOSPITAIS SÃO CAMILO E SÃO BRÁZ.</div>\n<strong style=\"display: inline-block; text-align: center; width: 100%;\"><u>No Centro de Saúde São Camilo mais de 27 médicos\nNo ambulatório do Hospital São Braz mais de 15 médicos</u></strong>\n\n<strong style=\"color: #ac1816;\">Todas as especialidades como:</strong> Cardiologista / Endocrinologista / Ginecologista / Otorrino / Gastro / Ortopedista / Urologia / Reumatologista /Nefrologia / Clínica Geral / Cirurgia Geral\n\n<strong style=\"color: #ac1816;\">Diagnóstico por imagem:</strong> Ultrassonografia geral com Doppler / Radiologia digital / Mamografia Digitalizada / Densitometria óssea / Biopsias e punções / Histerossalpingografia / Ressonância Magnética / Audiometria / Sala de vacinas\n\n<strong style=\"color: #ac1816;\">Exames Cardiológicos:</strong> Eletrocardiograma Adulto e Pediátrico / Ecocardiograma Adulto, Pediátrico e fetal / Teste Ergométrico / Eletroencefalograma\n\n<strong style=\"color: #ac1816;\">Gastroenterologia:</strong> Colonoscopia / Polipectomia / Endoscopia Digestiva Alta / Retossigmoidoscopia Flexível / Mucosectomia\n\nMais de 150 profissionais credenciados na região, como médicos, clínicas, laboratórios.\n\n<small style=\"display: none;\">Fonte: Plano São Camilo. Hospital Regional</small>', 'Convênio Cliente Hospitalar Preferencial', '', 'publish', 'closed', 'closed', '', 'convenio-hospitalar-preferencial', '', '', '2024-04-09 17:29:36', '2024-04-09 20:29:36', '', 93, 'http://ranierirepresentacoes.com.br/?page_id=42', 0, 'page', '', 0),
(43, 1, '2017-04-11 10:58:15', '2017-04-11 13:58:15', '<p>São muitos os benefícios do <strong>Consórcio Hospitalar e Preferencial</strong>. Sempre tenha a garantia de um bom atendimento e assitência médica especializada.</p>\r\n\r\n<p>Em União da Vitória descontos: Hospital Regional, Clínica Domit, Clínica Vita, Clínica Central, Clínica Paraná, Clínica do Coração, Laboratórios, Farmácias, e dentistas.</p>\r\n                    \r\n<p>Estamos com o cartão também nas cidades de São Mateus do Sul, Antônio Olinto, São João do Triunfo, General Carneiro, Cruz Machado, Paula Freitas, Paulo Frontin, Mallet, Rio Azul, Porto União, Irineópolis, Matos Costa.</p>\r\n<small>Fonte: Plano São Camilo. Hospital Regional</small>', 'Consórcio Hospitalar Preferencial', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2017-04-11 10:58:15', '2017-04-11 13:58:15', '', 42, 'http://ranierirepresentacoes.com.br/2017/04/11/42-revision-v1/', 0, 'revision', '', 0),
(44, 1, '2017-04-11 11:05:19', '2017-04-11 14:05:19', '<small><img class=\" wp-image-156 aligncenter\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/foto1-300x232.png\" alt=\"\" width=\"624\" height=\"482\" /></small>\r\n\r\n<small><img class=\" wp-image-160 aligncenter\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/2-300x78.png\" alt=\"\" width=\"561\" height=\"146\" /></small>\r\n\r\n&nbsp;', 'Plano São Camilo', '', 'publish', 'closed', 'closed', '', 'plano-sao-camilo', '', '', '2022-08-01 00:04:12', '2022-08-01 03:04:12', '', 0, 'http://ranierirepresentacoes.com.br/?page_id=44', 0, 'page', '', 0),
(233, 1, '2022-08-01 00:04:12', '2022-08-01 03:04:12', '<small><img class=\" wp-image-156 aligncenter\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/foto1-300x232.png\" alt=\"\" width=\"624\" height=\"482\" /></small>\r\n\r\n<small><img class=\" wp-image-160 aligncenter\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/2-300x78.png\" alt=\"\" width=\"561\" height=\"146\" /></small>\r\n\r\n&nbsp;', 'Plano São Camilo', '', 'inherit', 'closed', 'closed', '', '44-revision-v1', '', '', '2022-08-01 00:04:12', '2022-08-01 03:04:12', '', 44, 'http://ranierirepresentacoes.com.br/44-revision-v1/', 0, 'revision', '', 0),
(159, 2, '2017-04-21 16:59:49', '2017-04-21 19:59:49', '<small><img class=\" wp-image-156 aligncenter\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/foto1-300x232.png\" alt=\"\" width=\"492\" height=\"380\" /></small>', 'Plano São Camilo', '', 'inherit', 'closed', 'closed', '', '44-revision-v1', '', '', '2017-04-21 16:59:49', '2017-04-21 19:59:49', '', 44, 'http://ranierirepresentacoes.com.br/44-revision-v1/', 0, 'revision', '', 0),
(160, 2, '2017-04-21 17:27:27', '2017-04-21 20:27:27', '', '2', '', 'inherit', 'open', 'closed', '', '2', '', '', '2017-04-21 17:27:27', '2017-04-21 20:27:27', '', 44, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/2.png', 0, 'attachment', 'image/png', 0),
(165, 2, '2017-04-21 17:34:04', '2017-04-21 20:34:04', '<small><img class=\" wp-image-156 aligncenter\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/foto1-300x232.png\" alt=\"\" width=\"624\" height=\"482\" /></small>\r\n\r\n<small><img class=\" wp-image-160 aligncenter\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/2-300x78.png\" alt=\"\" width=\"561\" height=\"146\" /></small>\r\n\r\n&nbsp;\r\n\r\n<img class=\"wp-image-162 alignleft\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/empresarial-300x99.png\" alt=\"\" width=\"469\" height=\"155\" />  <img class=\"wp-image-164 alignright\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/individual-300x109.png\" alt=\"\" width=\"432\" height=\"157\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<img class=\"wp-image-163 aligncenter\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/familiar-300x105.png\" alt=\"\" width=\"483\" height=\"169\" />', 'Plano São Camilo', '', 'inherit', 'closed', 'closed', '', '44-revision-v1', '', '', '2017-04-21 17:34:04', '2017-04-21 20:34:04', '', 44, 'http://ranierirepresentacoes.com.br/44-revision-v1/', 0, 'revision', '', 0),
(157, 2, '2017-04-21 16:58:05', '2017-04-21 19:58:05', '<strong>Faça um plano de saúde completo:</strong>\r\nCom intuito de auxiliar na melhor estruturação dos Hospitais da entidade Beneficência Camiliana do Sul, o Plano de Saúde São Camilo, iniciou suas atividades em 1992 na cidade de Concórdia – SC, consolidando-se referência de qualidade na prestação de serviços da saúde.\r\n\r\nEm parceria com o Hospital São Francisco de Concórdia – SC, o Plano de Saúde São Camilo concretizou a ideia da implementação de seus serviços aos Hospitais São Camilo das demais entidades. Hoje atendendo as cidades de Ananindeua e Santarém – PA, Macapá – AP, Ponta Grossa e União da Vitória – PR, Formosa – GO, Encantado – RS, Timóteo – MG, Fortaleza, Crato e Sobral – CE, Itu e Taubaté – SP.\r\n\r\nÉ através das unidades que o Plano de Saúde São Camilo vem se estruturando e criando um Corpo Clínico especializado e preocupado com o bem-estar de seus pacientes. O Plano de Saúde São Camilo trabalhando intensivamente na questão do atendimento humanizado, assim conquistando a credibilidade e a confiança da equipe e dos pacientes.\r\n\r\nO compromisso com o desenvolvimento Humano e Social por meio de ações como: saúde, educação, meio ambiente e gestão social vêm ser um desafio para toda a equipe do Plano de Saúde São Camilo. Ações essas que permitem sustentar a atuação junto à comunidade, promovendo o acesso a uma assistência de qualidade.\r\n\r\nCom mais de 55 mil clientes em suas 14 unidades distribuídas pelo Brasil, nosso atendimento é baseado em segurança, credibilidade, ética e profissionalismo. Oferecendo a você planos de saúde para pessoas físicas e jurídicas e atendendo de acordo com sua necessidade.\r\n\r\n<small>Fonte: Plano São Camilo<img class=\"size-medium wp-image-156 aligncenter\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/foto1-300x232.png\" alt=\"\" width=\"300\" height=\"232\" /></small>', 'Plano São Camilo', '', 'inherit', 'closed', 'closed', '', '44-revision-v1', '', '', '2017-04-21 16:58:05', '2017-04-21 19:58:05', '', 44, 'http://ranierirepresentacoes.com.br/44-revision-v1/', 0, 'revision', '', 0),
(45, 1, '2017-04-11 11:05:19', '2017-04-11 14:05:19', '<p>\r\n              <strong>Faça um plano de saúde completo:</strong><br />\r\n              Com intuito de auxiliar na melhor estruturação dos Hospitais da entidade Beneficência Camiliana do Sul, o Plano de Saúde São Camilo, iniciou suas atividades em 1992 na cidade de Concórdia – SC, consolidando-se referência de qualidade na prestação de serviços da saúde.\r\n          </p>\r\n          <p>\r\n              Em parceria com o Hospital São Francisco de Concórdia – SC, o Plano de Saúde São Camilo concretizou a ideia da implementação de seus serviços aos Hospitais São Camilo das demais entidades. Hoje atendendo as cidades de Ananindeua e Santarém – PA, Macapá – AP, Ponta Grossa e União da Vitória – PR, Formosa – GO, Encantado – RS, Timóteo – MG, Fortaleza, Crato e Sobral – CE, Itu e Taubaté – SP.\r\n          </p>\r\n          <p>\r\n              É através das unidades que o Plano de Saúde São Camilo vem se estruturando e criando um Corpo Clínico especializado e preocupado com o bem-estar de seus pacientes. O Plano de Saúde São Camilo trabalhando intensivamente na questão do atendimento humanizado, assim conquistando a credibilidade e a confiança da equipe e dos pacientes.\r\n          </p>\r\n          <p>\r\n              O compromisso com o desenvolvimento Humano e Social por meio de ações como: saúde, educação, meio ambiente e gestão social vêm ser um desafio para toda a equipe do Plano de Saúde São Camilo. Ações essas que permitem sustentar a atuação junto à comunidade, promovendo o acesso a uma assistência de qualidade.\r\n          </p>\r\n          <p>\r\n              Com mais de 55 mil clientes em suas 14 unidades distribuídas pelo Brasil, nosso atendimento é baseado em segurança, credibilidade, ética e profissionalismo. Oferecendo a você planos de saúde para pessoas físicas e jurídicas e atendendo de acordo com sua necessidade.\r\n          </p>\r\n          <small>Fonte: Plano São Camilo</small>', 'Plano São Camilo', '', 'inherit', 'closed', 'closed', '', '44-revision-v1', '', '', '2017-04-11 11:05:19', '2017-04-11 14:05:19', '', 44, 'http://ranierirepresentacoes.com.br/2017/04/11/44-revision-v1/', 0, 'revision', '', 0),
(46, 1, '2017-04-11 11:08:38', '2017-04-11 14:08:38', '<label> Seu nome (obrigatório)\r\n    [text* your-name] </label>\r\n\r\n<label> Seu e-mail (obrigatório)\r\n    [email* your-email] </label>\r\n\r\n<label> Assunto\r\n    [text your-subject] </label>\r\n\r\n<label> Sua mensagem\r\n    [textarea your-message] </label>\r\n\r\n[submit \"Enviar\"]\n1\nRanieri Representações \"[your-subject]\"\n[your-name] <wordpress@ranierirepresentacoes.com.br>\nranieri@ranierirepresentacoes.com.br\nDe: [your-name] <[your-email]>\r\nAssunto: [your-subject]\r\n\r\nCorpo da mensagem:\r\n[your-message]\r\n\r\n-- \r\nEste e-mail foi enviado do formulário de contato do site (http://ranierirepresentacoes.com.br/)\nReply-To: [your-email]\n\n\n\n\n\n\n\n\n\n\n\n\nAgradecemos a sua mensagem.\nOcorreu um erro ao tentar enviar sua mensagem. Tente novamente mais tarde.\nUm ou mais campos possuem um erro. Verifique e tente novamente.\nOcorreu um erro ao tentar enviar sua mensagem. Tente novamente mais tarde.\nVocê deve aceitar os termos e condições antes de enviar sua mensagem.\nO campo é obrigatório.\nO campo é muito longo.\nO campo é muito curto.\nOcorreu um erro desconhecido ao enviar o arquivo.\nVocê não tem permissão para enviar esse tipo de arquivo.\nO arquivo é muito grande.\nOcorreu um erro ao enviar o arquivo.\nO formato de data está incorreto.\nA data é anterior à mais antiga permitida.\nA data é posterior à maior data permitida.\nO formato de número é inválido.\nO número é menor do que o mínimo permitido.\nO número é maior do que o máximo permitido.\nA resposta para o quiz está incorreta.\nO endereço de e-mail informado é inválido.\nA URL é inválida.\nO número de telefone é inválido.', 'Formulário de contato 1', '', 'publish', 'closed', 'closed', '', 'formulario-de-contato-1', '', '', '2022-08-01 18:26:18', '2022-08-01 21:26:18', '', 0, 'http://ranierirepresentacoes.com.br/?post_type=wpcf7_contact_form&#038;p=46', 0, 'wpcf7_contact_form', '', 0),
(47, 1, '2017-04-11 11:29:13', '2017-04-11 14:29:13', '<label> Seu nome\r\n    [text* your-name placeholder \"Nome Completo\"] </label>\r\n\r\n<label> Seu e-mail\r\n    [email* your-email placeholder \"E-mail Completo\"] </label>\r\n\r\n[submit \"Enviar\"]\n1\nRanieri Representações - Newsletter\n[your-name] <wordpress@ranierirepresentacoes.com.br>\nranieri@ranierirepresentacoes.com.br\nDe: [your-name] <[your-email]>\r\nAssunto: Newsletter\r\n\r\nNova assinatura na Newsletter\r\n[your-name]\r\nEmail: [your-email]\r\n\r\n-- \r\nEste e-mail foi enviado do formulário de newsletter em Ranieri Representações (http://ranierirepresentacoes.com.br/)\nReply-To: [your-email]\n\n\n\n\n\n\n\n\n\n\n\n\nAgradecemos a sua mensagem.\nOcorreu um erro ao tentar enviar sua mensagem. Tente novamente mais tarde.\nUm ou mais campos possuem um erro. Verifique e tente novamente.\nOcorreu um erro ao tentar enviar sua mensagem. Tente novamente mais tarde.\nVocê deve aceitar os termos e condições antes de enviar sua mensagem.\nO campo é obrigatório.\nO campo é muito longo.\nO campo é muito curto.\nO formato de data está incorreto.\nA data é anterior à mais antiga permitida.\nA data é posterior à maior data permitida.\nOcorreu um erro desconhecido ao enviar o arquivo.\nVocê não tem permissão para enviar esse tipo de arquivo.\nO arquivo é muito grande.\nOcorreu um erro ao enviar o arquivo.\nO formato de número é inválido.\nO número é menor do que o mínimo permitido.\nO número é maior do que o máximo permitido.\nA resposta para o quiz está incorreta.\nO código digitado está incorreto.\nO endereço de e-mail informado é inválido.\nA URL é inválida.\nO número de telefone é inválido.', 'Newsletter', '', 'publish', 'closed', 'closed', '', 'sem-titulo', '', '', '2017-04-17 12:08:49', '2017-04-17 15:08:49', '', 0, 'http://ranierirepresentacoes.com.br/?post_type=wpcf7_contact_form&#038;p=47', 0, 'wpcf7_contact_form', '', 0),
(135, 2, '2017-04-21 15:33:05', '2017-04-21 18:33:05', '<strong>Faça um plano de saúde completo:</strong>\r\nA <strong>DentalUni</strong> é uma cooperativa que tem como objetivo prestar assistência odontológica de qualidade a todos. Sua administração é feita por quem realmente entende de Odontologia, cirurgiões-dentistas. Nossos planos são flexíveis e abrangem todas as especialidades, o que permite ofertar qualidade e proeço acessíivel a quem busca assistência odontológica.\r\n\r\nNossos planos são flexíveis e abrangem todas as especialidades, o que permite ofertar qualidade e proeço acessíivel a quem busca assistência odontológica.\r\nAmpla rede de cirurgiões-dentistas cooperados pronta para atender com qualidade os nossos beneficiários.\r\nCom a DENTAL UNI, todos saem ganhando. Sua empresa ganha em produtividade, pois estará oferecendo o melhor benefíci, oque permite melhores condições de negociação salarial e diminuição de absenteísmo.\r\n\r\nE seu funcionário ganha em qualidade de vida, pois terá o melhor plano odontológico, pelo menor custo.\r\n<h4><strong>Diferenças e vantagens:</strong></h4>\r\n&nbsp;\r\n<ul>\r\n 	<li>Ampla rede de atendimento em todo o Brasil.</li>\r\n 	<li>Acesso a todas as especialidades odontológicas.</li>\r\n 	<li>Atendimento personalizado.</li>\r\n 	<li>Garantia de 1 ano para os serviços prestados.</li>\r\n 	<li>Livre escolha do dentista cooperado em todas as especialidades odontológicas.</li>\r\n 	<li>Atendimento em todas as regiões do país para urgências odontológicas.</li>\r\n 	<li>Dedução no Imposto de Renda (IR) de 100% do investimento.</li>\r\n 	<li>Liberação de guia de tratamento on-line diretamente no consultório do cirurgião-dentista cooperado. Cobertura para dependentes igual à cobertura do titular.</li>\r\n 	<li>Acesso às especialidades adicionais com prazos e parcelamentos facilitados.</li>\r\n 	<li>Atendimento a pacientes especiais por profissionais especializados.</li>\r\n 	<li>Programa de aprimoramento constante para os profissionais cooperados.</li>\r\n 	<li>Odontomóveis equipadas com um consultório para a realização de avaliações bucais e ações de prevenção.</li>\r\n 	<li>Flexibilidade para montar planos individuais, familiares ou empresariais Relação de dentistas disponível no site www.dentaluni.com.br e guias do beneficiário.</li>\r\n 	<li>Um moderno centro de dados que garante maior segurança, qualidade e rapidez na transmissão e armazenamento de informações da Dental Uni.</li>\r\n 	<li>Coberturas dos planos com amparo legal pela Resolução - RN n.º 338 da ANS - Agência Nacional de Saúde Suplementar, publicada no D.O.U. de 22/10/2013.</li>\r\n</ul>', 'Sobre2', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2017-04-21 15:33:05', '2017-04-21 18:33:05', '', 5, 'http://ranierirepresentacoes.com.br/5-revision-v1/', 0, 'revision', '', 0),
(57, 1, '2017-04-11 14:11:00', '2017-04-11 17:11:00', '[gallery size=\"medium\" ids=\"225,224,228,217,215,222,207,218,209,206,211,210\"]', 'Galeria de Fotos', '', 'publish', 'closed', 'closed', '', 'galeria-de-fotos', '', '', '2022-07-31 23:54:48', '2022-08-01 02:54:48', '', 0, 'http://ranierirepresentacoes.com.br/?page_id=57', 0, 'page', '', 0),
(229, 1, '2022-07-31 23:53:47', '2022-08-01 02:53:47', '[gallery size=\"medium\" ids=\"225,224,228,217,215,222,207,218,209,206,211,210,216\"]', 'Galeria de Fotos', '', 'inherit', 'closed', 'closed', '', '57-revision-v1', '', '', '2022-07-31 23:53:47', '2022-08-01 02:53:47', '', 57, 'http://ranierirepresentacoes.com.br/57-revision-v1/', 0, 'revision', '', 0),
(58, 1, '2017-04-11 14:10:33', '2017-04-11 17:10:33', '', 'img-escritorio-ranieri-sao-mateus-02', '', 'inherit', 'open', 'closed', '', 'img-escritorio-ranieri-sao-mateus-02', '', '', '2017-04-11 14:10:33', '2017-04-11 17:10:33', '', 57, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-escritorio-ranieri-sao-mateus-02.jpg', 0, 'attachment', 'image/jpeg', 0),
(59, 1, '2017-04-11 14:10:37', '2017-04-11 17:10:37', '', 'img-escritorio-ranieri-sao-mateus-03', '', 'inherit', 'open', 'closed', '', 'img-escritorio-ranieri-sao-mateus-03', '', '', '2017-04-11 14:10:37', '2017-04-11 17:10:37', '', 57, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-escritorio-ranieri-sao-mateus-03.jpg', 0, 'attachment', 'image/jpeg', 0),
(60, 1, '2017-04-11 14:10:42', '2017-04-11 17:10:42', '', 'img-escritorio-ranieri-sao-mateus-01', '', 'inherit', 'open', 'closed', '', 'img-escritorio-ranieri-sao-mateus-01', '', '', '2017-04-11 14:10:42', '2017-04-11 17:10:42', '', 57, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-escritorio-ranieri-sao-mateus-01.jpg', 0, 'attachment', 'image/jpeg', 0),
(61, 1, '2017-04-11 14:11:00', '2017-04-11 17:11:00', 'Confira a nossa galeria de fotos, das nossas agências registradas:\r\n<h3 class=\"page-content\">São Mateus do Sul (PR)</h3>\r\n\r\n[gallery size=\"medium\" ids=\"58,59,60\"]', 'Galeria de Fotos', '', 'inherit', 'closed', 'closed', '', '57-revision-v1', '', '', '2017-04-11 14:11:00', '2017-04-11 17:11:00', '', 57, 'http://ranierirepresentacoes.com.br/2017/04/11/57-revision-v1/', 0, 'revision', '', 0),
(62, 1, '2017-04-11 14:28:02', '2017-04-11 17:28:02', '', 'Contato', '', 'publish', 'closed', 'closed', '', 'contato', '', '', '2022-08-01 18:04:20', '2022-08-01 21:04:20', '', 0, 'http://ranierirepresentacoes.com.br/?page_id=62', 0, 'page', '', 0),
(235, 1, '2022-08-01 18:04:20', '2022-08-01 21:04:20', '', 'Contato', '', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2022-08-01 18:04:20', '2022-08-01 21:04:20', '', 62, 'https://ranierirepresentacoes.com.br/?p=235', 0, 'revision', '', 0),
(246, 1, '2025-05-16 16:51:52', '2025-05-16 19:51:52', '', 'ranieri-dentaluni-plano-doc', '', 'inherit', 'open', 'closed', '', 'ranieri-dentaluni-plano-doc', '', '', '2025-05-16 16:51:52', '2025-05-16 19:51:52', '', 29, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/ranieri-dentaluni-plano-doc.jpg', 0, 'attachment', 'image/jpeg', 0),
(232, 1, '2022-07-31 23:56:45', '2022-08-01 02:56:45', '<div class=\'contato\'> \r\n    <h3>DentalUni/Plano São Camilo</h3>\r\n    <p>\r\n        <strong>Cidade:</strong> União da Vitória (PR)<br />\r\n        <strong>Rua:</strong> Visconde de Nácar, 45 <br />\r\n        <strong>Bairro:</strong> Terminal Urbano, Centro<br />\r\n        <strong>Telefone:</strong> (42)3523-6398<br />\r\n        <strong>Responsável:</strong> Ranieri<br />\r\n        <strong>Email:</strong> <a href=\"mailto:ranieri@ranierirepresentacoes.com.br?Subject=Bom%20dia...\" title=\"E-mail DentalUni Pás\">ranieri@ranierirepresentacoes.com.br</a>\r\n        </small>\r\n    </p>\r\n</div>\r\n', 'Contato', '', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2022-07-31 23:56:45', '2022-08-01 02:56:45', '', 62, 'http://ranierirepresentacoes.com.br/62-revision-v1/', 0, 'revision', '', 0),
(248, 1, '2025-05-16 16:53:15', '2025-05-16 19:53:15', '<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\"><strong>PLANO DENTAL ELITE</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">(264 procedimentos)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":245,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/ranieri-dentaluni-plano-elite-1024x378.jpg\" alt=\"\" class=\"wp-image-245\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"backgroundColor\":\"cyan-bluish-gray\"} -->\n<hr class=\"wp-block-separator has-text-color has-cyan-bluish-gray-color has-alpha-channel-opacity has-cyan-bluish-gray-background-color has-background\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\"><strong><strong>PLANO DENTAL AMPLO DOC</strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">(225 procedimentos)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":246,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/ranieri-dentaluni-plano-doc-1024x378.jpg\" alt=\"\" class=\"wp-image-246\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"backgroundColor\":\"cyan-bluish-gray\"} -->\n<hr class=\"wp-block-separator has-text-color has-cyan-bluish-gray-color has-alpha-channel-opacity has-cyan-bluish-gray-background-color has-background\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\"><strong><strong><strong>PLANO DENTAL ESSENCIAL</strong></strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">(191 procedimentos)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":247,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/ranieri-dentaluni-plano-essencial-1024x378.jpg\" alt=\"\" class=\"wp-image-247\"/></figure>\n<!-- /wp:image -->', 'DentalUni', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-05-16 16:53:15', '2025-05-16 19:53:15', '', 29, 'https://ranierirepresentacoes.com.br/?p=248', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(185, 2, '2017-04-21 18:42:27', '2017-04-21 21:42:27', '<div class=\'contato\'> \r\n    <h3>DentalUni</h3>\r\n    <p>\r\n        <strong>Cidade:</strong> São Mateus do Sul (PR)<br />\r\n        <strong>Rua:</strong> Tenente Max Wolf Filho<br />\r\n        <strong>Bairro:</strong> nº 384 - Centro<br />\r\n        <strong>Tel:</strong> 42-3532-6257/3532-7395<br />\r\n        <strong>Responsável I:</strong> Suelen Przyvitowski<br />\r\n        <strong>Email:</strong> <a href=\"mailto:su_samas@hotmail.com?Subject=Bom%20dia...\" title=\"E-mail DentalUni\">su_samas@hotmail.com</a>\r\n        <small class=\"icon-skype\">\r\n            <strong>Skype: Suelen Przyvitowski</strong>\r\n        </small>\r\n    </p>\r\n</div>\r\n<div class=\'contato\'>\r\n    <h3>Plano São Camilo</h3>\r\n    <p>\r\n        <strong>Cidade:</strong> São Mateus do Sul (PR)<br />\r\n        <strong>Rua:</strong> Altino Pereira de Lima<br />\r\n        <strong>Bairro:</strong> nº 1570, Centro<br>\r\n        <strong>Tel:</strong> 42-3532-6257/3532-7395<br />\r\n        <strong>Responsável:</strong> Suelen Przyvitowski<br />\r\n        <strong>Email:</strong> <a href=\"mailto:su_samas@hotmail.com?Subject=Bom%20dia...\" title=\"E-mail Plano São Camilo\">su_samas@hotmail.com</a>\r\n    </p>\r\n</div>\r\n<div class=\'contato\'>\r\n    <h3>DentalUni/Plano São Camilo</h3>\r\n    <p>\r\n        <strong>Cidade:</strong> General Carneiro (PR)<br />\r\n        <strong>Rua:</strong> Esteliano Pizzatto<br />\r\n        <strong>Bairro:</strong> nº 425 - Centro<br />\r\n        <strong>Tel:</strong> 42-8806-6210<br />\r\n        <strong>Responsável:</strong> Joaquim<br />\r\n        <strong>Email:</strong> <a href=\"mailto:joaquimpas@hotmail.com?Subject=Bom%20dia...\" title=\"E-mail DentalUni Pás\">joaquimpas@hotmail.com</a>\r\n    </p>\r\n</div>\r\n<div class=\'contato\'>\r\n    <h3>DentalUni/Plano São Camilo</h3>\r\n    <p>\r\n        <strong>Cidade:</strong> União da Vitória (PR)<br />\r\n        <strong>Rua:</strong> Visconde de Nácar, 45 <br />\r\n        <strong>Bairro:</strong> Terminal Urbano, Centro<br />\r\n        <strong>Tel:</strong> 42-3523-6398/98808-1964.<br />\r\n        <strong>Responsável:</strong> Ranieri<br />\r\n        <strong>Email:</strong> <a href=\"mailto:ranieri@ranierirepresentacoes.com.br?Subject=Bom%20dia...\" title=\"E-mail DentalUni Pás\">ranieri@ranierirepresentacoes.com.br</a>\r\n        </small>\r\n    </p>\r\n</div>\r\n', 'Contato', '', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2017-04-21 18:42:27', '2017-04-21 21:42:27', '', 62, 'http://ranierirepresentacoes.com.br/62-revision-v1/', 0, 'revision', '', 0),
(63, 1, '2017-04-11 14:28:02', '2017-04-11 17:28:02', '<article> \r\n    <h3>DentalUni</h3>\r\n    <p>\r\n        <strong>Cidade:</strong> São Mateus do Sul (PR)<br />\r\n        <strong>Rua:</strong> Tenente Max Wolf Filho<br />\r\n        <strong>Bairro:</strong> nº 384 - Centro<br />\r\n        <strong>Tel:</strong> 42-3532-6257/3532-7395<br />\r\n        <strong>Responsável I:</strong> Suelen Przyvitowski<br />\r\n        <strong>Email:</strong> <a href=\"mailto:suelen@ranierirepresentacoes.com.br?Subject=Bom%20dia...\" title=\"E-mail DentalUni\">suelen@ranierirepresentacoes.com.br</a>\r\n        <small class=\"icon-skype\">\r\n            <strong>Skype: Suelen Przyvitowski</strong>\r\n        </small>\r\n    </p>\r\n</article>\r\n<article>\r\n    <h3>Plano São Camilo</h3>\r\n    <p>\r\n        <strong>Cidade:</strong> São Mateus do Sul (PR)<br />\r\n        <strong>Rua:</strong> Altino Pereira de Lima<br />\r\n        <strong>Bairro:</strong> nº 1570, Centro<br>\r\n        <strong>Tel:</strong> 42-3532-7084<br />\r\n        <strong>Responsável:</strong> Sabrina Przyvitowski<br />\r\n        <strong>Email:</strong> <a href=\"mailto:sabrina@ranierirepresentacoes.com.br?Subject=Bom%20dia...\" title=\"E-mail Plano São Camilo\">sabrina@ranierirepresentacoes.com.br</a>\r\n    </p>\r\n</article>\r\n<article>\r\n    <h3>DentalUni/Plano São Camilo</h3>\r\n    <p>\r\n        <strong>Cidade:</strong> General Carneiro (PR)<br />\r\n        <strong>Rua:</strong> Esteliano Pizzatto<br />\r\n        <strong>Bairro:</strong> nº 425 - Centro<br />\r\n        <strong>Tel:</strong> 42-8806-6210<br />\r\n        <strong>Responsável:</strong> Joaquim<br />\r\n        <strong>Email:</strong> <a href=\"mailto:joaquim@ranierirepresentacoes.com.br?Subject=Bom%20dia...\" title=\"E-mail DentalUni Pás\">joaquim@ranierirepresentacoes.com.br</a>\r\n    </p>\r\n</article>\r\n<article>\r\n    <h3>DentalUni/Plano São Camilo</h3>\r\n    <p>\r\n        <strong>Cidade:</strong> União da Vitória (PR)<br />\r\n        <strong>Rua:</strong> Visconde de Nácar<br />\r\n        <strong>Bairro:</strong> Terminal Urbano, Centro<br />\r\n        <strong>Tel:</strong> 42-3523-6398.<br />\r\n        <strong>Responsável:</strong> Abigail Santana<br />\r\n        <strong>Email:</strong> <a href=\"mailto:abigail@ranierirepresentacoes.com.br?Subject=Bom%20dia...\" title=\"E-mail DentalUni Pás\">abigail@ranierirepresentacoes.com.br</a>\r\n        <small class=\"icon-skype\">\r\n            <strong>Skype: Abigail Santana Santos</strong>\r\n        </small>\r\n    </p>\r\n</article>\r\n<article> \r\n    <h3>DentalUni</h3>\r\n     <p>\r\n        <strong>Cidade:</strong> União da Vitória (PR)<br />\r\n        <strong>Rua:</strong> Visconde de Nácar<br />\r\n        <strong>Bairro:</strong> Terminal Urbano, Centro<br />\r\n        <strong>Tel:</strong> 42-3523-6398.<br />\r\n        <strong>Rep. Comercial:</strong> Leandro Rodrigues dos Santos<br />\r\n        <strong>Email:</strong> <a href=\"mailto:leandro@ranierirepresentacoes.com.br?Subject=Bom%20dia...\" title=\"E-mail DentalUni Pás\">leandro@ranierirepresentacoes.com.br</a>\r\n    </p>\r\n</article>', 'Contato', '', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2017-04-11 14:28:02', '2017-04-11 17:28:02', '', 62, 'http://ranierirepresentacoes.com.br/2017/04/11/62-revision-v1/', 0, 'revision', '', 0),
(64, 1, '2017-04-11 14:46:45', '2017-04-11 17:46:45', '<div> \r\n    <h3>DentalUni</h3>\r\n    <p>\r\n        <strong>Cidade:</strong> São Mateus do Sul (PR)<br />\r\n        <strong>Rua:</strong> Tenente Max Wolf Filho<br />\r\n        <strong>Bairro:</strong> nº 384 - Centro<br />\r\n        <strong>Tel:</strong> 42-3532-6257/3532-7395<br />\r\n        <strong>Responsável I:</strong> Suelen Przyvitowski<br />\r\n        <strong>Email:</strong> <a href=\"mailto:suelen@ranierirepresentacoes.com.br?Subject=Bom%20dia...\" title=\"E-mail DentalUni\">suelen@ranierirepresentacoes.com.br</a>\r\n        <small class=\"icon-skype\">\r\n            <strong>Skype: Suelen Przyvitowski</strong>\r\n        </small>\r\n    </p>\r\n</div>\r\n<div>\r\n    <h3>Plano São Camilo</h3>\r\n    <p>\r\n        <strong>Cidade:</strong> São Mateus do Sul (PR)<br />\r\n        <strong>Rua:</strong> Altino Pereira de Lima<br />\r\n        <strong>Bairro:</strong> nº 1570, Centro<br>\r\n        <strong>Tel:</strong> 42-3532-7084<br />\r\n        <strong>Responsável:</strong> Sabrina Przyvitowski<br />\r\n        <strong>Email:</strong> <a href=\"mailto:sabrina@ranierirepresentacoes.com.br?Subject=Bom%20dia...\" title=\"E-mail Plano São Camilo\">sabrina@ranierirepresentacoes.com.br</a>\r\n    </p>\r\n</div>\r\n<div>\r\n    <h3>DentalUni/Plano São Camilo</h3>\r\n    <p>\r\n        <strong>Cidade:</strong> General Carneiro (PR)<br />\r\n        <strong>Rua:</strong> Esteliano Pizzatto<br />\r\n        <strong>Bairro:</strong> nº 425 - Centro<br />\r\n        <strong>Tel:</strong> 42-8806-6210<br />\r\n        <strong>Responsável:</strong> Joaquim<br />\r\n        <strong>Email:</strong> <a href=\"mailto:joaquim@ranierirepresentacoes.com.br?Subject=Bom%20dia...\" title=\"E-mail DentalUni Pás\">joaquim@ranierirepresentacoes.com.br</a>\r\n    </p>\r\n</div>\r\n<div>\r\n    <h3>DentalUni/Plano São Camilo</h3>\r\n    <p>\r\n        <strong>Cidade:</strong> União da Vitória (PR)<br />\r\n        <strong>Rua:</strong> Visconde de Nácar<br />\r\n        <strong>Bairro:</strong> Terminal Urbano, Centro<br />\r\n        <strong>Tel:</strong> 42-3523-6398.<br />\r\n        <strong>Responsável:</strong> Abigail Santana<br />\r\n        <strong>Email:</strong> <a href=\"mailto:abigail@ranierirepresentacoes.com.br?Subject=Bom%20dia...\" title=\"E-mail DentalUni Pás\">abigail@ranierirepresentacoes.com.br</a>\r\n        <small class=\"icon-skype\">\r\n            <strong>Skype: Abigail Santana Santos</strong>\r\n        </small>\r\n    </p>\r\n</div>\r\n<div> \r\n    <h3>DentalUni</h3>\r\n     <p>\r\n        <strong>Cidade:</strong> União da Vitória (PR)<br />\r\n        <strong>Rua:</strong> Visconde de Nácar<br />\r\n        <strong>Bairro:</strong> Terminal Urbano, Centro<br />\r\n        <strong>Tel:</strong> 42-3523-6398.<br />\r\n        <strong>Rep. Comercial:</strong> Leandro Rodrigues dos Santos<br />\r\n        <strong>Email:</strong> <a href=\"mailto:leandro@ranierirepresentacoes.com.br?Subject=Bom%20dia...\" title=\"E-mail DentalUni Pás\">leandro@ranierirepresentacoes.com.br</a>\r\n    </p>\r\n</div>', 'Contato', '', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2017-04-11 14:46:45', '2017-04-11 17:46:45', '', 62, 'http://ranierirepresentacoes.com.br/2017/04/11/62-revision-v1/', 0, 'revision', '', 0),
(65, 1, '2017-04-11 14:48:10', '2017-04-11 17:48:10', '<div class=\'contato\'> \r\n    <h3>DentalUni</h3>\r\n    <p>\r\n        <strong>Cidade:</strong> São Mateus do Sul (PR)<br />\r\n        <strong>Rua:</strong> Tenente Max Wolf Filho<br />\r\n        <strong>Bairro:</strong> nº 384 - Centro<br />\r\n        <strong>Tel:</strong> 42-3532-6257/3532-7395<br />\r\n        <strong>Responsável I:</strong> Suelen Przyvitowski<br />\r\n        <strong>Email:</strong> <a href=\"mailto:suelen@ranierirepresentacoes.com.br?Subject=Bom%20dia...\" title=\"E-mail DentalUni\">suelen@ranierirepresentacoes.com.br</a>\r\n        <small class=\"icon-skype\">\r\n            <strong>Skype: Suelen Przyvitowski</strong>\r\n        </small>\r\n    </p>\r\n</div>\r\n<div class=\'contato\'>\r\n    <h3>Plano São Camilo</h3>\r\n    <p>\r\n        <strong>Cidade:</strong> São Mateus do Sul (PR)<br />\r\n        <strong>Rua:</strong> Altino Pereira de Lima<br />\r\n        <strong>Bairro:</strong> nº 1570, Centro<br>\r\n        <strong>Tel:</strong> 42-3532-7084<br />\r\n        <strong>Responsável:</strong> Sabrina Przyvitowski<br />\r\n        <strong>Email:</strong> <a href=\"mailto:sabrina@ranierirepresentacoes.com.br?Subject=Bom%20dia...\" title=\"E-mail Plano São Camilo\">sabrina@ranierirepresentacoes.com.br</a>\r\n    </p>\r\n</div>\r\n<div class=\'contato\'>\r\n    <h3>DentalUni/Plano São Camilo</h3>\r\n    <p>\r\n        <strong>Cidade:</strong> General Carneiro (PR)<br />\r\n        <strong>Rua:</strong> Esteliano Pizzatto<br />\r\n        <strong>Bairro:</strong> nº 425 - Centro<br />\r\n        <strong>Tel:</strong> 42-8806-6210<br />\r\n        <strong>Responsável:</strong> Joaquim<br />\r\n        <strong>Email:</strong> <a href=\"mailto:joaquim@ranierirepresentacoes.com.br?Subject=Bom%20dia...\" title=\"E-mail DentalUni Pás\">joaquim@ranierirepresentacoes.com.br</a>\r\n    </p>\r\n</div>\r\n<div class=\'contato\'>\r\n    <h3>DentalUni/Plano São Camilo</h3>\r\n    <p>\r\n        <strong>Cidade:</strong> União da Vitória (PR)<br />\r\n        <strong>Rua:</strong> Visconde de Nácar<br />\r\n        <strong>Bairro:</strong> Terminal Urbano, Centro<br />\r\n        <strong>Tel:</strong> 42-3523-6398.<br />\r\n        <strong>Responsável:</strong> Abigail Santana<br />\r\n        <strong>Email:</strong> <a href=\"mailto:abigail@ranierirepresentacoes.com.br?Subject=Bom%20dia...\" title=\"E-mail DentalUni Pás\">abigail@ranierirepresentacoes.com.br</a>\r\n        <small class=\"icon-skype\">\r\n            <strong>Skype: Abigail Santana Santos</strong>\r\n        </small>\r\n    </p>\r\n</div>\r\n<div class=\'contato\'> \r\n    <h3>DentalUni</h3>\r\n     <p>\r\n        <strong>Cidade:</strong> União da Vitória (PR)<br />\r\n        <strong>Rua:</strong> Visconde de Nácar<br />\r\n        <strong>Bairro:</strong> Terminal Urbano, Centro<br />\r\n        <strong>Tel:</strong> 42-3523-6398.<br />\r\n        <strong>Rep. Comercial:</strong> Leandro Rodrigues dos Santos<br />\r\n        <strong>Email:</strong> <a href=\"mailto:leandro@ranierirepresentacoes.com.br?Subject=Bom%20dia...\" title=\"E-mail DentalUni Pás\">leandro@ranierirepresentacoes.com.br</a>\r\n    </p>\r\n</div>', 'Contato', '', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2017-04-11 14:48:10', '2017-04-11 17:48:10', '', 62, 'http://ranierirepresentacoes.com.br/2017/04/11/62-revision-v1/', 0, 'revision', '', 0),
(191, 2, '2017-04-24 11:48:57', '2017-04-24 14:48:57', '<h3 class=\"page-content\">Odontomóvel</h3>\r\n<img style=\"float: right;\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-odontomovel-dentaluni-275x300.jpg\" alt=\"Imagem-odontomovel-DentalUni\" width=\"287\" />\r\n\r\nA <strong>DentalUni</strong> está sempre pronta para oferecer o melhor aos seus beneficiários. Confira os benefícios do Odontomóvel:\r\n\r\n<strong>Temas e palestras da Saúde Bucal:</strong>\r\n<ul>\r\n 	<li>Saúde bucal e saúde do corpo</li>\r\n 	<li>Alimentação e saúde bucal</li>\r\n 	<li>Higiene Bucal</li>\r\n 	<li>Cáries</li>\r\n 	<li>Endodontia (Tratamento de Canal)</li>\r\n 	<li>Periodontia</li>\r\n 	<li>Prótese</li>\r\n 	<li>Implantes</li>\r\n 	<li>Urgências odontológicas</li>\r\n 	<li>Clareamento dentário</li>\r\n 	<li>Câncer bucal e tabagismo</li>\r\n 	<li>Aftas</li>\r\n 	<li>Herpes</li>\r\n 	<li>Gestão e saúde bucal</li>\r\n 	<li>Como cuidar dos dentes dos bebês</li>\r\n 	<li>Como cuidar dos dentes das crianças</li>\r\n 	<li>Ortodontia</li>\r\n</ul>\r\n<div class=\"box-content\">\r\n<h4><strong>Diferenciais Odontomóvel:</strong></h4>\r\nEntre os diferenciais oferecidos, estão as cinco odontomóveis - unidades móveis equipadas com consultórios odontológicos completos - que realizam ações de prevenção e educação bucal.\r\nAs ações incluem avaliação bucal, levantamento epidemiológico e palestras com diversos temas a serem tratados. Todas cm o objetivo de conscientizar sobre a importância dos cuidados com a saúde bucal. Afinal, quanto mais saudável estiver estiver seu colaborador, melhor seu desempenho e produtividade.\r\nAlém dos clientes, a cooperativa trabalha com compromisso e responsabilidade social, levando saúde bucal a comunidades carentes e entidades assistenciais, garantindo assim melhoria na qualidade de vida das pessoas atendidas.\r\n\r\n</div>', 'Odontomóvel', '', 'inherit', 'closed', 'closed', '', '37-revision-v1', '', '', '2017-04-24 11:48:57', '2017-04-24 14:48:57', '', 37, 'http://ranierirepresentacoes.com.br/37-revision-v1/', 0, 'revision', '', 0),
(67, 1, '2022-08-03 18:35:23', '2017-04-11 18:02:33', ' ', '', '', 'publish', 'closed', 'closed', '', '67', '', '', '2022-08-03 18:35:23', '2022-08-03 21:35:23', '', 0, 'http://ranierirepresentacoes.com.br/?p=67', 5, 'nav_menu_item', '', 0),
(68, 1, '2022-08-03 18:35:23', '2017-04-11 18:02:33', ' ', '', '', 'publish', 'closed', 'closed', '', '68', '', '', '2022-08-03 18:35:23', '2022-08-03 21:35:23', '', 0, 'http://ranierirepresentacoes.com.br/?p=68', 4, 'nav_menu_item', '', 0),
(69, 1, '2022-08-03 18:35:23', '2017-04-11 18:02:33', ' ', '', '', 'publish', 'closed', 'closed', '', '69', '', '', '2022-08-03 18:35:23', '2022-08-03 21:35:23', '', 0, 'http://ranierirepresentacoes.com.br/?p=69', 2, 'nav_menu_item', '', 0),
(70, 1, '2022-08-03 18:35:23', '2017-04-11 18:02:33', '', 'A empresa', '', 'publish', 'closed', 'closed', '', 'a-empresa', '', '', '2022-08-03 18:35:23', '2022-08-03 21:35:23', '', 0, 'http://ranierirepresentacoes.com.br/?p=70', 3, 'nav_menu_item', '', 0),
(71, 1, '2022-08-03 18:35:23', '2017-04-11 18:02:33', ' ', '', '', 'publish', 'closed', 'closed', '', '71', '', '', '2022-08-03 18:35:23', '2022-08-03 21:35:23', '', 0, 'http://ranierirepresentacoes.com.br/?p=71', 8, 'nav_menu_item', '', 0),
(72, 1, '2022-08-03 18:35:23', '2017-04-11 18:02:33', ' ', '', '', 'publish', 'closed', 'closed', '', '72', '', '', '2022-08-03 18:35:23', '2022-08-03 21:35:23', '', 0, 'http://ranierirepresentacoes.com.br/?p=72', 7, 'nav_menu_item', '', 0),
(73, 1, '2022-08-03 18:35:23', '2017-04-11 18:02:33', '', 'Planos DentalUni', '', 'publish', 'closed', 'closed', '', 'planos-dentaluni', '', '', '2022-08-03 18:35:23', '2022-08-03 21:35:23', '', 0, 'http://ranierirepresentacoes.com.br/?p=73', 6, 'nav_menu_item', '', 0),
(74, 1, '2022-08-03 18:35:23', '2017-04-11 18:02:33', '', 'Convênio', '', 'publish', 'closed', 'closed', '', 'consorcios', '', '', '2022-08-03 18:35:23', '2022-08-03 21:35:23', '', 0, 'http://ranierirepresentacoes.com.br/?p=74', 10, 'nav_menu_item', '', 0),
(75, 1, '2022-08-03 18:35:23', '2017-04-11 18:02:34', ' ', '', '', 'publish', 'closed', 'closed', '', '75', '', '', '2022-08-03 18:35:23', '2022-08-03 21:35:23', '', 93, 'http://ranierirepresentacoes.com.br/?p=75', 11, 'nav_menu_item', '', 0),
(188, 1, '2017-04-24 11:39:42', '2017-04-24 14:39:42', '<img style=\"float: right;\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-odontomovel-dentaluni-275x300.jpg\" alt=\"Imagem-odontomovel-DentalUni\" width=\"287\" />\r\n\r\nA <strong>DentalUni</strong> está sempre pronta para oferecer o melhor aos seus beneficiários. Confira os benefícios do Odontomóvel:\r\n\r\n<strong>Temas e palestras da Saúde Bucal:</strong>\r\n<ul>\r\n 	<li>Saúde bucal e saúde do corpo</li>\r\n 	<li>Alimentação e saúde bucal</li>\r\n 	<li>Higiene Bucal</li>\r\n 	<li>Cáries</li>\r\n 	<li>Endodontia (Tratamento de Canal)</li>\r\n 	<li>Periodontia</li>\r\n 	<li>Prótese</li>\r\n 	<li>Implantes</li>\r\n 	<li>Urgências odontológicas</li>\r\n 	<li>Clareamento dentário</li>\r\n 	<li>Câncer bucal e tabagismo</li>\r\n 	<li>Aftas</li>\r\n 	<li>Herpes</li>\r\n 	<li>Gestão e saúde bucal</li>\r\n 	<li>Como cuidar dos dentes dos bebês</li>\r\n 	<li>Como cuidar dos dentes das crianças</li>\r\n 	<li>Ortodontia</li>\r\n</ul>\r\n<div class=\"box-content\">\r\n<h4><strong>Diferenciais Odontomóvel:</strong></h4>\r\nEntre os diferenciais oferecidos, estão as cinco odontomóveis - unidades móveis equipadas com consultórios odontológicos completos - que realizam ações de prevenção e educação bucal.\r\nAs ações incluem avaliação bucal, levantamento epidemiológico e palestras com diversos temas a serem tratados. Todas cm o objetivo de conscientizar sobre a importância dos cuidados com a saúde bucal. Afinal, quanto mais saudável estiver estiver seu colaborador, melhor seu desempenho e produtividade.\r\nAlém dos clientes, a cooperativa trabalha com compromisso e responsabilidade social, levando saúde bucal a comunidades carentes e entidades assistenciais, garantindo assim melhoria na qualidade de vida das pessoas atendidas.\r\n\r\n</div>', 'Odontomóvel', '', 'inherit', 'closed', 'closed', '', '37-autosave-v1', '', '', '2017-04-24 11:39:42', '2017-04-24 14:39:42', '', 37, 'http://ranierirepresentacoes.com.br/37-autosave-v1/', 0, 'revision', '', 0),
(77, 1, '2022-08-03 18:35:23', '2017-04-11 18:02:34', ' ', '', '', 'publish', 'closed', 'closed', '', '77', '', '', '2022-08-03 18:35:23', '2022-08-03 21:35:23', '', 0, 'http://ranierirepresentacoes.com.br/?p=77', 12, 'nav_menu_item', '', 0),
(81, 1, '2022-08-03 18:35:23', '2017-04-11 18:02:34', ' ', '', '', 'publish', 'closed', 'closed', '', '81', '', '', '2022-08-03 18:35:23', '2022-08-03 21:35:23', '', 0, 'http://ranierirepresentacoes.com.br/?p=81', 13, 'nav_menu_item', '', 0),
(82, 1, '2022-08-03 18:35:23', '2017-04-11 18:02:34', ' ', '', '', 'publish', 'closed', 'closed', '', '82', '', '', '2022-08-03 18:35:23', '2022-08-03 21:35:23', '', 0, 'http://ranierirepresentacoes.com.br/?p=82', 14, 'nav_menu_item', '', 0),
(83, 1, '2022-08-03 18:35:23', '2017-04-11 18:02:34', ' ', '', '', 'publish', 'closed', 'closed', '', '83', '', '', '2022-08-03 18:35:23', '2022-08-03 21:35:23', '', 0, 'http://ranierirepresentacoes.com.br/?p=83', 15, 'nav_menu_item', '', 0),
(84, 1, '2017-04-11 16:15:40', '2017-04-11 19:15:40', '', 'Início', '', 'publish', 'closed', 'closed', '', 'inicio', '', '', '2017-04-21 16:26:10', '2017-04-21 19:26:10', '', 0, 'http://ranierirepresentacoes.com.br/?page_id=84', 0, 'page', '', 0),
(85, 1, '2017-04-11 16:15:40', '2017-04-11 19:15:40', '', 'Página inicial', '', 'inherit', 'closed', 'closed', '', '84-revision-v1', '', '', '2017-04-11 16:15:40', '2017-04-11 19:15:40', '', 84, 'http://ranierirepresentacoes.com.br/2017/04/11/84-revision-v1/', 0, 'revision', '', 0),
(86, 1, '2017-04-11 16:16:47', '2017-04-11 19:16:47', '', 'Inicio', '', 'inherit', 'closed', 'closed', '', '84-autosave-v1', '', '', '2017-04-11 16:16:47', '2017-04-11 19:16:47', '', 84, 'http://ranierirepresentacoes.com.br/2017/04/11/84-autosave-v1/', 0, 'revision', '', 0),
(87, 1, '2017-04-11 16:16:56', '2017-04-11 19:16:56', '', 'Início', '', 'inherit', 'closed', 'closed', '', '84-revision-v1', '', '', '2017-04-11 16:16:56', '2017-04-11 19:16:56', '', 84, 'http://ranierirepresentacoes.com.br/2017/04/11/84-revision-v1/', 0, 'revision', '', 0),
(89, 1, '2022-08-03 18:35:23', '2017-04-12 14:10:47', ' ', '', '', 'publish', 'closed', 'closed', '', '89', '', '', '2022-08-03 18:35:23', '2022-08-03 21:35:23', '', 0, 'http://ranierirepresentacoes.com.br/?p=89', 1, 'nav_menu_item', '', 0),
(91, 1, '2017-04-12 11:16:25', '2017-04-12 14:16:25', '<strong>Faça um plano de saúde completo:</strong>\r\nA <strong>DentalUni</strong> é uma cooperativa que tem como objetivo prestar assistência odontológica de qualidade a todos. Sua administração é feita por quem realmente entende de Odontologia, cirurgiões-dentistas. Nossos planos são flexíveis e abrangem todas as especialidades, o que permite ofertar qualidade e proeço acessíivel a quem busca assistência odontológica.\r\n\r\nNossos planos são flexíveis e abrangem todas as especialidades, o que permite ofertar qualidade e proeço acessíivel a quem busca assistência odontológica.\r\nAmpla rede de cirurgiões-dentistas cooperados pronta para atender com qualidade os nossos beneficiários.\r\nCom a DENTAL UNI, todos saem ganhando. Sua empresa ganha em produtividade, pois estará oferecendo o melhor benefíci, oque permite melhores condições de negociação salarial e diminuição de absenteísmo.\r\n\r\nE seu funcionário ganha em qualidade de vida, pois terá o melhor plano odontológico, pelo menor custo.\r\n<h4><strong>Diferenças e vantagens:</strong></h4>\r\n&nbsp;\r\n<ul>\r\n 	<li>Ampla rede de atendimento em todo o Brasil.</li>\r\n 	<li>Acesso a todas as especialidades odontológicas.</li>\r\n 	<li>Atendimento personalizado.</li>\r\n 	<li>Garantia de 1 ano para os serviços prestados.</li>\r\n 	<li>Livre escolha do dentista cooperado em todas as especialidades odontológicas.</li>\r\n 	<li>Atendimento em todas as regiões do país para urgências odontológicas.</li>\r\n 	<li>Dedução no Imposto de Renda (IR) de 100% do investimento.</li>\r\n 	<li>Liberação de guia de tratamento on-line diretamente no consultório do cirurgião-dentista cooperado. Cobertura para dependentes igual à cobertura do titular.</li>\r\n 	<li>Acesso às especialidades adicionais com prazos e parcelamentos facilitados.</li>\r\n 	<li>Atendimento a pacientes especiais por profissionais especializados.</li>\r\n 	<li>Programa de aprimoramento constante para os profissionais cooperados.</li>\r\n 	<li>Odontomóveis equipadas com um consultório para a realização de avaliações bucais e ações de prevenção.</li>\r\n 	<li>Flexibilidade para montar planos individuais, familiares ou empresariais Relação de dentistas disponível no site www.dentaluni.com.br e guias do beneficiário.</li>\r\n 	<li>Um moderno centro de dados que garante maior segurança, qualidade e rapidez na transmissão e armazenamento de informações da Dental Uni.</li>\r\n 	<li>Coberturas dos planos com amparo legal pela Resolução - RN n.º 338 da ANS - Agência Nacional de Saúde Suplementar, publicada no D.O.U. de 22/10/2013.</li>\r\n</ul>', 'Sobre', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2017-04-12 11:16:25', '2017-04-12 14:16:25', '', 5, 'http://ranierirepresentacoes.com.br/2017/04/12/5-revision-v1/', 0, 'revision', '', 0),
(93, 1, '2017-04-12 11:32:58', '2017-04-12 14:32:58', 'Convênios', 'Convênios', '', 'publish', 'closed', 'closed', '', 'convenios', '', '', '2017-04-21 15:52:57', '2017-04-21 18:52:57', '', 0, 'http://ranierirepresentacoes.com.br/?page_id=93', 0, 'page', '', 0),
(94, 1, '2017-04-12 11:32:58', '2017-04-12 14:32:58', '', 'Consórcios', '', 'inherit', 'closed', 'closed', '', '93-revision-v1', '', '', '2017-04-12 11:32:58', '2017-04-12 14:32:58', '', 93, 'http://ranierirepresentacoes.com.br/2017/04/12/93-revision-v1/', 0, 'revision', '', 0),
(96, 1, '2017-04-12 11:53:13', '2017-04-12 14:53:13', '', 'img-escritorio-ranieri-sao-mateus-01', '', 'inherit', 'open', 'closed', '', 'img-escritorio-ranieri-sao-mateus-01-2', '', '', '2017-04-12 11:53:13', '2017-04-12 14:53:13', '', 57, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-escritorio-ranieri-sao-mateus-01-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(97, 1, '2017-04-12 11:53:53', '2017-04-12 14:53:53', '', 'img-escritorio-ranieri-sao-mateus-02', '', 'inherit', 'open', 'closed', '', 'img-escritorio-ranieri-sao-mateus-02-2', '', '', '2017-04-12 11:53:53', '2017-04-12 14:53:53', '', 57, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-escritorio-ranieri-sao-mateus-02-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(98, 1, '2017-04-12 11:54:30', '2017-04-12 14:54:30', '', 'img-escritorio-ranieri-sao-mateus-03', '', 'inherit', 'open', 'closed', '', 'img-escritorio-ranieri-sao-mateus-03-2', '', '', '2017-04-12 11:54:30', '2017-04-12 14:54:30', '', 57, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-escritorio-ranieri-sao-mateus-03-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(99, 1, '2017-04-12 11:59:16', '2017-04-12 14:59:16', 'Confira a nossa galeria de fotos, das nossas agências registradas:\r\n<h3 class=\"page-content\">São Mateus do Sul (PR)</h3>\r\n[gallery size=\"medium\" ids=\"97,98,96\"]', 'Galeria de Fotos', '', 'inherit', 'closed', 'closed', '', '57-revision-v1', '', '', '2017-04-12 11:59:16', '2017-04-12 14:59:16', '', 57, 'http://ranierirepresentacoes.com.br/2017/04/12/57-revision-v1/', 0, 'revision', '', 0),
(100, 1, '2017-04-12 15:12:23', '2017-04-12 18:12:23', '', 'img-logo-saocamilo', '', 'inherit', 'open', 'closed', '', 'img-logo-saocamilo', '', '', '2017-04-12 15:12:23', '2017-04-12 18:12:23', '', 0, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-saocamilo.jpg', 0, 'attachment', 'image/jpeg', 0),
(101, 1, '2017-04-12 15:12:24', '2017-04-12 18:12:24', '', 'img-logo-senff-raneiri-representacoes', '', 'inherit', 'open', 'closed', '', 'img-logo-senff-raneiri-representacoes', '', '', '2017-04-12 15:12:24', '2017-04-12 18:12:24', '', 0, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-senff-raneiri-representacoes.png', 0, 'attachment', 'image/png', 0),
(102, 1, '2017-04-12 15:12:26', '2017-04-12 18:12:26', '', 'img-logo-sepac-ranieri-representacoes', '', 'inherit', 'open', 'closed', '', 'img-logo-sepac-ranieri-representacoes', '', '', '2017-04-12 15:12:26', '2017-04-12 18:12:26', '', 0, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-sepac-ranieri-representacoes.png', 0, 'attachment', 'image/png', 0),
(103, 1, '2017-04-12 15:12:28', '2017-04-12 18:12:28', '', 'img-logo-sicredi-ranieri-representacoes', '', 'inherit', 'open', 'closed', '', 'img-logo-sicredi-ranieri-representacoes', '', '', '2017-04-12 15:12:28', '2017-04-12 18:12:28', '', 0, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-sicredi-ranieri-representacoes.png', 0, 'attachment', 'image/png', 0),
(104, 1, '2017-04-12 15:12:29', '2017-04-12 18:12:29', '', 'img-logo-sukus-ranieri-representacoes', '', 'inherit', 'open', 'closed', '', 'img-logo-sukus-ranieri-representacoes', '', '', '2017-04-12 15:12:29', '2017-04-12 18:12:29', '', 0, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-sukus-ranieri-representacoes.png', 0, 'attachment', 'image/png', 0),
(105, 1, '2017-04-12 15:12:31', '2017-04-12 18:12:31', '', 'img-logo-totvs-ranieri-representacoes', '', 'inherit', 'open', 'closed', '', 'img-logo-totvs-ranieri-representacoes', '', '', '2017-04-12 15:12:31', '2017-04-12 18:12:31', '', 0, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-totvs-ranieri-representacoes.png', 0, 'attachment', 'image/png', 0),
(106, 1, '2017-04-12 15:12:34', '2017-04-12 18:12:34', '', 'img-logo-unidonto', '', 'inherit', 'open', 'closed', '', 'img-logo-unidonto', '', '', '2017-04-12 15:12:34', '2017-04-12 18:12:34', '', 0, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-unidonto.jpg', 0, 'attachment', 'image/jpeg', 0),
(107, 1, '2017-04-12 15:12:36', '2017-04-12 18:12:36', '', 'img-plano-consorcio-ranieri-representacoes', '', 'inherit', 'open', 'closed', '', 'img-plano-consorcio-ranieri-representacoes', '', '', '2017-04-12 15:12:36', '2017-04-12 18:12:36', '', 0, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-plano-consorcio-ranieri-representacoes.jpg', 0, 'attachment', 'image/jpeg', 0),
(108, 1, '2017-04-12 15:12:38', '2017-04-12 18:12:38', '', 'img-copacol-ranieri-representacoes', '', 'inherit', 'open', 'closed', '', 'img-copacol-ranieri-representacoes', '', '', '2017-04-12 15:12:38', '2017-04-12 18:12:38', '', 0, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-copacol-ranieri-representacoes.png', 0, 'attachment', 'image/png', 0),
(109, 1, '2017-04-12 15:12:40', '2017-04-12 18:12:40', '', 'img-coritiba-footbal-club-ranieri-representacoes', '', 'inherit', 'open', 'closed', '', 'img-coritiba-footbal-club-ranieri-representacoes', '', '', '2017-04-12 15:12:40', '2017-04-12 18:12:40', '', 0, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-coritiba-footbal-club-ranieri-representacoes.png', 0, 'attachment', 'image/png', 0),
(110, 1, '2017-04-12 15:12:42', '2017-04-12 18:12:42', '', 'img-logo-associacao-comercial-parana-ranieri-representacoes', '', 'inherit', 'open', 'closed', '', 'img-logo-associacao-comercial-parana-ranieri-representacoes', '', '', '2017-04-12 15:12:42', '2017-04-12 18:12:42', '', 0, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-associacao-comercial-parana-ranieri-representacoes.png', 0, 'attachment', 'image/png', 0),
(111, 1, '2017-04-12 15:12:44', '2017-04-12 18:12:44', '', 'img-logo-balaroti-ranieri-representacoes', '', 'inherit', 'open', 'closed', '', 'img-logo-balaroti-ranieri-representacoes', '', '', '2017-04-12 15:12:44', '2017-04-12 18:12:44', '', 0, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-balaroti-ranieri-representacoes.png', 0, 'attachment', 'image/png', 0),
(112, 1, '2017-04-12 15:12:46', '2017-04-12 18:12:46', '', 'img-logo-ca-paranaense-ranieri-representacoes', '', 'inherit', 'open', 'closed', '', 'img-logo-ca-paranaense-ranieri-representacoes', '', '', '2017-04-12 15:12:46', '2017-04-12 18:12:46', '', 0, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-ca-paranaense-ranieri-representacoes.png', 0, 'attachment', 'image/png', 0),
(113, 1, '2017-04-12 15:12:48', '2017-04-12 18:12:48', '', 'img-logo-coamo-ranieri-representacoes', '', 'inherit', 'open', 'closed', '', 'img-logo-coamo-ranieri-representacoes', '', '', '2017-04-12 15:12:48', '2017-04-12 18:12:48', '', 0, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-coamo-ranieri-representacoes.png', 0, 'attachment', 'image/png', 0),
(114, 1, '2017-04-12 15:12:50', '2017-04-12 18:12:50', '', 'img-logo-cocelpa-embalagens-ranieri-representacoes', '', 'inherit', 'open', 'closed', '', 'img-logo-cocelpa-embalagens-ranieri-representacoes', '', '', '2017-04-12 15:12:50', '2017-04-12 18:12:50', '', 0, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-cocelpa-embalagens-ranieri-representacoes.png', 0, 'attachment', 'image/png', 0),
(115, 1, '2017-04-12 15:12:51', '2017-04-12 18:12:51', '', 'img-logo-denso-ranieri-representacoes', '', 'inherit', 'open', 'closed', '', 'img-logo-denso-ranieri-representacoes', '', '', '2017-04-12 15:12:51', '2017-04-12 18:12:51', '', 0, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-denso-ranieri-representacoes.png', 0, 'attachment', 'image/png', 0),
(116, 1, '2017-04-12 15:12:53', '2017-04-12 18:12:53', '', 'img-logo-faculdade-dom-bosco-ranieri-representacoes', '', 'inherit', 'open', 'closed', '', 'img-logo-faculdade-dom-bosco-ranieri-representacoes', '', '', '2017-04-12 15:12:53', '2017-04-12 18:12:53', '', 0, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-faculdade-dom-bosco-ranieri-representacoes.png', 0, 'attachment', 'image/png', 0),
(117, 1, '2017-04-12 15:12:54', '2017-04-12 18:12:54', '', 'img-logo-grupo-hobi-ranieri-representacoes', '', 'inherit', 'open', 'closed', '', 'img-logo-grupo-hobi-ranieri-representacoes', '', '', '2017-04-12 15:12:54', '2017-04-12 18:12:54', '', 0, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-grupo-hobi-ranieri-representacoes.png', 0, 'attachment', 'image/png', 0),
(118, 1, '2017-04-12 15:12:56', '2017-04-12 18:12:56', '', 'img-logo-jmalucelli-ranieri-representacoes', '', 'inherit', 'open', 'closed', '', 'img-logo-jmalucelli-ranieri-representacoes', '', '', '2017-04-12 15:12:56', '2017-04-12 18:12:56', '', 0, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-jmalucelli-ranieri-representacoes.png', 0, 'attachment', 'image/png', 0),
(119, 1, '2017-04-12 15:12:58', '2017-04-12 18:12:58', '', 'img-logo-jtekt-ranieri-representacoes', '', 'inherit', 'open', 'closed', '', 'img-logo-jtekt-ranieri-representacoes', '', '', '2017-04-12 15:12:58', '2017-04-12 18:12:58', '', 0, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-jtekt-ranieri-representacoes.png', 0, 'attachment', 'image/png', 0),
(120, 1, '2017-04-12 15:13:00', '2017-04-12 18:13:00', '', 'img-logo-mili-ranieiri-representacoes', '', 'inherit', 'open', 'closed', '', 'img-logo-mili-ranieiri-representacoes', '', '', '2017-04-12 15:13:00', '2017-04-12 18:13:00', '', 0, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-mili-ranieiri-representacoes.png', 0, 'attachment', 'image/png', 0),
(121, 1, '2017-04-12 15:13:02', '2017-04-12 18:13:02', '', 'img-logo-parana-banco-ranieri-representacoes', '', 'inherit', 'open', 'closed', '', 'img-logo-parana-banco-ranieri-representacoes', '', '', '2017-04-12 15:13:02', '2017-04-12 18:13:02', '', 0, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-parana-banco-ranieri-representacoes.png', 0, 'attachment', 'image/png', 0),
(122, 1, '2017-04-12 15:13:04', '2017-04-12 18:13:04', '', 'img-logo-perfect-informatica-ranieri-representacoes', '', 'inherit', 'open', 'closed', '', 'img-logo-perfect-informatica-ranieri-representacoes', '', '', '2017-04-12 15:13:04', '2017-04-12 18:13:04', '', 0, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-perfect-informatica-ranieri-representacoes.png', 0, 'attachment', 'image/png', 0),
(123, 1, '2017-04-12 15:13:05', '2017-04-12 18:13:05', '', 'img-logo-positivo-informatica-ranieri-representacoes', '', 'inherit', 'open', 'closed', '', 'img-logo-positivo-informatica-ranieri-representacoes', '', '', '2017-04-12 15:13:05', '2017-04-12 18:13:05', '', 0, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-positivo-informatica-ranieri-representacoes.png', 0, 'attachment', 'image/png', 0),
(124, 1, '2017-04-12 15:13:08', '2017-04-12 18:13:08', '', 'img-logo-ravanello-ranieri-representacoes', '', 'inherit', 'open', 'closed', '', 'img-logo-ravanello-ranieri-representacoes', '', '', '2017-04-12 15:13:08', '2017-04-12 18:13:08', '', 0, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-ravanello-ranieri-representacoes.png', 0, 'attachment', 'image/png', 0),
(125, 1, '2017-04-12 15:31:46', '2017-04-12 18:31:46', '', 'img-vale-fertil-ranieri-representacoes', '', 'inherit', 'open', 'closed', '', 'img-vale-fertil-ranieri-representacoes', '', '', '2017-04-12 15:31:46', '2017-04-12 18:31:46', '', 0, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-vale-fertil-ranieri-representacoes.png', 0, 'attachment', 'image/png', 0),
(127, 2, '2017-04-12 15:55:08', '2017-04-12 18:55:08', 'Consórcios', 'Consórcios', '', 'inherit', 'closed', 'closed', '', '93-revision-v1', '', '', '2017-04-12 15:55:08', '2017-04-12 18:55:08', '', 93, 'http://ranierirepresentacoes.com.br/2017/04/12/93-revision-v1/', 0, 'revision', '', 0),
(136, 2, '2017-04-21 15:33:21', '2017-04-21 18:33:21', '<strong>Faça um plano de saúde completo:</strong>\r\nA <strong>DentalUni</strong> é uma cooperativa que tem como objetivo prestar assistência odontológica de qualidade a todos. Sua administração é feita por quem realmente entende de Odontologia, cirurgiões-dentistas. Nossos planos são flexíveis e abrangem todas as especialidades, o que permite ofertar qualidade e proeço acessíivel a quem busca assistência odontológica.\r\n\r\nNossos planos são flexíveis e abrangem todas as especialidades, o que permite ofertar qualidade e proeço acessíivel a quem busca assistência odontológica.\r\nAmpla rede de cirurgiões-dentistas cooperados pronta para atender com qualidade os nossos beneficiários.\r\nCom a DENTAL UNI, todos saem ganhando. Sua empresa ganha em produtividade, pois estará oferecendo o melhor benefíci, oque permite melhores condições de negociação salarial e diminuição de absenteísmo.\r\n\r\nE seu funcionário ganha em qualidade de vida, pois terá o melhor plano odontológico, pelo menor custo.\r\n<h4><strong>Diferenças e vantagens:</strong></h4>\r\n&nbsp;\r\n<ul>\r\n 	<li>Ampla rede de atendimento em todo o Brasil.</li>\r\n 	<li>Acesso a todas as especialidades odontológicas.</li>\r\n 	<li>Atendimento personalizado.</li>\r\n 	<li>Garantia de 1 ano para os serviços prestados.</li>\r\n 	<li>Livre escolha do dentista cooperado em todas as especialidades odontológicas.</li>\r\n 	<li>Atendimento em todas as regiões do país para urgências odontológicas.</li>\r\n 	<li>Dedução no Imposto de Renda (IR) de 100% do investimento.</li>\r\n 	<li>Liberação de guia de tratamento on-line diretamente no consultório do cirurgião-dentista cooperado. Cobertura para dependentes igual à cobertura do titular.</li>\r\n 	<li>Acesso às especialidades adicionais com prazos e parcelamentos facilitados.</li>\r\n 	<li>Atendimento a pacientes especiais por profissionais especializados.</li>\r\n 	<li>Programa de aprimoramento constante para os profissionais cooperados.</li>\r\n 	<li>Odontomóveis equipadas com um consultório para a realização de avaliações bucais e ações de prevenção.</li>\r\n 	<li>Flexibilidade para montar planos individuais, familiares ou empresariais Relação de dentistas disponível no site www.dentaluni.com.br e guias do beneficiário.</li>\r\n 	<li>Um moderno centro de dados que garante maior segurança, qualidade e rapidez na transmissão e armazenamento de informações da Dental Uni.</li>\r\n 	<li>Coberturas dos planos com amparo legal pela Resolução - RN n.º 338 da ANS - Agência Nacional de Saúde Suplementar, publicada no D.O.U. de 22/10/2013.</li>\r\n</ul>', 'Sobre', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2017-04-21 15:33:21', '2017-04-21 18:33:21', '', 5, 'http://ranierirepresentacoes.com.br/5-revision-v1/', 0, 'revision', '', 0),
(143, 2, '2017-04-21 15:54:18', '2017-04-21 18:54:18', '<a href=\"http://ranierirepresentacoes.com.br/convenios__trashed-2/convenio-hospitalar-preferencial/\"></a>', 'Convênios', '', 'inherit', 'closed', 'closed', '', '137-revision-v1', '', '', '2017-04-21 15:54:18', '2017-04-21 18:54:18', '', 137, 'http://ranierirepresentacoes.com.br/137-revision-v1/', 0, 'revision', '', 0),
(137, 2, '2017-04-21 15:34:54', '2017-04-21 18:34:54', '', 'Convênios', '', 'publish', 'closed', 'closed', '', 'convenios-2', '', '', '2017-04-21 15:59:08', '2017-04-21 18:59:08', '', 93, 'http://ranierirepresentacoes.com.br/?page_id=137', 0, 'page', '', 0),
(138, 2, '2017-04-21 15:34:54', '2017-04-21 18:34:54', '', 'Convênios', '', 'inherit', 'closed', 'closed', '', '137-revision-v1', '', '', '2017-04-21 15:34:54', '2017-04-21 18:34:54', '', 137, 'http://ranierirepresentacoes.com.br/137-revision-v1/', 0, 'revision', '', 0),
(139, 2, '2017-04-21 15:40:41', '2017-04-21 18:40:41', '<strong>Faça um plano de saúde completo:</strong>\nA <strong>DentalUni</strong> é uma cooperativa que tem como objetivo prestar assistência odontológica de qualidade a todos. Sua administração é feita por quem realmente entende de Odontologia, cirurgiões-dentistas. Nossos planos são flexíveis e abrangem todas as especialidades, o que permite ofertar qualidade e preço acessível a quem busca assistência odontológica.\n\nNossos planos são flexíveis e abrangem todas as especialidades, o que permite ofertar qualidade e preço acessíivel a quem busca assistência odontológica.\nAmpla rede de cirurgiões-dentistas cooperados pronta para atender com qualidade os nossos beneficiários.\nCom a DENTAL UNI, todos saem ganhando. Sua empresa ganha em produtividade, pois estará oferecendo o melhor benefíci, oque permite melhores condições de negociação salarial e diminuição de absenteísmo.\n\nE seu funcionário ganha em qualidade de vida, pois terá o melhor plano odontológico, pelo menor custo.\n<h4><strong>Diferenças e vantagens:</strong></h4>\n&nbsp;\n<ul>\n 	<li>Ampla rede de atendimento em todo o Brasil.</li>\n 	<li>Acesso a todas as especialidades odontológicas.</li>\n 	<li>Atendimento personalizado.</li>\n 	<li>Garantia de 1 ano para os serviços prestados.</li>\n 	<li>Livre escolha do dentista cooperado em todas as especialidades odontológicas.</li>\n 	<li>Atendimento em todas as regiões do país para urgências odontológicas.</li>\n 	<li>Dedução no Imposto de Renda (IR) de 100% do investimento.</li>\n 	<li>Liberação de guia de tratamento on-line diretamente no consultório do cirurgião-dentista cooperado. Cobertura para dependentes igual à cobertura do titular.</li>\n 	<li>Acesso às especialidades adicionais com prazos e parcelamentos facilitados.</li>\n 	<li>Atendimento a pacientes especiais por profissionais especializados.</li>\n 	<li>Programa de aprimoramento constante para os profissionais cooperados.</li>\n 	<li>Odontomóveis equipadas com um consultório para a realização de avaliações bucais e ações de prevenção.</li>\n 	<li>Flexibilidade para montar planos individuais, familiares ou empresariais Relação de dentistas disponível no site www.dentaluni.com.br e guias do beneficiário.</li>\n 	<li>Um moderno centro de dados que garante maior segurança, qualidade e rapidez na transmissão e armazenamento de informações da Dental Uni.</li>\n 	<li>Coberturas dos planos com amparo legal pela Resolução - RN n.º 338 da ANS - Agência Nacional de Saúde Suplementar, publicada no D.O.U. de 22/10/2013.</li>\n</ul>', 'Sobre', '', 'inherit', 'closed', 'closed', '', '5-autosave-v1', '', '', '2017-04-21 15:40:41', '2017-04-21 18:40:41', '', 5, 'http://ranierirepresentacoes.com.br/5-autosave-v1/', 0, 'revision', '', 0),
(140, 2, '2017-04-21 15:41:54', '2017-04-21 18:41:54', '<strong>Faça um plano de saúde completo:</strong>\r\nA <strong>DentalUni</strong> é uma cooperativa que tem como objetivo prestar assistência odontológica de qualidade a todos. Sua administração é feita por quem realmente entende de Odontologia, cirurgiões-dentistas. Nossos planos são flexíveis e abrangem todas as especialidades, o que permite ofertar qualidade e preço acessível a quem busca assistência odontológica.\r\n\r\nNossos planos são flexíveis e abrangem todas as especialidades, o que permite ofertar qualidade e preço acessível a quem busca assistência odontológica.\r\nAmpla rede de cirurgiões-dentistas cooperados pronta para atender com qualidade os nossos beneficiários.\r\nCom a DENTAL UNI, todos saem ganhando. Sua empresa ganha em produtividade, pois estará oferecendo o melhor benefício, o que permite melhores condições de negociação salarial e diminuição de absenteísmo.\r\n\r\nE seu funcionário ganha em qualidade de vida, pois terá o melhor plano odontológico, pelo menor custo.\r\n<h4><strong>Diferenças e vantagens:</strong></h4>\r\n&nbsp;\r\n<ul>\r\n 	<li>Ampla rede de atendimento em todo o Brasil.</li>\r\n 	<li>Acesso a todas as especialidades odontológicas.</li>\r\n 	<li>Atendimento personalizado.</li>\r\n 	<li>Garantia de 1 ano para os serviços prestados.</li>\r\n 	<li>Livre escolha do dentista cooperado em todas as especialidades odontológicas.</li>\r\n 	<li>Atendimento em todas as regiões do país para urgências odontológicas.</li>\r\n 	<li>Dedução no Imposto de Renda (IR) de 100% do investimento.</li>\r\n 	<li>Liberação de guia de tratamento on-line diretamente no consultório do cirurgião-dentista cooperado. Cobertura para dependentes igual à cobertura do titular.</li>\r\n 	<li>Acesso às especialidades adicionais com prazos e parcelamentos facilitados.</li>\r\n 	<li>Atendimento a pacientes especiais por profissionais especializados.</li>\r\n 	<li>Programa de aprimoramento constante para os profissionais cooperados.</li>\r\n 	<li>Odontomóveis equipadas com um consultório para a realização de avaliações bucais e ações de prevenção.</li>\r\n 	<li>Flexibilidade para montar planos individuais, familiares ou empresariais Relação de dentistas disponível no site www.dentaluni.com.br e guias do beneficiário.</li>\r\n 	<li>Um moderno centro de dados que garante maior segurança, qualidade e rapidez na transmissão e armazenamento de informações da Dental Uni.</li>\r\n 	<li>Coberturas dos planos com amparo legal pela Resolução - RN n.º 338 da ANS - Agência Nacional de Saúde Suplementar, publicada no D.O.U. de 22/10/2013.</li>\r\n</ul>', 'Sobre', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2017-04-21 15:41:54', '2017-04-21 18:41:54', '', 5, 'http://ranierirepresentacoes.com.br/5-revision-v1/', 0, 'revision', '', 0),
(242, 1, '2024-04-09 17:29:36', '2024-04-09 20:29:36', '<strong>Cartão Cliente Preferencial</strong>\n\nO Cartão Cliente Preferencial facilita e tranquiliza a sua vida, com a garantia de um bom atendimento com médicos especializados, que farão o melhor por você.\n\nPor apenas <strong><span style=\"color: #ff0000;\"> R$ 65,00 </span></strong> ao ano por pessoa, descontos em consultas, exames, internamentos clínicos e cirúrgicos no Hospital regional.\n<div style=\"background: #ac1816; color: #fff; padding: 8px; border-radius: 5px; margin: 18px 0px; text-align: center;\"><strong>BENEFÍCIOS: </strong>\nDescontos DE ATÉ 30%, em consultas, exames, internamentos clínicos e cirúrgicos nos HOSPITAIS SÃO CAMILO E SÃO BRÁZ.</div>\n<strong style=\"display: inline-block; text-align: center; width: 100%;\"><u>No Centro de Saúde São Camilo mais de 27 médicos\nNo ambulatório do Hospital São Braz mais de 15 médicos</u></strong>\n\n<strong style=\"color: #ac1816;\">Todas as especialidades como:</strong> Cardiologista / Endocrinologista / Ginecologista / Otorrino / Gastro / Ortopedista / Urologia / Reumatologista /Nefrologia / Clínica Geral / Cirurgia Geral\n\n<strong style=\"color: #ac1816;\">Diagnóstico por imagem:</strong> Ultrassonografia geral com Doppler / Radiologia digital / Mamografia Digitalizada / Densitometria óssea / Biopsias e punções / Histerossalpingografia / Ressonância Magnética / Audiometria / Sala de vacinas\n\n<strong style=\"color: #ac1816;\">Exames Cardiológicos:</strong> Eletrocardiograma Adulto e Pediátrico / Ecocardiograma Adulto, Pediátrico e fetal / Teste Ergométrico / Eletroencefalograma\n\n<strong style=\"color: #ac1816;\">Gastroenterologia:</strong> Colonoscopia / Polipectomia / Endoscopia Digestiva Alta / Retossigmoidoscopia Flexível / Mucosectomia\n\nMais de 150 profissionais credenciados na região, como médicos, clínicas, laboratórios.\n\n<small style=\"display: none;\">Fonte: Plano São Camilo. Hospital Regional</small>', 'Convênio Cliente Hospitalar Preferencial', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2024-04-09 17:29:36', '2024-04-09 20:29:36', '', 42, 'https://ranierirepresentacoes.com.br/?p=242', 0, 'revision', '', 0),
(142, 2, '2017-04-21 15:46:20', '2017-04-21 18:46:20', '</a><p>São muitos os benefícios do <strong>Convênio Cliente Hospitalar e Preferencial</strong>. Sempre tenha a garantia de um bom atendimento e assitência médica especializada.</p>\r\n\r\n<p>Em União da Vitória descontos: Hospital Regional, Clínica Domit, Clínica Vita, Clínica Central, Clínica Paraná, Clínica do Coração, Laboratórios, Farmácias, e dentistas.</p>\r\n                    \r\n<p>Estamos com o cartão também nas cidades de São Mateus do Sul, Antônio Olinto, São João do Triunfo, General Carneiro, Cruz Machado, Paula Freitas, Paulo Frontin, Mallet, Rio Azul, Porto União, Irineópolis, Matos Costa.</p>\r\n<small>Fonte: Plano São Camilo. Hospital Regional</small>', 'Convênio Cliente Hospitalar Preferencial', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2017-04-21 15:46:20', '2017-04-21 18:46:20', '', 42, 'http://ranierirepresentacoes.com.br/42-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(148, 2, '2017-04-21 15:59:08', '2017-04-21 18:59:08', '', 'Convênios', '', 'inherit', 'closed', 'closed', '', '137-revision-v1', '', '', '2017-04-21 15:59:08', '2017-04-21 18:59:08', '', 137, 'http://ranierirepresentacoes.com.br/137-revision-v1/', 0, 'revision', '', 0),
(150, 2, '2017-04-21 16:16:55', '2017-04-21 19:16:55', '&nbsp;\r\n\r\nO Hospital Regional dispõe de um cartão que facilita e tranquiliza a sua vida, sempre com garantia de um bom atendimento e a assistência de médicos especializados que farão o melhor por você.\r\n\r\nPor apenas <strong><red>R$ 45,00</red></strong> ao ano por pessoa, descontos em consultas, exames, internamentos clínicos e cirúrgicos no Hospital regional.\r\n\r\nSão muitos os benefícios do <strong>Convênio Cliente Hospitalar Preferencial</strong>. Sempre tenha a garantia de um bom atendimento e assitência médica especializada.\r\n\r\nEm União da Vitória descontos: Hospital Regional, Clínica Domit, Clínica Vita, Clínica Central, Clínica Paraná, Clínica do Coração, Laboratórios, Farmácias, e dentistas.\r\n\r\nEstamos com o cartão também nas cidades de São Mateus do Sul, Antônio Olinto, São João do Triunfo, General Carneiro, Cruz Machado, Paula Freitas, Paulo Frontin, Mallet, Rio Azul, Porto União, Irineópolis, Matos Costa.\r\n\r\n<small>Fonte: Plano São Camilo. Hospital Regional</small>', 'Convênio Cliente Hospitalar Preferencial', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2017-04-21 16:16:55', '2017-04-21 19:16:55', '', 42, 'http://ranierirepresentacoes.com.br/42-revision-v1/', 0, 'revision', '', 0),
(151, 2, '2017-04-21 16:20:24', '2017-04-21 19:20:24', '&nbsp;\r\n\r\nO Hospital Regional dispõe de um cartão que facilita e tranquiliza a sua vida, sempre com garantia de um bom atendimento e a assistência de médicos especializados que farão o melhor por você.\r\n\r\nPor apenas <strong><font color=\"#FF0000\"> R$ 45,00 </font></strong> ao ano por pessoa, descontos em consultas, exames, internamentos clínicos e cirúrgicos no Hospital regional.\r\n\r\nSão muitos os benefícios do <strong>Convênio Cliente Hospitalar Preferencial</strong>. Sempre tenha a garantia de um bom atendimento e assitência médica especializada.\r\n\r\nEm União da Vitória descontos: Hospital Regional, Clínica Domit, Clínica Vita, Clínica Central, Clínica Paraná, Clínica do Coração, Laboratórios, Farmácias, e dentistas.\r\n\r\nEstamos com o cartão também nas cidades de São Mateus do Sul, Antônio Olinto, São João do Triunfo, General Carneiro, Cruz Machado, Paula Freitas, Paulo Frontin, Mallet, Rio Azul, Porto União, Irineópolis, Matos Costa.\r\n\r\n<small>Fonte: Plano São Camilo. Hospital Regional</small>', 'Convênio Cliente Hospitalar Preferencial', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2017-04-21 16:20:24', '2017-04-21 19:20:24', '', 42, 'http://ranierirepresentacoes.com.br/42-revision-v1/', 0, 'revision', '', 0),
(152, 2, '2017-04-21 16:24:20', '2017-04-21 19:24:20', '', 'Capa-Camilo', '', 'inherit', 'open', 'closed', '', 'capa-camilo', '', '', '2017-04-21 16:24:20', '2017-04-21 19:24:20', '', 84, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/Capa-Camilo.jpg', 0, 'attachment', 'image/jpeg', 0),
(154, 2, '2017-04-21 16:26:10', '2017-04-21 19:26:10', '', 'Início', '', 'inherit', 'closed', 'closed', '', '84-revision-v1', '', '', '2017-04-21 16:26:10', '2017-04-21 19:26:10', '', 84, 'http://ranierirepresentacoes.com.br/84-revision-v1/', 0, 'revision', '', 0),
(153, 2, '2017-04-21 16:25:34', '2017-04-21 19:25:34', '<img src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/Capa-Camilo-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" class=\"alignnone size-medium wp-image-152\" />', 'Início', '', 'inherit', 'closed', 'closed', '', '84-revision-v1', '', '', '2017-04-21 16:25:34', '2017-04-21 19:25:34', '', 84, 'http://ranierirepresentacoes.com.br/84-revision-v1/', 0, 'revision', '', 0),
(155, 2, '2017-04-21 17:38:33', '2017-04-21 20:38:33', '<small><img class=\" wp-image-156 aligncenter\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/foto1-300x232.png\" alt=\"\" width=\"624\" height=\"482\" /></small>\n\n<small><img class=\" wp-image-160 aligncenter\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/2-300x78.png\" alt=\"\" width=\"561\" height=\"146\" /></small>\n\n&nbsp;\n\n<img class=\"alignleft wp-image-162\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/empresarial-300x99.png\" alt=\"\" width=\"545\" height=\"180\" />  <img class=\"alignright wp-image-164\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/individual-300x109.png\" alt=\"\" width=\"520\" height=\"189\" />\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n<img class=\"alignleft wp-image-163\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/familiar-300x105.png\" alt=\"\" width=\"520\" height=\"181\" />', 'Plano São Camilo', '', 'inherit', 'closed', 'closed', '', '44-autosave-v1', '', '', '2017-04-21 17:38:33', '2017-04-21 20:38:33', '', 44, 'http://ranierirepresentacoes.com.br/44-autosave-v1/', 0, 'revision', '', 0),
(161, 2, '2017-04-21 17:28:05', '2017-04-21 20:28:05', '<small><img class=\" wp-image-156 aligncenter\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/foto1-300x232.png\" alt=\"\" width=\"492\" height=\"380\" /></small>\r\n\r\n<small><img class=\" wp-image-160 aligncenter\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/2-300x78.png\" alt=\"\" width=\"561\" height=\"146\" /></small>', 'Plano São Camilo', '', 'inherit', 'closed', 'closed', '', '44-revision-v1', '', '', '2017-04-21 17:28:05', '2017-04-21 20:28:05', '', 44, 'http://ranierirepresentacoes.com.br/44-revision-v1/', 0, 'revision', '', 0),
(162, 2, '2017-04-21 17:31:18', '2017-04-21 20:31:18', '', 'empresarial', '', 'inherit', 'open', 'closed', '', 'empresarial', '', '', '2017-04-21 17:31:18', '2017-04-21 20:31:18', '', 44, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/empresarial.png', 0, 'attachment', 'image/png', 0),
(163, 2, '2017-04-21 17:31:41', '2017-04-21 20:31:41', '', 'familiar', '', 'inherit', 'open', 'closed', '', 'familiar', '', '', '2017-04-21 17:31:41', '2017-04-21 20:31:41', '', 44, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/familiar.png', 0, 'attachment', 'image/png', 0),
(164, 2, '2017-04-21 17:32:04', '2017-04-21 20:32:04', '', 'individual', '', 'inherit', 'open', 'closed', '', 'individual', '', '', '2017-04-21 17:32:04', '2017-04-21 20:32:04', '', 44, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/individual.png', 0, 'attachment', 'image/png', 0),
(156, 2, '2017-04-21 16:57:21', '2017-04-21 19:57:21', '', 'foto1', '', 'inherit', 'open', 'closed', '', 'foto1', '', '', '2017-04-21 16:57:21', '2017-04-21 19:57:21', '', 44, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/foto1.png', 0, 'attachment', 'image/png', 0),
(158, 2, '2017-04-21 16:58:50', '2017-04-21 19:58:50', '<strong>Faça um plano de saúde completo:</strong>\r\nCom intuito de auxiliar na melhor estruturação dos Hospitais da entidade Beneficência Camiliana do Sul, o Plano de Saúde São Camilo, iniciou suas atividades em 1992 na cidade de Concórdia – SC, consolidando-se referência de qualidade na prestação de serviços da saúde.\r\n\r\nEm parceria com o Hospital São Francisco de Concórdia – SC, o Plano de Saúde São Camilo concretizou a ideia da implementação de seus serviços aos Hospitais São Camilo das demais entidades. Hoje atendendo as cidades de Ananindeua e Santarém – PA, Macapá – AP, Ponta Grossa e União da Vitória – PR, Formosa – GO, Encantado – RS, Timóteo – MG, Fortaleza, Crato e Sobral – CE, Itu e Taubaté – SP.\r\n\r\nÉ através das unidades que o Plano de Saúde São Camilo vem se estruturando e criando um Corpo Clínico especializado e preocupado com o bem-estar de seus pacientes. O Plano de Saúde São Camilo trabalhando intensivamente na questão do atendimento humanizado, assim conquistando a credibilidade e a confiança da equipe e dos pacientes.\r\n\r\nO compromisso com o desenvolvimento Humano e Social por meio de ações como: saúde, educação, meio ambiente e gestão social vêm ser um desafio para toda a equipe do Plano de Saúde São Camilo. Ações essas que permitem sustentar a atuação junto à comunidade, promovendo o acesso a uma assistência de qualidade.\r\n\r\nCom mais de 55 mil clientes em suas 14 unidades distribuídas pelo Brasil, nosso atendimento é baseado em segurança, credibilidade, ética e profissionalismo. Oferecendo a você planos de saúde para pessoas físicas e jurídicas e atendendo de acordo com sua necessidade.\r\n\r\n<small>Fonte: Plano São Camilo<img class=\" wp-image-156 aligncenter\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/foto1-300x232.png\" alt=\"\" width=\"335\" height=\"259\" /></small>', 'Plano São Camilo', '', 'inherit', 'closed', 'closed', '', '44-revision-v1', '', '', '2017-04-21 16:58:50', '2017-04-21 19:58:50', '', 44, 'http://ranierirepresentacoes.com.br/44-revision-v1/', 0, 'revision', '', 0),
(166, 2, '2017-04-21 17:34:36', '2017-04-21 20:34:36', '<small><img class=\" wp-image-156 aligncenter\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/foto1-300x232.png\" alt=\"\" width=\"624\" height=\"482\" /></small>\r\n\r\n<small><img class=\" wp-image-160 aligncenter\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/2-300x78.png\" alt=\"\" width=\"561\" height=\"146\" /></small>\r\n\r\n&nbsp;\r\n\r\n<img class=\"wp-image-162 alignleft\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/empresarial-300x99.png\" alt=\"\" width=\"469\" height=\"155\" />  <img class=\"wp-image-164 alignright\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/individual-300x109.png\" alt=\"\" width=\"432\" height=\"157\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<img class=\"wp-image-163 alignleft\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/familiar-300x105.png\" alt=\"\" width=\"483\" height=\"169\" />', 'Plano São Camilo', '', 'inherit', 'closed', 'closed', '', '44-revision-v1', '', '', '2017-04-21 17:34:36', '2017-04-21 20:34:36', '', 44, 'http://ranierirepresentacoes.com.br/44-revision-v1/', 0, 'revision', '', 0),
(167, 2, '2017-04-21 17:35:59', '2017-04-21 20:35:59', '<small><img class=\" wp-image-156 aligncenter\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/foto1-300x232.png\" alt=\"\" width=\"624\" height=\"482\" /></small>\r\n\r\n<small><img class=\" wp-image-160 aligncenter\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/2-300x78.png\" alt=\"\" width=\"561\" height=\"146\" /></small>\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignleft wp-image-162\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/empresarial-300x99.png\" alt=\"\" width=\"545\" height=\"180\" />  <img class=\"alignright wp-image-164\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/individual-300x109.png\" alt=\"\" width=\"520\" height=\"189\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignleft wp-image-163\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/familiar-300x105.png\" alt=\"\" width=\"520\" height=\"181\" />', 'Plano São Camilo', '', 'inherit', 'closed', 'closed', '', '44-revision-v1', '', '', '2017-04-21 17:35:59', '2017-04-21 20:35:59', '', 44, 'http://ranierirepresentacoes.com.br/44-revision-v1/', 0, 'revision', '', 0),
(168, 2, '2017-04-21 17:46:56', '2017-04-21 20:46:56', '<small><img class=\" wp-image-156 aligncenter\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/foto1-300x232.png\" alt=\"\" width=\"624\" height=\"482\" /></small>\r\n\r\n<small><img class=\" wp-image-160 aligncenter\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/2-300x78.png\" alt=\"\" width=\"561\" height=\"146\" /></small>\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignleft wp-image-162\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/empresarial-300x99.png\" alt=\"\" width=\"545\" height=\"180\" />  <img class=\"alignright wp-image-164\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/individual-300x109.png\" alt=\"\" width=\"520\" height=\"189\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignleft wp-image-163\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/familiar-300x105.png\" alt=\"\" width=\"520\" height=\"181\" />', 'Plano São Camilo', '', 'inherit', 'closed', 'closed', '', '44-revision-v1', '', '', '2017-04-21 17:46:56', '2017-04-21 20:46:56', '', 44, 'http://ranierirepresentacoes.com.br/44-revision-v1/', 0, 'revision', '', 0),
(180, 2, '2017-04-24 11:48:44', '2017-04-24 14:48:44', '<h3 class=\"page-content\">Sobre o Odontomóvel:</h3>\n<img style=\"float: right;\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-odontomovel-dentaluni-275x300.jpg\" alt=\"Imagem-odontomovel-DentalUni\" width=\"287\" />\n\nA <strong>DentalUni</strong> está sempre pronta para oferecer o melhor aos seus beneficiários. Confira os benefícios do Odontomóvel:\n\n<strong>Temas e palestras da Saúde Bucal:</strong>\n<ul>\n 	<li>Saúde bucal e saúde do corpo</li>\n 	<li>Alimentação e saúde bucal</li>\n 	<li>Higiene Bucal</li>\n 	<li>Cáries</li>\n 	<li>Endodontia (Tratamento de Canal)</li>\n 	<li>Periodontia</li>\n 	<li>Prótese</li>\n 	<li>Implantes</li>\n 	<li>Urgências odontológicas</li>\n 	<li>Clareamento dentário</li>\n 	<li>Câncer bucal e tabagismo</li>\n 	<li>Aftas</li>\n 	<li>Herpes</li>\n 	<li>Gestão e saúde bucal</li>\n 	<li>Como cuidar dos dentes dos bebês</li>\n 	<li>Como cuidar dos dentes das crianças</li>\n 	<li>Ortodontia</li>\n</ul>\n<div class=\"box-content\">\n<h4><strong>Diferenciais Odontomóvel:</strong></h4>\nEntre os diferenciais oferecidos, estão as cinco odontomóveis - unidades móveis equipadas com consultórios odontológicos completos - que realizam ações de prevenção e educação bucal.\nAs ações incluem avaliação bucal, levantamento epidemiológico e palestras com diversos temas a serem tratados. Todas cm o objetivo de conscientizar sobre a importância dos cuidados com a saúde bucal. Afinal, quanto mais saudável estiver estiver seu colaborador, melhor seu desempenho e produtividade.\nAlém dos clientes, a cooperativa trabalha com compromisso e responsabilidade social, levando saúde bucal a comunidades carentes e entidades assistenciais, garantindo assim melhoria na qualidade de vida das pessoas atendidas.\n\n</div>', 'Odontomóvel', '', 'inherit', 'closed', 'closed', '', '37-autosave-v1', '', '', '2017-04-24 11:48:44', '2017-04-24 14:48:44', '', 37, 'http://ranierirepresentacoes.com.br/37-autosave-v1/', 0, 'revision', '', 0),
(181, 2, '2017-04-21 18:09:42', '2017-04-21 21:09:42', '<h3 class=\"page-content\">Sobre o Odontomóvel:</h3>\r\n<img style=\"float: right;\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-odontomovel-dentaluni-275x300.jpg\" alt=\"Imagem-odontomovel-DentalUni\" width=\"287\" />\r\n<div class=\"box-content\">\r\n\r\nA <strong>DentalUni</strong> está sempre pronta para oferecer o melhor aos seus beneficiários. Confira os benefícios do Odontomóvel:\r\n\r\n<strong>Temas e palestras da Saúde Bucal:</strong>\r\n<ul>\r\n 	<li>Saúde bucal e saúde do corpo</li>\r\n 	<li>Alimentação e saúde bucal</li>\r\n 	<li>Higiene Bucal</li>\r\n 	<li>Cáries</li>\r\n 	<li>Endodontia (Tratamento de Canal)</li>\r\n 	<li>Periodontia</li>\r\n 	<li>Prótese</li>\r\n 	<li>Implantes</li>\r\n 	<li>Urgências odontológicas</li>\r\n 	<li>Clareamento dentário</li>\r\n 	<li>Câncer bucal e tabagismo</li>\r\n 	<li>Aftas</li>\r\n 	<li>Herpes</li>\r\n 	<li>Gestão e saúde bucal</li>\r\n 	<li>Como cuidar dos dentes dos bebês</li>\r\n 	<li>Como cuidar dos dentes das crianças</li>\r\n 	<li>Ortodontia</li>\r\n</ul>\r\n</div>\r\n<div class=\"box-content\">\r\n<h4><strong>Diferenciais Odontomóvel:</strong></h4>\r\nEntre os diferenciais oferecidos, estão as cinco odontomóveis - unidades móveis equipadas com consultórios odontológicos completos - que realizam ações de prevenção e educação bucal.\r\nAs ações incluem avaliação bucal, levantamento epidemiológico e palestras com diversos temas a serem tratados. Todas cm o objetivo de conscientizar sobre a importância dos cuidados com a saúde bucal. Afinal, quanto mais saudável estiver estiver seu colaborador, melhor seu desempenho e produtividade.\r\nAlém dos clientes, a cooperativa trabalha com compromisso e responsabilidade social, levando saúde bucal a comunidades carentes e entidades assistenciais, garantindo assim melhoria na qualidade de vida das pessoas atendidas.\r\n\r\n</div>\r\n</div>', 'Odontomóvel', '', 'inherit', 'closed', 'closed', '', '37-revision-v1', '', '', '2017-04-21 18:09:42', '2017-04-21 21:09:42', '', 37, 'http://ranierirepresentacoes.com.br/37-revision-v1/', 0, 'revision', '', 0),
(183, 2, '2017-04-21 18:17:42', '2017-04-21 21:17:42', '<img style=\"float: right;\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-odontomovel-dentaluni-275x300.jpg\" alt=\"Imagem-odontomovel-DentalUni\" width=\"287\" />\r\n\r\nA <strong>DentalUni</strong> está sempre pronta para oferecer o melhor aos seus beneficiários. Confira os benefícios do Odontomóvel:\r\n\r\n<strong>Temas e palestras da Saúde Bucal:</strong>\r\n<ul>\r\n 	<li>Saúde bucal e saúde do corpo</li>\r\n 	<li>Alimentação e saúde bucal</li>\r\n 	<li>Higiene Bucal</li>\r\n 	<li>Cáries</li>\r\n 	<li>Endodontia (Tratamento de Canal)</li>\r\n 	<li>Periodontia</li>\r\n 	<li>Prótese</li>\r\n 	<li>Implantes</li>\r\n 	<li>Urgências odontológicas</li>\r\n 	<li>Clareamento dentário</li>\r\n 	<li>Câncer bucal e tabagismo</li>\r\n 	<li>Aftas</li>\r\n 	<li>Herpes</li>\r\n 	<li>Gestão e saúde bucal</li>\r\n 	<li>Como cuidar dos dentes dos bebês</li>\r\n 	<li>Como cuidar dos dentes das crianças</li>\r\n 	<li>Ortodontia</li>\r\n</ul>\r\n</div>\r\n<div class=\"box-content\">\r\n<h4><strong>Diferenciais Odontomóvel:</strong></h4>\r\nEntre os diferenciais oferecidos, estão as cinco odontomóveis - unidades móveis equipadas com consultórios odontológicos completos - que realizam ações de prevenção e educação bucal.\r\nAs ações incluem avaliação bucal, levantamento epidemiológico e palestras com diversos temas a serem tratados. Todas cm o objetivo de conscientizar sobre a importância dos cuidados com a saúde bucal. Afinal, quanto mais saudável estiver estiver seu colaborador, melhor seu desempenho e produtividade.\r\nAlém dos clientes, a cooperativa trabalha com compromisso e responsabilidade social, levando saúde bucal a comunidades carentes e entidades assistenciais, garantindo assim melhoria na qualidade de vida das pessoas atendidas.\r\n\r\n</div>\r\n</div>', 'Odontomóvel', '', 'inherit', 'closed', 'closed', '', '37-revision-v1', '', '', '2017-04-21 18:17:42', '2017-04-21 21:17:42', '', 37, 'http://ranierirepresentacoes.com.br/37-revision-v1/', 0, 'revision', '', 0),
(236, 1, '2022-08-01 18:32:35', '2022-08-01 21:32:35', '', 'ranieri-favicon', '', 'inherit', 'open', 'closed', '', 'ranieri-favicon', '', '', '2022-08-01 18:32:35', '2022-08-01 21:32:35', '', 0, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2022/08/ranieri-favicon.png', 0, 'attachment', 'image/png', 0),
(237, 1, '2022-08-01 18:32:38', '2022-08-01 21:32:38', 'https://ranierirepresentacoes.com.br/wp-content/uploads/2022/08/cropped-ranieri-favicon.png', 'cropped-ranieri-favicon.png', '', 'inherit', 'open', 'closed', '', 'cropped-ranieri-favicon-png', '', '', '2022-08-01 18:32:38', '2022-08-01 21:32:38', '', 0, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2022/08/cropped-ranieri-favicon.png', 0, 'attachment', 'image/png', 0),
(239, 1, '2022-08-03 18:35:23', '2022-08-03 21:35:23', ' ', '', '', 'publish', 'closed', 'closed', '', '239', '', '', '2022-08-03 18:35:23', '2022-08-03 21:35:23', '', 0, 'https://ranierirepresentacoes.com.br/?p=239', 9, 'nav_menu_item', '', 0),
(187, 2, '2017-04-21 18:44:42', '2017-04-21 21:44:42', '<div class=\'contato\'> \r\n    <h3>DentalUni</h3>\r\n    <p>\r\n        <strong>Cidade:</strong> São Mateus do Sul (PR)<br />\r\n        <strong>Rua:</strong> Tenente Max Wolf Filho<br />\r\n        <strong>Bairro:</strong> nº 384 - Centro<br />\r\n        <strong>Tel:</strong> 42-3532-6257/3532-7395<br />\r\n        <strong>Responsável I:</strong> Suelen Przyvitowski<br />\r\n        <strong>Responsável:</strong> Ranieri<br />\r\n        <strong>Email:</strong> <a href=\"mailto:su_samas@hotmail.com?Subject=Bom%20dia...\" title=\"E-mail DentalUni\">su_samas@hotmail.com</a>\r\n        </small>\r\n    </p>\r\n</div>\r\n<div class=\'contato\'>\r\n    <h3>Plano São Camilo</h3>\r\n    <p>\r\n        <strong>Cidade:</strong> São Mateus do Sul (PR)<br />\r\n        <strong>Rua:</strong> Altino Pereira de Lima<br />\r\n        <strong>Bairro:</strong> nº 1570, Centro<br>\r\n        <strong>Tel:</strong> 42-3532-6257/3532-7395<br />\r\n        <strong>Responsável:</strong> Suelen Przyvitowski<br />\r\n        <strong>Responsável:</strong> Ranieri<br />\r\n        <strong>Email:</strong> <a href=\"mailto:su_samas@hotmail.com?Subject=Bom%20dia...\" title=\"E-mail Plano São Camilo\">su_samas@hotmail.com</a>\r\n    </p>\r\n</div>\r\n<div class=\'contato\'>\r\n    <h3>DentalUni/Plano São Camilo</h3>\r\n    <p>\r\n        <strong>Cidade:</strong> General Carneiro (PR)<br />\r\n        <strong>Rua:</strong> Esteliano Pizzatto<br />\r\n        <strong>Bairro:</strong> nº 425 - Centro<br />\r\n        <strong>Tel:</strong> 42-8806-6210<br />\r\n        <strong>Responsável:</strong> Joaquim<br />\r\n        <strong>Responsável:</strong> Ranieri<br />\r\n        <strong>Email:</strong> <a href=\"mailto:joaquimpas@hotmail.com?Subject=Bom%20dia...\" title=\"E-mail DentalUni Pás\">joaquimpas@hotmail.com</a>\r\n    </p>\r\n</div>\r\n<div class=\'contato\'>\r\n    <h3>DentalUni/Plano São Camilo</h3>\r\n    <p>\r\n        <strong>Cidade:</strong> União da Vitória (PR)<br />\r\n        <strong>Rua:</strong> Visconde de Nácar, 45 <br />\r\n        <strong>Bairro:</strong> Terminal Urbano, Centro<br />\r\n        <strong>Tel:</strong> 42-3523-6398/98808-1964.<br />\r\n        <strong>Responsável:</strong> Ranieri<br />\r\n        <strong>Email:</strong> <a href=\"mailto:ranieri@ranierirepresentacoes.com.br?Subject=Bom%20dia...\" title=\"E-mail DentalUni Pás\">ranieri@ranierirepresentacoes.com.br</a>\r\n        </small>\r\n    </p>\r\n</div>\r\n', 'Contato', '', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2017-04-21 18:44:42', '2017-04-21 21:44:42', '', 62, 'http://ranierirepresentacoes.com.br/62-revision-v1/', 0, 'revision', '', 0),
(186, 2, '2017-04-21 18:43:55', '2017-04-21 21:43:55', '<div class=\'contato\'> \r\n    <h3>DentalUni</h3>\r\n    <p>\r\n        <strong>Cidade:</strong> São Mateus do Sul (PR)<br />\r\n        <strong>Rua:</strong> Tenente Max Wolf Filho<br />\r\n        <strong>Bairro:</strong> nº 384 - Centro<br />\r\n        <strong>Tel:</strong> 42-3532-6257/3532-7395<br />\r\n        <strong>Responsável I:</strong> Suelen Przyvitowski<br />\r\n        <strong>Responsável:</strong> Ranieri<br />\r\n        <strong>Email:</strong> <a href=\"mailto:su_samas@hotmail.com?Subject=Bom%20dia...\" title=\"E-mail DentalUni\">su_samas@hotmail.com</a>\r\n        <small class=\"icon-skype\">\r\n            <strong>Skype: Suelen Przyvitowski</strong>\r\n        </small>\r\n    </p>\r\n</div>\r\n<div class=\'contato\'>\r\n    <h3>Plano São Camilo</h3>\r\n    <p>\r\n        <strong>Cidade:</strong> São Mateus do Sul (PR)<br />\r\n        <strong>Rua:</strong> Altino Pereira de Lima<br />\r\n        <strong>Bairro:</strong> nº 1570, Centro<br>\r\n        <strong>Tel:</strong> 42-3532-6257/3532-7395<br />\r\n        <strong>Responsável:</strong> Suelen Przyvitowski<br />\r\n        <strong>Responsável:</strong> Ranieri<br />\r\n        <strong>Email:</strong> <a href=\"mailto:su_samas@hotmail.com?Subject=Bom%20dia...\" title=\"E-mail Plano São Camilo\">su_samas@hotmail.com</a>\r\n    </p>\r\n</div>\r\n<div class=\'contato\'>\r\n    <h3>DentalUni/Plano São Camilo</h3>\r\n    <p>\r\n        <strong>Cidade:</strong> General Carneiro (PR)<br />\r\n        <strong>Rua:</strong> Esteliano Pizzatto<br />\r\n        <strong>Bairro:</strong> nº 425 - Centro<br />\r\n        <strong>Tel:</strong> 42-8806-6210<br />\r\n        <strong>Responsável:</strong> Joaquim<br />\r\n        <strong>Responsável:</strong> Ranieri<br />\r\n        <strong>Email:</strong> <a href=\"mailto:joaquimpas@hotmail.com?Subject=Bom%20dia...\" title=\"E-mail DentalUni Pás\">joaquimpas@hotmail.com</a>\r\n    </p>\r\n</div>\r\n<div class=\'contato\'>\r\n    <h3>DentalUni/Plano São Camilo</h3>\r\n    <p>\r\n        <strong>Cidade:</strong> União da Vitória (PR)<br />\r\n        <strong>Rua:</strong> Visconde de Nácar, 45 <br />\r\n        <strong>Bairro:</strong> Terminal Urbano, Centro<br />\r\n        <strong>Tel:</strong> 42-3523-6398/98808-1964.<br />\r\n        <strong>Responsável:</strong> Ranieri<br />\r\n        <strong>Email:</strong> <a href=\"mailto:ranieri@ranierirepresentacoes.com.br?Subject=Bom%20dia...\" title=\"E-mail DentalUni Pás\">ranieri@ranierirepresentacoes.com.br</a>\r\n        </small>\r\n    </p>\r\n</div>\r\n', 'Contato', '', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2017-04-21 18:43:55', '2017-04-21 21:43:55', '', 62, 'http://ranierirepresentacoes.com.br/62-revision-v1/', 0, 'revision', '', 0),
(189, 1, '2017-04-24 11:41:05', '2017-04-24 14:41:05', '<img style=\"float: right;\" src=\"http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-odontomovel-dentaluni-275x300.jpg\" alt=\"Imagem-odontomovel-DentalUni\" width=\"287\" />\r\n\r\nA <strong>DentalUni</strong> está sempre pronta para oferecer o melhor aos seus beneficiários. Confira os benefícios do Odontomóvel:\r\n\r\n<strong>Temas e palestras da Saúde Bucal:</strong>\r\n<ul>\r\n 	<li>Saúde bucal e saúde do corpo</li>\r\n 	<li>Alimentação e saúde bucal</li>\r\n 	<li>Higiene Bucal</li>\r\n 	<li>Cáries</li>\r\n 	<li>Endodontia (Tratamento de Canal)</li>\r\n 	<li>Periodontia</li>\r\n 	<li>Prótese</li>\r\n 	<li>Implantes</li>\r\n 	<li>Urgências odontológicas</li>\r\n 	<li>Clareamento dentário</li>\r\n 	<li>Câncer bucal e tabagismo</li>\r\n 	<li>Aftas</li>\r\n 	<li>Herpes</li>\r\n 	<li>Gestão e saúde bucal</li>\r\n 	<li>Como cuidar dos dentes dos bebês</li>\r\n 	<li>Como cuidar dos dentes das crianças</li>\r\n 	<li>Ortodontia</li>\r\n</ul>\r\n<div class=\"box-content\">\r\n<h4><strong>Diferenciais Odontomóvel:</strong></h4>\r\nEntre os diferenciais oferecidos, estão as cinco odontomóveis - unidades móveis equipadas com consultórios odontológicos completos - que realizam ações de prevenção e educação bucal.\r\nAs ações incluem avaliação bucal, levantamento epidemiológico e palestras com diversos temas a serem tratados. Todas cm o objetivo de conscientizar sobre a importância dos cuidados com a saúde bucal. Afinal, quanto mais saudável estiver estiver seu colaborador, melhor seu desempenho e produtividade.\r\nAlém dos clientes, a cooperativa trabalha com compromisso e responsabilidade social, levando saúde bucal a comunidades carentes e entidades assistenciais, garantindo assim melhoria na qualidade de vida das pessoas atendidas.\r\n\r\n</div>', 'Odontomóvel', '', 'inherit', 'closed', 'closed', '', '37-revision-v1', '', '', '2017-04-24 11:41:05', '2017-04-24 14:41:05', '', 37, 'http://ranierirepresentacoes.com.br/37-revision-v1/', 0, 'revision', '', 0),
(196, 1, '2018-07-09 11:51:02', '2018-07-09 14:51:02', '', 'folder proposta_não associados', '', 'inherit', 'open', 'closed', '', 'folder-proposta_nao-associados', '', '', '2018-07-09 11:51:02', '2018-07-09 14:51:02', '', 29, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/folder-proposta_não-associados.jpg', 0, 'attachment', 'image/jpeg', 0),
(197, 1, '2018-07-09 11:51:09', '2018-07-09 14:51:09', '', 'Isenção-de-Carência-(31-07-18) (002)', '', 'inherit', 'open', 'closed', '', 'isencao-de-carencia-31-07-18-002', '', '', '2018-07-09 11:51:09', '2018-07-09 14:51:09', '', 29, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/Isenção-de-Carência-31-07-18-002.jpg', 0, 'attachment', 'image/jpeg', 0),
(203, 1, '2021-04-23 07:49:36', '2021-04-23 10:49:36', '<strong>Cartão Cliente Preferencial</strong>\r\n\r\nO Cartão Cliente Preferencial facilita e tranquiliza a sua vida, com a garantia de um bom atendimento com médicos especializados, que farão o melhor por você.\r\n\r\nPor apenas <strong><span style=\"color: #ff0000;\"> R$ 55,00 </span></strong> ao ano por pessoa, descontos em consultas, exames, internamentos clínicos e cirúrgicos no Hospital regional.\r\n<div style=\"background: #ac1816; color: #fff; padding: 8px; border-radius: 5px; margin: 18px 0px; text-align: center;\"><strong>BENEFÍCIOS: </strong>\r\nDescontos DE ATÉ 30%, em consultas, exames, internamentos clínicos e cirúrgicos nos HOSPITAIS SÃO CAMILO E SÃO BRÁZ.</div>\r\n<strong style=\"display: inline-block; text-align: center; width: 100%;\"><u>No Centro de Saúde São Camilo mais de 27 médicos\r\nNo ambulatório do Hospital São Braz mais de 15 médicos</u></strong>\r\n\r\n<strong style=\"color: #ac1816;\">Todas as especialidades como:</strong> Cardiologista / Endocrinologista / Ginecologista / Otorrino / Gastro / Ortopedista / Urologia / Reumatologista /Nefrologia / Clínica Geral / Cirurgia Geral\r\n\r\n<strong style=\"color: #ac1816;\">Diagnóstico por imagem:</strong> Ultrassonografia geral com Doppler / Radiologia digital / Mamografia Digitalizada / Densitometria óssea / Biopsias e punções / Histerossalpingografia / Ressonância Magnética / Audiometria / Sala de vacinas\r\n\r\n<strong style=\"color: #ac1816;\">Exames Cardiológicos:</strong> Eletrocardiograma Adulto e Pediátrico / Ecocardiograma Adulto, Pediátrico e fetal / Teste Ergométrico / Eletroencefalograma\r\n\r\n<strong style=\"color: #ac1816;\">Gastroenterologia:</strong> Colonoscopia / Polipectomia / Endoscopia Digestiva Alta / Retossigmoidoscopia Flexível / Mucosectomia\r\n\r\nMais de 150 profissionais credenciados na região, como médicos, clínicas, laboratórios.\r\n\r\n<small style=\"display: none;\">Fonte: Plano São Camilo. Hospital Regional</small>', 'Convênio Cliente Hospitalar Preferencial', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2021-04-23 07:49:36', '2021-04-23 10:49:36', '', 42, 'http://ranierirepresentacoes.com.br/42-revision-v1/', 0, 'revision', '', 0),
(205, 1, '2022-07-31 23:51:36', '2022-08-01 02:51:36', '', 'AKCL9453', '', 'inherit', 'open', 'closed', '', 'akcl9453', '', '', '2022-07-31 23:51:36', '2022-08-01 02:51:36', '', 57, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/AKCL9453.jpg', 0, 'attachment', 'image/jpeg', 0),
(206, 1, '2022-07-31 23:51:39', '2022-08-01 02:51:39', '', 'BAKO5937', '', 'inherit', 'open', 'closed', '', 'bako5937', '', '', '2022-07-31 23:51:39', '2022-08-01 02:51:39', '', 57, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/BAKO5937.jpg', 0, 'attachment', 'image/jpeg', 0),
(207, 1, '2022-07-31 23:51:40', '2022-08-01 02:51:40', '', 'BYSR6290', '', 'inherit', 'open', 'closed', '', 'bysr6290', '', '', '2022-07-31 23:51:40', '2022-08-01 02:51:40', '', 57, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/BYSR6290.jpg', 0, 'attachment', 'image/jpeg', 0),
(208, 1, '2022-07-31 23:51:42', '2022-08-01 02:51:42', '', 'DBJP7516', '', 'inherit', 'open', 'closed', '', 'dbjp7516', '', '', '2022-07-31 23:51:42', '2022-08-01 02:51:42', '', 57, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/DBJP7516.jpg', 0, 'attachment', 'image/jpeg', 0),
(209, 1, '2022-07-31 23:51:44', '2022-08-01 02:51:44', '', 'GYFQ9392', '', 'inherit', 'open', 'closed', '', 'gyfq9392', '', '', '2022-07-31 23:51:44', '2022-08-01 02:51:44', '', 57, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/GYFQ9392.jpg', 0, 'attachment', 'image/jpeg', 0),
(210, 1, '2022-07-31 23:51:45', '2022-08-01 02:51:45', '', 'IRCU6972', '', 'inherit', 'open', 'closed', '', 'ircu6972', '', '', '2022-07-31 23:51:45', '2022-08-01 02:51:45', '', 57, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/IRCU6972.jpg', 0, 'attachment', 'image/jpeg', 0),
(211, 1, '2022-07-31 23:51:47', '2022-08-01 02:51:47', '', 'KPQB0989', '', 'inherit', 'open', 'closed', '', 'kpqb0989', '', '', '2022-07-31 23:51:47', '2022-08-01 02:51:47', '', 57, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/KPQB0989.jpg', 0, 'attachment', 'image/jpeg', 0),
(212, 1, '2022-07-31 23:51:49', '2022-08-01 02:51:49', '', 'KZYO5666', '', 'inherit', 'open', 'closed', '', 'kzyo5666', '', '', '2022-07-31 23:51:49', '2022-08-01 02:51:49', '', 57, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/KZYO5666.jpg', 0, 'attachment', 'image/jpeg', 0),
(213, 1, '2022-07-31 23:51:50', '2022-08-01 02:51:50', '', 'LWCP2904', '', 'inherit', 'open', 'closed', '', 'lwcp2904', '', '', '2022-07-31 23:51:50', '2022-08-01 02:51:50', '', 57, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/LWCP2904.jpg', 0, 'attachment', 'image/jpeg', 0),
(214, 1, '2022-07-31 23:51:52', '2022-08-01 02:51:52', '', 'PUNX1671', '', 'inherit', 'open', 'closed', '', 'punx1671', '', '', '2022-07-31 23:51:52', '2022-08-01 02:51:52', '', 57, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/PUNX1671.jpg', 0, 'attachment', 'image/jpeg', 0),
(215, 1, '2022-07-31 23:51:53', '2022-08-01 02:51:53', '', 'QWJR7556', '', 'inherit', 'open', 'closed', '', 'qwjr7556', '', '', '2022-07-31 23:51:53', '2022-08-01 02:51:53', '', 57, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/QWJR7556.jpg', 0, 'attachment', 'image/jpeg', 0),
(216, 1, '2022-07-31 23:51:55', '2022-08-01 02:51:55', '', 'QXIU7958', '', 'inherit', 'open', 'closed', '', 'qxiu7958', '', '', '2022-07-31 23:51:55', '2022-08-01 02:51:55', '', 57, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/QXIU7958.jpg', 0, 'attachment', 'image/jpeg', 0),
(217, 1, '2022-07-31 23:51:57', '2022-08-01 02:51:57', '', 'RFVI2314', '', 'inherit', 'open', 'closed', '', 'rfvi2314', '', '', '2022-07-31 23:51:57', '2022-08-01 02:51:57', '', 57, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/RFVI2314.jpg', 0, 'attachment', 'image/jpeg', 0),
(218, 1, '2022-07-31 23:51:58', '2022-08-01 02:51:58', '', 'SYCW9849', '', 'inherit', 'open', 'closed', '', 'sycw9849', '', '', '2022-07-31 23:51:58', '2022-08-01 02:51:58', '', 57, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/SYCW9849.jpg', 0, 'attachment', 'image/jpeg', 0),
(219, 1, '2022-07-31 23:52:00', '2022-08-01 02:52:00', '', 'UFTZ4334', '', 'inherit', 'open', 'closed', '', 'uftz4334', '', '', '2022-07-31 23:52:00', '2022-08-01 02:52:00', '', 57, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/UFTZ4334.jpg', 0, 'attachment', 'image/jpeg', 0),
(220, 1, '2022-07-31 23:52:02', '2022-08-01 02:52:02', '', 'UIJG7166', '', 'inherit', 'open', 'closed', '', 'uijg7166', '', '', '2022-07-31 23:52:02', '2022-08-01 02:52:02', '', 57, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/UIJG7166.jpg', 0, 'attachment', 'image/jpeg', 0),
(221, 1, '2022-07-31 23:52:04', '2022-08-01 02:52:04', '', 'VHYM0681', '', 'inherit', 'open', 'closed', '', 'vhym0681', '', '', '2022-07-31 23:52:04', '2022-08-01 02:52:04', '', 57, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/VHYM0681.jpg', 0, 'attachment', 'image/jpeg', 0),
(222, 1, '2022-07-31 23:52:06', '2022-08-01 02:52:06', '', 'VXGL4866', '', 'inherit', 'open', 'closed', '', 'vxgl4866', '', '', '2022-07-31 23:52:06', '2022-08-01 02:52:06', '', 57, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/VXGL4866.jpg', 0, 'attachment', 'image/jpeg', 0),
(223, 1, '2022-07-31 23:52:08', '2022-08-01 02:52:08', '', 'WFCP6911', '', 'inherit', 'open', 'closed', '', 'wfcp6911', '', '', '2022-07-31 23:52:08', '2022-08-01 02:52:08', '', 57, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/WFCP6911.jpg', 0, 'attachment', 'image/jpeg', 0),
(224, 1, '2022-07-31 23:52:09', '2022-08-01 02:52:09', '', 'WLSF4895', '', 'inherit', 'open', 'closed', '', 'wlsf4895', '', '', '2022-07-31 23:52:09', '2022-08-01 02:52:09', '', 57, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/WLSF4895.jpg', 0, 'attachment', 'image/jpeg', 0),
(225, 1, '2022-07-31 23:52:11', '2022-08-01 02:52:11', '', 'WYTH4358', '', 'inherit', 'open', 'closed', '', 'wyth4358', '', '', '2022-07-31 23:52:11', '2022-08-01 02:52:11', '', 57, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/WYTH4358.jpg', 0, 'attachment', 'image/jpeg', 0),
(226, 1, '2022-07-31 23:53:41', '2022-08-01 02:53:41', '[gallery ids=\"225,224,228,217,215,222,207,218,209,206,211,210,216\"]', 'Galeria de Fotos', '', 'inherit', 'closed', 'closed', '', '57-autosave-v1', '', '', '2022-07-31 23:53:41', '2022-08-01 02:53:41', '', 57, 'http://ranierirepresentacoes.com.br/57-autosave-v1/', 0, 'revision', '', 0),
(227, 1, '2022-07-31 23:52:13', '2022-08-01 02:52:13', '', 'YHVI7266', '', 'inherit', 'open', 'closed', '', 'yhvi7266', '', '', '2022-07-31 23:52:13', '2022-08-01 02:52:13', '', 57, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/YHVI7266.jpg', 0, 'attachment', 'image/jpeg', 0),
(228, 1, '2022-07-31 23:52:15', '2022-08-01 02:52:15', '', 'AHTM4256', '', 'inherit', 'open', 'closed', '', 'ahtm4256', '', '', '2022-07-31 23:52:15', '2022-08-01 02:52:15', '', 57, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/AHTM4256.jpg', 0, 'attachment', 'image/jpeg', 0),
(230, 1, '2022-07-31 23:54:48', '2022-08-01 02:54:48', '[gallery size=\"medium\" ids=\"225,224,228,217,215,222,207,218,209,206,211,210\"]', 'Galeria de Fotos', '', 'inherit', 'closed', 'closed', '', '57-revision-v1', '', '', '2022-07-31 23:54:48', '2022-08-01 02:54:48', '', 57, 'http://ranierirepresentacoes.com.br/57-revision-v1/', 0, 'revision', '', 0),
(234, 1, '2022-08-01 18:03:34', '2022-08-01 21:03:34', '{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }', 'Custom Styles', '', 'publish', 'closed', 'closed', '', 'wp-global-styles-ranieri', '', '', '2022-08-01 18:03:34', '2022-08-01 21:03:34', '', 0, 'https://ranierirepresentacoes.com.br/wp-global-styles-ranieri/', 0, 'wp_global_styles', '', 0),
(252, 1, '2025-05-16 17:15:52', '2025-05-16 20:15:52', '<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\"><strong>PLANO DENTAL ELITE</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">(264 procedimentos)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":245,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/ranieri-dentaluni-plano-elite-1024x378.jpg\" alt=\"\" class=\"wp-image-245\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"backgroundColor\":\"cyan-bluish-gray\"} -->\n<hr class=\"wp-block-separator has-text-color has-cyan-bluish-gray-color has-alpha-channel-opacity has-cyan-bluish-gray-background-color has-background\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\"><strong><strong>PLANO DENTAL AMPLO DOC</strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">(225 procedimentos)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":246,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/ranieri-dentaluni-plano-doc-1024x378.jpg\" alt=\"\" class=\"wp-image-246\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"backgroundColor\":\"cyan-bluish-gray\"} -->\n<hr class=\"wp-block-separator has-text-color has-cyan-bluish-gray-color has-alpha-channel-opacity has-cyan-bluish-gray-background-color has-background\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\"><strong><strong><strong>PLANO DENTAL ESSENCIAL</strong></strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">(191 procedimentos)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":247,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/ranieri-dentaluni-plano-essencial-1024x378.jpg\" alt=\"\" class=\"wp-image-247\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"backgroundColor\":\"cyan-bluish-gray\"} -->\n<hr class=\"wp-block-separator has-text-color has-cyan-bluish-gray-color has-alpha-channel-opacity has-cyan-bluish-gray-background-color has-background\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"wp-block-heading has-text-align-center\"><strong><a href=\"https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/1-Proposta-DentalUni-PJ-Maio-2025.pdf\">Proposta DentalUni - Plano Empresarial [Clique para Visualizar]</a></strong></h3>\n<!-- /wp:heading -->', 'DentalUni', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-05-16 17:15:52', '2025-05-16 20:15:52', '', 29, 'https://ranierirepresentacoes.com.br/?p=252', 0, 'revision', '', 0),
(251, 1, '2025-05-16 17:14:54', '2025-05-16 20:14:54', '<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\"><strong>PLANO DENTAL ELITE</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">(264 procedimentos)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":245,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/ranieri-dentaluni-plano-elite-1024x378.jpg\" alt=\"\" class=\"wp-image-245\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"backgroundColor\":\"cyan-bluish-gray\"} -->\n<hr class=\"wp-block-separator has-text-color has-cyan-bluish-gray-color has-alpha-channel-opacity has-cyan-bluish-gray-background-color has-background\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\"><strong><strong>PLANO DENTAL AMPLO DOC</strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">(225 procedimentos)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":246,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/ranieri-dentaluni-plano-doc-1024x378.jpg\" alt=\"\" class=\"wp-image-246\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"backgroundColor\":\"cyan-bluish-gray\"} -->\n<hr class=\"wp-block-separator has-text-color has-cyan-bluish-gray-color has-alpha-channel-opacity has-cyan-bluish-gray-background-color has-background\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\"><strong><strong><strong>PLANO DENTAL ESSENCIAL</strong></strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">(191 procedimentos)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":247,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/ranieri-dentaluni-plano-essencial-1024x378.jpg\" alt=\"\" class=\"wp-image-247\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"backgroundColor\":\"cyan-bluish-gray\"} -->\n<hr class=\"wp-block-separator has-text-color has-cyan-bluish-gray-color has-alpha-channel-opacity has-cyan-bluish-gray-background-color has-background\"/>\n<!-- /wp:separator -->\n\n<!-- wp:file {\"id\":249,\"href\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/1-Proposta-DentalUni-PJ-Maio-2025.pdf\",\"showDownloadButton\":false,\"displayPreview\":false,\"align\":\"center\"} -->\n<div class=\"wp-block-file aligncenter\"><a id=\"wp-block-file--media-17e1203d-b7f6-4172-a3bf-16dacfd92fc0\" href=\"https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/1-Proposta-DentalUni-PJ-Maio-2025.pdf\"><strong>Proposta DentalUni - Plano Empresarial [Clique para Visualizar]</strong></a></div>\n<!-- /wp:file -->', 'DentalUni', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-05-16 17:14:54', '2025-05-16 20:14:54', '', 29, 'https://ranierirepresentacoes.com.br/?p=251', 0, 'revision', '', 0);

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_termmeta`
--

CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_terms`
--

CREATE TABLE `wp_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Despejando dados para a tabela `wp_terms`
--

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Sem categoria', 'sem-categoria', 0),
(2, 'menu-principal', 'menu-principal', 0),
(3, 'ranieri', 'ranieri', 0);

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_term_relationships`
--

CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Despejando dados para a tabela `wp_term_relationships`
--

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(69, 2, 0),
(70, 2, 0),
(68, 2, 0),
(67, 2, 0),
(73, 2, 0),
(72, 2, 0),
(71, 2, 0),
(74, 2, 0),
(75, 2, 0),
(77, 2, 0),
(81, 2, 0),
(82, 2, 0),
(83, 2, 0),
(89, 2, 0),
(234, 3, 0),
(239, 2, 0);

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_term_taxonomy`
--

CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Despejando dados para a tabela `wp_term_taxonomy`
--

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 0),
(2, 2, 'nav_menu', '', 0, 15),
(3, 3, 'wp_theme', '', 0, 1);

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_usermeta`
--

CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Despejando dados para a tabela `wp_usermeta`
--

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'ranieri_admin'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'comment_shortcuts', 'false'),
(7, 1, 'admin_color', 'fresh'),
(8, 1, 'use_ssl', '0'),
(9, 1, 'show_admin_bar_front', 'true'),
(10, 1, 'locale', ''),
(11, 1, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(12, 1, 'wp_user_level', '10'),
(13, 1, 'dismissed_wp_pointers', ''),
(14, 1, 'show_welcome_panel', '1'),
(15, 1, 'session_tokens', 'a:1:{s:64:\"49991a73fb679a963a6a9384b4d5cb15c02c017137054357639802fff6a99df6\";a:4:{s:10:\"expiration\";i:1747597420;s:2:\"ip\";s:15:\"177.101.116.165\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36\";s:5:\"login\";i:1747424620;}}'),
(47, 2, 'session_tokens', 'a:2:{s:64:\"6f4aa604b7a26cea8108e46099228a62bf475a9a0442baaea7306a0e9fd82377\";a:4:{s:10:\"expiration\";i:1493215902;s:2:\"ip\";s:13:\"186.211.99.94\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1493043102;}s:64:\"e232488ef892f96e7bbdbf315a49472587e48f04e653216f9e4fd62d947de460\";a:4:{s:10:\"expiration\";i:1493300647;s:2:\"ip\";s:15:\"186.211.103.155\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1493127847;}}'),
(16, 1, 'wp_dashboard_quick_press_last_post_id', '243'),
(17, 1, 'wp_user-settings', 'editor=html&libraryContent=browse&imgsize=large'),
(18, 1, 'wp_user-settings-time', '1619174571'),
(19, 1, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),
(20, 1, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),
(21, 1, 'nav_menu_recently_edited', '2'),
(22, 2, 'nickname', 'ranieri_admin'),
(23, 2, 'first_name', 'Ranieri Representações'),
(24, 2, 'last_name', ''),
(25, 2, 'description', ''),
(26, 2, 'rich_editing', 'true'),
(27, 2, 'comment_shortcuts', 'false'),
(28, 2, 'admin_color', 'fresh'),
(29, 2, 'use_ssl', '0'),
(30, 2, 'show_admin_bar_front', 'true'),
(31, 2, 'locale', ''),
(32, 2, 'wp_capabilities', 'a:1:{s:6:\"editor\";b:1;}'),
(33, 2, 'wp_user_level', '7'),
(34, 2, 'dismissed_wp_pointers', ''),
(48, 2, 'nav_menu_recently_edited', '2'),
(49, 2, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),
(36, 2, 'wp_dashboard_quick_press_last_post_id', '130'),
(38, 2, 'wp_user-settings', 'mfold=o&editor=html&libraryContent=browse&post_dfw=off'),
(39, 2, 'wp_user-settings-time', '1492808979'),
(40, 2, 'closedpostboxes_page', 'a:0:{}'),
(41, 2, 'metaboxhidden_page', 'a:5:{i:0;s:12:\"revisionsdiv\";i:1;s:16:\"commentstatusdiv\";i:2;s:11:\"commentsdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";}'),
(42, 2, 'meta-box-order_page', 'a:3:{s:4:\"side\";s:36:\"submitdiv,pageparentdiv,postimagediv\";s:6:\"normal\";s:81:\"wpseo_meta,revisionsdiv,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv\";s:8:\"advanced\";s:15:\"siderbar-layout\";}'),
(43, 2, 'screen_layout_page', '2'),
(44, 2, 'manageedit-pagecolumnshidden', 'a:0:{}'),
(50, 2, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),
(51, 1, 'closedpostboxes_page', 'a:0:{}'),
(52, 1, 'metaboxhidden_page', 'a:6:{i:0;s:12:\"revisionsdiv\";i:1;s:10:\"postcustom\";i:2;s:16:\"commentstatusdiv\";i:3;s:11:\"commentsdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}'),
(54, 1, '_yoast_wpseo_profile_updated', '1659389180'),
(55, 2, '_yoast_wpseo_profile_updated', '1659389180'),
(53, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:13:\"177.101.116.0\";}'),
(56, 1, 'syntax_highlighting', 'true'),
(57, 1, 'wp_persisted_preferences', 'a:3:{s:4:\"core\";a:2:{s:10:\"openPanels\";a:2:{i:0;s:11:\"post-status\";i:1;s:24:\"yoast-seo/document-panel\";}s:26:\"isComplementaryAreaVisible\";b:1;}s:14:\"core/edit-post\";a:3:{s:12:\"welcomeGuide\";b:0;s:23:\"metaBoxesMainOpenHeight\";i:243;s:14:\"fullscreenMode\";b:0;}s:9:\"_modified\";s:24:\"2025-05-16T20:15:03.193Z\";}');

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_users`
--

CREATE TABLE `wp_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Despejando dados para a tabela `wp_users`
--

INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'adm_ranieri', '$P$BhZ6FDLTs9rDUp6HoOm6WiNyAnyOy71', 'ranieri', 'dev@stytech.com.br', '', '2017-04-10 13:05:59', '', 0, 'adm_ranieri'),
(2, 'ranieri_admin', '$P$BJqQVCMcjKXUWC0zp9jJKoEs17XGFt/', 'ranieri_admin', 'gabriel@stylusgrafy.com.br', 'http://ranierirepresentacoes.com.br', '2017-04-12 15:04:59', '', 0, 'Ranieri Representações');

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_wonderplugin_carousel`
--

CREATE TABLE `wp_wonderplugin_carousel` (
  `id` int(11) NOT NULL,
  `name` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `data` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `authorid` tinytext COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Despejando dados para a tabela `wp_wonderplugin_carousel`
--

INSERT INTO `wp_wonderplugin_carousel` (`id`, `name`, `data`, `time`, `authorid`) VALUES
(1, 'Clientes DentalUni', '{\"name\":\"Clientes DentalUni\",\"slides\":[{\"type\":0,\"image\":\"http:\\/\\/ranierirepresentacoes.com.br\\/\\/wp-content\\/uploads\\/2017\\/04\\/img-copacol-ranieri-representacoes.png\",\"thumbnail\":\"http:\\/\\/ranierirepresentacoes.com.br\\/\\/wp-content\\/uploads\\/2017\\/04\\/img-copacol-ranieri-representacoes.png\",\"displaythumbnail\":\"false\",\"title\":\"img-copacol-ranieri-representacoes\",\"description\":\"\",\"weblink\":\"\",\"linktarget\":\"\",\"weblinklightbox\":\"false\",\"lightbox\":\"true\",\"lightboxsize\":\"false\",\"lightboxwidth\":640,\"lightboxheight\":480},{\"type\":0,\"image\":\"http:\\/\\/ranierirepresentacoes.com.br\\/\\/wp-content\\/uploads\\/2017\\/04\\/img-coritiba-footbal-club-ranieri-representacoes.png\",\"thumbnail\":\"http:\\/\\/ranierirepresentacoes.com.br\\/\\/wp-content\\/uploads\\/2017\\/04\\/img-coritiba-footbal-club-ranieri-representacoes.png\",\"displaythumbnail\":\"false\",\"title\":\"img-coritiba-footbal-club-ranieri-representacoes\",\"description\":\"\",\"weblink\":\"\",\"linktarget\":\"\",\"weblinklightbox\":\"false\",\"lightbox\":\"true\",\"lightboxsize\":\"false\",\"lightboxwidth\":640,\"lightboxheight\":480},{\"type\":0,\"image\":\"http:\\/\\/ranierirepresentacoes.com.br\\/\\/wp-content\\/uploads\\/2017\\/04\\/img-vale-fertil-ranieri-representacoes.png\",\"thumbnail\":\"http:\\/\\/ranierirepresentacoes.com.br\\/\\/wp-content\\/uploads\\/2017\\/04\\/img-vale-fertil-ranieri-representacoes.png\",\"displaythumbnail\":\"false\",\"video\":\"\",\"mp4\":\"\",\"webm\":\"\",\"title\":\"img-vale-fertil-ranieri-representacoes\",\"description\":\"\",\"weblink\":\"\",\"linktarget\":\"\",\"weblinklightbox\":\"false\",\"lightbox\":\"true\",\"lightboxsize\":\"false\",\"lightboxwidth\":640,\"lightboxheight\":480},{\"type\":0,\"image\":\"http:\\/\\/ranierirepresentacoes.com.br\\/\\/wp-content\\/uploads\\/2017\\/04\\/img-logo-mili-ranieiri-representacoes.png\",\"thumbnail\":\"http:\\/\\/ranierirepresentacoes.com.br\\/\\/wp-content\\/uploads\\/2017\\/04\\/img-logo-mili-ranieiri-representacoes.png\",\"displaythumbnail\":\"false\",\"title\":\"img-logo-mili-ranieiri-representacoes\",\"description\":\"\",\"weblink\":\"\",\"linktarget\":\"\",\"weblinklightbox\":\"false\",\"lightbox\":\"true\",\"lightboxsize\":\"false\",\"lightboxwidth\":640,\"lightboxheight\":480},{\"type\":0,\"image\":\"http:\\/\\/ranierirepresentacoes.com.br\\/\\/wp-content\\/uploads\\/2017\\/04\\/img-logo-parana-banco-ranieri-representacoes.png\",\"thumbnail\":\"http:\\/\\/ranierirepresentacoes.com.br\\/\\/wp-content\\/uploads\\/2017\\/04\\/img-logo-parana-banco-ranieri-representacoes.png\",\"displaythumbnail\":\"false\",\"title\":\"img-logo-parana-banco-ranieri-representacoes\",\"description\":\"\",\"weblink\":\"\",\"linktarget\":\"\",\"weblinklightbox\":\"false\",\"lightbox\":\"true\",\"lightboxsize\":\"false\",\"lightboxwidth\":640,\"lightboxheight\":480},{\"type\":0,\"image\":\"http:\\/\\/ranierirepresentacoes.com.br\\/\\/wp-content\\/uploads\\/2017\\/04\\/img-logo-associacao-comercial-parana-ranieri-representacoes.png\",\"thumbnail\":\"http:\\/\\/ranierirepresentacoes.com.br\\/\\/wp-content\\/uploads\\/2017\\/04\\/img-logo-associacao-comercial-parana-ranieri-representacoes.png\",\"displaythumbnail\":\"false\",\"title\":\"img-logo-associacao-comercial-parana-ranieri-representacoes\",\"description\":\"\",\"weblink\":\"\",\"linktarget\":\"\",\"weblinklightbox\":\"false\",\"lightbox\":\"true\",\"lightboxsize\":\"false\",\"lightboxwidth\":640,\"lightboxheight\":480},{\"type\":0,\"image\":\"http:\\/\\/ranierirepresentacoes.com.br\\/\\/wp-content\\/uploads\\/2017\\/04\\/img-logo-coamo-ranieri-representacoes.png\",\"thumbnail\":\"http:\\/\\/ranierirepresentacoes.com.br\\/\\/wp-content\\/uploads\\/2017\\/04\\/img-logo-coamo-ranieri-representacoes.png\",\"displaythumbnail\":\"false\",\"title\":\"img-logo-coamo-ranieri-representacoes\",\"description\":\"\",\"weblink\":\"\",\"linktarget\":\"\",\"weblinklightbox\":\"false\",\"lightbox\":\"true\",\"lightboxsize\":\"false\",\"lightboxwidth\":640,\"lightboxheight\":480},{\"type\":0,\"image\":\"http:\\/\\/ranierirepresentacoes.com.br\\/\\/wp-content\\/uploads\\/2017\\/04\\/img-logo-denso-ranieri-representacoes.png\",\"thumbnail\":\"http:\\/\\/ranierirepresentacoes.com.br\\/\\/wp-content\\/uploads\\/2017\\/04\\/img-logo-denso-ranieri-representacoes.png\",\"displaythumbnail\":\"false\",\"title\":\"img-logo-denso-ranieri-representacoes\",\"description\":\"\",\"weblink\":\"\",\"linktarget\":\"\",\"weblinklightbox\":\"false\",\"lightbox\":\"true\",\"lightboxsize\":\"false\",\"lightboxwidth\":640,\"lightboxheight\":480},{\"type\":0,\"image\":\"http:\\/\\/ranierirepresentacoes.com.br\\/\\/wp-content\\/uploads\\/2017\\/04\\/img-logo-balaroti-ranieri-representacoes.png\",\"thumbnail\":\"http:\\/\\/ranierirepresentacoes.com.br\\/\\/wp-content\\/uploads\\/2017\\/04\\/img-logo-balaroti-ranieri-representacoes.png\",\"displaythumbnail\":\"false\",\"title\":\"img-logo-balaroti-ranieri-representacoes\",\"description\":\"\",\"weblink\":\"\",\"linktarget\":\"\",\"weblinklightbox\":\"false\",\"lightbox\":\"true\",\"lightboxsize\":\"false\",\"lightboxwidth\":640,\"lightboxheight\":480},{\"type\":0,\"image\":\"http:\\/\\/ranierirepresentacoes.com.br\\/\\/wp-content\\/uploads\\/2017\\/04\\/img-logo-faculdade-dom-bosco-ranieri-representacoes.png\",\"thumbnail\":\"http:\\/\\/ranierirepresentacoes.com.br\\/\\/wp-content\\/uploads\\/2017\\/04\\/img-logo-faculdade-dom-bosco-ranieri-representacoes.png\",\"displaythumbnail\":\"false\",\"title\":\"img-logo-faculdade-dom-bosco-ranieri-representacoes\",\"description\":\"\",\"weblink\":\"\",\"linktarget\":\"\",\"weblinklightbox\":\"false\",\"lightbox\":\"true\",\"lightboxsize\":\"false\",\"lightboxwidth\":640,\"lightboxheight\":480},{\"type\":0,\"image\":\"http:\\/\\/ranierirepresentacoes.com.br\\/\\/wp-content\\/uploads\\/2017\\/04\\/img-logo-cocelpa-embalagens-ranieri-representacoes.png\",\"thumbnail\":\"http:\\/\\/ranierirepresentacoes.com.br\\/\\/wp-content\\/uploads\\/2017\\/04\\/img-logo-cocelpa-embalagens-ranieri-representacoes.png\",\"displaythumbnail\":\"false\",\"title\":\"img-logo-cocelpa-embalagens-ranieri-representacoes\",\"description\":\"\",\"weblink\":\"\",\"linktarget\":\"\",\"weblinklightbox\":\"false\",\"lightbox\":\"true\",\"lightboxsize\":\"false\",\"lightboxwidth\":640,\"lightboxheight\":480},{\"type\":0,\"image\":\"http:\\/\\/ranierirepresentacoes.com.br\\/\\/wp-content\\/uploads\\/2017\\/04\\/img-logo-senff-raneiri-representacoes.png\",\"thumbnail\":\"http:\\/\\/ranierirepresentacoes.com.br\\/\\/wp-content\\/uploads\\/2017\\/04\\/img-logo-senff-raneiri-representacoes.png\",\"displaythumbnail\":\"false\",\"title\":\"img-logo-senff-raneiri-representacoes\",\"description\":\"\",\"weblink\":\"\",\"linktarget\":\"\",\"weblinklightbox\":\"false\",\"lightbox\":\"true\",\"lightboxsize\":\"false\",\"lightboxwidth\":640,\"lightboxheight\":480},{\"type\":0,\"image\":\"http:\\/\\/ranierirepresentacoes.com.br\\/\\/wp-content\\/uploads\\/2017\\/04\\/img-logo-positivo-informatica-ranieri-representacoes.png\",\"thumbnail\":\"http:\\/\\/ranierirepresentacoes.com.br\\/\\/wp-content\\/uploads\\/2017\\/04\\/img-logo-positivo-informatica-ranieri-representacoes.png\",\"displaythumbnail\":\"false\",\"title\":\"img-logo-positivo-informatica-ranieri-representacoes\",\"description\":\"\",\"weblink\":\"\",\"linktarget\":\"\",\"weblinklightbox\":\"false\",\"lightbox\":\"true\",\"lightboxsize\":\"false\",\"lightboxwidth\":640,\"lightboxheight\":480},{\"type\":0,\"image\":\"http:\\/\\/ranierirepresentacoes.com.br\\/\\/wp-content\\/uploads\\/2017\\/04\\/img-logo-sicredi-ranieri-representacoes.png\",\"thumbnail\":\"http:\\/\\/ranierirepresentacoes.com.br\\/\\/wp-content\\/uploads\\/2017\\/04\\/img-logo-sicredi-ranieri-representacoes.png\",\"displaythumbnail\":\"false\",\"title\":\"img-logo-sicredi-ranieri-representacoes\",\"description\":\"\",\"weblink\":\"\",\"linktarget\":\"\",\"weblinklightbox\":\"false\",\"lightbox\":\"true\",\"lightboxsize\":\"false\",\"lightboxwidth\":640,\"lightboxheight\":480},{\"type\":0,\"image\":\"http:\\/\\/ranierirepresentacoes.com.br\\/\\/wp-content\\/uploads\\/2017\\/04\\/img-logo-jtekt-ranieri-representacoes.png\",\"thumbnail\":\"http:\\/\\/ranierirepresentacoes.com.br\\/\\/wp-content\\/uploads\\/2017\\/04\\/img-logo-jtekt-ranieri-representacoes.png\",\"displaythumbnail\":\"false\",\"title\":\"img-logo-jtekt-ranieri-representacoes\",\"description\":\"\",\"weblink\":\"\",\"linktarget\":\"\",\"weblinklightbox\":\"false\",\"lightbox\":\"true\",\"lightboxsize\":\"false\",\"lightboxwidth\":640,\"lightboxheight\":480},{\"type\":0,\"image\":\"http:\\/\\/ranierirepresentacoes.com.br\\/\\/wp-content\\/uploads\\/2017\\/04\\/img-logo-ca-paranaense-ranieri-representacoes.png\",\"thumbnail\":\"http:\\/\\/ranierirepresentacoes.com.br\\/\\/wp-content\\/uploads\\/2017\\/04\\/img-logo-ca-paranaense-ranieri-representacoes.png\",\"displaythumbnail\":\"false\",\"title\":\"img-logo-ca-paranaense-ranieri-representacoes\",\"description\":\"\",\"weblink\":\"\",\"linktarget\":\"\",\"weblinklightbox\":\"false\",\"lightbox\":\"true\",\"lightboxsize\":\"false\",\"lightboxwidth\":640,\"lightboxheight\":480},{\"type\":0,\"image\":\"http:\\/\\/ranierirepresentacoes.com.br\\/\\/wp-content\\/uploads\\/2017\\/04\\/img-logo-jmalucelli-ranieri-representacoes.png\",\"thumbnail\":\"http:\\/\\/ranierirepresentacoes.com.br\\/\\/wp-content\\/uploads\\/2017\\/04\\/img-logo-jmalucelli-ranieri-representacoes.png\",\"displaythumbnail\":\"false\",\"title\":\"img-logo-jmalucelli-ranieri-representacoes\",\"description\":\"\",\"weblink\":\"\",\"linktarget\":\"\",\"weblinklightbox\":\"false\",\"lightbox\":\"true\",\"lightboxsize\":\"false\",\"lightboxwidth\":640,\"lightboxheight\":480},{\"type\":0,\"image\":\"http:\\/\\/ranierirepresentacoes.com.br\\/\\/wp-content\\/uploads\\/2017\\/04\\/img-logo-totvs-ranieri-representacoes.png\",\"thumbnail\":\"http:\\/\\/ranierirepresentacoes.com.br\\/\\/wp-content\\/uploads\\/2017\\/04\\/img-logo-totvs-ranieri-representacoes.png\",\"displaythumbnail\":\"false\",\"title\":\"img-logo-totvs-ranieri-representacoes\",\"description\":\"\",\"weblink\":\"\",\"linktarget\":\"\",\"weblinklightbox\":\"false\",\"lightbox\":\"true\",\"lightboxsize\":\"false\",\"lightboxwidth\":640,\"lightboxheight\":480}],\"skin\":\"classic\",\"customcss\":\"\",\"dataoptions\":\"\",\"lightboxresponsive\":\"true\",\"lightboxshownavigation\":\"false\",\"lightboxnogroup\":\"false\",\"lightboxshowtitle\":\"true\",\"lightboxshowdescription\":\"false\",\"lightboxthumbwidth\":90,\"lightboxthumbheight\":60,\"lightboxthumbtopmargin\":12,\"lightboxthumbbottommargin\":4,\"lightboxbarheight\":64,\"lightboxtitlebottomcss\":\"{color:#333; font-size:14px; font-family:Armata,sans-serif,Arial; overflow:hidden; text-align:left;}\",\"lightboxdescriptionbottomcss\":\"{color:#333; font-size:12px; font-family:Arial,Helvetica,sans-serif; overflow:hidden; text-align:left; margin:4px 0px 0px; padding: 0px;}\",\"width\":200,\"height\":180,\"rownumber\":1,\"autoplay\":\"true\",\"random\":\"false\",\"circular\":\"true\",\"direction\":\"horizontal\",\"responsive\":\"true\",\"visibleitems\":4,\"pauseonmouseover\":\"true\",\"scrollmode\":\"page\",\"interval\":3000,\"transitionduration\":1000,\"continuous\":\"false\",\"continuousduration\":2500,\"arrowstyle\":\"always\",\"arrowimage\":\"arrows-32-32-2.png\",\"arrowwidth\":32,\"arrowheight\":32,\"navstyle\":\"bullets\",\"navimage\":\"bullet-16-16-1.png\",\"navwidth\":16,\"navheight\":16,\"navspacing\":8,\"showhoveroverlay\":\"false\",\"hoveroverlayimage\":\"hoveroverlay-64-64-3.png\",\"screenquery\":\"{\\n\\t\\\"tablet\\\": {\\n\\t\\t\\\"screenwidth\\\": 900,\\n\\t\\t\\\"visibleitems\\\": 2\\n\\t},\\n\\t\\\"mobile\\\": {\\n\\t\\t\\\"screenwidth\\\": 600,\\n\\t\\t\\\"visibleitems\\\": 1\\n\\t}\\n}\",\"skintemplate\":\"&lt;div class=\\\"amazingcarousel-image\\\"&gt;__IMAGE__&lt;\\/div&gt;\\n&lt;div class=\\\"amazingcarousel-title\\\"&gt;&lt;\\/div&gt;\",\"skincss\":\"@import url(https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans);\\n\\n #amazingcarousel-CAROUSELID .amazingcarousel-image {\\t\\n\\tposition: relative;\\n\\tpadding: 4px;\\ntext-align: center;\\n}\\n\\n#amazingcarousel-CAROUSELID .amazingcarousel-image img {\\n\\tdisplay: inline-block;\\n\\twidth: 100%;\\n\\tmax-width: 100%;\\n\\tborder: 0;\\n\\tmargin: 0;\\n\\tpadding: 0;\\n\\t-moz-border-radius: 0px;\\n\\t-webkit-border-radius: 0px;\\n\\t\\/*border-radius: 0px;\\n\\t-moz-box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2);\\n\\t-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);\\n\\tbox-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*\\/\\nmax-height: 200px;\\nwidth: auto;\\n}\\n\\n#amazingcarousel-CAROUSELID .amazingcarousel-title {\\n\\tposition:relative;\\n\\tfont:14px \\\"Open Sans\\\", sans-serif;\\n\\tcolor:#333333;\\n\\tmargin:6px;\\n\\ttext-align:center;\\n\\ttext-shadow:0px 1px 1px #fff;\\n}\\n\\n#amazingcarousel-CAROUSELID .amazingcarousel-list-container { \\n\\tpadding: 16px 0;\\n}\\n\\n#amazingcarousel-CAROUSELID .amazingcarousel-item-container {\\n\\ttext-align: center;\\n\\tpadding: 4px;\\n\\t\\/*background-color: #fff;\\n\\tborder: 1px solid #ddd;\\n\\t-moz-box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1);\\n\\t-webkit-box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1);\\n\\tbox-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1);*\\/\\n}\\n\\n#amazingcarousel-CAROUSELID .amazingcarousel-prev {\\n\\tleft: 0%;\\n\\ttop: 50%;\\n\\tmargin-left: -48px;\\n\\tmargin-top: -16px;\\n}\\n\\n#amazingcarousel-CAROUSELID .amazingcarousel-next {\\n\\tright: 0%;\\n\\ttop: 50%;\\n\\tmargin-right: -48px;\\n\\tmargin-top: -16px;\\n}\\n\\n#amazingcarousel-CAROUSELID .amazingcarousel-nav {\\n\\tposition: absolute;\\n\\twidth: 100%;\\n\\ttop: 75%;\\n}\\n\\n#amazingcarousel-CAROUSELID .amazingcarousel-bullet-wrapper {\\n\\tmargin: 4px auto;\\n}\",\"arrowimagemode\":\"defined\",\"navimagemode\":\"defined\",\"hoveroverlayimagemode\":\"defined\",\"showhoveroverlayalways\":\"false\",\"usescreenquery\":\"false\"}', '2017-04-12 15:38:40', '1');

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_yoast_indexable`
--

CREATE TABLE `wp_yoast_indexable` (
  `id` int(11) UNSIGNED NOT NULL,
  `permalink` longtext COLLATE utf8mb4_unicode_520_ci,
  `permalink_hash` varchar(40) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `object_id` bigint(20) DEFAULT NULL,
  `object_type` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `object_sub_type` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `author_id` bigint(20) DEFAULT NULL,
  `post_parent` bigint(20) DEFAULT NULL,
  `title` text COLLATE utf8mb4_unicode_520_ci,
  `description` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `breadcrumb_title` text COLLATE utf8mb4_unicode_520_ci,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `is_public` tinyint(1) DEFAULT NULL,
  `is_protected` tinyint(1) DEFAULT '0',
  `has_public_posts` tinyint(1) DEFAULT NULL,
  `number_of_pages` int(11) UNSIGNED DEFAULT NULL,
  `canonical` longtext COLLATE utf8mb4_unicode_520_ci,
  `primary_focus_keyword` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `primary_focus_keyword_score` int(3) DEFAULT NULL,
  `readability_score` int(3) DEFAULT NULL,
  `is_cornerstone` tinyint(1) DEFAULT '0',
  `is_robots_noindex` tinyint(1) DEFAULT '0',
  `is_robots_nofollow` tinyint(1) DEFAULT '0',
  `is_robots_noarchive` tinyint(1) DEFAULT '0',
  `is_robots_noimageindex` tinyint(1) DEFAULT '0',
  `is_robots_nosnippet` tinyint(1) DEFAULT '0',
  `twitter_title` text COLLATE utf8mb4_unicode_520_ci,
  `twitter_image` longtext COLLATE utf8mb4_unicode_520_ci,
  `twitter_description` longtext COLLATE utf8mb4_unicode_520_ci,
  `twitter_image_id` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `twitter_image_source` text COLLATE utf8mb4_unicode_520_ci,
  `open_graph_title` text COLLATE utf8mb4_unicode_520_ci,
  `open_graph_description` longtext COLLATE utf8mb4_unicode_520_ci,
  `open_graph_image` longtext COLLATE utf8mb4_unicode_520_ci,
  `open_graph_image_id` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `open_graph_image_source` text COLLATE utf8mb4_unicode_520_ci,
  `open_graph_image_meta` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `link_count` int(11) DEFAULT NULL,
  `incoming_link_count` int(11) DEFAULT NULL,
  `prominent_words_version` int(11) UNSIGNED DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `blog_id` bigint(20) NOT NULL DEFAULT '1',
  `language` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `region` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schema_page_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schema_article_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `has_ancestors` tinyint(1) DEFAULT '0',
  `estimated_reading_time_minutes` int(11) DEFAULT NULL,
  `version` int(11) DEFAULT '1',
  `object_last_modified` datetime DEFAULT NULL,
  `object_published_at` datetime DEFAULT NULL,
  `inclusive_language_score` int(3) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Despejando dados para a tabela `wp_yoast_indexable`
--

INSERT INTO `wp_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES
(2, 'https://ranierirepresentacoes.com.br/', '37:794660f7a7a94edebf38e4f431027243', 84, 'post', 'page', 1, 0, 'Ranieri Representações - Saúde Empresarial e Familiar', 'União da Vitória / PR. Dedicado à àrea de Saúde, oferecemos planos e convênios. DentalUni - Plano Odontológico e São Camilo - Plano Saúde Empresarial', 'Início', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2022-08-01 21:25:35', '2024-04-09 23:02:35', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-21 19:26:10', '2017-04-11 19:15:40', NULL),
(3, 'https://ranierirepresentacoes.com.br/', '37:794660f7a7a94edebf38e4f431027243', NULL, 'home-page', NULL, NULL, NULL, '%%sitename%% %%page%% %%sep%% %%sitedesc%%', 'Saúde Empresarial e Familiar', 'Home', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, '%%sitename%%', '', '', '0', NULL, NULL, NULL, NULL, NULL, '2022-08-01 21:25:35', '2025-05-16 23:15:53', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-05-16 20:15:53', NULL, NULL),
(4, 'https://ranierirepresentacoes.com.br/dentaluni/', '47:efa7f1466653c9d30809a131c03749d4', 29, 'post', 'page', 1, 0, NULL, NULL, 'DentalUni', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/ranieri-dentaluni-plano-elite-1024x378.jpg', NULL, '245', 'first-content-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/ranieri-dentaluni-plano-elite-1024x378.jpg', '245', 'first-content-image', NULL, 1, NULL, NULL, '2022-08-01 21:25:44', '2025-05-16 23:15:53', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2025-05-16 20:15:53', '2017-04-10 20:28:48', 0),
(5, 'https://ranierirepresentacoes.com.br/dentaluni/odontomovel/', '59:5402b39ab79422655de63e3f518acce2', 21, 'post', 'page', 1, 29, NULL, NULL, 'Odontomóvel', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-odontomovel-dentaluni-275x300.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-odontomovel-dentaluni-275x300.jpg', NULL, 'first-content-image', NULL, 0, NULL, NULL, '2022-08-01 21:25:44', '2022-08-02 00:25:44', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2017-04-21 21:03:54', '2017-04-10 17:09:30', NULL),
(6, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-odontomovel-dentaluni.jpg', '93:6bccaba1e12e057b60b3e72d6f500f42', 26, 'post', 'attachment', 1, 21, NULL, NULL, 'img-odontomovel-dentaluni', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-odontomovel-dentaluni.jpg', NULL, '26', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-odontomovel-dentaluni.jpg', '26', 'attachment-image', '{\"width\":359,\"height\":392,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-odontomovel-dentaluni.jpg\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/img-odontomovel-dentaluni.jpg\",\"size\":\"full\",\"id\":26,\"alt\":\"\",\"pixels\":140728,\"type\":\"image/jpeg\"}', NULL, 2, NULL, '2022-08-01 21:25:44', '2024-03-14 19:13:22', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-10 20:21:26', '2017-04-10 20:21:26', NULL),
(7, 'https://ranierirepresentacoes.com.br/galeria-de-fotos/', '54:e3ad3dc91de4d4de0ee732389dee3224', 57, 'post', 'page', 1, 0, NULL, NULL, 'Galeria de Fotos', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/WYTH4358-300x225.jpg', NULL, NULL, 'gallery-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/WYTH4358-300x225.jpg', NULL, 'gallery-image', NULL, 12, NULL, NULL, '2022-08-01 21:25:44', '2024-03-14 22:13:22', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-08-01 02:54:48', '2017-04-11 17:11:00', NULL),
(8, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-escritorio-ranieri-sao-mateus-02.jpg', '104:dacc3d1c5c043286e5c229468ab2c224', 58, 'post', 'attachment', 1, 57, NULL, NULL, 'img-escritorio-ranieri-sao-mateus-02', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-escritorio-ranieri-sao-mateus-02.jpg', NULL, '58', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-escritorio-ranieri-sao-mateus-02.jpg', '58', 'attachment-image', '{\"width\":200,\"height\":150,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-escritorio-ranieri-sao-mateus-02.jpg\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/img-escritorio-ranieri-sao-mateus-02.jpg\",\"size\":\"full\",\"id\":58,\"alt\":\"\",\"pixels\":30000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-08-01 21:25:44', '2022-08-02 00:25:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-11 17:10:33', '2017-04-11 17:10:33', NULL),
(9, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-escritorio-ranieri-sao-mateus-03.jpg', '104:ca71cfcef7dfa977817e74a70c329f1c', 59, 'post', 'attachment', 1, 57, NULL, NULL, 'img-escritorio-ranieri-sao-mateus-03', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-escritorio-ranieri-sao-mateus-03.jpg', NULL, '59', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-escritorio-ranieri-sao-mateus-03.jpg', '59', 'attachment-image', '{\"width\":200,\"height\":150,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-escritorio-ranieri-sao-mateus-03.jpg\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/img-escritorio-ranieri-sao-mateus-03.jpg\",\"size\":\"full\",\"id\":59,\"alt\":\"\",\"pixels\":30000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-08-01 21:25:44', '2022-08-02 00:25:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-11 17:10:37', '2017-04-11 17:10:37', NULL),
(10, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-escritorio-ranieri-sao-mateus-01.jpg', '104:48c2d5ba30713b1c236edcf469c13f18', 60, 'post', 'attachment', 1, 57, NULL, NULL, 'img-escritorio-ranieri-sao-mateus-01', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-escritorio-ranieri-sao-mateus-01.jpg', NULL, '60', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-escritorio-ranieri-sao-mateus-01.jpg', '60', 'attachment-image', '{\"width\":200,\"height\":150,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-escritorio-ranieri-sao-mateus-01.jpg\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/img-escritorio-ranieri-sao-mateus-01.jpg\",\"size\":\"full\",\"id\":60,\"alt\":\"\",\"pixels\":30000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-08-01 21:25:44', '2022-08-02 00:25:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-11 17:10:42', '2017-04-11 17:10:42', NULL),
(11, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-escritorio-ranieri-sao-mateus-01-1.jpg', '106:14823cbff8985b9e7aa50b7715d0c061', 96, 'post', 'attachment', 1, 57, NULL, NULL, 'img-escritorio-ranieri-sao-mateus-01', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-escritorio-ranieri-sao-mateus-01-1.jpg', NULL, '96', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-escritorio-ranieri-sao-mateus-01-1-768x681.jpg', '96', 'attachment-image', '{\"width\":768,\"height\":681,\"path\":\"2017/04/img-escritorio-ranieri-sao-mateus-01-1-768x681.jpg\",\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-escritorio-ranieri-sao-mateus-01-1-768x681.jpg\",\"size\":\"medium_large\",\"id\":96,\"alt\":\"\",\"pixels\":523008,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-08-01 21:25:44', '2022-08-02 00:25:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-12 14:53:13', '2017-04-12 14:53:13', NULL),
(12, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-escritorio-ranieri-sao-mateus-02-1.jpg', '106:2b88edeb894077c1ee5806c1a25b74ab', 97, 'post', 'attachment', 1, 57, NULL, NULL, 'img-escritorio-ranieri-sao-mateus-02', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-escritorio-ranieri-sao-mateus-02-1.jpg', NULL, '97', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-escritorio-ranieri-sao-mateus-02-1.jpg', '97', 'attachment-image', '{\"width\":900,\"height\":672,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-escritorio-ranieri-sao-mateus-02-1.jpg\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/img-escritorio-ranieri-sao-mateus-02-1.jpg\",\"size\":\"full\",\"id\":97,\"alt\":\"\",\"pixels\":604800,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-08-01 21:25:44', '2022-08-02 00:25:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-12 14:53:53', '2017-04-12 14:53:53', NULL),
(13, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-escritorio-ranieri-sao-mateus-03-1.jpg', '106:9f1bca38bcbb77ef1dff57edb8a86899', 98, 'post', 'attachment', 1, 57, NULL, NULL, 'img-escritorio-ranieri-sao-mateus-03', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-escritorio-ranieri-sao-mateus-03-1.jpg', NULL, '98', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-escritorio-ranieri-sao-mateus-03-1.jpg', '98', 'attachment-image', '{\"width\":900,\"height\":672,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-escritorio-ranieri-sao-mateus-03-1.jpg\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/img-escritorio-ranieri-sao-mateus-03-1.jpg\",\"size\":\"full\",\"id\":98,\"alt\":\"\",\"pixels\":604800,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-08-01 21:25:44', '2022-08-02 00:25:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-12 14:54:30', '2017-04-12 14:54:30', NULL),
(14, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-saocamilo.jpg', '86:a026c33ccfc2fae1bfb3643c449508f8', 100, 'post', 'attachment', 1, 0, NULL, NULL, 'img-logo-saocamilo', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-saocamilo.jpg', NULL, '100', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-saocamilo.jpg', '100', 'attachment-image', '{\"width\":76,\"height\":85,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-saocamilo.jpg\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/img-logo-saocamilo.jpg\",\"size\":\"full\",\"id\":100,\"alt\":\"\",\"pixels\":6460,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-08-01 21:25:44', '2022-08-02 00:25:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-12 18:12:23', '2017-04-12 18:12:23', NULL),
(15, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-senff-raneiri-representacoes.png', '105:2a9d8e5a014f8b9f3532748548d57499', 101, 'post', 'attachment', 1, 0, NULL, NULL, 'img-logo-senff-raneiri-representacoes', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-senff-raneiri-representacoes.png', NULL, '101', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-senff-raneiri-representacoes.png', '101', 'attachment-image', '{\"width\":95,\"height\":63,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-senff-raneiri-representacoes.png\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/img-logo-senff-raneiri-representacoes.png\",\"size\":\"full\",\"id\":101,\"alt\":\"\",\"pixels\":5985,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-08-01 21:25:44', '2022-08-02 00:25:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-12 18:12:24', '2017-04-12 18:12:24', NULL),
(16, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-sepac-ranieri-representacoes.png', '105:81a8057af4a6ee140523a4cef98375e1', 102, 'post', 'attachment', 1, 0, NULL, NULL, 'img-logo-sepac-ranieri-representacoes', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-sepac-ranieri-representacoes.png', NULL, '102', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-sepac-ranieri-representacoes.png', '102', 'attachment-image', '{\"width\":110,\"height\":73,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-sepac-ranieri-representacoes.png\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/img-logo-sepac-ranieri-representacoes.png\",\"size\":\"full\",\"id\":102,\"alt\":\"\",\"pixels\":8030,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-08-01 21:25:44', '2022-08-02 00:25:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-12 18:12:26', '2017-04-12 18:12:26', NULL),
(17, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-sicredi-ranieri-representacoes.png', '107:ff1d1293a4a2b59fcda29af374b2099f', 103, 'post', 'attachment', 1, 0, NULL, NULL, 'img-logo-sicredi-ranieri-representacoes', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-sicredi-ranieri-representacoes.png', NULL, '103', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-sicredi-ranieri-representacoes.png', '103', 'attachment-image', '{\"width\":127,\"height\":55,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-sicredi-ranieri-representacoes.png\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/img-logo-sicredi-ranieri-representacoes.png\",\"size\":\"full\",\"id\":103,\"alt\":\"\",\"pixels\":6985,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-08-01 21:25:44', '2022-08-02 00:25:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-12 18:12:28', '2017-04-12 18:12:28', NULL),
(18, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-sukus-ranieri-representacoes.png', '105:9c76a04de88c5117529667538e8658df', 104, 'post', 'attachment', 1, 0, NULL, NULL, 'img-logo-sukus-ranieri-representacoes', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-sukus-ranieri-representacoes.png', NULL, '104', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-sukus-ranieri-representacoes.png', '104', 'attachment-image', '{\"width\":99,\"height\":59,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-sukus-ranieri-representacoes.png\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/img-logo-sukus-ranieri-representacoes.png\",\"size\":\"full\",\"id\":104,\"alt\":\"\",\"pixels\":5841,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-08-01 21:25:44', '2022-08-02 00:25:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-12 18:12:29', '2017-04-12 18:12:29', NULL),
(19, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-totvs-ranieri-representacoes.png', '105:f94ba74462cff2653b80d75ebbcb991d', 105, 'post', 'attachment', 1, 0, NULL, NULL, 'img-logo-totvs-ranieri-representacoes', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-totvs-ranieri-representacoes.png', NULL, '105', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-totvs-ranieri-representacoes.png', '105', 'attachment-image', '{\"width\":75,\"height\":70,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-totvs-ranieri-representacoes.png\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/img-logo-totvs-ranieri-representacoes.png\",\"size\":\"full\",\"id\":105,\"alt\":\"\",\"pixels\":5250,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-08-01 21:25:44', '2022-08-02 00:25:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-12 18:12:31', '2017-04-12 18:12:31', NULL),
(20, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-unidonto.jpg', '85:189448fb795e762ed423ebe26047c51b', 106, 'post', 'attachment', 1, 0, NULL, NULL, 'img-logo-unidonto', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-unidonto.jpg', NULL, '106', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-unidonto.jpg', '106', 'attachment-image', '{\"width\":200,\"height\":116,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-unidonto.jpg\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/img-logo-unidonto.jpg\",\"size\":\"full\",\"id\":106,\"alt\":\"\",\"pixels\":23200,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-08-01 21:25:44', '2022-08-02 00:25:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-12 18:12:34', '2017-04-12 18:12:34', NULL),
(21, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-plano-consorcio-ranieri-representacoes.jpg', '110:a6a6395b0009989185c66936ba579088', 107, 'post', 'attachment', 1, 0, NULL, NULL, 'img-plano-consorcio-ranieri-representacoes', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-plano-consorcio-ranieri-representacoes.jpg', NULL, '107', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-plano-consorcio-ranieri-representacoes.jpg', '107', 'attachment-image', '{\"width\":250,\"height\":106,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-plano-consorcio-ranieri-representacoes.jpg\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/img-plano-consorcio-ranieri-representacoes.jpg\",\"size\":\"full\",\"id\":107,\"alt\":\"\",\"pixels\":26500,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-08-01 21:25:44', '2022-08-02 00:25:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-12 18:12:36', '2017-04-12 18:12:36', NULL),
(22, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-copacol-ranieri-representacoes.png', '102:73299f389d511c23de4eba2dfba22d38', 108, 'post', 'attachment', 1, 0, NULL, NULL, 'img-copacol-ranieri-representacoes', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-copacol-ranieri-representacoes.png', NULL, '108', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-copacol-ranieri-representacoes.png', '108', 'attachment-image', '{\"width\":128,\"height\":69,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-copacol-ranieri-representacoes.png\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/img-copacol-ranieri-representacoes.png\",\"size\":\"full\",\"id\":108,\"alt\":\"\",\"pixels\":8832,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-08-01 21:25:44', '2022-08-02 00:25:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-12 18:12:38', '2017-04-12 18:12:38', NULL),
(23, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-coritiba-footbal-club-ranieri-representacoes.png', '116:3e6c3e366ae8af6061bc2a86541b8545', 109, 'post', 'attachment', 1, 0, NULL, NULL, 'img-coritiba-footbal-club-ranieri-representacoes', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-coritiba-footbal-club-ranieri-representacoes.png', NULL, '109', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-coritiba-footbal-club-ranieri-representacoes.png', '109', 'attachment-image', '{\"width\":75,\"height\":75,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-coritiba-footbal-club-ranieri-representacoes.png\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/img-coritiba-footbal-club-ranieri-representacoes.png\",\"size\":\"full\",\"id\":109,\"alt\":\"\",\"pixels\":5625,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-08-01 21:25:44', '2022-08-02 00:25:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-12 18:12:40', '2017-04-12 18:12:40', NULL),
(24, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-associacao-comercial-parana-ranieri-representacoes.png', '127:22394ad528b08c63fbae0408fc4e94f4', 110, 'post', 'attachment', 1, 0, NULL, NULL, 'img-logo-associacao-comercial-parana-ranieri-representacoes', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-associacao-comercial-parana-ranieri-representacoes.png', NULL, '110', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-associacao-comercial-parana-ranieri-representacoes.png', '110', 'attachment-image', '{\"width\":85,\"height\":85,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-associacao-comercial-parana-ranieri-representacoes.png\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/img-logo-associacao-comercial-parana-ranieri-representacoes.png\",\"size\":\"full\",\"id\":110,\"alt\":\"\",\"pixels\":7225,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-08-01 21:25:44', '2022-08-02 00:25:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-12 18:12:42', '2017-04-12 18:12:42', NULL),
(25, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-balaroti-ranieri-representacoes.png', '108:951707a0a9580b686915fe67d02e3e0e', 111, 'post', 'attachment', 1, 0, NULL, NULL, 'img-logo-balaroti-ranieri-representacoes', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-balaroti-ranieri-representacoes.png', NULL, '111', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-balaroti-ranieri-representacoes.png', '111', 'attachment-image', '{\"width\":95,\"height\":95,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-balaroti-ranieri-representacoes.png\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/img-logo-balaroti-ranieri-representacoes.png\",\"size\":\"full\",\"id\":111,\"alt\":\"\",\"pixels\":9025,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-08-01 21:25:44', '2022-08-02 00:25:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-12 18:12:44', '2017-04-12 18:12:44', NULL),
(26, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-ca-paranaense-ranieri-representacoes.png', '113:d44e44387eedbc8eb31564ba3845d5c7', 112, 'post', 'attachment', 1, 0, NULL, NULL, 'img-logo-ca-paranaense-ranieri-representacoes', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-ca-paranaense-ranieri-representacoes.png', NULL, '112', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-ca-paranaense-ranieri-representacoes.png', '112', 'attachment-image', '{\"width\":65,\"height\":76,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-ca-paranaense-ranieri-representacoes.png\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/img-logo-ca-paranaense-ranieri-representacoes.png\",\"size\":\"full\",\"id\":112,\"alt\":\"\",\"pixels\":4940,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-08-01 21:25:44', '2022-08-02 00:25:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-12 18:12:46', '2017-04-12 18:12:46', NULL),
(27, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-coamo-ranieri-representacoes.png', '105:fef11d89c2e7cc4bb31d5394695dcc3f', 113, 'post', 'attachment', 1, 0, NULL, NULL, 'img-logo-coamo-ranieri-representacoes', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-coamo-ranieri-representacoes.png', NULL, '113', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-coamo-ranieri-representacoes.png', '113', 'attachment-image', '{\"width\":128,\"height\":40,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-coamo-ranieri-representacoes.png\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/img-logo-coamo-ranieri-representacoes.png\",\"size\":\"full\",\"id\":113,\"alt\":\"\",\"pixels\":5120,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-08-01 21:25:44', '2022-08-02 00:25:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-12 18:12:48', '2017-04-12 18:12:48', NULL),
(28, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-cocelpa-embalagens-ranieri-representacoes.png', '118:c48d83a92654d6f92ff731adb915f9a1', 114, 'post', 'attachment', 1, 0, NULL, NULL, 'img-logo-cocelpa-embalagens-ranieri-representacoes', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-cocelpa-embalagens-ranieri-representacoes.png', NULL, '114', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-cocelpa-embalagens-ranieri-representacoes.png', '114', 'attachment-image', '{\"width\":128,\"height\":65,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-cocelpa-embalagens-ranieri-representacoes.png\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/img-logo-cocelpa-embalagens-ranieri-representacoes.png\",\"size\":\"full\",\"id\":114,\"alt\":\"\",\"pixels\":8320,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-08-01 21:25:44', '2022-08-02 00:25:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-12 18:12:50', '2017-04-12 18:12:50', NULL),
(29, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-denso-ranieri-representacoes.png', '105:94da149c9b9e8f03a1453329b108c621', 115, 'post', 'attachment', 1, 0, NULL, NULL, 'img-logo-denso-ranieri-representacoes', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-denso-ranieri-representacoes.png', NULL, '115', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-denso-ranieri-representacoes.png', '115', 'attachment-image', '{\"width\":128,\"height\":85,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-denso-ranieri-representacoes.png\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/img-logo-denso-ranieri-representacoes.png\",\"size\":\"full\",\"id\":115,\"alt\":\"\",\"pixels\":10880,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-08-01 21:25:44', '2022-08-02 00:25:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-12 18:12:51', '2017-04-12 18:12:51', NULL),
(30, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-faculdade-dom-bosco-ranieri-representacoes.png', '119:c5af252be76c0478840c35c6ead43c05', 116, 'post', 'attachment', 1, 0, NULL, NULL, 'img-logo-faculdade-dom-bosco-ranieri-representacoes', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-faculdade-dom-bosco-ranieri-representacoes.png', NULL, '116', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-faculdade-dom-bosco-ranieri-representacoes.png', '116', 'attachment-image', '{\"width\":100,\"height\":54,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-faculdade-dom-bosco-ranieri-representacoes.png\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/img-logo-faculdade-dom-bosco-ranieri-representacoes.png\",\"size\":\"full\",\"id\":116,\"alt\":\"\",\"pixels\":5400,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-08-01 21:25:44', '2022-08-02 00:25:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-12 18:12:53', '2017-04-12 18:12:53', NULL),
(31, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-grupo-hobi-ranieri-representacoes.png', '110:f1a253f19f14d7d7d5ac0f7895581b42', 117, 'post', 'attachment', 1, 0, NULL, NULL, 'img-logo-grupo-hobi-ranieri-representacoes', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-grupo-hobi-ranieri-representacoes.png', NULL, '117', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-grupo-hobi-ranieri-representacoes.png', '117', 'attachment-image', '{\"width\":127,\"height\":44,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-grupo-hobi-ranieri-representacoes.png\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/img-logo-grupo-hobi-ranieri-representacoes.png\",\"size\":\"full\",\"id\":117,\"alt\":\"\",\"pixels\":5588,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-08-01 21:25:44', '2022-08-02 00:25:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-12 18:12:54', '2017-04-12 18:12:54', NULL),
(32, 'https://ranierirepresentacoes.com.br/category/sem-categoria/', '60:b943db3f9785e4579d1b72ae57307383', 1, 'term', 'category', NULL, NULL, NULL, NULL, 'Sem categoria', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2022-08-01 21:25:44', '2022-08-02 00:25:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL),
(33, NULL, NULL, NULL, 'system-page', '404', NULL, NULL, 'Page not found %%sep%% %%sitename%%', NULL, 'Error 404: Page not found', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2022-08-01 21:25:44', '2022-08-02 00:25:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL),
(34, NULL, NULL, NULL, 'system-page', 'search-result', NULL, NULL, 'You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%', NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2022-08-01 21:25:44', '2022-08-02 00:25:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL),
(35, NULL, NULL, NULL, 'date-archive', NULL, NULL, NULL, '%%date%% %%page%% %%sep%% %%sitename%%', '', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2022-08-01 21:25:44', '2022-08-02 00:25:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL),
(36, 'https://ranierirepresentacoes.com.br/pagina-exemplo/', '52:764426e31d31377f5291d8f5ef50253e', 2, 'post', 'page', 1, 0, NULL, NULL, 'Página de Exemplo', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, '2022-08-01 21:25:44', '2022-08-02 00:25:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-10 13:05:59', '2017-04-10 13:05:59', NULL),
(37, 'https://ranierirepresentacoes.com.br/sobre/', '43:a599f106ac63760b14717e16ea4a6e08', 5, 'post', 'page', 1, 0, NULL, NULL, 'Sobre', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2022-08-01 21:25:44', '2022-08-02 00:25:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-21 18:41:54', '2017-04-10 13:32:06', NULL),
(38, 'https://ranierirepresentacoes.com.br/estrutura/', '47:90bbfc7fc8c00c28afc6148457484d30', 9, 'post', 'page', 1, 0, NULL, NULL, 'Estrutura', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2022-08-01 21:25:44', '2022-08-02 00:25:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-12 19:07:06', '2017-04-10 15:00:37', NULL),
(39, 'https://ranierirepresentacoes.com.br/consultoria-e-relacionamento/', '66:8dec62dc7e48973860381b954da183ba', 14, 'post', 'page', 1, 0, NULL, NULL, 'Consultoria e Relacionamento', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2022-08-01 21:25:44', '2022-08-02 00:25:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-12 19:07:12', '2017-04-10 15:10:55', NULL),
(41, 'https://ranierirepresentacoes.com.br/contato/', '45:be408d995e23f77168412e79b27f8b4e', 62, 'post', 'page', 1, 0, NULL, NULL, 'Contato', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2022-08-01 21:26:45', '2024-04-09 23:02:35', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-08-01 21:04:20', '2017-04-11 17:28:02', NULL),
(42, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/Isenção-de-Carência-31-07-18-002.jpg', '103:8ad8ef9c724c403675d0248e57ea842b', 197, 'post', 'attachment', 1, 29, NULL, NULL, 'Isenção-de-Carência-(31-07-18) (002)', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/Isenção-de-Carência-31-07-18-002.jpg', NULL, '197', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/Isenção-de-Carência-31-07-18-002.jpg', '197', 'attachment-image', '{\"width\":800,\"height\":1104,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/Isenção-de-Carência-31-07-18-002.jpg\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/Isenção-de-Carência-31-07-18-002.jpg\",\"size\":\"full\",\"id\":197,\"alt\":\"\",\"pixels\":883200,\"type\":\"image/jpeg\"}', NULL, 0, NULL, '2022-08-01 21:31:36', '2025-05-16 19:53:15', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2018-07-09 14:51:09', '2018-07-09 14:51:09', NULL),
(43, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2022/08/ranieri-favicon.png', '83:5bc79c82b08cc0df951fa55f2163d3b3', 236, 'post', 'attachment', 1, 0, NULL, NULL, 'ranieri-favicon', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2022/08/ranieri-favicon.png', NULL, '236', 'attachment-image', NULL, NULL, NULL, '236', 'attachment-image', NULL, NULL, NULL, NULL, '2022-08-01 21:32:35', '2022-08-02 00:32:35', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-08-01 21:32:35', '2022-08-01 21:32:35', NULL),
(44, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2022/08/cropped-ranieri-favicon.png', '91:3a3d3b0c2de2fa99a6e4baa90cc024c7', 237, 'post', 'attachment', 1, 0, NULL, NULL, 'cropped-ranieri-favicon.png', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2022/08/cropped-ranieri-favicon.png', NULL, '237', 'attachment-image', NULL, NULL, NULL, '237', 'attachment-image', NULL, NULL, NULL, NULL, '2022-08-01 21:32:38', '2022-08-02 00:32:38', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-08-01 21:32:38', '2022-08-01 21:32:38', NULL),
(46, 'https://ranierirepresentacoes.com.br/odontomovel/', '49:ef269bbce51d72dfdab2ef66b0ed9466', 37, 'post', 'page', 1, 0, NULL, NULL, 'Odontomóvel', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-odontomovel-dentaluni-275x300.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-odontomovel-dentaluni-275x300.jpg', NULL, 'first-content-image', NULL, 0, NULL, NULL, '2022-08-01 21:37:49', '2024-03-14 22:13:22', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-24 14:48:57', '2017-04-10 20:59:13', NULL),
(47, 'https://ranierirepresentacoes.com.br/convenios/', '47:5306246a123d290b0579ffdb93ef410e', 93, 'post', 'page', 1, 0, NULL, NULL, 'Convênios', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2022-08-01 21:39:18', '2024-04-09 23:02:35', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-21 18:52:57', '2017-04-12 14:32:58', NULL),
(49, 'https://ranierirepresentacoes.com.br/convenios/convenio-hospitalar-preferencial/', '80:6f0b420d495389bd3a815ed3d938f86f', 42, 'post', 'page', 2, 93, NULL, NULL, 'Convênio Cliente Hospitalar Preferencial', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2022-08-01 21:39:18', '2024-04-09 23:29:37', 1, NULL, NULL, NULL, NULL, 1, 2, 2, '2024-04-09 20:29:36', '2017-04-11 13:58:15', NULL),
(50, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/KZYO5666.jpg', '76:cca1af45d218319f8ce24e6ebf261108', 212, 'post', 'attachment', 1, 57, NULL, NULL, 'KZYO5666', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/KZYO5666.jpg', NULL, '212', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/KZYO5666.jpg', '212', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/KZYO5666.jpg\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/KZYO5666.jpg\",\"size\":\"full\",\"id\":212,\"alt\":\"\",\"pixels\":1920000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-08-02 00:30:27', '2022-08-02 03:30:27', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-08-01 02:51:49', '2022-08-01 02:51:49', NULL),
(51, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/DBJP7516.jpg', '76:8f92febc3793006f09ee25489a7eb1ce', 208, 'post', 'attachment', 1, 57, NULL, NULL, 'DBJP7516', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/DBJP7516.jpg', NULL, '208', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/DBJP7516.jpg', '208', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/DBJP7516.jpg\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/DBJP7516.jpg\",\"size\":\"full\",\"id\":208,\"alt\":\"\",\"pixels\":1920000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-08-02 00:30:27', '2022-08-02 03:30:27', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-08-01 02:51:42', '2022-08-01 02:51:42', NULL),
(52, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/Capa-Camilo.jpg', '79:65510b7fab4c9ccaf756d4b17b0101fe', 152, 'post', 'attachment', 2, 84, NULL, NULL, 'Capa-Camilo', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/Capa-Camilo.jpg', NULL, '152', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/Capa-Camilo.jpg', '152', 'attachment-image', '{\"width\":1064,\"height\":710,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/Capa-Camilo.jpg\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/Capa-Camilo.jpg\",\"size\":\"full\",\"id\":152,\"alt\":\"\",\"pixels\":755440,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-08-02 00:30:28', '2022-08-02 03:30:28', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2017-04-21 19:24:20', '2017-04-21 19:24:20', NULL),
(53, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/IRCU6972.jpg', '76:f285e7a0004ba071601607894c011556', 210, 'post', 'attachment', 1, 57, NULL, NULL, 'IRCU6972', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/IRCU6972.jpg', NULL, '210', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/IRCU6972.jpg', '210', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/IRCU6972.jpg\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/IRCU6972.jpg\",\"size\":\"full\",\"id\":210,\"alt\":\"\",\"pixels\":1920000,\"type\":\"image/jpeg\"}', NULL, 2, NULL, '2022-08-02 01:21:19', '2024-03-14 19:13:22', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-08-01 02:51:45', '2022-08-01 02:51:45', NULL),
(54, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/SYCW9849.jpg', '76:56e355e697ae591c485884a8556ebda8', 218, 'post', 'attachment', 1, 57, NULL, NULL, 'SYCW9849', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/SYCW9849.jpg', NULL, '218', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/SYCW9849.jpg', '218', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/SYCW9849.jpg\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/SYCW9849.jpg\",\"size\":\"full\",\"id\":218,\"alt\":\"\",\"pixels\":1920000,\"type\":\"image/jpeg\"}', NULL, 2, NULL, '2022-08-02 02:24:02', '2024-03-14 19:13:22', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-08-01 02:51:58', '2022-08-01 02:51:58', NULL),
(55, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/UFTZ4334.jpg', '76:a2925292b1d25af9dc6d19efd309b97e', 219, 'post', 'attachment', 1, 57, NULL, NULL, 'UFTZ4334', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/UFTZ4334.jpg', NULL, '219', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/UFTZ4334.jpg', '219', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/UFTZ4334.jpg\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/UFTZ4334.jpg\",\"size\":\"full\",\"id\":219,\"alt\":\"\",\"pixels\":1920000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-08-02 02:24:02', '2022-08-02 05:24:02', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-08-01 02:52:00', '2022-08-01 02:52:00', NULL),
(56, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/WYTH4358.jpg', '76:095da649569484a4da7c1e868901b2e8', 225, 'post', 'attachment', 1, 57, NULL, NULL, 'WYTH4358', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/WYTH4358.jpg', NULL, '225', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/WYTH4358.jpg', '225', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/WYTH4358.jpg\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/WYTH4358.jpg\",\"size\":\"full\",\"id\":225,\"alt\":\"\",\"pixels\":1920000,\"type\":\"image/jpeg\"}', NULL, 2, NULL, '2022-08-02 03:55:17', '2024-03-14 19:13:22', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-08-01 02:52:11', '2022-08-01 02:52:11', NULL),
(57, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/BYSR6290.jpg', '76:6662f77b963980eb4344770c944a7c36', 207, 'post', 'attachment', 1, 57, NULL, NULL, 'BYSR6290', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/BYSR6290.jpg', NULL, '207', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/BYSR6290.jpg', '207', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/BYSR6290.jpg\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/BYSR6290.jpg\",\"size\":\"full\",\"id\":207,\"alt\":\"\",\"pixels\":1920000,\"type\":\"image/jpeg\"}', NULL, 2, NULL, '2022-08-02 04:23:26', '2024-03-14 19:13:22', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-08-01 02:51:40', '2022-08-01 02:51:40', NULL),
(58, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/PUNX1671.jpg', '76:7ecdc3a6c643de31632644e8473c8580', 214, 'post', 'attachment', 1, 57, NULL, NULL, 'PUNX1671', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/PUNX1671.jpg', NULL, '214', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/PUNX1671.jpg', '214', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/PUNX1671.jpg\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/PUNX1671.jpg\",\"size\":\"full\",\"id\":214,\"alt\":\"\",\"pixels\":1920000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-08-02 04:23:28', '2022-08-02 07:23:28', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-08-01 02:51:52', '2022-08-01 02:51:52', NULL),
(59, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/VHYM0681.jpg', '76:5c8e9c1b4576714f7123e9f50a6a714c', 221, 'post', 'attachment', 1, 57, NULL, NULL, 'VHYM0681', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/VHYM0681.jpg', NULL, '221', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/VHYM0681.jpg', '221', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/VHYM0681.jpg\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/VHYM0681.jpg\",\"size\":\"full\",\"id\":221,\"alt\":\"\",\"pixels\":1920000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-08-02 08:11:27', '2022-08-02 11:11:27', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-08-01 02:52:04', '2022-08-01 02:52:04', NULL);
INSERT INTO `wp_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES
(60, 'https://ranierirepresentacoes.com.br/plano-sao-camilo/', '54:e958cbfd4e8100e540672da2c0b705d0', 44, 'post', 'page', 1, 0, NULL, NULL, 'Plano São Camilo', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/foto1-300x232.png', NULL, NULL, 'first-content-image', NULL, NULL, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/foto1-300x232.png', NULL, 'first-content-image', NULL, 0, NULL, NULL, '2022-08-02 18:05:56', '2024-03-14 22:13:22', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-08-01 03:04:12', '2017-04-11 14:05:19', NULL),
(61, 'https://ranierirepresentacoes.com.br/convenios/convenios-2/', '59:632550a76cc517a425d99cb3868f8d07', 137, 'post', 'page', 2, 93, NULL, NULL, 'Convênios', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2022-08-03 21:34:44', '2024-04-09 23:02:35', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2017-04-21 18:59:08', '2017-04-21 18:34:54', NULL),
(77, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/foto1.png', '73:b4112da562d89b7b12100a3455356fbc', 156, 'post', 'attachment', 2, 44, NULL, NULL, 'foto1', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/foto1.png', NULL, '156', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/foto1.png', '156', 'attachment-image', '{\"width\":643,\"height\":498,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/foto1.png\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/foto1.png\",\"size\":\"full\",\"id\":156,\"alt\":\"\",\"pixels\":320214,\"type\":\"image/png\"}', NULL, 1, NULL, '2022-08-05 03:14:18', '2024-03-14 19:13:22', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2017-04-21 19:57:21', '2017-04-21 19:57:21', NULL),
(78, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/dental_familia_voce_empresa.png', '95:aeba26582145164d2bc262a640f90b1a', 176, 'post', 'attachment', 2, 29, NULL, NULL, 'dental_familia_voce_empresa', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/dental_familia_voce_empresa.png', NULL, '176', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/dental_familia_voce_empresa.png', '176', 'attachment-image', '{\"width\":1665,\"height\":571,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/dental_familia_voce_empresa.png\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/dental_familia_voce_empresa.png\",\"size\":\"full\",\"id\":176,\"alt\":\"\",\"pixels\":950715,\"type\":\"image/png\"}', NULL, 0, NULL, '2022-08-05 19:25:32', '2025-05-16 19:53:15', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2017-04-21 21:00:08', '2017-04-21 21:00:08', NULL),
(79, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/WFCP6911.jpg', '76:f2aca5f4f7040ae75dea6b1b4e89d209', 223, 'post', 'attachment', 1, 57, NULL, NULL, 'WFCP6911', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/WFCP6911.jpg', NULL, '223', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/WFCP6911.jpg', '223', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/WFCP6911.jpg\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/WFCP6911.jpg\",\"size\":\"full\",\"id\":223,\"alt\":\"\",\"pixels\":1920000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-08-19 20:35:47', '2022-08-19 23:35:47', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-08-01 02:52:08', '2022-08-01 02:52:08', NULL),
(80, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/empresarial.png', '79:fc8ff5bc229858d0fcbde3b931af2f37', 162, 'post', 'attachment', 2, 44, NULL, NULL, 'empresarial', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/empresarial.png', NULL, '162', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/empresarial.png', '162', 'attachment-image', '{\"width\":1041,\"height\":344,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/empresarial.png\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/empresarial.png\",\"size\":\"full\",\"id\":162,\"alt\":\"\",\"pixels\":358104,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-08-20 14:46:03', '2022-08-20 17:46:03', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2017-04-21 20:31:18', '2017-04-21 20:31:18', NULL),
(81, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/AHTM4256.jpg', '76:99cc4a6062bbccb0e48cc16ffaa17640', 228, 'post', 'attachment', 1, 57, NULL, NULL, 'AHTM4256', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/AHTM4256.jpg', NULL, '228', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/AHTM4256.jpg', '228', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/AHTM4256.jpg\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/AHTM4256.jpg\",\"size\":\"full\",\"id\":228,\"alt\":\"\",\"pixels\":1920000,\"type\":\"image/jpeg\"}', NULL, 2, NULL, '2022-08-21 14:43:44', '2024-03-14 19:13:22', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-08-01 02:52:15', '2022-08-01 02:52:15', NULL),
(82, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/RFVI2314.jpg', '76:1282ad5f5d227868bac1a5d6790fc918', 217, 'post', 'attachment', 1, 57, NULL, NULL, 'RFVI2314', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/RFVI2314.jpg', NULL, '217', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/RFVI2314.jpg', '217', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/RFVI2314.jpg\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/RFVI2314.jpg\",\"size\":\"full\",\"id\":217,\"alt\":\"\",\"pixels\":1920000,\"type\":\"image/jpeg\"}', NULL, 2, NULL, '2022-08-21 20:44:19', '2024-03-14 19:13:22', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-08-01 02:51:57', '2022-08-01 02:51:57', NULL),
(83, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/individual.png', '78:353ebaacdefcaf6d73012cdec9dd39a3', 164, 'post', 'attachment', 2, 44, NULL, NULL, 'individual', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/individual.png', NULL, '164', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/individual.png', '164', 'attachment-image', '{\"width\":1041,\"height\":378,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/individual.png\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/individual.png\",\"size\":\"full\",\"id\":164,\"alt\":\"\",\"pixels\":393498,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-08-21 22:43:10', '2022-08-22 01:43:10', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2017-04-21 20:32:04', '2017-04-21 20:32:04', NULL),
(84, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/AKCL9453.jpg', '76:98dcdea69053fe2ed4376bbe7b2d63ba', 205, 'post', 'attachment', 1, 57, NULL, NULL, 'AKCL9453', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/AKCL9453.jpg', NULL, '205', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/AKCL9453.jpg', '205', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/AKCL9453.jpg\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/AKCL9453.jpg\",\"size\":\"full\",\"id\":205,\"alt\":\"\",\"pixels\":1920000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-08-23 05:05:55', '2022-08-23 08:05:55', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-08-01 02:51:36', '2022-08-01 02:51:36', NULL),
(85, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/folder-proposta_não-associados.jpg', '99:ca1d073b9f18675e43df7de946641c65', 196, 'post', 'attachment', 1, 29, NULL, NULL, 'folder proposta_não associados', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/folder-proposta_não-associados.jpg', NULL, '196', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/folder-proposta_não-associados.jpg', '196', 'attachment-image', '{\"width\":1770,\"height\":2313,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/folder-proposta_não-associados.jpg\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/folder-proposta_não-associados.jpg\",\"size\":\"full\",\"id\":196,\"alt\":\"\",\"pixels\":4094010,\"type\":\"image/jpeg\"}', NULL, 0, NULL, '2022-08-23 18:18:05', '2025-05-16 19:53:15', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2018-07-09 14:51:02', '2018-07-09 14:51:02', NULL),
(86, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/2.png', '69:116040b3abb786b99ceb654e4d63c8cb', 160, 'post', 'attachment', 2, 44, NULL, NULL, '2', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/2.png', NULL, '160', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/2.png', '160', 'attachment-image', '{\"width\":983,\"height\":255,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/2.png\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/2.png\",\"size\":\"full\",\"id\":160,\"alt\":\"\",\"pixels\":250665,\"type\":\"image/png\"}', NULL, 1, NULL, '2022-08-23 18:23:30', '2024-03-14 19:13:22', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2017-04-21 20:27:27', '2017-04-21 20:27:27', NULL),
(87, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/QXIU7958.jpg', '76:1f3ed273790b6cf599c4c5cc0ee3dfb6', 216, 'post', 'attachment', 1, 57, NULL, NULL, 'QXIU7958', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/QXIU7958.jpg', NULL, '216', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/QXIU7958.jpg', '216', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/QXIU7958.jpg\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/QXIU7958.jpg\",\"size\":\"full\",\"id\":216,\"alt\":\"\",\"pixels\":1920000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-08-23 22:39:45', '2022-08-24 01:39:45', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-08-01 02:51:55', '2022-08-01 02:51:55', NULL),
(88, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/KPQB0989.jpg', '76:d931698f6f7c300f0004f02e97cb19b5', 211, 'post', 'attachment', 1, 57, NULL, NULL, 'KPQB0989', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/KPQB0989.jpg', NULL, '211', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/KPQB0989.jpg', '211', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/KPQB0989.jpg\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/KPQB0989.jpg\",\"size\":\"full\",\"id\":211,\"alt\":\"\",\"pixels\":1920000,\"type\":\"image/jpeg\"}', NULL, 2, NULL, '2022-08-24 06:52:33', '2024-03-14 19:13:22', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-08-01 02:51:47', '2022-08-01 02:51:47', NULL),
(89, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/familiar.png', '76:92c1d97e4940db05c579fa94aa7ce188', 163, 'post', 'attachment', 2, 44, NULL, NULL, 'familiar', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/familiar.png', NULL, '163', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/familiar.png', '163', 'attachment-image', '{\"width\":1059,\"height\":369,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/familiar.png\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/familiar.png\",\"size\":\"full\",\"id\":163,\"alt\":\"\",\"pixels\":390771,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-08-24 12:15:37', '2022-08-24 15:15:37', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2017-04-21 20:31:41', '2017-04-21 20:31:41', NULL),
(90, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/UIJG7166.jpg', '76:9036629beba8f496f1957124b838ef6c', 220, 'post', 'attachment', 1, 57, NULL, NULL, 'UIJG7166', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/UIJG7166.jpg', NULL, '220', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/UIJG7166.jpg', '220', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/UIJG7166.jpg\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/UIJG7166.jpg\",\"size\":\"full\",\"id\":220,\"alt\":\"\",\"pixels\":1920000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-08-24 14:14:06', '2022-08-24 17:14:06', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-08-01 02:52:02', '2022-08-01 02:52:02', NULL),
(91, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/WLSF4895.jpg', '76:fce002772c2ff531d5c9a55894105d15', 224, 'post', 'attachment', 1, 57, NULL, NULL, 'WLSF4895', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/WLSF4895.jpg', NULL, '224', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/WLSF4895.jpg', '224', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/WLSF4895.jpg\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/WLSF4895.jpg\",\"size\":\"full\",\"id\":224,\"alt\":\"\",\"pixels\":1920000,\"type\":\"image/jpeg\"}', NULL, 2, NULL, '2022-08-24 14:53:46', '2024-03-14 19:13:22', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-08-01 02:52:09', '2022-08-01 02:52:09', NULL),
(92, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/dental20001-1.jpg', '81:91e278114ffe186c1be4a2e51ead6d32', 174, 'post', 'attachment', 2, 29, NULL, NULL, 'dental20001', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/dental20001-1.jpg', NULL, '174', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/dental20001-1.jpg', '174', 'attachment-image', '{\"width\":1328,\"height\":661,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/dental20001-1.jpg\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/dental20001-1.jpg\",\"size\":\"full\",\"id\":174,\"alt\":\"\",\"pixels\":877808,\"type\":\"image/jpeg\"}', NULL, 0, NULL, '2022-08-24 17:58:58', '2025-05-16 19:53:15', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2017-04-21 20:54:40', '2017-04-21 20:54:40', NULL),
(93, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/BAKO5937.jpg', '76:b8797638887cf075a4b6f99f99d33f74', 206, 'post', 'attachment', 1, 57, NULL, NULL, 'BAKO5937', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/BAKO5937.jpg', NULL, '206', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/BAKO5937.jpg', '206', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/BAKO5937.jpg\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/BAKO5937.jpg\",\"size\":\"full\",\"id\":206,\"alt\":\"\",\"pixels\":1920000,\"type\":\"image/jpeg\"}', NULL, 2, NULL, '2022-08-24 19:47:13', '2024-03-14 19:13:22', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-08-01 02:51:39', '2022-08-01 02:51:39', NULL),
(94, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/QWJR7556.jpg', '76:06d3ad141112bea22a98da0a6724e213', 215, 'post', 'attachment', 1, 57, NULL, NULL, 'QWJR7556', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/QWJR7556.jpg', NULL, '215', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/QWJR7556.jpg', '215', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/QWJR7556.jpg\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/QWJR7556.jpg\",\"size\":\"full\",\"id\":215,\"alt\":\"\",\"pixels\":1920000,\"type\":\"image/jpeg\"}', NULL, 2, NULL, '2022-08-25 08:01:38', '2024-03-14 19:13:22', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-08-01 02:51:53', '2022-08-01 02:51:53', NULL),
(95, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/GYFQ9392.jpg', '76:614cdc9b185b7ddc885907273355ad27', 209, 'post', 'attachment', 1, 57, NULL, NULL, 'GYFQ9392', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/GYFQ9392.jpg', NULL, '209', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/GYFQ9392.jpg', '209', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/GYFQ9392.jpg\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/GYFQ9392.jpg\",\"size\":\"full\",\"id\":209,\"alt\":\"\",\"pixels\":1920000,\"type\":\"image/jpeg\"}', NULL, 2, NULL, '2022-08-26 10:05:00', '2024-03-14 19:13:22', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-08-01 02:51:44', '2022-08-01 02:51:44', NULL),
(96, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/YHVI7266.jpg', '76:991193189ae0a9e36125926b508105a0', 227, 'post', 'attachment', 1, 57, NULL, NULL, 'YHVI7266', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/YHVI7266.jpg', NULL, '227', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/YHVI7266.jpg', '227', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/YHVI7266.jpg\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/YHVI7266.jpg\",\"size\":\"full\",\"id\":227,\"alt\":\"\",\"pixels\":1920000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-08-27 11:22:10', '2022-08-27 14:22:10', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-08-01 02:52:13', '2022-08-01 02:52:13', NULL),
(97, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/LWCP2904.jpg', '76:4e2229867a7a5e0198d3643e72ff0709', 213, 'post', 'attachment', 1, 57, NULL, NULL, 'LWCP2904', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/LWCP2904.jpg', NULL, '213', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/LWCP2904.jpg', '213', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/LWCP2904.jpg\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/LWCP2904.jpg\",\"size\":\"full\",\"id\":213,\"alt\":\"\",\"pixels\":1920000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-09-04 12:12:27', '2022-09-04 15:12:27', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-08-01 02:51:50', '2022-08-01 02:51:50', NULL),
(98, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/VXGL4866.jpg', '76:7ae5af7d62da3bda82ab211d9cff12ba', 222, 'post', 'attachment', 1, 57, NULL, NULL, 'VXGL4866', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/VXGL4866.jpg', NULL, '222', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/VXGL4866.jpg', '222', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/VXGL4866.jpg\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/VXGL4866.jpg\",\"size\":\"full\",\"id\":222,\"alt\":\"\",\"pixels\":1920000,\"type\":\"image/jpeg\"}', NULL, 2, NULL, '2022-09-06 18:52:46', '2024-03-14 19:13:22', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-08-01 02:52:06', '2022-08-01 02:52:06', NULL),
(99, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-jmalucelli-ranieri-representacoes.png', '110:8e8dbe00bb5e843c9ccd07f3545f4eb0', 118, 'post', 'attachment', 1, 0, NULL, NULL, 'img-logo-jmalucelli-ranieri-representacoes', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-jmalucelli-ranieri-representacoes.png', NULL, '118', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-jmalucelli-ranieri-representacoes.png', '118', 'attachment-image', '{\"width\":128,\"height\":31,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-jmalucelli-ranieri-representacoes.png\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/img-logo-jmalucelli-ranieri-representacoes.png\",\"size\":\"full\",\"id\":118,\"alt\":\"\",\"pixels\":3968,\"type\":\"image/png\"}', NULL, NULL, NULL, '2024-03-14 19:13:22', '2024-03-14 22:13:22', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-12 18:12:56', '2017-04-12 18:12:56', NULL),
(100, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-jtekt-ranieri-representacoes.png', '105:98882f9cf3244092fd90cf54deface39', 119, 'post', 'attachment', 1, 0, NULL, NULL, 'img-logo-jtekt-ranieri-representacoes', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-jtekt-ranieri-representacoes.png', NULL, '119', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-jtekt-ranieri-representacoes.png', '119', 'attachment-image', '{\"width\":128,\"height\":63,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-jtekt-ranieri-representacoes.png\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/img-logo-jtekt-ranieri-representacoes.png\",\"size\":\"full\",\"id\":119,\"alt\":\"\",\"pixels\":8064,\"type\":\"image/png\"}', NULL, NULL, NULL, '2024-03-14 19:13:22', '2024-03-14 22:13:22', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-12 18:12:58', '2017-04-12 18:12:58', NULL),
(101, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-mili-ranieiri-representacoes.png', '105:a00f8c57cdb403cf9d27fd5f371e1bf2', 120, 'post', 'attachment', 1, 0, NULL, NULL, 'img-logo-mili-ranieiri-representacoes', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-mili-ranieiri-representacoes.png', NULL, '120', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-mili-ranieiri-representacoes.png', '120', 'attachment-image', '{\"width\":128,\"height\":70,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-mili-ranieiri-representacoes.png\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/img-logo-mili-ranieiri-representacoes.png\",\"size\":\"full\",\"id\":120,\"alt\":\"\",\"pixels\":8960,\"type\":\"image/png\"}', NULL, NULL, NULL, '2024-03-14 19:13:22', '2024-03-14 22:13:22', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-12 18:13:00', '2017-04-12 18:13:00', NULL),
(102, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-parana-banco-ranieri-representacoes.png', '112:6bba59adfe90b8e65adfe8c6082c09f8', 121, 'post', 'attachment', 1, 0, NULL, NULL, 'img-logo-parana-banco-ranieri-representacoes', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-parana-banco-ranieri-representacoes.png', NULL, '121', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-parana-banco-ranieri-representacoes.png', '121', 'attachment-image', '{\"width\":128,\"height\":39,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-parana-banco-ranieri-representacoes.png\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/img-logo-parana-banco-ranieri-representacoes.png\",\"size\":\"full\",\"id\":121,\"alt\":\"\",\"pixels\":4992,\"type\":\"image/png\"}', NULL, NULL, NULL, '2024-03-14 19:13:22', '2024-03-14 22:13:22', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-12 18:13:02', '2017-04-12 18:13:02', NULL),
(103, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-perfect-informatica-ranieri-representacoes.png', '119:622995d9402a647a63fa217c9949fddd', 122, 'post', 'attachment', 1, 0, NULL, NULL, 'img-logo-perfect-informatica-ranieri-representacoes', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-perfect-informatica-ranieri-representacoes.png', NULL, '122', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-perfect-informatica-ranieri-representacoes.png', '122', 'attachment-image', '{\"width\":128,\"height\":64,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-perfect-informatica-ranieri-representacoes.png\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/img-logo-perfect-informatica-ranieri-representacoes.png\",\"size\":\"full\",\"id\":122,\"alt\":\"\",\"pixels\":8192,\"type\":\"image/png\"}', NULL, NULL, NULL, '2024-03-14 19:13:22', '2024-03-14 22:13:22', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-12 18:13:04', '2017-04-12 18:13:04', NULL),
(104, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-positivo-informatica-ranieri-representacoes.png', '120:33e423683ecb8f1dbacfe9b2a395b5c6', 123, 'post', 'attachment', 1, 0, NULL, NULL, 'img-logo-positivo-informatica-ranieri-representacoes', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-positivo-informatica-ranieri-representacoes.png', NULL, '123', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-positivo-informatica-ranieri-representacoes.png', '123', 'attachment-image', '{\"width\":95,\"height\":70,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-positivo-informatica-ranieri-representacoes.png\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/img-logo-positivo-informatica-ranieri-representacoes.png\",\"size\":\"full\",\"id\":123,\"alt\":\"\",\"pixels\":6650,\"type\":\"image/png\"}', NULL, NULL, NULL, '2024-03-14 19:13:22', '2024-03-14 22:13:22', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-12 18:13:05', '2017-04-12 18:13:05', NULL),
(105, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-ravanello-ranieri-representacoes.png', '109:3bc68bc84ee41e593bf012fa4c0c4d80', 124, 'post', 'attachment', 1, 0, NULL, NULL, 'img-logo-ravanello-ranieri-representacoes', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-ravanello-ranieri-representacoes.png', NULL, '124', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-ravanello-ranieri-representacoes.png', '124', 'attachment-image', '{\"width\":128,\"height\":78,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-logo-ravanello-ranieri-representacoes.png\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/img-logo-ravanello-ranieri-representacoes.png\",\"size\":\"full\",\"id\":124,\"alt\":\"\",\"pixels\":9984,\"type\":\"image/png\"}', NULL, NULL, NULL, '2024-03-14 19:13:22', '2024-03-14 22:13:22', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-12 18:13:08', '2017-04-12 18:13:08', NULL),
(106, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-vale-fertil-ranieri-representacoes.png', '106:5e43c6f982a347905efe3188d76fe7c7', 125, 'post', 'attachment', 1, 0, NULL, NULL, 'img-vale-fertil-ranieri-representacoes', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-vale-fertil-ranieri-representacoes.png', NULL, '125', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-vale-fertil-ranieri-representacoes.png', '125', 'attachment-image', '{\"width\":95,\"height\":79,\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-vale-fertil-ranieri-representacoes.png\",\"path\":\"/home1/ranieri/public_html/wp-content/uploads/2017/04/img-vale-fertil-ranieri-representacoes.png\",\"size\":\"full\",\"id\":125,\"alt\":\"\",\"pixels\":7505,\"type\":\"image/png\"}', NULL, NULL, NULL, '2024-03-14 19:13:22', '2024-03-14 22:13:22', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2017-04-12 18:31:46', '2017-04-12 18:31:46', NULL),
(107, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/ranieri-dentaluni-plano-elite.jpg', '97:4554f40d6f3ed05a9db4cc29f704a414', 245, 'post', 'attachment', 1, 29, NULL, NULL, 'ranieri-dentaluni-plano-elite', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/ranieri-dentaluni-plano-elite.jpg', NULL, '245', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/ranieri-dentaluni-plano-elite.jpg', '245', 'attachment-image', '{\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/ranieri-dentaluni-plano-elite.jpg\",\"width\":1,\"height\":1,\"size\":\"full\",\"id\":245,\"alt\":\"\",\"pixels\":1,\"type\":\"image/jpeg\"}', NULL, 1, NULL, '2025-05-16 19:50:25', '2025-05-16 19:53:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-05-16 19:50:25', '2025-05-16 19:50:25', 0),
(108, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/ranieri-dentaluni-plano-doc.jpg', '95:0b6ec15170a3f990df2b67c8f461ec2d', 246, 'post', 'attachment', 1, 29, NULL, NULL, 'ranieri-dentaluni-plano-doc', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/ranieri-dentaluni-plano-doc.jpg', NULL, '246', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/ranieri-dentaluni-plano-doc.jpg', '246', 'attachment-image', '{\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/ranieri-dentaluni-plano-doc.jpg\",\"width\":1,\"height\":1,\"size\":\"full\",\"id\":246,\"alt\":\"\",\"pixels\":1,\"type\":\"image/jpeg\"}', NULL, 1, NULL, '2025-05-16 19:51:52', '2025-05-16 19:53:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-05-16 19:51:52', '2025-05-16 19:51:52', 0),
(109, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/ranieri-dentaluni-plano-essencial.jpg', '101:44a06ec0050744ac952eb4c3d17aabaa', 247, 'post', 'attachment', 1, 29, NULL, NULL, 'ranieri-dentaluni-plano-essencial', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/ranieri-dentaluni-plano-essencial.jpg', NULL, '247', 'attachment-image', NULL, NULL, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/ranieri-dentaluni-plano-essencial.jpg', '247', 'attachment-image', '{\"url\":\"https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/ranieri-dentaluni-plano-essencial.jpg\",\"width\":1,\"height\":1,\"size\":\"full\",\"id\":247,\"alt\":\"\",\"pixels\":1,\"type\":\"image/jpeg\"}', NULL, 1, NULL, '2025-05-16 19:52:38', '2025-05-16 19:53:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-05-16 19:52:38', '2025-05-16 19:52:38', 0),
(110, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/1-Proposta-DentalUni-PJ-Maio-2025.pdf', '101:1de5cf9bdd0a011be2b559ba7420d530', 249, 'post', 'attachment', 1, 29, NULL, NULL, '1 &#8211; Proposta DentalUni PJ Maio 2025', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-16 20:14:12', '2025-05-16 20:14:54', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-05-16 20:14:12', '2025-05-16 20:14:12', 0);

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_yoast_indexable_hierarchy`
--

CREATE TABLE `wp_yoast_indexable_hierarchy` (
  `indexable_id` int(11) UNSIGNED NOT NULL DEFAULT '0',
  `ancestor_id` int(11) UNSIGNED NOT NULL DEFAULT '0',
  `depth` int(11) UNSIGNED DEFAULT NULL,
  `blog_id` bigint(20) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Despejando dados para a tabela `wp_yoast_indexable_hierarchy`
--

INSERT INTO `wp_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES
(2, 0, 0, 1),
(3, 0, 0, 1),
(4, 0, 0, 1),
(5, 4, 1, 1),
(6, 4, 2, 1),
(6, 5, 1, 1),
(7, 0, 0, 1),
(8, 7, 1, 1),
(9, 7, 1, 1),
(10, 7, 1, 1),
(11, 7, 1, 1),
(12, 7, 1, 1),
(13, 7, 1, 1),
(34, 0, 0, 1),
(36, 0, 0, 1),
(37, 0, 0, 1),
(38, 0, 0, 1),
(39, 0, 0, 1),
(41, 0, 0, 1),
(42, 4, 1, 1),
(46, 0, 0, 1),
(47, 0, 0, 1),
(49, 47, 1, 1),
(50, 7, 1, 1),
(51, 7, 1, 1),
(52, 2, 1, 1),
(53, 7, 1, 1),
(54, 7, 1, 1),
(55, 7, 1, 1),
(56, 7, 1, 1),
(57, 7, 1, 1),
(58, 7, 1, 1),
(59, 7, 1, 1),
(60, 0, 0, 1),
(61, 47, 1, 1),
(77, 60, 1, 1),
(78, 4, 1, 1),
(79, 7, 1, 1),
(80, 60, 1, 1),
(81, 7, 1, 1),
(82, 7, 1, 1),
(83, 60, 1, 1),
(84, 7, 1, 1),
(85, 4, 1, 1),
(86, 60, 1, 1),
(87, 7, 1, 1),
(88, 7, 1, 1),
(89, 60, 1, 1),
(90, 7, 1, 1),
(91, 7, 1, 1),
(92, 4, 1, 1),
(93, 7, 1, 1),
(94, 7, 1, 1),
(95, 7, 1, 1),
(96, 7, 1, 1),
(97, 7, 1, 1),
(98, 7, 1, 1),
(107, 4, 1, 1),
(108, 4, 1, 1),
(109, 4, 1, 1),
(110, 4, 1, 1);

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_yoast_migrations`
--

CREATE TABLE `wp_yoast_migrations` (
  `id` int(11) UNSIGNED NOT NULL,
  `version` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Despejando dados para a tabela `wp_yoast_migrations`
--

INSERT INTO `wp_yoast_migrations` (`id`, `version`) VALUES
(1, '20171228151840'),
(2, '20171228151841'),
(3, '20190529075038'),
(4, '20191011111109'),
(5, '20200408101900'),
(6, '20200420073606'),
(7, '20200428123747'),
(8, '20200428194858'),
(9, '20200429105310'),
(10, '20200430075614'),
(11, '20200430150130'),
(12, '20200507054848'),
(13, '20200513133401'),
(14, '20200609154515'),
(15, '20200616130143'),
(16, '20200617122511'),
(17, '20200702141921'),
(18, '20200728095334'),
(19, '20201202144329'),
(20, '20201216124002'),
(21, '20201216141134'),
(22, '20210817092415'),
(23, '20211020091404'),
(24, '20230417083836');

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_yoast_primary_term`
--

CREATE TABLE `wp_yoast_primary_term` (
  `id` int(11) UNSIGNED NOT NULL,
  `post_id` bigint(20) DEFAULT NULL,
  `term_id` bigint(20) DEFAULT NULL,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `blog_id` bigint(20) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_yoast_seo_links`
--

CREATE TABLE `wp_yoast_seo_links` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `url` varchar(255) DEFAULT NULL,
  `post_id` bigint(20) UNSIGNED DEFAULT NULL,
  `target_post_id` bigint(20) UNSIGNED DEFAULT NULL,
  `type` varchar(8) DEFAULT NULL,
  `indexable_id` int(11) UNSIGNED DEFAULT NULL,
  `target_indexable_id` int(11) UNSIGNED DEFAULT NULL,
  `height` int(11) UNSIGNED DEFAULT NULL,
  `width` int(11) UNSIGNED DEFAULT NULL,
  `size` int(11) UNSIGNED DEFAULT NULL,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Despejando dados para a tabela `wp_yoast_seo_links`
--

INSERT INTO `wp_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES
(1, 'http://ranierirepresentacoes.com.br/wp-admin/', 2, NULL, 'internal', 36, NULL, NULL, NULL, NULL, NULL, NULL),
(2, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-odontomovel-dentaluni-275x300.jpg', 21, 26, 'image-in', 5, 6, 392, 359, 37504, NULL, NULL),
(9, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/img-odontomovel-dentaluni-275x300.jpg', 37, 26, 'image-in', 46, 6, 392, 359, 37504, NULL, NULL),
(10, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/foto1-300x232.png', 44, 156, 'image-in', 60, 77, 498, 643, 501352, NULL, NULL),
(11, 'http://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/2-300x78.png', 44, 160, 'image-in', 60, 86, 255, 983, 459026, NULL, NULL),
(12, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/WYTH4358.jpg', 57, 225, 'internal', 7, 56, NULL, NULL, NULL, NULL, NULL),
(13, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/WLSF4895.jpg', 57, 224, 'internal', 7, 91, NULL, NULL, NULL, NULL, NULL),
(14, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/AHTM4256.jpg', 57, 228, 'internal', 7, 81, NULL, NULL, NULL, NULL, NULL),
(15, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/RFVI2314.jpg', 57, 217, 'internal', 7, 82, NULL, NULL, NULL, NULL, NULL),
(16, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/QWJR7556.jpg', 57, 215, 'internal', 7, 94, NULL, NULL, NULL, NULL, NULL),
(17, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/VXGL4866.jpg', 57, 222, 'internal', 7, 98, NULL, NULL, NULL, NULL, NULL),
(18, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/BYSR6290.jpg', 57, 207, 'internal', 7, 57, NULL, NULL, NULL, NULL, NULL),
(19, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/SYCW9849.jpg', 57, 218, 'internal', 7, 54, NULL, NULL, NULL, NULL, NULL),
(20, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/GYFQ9392.jpg', 57, 209, 'internal', 7, 95, NULL, NULL, NULL, NULL, NULL),
(21, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/BAKO5937.jpg', 57, 206, 'internal', 7, 93, NULL, NULL, NULL, NULL, NULL),
(22, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/KPQB0989.jpg', 57, 211, 'internal', 7, 88, NULL, NULL, NULL, NULL, NULL),
(23, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/IRCU6972.jpg', 57, 210, 'internal', 7, 53, NULL, NULL, NULL, NULL, NULL),
(24, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/WYTH4358-300x225.jpg', 57, 225, 'image-in', 7, 56, 1200, 1600, 154823, NULL, NULL),
(25, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/WLSF4895-300x225.jpg', 57, 224, 'image-in', 7, 91, 1200, 1600, 103401, NULL, NULL),
(26, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/AHTM4256-300x225.jpg', 57, 228, 'image-in', 7, 81, 1200, 1600, 115906, NULL, NULL),
(27, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/RFVI2314-300x225.jpg', 57, 217, 'image-in', 7, 82, 1200, 1600, 150838, NULL, NULL),
(28, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/QWJR7556-300x225.jpg', 57, 215, 'image-in', 7, 94, 1200, 1600, 144682, NULL, NULL),
(29, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/VXGL4866-300x225.jpg', 57, 222, 'image-in', 7, 98, 1200, 1600, 200932, NULL, NULL),
(30, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/BYSR6290-300x225.jpg', 57, 207, 'image-in', 7, 57, 1200, 1600, 111514, NULL, NULL),
(31, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/SYCW9849-300x225.jpg', 57, 218, 'image-in', 7, 54, 1200, 1600, 184405, NULL, NULL),
(32, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/GYFQ9392-300x225.jpg', 57, 209, 'image-in', 7, 95, 1200, 1600, 161585, NULL, NULL),
(33, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/BAKO5937-300x225.jpg', 57, 206, 'image-in', 7, 93, 1200, 1600, 150737, NULL, NULL),
(34, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/KPQB0989-300x225.jpg', 57, 211, 'image-in', 7, 88, 1200, 1600, 153818, NULL, NULL),
(35, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2017/04/IRCU6972-300x225.jpg', 57, 210, 'image-in', 7, 53, 1200, 1600, 124179, NULL, NULL),
(36, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/ranieri-dentaluni-plano-elite-1024x378.jpg', 29, 245, 'image-in', 4, 107, 511, 1383, 144786, NULL, NULL),
(37, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/ranieri-dentaluni-plano-doc-1024x378.jpg', 29, 246, 'image-in', 4, 108, 511, 1383, 147390, NULL, NULL),
(38, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/ranieri-dentaluni-plano-essencial-1024x378.jpg', 29, 247, 'image-in', 4, 109, 511, 1383, 144267, NULL, NULL),
(39, 'https://ranierirepresentacoes.com.br/wp-content/uploads/2025/05/1-Proposta-DentalUni-PJ-Maio-2025.pdf', 29, 249, 'internal', 4, 110, NULL, NULL, NULL, NULL, NULL);

--
-- Índices para tabelas despejadas
--

--
-- Índices de tabela `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Índices de tabela `wp_comments`
--
ALTER TABLE `wp_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Índices de tabela `wp_links`
--
ALTER TABLE `wp_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Índices de tabela `wp_options`
--
ALTER TABLE `wp_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Índices de tabela `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Índices de tabela `wp_posts`
--
ALTER TABLE `wp_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Índices de tabela `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Índices de tabela `wp_terms`
--
ALTER TABLE `wp_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Índices de tabela `wp_term_relationships`
--
ALTER TABLE `wp_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Índices de tabela `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Índices de tabela `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Índices de tabela `wp_users`
--
ALTER TABLE `wp_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Índices de tabela `wp_wonderplugin_carousel`
--
ALTER TABLE `wp_wonderplugin_carousel`
  ADD PRIMARY KEY (`id`);

--
-- Índices de tabela `wp_yoast_indexable`
--
ALTER TABLE `wp_yoast_indexable`
  ADD PRIMARY KEY (`id`),
  ADD KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`),
  ADD KEY `object_id_and_type` (`object_id`,`object_type`),
  ADD KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`),
  ADD KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`),
  ADD KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`),
  ADD KEY `published_sitemap_index` (`object_published_at`,`is_robots_noindex`,`object_type`,`object_sub_type`);

--
-- Índices de tabela `wp_yoast_indexable_hierarchy`
--
ALTER TABLE `wp_yoast_indexable_hierarchy`
  ADD PRIMARY KEY (`indexable_id`,`ancestor_id`),
  ADD KEY `indexable_id` (`indexable_id`),
  ADD KEY `ancestor_id` (`ancestor_id`),
  ADD KEY `depth` (`depth`);

--
-- Índices de tabela `wp_yoast_migrations`
--
ALTER TABLE `wp_yoast_migrations`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `wp_yoast_migrations_version` (`version`);

--
-- Índices de tabela `wp_yoast_primary_term`
--
ALTER TABLE `wp_yoast_primary_term`
  ADD PRIMARY KEY (`id`),
  ADD KEY `post_taxonomy` (`post_id`,`taxonomy`),
  ADD KEY `post_term` (`post_id`,`term_id`);

--
-- Índices de tabela `wp_yoast_seo_links`
--
ALTER TABLE `wp_yoast_seo_links`
  ADD PRIMARY KEY (`id`),
  ADD KEY `link_direction` (`post_id`,`type`),
  ADD KEY `indexable_link_direction` (`indexable_id`,`type`);

--
-- AUTO_INCREMENT para tabelas despejadas
--

--
-- AUTO_INCREMENT de tabela `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de tabela `wp_comments`
--
ALTER TABLE `wp_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT de tabela `wp_links`
--
ALTER TABLE `wp_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de tabela `wp_options`
--
ALTER TABLE `wp_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=182234;

--
-- AUTO_INCREMENT de tabela `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=522;

--
-- AUTO_INCREMENT de tabela `wp_posts`
--
ALTER TABLE `wp_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=253;

--
-- AUTO_INCREMENT de tabela `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de tabela `wp_terms`
--
ALTER TABLE `wp_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT de tabela `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT de tabela `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=58;

--
-- AUTO_INCREMENT de tabela `wp_users`
--
ALTER TABLE `wp_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT de tabela `wp_wonderplugin_carousel`
--
ALTER TABLE `wp_wonderplugin_carousel`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT de tabela `wp_yoast_indexable`
--
ALTER TABLE `wp_yoast_indexable`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=111;

--
-- AUTO_INCREMENT de tabela `wp_yoast_migrations`
--
ALTER TABLE `wp_yoast_migrations`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;

--
-- AUTO_INCREMENT de tabela `wp_yoast_primary_term`
--
ALTER TABLE `wp_yoast_primary_term`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de tabela `wp_yoast_seo_links`
--
ALTER TABLE `wp_yoast_seo_links`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=40;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
